/*Main Css */

::selection {
    background: rgb(226, 143, 38);
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: rgb(226, 143, 38);
}

[class^="box-"] {
    display: none
}

[class^="box-"].showfirst {
    display: block
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins';
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: normal;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
}

a:hover {
    color: #e18e25;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    background: transparent;
    border: none;
    border-radius: 0px;
    font-family: 'Poppins';
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

/* Padding Classes */

.pad-sec {
    padding: 100px 0;
}

.pad-zero {
    padding: 0px;
}

.pad-l-zero {
    padding-left: 0px;
}

.pad-r-zero {
    padding-right: 0px;
}

.pad-b-140 {
    padding-bottom: 140px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-100 {
    padding-bottom: 100px;
}

.w-1200 {
    max-width: 100%;
    width: 1200px;
}

.ovr-hiddn {
    overflow: hidden;
}

.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.60);
    z-index: 1;
}

.overlay {
    display: none;
}

.overlay.active {
    display: block;
}

/* Heading Classes */

.hding-1 h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
}

.hding-2 h2 {
    font-size: 45px;
    font-weight: 700;
    color: #271907;
    line-height: 48px;
}

.hding-3 h3 {
    font-size: 24px;
    color: #271907;
    font-weight: 600;
}

.hding-4 h4 {}

.hding-5 h5 {}

.hding-6 h6 {}

.para p {
    font-size: 18px;
    line-height: 23px;
    color: #897c68;
}

.para-sm p {
    font-size: 15px;
    line-height: 23px;
    color: #897c68;
}

/* Custom Slick Css */

.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

.slick-dots li {
    margin: 0 20px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: #FFF;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    padding: 0px;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #311a75;
    width: 11px;
    height: 11px;
}

/*header css*/

header {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
}

.logo {
    display: inline-block;
}

.logo img {
    display: block;
    width: 50%;
}

.btn-hover {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.btn-hover span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #e28f26;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn-hover:hover {
    color: #ffffff;
}

.btn-hover:hover span,
ul.portfolio-menu>li.current>a span {
    width: 225%;
    height: 562.5px;
}

/* Hamburger Menu */

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #0f4c97;
    position: absolute;
    transition: .6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #b70404;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}

/* Menu Css */

.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}

.menu li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
}

.menu li.last {
    margin: 0;
}

.menu li a {
    display: block;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.menu li:hover a,
.menu li.active a {
    color: #e18e25;
}

/* Drop Down Css */

.dropdown-nav {
    position: relative;
}

.dropdownWrap {
    position: absolute;
    left: -20px;
    top: 18px;
    display: none;
}

ul.dropdown {
    width: 257px;
    border-radius: 8px;
    background-color: #ffffff;
    z-index: 1;
    padding: 20px 15px;
    text-align: left;
    margin-top: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

ul.dropdown li {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

ul.dropdown li a {
    font-size: 15px;
    letter-spacing: -0.1px;
    color: #636e72;
    padding: 12px 12px 12px 40px;
    position: relative;
    display: block;
    border-radius: 6px;
    line-height: normal;
}

ul.dropdown li a:before {
    content: "\f570";
    position: absolute;
    left: 12px;
    top: 10px;
    font-family: "Font Awesome 5";
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #2d3436;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

ul.dropdown li:hover a,
ul.dropdown li.active a {
    background-color: #eef2f3;
    color: #6c5ce7;
}

ul.dropdown li:hover a:before,
ul.dropdown li.active a:before {
    color: #6c5ce7;
}

ul.dropdown li.last {
    margin-bottom: 0px;
}

/* Dropdown CSS*/

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }
    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }
    100% {
        top: 40px;
        opacity: 1;
    }
}

/* Main Banner CSS */

.main-header .col-md-8 {
    text-align: end;
}

ul.menu li:nth-child(2) {
    position: relative;
    top: -13px;
    left: 10px;
}

.main-header .col-md-5 {
    position: relative;
    left: -68px;
}

a:hover {
    text-decoration: none;
}

.mainBanner {
    background: url('../images/ban.webp');
    height: 818px;
    display: flex;
    align-items: center;
    background-size: cover;
    position: relative;
    padding: 5% 0 0 0;
}

header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.menu li:nth-child(3) a {
    border-radius: 24px;
    width: 195px;
    height: 47px;
    background: #fff;
    text-align: center;
    line-height: 47px;
    color: #05177d;
    font-size: 16px;
    font-weight: 600;
}

.menu li:nth-child(3) i {
    padding: 0 10px 0 0;
}

.menu li:nth-child(2) a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: end;
}

.banFormBox1 h4 {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    padding: 0 0 7px 0;
}

.banFormBox1 h5 {
    color: #ffff;
    font-size: 22px;
}

.banFormBox1 h5 span {
    color: #ffa724;
    font-weight: bold;
}

.banFormBox2 p {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 600;
}

.menu li:nth-child(2) span {
    color: #ffa724;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.main-header {
    padding: 40px 0 0 0;
}

.menu li:nth-child(2) img {
    position: relative;
    left: -13px;
    top: 25px;
}

.menu li:nth-child(1) a {
    color: #05177e;
    text-align: left;
    line-height: 26px;
    font-size: 19px;
    font-weight: 700;
}

.menu li:nth-child(1) i {
    padding: 0 5px 0 0;
}

.mainBannerHead h6 {
    font-size: 24px;
    color: #ffa724;
    font-weight: bold;
}

.mainBannerHead h1 {
    color: #0b1152;
    font-size: 50px;
    font-weight: bold;
    padding: 10px 0 20px 0;
}

.mainBannerHead p {
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.mainBannerForm {
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(225, 0, 103);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
    width: 370px;
    height: 498px;
    margin-left: auto;
}

.banFormBox1 {
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    background-color: rgb(5, 23, 126);
    width: 368px;
    height: 98px;
    text-align: center;
    padding: 20px 0px;
}

.banFormBox2 {
    background-color: rgb(255, 167, 36);
    width: 370px;
    height: 37px;
}

.mainBannerForm input {
    width: 100%;
    height: 45px;
    border-radius: 22px;
    background: #ffff;
    font-size: 13px;
    margin: 0 0 10px 0;
    position: relative;
    padding: 0 10px 0 50px;
}

.mainBannerForm textarea {
    width: 100%;
    font-size: 13px;
    resize: none;
    height: 90px;
    background: #ffff;
    border-radius: 15px;
    padding: 15px 15px;
    margin: 0 0 17px 0;
}

.mainBannerHead ul {
    font-size: 18px;
    column-count: 2;
    margin: 20px 0px;
}

.mainBannerHead ul li {
    color: #000;
    font-size: 16px;
    padding: 0 0 18px 0;
}

.mainBanForm {
    padding: 24px;
    background-color: black;
}

.fldInputBan {
    position: relative;
}

.fldInputBan i {
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 15px;
    color: #c8c8c8;
}

.mainBanForm button {
    border-radius: 23px;
    background-color: rgb(255, 167, 36);
    width: 195px;
    height: 47px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin: auto;
}

.mainBannerHead a {
    border-radius: 24px;
    width: 315px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    color: #fff;
    font-weight: 600;
    background: #000000;
}

.mainBannerHead ul li i {
    color: #ffa724;
    padding: 0 7px 0 0;
}

.mainBannerHead a i {
    font-weight: bold;
    padding: 0 0 0 14px;
}

.mainBannerHead {
    position: relative;
}

.pricetagbanbox {
    background: url(../images/pricebanbox.webp);
    height: 141px;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: -135px;
}

.pricetagbanbox h4 {
    color: #ffff;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    left: -7px;
    top: 8px;
}

.logoSec1 {
    background: #e8e8e8;
    height: 131px;
    border-bottom: 1px solid #cccccc;
    padding: 14px 0px;
    border-top: 1px solid #cccccc;
}

.logoSec1 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}

.logoSec1 span {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
}

.logoSec1 h4 {
    font-size: 30px;
    color: #d20060;
    padding: 8px 0px;
    font-weight: bold;
}

.logoSec1 p {
    font-size: 14px;
    color: #333333;
    line-height: 21px;
}

.logoSec1 p strong {
    color: #000;
}

.logoSec1 ul h6 {
    color: #333333;
    font-size: 16px;
    text-align: center;
}

.logoSec1 ul img {
    text-align: center;
    display: block;
    margin: auto;
}

.logoSec1 .col-md-10 {
    border-left: 1px solid #bababa;
}

.logoSec2 {
    position: relative;
    padding: 100px 0px;
}

.logoSec2::before {
    background: url('../images/logo-4.webp');
    position: absolute;
    content: "";
    width: 788px;
    height: 757px;
    left: 0;
    top: 0;
    background-position: top;
}

.logoSec2 h5 {
    color: #0b1152;
    font-size: 36px;
    position: relative;
    line-height: 41px;
}

.logoSec2 h5 span {
    font-weight: bold;
}

.logoSec2 p {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    padding: 25px 0 30px 0;
}

.logoSec2 ul li:nth-child(1) a {
    background: #311a75;
    width: 163px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.logoSec2 ul li:nth-child(2) a {
    color: #000;
    font-weight: 600;
    text-align: center;
    position: relative;
}

.logoSec2 ul li:nth-child(2) span {
    color: #ffa724;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.logoSec2 ul {
    display: flex;
}

.logoSec2 h5::before {
    position: absolute;
    content: "";
    width: 119px;
    background: #ffa724;
    height: 5px;
    right: -100px;
    top: 18px;
    bottom: 0;
}

.logoSec2 ul li {
    padding: 0 30px 0 0;
}

.logoSec2 ul li:nth-child(2) img {
    position: relative;
    left: 0px;
}

.logoSec2 ul li:nth-child(2) a i {
    font-size: 26px;
    vertical-align: middle;
    padding: 0 10px 0 0;
    line-height: 30px;
}

.logoSec3 {
    position: relative;
    background: url('../images/logo-6.webp');
    height: 666px;
    display: flex;
    align-items: center;
}

.logoSec3 h5::before {
    position: absolute;
    content: "";
    width: 198px;
    background: #ffa724;
    height: 5px;
    top: 18px;
    bottom: 0;
    left: 26%;
}

.logoSec3 h5 {
    color: #0b1152;
    font-size: 36px;
    position: relative;
    line-height: 41px;
    padding: 0 0 60px 0;
}

.logoSec3 h5 span {
    font-weight: bold;
}

.ventureBox img {
    border-bottom: 3px solid #db0063;
    padding: 0 0 35px 0;
}

.ventureBox h4 {
    color: #0b1152;
    font-weight: bold;
    font-size: 16px;
    padding: 20px 0px;
    line-height: 21px;
}

.ventureBox p {
    font-size: 14px;
    line-height: 18px;
    color: #666666;
}

.ventureBox {
    position: relative;
}

.ventureBox::before {
    position: absolute;
    content: "";
    background: url('../images/logo-7.webp');
    width: 2px;
    height: 336px;
    left: -25px;
    top: -5px;
}

.logoSec3 .row {
    justify-content: space-between !important;
    align-items: center;
}

.pricetag {
    background: url('../images/logo-9.webp');
    width: 142px;
    height: 100px;
    line-height: 65px;
    text-align: center;
    position: absolute;
    right: -110px;
    top: 0;
}

.pricetag h4 {
    color: #fff;
    font-size: 44px;
    font-weight: bold;
}

.dollarBox {
    position: relative;
}

.logoSec4 {
    background: url('../images/logo-8.webp');
    height: 196px;
    position: relative;
    display: flex;
    align-items: center;
}

.logoSec4::before {
    position: absolute;
    content: "";
    width: 324px;
    background: url('../images/logo-10.webp');
    height: 259px;
    right: 50px;
}

.chatBtn span {
    color: #ffa724;
    font-weight: bold;
}

.logoSec4 h6 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0 5px 0;
}

.logoSec4 h5 {
    font-size: 24px;
    color: #fff;
    line-height: 34px;
    font-weight: bold;
}

.logoSec4 h5 span {
    color: #ffa724;
}

.logoSec4:nth-child(1) a {
    color: yellow;
}

.telBtn {
    color: #ffff;
    font-size: 25px;
}

.telBtn i {
    color: #ffffff;
    padding: 0 15px 0 0;
}

.chatBtn {
    width: 312px;
    height: 55px;
    background: #000000;
    border-radius: 25px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-weight: 500;
}

.logoSec5 {
    position: relative;
    background: url('../images/logo-11.webp');
    height: auto;
    padding: 70px 0px;
}

.logoSec5 h5 {
    text-align: center;
    font-size: 36px;
    color: #0b1152;
}

.logoSec5 h4 {
    color: #0b1152;
    font-size: 42px;
    text-align: center;
    font-weight: bold;
}

.logoSec5 ul {
    display: flex;
    justify-content: center;
    padding: 60px 0;
}

.logoSec5 ul li a {
    border-radius: 3px;
    background-color: #e2e2e2;
    width: 165px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    color: #000;
    font-weight: 500;
}

.logoSec5 li.active a {
    background: #711d51;
    color: #fff;
}

.logoSec5 img {
    padding: 0 0 15px 0;
}

.process-ul li {
    display: inline-block;
    width: 16%;
    text-align: center;
}

.process-icn {
    width: 69px;
    height: 69px;
    border: 5px solid #dcdcdc;
    border-radius: 100%;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.process-icn:before {
    content: "";
    background: url('../images/sprite.webp') no-repeat;
    width: 31px;
    height: 30px;
    display: inline-block;
    z-index: 1;
}

.prcss-icn1:before {
    background-position: -152px -594px;
}

.prcss-icn2:before {
    background-position: -205px -596px;
}

.prcss-icn3:before {
    background-position: -258px -594px;
}

.prcss-icn4:before {
    background-position: -365px -594px;
}

.prcss-icn5:before {
    background-position: -312px -594px;
}

.prcss-icn6:before {
    background-position: -418px -597px;
    width: 34px;
}

ul.process-ul:before {
    z-index: -1;
    content: "";
    width: 0%;
    height: 18px;
    background: #ea635f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNjM1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OWNmNzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #ea635f 0%, #99cf70 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ea635f), color-stop(100%, #99cf70));
    background: -webkit-linear-gradient(left, #ea635f 0%, #99cf70 100%);
    background: -o-linear-gradient(left, #ea635f 0%, #99cf70 100%);
    background: -ms-linear-gradient(left, #ea635f 0%, #99cf70 100%);
    background: linear-gradient(to right, #ea635f 0%, #99cf70 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea635f', endColorstr='#99cf70', GradientType=1);
    position: absolute;
    left: 70px;
    bottom: 27px;
    margin: auto;
    transition: all 0.4s ease;
}

ul.process-ul.process2:before {
    width: 21%;
}

ul.process-ul.process3:before {
    width: 33%;
    background: #ea635f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNjM1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzk5Y2Y3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNzNlYjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #ea635f 0%, #99cf70 52%, #a73eb8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ea635f), color-stop(52%, #99cf70), color-stop(100%, #a73eb8));
    background: -webkit-linear-gradient(left, #ea635f 0%, #99cf70 52%, #a73eb8 100%);
    background: -o-linear-gradient(left, #ea635f 0%, #99cf70 52%, #a73eb8 100%);
    background: -ms-linear-gradient(left, #ea635f 0%, #99cf70 52%, #a73eb8 100%);
    background: linear-gradient(to right, #ea635f 0%, #99cf70 52%, #a73eb8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea635f', endColorstr='#a73eb8', GradientType=1);
}

ul.process-ul.process4:before {
    width: 53%;
    background: #ea635f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNjM1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iIzk5Y2Y3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iI2E3M2ViOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOGExZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #ea635f 0%, #99cf70 34%, #a73eb8 68%, #38a1f4 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ea635f), color-stop(34%, #99cf70), color-stop(68%, #a73eb8), color-stop(100%, #38a1f4));
    background: -webkit-linear-gradient(left, #ea635f 0%, #99cf70 34%, #a73eb8 68%, #38a1f4 100%);
    background: -o-linear-gradient(left, #ea635f 0%, #99cf70 34%, #a73eb8 68%, #38a1f4 100%);
    background: -ms-linear-gradient(left, #ea635f 0%, #99cf70 34%, #a73eb8 68%, #38a1f4 100%);
    background: linear-gradient(to right, #ea635f 0%, #99cf70 34%, #a73eb8 68%, #38a1f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea635f', endColorstr='#38a1f4', GradientType=1);
}

ul.process-ul.process5:before {
    width: 66%;
    background: #ea635f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNjM1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzk5Y2Y3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2E3M2ViOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iIzM4YTFmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdkNTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #ea635f 0%, #99cf70 25%, #a73eb8 52%, #38a1f4 77%, #ff7d54 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ea635f), color-stop(25%, #99cf70), color-stop(52%, #a73eb8), color-stop(77%, #38a1f4), color-stop(100%, #ff7d54));
    background: -webkit-linear-gradient(left, #ea635f 0%, #99cf70 25%, #a73eb8 52%, #38a1f4 77%, #ff7d54 100%);
    background: -o-linear-gradient(left, #ea635f 0%, #99cf70 25%, #a73eb8 52%, #38a1f4 77%, #ff7d54 100%);
    background: -ms-linear-gradient(left, #ea635f 0%, #99cf70 25%, #a73eb8 52%, #38a1f4 77%, #ff7d54 100%);
    background: linear-gradient(to right, #ea635f 0%, #99cf70 25%, #a73eb8 52%, #38a1f4 77%, #ff7d54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea635f', endColorstr='#ff7d54', GradientType=1);
}

ul.process-ul.process6:before {
    width: 86%;
    background: #ea635f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNjM1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iIzk5Y2Y3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iI2E3M2ViOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzM4YTFmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iI2ZmN2Q1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MzhkOTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #ea635f 0%, #99cf70 19%, #a73eb8 39%, #38a1f4 60%, #ff7d54 79%, #738d99 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ea635f), color-stop(19%, #99cf70), color-stop(39%, #a73eb8), color-stop(60%, #38a1f4), color-stop(79%, #ff7d54), color-stop(100%, #738d99));
    background: -webkit-linear-gradient(left, #ea635f 0%, #99cf70 19%, #a73eb8 39%, #38a1f4 60%, #ff7d54 79%, #738d99 100%);
    background: -o-linear-gradient(left, #ea635f 0%, #99cf70 19%, #a73eb8 39%, #38a1f4 60%, #ff7d54 79%, #738d99 100%);
    background: -ms-linear-gradient(left, #ea635f 0%, #99cf70 19%, #a73eb8 39%, #38a1f4 60%, #ff7d54 79%, #738d99 100%);
    background: linear-gradient(to right, #ea635f 0%, #99cf70 19%, #a73eb8 39%, #38a1f4 60%, #ff7d54 79%, #738d99 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea635f', endColorstr='#738d99', GradientType=1);
}

ul.process-ul:after {
    z-index: -2;
    content: "";
    width: 83%;
    height: 18px;
    background: #dcdcdc;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 27px;
    margin: auto;
    box-shadow: 0 0 13px 2px gainsboro;
}

ul.process-ul {
    position: relative;
    margin: 50px 0 20px;
    z-index: 0;
}

ul.process-ul * {
    transition: all 0.4s ease;
}

i.actv-ul {
    width: 69px;
    height: 69px;
    display: inline-block;
    position: absolute;
    background: #ea635f;
    border-radius: 100%;
    border: 3px solid #FFF;
    left: 52px;
    bottom: 0px;
    z-index: 1;
}

i.actv-ul:before {
    content: "";
    border-top: 25px solid transparent;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    transition: all .3s linear;
    position: absolute;
    bottom: -15px;
    left: 18px;
    border-top-color: #ea635f;
}

.process-ul li.active .prcss-icn1:before {
    background-position: -152px -635px;
}

.process-ul li.active .prcss-icn2:before {
    background-position: -205px -637px;
}

.process-ul li.active .prcss-icn3:before {
    background-position: -258px -635px;
}

.process-ul li.active .prcss-icn4:before {
    background-position: -365px -635px;
}

.process-ul li.active .prcss-icn5:before {
    background-position: -312px -635px;
}

.process-ul li.active .prcss-icn6:before {
    background-position: -418px -638px;
}

.process-ul li .prcss-icn7:before {
    background-position: -17px -1072px;
}

.process-ul li .prcss-icn8:before {
    background-position: -69px -1072px;
}

.process-ul li .prcss-icn9:before {
    background-position: -122px -1072px;
}

.process-ul li .prcss-icn10:before {
    background-position: -173px -1073px;
}

.process-ul li .prcss-icn11:before {
    background-position: -225px -1073px;
}

.process-ul li .prcss-icn12:before {
    background-position: -278px -1074px;
}

.prc-all h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.process-ul li.active .prcss-icn7:before {
    background-position: -17px -1123px;
}

.process-ul li.active .prcss-icn8:before {
    background-position: -71px -1124px;
}

.process-ul li.active .prcss-icn9:before {
    background-position: -122px -1123px;
}

.process-ul li.active .prcss-icn10:before {
    background-position: -173px -1123px;
}

.process-ul li.active .prcss-icn11:before {
    background-position: -225px -1123px;
}

.process-ul li.active .prcss-icn12:before {
    background-position: -278px -1123px;
}

ul.process-ul.process2 i.actv-ul {
    left: 228px;
    background-color: #67b636;
}

ul.process-ul.process2 i.actv-ul:before {
    border-top-color: #67b636;
}

ul.process-ul.process3 i.actv-ul {
    left: 406px;
    background-color: #a73eb8;
}

ul.process-ul.process3 i.actv-ul:before {
    border-top-color: #a73eb8;
}

ul.process-ul.process4 i.actv-ul {
    left: 583px;
    background-color: #38a1f4;
}

ul.process-ul.process4 i.actv-ul:before {
    border-top-color: #38a1f4;
}

ul.process-ul.process5 i.actv-ul {
    left: 760px;
    background-color: #ff7d54;
}

ul.process-ul.process5 i.actv-ul:before {
    border-top-color: #ff7d54;
}

ul.process-ul.process6 i.actv-ul {
    left: 937px;
    background-color: #738d99;
}

ul.process-ul.process6 i.actv-ul:before {
    border-top-color: #738d99;
}

ul.process-ul.process-animate i.actv-ul {
    -webkit-animation: anim-cur-step .6s;
    animation: anim-cur-step .6s;
}

@-webkit-keyframes anim-cur-step {
    20% {
        -webkit-transform: rotate(45deg)
    }
    70% {
        -webkit-transform: rotate(-45deg)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}

@keyframes anim-cur-step {
    20% {
        transform: rotate(45deg)
    }
    70% {
        transform: rotate(-45deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

.process-ul li.active h4 {
    color: #72be36;
}

.process-arrows>div {
    width: 34px;
    height: 66px;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.process-arrows>div:before {
    content: "";
    background: url(../images/sprite.webp) no-repeat -527px -598px;
    width: 34px;
    height: 66px;
    display: block;
}

.process-arrows .arrow-right:before {
    background-position: -475px -598px;
}

.process-arrows>div.disable {
    opacity: 0.2;
}

.process-content {
    position: relative;
}

.process-arrows .arrow-right {
    left: inherit;
    right: 20px;
}

.process-tabs {
    overflow: hidden;
    display: none !important;
}

.process-tabs.active {}

.process-tabs.active {
    display: flex !important;
    align-items: center;
}

.process-arrows .arrow-right {
    left: inherit;
    right: 72px;
    z-index: 999999;
    cursor: pointer;
}

.process-arrows>div {
    width: 34px;
    height: 66px;
    position: absolute;
    left: -70px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999999;
    cursor: pointer;
}

.process-tabs p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.process-sec h3 {
    font-size: 26px;
    color: #212121;
    font-weight: bold;
    margin-bottom: 15px;
}

.process-sec.sec-pad h1 {
    text-align: center;
    color: #0b1152;
    font-size: 36px;
    line-height: 40px;
}

.process-sec.sec-pad h1 span {
    font-weight: bold;
    font-size: 42px;
}

.process-sec {
    position: relative;
    padding: 60px 0px;
}

.process-sec::before {
    position: absolute;
    content: "";
    background: url('../images/logo-13.webp');
    height: 104px;
    width: 105px;
    right: 85px;
}

.process-sec::after {
    position: absolute;
    content: "";
    background: url('../images/logo-14.webp');
    height: 68px;
    width: 68px;
    left: 45px;
}

.logoSec6 {
    position: relative;
    background: url(../images/logo-16.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-size: cover;
    padding: 55px 0px;
}

.logoSec6 h3 {
    text-align: center;
    color: #fff;
    font-size: 36px;
}

.logoSec6 h4 {
    font-size: 42px;
    color: #ffff;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 50px 0;
}

.pkgBox {
    background: url(../images/logo-19.webp);
    width: 100%;
    height: 492px;
    padding: 18px 23px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 15px;
}

.pkghead li h5 {
    color: #ffa724;
    font-size: 20px;
    line-height: 25px;
}

.pkghead li h5 span {
    font-size: 30px;
    font-weight: bold;
}

.pkghead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pkghead li h6 {
    color: #311a75;
    font-size: 48px;
    font-weight: bold;
    line-height: 15px;
    text-align: right;
    position: relative;
    top: 14px;
}

.pkghead li h6 strong {
    font-size: 18px;
    position: relative;
    top: -18px;
}

.pkghead li h6 del {
    color: #cccc;
    font-size: 15px;
    font-weight: 500;
}

.pkgBox p {
    color: #010101;
    font-size: 16px;
    line-height: 25px;
    padding: 25px 0 30px 0;
    text-align: center;
}

.pkgList {
    height: 270px;
    overflow-y: scroll;
    margin: 30px 0px 0 0;
}

.pkgList li {
    font-size: 14px;
    padding: 0 0 14px 0;
    margin: 0 0 12px 0;
    border-bottom: 1px solid #e6e7e8;
    display: flex;
    align-items: center;
}

.orderList li:nth-child(1) a {
    border-radius: 23px;
    background-color: rgb(49, 26, 117);
    width: 155px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    color: #fff;
    font-weight: 600;
}

.orderList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 0 0;
}

.orderList li.last a {
    color: #676767;
}

.orderList li.last a i {
    color: #db006b;
    padding: 0 0 0 8px;
}

.orderList li.last span {
    font-size: 20px;
    color: #ffa724;
    font-weight: bold;
}

.pkgList i {
    color: #311a75;
    padding: 0 7px 0 0;
}

.logoSec8 {
    background: url('../images/logo-18.webp');
    height: auto;
    background-size: cover;
    display: flex;
    align-items: center;
}

.logoSec8 .row {
    margin: 30px 0 50px;
}

.sec7Head h5 {
    color: #311a75;
    font-size: 20px;
    padding: 30px 0 20px 0;
    font-weight: bold;
}

.logoSec7 .row {
    align-items: center;
}

.sec7Head p {
    color: #231f20;
    font-size: 16px;
    line-height: 24px;
}

.logoSec7 {
    background: #f5f5f5;
    padding: 70px 0px;
}

.sec8Head h4 {
    font-size: 36px;
    color: #311a75;
}

.sec8Head h3 {
    color: #311a75;
    font-size: 42pd;
    font-size: 42px;
    font-weight: bold;
    padding: 5px 0 30px 0;
}

.sec8Head p {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 50px 0;
}

.sec8Head ul li.first a {
    border-radius: 24px;
    width: 195px;
    height: 47px;
    background: #000000;
    text-align: center;
    line-height: 47px;
    color: #ffff;
    font-size: 16px;
    font-weight: 600;
}

.sec8Head ul {
    display: flex;
    align-items: center;
}

.sec8Head ul li {
    padding: 0 25px 0 0;
}

.sec8Head ul li.first i {
    padding: 0 10px 0 0;
}

.sec8Head ul li.last a {
    font-size: 14px;
    color: #505050;
    line-height: 25px;
}

.sec8Head ul li.last i {
    color: #000000;
}

.sec8Head ul li.last span {
    color: #311a75;
    font-size: 20px;
    font-weight: bold;
}

.reviewBox {
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    box-shadow: 5.664px 6.994px 18px 0px rgba(0, 0, 0, 0.15);
    /* width:307px; */
    /* height:398px; */
    padding: 40px 20px;
    margin: 25px 0px;
}

.reviewBox p {
    color: #666666;
    font-size: 16px;
    padding: 0 0 30px 0;
    line-height: 24px;
}

.reviewDetail {
    display: flex;
    align-items: center;
}

.reviewBox h6 {
    color: #505050;
    font-weight: bold;
    padding: 0 0 0 20px;
}

footer {
    background: #311a75;
    padding: 18px 0px;
}

.ftrSec h5 {
    color: #fff;
}

.ftrSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ftrSec ul {
    display: flex;
}

.ftrSec ul li a {
    color: #ffff;
    padding: 0 10px;
}

.ftrSec ul li {
    position: relative;
    border-left: 2px solid #fff;
}

.ftrSec ul li:nth-child(1) {
    border: none;
}

@media (max-width:1440px) {
    .mainBanner {
        background-position: center;
    }
}

@media (max-width:824px) {}

@media (max-width:767px) {
    .mainBanner {
        height: auto;
        padding: 100px 0 0 0;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 20px !important;
    }
    .menu li:nth-child(2) a {
        color: #000;
    }
    .mainBannerHead h1 {
        padding: 10px 0px;
    }
    .mainBannerHead::before {
        display: none;
    }
    p {
        font-size: 14px !important;
        line-height: 26px !important;
    }
    .mainBannerForm {
        width: 100%;
        height: auto;
    }
    .banFormBox1 {
        width: 100%;
        padding: 20px 0;
        height: auto;
    }
    .banFormBox2 {
        width: 100%;
    }
    .banFormBox2 p {
        font-size: 11px !important;
    }
    .mainBannerHead a {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .mainBannerHead ul {
        column-count: inherit;
    }
    .mainBannerHead ul li {
        font-size: 14px;
    }
}

.footer_form {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 70px 0px;
    background: #e9e9e9;
}

.footer_form h2 {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #0b1152;
    font-weight: bold;
    font-size: 42px;
    line-height: 40px;
}

.footer_form p {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0px;
    text-align: center;
    color: #333333;
    font-size: 18px;
}

.footer_form .form-group .footer_form_field {
    background: #fff;
    padding: 29px 20px;
}

.footer_form form {
    margin: 30px 0 0 0;
}

.footer_form form button {
    background: #311a75;
    width: 100%;
    padding: 21px 0;
    margin: 0px;
    color: #ffff;
    text-transform: uppercase;
}

.sec7Head img {
    height: 50px;
}

.process-arrows {
    display: none;
}

.button_main .orderList {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 25px 0 0 0;
}

.button_main .orderList li {
    margin: 0 20px 0 0;
}

.button_main_portfolio .orderList {
    justify-content: center;
}

.button_main_portfolio {
    justify-content: center;
    align-items: center;
}

.button_main_portfolio .live_chat_button {
    border-radius: 23px;
    background-color: rgb(254 183 51);
    width: 155px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    color: #fff;
    font-weight: 600;
}

.button_main_portfolio .live_chat_button a {
    background: none;
}

.button_main_portfolio .button_main .orderList {
    justify-content: center;
}

.box-3 img {
    height: 250px;
    width: 100%;
}

.logoSec5 img {
    width: 100%;
}