@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');



/* Header Top */
.header-top{
	background-color: #0A1239;
}

.header-top{
	position:relative;
}

.header-top .inner-container{
	position:relative;
}

.header-top .top-left{
	position: relative;
	float:left;
	padding:17px 0px;
	padding-right:50px;
}

.header-top .info-list{
	position:relative;
}

.header-top .info-list li{
	position: relative;
	color: #ffffff;
	font-size:14px;
	margin-right:45px;
	display:inline-block;
}

.header-top .info-list li:last-child{
	margin-right:0px;
}

.header-top .info-list li .icon{
	position:absolute;
	left:0px;
	top:1px;
	color:#ffffff;
	font-size:16px;
	line-height:1em;
}

.header-top .info-list li a{
	position: relative;
	color:#ffffff;
	font-size:14px;
	padding-left:25px;
	font-weight:400;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.header-top .info-list li a:hover{
	color:#ffffff;
	text-decoration: underline;
}

.header-top .top-right{
	position: relative;
	padding:17px 0px;
}

.header-top .top-right .social-box{
	position: relative;
}

.header-top .top-right .social-box li{
	position: relative;
	margin-left:14px;
	display:inline-block;
}

.header-top .top-right .social-box li.share{
	position: relative;
	color:#ffffff;
	display: none;
	font-size:14px;
}

.header-top .top-right .social-box li a{
	position: relative;
	color:#ffffff;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.header-top .top-right .social-box li a:hover{
	color:#ffffff;
}

.main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.header-upper{
	position:relative;
	background-color: white;
	z-index:1;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.header-upper .inner-container{
	position:relative;
}

.header-upper .outer-box .nav-toggler{
	position:relative;
	font-size:28px;
	color:#ff9600;
	cursor:pointer;
	display:inline-block;
}

.fixed-header .header-upper .outer-box{
	
}

.fixed-header .header-upper .logo-box .logo{
	
}

.fixed-header .main-menu .navigation > li > a{
	
}

.fixed-header .main-menu .navigation > li.current > a,
.fixed-header .main-menu .navigation > li:hover > a{
	color:#0A1239;
}


/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container{
    max-width: 1170px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding-bottom: 15px;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 95px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin: 0 auto;
}
.navbar-light .navbar-nav li {
    margin-right: 36px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    color: #656565;
    font-size: 14px;
    font-weight: 500;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color:#0A1239;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color:#0A1239;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color:#0A1239;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 50px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #000;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #000;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */


/* ***** Fix Header **** */
header.nav-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header.nav-new .navbar {
    border-radius: 0;
    box-shadow: none;
}
/* ***** End Fix Header **** */


.btn-primary{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    background-color:#0A1239;
    border-radius: 4px;
    padding: 15px 35px;
    display: table;
}
.btn-primary:hover{
    background: #000;
    color: #fff;
}


.btn-secondary{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    background-color:#040A2C;
    border-radius: 4px;
    padding: 15px 35px;
    display: table;
}
.btn-secondary:hover{
    background: #000;
    color: #fff;
}


/* **** Hero ***** */
.hero-wrp{
    padding: 175px 0 100px;
    position: relative;
}
.hero-wrp:before{
   position: absolute;
   content: "";
   top: 0;
   right: 0;
   bottom: 0;
   background: #000;
   height: 100%;
    width: 35%;
    z-index: -1;
    background:#DFEEF7;
    -webkit-clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.hero-wrp .row{
    align-items: center;
}
.hero-wrp .hero-detail h2{
    color: #000000;
    font-size: 65px;
    font-weight: 600;
    margin: 0 0 20px;
}
.hero-wrp .hero-detail h2 span{
    color:#0A1239;
}
.hero-wrp .hero-detail p{
    color: #524D4D;
    font-size: 27px;
    font-weight: 300;
    margin: 0;
}
.hero-wrp .hero-form{
    background: #fff;
    box-shadow: 0px 0px 24px -15px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
    text-align: center;
    max-width: 375px;
    margin-left: auto;
}
.hero-wrp .hero-form h3{
    color: #0A1239;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px;
}
.hero-wrp .hero-form p{
    color: #524D4D;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 0px;
}
.hero-wrp .hero-form form .form-group{
    margin: 0 0 20px;
}
.hero-wrp .hero-form form .form-group .form-control{
    background-color: #F2F1F112;
    border: 1px solid #C2D3D354;
    border-radius: 4px 0px 0px 4px;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    min-height: 47px;
    padding: 6px 16px;
    box-shadow: none;
    outline: none;
}
.hero-wrp .hero-form form button{
    display: block;
    border: none;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/* **** End Hero ***** */


/* **** Solutions **** */
.solutions-wrp{
    padding: 20px 0;
    background: #0A1239;
}
.solutions-wrp ul{
    display: flex;
    align-items: center;
}
.solutions-wrp ul li h4{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.7px;
    margin: 0;
}
.solutions-wrp ul li:last-child{
    margin-left: auto;
}
.solutions-wrp .btn-secondary:hover{
    background: #fff;
    color: #0A1239;
}
/* **** End Solutions **** */


.titlebar{
    text-align: center;
}
.titlebar h2{
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 20px;
}
.titlebar h2 span{
    color: #0A1239;
}
.titlebar p{
    color: #524D4D;
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 20px;
}
.titlebar h6{
    color: #524D4D;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 40px;
}


/* **** Condition **** */
.condition-wrp{
    padding: 80px 0;
    background: #EEF8FF;
}
.condition-wrp .titlebar{
    max-width: 940px;
    margin: 0 auto;
}
.condition-wrp .condition-box{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
}
.condition-wrp .condition-box img{
    max-width: 80px;
    margin: 0 auto 20px;
}
.condition-wrp .condition-box h2{
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 16px;
}
.condition-wrp .condition-box p{
    color: #524D4D;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.condition-wrp .btn-primary{
    margin: 40px auto 0;
}
/* **** End Condition **** */



/* **** About **** */
.about-wrp{
    padding: 80px 0;
}
.about-wrp .about-title h6{
    font-weight: 600;
    font-size: 14px;
    color: #4E4E4E;
    margin: 0 0 10px;
}
.about-wrp .about-title h2{
    font-size: 50px;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 0.01em;
    color: #0A1239;
    margin: 0 0 20px;
}
.about-wrp .about-title h5{
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #4E4E4E;
    margin: 0 0 20px;
}
.about-wrp .about-title p{
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #4E4E4E;
    margin: 0 0 20px;
}
.about-wrp .abt-img{
    display: table;
    margin-left: auto;
}
.about-wrp .abt-img img{
    max-width: 100%;
}
.about-wrp .abt-img img.logo-img{
    max-width: 100%;
    height: 70px;
    margin: 20px auto 0;
}
/* **** End About **** */



/* ***** Choose **** */
.choose-wrp{
    background: #0A1239;
    padding: 80px 0;
}
.choose-wrp .titlebar h2{
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 40px;
    color: #fff;
}
.choose-wrp .titlebar h2:before{
    position: absolute;
    content: "";
    height: 4px;
    width: 120px;
    background: #fff;
    border-radius: 30px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.choose-wrp ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.choose-wrp ul li{
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding-left:30px;
    margin: 0 0 20px;
    width: 50%;
    position: relative;
}
.choose-wrp ul li:last-child{
    margin: 0;
}
.choose-wrp ul li:before{
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    background-image: url("../images/checkicon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
/* ***** End Choose **** */


/* **** Property ***** */
.property-wrp{
    padding: 50px 0 80px;
}
.property-wrp .property-box{
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 1px;
    border-radius: 10px;
    transform: scale(0.9);
}
.property-wrp .property-box.active{
    transform: scale(1.05);
}
.property-wrp .property-box h3{
    background: #0A1239;
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
.property-wrp .property-box ul{
    padding: 20px 40px;
}
.property-wrp .property-box ul li{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #4E4E4E;
    margin: 0 0 20px;
}
.property-wrp .property-box ul li:last-child{
    margin: 0;
}
.property-wrp .property-box ul li i{
    color: #0A1239;
    font-size: 20px;
    margin-right: 5px;
}
/* **** End Property ***** */


/* **** FAQ **** */

.faq-wrp-2{
    padding: 80px 0;
    background: #F5F9FF;
    padding-top: 200px;
}

.faq-wrp{
    padding: 80px 0;
    background: #F5F9FF;
}
.faq-wrp .titlebar h6{
    margin: 0 0 15px;
}
.faq-wrp .titlebar h2{
    font-size: 50px;
    margin: 0 0 20px;
}
.faq-wrp .titlebar p{
    margin: 0 0 40px;
}
.faq-wrp .accordion .accordion-item {
    margin: 0 0 5px;
    background-color: transparent;
    border: none;
}
.faq-wrp .accordion .accordion-item .accordion-button {
    background: #050B31;
    position: relative;
    background: #0A1239;
    border-radius: 0;
    padding: 18px;
    font-weight: 600;
    font-size: 18px;
    display: block;
    color: #FFFFFF;
    margin: 0;
}
.faq-wrp .accordion .accordion-item .accordion-button:not(.collapsed) {
    background: #050B31;
    color: #FFFFFF;
    box-shadow: none;
}
.faq-wrp .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.faq-wrp .accordion .accordion-item .accordion-button::after {
    display: none;
}
.faq-wrp .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 50%;
    font-size: 16px;
    color: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.faq-wrp .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
}
.faq-wrp .accordion .accordion-item .accordion-body {
    padding: 18px;
    background: #fff;
    border: 1px solid #050B31;
    border-top: none;
}
.faq-wrp .accordion .accordion-item .accordion-body p{
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #4E4E4E;
}
/* **** End FAQ **** */


/* **** Serve **** */
.serve-wrp{
    padding: 80px 0;
}
.serve-wrp .titlebar p{
    margin: 0 0 50px;
}
.serve-wrp .row{margin: 0;}
.serve-wrp .col-md-3{padding: 0;}
.serve-wrp .col-md-6{padding: 0;}

.serve-wrp .serve-box{
    margin: 0;
    position: relative;
}
.serve-wrp .serve-box a{
    display: block;
    position: relative;
}
.serve-wrp .serve-box a:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    background-image: linear-gradient(360deg, #000000 0%, #00000000 90%);
    opacity: 0.6;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.serve-wrp .serve-box a:hover:before{
    opacity: 0.9;
}
.serve-wrp .serve-box a img{
    width: 100%;
    height: 245px;
    object-fit: cover;
    object-position: center;
}
.serve-wrp .serve-box a h3{
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* **** End Serve **** */



/* **** trust **** */
.trust-wrp{
    padding: 80px 0;
    background: #0A1239;
}
.trust-wrp .titlebar h2{
    font-size: 50px;
    color: #fff;
}
.trust-wrp .titlebar p{
    color: #fff;
    margin: 0 0 40px;
}
.trust-wrp .titlebar .btn-secondary{
    background-color: #040A2C;
    margin: 0 auto;
}
.trust-wrp .titlebar .btn-secondary:hover{
    background: #fff;
    color: #040A2C;
}
/* **** End trust **** */


/* **** Footer ***** */
footer{
    padding: 20px 0;
    background: #000000;
}
footer p{
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
/* **** End Footer ***** */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');



/* Header Top */
.header-top{
	background-color: #0A1239;
}

.header-top{
	position:relative;
}

.header-top .inner-container{
	position:relative;
}

.header-top .top-left{
	position: relative;
	float:left;
	padding:17px 0px;
	padding-right:50px;
}

.header-top .info-list{
	position:relative;
}

.header-top .info-list li{
	position: relative;
	color: #ffffff;
	font-size:14px;
	margin-right:45px;
	display:inline-block;
}

.header-top .info-list li:last-child{
	margin-right:0px;
}

.header-top .info-list li .icon{
	position:absolute;
	left:0px;
	top:1px;
	color:#ffffff;
	font-size:16px;
	line-height:1em;
}

.header-top .info-list li a{
	position: relative;
	color:#ffffff;
	font-size:14px;
	padding-left:25px;
	font-weight:400;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.header-top .info-list li a:hover{
	color:#ffffff;
	text-decoration: underline;
}

.header-top .top-right{
	position: relative;
	padding:17px 0px;
}

.header-top .top-right .social-box{
	position: relative;
}

.header-top .top-right .social-box li{
	position: relative;
	margin-left:14px;
	display:inline-block;
}

.header-top .top-right .social-box li.share{
	position: relative;
	color:#ffffff;
	display: none;
	font-size:14px;
}

.header-top .top-right .social-box li a{
	position: relative;
	color:#ffffff;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.header-top .top-right .social-box li a:hover{
	color:#ffffff;
}

.main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.header-upper{
	position:relative;
	background-color: white;
	z-index:1;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.header-upper .inner-container{
	position:relative;
}

.header-upper .outer-box .nav-toggler{
	position:relative;
	font-size:28px;
	color:#ff9600;
	cursor:pointer;
	display:inline-block;
}

.fixed-header .header-upper .outer-box{
	
}

.fixed-header .header-upper .logo-box .logo{
	
}

.fixed-header .main-menu .navigation > li > a{
	
}

.fixed-header .main-menu .navigation > li.current > a,
.fixed-header .main-menu .navigation > li:hover > a{
	color:#0A1239;
}


/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container{
    max-width: 1170px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding-bottom: 15px;
    padding-top: 15px;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 95px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin: 0 auto;
}
.navbar-light .navbar-nav li {
    margin-right: 36px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    color: #656565;
    font-size: 14px;
    font-weight: 500;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color:#0A1239;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color:#0A1239;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color:#0A1239;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 50px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #000;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #000;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */


/* ***** Fix Header **** */
header.nav-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header.nav-new .navbar {
    border-radius: 0;
    box-shadow: none;
}
/* ***** End Fix Header **** */


.btn-primary{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    background-color:#0A1239;
    border-radius: 4px;
    padding: 15px 35px;
    display: table;
}
.btn-primary:hover{
    background: #000;
    color: #fff;
}


.btn-secondary{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    background-color:#040A2C;
    border-radius: 4px;
    padding: 15px 35px;
    display: table;
}
.btn-secondary:hover{
    background: #000;
    color: #fff;
}


/* **** Hero ***** */
.hero-wrp{
    padding: 175px 0 100px;
    position: relative;
}
.hero-wrp:before{
   position: absolute;
   content: "";
   top: 0;
   right: 0;
   bottom: 0;
   background: #000;
   height: 100%;
    width: 35%;
    z-index: -1;
    background:#DFEEF7;
    -webkit-clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.hero-wrp .row{
    align-items: center;
}
.hero-wrp .hero-detail h2{
    color: #000000;
    font-size: 65px;
    font-weight: 600;
    margin: 0 0 20px;
}
.hero-wrp .hero-detail h2 span{
    color:#0A1239;
}
.hero-wrp .hero-detail p{
    color: #524D4D;
    font-size: 27px;
    font-weight: 300;
    margin: 0;
}
.hero-wrp .hero-form{
    background: #fff;
    box-shadow: 0px 0px 24px -15px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
    text-align: center;
    max-width: 375px;
    margin-left: auto;
    height: 620px;
}
.hero-wrp .hero-form h3{
    color: #0A1239;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px;
}
.hero-wrp .hero-form p{
    color: #524D4D;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 0px;
}
.hero-wrp .hero-form form .form-group{
    margin: 0 0 20px;
}
.hero-wrp .hero-form form .form-group .form-control{
    background-color: #F2F1F112;
    border: 1px solid #C2D3D354;
    border-radius: 4px 0px 0px 4px;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    min-height: 47px;
    padding: 6px 16px;
    box-shadow: none;
    outline: none;
}
.hero-wrp .hero-form form button{
    display: block;
    border: none;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/* **** End Hero ***** */


/* **** Solutions **** */
.solutions-wrp{
    padding: 20px 0;
    background: #0A1239;
}
.solutions-wrp ul{
    display: flex;
    align-items: center;
}
.solutions-wrp ul li h4{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.7px;
    margin: 0;
}
.solutions-wrp ul li:last-child{
    margin-left: auto;
}
.solutions-wrp .btn-secondary:hover{
    background: #fff;
    color: #0A1239;
}
/* **** End Solutions **** */


.titlebar{
    text-align: center;
}
.titlebar h2{
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 20px;
}
.titlebar h2 span{
    color: #0A1239;
}
.titlebar p{
    color: #524D4D;
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 20px;
}
.titlebar h6{
    color: #524D4D;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 40px;
}


/* **** Condition **** */
.condition-wrp{
    padding: 80px 0;
    background: #EEF8FF;
}
.condition-wrp .titlebar{
    max-width: 940px;
    margin: 0 auto;
}
.condition-wrp .condition-box{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
}
.condition-wrp .condition-box img{
    max-width: 80px;
    margin: 0 auto 20px;
}
.condition-wrp .condition-box h2{
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 16px;
}
.condition-wrp .condition-box p{
    color: #524D4D;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.condition-wrp .btn-primary{
    margin: 40px auto 0;
}
/* **** End Condition **** */



/* **** About **** */
.about-wrp{
    padding: 80px 0;
}
.about-wrp .about-title h6{
    font-weight: 600;
    font-size: 14px;
    color: #4E4E4E;
    margin: 0 0 10px;
}
.about-wrp .about-title h2{
    font-size: 50px;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 0.01em;
    color: #0A1239;
    margin: 0 0 20px;
}
.about-wrp .about-title h5{
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #4E4E4E;
    margin: 0 0 20px;
}
.about-wrp .about-title p{
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #4E4E4E;
    margin: 0 0 20px;
}
.about-wrp .abt-img{
    display: table;
    margin-left: auto;
}
.about-wrp .abt-img img{
    max-width: 100%;
}
.about-wrp .abt-img img.logo-img{
    max-width: 100%;
    height: 70px;
    margin: 20px auto 0;
}
/* **** End About **** */



/* ***** Choose **** */
.choose-wrp{
    background: #0A1239;
    padding: 80px 0;
}
.choose-wrp .titlebar h2{
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 40px;
    color: #fff;
}
.choose-wrp .titlebar h2:before{
    position: absolute;
    content: "";
    height: 4px;
    width: 120px;
    background: #fff;
    border-radius: 30px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.choose-wrp ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.choose-wrp ul li{
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding-left:30px;
    margin: 0 0 20px;
    width: 50%;
    position: relative;
}
.choose-wrp ul li:last-child{
    margin: 0;
}
.choose-wrp ul li:before{
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    background-image: url("../images/checkicon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
/* ***** End Choose **** */


/* **** Property ***** */
.property-wrp{
    padding: 50px 0 80px;
}
.property-wrp .property-box{
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 1px;
    border-radius: 10px;
    transform: scale(0.9);
}
.property-wrp .property-box.active{
    transform: scale(1.05);
}
.property-wrp .property-box h3{
    background: #0A1239;
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
.property-wrp .property-box ul{
    padding: 20px 40px;
}
.property-wrp .property-box ul li{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #4E4E4E;
    margin: 0 0 20px;
}
.property-wrp .property-box ul li:last-child{
    margin: 0;
}
.property-wrp .property-box ul li i{
    color: #0A1239;
    font-size: 20px;
    margin-right: 5px;
}
/* **** End Property ***** */


/* **** FAQ **** */

.faq-wrp-2{
    padding: 80px 0;
    background: #F5F9FF;
    padding-top: 200px;
}

.faq-wrp{
    padding: 80px 0;
    background: #F5F9FF;
}
.faq-wrp .titlebar h6{
    margin: 0 0 15px;
}
.faq-wrp .titlebar h2{
    font-size: 50px;
    margin: 0 0 20px;
}
.faq-wrp .titlebar p{
    margin: 0 0 40px;
}
.faq-wrp .accordion .accordion-item {
    margin: 0 0 5px;
    background-color: transparent;
    border: none;
}
.faq-wrp .accordion .accordion-item .accordion-button {
    background: #050B31;
    position: relative;
    background: #0A1239;
    border-radius: 0;
    padding: 18px;
    font-weight: 600;
    font-size: 18px;
    display: block;
    color: #FFFFFF;
    margin: 0;
}
.faq-wrp .accordion .accordion-item .accordion-button:not(.collapsed) {
    background: #050B31;
    color: #FFFFFF;
    box-shadow: none;
}
.faq-wrp .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.faq-wrp .accordion .accordion-item .accordion-button::after {
    display: none;
}
.faq-wrp .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 50%;
    font-size: 16px;
    color: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.faq-wrp .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
}
.faq-wrp .accordion .accordion-item .accordion-body {
    padding: 18px;
    background: #fff;
    border: 1px solid #050B31;
    border-top: none;
}
.faq-wrp .accordion .accordion-item .accordion-body p{
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #4E4E4E;
}
/* **** End FAQ **** */


/* **** Serve **** */
.serve-wrp{
    padding: 80px 0;
}
.serve-wrp .titlebar p{
    margin: 0 0 50px;
}
.serve-wrp .row{margin: 0;}
.serve-wrp .col-md-3{padding: 0;}
.serve-wrp .col-md-6{padding: 0;}

.serve-wrp .serve-box{
    margin: 0;
    position: relative;
}
.serve-wrp .serve-box a{
    display: block;
    position: relative;
}
.serve-wrp .serve-box a:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    background-image: linear-gradient(360deg, #000000 0%, #00000000 90%);
    opacity: 0.6;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.serve-wrp .serve-box a:hover:before{
    opacity: 0.9;
}
.serve-wrp .serve-box a img{
    width: 100%;
    height: 245px;
    object-fit: cover;
    object-position: center;
}
.serve-wrp .serve-box a h3{
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* **** End Serve **** */



/* **** trust **** */
.trust-wrp{
    padding: 80px 0;
    background: #0A1239;
}
.trust-wrp .titlebar h2{
    font-size: 50px;
    color: #fff;
}
.trust-wrp .titlebar p{
    color: #fff;
    margin: 0 0 40px;
}
.trust-wrp .titlebar .btn-secondary{
    background-color: #040A2C;
    margin: 0 auto;
}
.trust-wrp .titlebar .btn-secondary:hover{
    background: #fff;
    color: #040A2C;
}
/* **** End trust **** */


/* **** Footer ***** */
footer{
    padding: 20px 0;
    background: #000000;
}
footer p{
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
/* **** End Footer ***** */
