@font-face {
    font-family: 'HelveticaNeue';
    src: url("../webfonts/HelveticaNeue/HelveticaNeue-BlackExt.otf") format("opentype");
	font-weight: 600;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url("../webfonts/HelveticaNeue/HelveticaNeue-BoldExt.otf") format("opentype");
	font-weight: 500;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url("../webfonts/HelveticaNeue/HelveticaNeue-LightExt.otf") format("opentype");
	font-weight: 300;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	font-size: 14px;
	position: relative;
	z-index: auto;
	font-family: 'HelveticaNeue', sans-serif;
	font-weight: 300;
	color: #000;
	overflow-x: hidden;
}

a,
button,
input,
textarea {
    outline: none !important;
    box-shadow: none !important;
}
a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.imgBg {
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover !important;
}
.imgBg .find {
	display: none !important;
}

.img-cover-center {
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: center;
}

main {
	overflow: hidden;
}
main::before {
	content: '';
    width: 1px;
    height: 101vh;
    background-color: rgb(221 226 235 / 40%);
    position: fixed;
    right: 90px;
    z-index: 9999;
}

/* Navbar :start */
.header-sticky .classy-nav-container {
	border: 0;
	background-color: #fff;
	box-shadow: 0 6px 5px 0 rgb(32 33 36 / 40%);
}
.navbar-callbtn a {
	color: #13428a;
	border-color: #13428a;
}
.navbar-callbtn a:hover, 
.navbar-callbtn a:focus {
	color: #fff;
    background-color: #13428a;
}
.classy-navbar-toggler .navbarToggler span {
	background-color: #13428a;
}
/* Navbar :end */

/* Home Banner :start */
.homebanner-section {
	position: relative;
}
.hombanner-slides .single-banner-slide {
	width: 100%;
	height: 101vh;
	min-height: 500px;
}
.hombanner-slides .single-banner-slide::before {
	content: '';
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: transparent;
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(69,69,69,0.4) 15%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(69,69,69,0.4) 15%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(69,69,69,0.4) 15%, rgba(255,255,255,0) 100%);
}
.hombanner-slides .single-banner-slide .hombanner-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.hombanner-slides picture::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
.hombanner-caption {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 120px;
	padding-right: 90px;
}

.hombanner-caption .hombanner-text h3 {
	font-size: 71px;
	font-weight: 300;
    line-height: 73px;
    letter-spacing: -0.4px;
    color: #fff;
	margin-bottom: 0px;
}
.hombanner-caption .hombanner-text h3 b {
	font-weight: 500;
}

.hombanner-caption.homesecondslide .hombanner-text h3 {
	font-size: 61px;
	line-height: 63px;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    	touch-action: auto;
}
.hombanner-slides.owl-theme .owl-dots {
	margin-top: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hombanner-slides.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
	margin: 7px 5px;
	background: #ffffff;
	-webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.hombanner-slides.owl-theme .owl-dots .owl-dot.active span, 
.hombanner-slides.owl-theme .owl-dots .owl-dot:hover span {
	background: #0FACD3;
}

.hombanner-bottom {
	position: absolute;
    bottom: 0;
    right: 0;
	width: 90px;
	padding-bottom: 50px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.hombanner-bottom div.hombannerb-txt {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.hombanner-bottom div.hombannerb-txt p {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 300px;
	color: #fff;
	margin-bottom: 0px;
}

.bounceing {	
	animation: bounce 5s infinite;
	-webkit-animation: bounce 5s infinite;
	-moz-animation: bounce 5s infinite;
	-o-animation: bounce 5s infinite;
}
 
@-webkit-keyframes bounce {
	0%, 50%, 100% {-webkit-transform: translateY(0);}	
	25% {-webkit-transform: translateY(20px);}
	75% {-webkit-transform: translateY(20px);}
}
 
@-moz-keyframes bounce {
	0%, 50%, 100% {-moz-transform: translateY(0);}
	25% {-moz-transform: translateY(20px);}
	75% {-moz-transform: translateY(20px);}
}
 
@-o-keyframes bounce {
	0%, 50%, 100% {-o-transform: translateY(0);}
	25% {-o-transform: translateY(20px);}
	75% {-o-transform: translateY(20px);}
}
@keyframes bounce {
	0%, 50%, 100% {transform: translateY(0);}
	25% {transform: translateY(20px);}
	75% {transform: translateY(20px);}
}

.homebanner-videosec {
	position: absolute;
    bottom: 30px;
    right: 130px;
    z-index: 1;
}
.homebanner-videosec a {
	font-size: 18px;
	color: #fffefe;
	display: flex;
	align-items: center;
}
.homebanner-videosec a i {
	font-size: 24px;
	margin-right: 15px;
	-webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.homebanner-videosec a:hover i {
	color: #0eacd3;
}
/* Home Banner :end */

/* Who we are :start */
.whoweare-section {
	position: relative;
	scroll-margin-top: 94px;


	/* margin-top: -90px; */
    background-color: #fff;
    z-index: 0;
}
.whoweare-bg {
	width: 0;
	height: 100%;
	background-image: url('../images/whoweare-img-bg.png');
	background-repeat: repeat;
    background-size: contain;
    background-position: center;
	position: absolute;
	left: 0;
	z-index: -1;
}
.whoweare-section .whowearesec-left {
	height: 100%;
}
.whoweare-section .whowearesec-left img {
	width: 100%;
	height: 100%;
	object-fit: contain;
    object-position: bottom;
}
.whoweare-section .whowearesec-right {
	/* padding: 30px 0px; */
	padding: 90px 0px 30px 0px;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.whoweare-section .whowearesec-right .title {
	font-size: 48px;
    line-height: 52px;
	font-weight: 500;
	color: #18569a;
	margin-bottom: 20px;
}
.whoweare-section .whowearesec-right h4 {
	font-size: 28px;
	font-weight: 300;
    line-height: 24px;
	color: #18569a;
	margin-bottom: 20px;
}
.whoweare-section .whowearesec-right p {
	font-size: 18px;
	font-weight: 300;
    line-height: 28px;
	margin-bottom: 0px;
}
.whowearesec-link {
    display: flex;
    justify-content: flex-end;
	margin-top: 30px;
	position: relative;
}
.whowearesec-link::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	/* background-color: #13428a; */
	background-color: #0bbd1d;
}
.whowearesec-link a {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #fff;
	background-color: #13428a;
	display: inline-block;
	padding: 20px 40px;
	margin-bottom: 0px;
}
.whowearesec-link a:hover {
	background-color: #0556d1;
}
/* Who we are :end */


/* What You Need :start */
.whatyouneed-section {
	background-color: #ccd2dd;
	position: relative;
}
.whatyouneed-bg {
	width: 0;
	height: 100%;
	background-color: #13428a;
	position: absolute;
	left: 0;
	z-index: 0;
}
.whatyouneed-wrap {
	padding: 50px 0px;
	background-color: #13428a;
	clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%);
	position: relative;
	margin-top: -0.5px;
}
.whatyouneed-wrap ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}
.whatyouneed-wrap ul li {
	color: #fff;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
    align-items: center;
}
.whatyouneed-wrap ul li p {
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 0px;
}
.whatyouneed-wrap ul li p b {
	font-weight: 500;
	color: #fff;
}
.whatyouneed-wrap ul li.cnow {
	margin-right: 50px;
	text-align: right;
}
.whatyouneed-wrap ul li.call .call-icon {
	margin-right: 10px;
}
.whatyouneed-wrap ul li.call .call-icon i {
	font-size: 18px;
    color: #0fabd3;
    background: transparent;
	border: 2px solid #0fabd3;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
         -o-border-radius: 100%;
            border-radius: 100%;
    -webkit-transition: .5s;
       -moz-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
}
.whatyouneed-wrap ul li.call .call-text p b {
	font-size: 30px;
}
.whatyouneed-wrap ul li a:hover {
	color: #0FACD3;
}
/* What You Need :end */
/* Key Features :start */
.keyfeatures-section {
	padding: 70px 0px 0px 0px;
	position: relative;
}
.keyfeatures-section::before {
	content: '';
    background-color: #ccd2dd;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.keyfeatures-title h3 {
	font-size: 36px;
	font-weight: 300;
	line-height: 39px;
	color: #134089;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.keyfeatures-title h3 b {
	font-size: 48px;
	font-weight: 500;
}

.keyfeaturesw-left {
	height: 100%;
    padding-bottom: 30px;
}
.keyfwleft-count {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 21px;
	color: #525252;
	margin-bottom: 0px;
}
.keyfwleft-count b {
	font-weight: 500;
	color: #000000;
}
.keyfwleft-text {
	margin-top: 15px;
}
.keyfwleft-text .keyfwtitle {
	font-size: 40px;
	font-weight: 500;
	line-height: 40px;
	color: #000000;
	margin-bottom: 20px;
	-webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.keyfwleft-text .keyfwtitle:hover {
	color: #134089
}
.keyfwleft-text p {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.4px;
	line-height: 24px;
	color: #060606;
	margin-bottom: 0px;
}

.keyfeaturesright-wrap {
	position: relative;

	z-index: 1;
}
.keyfeaturesw-right .owl-carousel .owl-nav {
	position: absolute;
    top: 0;
    left: 0;
}
.keyfeaturesw-right .owl-carousel .owl-nav button {
	width: 85px;
	height: 85px;
	background-color: #fff;
	position: relative;
}
.keyfeaturesw-right .owl-carousel .owl-nav button:first-child::after{
	content: '/';
	font-size: 24px;
	font-weight: 300;
	color: #000;
	opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
	right: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.keyfeaturesw-right .owl-carousel .owl-nav button img {
	-webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.keyfeaturesw-right .owl-carousel .owl-nav button.owl-prev:hover img {
	margin-left: -10px;
}
.keyfeaturesw-right .owl-carousel .owl-nav button.owl-next:hover img {
	margin-right: -10px;
}

.keyfeaturesright-more {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;

	background-color: #fff;
    padding-right: 10%;
}
.keyfeaturesright-more a {
	font-size: 12px;
    font-weight: 500;
	letter-spacing: 0.5px;
	color: #0f3c85;
    background-color: #fff;
    padding: 30px 40px;
    display: inline-block;
}
.keyfeaturesright-more a:hover {
	color: #0FACD3;
}
.keyfeaturesright-morebg {
	width: auto;
	height: auto;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
/* Key Features :end */

/* =================================== */
/* Key Features :start */
.keyfeatures-section-2 {
	/* padding: 70px 0px 0px 0px; */
	position: relative;
}
/* .keyfeatures-section-2::before {
	content: '';
    background-color: #ccd2dd;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
} */
.keyfeatures-section-2 .keyfeatures-title h3 {
	font-size: 36px;
	font-weight: 300;
	line-height: 39px;
	color: #134089;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.keyfeatures-section-2 .keyfeatures-title h3 b {
	font-size: 48px;
	font-weight: 500;
}

.keyfeatures-section-2 .keyfeaturesw-left {
	height: 100%;
    padding: 30px 0px;
	display: flex;
    align-items: center;
}
.keyfeatures-section-2 .keyfwleft-count {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 21px;
	color: #525252;
	margin-bottom: 0px;
}
.keyfeatures-section-2 .keyfwleft-count b {
	font-weight: 500;
	color: #000000;
}
.keyfeatures-section-2 .keyfwleft-text {
	margin-top: 15px;
}
.keyfeatures-section-2 .keyfwleft-text .keyfwtitle {
	font-size: 40px;
	font-weight: 500;
	line-height: 40px;
	color: #000000;
	margin-bottom: 20px;
}
.keyfeatures-section-2 .keyfwleft-text p {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.4px;
	line-height: 24px;
	color: #060606;
	margin-bottom: 0px;
}

.keyfeatures-section-2 .keyfeaturesright-wrap {
	position: relative;

	z-index: 1;
}
.keyfeatures-section-2 .keyfeaturesw-right .owl-carousel .owl-nav {
	position: absolute;
    top: 0;
    left: 0;
}
.keyfeatures-section-2 .keyfeaturesw-right .owl-carousel .owl-nav button {
	width: 85px;
	height: 85px;
	background-color: #fff;
	position: relative;
}
.keyfeatures-section-2 .keyfeaturesw-right .owl-carousel .owl-nav button:first-child::after{
	content: '/';
	font-size: 24px;
	font-weight: 300;
	color: #000;
	opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
	right: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.keyfeatures-section-2 .keyfeaturesw-right .owl-carousel .owl-nav button img {
	-webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.keyfeatures-section-2 .keyfeaturesw-right .owl-carousel .owl-nav button.owl-prev:hover img {
	margin-left: -10px;
}
.keyfeatures-section-2 .keyfeaturesw-right .owl-carousel .owl-nav button.owl-next:hover img {
	margin-right: -10px;
}

.keyfeatures-section-2 .keyfeaturesright-more {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;

	background-color: #fff;
    padding-right: 10%;
}
.keyfeatures-section-2 .keyfeaturesright-more a {
	font-size: 12px;
    font-weight: 500;
	letter-spacing: 0.5px;
	color: #0f3c85;
    background-color: #fff;
    padding: 30px 40px;
    display: inline-block;
}
.keyfeatures-section-2 .keyfeaturesright-more a:hover {
	color: #0FACD3;
}
.keyfeatures-section-2 .keyfeaturesright-morebg {
	width: auto;
	height: auto;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}

/* ------------------------------------- */
.ourservice-row .ourservice-col {
	display: flex;
	align-items: center;
	padding: 20px 0px;
	border-bottom: 1px solid #e1e1e1;
	cursor: pointer;
}
.ourservice-row .ourservice-col:last-child {
	border-color: transparent;
}
.ourservice-row .ourservice-col .service-icon {
	margin-right: 30px;
}
.ourservice-row .ourservice-col .service-text h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	-webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.ourservice-row .ourservice-col:hover .service-text h4 {
	color: #13428a;
	text-decoration: underline;
	text-underline-offset: 3px;
}
/* Key Features :end */

/* Our Commitment :start */
.ourcommitment-section {
	padding: 0px 0px 70px 0px;
	background-image: url('../images/ourcommitment-bg.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	/* margin-top: -90px; */
}
.ourcommitment-section .ourcommitment-title {
	margin-top: 70px;
	margin-bottom: 35px;
}
.ourcommitment-section .ourcommitment-title h3 {
	font-size: 48px;
	font-weight: 500;
    line-height: 45px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.ourcommitment-section .ourcommitment-title h3 sup {
	display: block;
	font-size: 36px;
	font-weight: 300;
	line-height: inherit;
	top: 0;
}

.ourcommit-block {
	display: flex;
	align-items: center;
	padding: 20px;
	margin: 10px 0px;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	background: rgba(19,66,138,1);
	background: -moz-linear-gradient(90deg, rgba(19,66,138,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(19,66,138,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(90deg, rgba(19,66,138,1) 0%, rgba(255,255,255,0) 100%);
}
.ourcommit-block .ourcommitb-image {
	background-color: #fff;
	padding: 25px;
	margin-right: 15px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 125px;
    height: 125px;
}
.ourcommit-block .ourcommitb-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.ourcommit-block .ourcommitb-text p {
	font-size: 20px;
	font-weight: 500;
    line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px;
}

/* Our Commitment :end */

/* Client Say :start */
.clientsay-section {
	padding: 150px 0px 70px 0px;
}
.clientsay-section .clientsay-left h3 {
	font-size: 36px;
	font-weight: 300;
	line-height: 45px;
	color: #0f3c85;
	text-transform: uppercase;
}
.clientsay-section .clientsay-left h3 b {
	font-size: 48px;
	font-weight: 500;
}
.clientsay-section .clientsay-right {
	padding-left: 120px;
	background-image: url('../images/quote-image.png');
	background-repeat: no-repeat;
}

.clientsay-section .clientsay-slide-item p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.4px;
	margin-bottom: 30px;
}
.clientsay-section .clientsay-slide-item h4 {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #0f3c85;
	margin-bottom: 0px;
}


.clientsay-section .clientsay-nav .clientsaynav-button {
	padding: 10px;
}
.clientsay-section .clientsay-nav .clientsaynav-button img {
	opacity: 0.3;
	-webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.clientsay-section .clientsay-nav .clientsaynav-button:hover img {
	opacity: 1;
}
/* Client Say :end */

/* Footer :start */
footer {
	margin-top: -98px;
}
.fsignup-email {
	padding: 40px 40px;
	background-color: #224fa4;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 70%);
	position: relative;
}
.fsignup-frm {
	display: flex;
	justify-content: center;
    align-items: center;
}
.fsignup-frm label {
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	margin-right: 15px;
}
.fsignup-frm .input-group {
	width: 60%;
}
.fsignup-frm .input-group input {
	font-size: 12px;
	padding: 20px 0px 20px 20px;
	color: #fff;
	background-color: #194793;
	border: 0;
}
.fsignup-frm .input-group input:focus {
	background-color: #245ebf;
}
.fsignup-frm .input-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #386fc9;
}
.fsignup-frm .input-group input::-moz-placeholder { /* Firefox 19+ */
	color: #386fc9;
}
.fsignup-frm .input-group input:-ms-input-placeholder { /* IE 10+ */
	color: #386fc9;
}
.fsignup-frm .input-group input:-moz-placeholder { /* Firefox 18- */
	color: #386fc9;
}
.fsignup-frm .input-group button {
	font-size: 24px;
	color: #fff;
	background-color: #194793;
	padding: 5px 15px;
}
.fsignup-frm .input-group button:hover {
	/* color: #0FACD3; */
	background-color: #245ebf;
}
.footer-form {
	position: relative;
	z-index: 1;
}
.footerfrm-bg {
	width: 0;
	height: 100%;
	background-color: #224fa4;
    position: absolute;
    right: 0;
    z-index: 0;
}

.footer-contact {
	margin-top: -41px;
}
.footer-contact .rowborder {
	border-top: 1px solid #abb7cd;
	border-bottom: 1px solid #abb7cd;
}
.footer-contact .rowborder > div {
	border-right: 1px solid #abb7cd;
}
.footer-contact .rowborder > div:last-child {
	border-right: 0;
}
.footer-contact .footercon-block {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
    align-items: center;
	padding: 50px 10px 50px 10px;
}
.footer-contact .footercon-block.logo {}
.footer-contact .footercon-block.address {
	text-align: center;
	padding-top: 90px;
}
.footer-contact .footercon-block.address p {
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 20px;
}
.footer-contact .footercon-block.address a {
	font-size: 14px;
	font-weight: 500;
	color: #10589d;
	display: block;
	margin-bottom: 10px;
}
.footer-contact .footercon-block.address a:last-child {
	margin-bottom: 0px;
}
.footer-contact .footercon-block.address a i {
	margin-right: 10px;
}
.footer-contact .footercon-block.address a:hover {
	color: #0FACD3;
}
.footer-contact .footercon-block.socialmedia {
	padding-top: 90px;
}
.footer-contact .footercon-block.socialmedia .fsm-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
}
.footer-contact .footercon-block.socialmedia .fsm-block a {
	margin: 5px;
}
.footer-contact .footercon-block.socialmedia .fsm-block .icon-wrapper i {
	font-size: 18px;
	color:#10589d;
	background: #e6eaf2;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 22px;
	   -moz-border-radius: 22px;
	     -o-border-radius: 22px;
	        border-radius: 22px;
	-webkit-transition:.5s;
	   -moz-transition:.5s;
	     -o-transition:.5s;
	        transition:.5s;
}
.footer-contact .footercon-block.socialmedia .fsm-block .icon-wrapper:hover i {
	color:#e6eaf2;
	background: #10589d;
}

.footer-copy p {
	font-size: 12px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.6px;
	padding: 20px 0px;
	margin-bottom: 0px;
}
/* Footer :end */

/* Our Partner :start */
.ourpartners-section {
	background-color: #0e3d7f;
	padding: 70px 0px 150px 0px;
}
.ourpartners-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.ourpartners-head .opsectitle h3 {
	font-size: 36px;
	font-weight: 300;
	line-height: 45px;
	color: #fff;
	margin-bottom: 15px;
}
.ourpartners-head .opsectitle b {
	font-size: 48px;
	font-weight: 500;
}
.ourpartners-slides {
	/* margin-bottom: 30px; */
}
.ourpartners-slides .opslide-item {
	background-color: #ffffff;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ourpartners-slides .opslide-item .opslide-block img {
	max-width: 100%;
	max-height: 100%;
}

.ourpartnerslide-nav {
	display: flex;
	margin-bottom: 15px;
}
.ourpartnerslide-nav .ourpartnerslidenav-button {
	width: 85px;
    height: 85px;
    padding: 15px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.ourpartnerslide-nav a {
	position: relative;
}
.ourpartnerslide-nav a:first-child::after {
	content: '/';
    font-size: 24px;
    font-weight: 300;
    color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.ourpartnerslide-nav .ourpartnerslidenav-button img {
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.ourpartnerslide-nav .ourpartnerslidenav-button.left:hover img {
    margin-left: -10px;
}
.ourpartnerslide-nav .ourpartnerslidenav-button.right:hover img {
    margin-right: -10px;
}
/* Our Partner :end */

/* Inner Banner :start */
.inner-banner {
    position: relative;
}
.inner-banner::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(0 0 0 / 40%);
	z-index: 0;
}
.inner-banner::after {
	content: '';
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: transparent;
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) -10%, rgba(69,69,69,0.4) 15%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) -10%, rgba(69,69,69,0.4) 15%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) -10%, rgba(69,69,69,0.4) 15%, rgba(255,255,255,0) 100%);
}
.inner-banner-contents {
	display: flex;
	align-items: center;
	z-index: 1;
  
	height: calc(100% - 101px);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.inner-banner-contents .page-heading {
    font-size: 51px;
    font-weight: 300;
	letter-spacing: -0.4px;
	line-height: 53px;
    color: #fff;
    margin-bottom: 0;
}
.inner-banner-contents .page-heading b {
	font-weight: 500;
}
/* Inner Banner :end */

/* About Page :start */
.aboutpg-service {
	padding: 80px 0px;
}
.aboutpg-service .aboutpgser-right {
	padding-left: 40px;
}
.aboutpg-service .aboutpgser-right h3 {
	font-size: 40px;
	font-weight: 500;
	line-height: 40px;
	color: #18569a;
	margin-bottom: 10px;
}
.aboutpg-service .aboutpgser-right h4 {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
	margin-bottom: 20px;
}
.aboutpg-service .aboutpgser-right p {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	color: #000000;
	margin-bottom: 20px;
}
.aboutpg-service .aboutpgser-right p:last-child {
	margin-bottom: 0px;
}

.inner-page .keyfeatures-section {
	padding: 50px 0px 180px 0px;
}
/* About Page :end */


/* Service Page :Start */

.servicespg-details {
	margin-top: -90px;
	position: relative;
}
.servicespg-details .servicespgdet-text {
	padding-top: 150px;
	padding-left: 25px;
}
.servicespg-details .servicespgdet-text h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 20px;
}
.servicespg-details .servicespgdet-text p {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.6px;
	line-height: 30px;
	margin-bottom: 10px;
}

.service-list-head p {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.4px;
	line-height: 23px;
	margin-bottom: 15px;
}
.service-list-head h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}


.service-image-wrap {
	/* text-align: center; */
}
/* Service Page :End */


/* Contact Page Page :Start */
.contact-page .contact-sec .contactsec-title h2 {
	font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    color: #13428a;
    margin-bottom: 20px;
}
.contact-page .contact-sec .contactsec-title h2 b {
    font-size: 48px;
    font-weight: 500;
}
/* Contact Page Page :End */

/* Comming Soon Page :Start */
.comingsoon-wrap {
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.comingsoon-wrap h3 {
	font-size: 40px;
	font-weight: 300;
}
/* Coming Soon Page :End */

/* Who we are section2 :start */
.whoweare-section2 {
	position: relative;
	scroll-margin-top: 94px;
    background-color: #eeeeee;
    z-index: 0;
    padding: 90px 0 70px;
}

.whoweare-section2 .whowearesec-left {
	height: 100%;
	padding-right: 27px;
}
.whoweare-section2 .whowearesec-left img {
	width: 100%;
	height: 100%;
	object-fit: contain;
    object-position: bottom;
}
.whoweare-section2 .whowearesec-right {
	/* padding: 30px 0px; */
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.whoweare-section2 .whowearesec-right .title {
	font-size: 48px;
    line-height: 52px;
	font-weight: 500;
	color: #18569a;
	margin-bottom: 20px;
}
.whoweare-section2 .whowearesec-right h4 {
	font-size: 28px;
	font-weight: 300;
    line-height: 24px;
	color: #18569a;
	margin-bottom: 20px;
}
.whoweare-section2 .whowearesec-right p {
	font-size: 18px;
	font-weight: 300;
    line-height: 28px;
	margin-bottom: 0px;
}
/* Who we are section2 :end */

/* home banner circle :start */
.home-banner-circle{
	width: 100%;
	position: absolute;
	left: 0;
	top: 135px;
}
.circle-wraper{
	float: right;
	position: relative;
}
.circle-cell{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	background-image: url('../images/circle-bg.png');
	background-repeat: repeat;
	border: 25px solid #224fa4;
	border-radius: 50%;
	background: rgba(34, 79, 164, 0.3);
}
.circle-1{
    /* width: 332px;
    height: 332px;
    right: 172px; */


	width: 280px;
    height: 280px;
    right: 160px;
    top: 30px;
}
.circle-text.circle-1 h6{
	font-size: 24px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 0;
}
.circle-text.circle-1 h4{
	font-size: 40px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
	letter-spacing: -2px;
}
.circle-text h6{
	/* font-size: 20px; */
	color: #fff;
	font-weight: 300;
	margin-bottom: 0;

	font-size: 16px;
}
.circle-text h4{
	/* font-size: 34px; */
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
	letter-spacing: -2px;

	
    font-size: 28px;
}
.circle-2{
    /* width: 223px;
    height: 223px;
    right: 0;
    top: 157px; */

	width: 223px;
    height: 223px;
    right: 0;
    top: 190px;
}
.circle-3{
    /* width: 287px;
    height: 287px;
    right: 122px;
    top: 292px; */


	width: 210px;
    height: 210px;
    right: 190px;
    top: 285px;
}
.circle-4{
    /* width: 300px;
    height: 300px;
    right: 375px;
    top: 234px; */


	width: 180px;
    height: 180px;
    right: 360px;
    top: 230px;
}
.circle-5 {
    /* width: 300px;
    height: 300px;
    right: 375px;
    top: 234px; */


	width: 280px;
    height: 280px;
    right: 415px;
    top: 0;
}
.circle-6 {
    /* width: 300px;
    height: 300px;
    right: 375px;
    top: 234px; */


	width: 180px;
    height: 180px;
    right: 60px;
    top: 395px;
}
/* home banner circle :end */


/* Service Page: Start */

.service-list {
    margin: 50px 0px 90px 0px;
}

.service-list .cell {
    border: 2px solid #1cb0d6;
    padding: 22px 38px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    margin: 0 0 15px 0;
}

.service-list .cell span {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    display: block;
    margin: 0 0 6px 0;
}

.service-list .cell p {
    font-size: 16px;
    line-height: 22px;
}

.service-list .cell p:last-child {
    margin-bottom: 0;
}

.service-list .cell .inner {
    position: relative;
    z-index: 9;
}

.service-list .cell::after {
    content: "";
    position: absolute;
    height: calc(100% + 4px);
    width: 100%;
    top: -2px;
    right: -2px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+99&0+2,1+20 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

.service-list .cell label.count {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    width: 54px;
    height: 54px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #1cb0d6;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: -27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FFF;
}

.service-list .service-list-col3 {
    display: flex;
    flex-wrap: wrap;
}
.service-list .service-list-col3 .cell {
    width: 33.333%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* Service Page: End */

/* Conatct Page: Start */
section.contact-sec {
    padding: 60px 0 110px 0;
    background: #ccd2dd;
}
section.contact-sec textarea,
section.contact-sec input {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background: #FFF;
    border: 0px;
    padding: 0 20px;
    font-size: 14px;
    color: #000000;
    margin: 0 0 15px 0;
}
section.contact-sec textarea {
    height: 92px;
    padding-top: 15px;
}
section.contact-sec textarea:placeholder,
section.contact-sec input:placeholder {
    color: #888888;
    opacity: 1;
}
section.contact-sec button.submit {
    width: 100%;
    background: #13428A;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 48px;
    height: 48px;
    border: 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
section.contact-sec button.submit:hover {
    background: #0556d1;
}
section.contact-sec .right {
    padding-left: 30px;
}
section.contact-sec address {
    font-size: 18px;
    padding: 0 0 0 70px;
    margin: 0 0 40px 0;
    position: relative;
    line-height: 31px;
}
section.contact-sec address span {
    width: 54px;
    height: 54px;
    border: 2px solid #0fabd3;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    display: flex;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}
section.contact-sec address span i {
    font-size: 20px;
    color: #0fabd3;
}
section.contact-sec h3 {
    font-size: 26px;
    color: #13428a;
    margin: 0 0 15px 0;
    padding: 0;
}
section.contact-sec ul {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    list-style: none;
}
section.contact-sec ul li {
    position: relative;
    padding: 2px 0 0 42px;
    margin: 0 0 14px 0;
}
section.contact-sec ul li span {
    border: 2px solid #0fabd3;
    width: 32px;
    height: 32px;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
section.contact-sec ul li span i {
    font-size: 11px;
    color: #0fabd3;
}
section.contact-sec ul li a:hover {
    color: #0fabd3;
}
section.contact-map {
    position: relative;
    background: #e9e9e9;
    width: 100%;
    height: 470px;
}
section.contact-map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

section.contact-sec input.form-control.error,
section.contact-sec textarea.form-control.error {
  border: 1px solid #ff0000;
}
/* Conatct Page: End */

/*Faq Page: Start*/
.section-faq{
    padding: 85px 0 175px;
}
.section-faq .accordion{
    padding: 0 100px;
}
.section-faq .accordion-item {
    border: 2px solid #13428a;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 8px;
}
.section-faq .accordion-item:last-child{
    margin-bottom: 0;
}
.section-faq .accordion-button{
    background: none !important;
}
.section-faq .section-accordion .accordion-button::after {
    background: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    width: auto;
    height: auto;
}

.section-faq .section-accordion .accordion-button:not(.collapsed)::after {
    background: none;
    content: "\f068";
}
.section-faq .section-accordion .accordion-button{
    font-size: 18px;
    font-weight: 500;
    color: #000 !important;
    padding: 35px 35px 35px 45px;
}
.section-faq .section-accordion .accordion-body{
    padding: 0 45px 35px 45px;
}
.section-faq .section-accordion p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.6px;
    line-height: 25px;
    margin-bottom: 10px;
}
.section-faq .section-accordion ol {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.6px;
    line-height: 25px;
    margin-bottom: 0px;
    padding-left: 25px;
}
.section-faq .section-accordion ol li {
    margin-bottom: 5px;
}
.section-faq .section-accordion p:last-child{
    margin-bottom: 0;
}

/*Faq Page: End*/


/* About Page Banner :Start */
.aboutpg-innerbanner .home-banner-circle {
	z-index: 1;
}
.aboutpg-innerbanner .inner-banner-contents {
	align-items: flex-end;
	padding-bottom: 50px;
}
/* About Page Banner :End */


.inner-banner-image {
    height: 750px;
}
.inner-banner-image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}