

/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700'); */


#jqcheck { background: #fff9d7; text-align: center; color: #333; padding: 10px 0px; font-size: 13px; font-weight: bold; position: fixed; z-index: 9991; width: 100%; font-family: "Poppins", sans-serif; }
* { margin: 0px; padding: 0px; }

/* text selection color */
::-moz-selection { background: var(--primary-color);  color: var(--theme-white); text-shadow: none;}
::selection { background: var(--primary-color); color: var(--theme-white); text-shadow: none; }

/* browser scroller style */
::-webkit-scrollbar { width:10px; height:10px; }
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display:none; }
::-webkit-scrollbar-track-piece { background-color:#ecedf1; -webkit-border-radius:0px; border-left:1px solid #888; }
::-webkit-scrollbar-thumb:vertical { -webkit-border-radius:0px; background:var(--primary-color); }


@media screen and (-webkit-min-device-pixel-ratio:0) { select { -webkit-appearance: none !important; line-height:28px !important; } }

body {font-family: "Poppins", sans-serif;color: var(--default-color);font-size:var(--base-font-size);position: relative;}

/* font family */


/* font colors */
.fc-primary { color: var(--primary-color); }
.fc-secondary { color: var(--secondary-color); }
.fc-dark { color: var(--theme-dark); }
.fc-lite { color: var(--theme-lite); }

/* buttons */
.primary-btn,.secondary-btn { font-size: 13px; font-weight: 400; text-transform: capitalize; padding: 8px 15px;  position:relative; display:table; border-radius: 3px; }
.primary-btn:after, .secondary-btn:after { content: "\e957"; font-family: 'icomoon' !important;
font-size: 13px;  color: white; padding-left: 10px; display: table-cell; vertical-align: middle;  }
.primary-btn { background:var(--primary-color); color: white; }
.primary-btn:hover {background:var(--primary-color-dark); color: white; }
.secondary-btn { background:var(--secondary-color); color: white;  }
.secondary-btn:hover {background:var(--secondary-color-dark); color: white; }

.banner-btn{text-transform: capitalize; display: inline-block; transform: translateY(0rem); -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; color: #fff !important; background-color: transparent;padding: 20px 40px; font-size: 18px; font-weight: 600; border-radius: 5px;border: 1px solid #fff !important;}


.secpad-100{padding: 100px 0;}


.sm-btn { font-size: 14px; }
.md-btn { font-size: 16px; }
.lg-btn { font-size: 18px; }
.xl-btn { font-size: 20px; }

/* headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p { margin: 0; padding: 0; }
h1, .h1, h2, .h2 {font-family: "Poppins", sans-serif;}
h3, .h3, h4, .h4, h5, .h5, h6, .h6{font-family: "Poppins", sans-serif; padding-bottom: 10px;
color: var(--theme-dark); }

h2, .h2 { font-size: 6.7vmin; }
h3, .h3 { font-size: var(--font-size-h3); font-weight: 600; }
h4, .h4 { font-size: var(--font-size-h4); }
h5, .h5 { font-size: var(--font-size-h5); }
h6, .h6 { font-size: var(--font-size-h6); }
p { /*font-size: var(--base-font-size);*/ }

p {font-weight: 400;line-height: 1.4;padding: 0 0 20px;margin:0px;color: #687087;}

/*** theme sections padding ***/
.sec-padding-100 { padding:100px 0;} .sec-padding-90 { padding:90px 0;}
.sec-padding-80 { padding:80px 0;} .sec-padding-70 { padding:70px 0;}
.sec-padding-60 { padding:60px 0;} .sec-padding-xlarge { padding:50px 0; }
.sec-padding-large { padding:40px 0; } .sec-padding-medium { padding:30px 0; }
.sec-padding-small { padding:25px 0; } .sec-padding-xsmall { padding:10px 0; }

/*** theme sections margin ***/
.sec-margin-100 { margin:100px 0;} .sec-margin-90 { margin:90px 0;}
.sec-margin-80 { margin:80px 0;} .sec-margin-70 { margin:70px 0;}
.sec-margin-60 { margin:60px 0;} .sec-margin-xlarge { margin:50px 0; }
.sec-margin-large { margin:40px 0; } .sec-margin-medium { margin:30px 0; }
.sec-margin-small { margin:25px 0; } .sec-margin-xsmall { margin:10px 0; }

/*** no padding, no marging ***/
.p-0 { padding:0; }
.pt-0 { padding-top:0px; } .pb-0 { padding-bottom:0px; }
.pl-0 { padding-left:0px; } .pr-0 { padding-right:0px; }
.m-0 { margin:0; }
.mt-0 { margin-top:0px; } .mb-0 { margin-bottom:0px; }
.ml-0 { margin-left:0px; } .mr-0 { margin-right:0px; }




.tt-uppercase{text-transform: uppercase;}
.tt-capitalize{text-transform: capitalize;}




p strong { color: black; }
p span { color: black; }
a:hover { text-decoration: none; }
a:focus { outline: none; text-decoration: none; }
img { border: 0px; outline: none; }
/*img { max-width: 100%;  }*/
ul,li { list-style-type: none; }
.relative { position:relative; }
.absolute { position:absolute; }

h2,.h2 {
 color: #171717;
 line-height: 1.2;
 font-weight: 700;
 padding: 0 0 15px 0;
 position: relative;
 letter-spacing: -1px;
 }
h2 span,.h2 span { color:var(--primary-color);}

a { text-decoration: none; }
.list-simple { list-style: none; margin: 0 0 15px 0; width:100%; display:inline-block; }
.list-simple li {color: var(--default-color);padding: 0 0 10px 16px;line-height: 20px;font-size: 14px;font-weight: 400;position:relative;}
.list-simple li:before {position: absolute; left: 0px;top: 0px;
font-size: 13px; color:var(--secondary-color); content: "\e93a"; font-family: 'icomoon' !important; }

/*** morefull block link ***/
.moreFull { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; text-indent: -9999px; }

/*** transition ***/
.transition {-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }

/*** scale with transition ***/
.scale-with-transition { -webkit-transition: all 200ms ease-in; -ms-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in; transition: all 200ms ease-in; -webkit-transform: scale(1.05);
-ms-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05); }

/* header 
------------------------------------*/

.btn-1{background: #1e4972; color: #fff; padding: 14px 30px; border-radius: 5px; font-size: 14px; }
.btn-2{background: #fff;color: #1e4972;padding: 14px 30px;border-radius: 5px;font-size: 14px;border: 1px solid;margin: 0 0 0 10px;font-weight: 500;}
.main-heading{color: #192e5a;font-size: 38px;font-weight: 600;padding: 0 0 20px;}
.main-pera{color: #24262e;font-size: 16px;font-weight: 500;}

header{display: block;padding: 20px 0;box-shadow: 0px 20px 40px 0 #00000014;position: fixed;width: 100%;background: #fff;z-index: 999;}
header .logowrp{}
header .logowrp img{width: 195px;}
header .navwrp{}
header .navwrp ul{display: block; margin: 0; }
header .navwrp ul li{display: inline-block; margin: 0 6px; }
header .navwrp ul li a{color: #192e5a; font-weight: 600; font-size: 14px; }
header .btnwrp ul{margin: 0; display: block; text-align: right; }
header .btnwrp ul li{display: inline-block; margin: 0 0 0 30px; }
header .btnwrp ul li a{color: #192e5a; font-weight: 600; font-size: 16px; }
header .btnwrp ul li a.btnmain{background: #1e4972; color: #fff; padding: 11px 30px; border-radius: 5px; font-size: 14px; }
header .navwrp ul li.ser:hover .dropwrep{display: block;}
header .dropwrep{position: absolute;width: 798px;padding: 20px 20px 20px;transition: all 0.3s ease;top: 20px;border-radius: 10px;background: #fff;display: none;left: 0px;background-image: url(../images/DDbanner.jpg);background-size: cover;background-repeat: repeat;}
header .dropwrep img{width: 25px;margin: 11px 10px 0px 12px;}
header .dropwrep span{height: 50px; width: 50px; display: inherit; border-radius: 50%; box-shadow: 2px 4px 15px -3px rgb(0 0 0 / 41%); margin: 0px 13px 0px 10px; padding: 0 0 0 0px; box-sizing: border-box; }
header .dropwrep .manuwrp{}
header .dropwrep .manuwrp .srvchdng{
    font-size: 18px;
    color: #000;
}
header .dropwrep .manuwrp ul{margin: 25px 0 0 10px;display: block;text-align: left;}
header .dropwrep .manuwrp ul li{width: 87%;display: inline-block;margin: 0 0 10px;}



.home-bannerwrp{background: #fff4e7;padding: 160px 0 90px;}
.home-bannerwrp .txtwrp{}
.home-bannerwrp .txtwrp h1{color: #192e5a;font-size: 44px;font-weight: 600;padding: 0 0 20px;}
.home-bannerwrp .txtwrp p{font-size: 18px; color: #5b5d65; font-weight: 500; }
.home-bannerwrp .txtwrp ul{}
.home-bannerwrp .txtwrp ul li{color: #2e2e2e; font-size: 18px; position: relative; padding: 0 0 10px 25px; font-weight: 600; }
.home-bannerwrp .txtwrp ul li:after{content: "";position: absolute;width: 7px;height: 7px;background: #1e4972;left: 0;border-radius: 50%;top: 10px;}
.home-bannerwrp .imgwrp{}
.home-bannerwrp .imgwrp img{width: 110%;}
.home-bannerwrp .btnwrp{display: block; padding: 15px 0 0; }
.home-bannerwrp .btnwrp ul{margin: 60px 0 0; }
.home-bannerwrp .btnwrp ul li{display: inline-block; margin: 0 30px 0 0; }
.home-bannerwrp .btnwrp ul li img{height: 80px; }


.box-secwrp{background: #fffbf6; padding: 90px 0; }
.box-secwrp .txtwrp{display: block;text-align: center;padding: 0 0 30px;}
.box-secwrp .boxwrp{padding: 40px 30px; background: #fff; box-shadow: -7px -20px 70px rgb(0 0 0 / 7%); border-radius: 10px; }
.box-secwrp .boxwrp img{margin: 0 0 30px; }
.box-secwrp .boxwrp h4{color: #192e5a; font-size: 22px; font-weight: 600; }
.box-secwrp .boxwrp p{height: 120px;}



.tabs-sectionwrp{padding: 70px 0; }
.tabs-sectionwrp .txtwrp{display: block; padding: 0 0 20px; }
.tabs-sectionwrp .txtwrp h4{}
.tabs-sectionwrp .tabswrp{}
.tabs-sectionwrp .tabswrp ul{display: block; margin: 0 0 40px; }
.tabs-sectionwrp .tabswrp ul li{display: inline-block;width: 19%;margin: 0 20px 0 0;cursor: pointer;}
.tabs-sectionwrp .tabswrp ul li.current span{color: #1e4972; }
.tabs-sectionwrp .tabswrp ul li.current h6{color: #1e4972; }
.tabs-sectionwrp .tabswrp ul li span{font-size: 22px; font-weight: 700; display: block; margin: 0 0 5px; color: #777; }
.tabs-sectionwrp .tabswrp ul li h6{font-size: 15px;color: #777;}
.tabs-sectionwrp .txtdiv{}
.tabs-sectionwrp .txtdiv a{color: #24262e; font-size: 16px; font-weight: 500; }
.tabs-sectionwrp .txtdiv a i{font-weight: 600; margin: 0 0 0 10px; }

.tabs{display: none;}
.tabs.current{display: block;}

.package-sectionwrp{background: #192e5a; padding: 90px 0; }
.package-sectionwrp .navwrp{}
.package-sectionwrp .navwrp ul{}
.package-sectionwrp .navwrp ul li{
    display: inline-block;
    display: inline-block;
    margin: 0 5px;
    padding: 10px 15px;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    font-weight: 500;
    border: 1px solid;
    cursor: pointer;
    transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
}
.package-sectionwrp .navwrp ul li.current{
    background: #fff;
    color: #000;
}
.package-sectionwrp .txtwrp{display: block;text-align: center;padding: 0 0 50px;}
.package-sectionwrp .txtwrp h2{color: #fff; }
.package-sectionwrp .txtwrp p{color: #fff; }
.package-sectionwrp .pkgewrp{background: #fff;display: block;text-align: center;padding:0px;border-radius: 12px;margin: 0 0 40px;}
.package-sectionwrp .pkgewrp .prcngwrp{
    background-color: #e5fcff;
    padding: 10px 0px;
}
.package-sectionwrp .pkgewrp h4{color: #ffffff;font-size: 22px;font-weight: 600;background-color: #175c9f;border-radius: 12px;padding: 10px 0;}
.package-sectionwrp .pkgewrp p{font-size: 15px; font-weight: 500; }
.package-sectionwrp .pkgewrp h2{color: #192e5a;font-size: 46px;position:relative;}
.package-sectionwrp .pkgewrp h2 span{font-size: 18px;text-decoration: line-through; color: #ea352d;}
.package-sectionwrp .pkgewrp span{display: block; font-weight: 600; font-size: 15px; }
.package-sectionwrp .pkgewrp .btnwrp{display: block;padding: 20px 0;}
.package-sectionwrp .pkgewrp .btnwrp a{background: #192e5a;color: #fff;padding: 15px 30px;border-radius: 5px;font-size: 14px;display: block;width: 60%;margin: 0 auto;}
.package-sectionwrp .pkgewrp .detailwrp{display: block;text-align: left;padding: 20px 20px;}
.package-sectionwrp .pkgewrp .detailwrp h6{color: #192e5a; font-size: 20px; }
.package-sectionwrp .pkgewrp .detailwrp ul{margin: 20px 0 0;height: 190px;}
.package-sectionwrp .pkgewrp .detailwrp ul li{display: block; padding: 0 0 20px 20px; position: relative; }
.package-sectionwrp .pkgewrp .detailwrp ul li:after{content: "\f0a9";font-family: 'FontAwesome';position: absolute;left: 0;top: 0;color: #1e4972;}
.package-sectionwrp .txtdiv{display: block; text-align: center; padding: 50px 0 0; }
.package-sectionwrp .txtdiv h4{font-size: 20px; color: #fff; } 
.package-sectionwrp .txtdiv h2{color: #fff; font-size: 32px; }



.trust-sectionwrp{padding: 70px 0; }
.trust-sectionwrp .mainwrp{background: #192e5a; padding: 50px 60px; border-radius: 8px; }
.trust-sectionwrp .mainwrp img{font-size: ; }
.trust-sectionwrp .mainwrp p{color: #fff; font-size: 22px; padding: 40px 0 30px; }




.testimnl{background-size:cover;background-position:center;padding: 40px 0;position:relative;background-color: #192e5a;}
.vew-dtls-btn{text-align:center;padding:20px 0;}
.vew-dtls-btn a.view-btn{display:inline-block;color:#e67a3f;font-size:14px;position:relative;}
.vew-dtls-btn a.view-btn:before{content:"";position:absolute;width:100%;height:2px;background-color:#e67a3f;bottom:0px;}
.testimnl img{width:100%;}
.testimnl .list-scroll{height:128px;}
.testimnl .txt-wrp h3{font-size:17px;text-transform:capitalize;color: #b4285f;padding:0;display: none;font-weight:400;}
.testimnl .txt-wrp h2{color:#455963;font-weight:700;font-size:59px;padding:0;}
.testimnl .txt-wrp b{margin:0 0 10px 0;color:#2a2306;font-weight:bold;font-size: 30px;line-height:1;}
.testimnl .txt-wrp span{font-size:200px;color:#e67a3f;font-weight:300;line-height:1;position:absolute;right:30px;top:-30px;font-style:italic;}
.testimnl .txt-wrp h6{color:#393939;font-size:13px;}
.testimnl .slick-next:before{content:"\f105";font-family:FontAwesome;color:#b5b5b5;font-size:41px;font-weight:300;right: -40px !important;position: absolute;}
.testimnl .slick-prev:before{content:"\f104";font-family:FontAwesome;color:#b5b5b5;font-size:41px;font-weight:300;position: absolute;right: -30px;}
.testimnl .slick-prev:hover:before{color:#e67a3f;}
.testimnl .slick-next:hover:before{color:#e67a3f;}
.testimnl .slick-prev{left:-60px;}
.testimnl .slick-next{right:0px;}
.testimnl .txt-wrp{/* padding-right:120px; */}
.testimnl .txt-wrp h4{padding:11px 0;position:relative;font-size: 37px;line-height:1;text-transform:capitalize;color: #fff;font-weight: 500;}
.testimnl .txt-wrp h3:after{content:"";display:none;position:absolute;background-color:#e67a3f;width:40px;height:3px;left:0;bottom:-40px;}
.testimnl .txt-wrp p{margin:0 0 0 0;text-transform:capitalize;color:#5a5c5d;font-size: 16px;color: #fff;font-size: 17px;font-weight: 400;}
.testimnl .txt-wrp a:hover{}
.testimnl .txt-wrp a{text-transform:uppercase;margin:0px;display:inline-block;color: #000;background: #ddd;}
.testimnl .testim-wrp{padding:30px;/* background:#fff; */border-radius:15px;margin: 0 40px 0 10px;width: 100%;}
.testimnl .testim-wrp i{font-size:40px;color: #1e4972;}
.testimnl .testim-wrp h4{font-size: 16px;line-height: 25px;font-weight:400;color: #fff;padding-top: 20px;height: 260px;}
.testimnl .slick-center .testim-wrp{opacity:1;}
.testimnl .testim-wrp{}
.testimnl .testim-wrp .img-wrp{width:100px;display:inline-block;}
.testimnl .testim-wrp .img-wrp span{background: #1e4972;color: #fff;border-radius: 50%;font-size: 20px;position: relative;top: -18px;height: 70px;width: 70px;display: block;padding: 20px 0 0 20px;}
.testimnl .testim-wrp .img-wrp img{border-radius:50%;width: 70px;}
.testimnl .testim-wrp .desgnt-sec{display:inline-block;top: -15px;position:relative;left: -10px;}
.testimnl .testim-wrp .desgnt-sec b{color: #4c6e8f;font-size: 18px;text-transform:capitalize;}
.testimnl .testim-wrp .desgnt-sec h6{font-size: 12px;padding:0;color: #fff;}




.ser-client-logowrp{background: #f7f7f7;padding: 70px 0;}

.ser-client-logowrp .maincountr{display: block; text-align: center; padding: 60px 0 0; }
.ser-client-logowrp .maincountr ul{margin: 0;font-size: 0;}
.ser-client-logowrp .maincountr ul li{display: inline-block;border: 1px solid rgb(224, 224, 224);padding: 72px 10px;display: inline-block;text-align: center;width: 31%;background: #fff;}
.ser-client-logowrp .maincountr ul li h4{color: #22204F;font-size: 52px;font-weight: 700;}
.ser-client-logowrp .maincountr ul li p{color: #3C3863;font-size: 13px;padding: 0;}
.ser-client-logowrp .maincountr ul li.border-right{border-radius: 20px 0px 0px 20px; border-right: unset !important; }
.ser-client-logowrp .maincountr ul li.border-left{border-radius: 0px 20px 20px 0px; border-left: unset !important; }
.ser-client-logowrp h2{font-size: 36px; }





.insightwrp{padding: 70px 0;}
.insightwrp .txtwrp{display: block; padding: 0 0 40px; }
.insightwrp .mainwrp{transition: all 0.5s ease;background: #fff;}
.insightwrp .mainwrp .imgwrp{overflow: hidden;transition: all 0.5s ease;border-radius: 10px;height: 230px;}
.insightwrp .mainwrp .imgwrp img{width: 100%; border-radius: 12px; margin: 0 0 10px; transition: all 0.5s ease; }
.insightwrp .mainwrp .imgwrp img:hover{transform: scale(1.1);}
.insightwrp .mainwrp a{color: #fa9b02;font-size: 16px;display: block;margin: 0 0 14px;}
.insightwrp .mainwrp h4{font-size: 22px; }
.insightwrp .txtwrp h4{color: #1e4972; font-size: 18px; }



.btm-txtsec{background: #f7f7f7; padding: 70px 0; text-align: center; display: block; }
.btm-txtsec .txtwrp{width: 70%; margin: 0 auto; display: block; }
.btm-txtsec p{font-size: 14px;line-height: 2;}




footer{background-color: #192e5a;padding: 110px 0 40px;/* border-top: 1px solid #181818; */}
footer .logowrp{}
footer .logowrp h4{color: #fff;font-size: 20px;}
footer .logowrp ul{margin: 0;}
footer .logowrp ul li{margin-right: 20px;margin-bottom:5px;}
footer .logowrp ul li a{color: #fff;font-size: 17px;display: flex;align-items: center;}
footer .logowrp ul li a i{background: #6c38ef;height: 30px;width: 30px;border-radius: 50%;padding: 6px 0px 0 0;display: block;text-align: center;box-sizing: border-box;}
footer .logowrp img{width: 50%;margin: 0 0 30px;}
footer .logowrp p{color: #d0d3dd;font-size: 14px;width: 80%;}
footer .navwrp{}
footer .navwrp h4{color: #a3a3a3;padding: 0 0 22px;font-size: 18px;font-weight: 500;position: relative;}
footer .navwrp ul{}
footer .navwrp ul li{display: block;padding: 0 0 13px;}
footer .navwrp ul li a{color: #fff; font-size: 15px; }
footer .navwrp ul li img{margin: 20px 0 0;width: 100%;}
footer img.rank-img {width: 81% !important;margin: 13px 0 0 !important;}
.ftr-btm{background: #192e5a;padding: 20px 0;}
.ftr-btm .txtwrp{}
.ftr-btm .txtwrp h4{color: #fff;font-size: 18px;padding: 0 0 30px;}
.ftr-btm .txtwrp p{padding: 0;color: #fff;font-size: 12px;}
.ftr-btm .txtwrp p a{color: #4676a5; text-decoration: underline; }
.ftr-btm .txtwrp ul{margin: 0;text-align: right;display: block;}
.ftr-btm .txtwrp ul li{display: inline-block;margin: 0 0 0 30px;color: #fff;}
.ftr-btm .txtwrp ul li a{color: #fff;}
.last-lin {border-top: 1px solid #788efd73;padding: 60px 0 40px;}
.ftr-btm .txtwrp ul li img{width: 220px; padding: 0 0 20px; }





.ser-bannerwrp{background-image: url(../images/ser-banner.webp);background-repeat: no-repeat;background-size: cover;padding: 190px 0 90px;position: relative;z-index: 1;}
.ser-bannerwrp:after{content: "";position: absolute;width: 100%;height: 100%;background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 43.26%);z-index: -1;top: 0;}
.ser-bannerwrp .mainwrp{background: #fff; padding: 60px 30px; border-radius: 10px; }
.ser-bannerwrp .mainwrp h1{color: #192e5a; font-size: 42px; font-weight: 600; padding: 0 0 30px; }
.ser-bannerwrp .mainwrp p{color: #24262e; font-size: 16px; font-weight: 500; }
.ser-bannerwrp .mainwrp ul{display: block; margin: 0 0 40px 0; }
.ser-bannerwrp .mainwrp ul li{color: #24262e; font-size: 16px; font-weight: 500; padding: 0 0 14px 20px; position: relative; }
.ser-bannerwrp .mainwrp ul li:after{content: "";position: absolute;width: 7px;height: 7px;background: #1e4972;left: 2px;top: 9px;border-radius: 50%;}
.ser-bannerwrp .mainwrp img{width: 190px;margin: 50px 10px 0px 20px;}
.ser-bannerwrp .btmtxt{display: block; text-align: center; padding: 80px 0 0; }
.ser-bannerwrp .btmtxt p{color: #fff; font-weight: 500; }


.works-secwrp{background: #fff;padding: 90px 0;}
.works-secwrp .txtwrp{display: block;text-align: center;padding: 0 0 30px;}
.works-secwrp .boxwrp{padding: 40px 30px;background: #fffbf6;box-shadow: -7px -20px 70px rgb(0 0 0 / 7%);border-radius: 10px;background-color: rgb(255, 244, 231);border: 1px solid rgb(255, 204, 143);margin: 0 0 40px;}
.works-secwrp .boxwrp img{margin: 0 0 30px; }
.works-secwrp .boxwrp h4{color: #192e5a; font-size: 22px; font-weight: 600; }
.works-secwrp .boxwrp p{}




.simple-wrp{ padding: 90px 0; }
.simple-wrp .imgwrp img{
    width: 100%;
}
.simple-wrp .txtwrp{}
.simple-wrp .txtwrp ul{}
.simple-wrp .txtwrp ul li{color: #24262e; font-size: 16px; font-weight: 500; padding: 0 0 14px 20px; position: relative; }
.simple-wrp .txtwrp ul li:after{content: "";position: absolute;width: 7px;height: 7px;background: #1e4972;left: 2px;top: 9px;border-radius: 50%;}




.faqsss{padding: 70px 0; }
.faqsss .mainwrp{border-radius: 20px;}
.hk_hide {display: none; }
.accordion, .accordion * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.accordion {overflow: hidden;background: none;margin-top: 0px;}
.quest-title {font-size: 21px;font-weight: 500;color: #000000;padding: 25px 45px 25px 15px;margin-bottom: 20px;position: relative;width: 100%;min-height: 60px;line-height: 30px;display: inline-block;transition: all linear 0.15s;/* text-decoration: underline; */border-bottom: 1px solid #d9b5b557;font-family: "Poppins", sans-serif;background-color: #f7f9ff;{}.faqsss .mainwrp{background: #ECF5FC;padding: 120px 110px;border-radius: 20px;}.hk_hide {display: none; }.accordion, .accordion * {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; }.accordion {overflow: hidden;background: none;margin-top: 0px;}.quest-title {font-size: 24px;font-weight: 500;color: #000000;padding: 25px 45px 25px 15px;margin-bottom: 20px;position: relative;width: 100%;min-height: 60px;line-height: 30px;display: inline-block;transition: all linear 0.15s;text-decoration: underline;border-bottom: 1px solid #d9b5b557;font-family: "Poppins", sans-serif;background-color: #fff;border-radius: 10px;}.quest-title:before {position: absolute;content: "\2b";width: 20px;height: 20px;right: 15px;top: 22px;font-family: 'Fontawesome' !important;color: #000000;font-size: 24px;font-weight: 700;}.quest-title.active, .quest-title:hover {content: "\e91c";color: #000;text-decoration: underline;}.quest-title:after { width: 60px;height: 1px;left: -60px;bottom: -1px;background: #dbdbdb;position: absolute;content: ""; }.quest-title.active:before {content: "\f068";}.quest-title:hover:before { /*content: "\f056";*/}.quest-content {padding: 15px 20px 0;display: none;margin-bottom: 0px;float: left;width: 100%;}.quest-content .bodrbtmh4{font-size: 18px;}.quest-contentp {line-height: 20px;font-size: 14px;font-weight: 500;margin: 0px;color: #363636; }.quest-title{};border-radius: 10px;color: #192e5a !important;}
.quest-title:before {position: absolute;content: "\2b";width: 20px;height: 20px;right: 15px;top: 22px;font-family: 'Fontawesome' !important;color: #000000;font-size: 24px;font-weight: 700;}
.quest-title.active, .quest-title:hover {content: "\e91c";color: #000;text-decoration: underline;}
.quest-title:after { width: 60px; height: 1px; left: -60px; bottom: -1px; background: #dbdbdb; position: absolute; content: ""; }
.quest-title.active:before {content: "\f068";}
.quest-title:hover:before { /*content: "\f056";*/ }
.quest-content {padding: 15px 20px 0;display: none;margin-bottom: 0px;float: left;width: 100%;}
.quest-content .bodrbtm h4{font-size: 14px; }
.quest-content p { line-height: 20px; font-size: 14px; font-weight: 500; margin: 0px; color: #363636; }
.quest-title{}
.faqsss .btmtxt{display: block; padding: 40px 0 0; }
.faqsss .btmtxt p{font-size: 13px; }
.faqsss .stickywrp{position: sticky; top: 220px; }


.ctawrp{background-color: #192e5a;text-align: center;display: block;padding: 70px 0 50px;}
.ctawrp .txtwrp{display: block; }
.ctawrp .txtwrp h2{color: #fff; }
.ctawrp .txtwrp p{color: #fff; }
.ctawrp .btnwrp{display: block; padding: 30px 0 0; }




.renewalwrp{padding: 90px 0; }
.renewalwrp .txtwrp{}
.renewalwrp .txtwrp p{font-size: 14px; }
.renewalwrp .boxwrp{border: 2px solid #1e4972; display: block; text-align: center; padding: 70px 50px; border-radius: 10px; }
.renewalwrp .boxwrp h4{color: #1e4972; font-size: 22px; }
.renewalwrp .boxwrp h2{color: #1e4972; font-size: 52px; }
.renewalwrp .boxwrp h2 span{font-size: 18px;
    text-decoration: line-through;
    color: #ea352d;}
.renewalwrp .boxwrp span{display: block; padding: 0 0 30px; font-size: 16px; }
.renewalwrp .boxwrp a{display: block; }


.responding-boxwrp{padding: 70px 0; background: #f7f7f7; }
.responding-boxwrp .txtwrp{}
.responding-boxwrp .boxwrp{padding: 30px 30px; background: #fff; margin: 0 0 30px; border-radius: 8px; }
.responding-boxwrp .boxwrp img{padding: 0 0 20px; }
.responding-boxwrp .boxwrp h4{font-size: 16px; color: #192e5a; font-weight: 500; }



.clr-renewalwrp{padding: 90px 0;background-color: #192e5a;}
.clr-renewalwrp .txtwrp{}
.clr-renewalwrp .txtwrp h2{color: #fff; }
.clr-renewalwrp .txtwrp h4{color: #97e0ff; font-size: 14px; }
.clr-renewalwrp .txtwrp p{font-size: 14px; color: #fff;}
.clr-renewalwrp .boxwrp{border: 2px solid #1e4972;display: block;text-align: center;padding: 70px 50px;border-radius: 10px;background: #fff;}
.clr-renewalwrp .boxwrp h4{color: #1e4972; font-size: 22px; }
.clr-renewalwrp .boxwrp h2{color: #1e4972; font-size: 52px; }
.clr-renewalwrp .boxwrp h2 span{font-size: 18px;
    text-decoration: line-through;
    color: #ea352d;}
.clr-renewalwrp .boxwrp span{display: block; padding: 0 0 30px; font-size: 16px; }
.clr-renewalwrp .boxwrp a{display: block; }
.clr-renewalwrp .boxwrp ul{display: block; margin: 30px 0 0; text-align: left; }
.clr-renewalwrp .boxwrp ul li{font-weight: 600; }
.clr-renewalwrp .boxwrp ul li p{font-size: 14px; }



.setps-sectionwrp{padding: 70px 0; }
.setps-sectionwrp .txtwrp{display: block;text-align: center;padding: 0 0 30px;}
.setps-sectionwrp .boxwrp{display: block; text-align: center; }
.setps-sectionwrp .boxwrp img{}
.setps-sectionwrp .boxwrp h4{color: #192e5a; font-size: 22px; }
.setps-sectionwrp .boxwrp p{font-size: 13px; }



.about-bannwrp{background: #fff4e7; padding: 150px 0 90px; }
.about-bannwrp .txtwrp{display: block; text-align: center; width: 50%; margin: 0 auto; }
.about-bannwrp .txtwrp h1{color: #192e5a; font-size: 42px; font-weight: 600; }
.about-bannwrp .txtwrp h4{color: #1e4972; font-size: 14px; }
.about-bannwrp .txtwrp p{color: #24262e; font-size: 16px; font-weight: 500; }
.about-bannwrp .imgwrp{}
.about-bannwrp .imgwrp img{display: block;padding: 70px 0 0;margin: 0 0 -220px 0;}



.approach-module h2 {text-align: center; font-size: 34px; width: 100%; margin-bottom: 50px; padding-bottom: 0 }
.approach-items {position: relative; counter-reset: my-sec-counter; }
.approach-items .approach-title {text-transform: uppercase; font-size: 16px; font-weight: 500; line-height: 26px; margin-bottom: 15px; display: block }
.approach-items .approach-content {font-size: 13px; line-height: 20px; color: #000 }
.approach-items .approach-item {position: relative; width: 100%; text-align: left }
.approach-items .approach-item:before {position: absolute; left: 50%; height: 100%; width: 2px; display: block; content: ''; background: -webkit-linear-gradient(top,#f0584a 50%,transparent 50%); background: linear-gradient(top,orange 50%,transparent 50%); background-size: 100% 6px }
.approach-items .approach-item .approach-inner {position: relative; float: left; box-sizing: border-box; border: 2px solid #dfdfdf; padding: 40px }

.approach-items .approach-item .approach-inner:after {position: absolute; content: ''; display: inline-block; counter-increment: my-sec-counter; content: "0" counter(my-sec-counter) ""; color: #f0584a; font-weight: 700; font-size: 22px; line-height: 22px }

.approach-items .approach-item:nth-child(2n) .approach-inner {float: right }

.approach-items .approach-item:after {clear: both; display: block; content: ''}

.approach-sub-module {padding: 0 0 100px 0 }
.approach-sub-module .container {padding-top: 40px; border-top: 1px solid #d0d0d0 }

.approach-sub-module .section-title {font-weight: 500; text-transform: uppercase; margin-bottom: 60px }

.approach-sub-module .row:last-child .inner:before {
    display: none
}

.approach-sub-module .row:first-child .inner {
    padding: 25px 5% 25px 95px
}

.approach-sub-module .row:first-child .inner:before {top: 25px; height: calc(100% - 25px) }

.approach-sub-module .row:last-child .approach-list:not(.active) .inner .column-count:before {position: absolute; height: 27px; z-index: 8; left: 50%; margin-left: -1px; top: -27px; display: block; content: ''; width: 2px; background-color: #d0d0d0 }

.approach-selection {position: relative; opacity: 0; visibility: hidden; -webkit-transition: all .3s ease; transition: all .3s ease; -webkit-transform: translate(100%,0); -ms-transform: translate(100%,0); transform: translate(100%,0) }

.approach-selection .inner {position: absolute; top: -5px; left: 0; padding: 0 0 0 0!important }

.approach-selection .approach-title {position: relative; z-index: 19; text-transform: uppercase; color: #333743; font-style: normal; font-weight: 500; font-size: 32px; margin-bottom: 10px; display: block }

.approach-selection .approach-content {position: relative; z-index: 11; font-size: 24px; line-height: 38px; color: #9297a3; opacity: .75; font-weight: 400 }

.approach-list {position: relative; padding-right: 8%; box-sizing: border-box }

.approach-list:before {position: absolute; content: ''; display: block; z-index: 21; right: 0; height: 100%; width: 8% }

.approach-list .approach-title {position: relative; z-index: 19; text-transform: uppercase; color: #333743; font-style: normal; font-weight: 500; font-size: 18px; margin-bottom: 12px; display: block }

.approach-list .approach-content {position: relative; z-index: 11; font-size: 14px; line-height: 20px; color: #9297a3; opacity: .75; font-weight: 400 }

.approach-list .column-count {position: absolute; z-index: 12; top: 25px; left: 32px; background-color: #fff; width: 34px; height: 34px; text-align: center; line-height: 34px; font-size: 12px; font-weight: 500; color: #106674; border-radius: 34px; box-sizing: border-box; border: 2px solid #d0d0d0 }

.approach-list .inner {position: relative; padding: 25px 5% 25px 95px; box-sizing: border-box; z-index: 22 }

.approach-list .inner:after {position: absolute; left: 0; top: 0; width: 100%; content: ''; display: block; height: 100%; background-color: #fff; z-index: 9; opacity: 0; visibility: hidden; -webkit-transition: all .3s ease; transition: all .3s ease }

.approach-list .inner:before {position: absolute; height: 100%; z-index: 8; left: 48px; top: 0; display: block; content: ''; width: 2px; background-color: #d0d0d0 }
.approach-items .approach-item .approach-inner {position: relative; float: left; box-sizing: border-box; border: 2px solid #dfdfdf; padding: 40px; }
@media (min-width: 801px) {
    .approach-items .approach-item .approach-inner {
        width: calc(50% - 70px);
    }
}
@media (min-width: 801px) {
    .approach-items .approach-item .approach-inner:after {
        top: 50%;
        right: -167px;
        margin-top: -11px;
    }
}
@media (min-width: 801px) {
    .approach-items .approach-item:nth-child(2n) .approach-inner:after {
        right: auto;
        left: -165px;
    }
}
@media (min-width: 801px) {
    .approach-items .approach-item .approach-inner:before {
        position: absolute;
        top: 50%;
        display: inline-block;
        content: '';
        right: -74px;
        width: 0;
        height: 0;
        margin-top: -12px;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 12px solid #f0584a;
    }
}
@media (min-width: 801px) {
    .approach-items .approach-item:nth-child(2n) .approach-inner:before {
        left: -72px;
        right: auto;
        border-right: 0;
        border-left: 12px solid #f0584a;
    }
}
@media (min-width: 801px) {
    .approach-items .approach-item .approach-inner:before {
        position: absolute;
        top: 50%;
        display: inline-block;
        content: '';
        right: -74px;
        width: 0;
        height: 0;
        margin-top: -12px;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 12px solid #f0584a;
    }
}
.approach-module{
    padding: 180px 0 70px;
}




.our-approach{padding: 70px 0;background-repeat: no-repeat;background-size: cover;position: relative;}
.our-approach .txtwrp{}
.our-approach .txtwrp ul{margin: 10px 0 10px;display:block;}
.our-approach .txtwrp ul li{display: inline-block;margin: 0 25px 0 0;color: #03192B;font-size: 16px;font-weight: 600;padding: 0 0 5px 0px;/* width: 25%; */}
.our-approach .txtwrp ul li img{width: 100px;}
.our-approach .btnwrp{text-align: start;padding: 20px 0 0px;}
.our-approach .btnwrp a {}
.our-approach .btnwrp a span{color: #357782; }
.our-approach .mainwrp{box-shadow: -1px -2px 15px -3px rgb(0 0 0 / 18%);padding: 40px 30px;display: block;text-align: center;border-radius: 10px;margin: 0 0 20px;}
.our-approach .mainwrp i{color: #33727d; font-size: 36px; margin: 0 0 20px; }
.our-approach .mainwrp h4{padding: 0 0 10px; font-size: 18px; }
.our-approach .mainwrp img{width: 55px;margin: 0 0 10px;}
.our-approach .mainwrp p{height: 88px; font-size: 14px; font-weight: 400; }
.our-approach .main-1{margin: 50px 0 0; }
.our-approach .main-2{}
.our-approach .main-3{margin: 60px 0 0; }
.our-approach .main-4{}
.our-approach:after{content: "";content: "";background-image: url(../images/buildwrp-after.svg);width: 130px;height: 190px;position: absolute;background-repeat: no-repeat;background-size: 70%;left: 0;top: 90px;}
.our-approach .imgwrp{}
.our-approach .imgwrp img{}
.our-approach.dd-main h2{color: #fff;}
.our-approach.dd-main p{color: #fff;}
.our-approach.dd-main h4{color: #2ACB91;}
.our-approach.dd-main ul li{color: #fff;}
.our-approach.dd-main span{color: #2ACB91;}







section.contact-cta {background-image: url(../images/bg-section.webp);background-repeat: no-repeat;padding: 40px 0;background-size: cover;}
section.contact-cta .bdrbtmm {border-bottom: 1px solid #000}
section.contact-cta h2 {font-size: 24px;font-family: 'Cairo', sans-serif !important;}
.top-p{padding: 50px 0 40px; background: none;}





.free-consultant{padding: 70px 0}
.free-consultant .sec-title {text-align: center; }
.free-consultant .consultant-item {height: 100%; background-color: #192e5a; color: #fff; text-align: center; display: flex; align-items: center; justify-content: center; padding: 50px 30px; flex-direction: column; font-family: 'Poppins', sans-serif; font-size: 12px; border-radius: 15px; transition: 0.3s; }
.free-consultant .consultant-item:hover {background-color: #e93e2f; color: #000; }
.free-consultant .consultant-item .icon {position: relative; display: flex; align-items: center; justify-content: center; background-color: #e93e2f; color: #fff; height: 55px; width: 55px; border-radius: 50%; font-size: 22px; margin-bottom: 20px; transition: 0.3s; }
.free-consultant .consultant-item strong{font-size: 18px; }
.free-consultant .consultant-item span{font-size: 18px; }
.free-consultant .consultant-item .icon::before {content: ''; position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; border: 1px solid #e93e2f; border-radius: 50%; transition: 0.3s; }
.free-consultant .consultant-item:hover .icon {color: #fff; background-color: #231F20; }
.free-consultant .consultant-item:hover .icon:before {border-color: #231F20; }






.bottmform{padding: 80px 0 50px;/* background-image: url(../images/bg-section.webp); */background-repeat: no-repeat;background-size: cover;background-position: center;background-position: inherit;}
.bottmform .imgwrp{}
.bottmform .imgwrp img{width: 100%; }
.bottmform form{}
.bottmform form .labelwrp{display: block; margin: 0 0 26px; }
.bottmform form .labelwrp input{width: 100%;height: 47px;padding: 0 0 0 10px;font-family: 'Cairo', sans-serif !important;background: #ffffff26;border: 1px solid #6e6565;color: #000;border-radius: 7px;}
.bottmform form .labelwrp select{width: 100%;height: 47px;border-radius: 7px;padding: 0 0 0 10px;font-family: 'Cairo', sans-serif !important;background: #ffffff26;border: 1px solid #6e6565;color: #777;}
.bottmform form .labelwrp textarea{width: 100%;height: 115px;padding: 10px 0 0 10px;font-family: 'Cairo', sans-serif !important;background: #ffffff26;border: 1px solid #6e6565;color: #000;border-radius: 7px;resize: none;}
.bottmform form .labelwrp input.btnmain{padding: 0;width: 40%;border-radius: 7px;background: #1e4972;border: none;font-weight: 600;font-size: 18px;color: #fff;}






.gtt-pgg .bottmform{padding: 200px 0 40px;}









section.sec-padding.privacyPolicy.privacy-text-wrapper {padding: 70px 0 50px;}
.terms p strong {color: #F95F57;font-size: 20px;font-weight: 600;}
section.sec-padding.privacyPolicy.privacy-text-wrapper p {color: #000;}
section.sec-padding.privacyPolicy.privacy-text-wrapper strong {color: #1e4972;}
section.privacy {padding: 50px 0;}













/*=============================*/

.thnkyouwrp{padding: 200px 0 90px; display: block; text-align: center; width: 40%; margin: 0 auto; }
.thnkyouwrp h2{color:#000}
.thnkyouwrp p{color:#000;}
.thnkyouwrp .btnwrp{}
.thnkyouwrp .btnwrp a{}
.thnkyouwrp .btnwrp a.btnmain {
    background: #1e4972;
    color: #fff;
    padding: 11px 30px;
    border-radius: 5px;
    font-size: 14px;
}

.thnk-pg header{background: #fff;}
.thnk-pg .header-main .logowrp .wt-logo{display: none;}
.thnk-pg header .navwrp ul li a{color:#000;}
.thnk-pg header .navwrp ul li a.btnwrp{color:#fff;}
.thnk-pg header .upr-navwrp ul li a{color:#000;}






.start-pg .get-startwrp {    padding: 80px 0px 90px;}
.start-pg .form-box-main h2{    font-size: 39px;}
.start-pg .ser-pg .main-pera{margin: auto auto 10px; }
.start-pg .form-box-main form input[type="text"], .form-box-main form input[type="email"], .form-box-main form input[type="number"], .form-box-main form input[type="tel"]{height: 45px;}
.start-pg .form-box-main form select{    padding: 7px 15px;}
.start-pg .form-box-main form textarea{    height: 50px;}

.start-pg .form-box-main form label.field-txt { font-weight: 500; font-size: 18px; color: rgb(91, 107, 127); margin: 0px 0px 5px; width: 100%; display: block; padding: 10px 0px 0px; }
.start-pg .form-box-main form label.field-txt span { color: rgb(230, 3, 3); }
.start-pg .form-box-main form input[type="text"], .start-pg .form-box-main form input[type="email"], .start-pg .form-box-main form input[type="number"], .start-pg .form-box-main form input[type="tel"], .start-pg .form-box-main form textarea { width: 100%; margin: 0px; border: 1px solid rgb(178, 185, 193); background: white; padding: 18px 15px; color: rgb(0, 0, 0); font-size: 18px; font-weight: 400; height: 55px; border-radius: 8px; }
.start-pg .form-box-main form select { width: 100%; margin: 0px; border: 1px solid rgb(178, 185, 193); background: white; padding: 12px 15px; color: rgb(91, 107, 127); font-size: 16px; font-weight: 400; border-radius: 8px; appearance: auto; }
.start-pg .form-box-main form select:focus { border-radius: 8px 8px 0px 0px; }
.start-pg .form-box-main form select[name="ddlMonth"], .start-pg .form-box-main form select[name="ddlDay"], .start-pg .form-box-main form select[name="ddlYear"] { float: left; width: 32.5%; margin: 0px 1% 0px 0px; }
.start-pg .form-box-main form select[name="ddlYear"] { margin: 0px; }
.start-pg .form-box-main form textarea { width: 100%; margin: 0px; padding: 8px 12px; height: 100px; }
.check-list { }
.start-pg .form-box-main form input[type="checkbox"]:not(old), .start-pg .form-box-main form input[type="radio"]:not(old) { width: 20px; margin: 0px; padding: 0px; cursor: pointer; position: relative; }
.start-pg .form-box-main form input[type="checkbox"]:not(old) + label, input[type="radio"]:not(old) + label { display: inline-block; margin-left: -28px; padding-left: 28px; line-height: 24px; font-weight: 500; font-size: 14px; color: rgb(91, 107, 127); }
.start-pg .form-box-main form input[type="checkbox"]:not(old):checked + label { background-position: 0px -24px; }
.start-pg .form-box-main form input[type="radio"]:not(old):checked + label { background-position: 0px -48px; }
.start-pg .form-box-main form input[type="submit"] {display: inline-block;transform: translateY(0rem);transition: all 0.4s ease 0s;color: rgb(255, 255, 255);margin-top: 20px;padding: 20px 60px;font-size: 16px;background: #1e4972;border-radius: 8px;border: 3px solid;cursor: pointer;}
.start-pg .form-box-main form input[type="submit"]::after { content: ""; font-size: 13px; color: white; padding-left: 10px; font-family: icomoon !important; }
.start-pg .form-box-main form input[type="submit"]:hover { display: inline-block; color: rgb(255, 255, 255); }
.start-pg .form-box-main form input::-webkit-input-placeholder { color: gray; opacity: 1 !important; }
.start-pg .form-box-main form textarea::-webkit-input-placeholder { color: gray; opacity: 1 !important; }
.start-pg .form-box-main form input:focus, .start-pg .form-box-main form textarea:focus, .start-pg .form-box-main form select:focus, .start-pg .form-box-main form option:focus, .selected-flag { outline: none; }
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { appearance: none; margin: 0px; }
input[type="number"] { }
.start-pg .form-box-main form .intl-tel-input { width: 100%; }
.start-pg .form-box-main form .intl-tel-input .country-list { width: 380px; }
.start-pg .form-box-main form .intl-tel-input .country-list .country { font-size: 13px; }
.start-pg .form-box-main form label.error, label.error { color: red; font-style: italic; margin-bottom: 0px; display: none !important; }







.check-list.nopaddding {
    display: flex;
    align-items: self-start;
    padding: 0;
}

.check-list input#checkbox22 {
    width: 20px;
    box-shadow: unset;
}

.check-list.nopaddding label {
    font-size: 13px !important;
    margin-left: 0px !important;
    padding-left: 10px !important;
}
