/************ Font Face CSS Starts Here ************/
@import url(../fonts/araboto/araboto.css);
@import url(../fonts/touche/touche.css);
@import url(../fonts/sfpro/sfpro.css);
@import url(../fonts/poppins/poppins.css);
/************ Font Face CSS Ends Here ************/
:root {
 --primary-color: #03083f;
 --primary-blue: #2a3c92;
 --secondary-blue: #009ADE;
 --primary-light: #f8f8f8;
 --light-blue: #f0f6f7;
 --white: #ffffff;
 --black: #000000;
 --silver: #C0C0C0;
 --gray: #808080;
 --maroon: #874333;
 --yellow: #FFFF00;
 --olive: #808000;
 --lime: #00FF00;
 --green: #77C720;
 --green-2: #008000;
 --aqua: #00FFFF;
 --teal: #008080;
 --blue: #0000FF;
 --navy: #000080;
 --fuchsia: #B13BFF;
 --purple: #800080;
 --pink: #FFC0CB;
 --nude: #ebc8b2;
 --orange: #ffa500;
 --red: #EF0D0D;
 --border-color-1: #7a7a7a;
 --border-color-2: #cecece;
}
html {
            scroll-behavior: smooth; /* Enables smooth scrolling */
        }
body {
	margin: 0px;
	padding: 0px;
	background: var(--white);
	font-family: 'Poppins';
	font-size: 16px;
	color:var(--black);
}
header, nav, aside, section, article, footer, h1, h2, h3, h4, h5, h6, img, ul, li, input, textarea, select, p {
	margin: 0px;
	padding: 0px;
	outline: none;
	font-weight: normal;
}
ul li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
a:active, a:hover {
	outline: none;
}
.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-justify {
	text-align: justify
}
.text-nowrap {
	white-space: nowrap
}
.text-lowercase {
	text-transform: lowercase
}
.text-uppercase {
	text-transform: uppercase
}
.text-capitalize {
	text-transform: capitalize
}
.clear {
	clear: both;
}
.hide {
	display: none!important
}
.show {
	display: block!important
}
.hidden {
	display: none!important
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}
.container {
	width: 1200px;
	height: auto;
	margin: 0px auto;
}
.container-box {
	width: 100%;
	height: auto;
	float: left;
	padding: 2% 0%;
}
.row {
	width: 100%;
	height: auto;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
}
.col-12 {
	width: 100%;
}
.col-11 {
	width: 91.66666667%;
}
.col-10 {
	width: 83.33333333%;
}
.col-9 {
	width: 75%;
}
.col-8 {
	width: 66.66666667%;
}
.col-7 {
	width: 58.33333333%;
}
.col-6 {
	width: 50%;
}
.col-5 {
	width: 41.66666667%;
}
.col-4 {
	width: 33.33333333%;
}
.col-3 {
	width: 25%;
}
.col-2 {
	width: 16.66666667%;
}
.col-1 {
	width: 8.33333333%;
}
.ptb10{
	padding:10px 0;
}
.ptb20{
	padding:20px 0;
}
.ptb30{
	padding:30px 0;
}
.ptb40{
	padding:40px 0;
}
.ptb50{
	padding:50px 0;
}
.ptb60{
	padding:60px 0;
}
.ptb70{
	padding:70px 0;
}
.ptb80{
	padding:80px 0;
}
.ptb90{
	padding:90px 0;
}
.ptb100{
	padding:100px 0;
}
.pt10{
	padding:10px 0 0 0;
}
.pt20{
	padding:20px 0 0 0;
}
.pt30{
	padding:30px 0 0 0;
}
.pt40{
	padding:40px 0 0 0;
}
.pt50{
	padding:50px 0 0 0;
}
.pt60{
	padding:60px 0 0 0;
}
.pt70{
	padding:70px 0 0 0;
}
.pt80{
	padding:80px 0 0 0;
}
.pt90{
	padding:90px 0 0 0;
}
.pt100{
	padding:100px 0 0 0;
}
.mtb10{
	margin:10px 0;
}
.mtb20{
	margin:20px 0;
}
.mtb30{
	margin:30px 0;
}
.mtb40{
	margin:40px 0;
}
.mtb50{
	margin:50px 0;
}
.mtb60{
	margin:60px 0;
}
.mtb70{
	margin:70px 0;
}
.mtb80{
	margin:80px 0;
}
.mtb90{
	margin:90px 0;
}
.mtb100{
	margin:100px 0;
}
.mt0{
	margin-top:0 !important;
	padding-top:0 !important;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px !important;
}
.mt40{
	margin-top:40px;
}
.mt50{
	margin-top:50px !important;
}
.mr10{
	margin-right:10px;
}
.mr20{
	margin-right:20px;
}
.mr30{
	margin-right:30px;
}
.mr40{
	margin-right:40px;
}
.mr50{
	margin-right:50px;
}
.ml10{
	margin-left:10px;
}
.ml20{
	margin-left:20px;
}
.ml30{
	margin-left:30px;
}
.ml40{
	margin-left:40px;
}
.ml50{
	margin-left:50px;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
.mb50{
	margin-bottom:50px;
}
/************************** Header CSS Starts Here **************************/
/************************** Header CSS Starts Here **************************/
/************************** Header CSS Starts Here **************************/
header{
	width:100%;
	height:80px;
	position:fixed;
	z-index:99;
	background: linear-gradient(0deg, rgba(227,227,227,0.0) 0%, rgba(255,255,255,0.40) 100%);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--border-color-2);
}
.logo-area{
	width:200px;
	height:80px;
	position:relative;
}
.logo-area a{
	display:block;
}
.logo-area img{
	max-width:85%;
	margin:20px 0 0 0;
}
.header-cta{
	width:200px;
	height:80px;
	position:relative;
	text-align:right;
}
.jcc{
	justify-content: center;
}
.mjsnbtn{
	display: flex; /* Use Flexbox for the entire body */
}
@media screen and (min-width: 1200px){
.mt15{
    margin:15px 0 0 0 !important;
}
}
.ctabtn{
	display: flex; /* Flexbox for icon and text alignment */
    align-items: center; /* Vertically align icon and text */
    justify-content: center; /* Align both items properly */
	height:30px;
	line-height:32px;
	margin:22px 0 0 0;
	background: var(--primary-color);
	border-radius:30px;
	position:relative;
	padding:8px;
	color: var(--white);
	font-size:14px;
	text-align:right;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	border:1px solid var(--primary-color);
}
.ctabtn i{
	order:1;
	width:30px;
	height:30px;
	margin-right:10px;
	line-height:30px;
	text-align:center;
	background: var(--white);
	border-radius:50%;
	color: var(--primary-color);
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.ctabtn span{
	order:2;
	margin:0 5px 0 0;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.ctabtn:hover i{
	order:2;
	margin-right:0px;
	margin-left:10px;
	background: var(--primary-color);
	color: var(--white);
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.ctabtn:hover span{
	order:1;
	margin:0 0 0 5px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.ctabtn2{
	width:164px;
	height:30px;
	line-height:30px;
	margin:22px 0 0 10px;
	background: var(--primary-light);
	display:inline-block;
	border-radius:30px;
	position:relative;
	padding:8px;
	color: var(--primary-color);
	font-size:14px;
	text-align:center;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
/*.ctabtn{
	width:164px;
	height:30px;
	line-height:30px;
	margin:18px 0 0 0;
	background: var(--primary-color);
	display:inline-block;
	border-radius:30px;
	position:relative;
	padding:8px;
	color: var(--white);
	font-size:14px;
	text-align:right;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	border:1px solid var(--primary-color);
}
.ctabtn span{
	position:absolute;
	left:50px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}*/
.ctabtn2 span{
	position:absolute;
	left:38px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
/*.ctabtn:hover span{
	position:absolute;
	left:15px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}*/
.ctabtn2:hover span{
	position:absolute;
	
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
/*.ctabtn::before{
	width:30px;
	height:30px;
	font-family: 'FontAwesome';
	content: '\f061';
	position:absolute;
	left:8px;
	text-align:center;
	background: var(--white);
	border-radius:50%;
	color: var(--primary-color);
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}*/
/*.ctabtn2::before{
	width:30px;
	height:30px;
	font-family: 'FontAwesome';
	content: '\f061';
	position:absolute;
	left:8px;
	text-align:center;
	background: var(--white);
	border-radius:50%;
	color: var(--primary-color);
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}*/
.ctabtn:hover{
	background: var(--primary-light);
	color: var(--primary-color);
	text-align:left;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	border:1px solid var(--border-color-2);
}
.ctabtn2:hover{
	background: var(--secondary-blue);
	color: var(--primary-color);
	
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
/*.ctabtn:hover::before{
	background: var(--primary-color);
	color: var(--white);
	left: 132px;
}*/
.ctabtn2:hover::before{
	background: var(--primary-color);
	color: var(--white);
	
}
/************************** Header CSS Ends Here **************************/
/************************** Header CSS Ends Here **************************/
/************************** Header CSS Ends Here **************************/

/************************** Menu CSS Starts Here **************************/
/************************** Menu CSS Starts Here **************************/
/************************** Menu CSS Starts Here **************************/
.menu_area {
	width: 800px;
	height: 80px;
	line-height: 88px;
	padding:0 0 0 0;
	text-align:center;
	float:left;
}
.dropdowns nav, .dropdowns ul, .dropdowns li, .dropdowns a {
	margin: 0;
	padding: 0;
}
.dropdowns a {
	text-decoration: none;
}
.dropdowns {
	width: auto;
}
.toggleMenu {
	display: none;
	color: var(--white);
}
a.toggleMenu {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}
.nav {
	list-style: none;
 	*zoom: 1;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
}
.nav a {
	padding: 0px 20px;
	color: var(--black);
	font-size: 14px;
	line-height:80px;
}
.nav a:hover {
	color: var(--secondary-blue);
}
.nav a.active {
	color: var(--secondary-blue);
}
ul.nav li:hover > a {
	color: var(--secondary-blue);
}
.nav > li.hover > .parent {
	background-image: url("../images/downArrow.png") !important;
	background-repeat: no-repeat;
}
.nav li {
	position: relative;
}
.nav > li {
	display:inline-block;
}
.nav > li > .parent {
	background-image: url("../images/downArrow.png");
	background-repeat: no-repeat;
	background-position: right;
}
.nav > li > a {
	display: block;
}
.nav li ul {
	position: absolute;
	left: -9999px;/*width: 370px;*/
}
.nav > li.hover > ul {
	left: 0;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}
.nav li ul li {
	width: 100%;
	float: none;
}
.nav li li > a {
	display: block;
	position: relative;
	z-index: 100;
	background: var(--primary-color);
	color: var(--white) !important;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 0px 20px;
}
ul.nav li li:hover > a {
	background-color: var(--secondary-blue) !important;
	color: var(--white);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav li li:hover > a, .nav li li li:hover a {
	color: var(--primary-color) !important;
}
.nav li li li > a {
	z-index: 200;
	background: var(--white);
	color: var(--primary-color) !important;
}
.nav li li:last-child > a {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.nav li.mobmenu{
	display:none;
}
.nav li.mobmenulast{
	display:none;
}
/* .nav > li:last-child {
	display:none;
} */
/************************** Menu CSS Starts Here **************************/
/************************** Menu CSS Starts Here **************************/
/************************** Menu CSS Starts Here **************************/

/************************** Banner CSS Starts Here **************************/
/************************** Banner CSS Starts Here **************************/
/************************** Banner CSS Starts Here **************************/
.banner_area {
	width: 100%;
	height: 100vh;
	float: left;
	position: relative;
	margin:0 0 0 0;
	padding:0 0 0 0;
	/*background:linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)),  url(../images/banner.jpg);
	background-attachment: fixed !important;*/
	/*background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;*/
	text-align:center;
	overflow:hidden;
}
.slider-wrapper {
	width: 100%;
	float: left;
	position: relative;
}
#owl-demo .owl-item img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.post-content-parent {
	display: flex;
	width: 100%;
	height: 80vh;
	position: relative;
}
.c--post-content-image-wrapper {
	position: absolute;
	width: 100%;
	height: 80vh;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.post-content-text-child{
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
	padding: 20px 0;
	position: absolute;
	top: 3.5%;
	right: 0;
	width: 100%;
	height: auto;
}
.post-content--inner {
	width:100%;
	text-align:center;
}
h2.slidercontent-one{
	width:100%;
	height:auto;
	margin:270px 0% 20px 0%;
	font-size:56px;
	line-height:60px;
	color:var(--primary-color);
	text-align:center;
	position:absolute;
	font-family: 'SF Pro Display Bold';
}
p.slidercontent-two{
	width:100%;
	height:auto;
	margin:340px 0 0px 0;
	font-size:16px;
	line-height:22px;
	color:var(--primary-color);
	text-align:center;
	position:absolute;
	font-family: 'Poppins';
}
img.sliderimage-linkone{
	width:100%;
	float:left;
}
.banner-cta{
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	top:380px;
	text-align:center;
	z-index:9;
}
/*.ocean { 
  height: 5%;
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
  background: #19a3e2;
}
.wave {
  background: url(../images/wave-2.png) repeat-x; 
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}
.wave:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}*/
/************************** Banner CSS Ends Here **************************/
/************************** Banner CSS Ends Here **************************/
/************************** Banner CSS Ends Here **************************/

/************************** Opening CSS Starts Here **************************/
/************************** Opening CSS Starts Here **************************/
/************************** Opening CSS Starts Here **************************/
.opening_area{
	width:100%;
	height:auto;
	float:left;
	margin:80px 0;
}
.openingleft{
	width:40%;
	height:auto;
	float:left;
}
.openingleft h3{
	width:63%;
	height:auto;
	float:left;
	font-family: 'SF Pro Display Regular';
	color:var(--primary-color);
	font-size:56px;
	line-height:66px;
}
.openingleft h3 span{
	font-family: 'SF Pro Display Bold';
	text-transform:uppercase;
}
.openingright{
	width:60%;
	height:auto;
	float:left;
}
.openingright p{
	width:100%;
	height:auto;
	margin:0 0 20px 0;
	float:left;
	font-family: 'Poppins';
	font-size: 15px;
	line-height:22px;
	color:var(--black);
}
/************************** Opening CSS Ends Here **************************/
/************************** Opening CSS Ends Here **************************/
/************************** Opening CSS Ends Here **************************/

/************************** Block Section CSS Starts Here **************************/
/************************** Block Section CSS Starts Here **************************/
/************************** Block Section CSS Starts Here **************************/
.block-section{
	width:100%;
	height:auto;
	float:left;
	margin:60px 0 80px 0;
	overflow:hidden;
}
.block-section ul{
	width:100%;
	height:auto;
	float:left;
}
.block-section ul li{
	width:18.5%;
	height:280px;
	float:left;
	margin:0 1.6% 0 0;
	border:1px solid var(--border-color-2);
	border-radius:20px;
	overflow:hidden;
	position:relative;
}
.block-section ul li:last-child{
	margin:0 0 0 0;
}
.block-section ul li img{
	width:100%;
	float:left;
}
.block-section ul li h4{
	position:absolute;
	top:30px;
	left:20px;
	font-size:18px;
	line-height:24px;
	margin-right:10px;
}
.block-section ul li p{
	position:absolute;
	bottom:30px;
	left:20px;
	color:var(--primary-color);
	font-size:18px;
	line-height:24px;
	font-family: 'Poppins';
	margin-right:10px;
}
/************************** Block Section CSS Ends Here **************************/
/************************** Block Section CSS Ends Here **************************/
/************************** Block Section CSS Ends Here **************************/

/************************** Grid Section CSS Starts Here **************************/
/************************** Grid Section CSS Starts Here **************************/
/************************** Grid Section CSS Starts Here **************************/
.grid-section{
	width:100%;
	height:600px;
	float:left;
	background:url(../images/block-bg.jpg);
	background-repeat:repeat;
	padding:50px 0;
	overflow:hidden;
}
.grid-section ul{
	width:100%;
	height:auto;
	float:left;
	position:relative;
}
.grid-section ul li:nth-child(1){
	position:absolute;
	top:0;
	left:140px;
}
.grid-section ul li:nth-child(1) img{
	max-width:150px;
}
.grid-section ul li:nth-child(2){
	position:absolute;
	top:120px;
	right:100px;
}
.grid-section ul li:nth-child(3){
	position:absolute;
	top:240px;
	left:50px;
}
.grid-section ul li:nth-child(4){
	position:absolute;
	top:300px;
	right:150px;
}
.grid-section ul li:nth-child(4) img{
	max-width:150px;
}
.grid-section ul li:nth-child(5){
	position:absolute;
	top:500px;
	left:450px;
}
.gridbtn{
	padding:24px 60px;
	color: var(--white);
	background: linear-gradient(90deg, rgba(27,51,139,1) 0%, rgba(12,143,221,1) 100%);
	border-radius:35px;
	font-size:22px;
}
/************************** Grid Section CSS Ends Here **************************/
/************************** Grid Section CSS Ends Here **************************/
/************************** Grid Section CSS Ends Here **************************/

/************************** Tabs Section CSS Starts Here **************************/
/************************** Tabs Section CSS Starts Here **************************/
/************************** Tabs Section CSS Starts Here **************************/
.tabs-section{
	width:100%;
	height:auto;
	float:left;
	margin:60px 0;
}
.tabs-section h3{
	width:90%;
	height:auto;
	float:left;
	padding:0 5%;
	color:var(--primary-color);
	font-family: 'SF Pro Display Medium';
	font-size:150px;
	line-height:170px;
}
.tabs-section h4{
	width:90%;
	height:auto;
	float:left;
	padding:0 5%;
	color:var(--primary-color);
	font-family: 'SF Pro Display Medium';
	font-size:40px;
	line-height:50px;
	text-align:center;
	margin:40px 0;
}
.tabs-section ul{
	width:100%;
	height:auto;
	float:left;
	margin:70px 0 0 0;
}
.tabs-section ul li{
	width:100%;
	height:160px;
	float:left;
	position:relative;
	border-top:1px solid var(--border-color-2);
	line-height:160px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.tabs-section ul li:hover{
	background: linear-gradient(90deg, rgba(27,51,139,1) 0%, rgba(12,143,221,1) 100%);
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	color: var(--white);
}
.tabs-section ul li a{
	display:block;
	color:var(--primary-color);
}
.tabs-section ul li a:hover{
	background: linear-gradient(90deg, rgba(27,51,139,1) 0%, rgba(12,143,221,1) 100%);
	color: var(--white);
}
.tabs-section ul li a span{
	width:15%;
	float:left;
	padding:0 0 0 10%;
}
.tabs-section ul li a p{
	width:75%;
	float:left;
	color:var(--primary-color);
	font-size:50px;
	font-family: 'SF Pro Display Medium';
	position:relative;
}
.tabs-section ul li a:hover p{
	color: var(--white);
}
.tabs-section ul li a p i{
	width:60px;
	height:60px;
	font-family: 'FontAwesome';
	position:absolute;
	right:150px;
	top:50px;
	text-align:center;
	background: var(--light-blue);
	border-radius:50%;
	color: var(--primary-color);
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	line-height:60px;
	font-size:20px;
}
/*.tabs-section ul li a p::before{
	width:60px;
	height:60px;
	font-family: 'FontAwesome';
	position:absolute;
	right:150px;
	top:50px;
	text-align:center;
	background: var(--light-blue);
	border-radius:50%;
	color: var(--primary-color);
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	line-height:60px;
	font-size:20px;
}*/
/* .tabs-section ul li:nth-child(1) a p::before{
	content: '\f5ad';
}
.tabs-section ul li:nth-child(2) a p::before{
	content: '\f121';
}
.tabs-section ul li:nth-child(3) a p::before{
	content: '\f135';
}
.tabs-section ul li:nth-child(4) a p::before{
	content: '\f87c';
} */
/*.tabs-section ul li:hover a p::before{
	background: var(--white);
	content: '\f061';
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}*/
/************************** Tabs Section CSS Ends Here **************************/
/************************** Tabs Section CSS Ends Here **************************/
/************************** Tabs Section CSS Ends Here **************************/

/************************** Works Section CSS Starts Here **************************/
/************************** Works Section CSS Starts Here **************************/
/************************** Works Section CSS Starts Here **************************/
.work-section{
	width:100%;
	height:auto;
	float:left;
	padding:100px 0;
	background: linear-gradient(90deg, rgba(27,51,139,1) 0%, rgba(12,143,221,1) 100%);
	text-align:center;
	color: var(--white);
	overflow:hidden;
}
.work-section p{
	width:50%;
	height:auto;
	float:left;
	font-size:16px;
	line-height:22px;
	margin:0 25% 15px 25%;
}
.work-section h3{
	width:100%;
	height:auto;
	float:left;
	font-size:36px;
	line-height:48px;
	font-family: 'SF Pro Display Medium';
	margin:0 0 100px 0;
}
.process {
	display: flex;
	justify-content: center;
	align-items: center;
	/*gap: -80px;*/
	position: relative;
	margin:0 0 100px 0;
}
.circle {
	width: 250px;
	height: 250px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 18px;
	text-align: center;
	position: relative;
	background: transparent;
	z-index: 1;
}
.centercircle{
	background: white;
	width: 220px;
	height: 220px;
	border: 2px solid black;
	border-radius: 50%;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
}
.circle.active {
	background: white;
	color: black;
	z-index:2;
	margin:20px;
}
.circle:not(:last-child) {
	margin-right: -50px;
}
/************************** Works Section CSS Ends Here **************************/
/************************** Works Section CSS Ends Here **************************/
/************************** Works Section CSS Ends Here **************************/

/************************** Featured Section CSS Starts Here **************************/
/************************** Featured Section CSS Starts Here **************************/
/************************** Featured Section CSS Starts Here **************************/
.featured-section{
	width:100%;
	height:auto;
	float:left;
	margin:100px 0;
}
.featured-section h3{
	width:100%;
	height:auto;
	float:left;
	padding:0;
	color:var(--primary-color);
	font-family: 'SF Pro Display Medium';
	font-size:100px;
	line-height:120px;
	margin:0 0 50px 0;
}
.featured-section ul{
	width:100%;
	height:auto;
	float:left;
}
.featured-section ul li{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	margin:0 0 20px 0;
	border-radius:20px;
	overflow:hidden;
}
.featured-section ul li img{
	width:100%;
}
.featured-section ul li p{
	position:absolute;
	bottom:40px;
	left:40px;
	color:var(--black);
	font-size:24px;
	font-family: 'SF Pro Display Regular';
}
.featured-section ul li span{
	position:absolute;
	top:20px;
	right:20px;
	font-family: 'SF Pro Display Regular';
	border: 1px solid #7baff8;
	padding:5px 15px;
	border-radius:30px;
	font-size:12px;
	background:rgba(255,255,255,0.30);
}
/************************** Featured Section CSS Ends Here **************************/
/************************** Featured Section CSS Ends Here **************************/
/************************** Featured Section CSS Ends Here **************************/

/************************** Grid Box Section CSS Starts Here **************************/
/************************** Grid Box Section CSS Starts Here **************************/
/************************** Grid Box Section CSS Starts Here **************************/
.gridbox-section{
	width:100%;
	height:auto;
	float:left;
	margin:50px 0 100px 0;
	overflow:hidden;
}
.gridbox-section .container{
	position:relative;
}
.gridbox-section .gridheader{
	position:absolute;
	right:100px;
	top:40px;
	font-size: 60px;
	line-height:70px;
	color:var(--primary-color);
	font-family: 'SF Pro Display Medium';
}
.gridbox-section .grid{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: auto auto auto;
	gap: 0px;
	margin: 0 auto;
	max-width: 1200px;
}
.grid-item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: 1px solid #e2e2e2;
}
.grid-item img {
	width: 200px;
}
.grid-item:first-child {
	grid-column: 2; /* Align above the second box of row 2 */
	grid-row: 1;
}
.grid-item:nth-child(2) {
	grid-column: 1;
	grid-row: 2;
}
.grid-item:nth-child(3) {
	grid-column: 2;
	grid-row: 2;
}
.grid-item:nth-child(4) {
	grid-column: 3;
	grid-row: 2;
}
.grid-item:nth-child(5) {
	grid-column: 4;
	grid-row: 2;
}
.grid-item:nth-child(6) {
	grid-column: 5;
	grid-row: 2;
}
.grid-item:last-child {
	grid-column: 5; /* Position below the last box of row 2 */
	grid-row: 3;
}
.gridbox-section .tagline{
	margin-top: 40px;
	position:absolute;
	left:0;
	bottom:80px;
	font-size: 20px;
	line-height:30px;
	color:var(--primary-color);
	font-family: 'SF Pro Display Medium';
}
/************************** Grid Box Section CSS Ends Here **************************/
/************************** Grid Box Section CSS Ends Here **************************/
/************************** Grid Box Section CSS Ends Here **************************/

/************************** Blogs Section CSS Starts Here **************************/
/************************** Blogs Section CSS Starts Here **************************/
/************************** Blogs Section CSS Starts Here **************************/
.blogs-section{
	width:100%;
	height:auto;
	float:left;
	margin:10px 0 120px 0;
}
.blogs-section h3{
	width:100%;
	height:auto;
	float:left;
	padding:0;
	color:var(--primary-color);
	font-family: 'SF Pro Display Regular';
	font-size:30px;
	line-height:36px;
	margin:0 0 50px 0;
}
.blogs-section ul{
	width:100%;
	height:auto;
	float:left;
}
#mainblogs ul li:first-child{
	width:98% !important;
}
#mainblogs ul li{
	width:48% !important;
}
#mainblogs ul li:first-child span{
	top:620px;
}
#mainblogs ul li span{
	top:280px;
}
.blogs-section ul li{
	width:33.33%;
	height:auto;
	float:left;
	position:relative;
	margin:0 10px 30px 10px;
}
.blogs-section ul li img{
	width:100%;
}
.blogs-section ul li h5{
	width:100%;
	height:auto;
	float:left;
	font-size:12px;
	line-height:16px;
	margin:10px 0;
}
.blogs-section ul li h3{
	width:100%;
	height:auto;
	float:left;
	font-size:20px;
	line-height:26px;
	margin:0;
}
.blogs-section ul li h3 a{
	color:var(--primary-color);
}
.blogs-section ul li h3 a:hover{
	color:var(--secondary-blue);
}
.blogs-section ul li span{
	position:absolute;
	top:170px;
	left:20px;
	font-family: 'SF Pro Display Regular';
	border: 1px solid #7baff8;
	padding:5px 10px;
	border-radius:30px;
	font-size:12px;
	background:rgba(123,175,248,0.30);
}
.blogs-section .slick-prev, .blogs-section .slick-next{
	display:none !important;
}
/************************** Blogs Section CSS Ends Here **************************/
/************************** Blogs Section CSS Ends Here **************************/
/************************** Blogs Section CSS Ends Here **************************/

/************************** Success Section Starts Ends Here **************************/
/************************** Success Section Starts Ends Here **************************/
/************************** Success Section Starts Ends Here **************************/
.success-section{
	width:100%;
	height:auto;
	float:left;
	padding:100px 0 140px 0;
	background: var(--primary-light);
	position:relative;
}
.success-section::before{
    content:url('https://getbestagency.com/jasswave/wp-content/uploads/2025/01/quotes.svg');
    position: absolute;
  right: 16%;
  filter: invert(1) grayscale(1000);
  opacity: 0.1;
}
.success-section h3{
	width:100%;
	height:auto;
	float:left;
	padding:0;
	color:var(--primary-color);
	font-family: 'SF Pro Display Medium';
	font-size:54px;
	line-height:60px;
	margin:0 0 100px 0;
	text-align:center;
}
.success-section .slick-prev, .success-section .slick-next{
	display:none !important;
}
.testimonials_carousel{
	width: 80%;
	height: auto;
	float: left;
	margin: 0px 10%;
}
.testimonialsBox{
	width:100%;
	height:auto;
	float:left;
}
.tBoxImg{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}
.tBoxImg img{
	width:100px;
}
.tBoxText{
	width:76%;
	height:auto;
	float:left;
	text-align:center;
	margin:30px 12%;
	font-size:18px;
	line-height:34px;
}
.tBoxName{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	color:#1965b3;
	font-size:20px;
	line-height:26px;
	font-family: 'SF Pro Display Bold';
	margin:20px 0 40px 0;
}
/************************** Success Section CSS Ends Here **************************/
/************************** Success Section CSS Ends Here **************************/
/************************** Success Section CSS Ends Here **************************/

/************************** Conclusion Section CSS Starts Here **************************/
/************************** Conclusion Section CSS Starts Here **************************/
/************************** Conclusion Section CSS Starts Here **************************/
.conclusion-section{
	width:100%;
	height:auto;
	float:left;
	padding:100px 0;
	background: linear-gradient(90deg, rgba(27,51,139,1) 0%, rgba(12,143,221,1) 100%);
	overflow:hidden;
}
.conclusion-section h3{
	width:100%;
	height:auto;
	float:left;
	padding:0;
	color:var(--white);
	font-family: 'SF Pro Display Medium';
	font-size:60px;
	line-height:72px;
	margin:0 0 50px 0;
	text-align:center;
}
.conclusion-cta{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}
.conclusion-cta .ctabtn{
	width:164px;
	height:30px;
	line-height:30px;
	margin:22px 0 0 0;
	background: var(--white);
	display:inline-block;
	border-radius:30px;
	position:relative;
	padding:8px;
	color: var(--primary-color);
	font-size:14px;
	text-align:right;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	border:none;
}
.conclusion-cta .ctabtn span{
	position:absolute;
	left:58px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.conclusion-cta .ctabtn:hover span{
	position:absolute;
	left:15px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.conclusion-cta .ctabtn::before{
	width:30px;
	height:30px;
	font-family: 'FontAwesome';
	content: '\f061';
	position:absolute;
	left:8px;
	text-align:center;
	background: var(--primary-color);
	border-radius:50%;
	color: var(--white);
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.conclusion-cta .ctabtn:hover{
	background: var(--primary-color);
	color: var(--white);
	text-align:left;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	border:none;
}
.conclusion-cta .ctabtn:hover::before{
	background: var(--white);
	color: var(--primary-color);
	left: 132px;
}
/************************** Conclusion Section CSS Ends Here **************************/
/************************** Conclusion Section CSS Ends Here **************************/
/************************** Conclusion Section CSS Ends Here **************************/

/************************** Footer Section CSS Starts Here **************************/
/************************** Footer Section CSS Starts Here **************************/
/************************** Footer Section CSS Starts Here **************************/
footer{
	width:100%;
	height:auto;
	float:left;
	padding:100px 0 0 0;
}
.footer-left{
	width:50%;
	height:auto;
	float:left;
}
.footer-left img{
	width:50%;
	margin:0 0 50px 0;
}
.footer-right{
	width:50%;
	height:auto;
	float:left;
}
.footer-right ul{
	width:100%;
	height:auto;
	float:left;
}
.footer-right ul li{
	width:33.33%;
	height:auto;
	float:left;
	margin:0 0 35px 0;
}
.footer-right ul li a{
	display:block;
	font-family: 'Poppins';
	color:var(--primary-color);
}
.footer-right ul li a:hover{
	color:var(--secondary-blue);
}
.footer-bottom{
	width:100%;
	height:auto;
	float:left;
	border-top:1px solid var(--border-color-2);
	border-bottom:1px solid var(--border-color-2);
	margin:20px 0 0 0;
	padding:30px 0 30px 0;
}
.footer-bottom ul{
	width:100%;
	height:auto;
	float:left;
}
.footer-bottom ul li{
	width:40%;
	height:auto;
	float:left;
	margin:0 5% 0 5%;
}
.footer-bottom ul li h4{
	width:100%;
	height:auto;
	float:left;
	font-size:12px;
	line-height:22px;
	text-transform:uppercase;
	margin:0 0 10px 0;
}
.footer-bottom ul li p{
	width:100%;
	height:auto;
	float:left;
	font-size:15px;
	line-height:22px;
}
.footer-bottom ul li h5{
	width:100%;
	height:auto;
	float:left;
	font-size:18px;
	line-height:36px;
}
.footer-bottom ul li h5 a{
	color:var(--primary-color);
}
.copyright{
	width:100%;
	height:auto;
	float:left;
	padding:25px 0;
	font-size:15px;
	line-height:22px;
}
.copyright ul{
	float:left;
}
.copyright ul li{
	float:left;
	margin:0 20px 0 0;
}
.copyright ul li a{
	color:var(--primary-color);
}
.copyright ul li a:hover{
	color:var(--secondary-blue);
}
.copyright p{
	float:right;
	color:var(--primary-color);
}
/************************** Footer Section CSS Ends Here **************************/
/************************** Footer Section CSS Ends Here **************************/
/************************** Footer Section CSS Ends Here **************************/

/************************** Back To Start CSS Starts Here **************************/
/************************** Back To Start CSS Starts Here **************************/
/************************** Back To Start CSS Starts Here **************************/
#back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 44px;
	background: var(--primary-color);
	color: var(--white);
	cursor: pointer;
	border: 0;
	border-radius: 50%;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	font-size: 16px;
}
#back-to-top:hover {
	background:var(--primary-color);
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#back-to-top.show {
	opacity: 1;
}
#back-to-top:after {
    content: "";
    background-image: url(../images/totop_after.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    margin: auto;
    width: 36px;
    height: 36px;
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}
.whatsapp-call {
  width:50px;
  height:50px;
  position:fixed;
  bottom:15px;
  right:15px;
  z-index:99
}
.whatsapp-call img{
	width:100%;
}
/************************** Back To Start CSS Ends Here **************************/
/************************** Back To Start CSS Ends Here **************************/
/************************** Back To Start CSS Ends Here **************************/

.innerbanner{
	width:100%;
	height:auto;
	float:left;
	padding:80px 0 50px 0;
}
.breadcrumb {
	font-family: 'SF Pro Display Bold';
	border: 1px solid var(--light-blue);
	padding: 7px 20px;
	border-radius: 30px;
	font-size: 14px;
	background: #f6f7fb;
	display:inline-block;
	color: var(--secondary-blue);
	margin:80px 0 20px 0;
	/*background: #2B388F;
background: linear-gradient(to right, #2B388F 0%, #009ADE 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/

}
.innerbanner h1{
	width:100%;
	height:auto;
	float:left;
	color: var(--primary-color);
	font-size:56px;
	line-height:70px;
	font-family: 'SF Pro Display Medium';
	margin:0 0 50px 0;
}
.innerbanner p{
	height:auto;
	float:left;
	font-size: 16px;
	line-height:30px;
	margin:0 0 20px 0;
	padding:0 0 0 330px;
}
.contactarea{
	width:100%;
	height:auto;
	float:left;
	background: #f6f7fb;
	padding:80px 0 60px 0;
}
.contactarea form{
	width:70%;
	height:auto;
	float:left;
	margin:0 15%;
}
.contactarea form > p label{
	width:100%;
	height:auto;
	float:left;
	font-size: 16px;
	line-height:24px;
	margin:0 0 10px 0;
}
.contactarea form > p label span{
	color: var(--red);
	font-size:18px;
}
.contactarea form > p input[type=text], .contactarea form > p input[type=email], .contactarea form > p input[type=tel], .contactarea form > p textarea{
	width:100%;
	height:40px;
	float:left;
	font-size: 16px;
	line-height:40px;
	margin:0 0 40px 0;
	border:none;
	border-bottom:1px solid var(--primary-color);
	background: #f6f7fb;
}
.contactarea form > p span > span > span{
	width:50%;
	height:30px;
	float:left;
	margin:15px 0 15px 0;
	line-height:30px;
	display:block;
}
.contactarea form > p span > span > span > label{
	width:100%;
	height:30px;
	float:left;
	line-height:30px;
	display:inline-flex;
	cursor:pointer;
}
.contactarea form > p span > span > span > label span{
    color:#2e2e2e;
}
.contactarea form > p span label input[type=checkbox]{
	width:30px;
	height:30px;
	margin:0 15px 0 0;
}
.contactarea form > p input[type=submit]{
	float:left;
	font-size: 16px;
	margin:30px 0 30px 0;
	border:1px solid var(--primary-color);
	background: var(--primary-color);
	cursor:pointer;
	color: var(--white);
	padding:15px 60px;
	border-radius:30px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.contactarea form > p input[type=submit]:hover{
	background: var(--light-blue);
	color: var(--primary-color);
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.fullwidth{
	width:100%;
	height:auto;
	float:left;
}
ul.listone{
	width:100%;
	height:auto;
	float:left;
}
ul.listone li{
	width:24.375%;
	height:auto;
	float:left;
	margin:0 0 0 0.5%;
}
ul.listone li:first-child{
	margin:0 0 0 0.5%;
}
ul.listone li:last-child{
	margin:0 0.5% 0 0.5%;
}
ul.listone li img{
	width:100%;
	float:left;
}
ul.listone li p{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	margin:30px 0 10px 0;
}
.grid-second{
	width:100%;
	height:auto;
	float:left;
	padding:100px 0 0 0;
}
.grid-second > h2 {
	width: 70%;
	height: auto;
	float: left;
	padding: 0 15% 50px 15%;
	color: var(--primary-color);
	font-family: 'SF Pro Display Medium';
	font-size: 60px;
	line-height: 72px;
	text-align:center;
	border-bottom:1px solid var(--light-blue);
	margin:0 0 20px 0;
}
.grid-section .container > img{
	position:absolute;
	top:-60px;
	right:0;
	width:900px;
}
.posrel{
	position:relative;
	overflow:visible;
}
.grid-second .grid-section p{
	width:40%;
	font-size:16px;
	line-height:28px;
	margin:160px 0 20px 0;
}
.grid-second .grid-section h3{
	font-family: 'SF Pro Display Bold';
	width:40%;
	font-size:128px;
	line-height:130px;
	margin:0 0 20px 0;
	color: var(--primary-color);
}
.grid-content{
	width:100%;
	height:auto;
	float:left;
	margin:150px 0 0 0;
}
.grid-content ul.listtwo{
	width:100%;
	height:auto;
	float:left;
}
.grid-content ul.listtwo li{
	width:45%;
	height:auto;
	float:left;
	margin:0 10% 0 0;
	border-top:1px solid var(--light-blue);
	padding:30px 0 0 0;
}
.grid-content ul.listtwo li:last-child{
	margin:0 0 0 0;
}
.grid-content ul.listtwo li h4{
	width:100%;
	height:auto;
	float:left;
	margin:0 0 30px 0;
	font-size:36px;
	line-height:48px;
	color: var(--primary-color);
}
.grid-content ul.listtwo li p{
	width:100%;
	height:auto;
	float:left;
	margin:0 0 20px 0;
	font-size:16px;
	line-height:24px;
}
.secondclass{
	font-family: 'SF Pro Display Medium';
	width: 100%;
	font-size: 48px;
	line-height: 54px;
	margin: 100px 0 20px 0;
	color: var(--primary-color);
}
ul.listthree{
	width:100%;
	height:auto;
	float:left;
	margin:40px 0 0 0;
}
ul.listthree li{
	width:29%;
	height:auto;
	float:left;
	padding:30px 2% 50px 2%;
	border-right:1px solid var(--primary-color);
	position:relative;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
	height:230px;
	overflow:hidden;
}
ul.listthree li img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	display:none;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
ul.listthree li:hover img{
	display:block;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
#pagea ul.listthree li:hover p{
	display:none;
}
#pagea ul.listthree li:hover h4{
	margin:200px 0 20px 0;
	color:#ffffff;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
ul.listthree li:nth-child(odd){
	background: #f6f7fb;
}
ul.listthree li span{
	font-size:16px;
	line-height:24px;
	position: relative;
	z-index:2;
}
ul.listthree li h4{
	font-size:24px;
	line-height:36px;
	color: var(--primary-color);
	margin:100px 0 10px 0;
	position: relative;
	z-index:2;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
ul.listthree li p{
	font-size:14px;
	line-height:22px;
	min-height:100px;
	z-index:2;
}
ul.listthree li:last-child{
	border-right:none;
}
ul#listthree-two li{
	min-height:390px;
}
.imagearea{
	width:100%;
	height:auto;
	float:left;
	margin:70px 0 50px 0;
}
.imagearea img{
	width:100%;
}
.databox{
	width:100%;
	height:auto;
	float:left;
	margin:0 0 100px 0;
}
ul.listfour{
	width:100%;
	height:auto;
	float:left;
	margin:40px 0 0 0;
}
ul.listfour li{
	width:18.5%;
	height:auto;
	float:left;
	padding:50px 3% 50px 3%;
	border-right:1px solid var(--primary-color);
	border-top:1px solid var(--primary-color);
	border-bottom:1px solid var(--primary-color);
}
ul.listfour li:nth-child(odd){
	background: #f6f7fb;
}
ul.listfour li p{
	font-size:16px;
	line-height:24px;
	height:72px;
}
ul.listfour li:first-child{
	border-left:1px solid var(--primary-color);
}
.services-area{
	width:100%;
	height:auto;
	float:left;
	margin:40px 0;
}
.services-area > ul{
	width:100%;
	height:auto;
	float:left;
}
.services-area > ul > li{
	width:100%;
	height:auto;
	float:left;
	margin:0 0 60px 0;
	border-bottom:1px solid var(--light-blue);
	padding:0 0 70px 0;
}
.services-area > ul > li .services-arearight{
	width:25%;
	height:auto;
	float:left;
	font-size:16px;
	line-height:24px;
}
.services-area > ul > li .services-arealeft{
	width:75%;
	height:auto;
	float:left;
	margin:0 0 40px 0;
}
.services-area > ul > li .services-arealeft h3{
	width:100%;
	height:auto;
	float:left;
	font-size:36px;
	line-height:44px;
	margin:0 0 40px 0;
	color: var(--primary-color);
	font-family: 'SF Pro Display Medium';
}
.services-area > ul > li .services-arealeft p{
	width:100%;
	height:auto;
	float:left;
	font-size:16px;
	line-height:24px;
	margin:0 0 30px 0;
}
.innerblogbanner{
	width:100%;
	height:auto;
	float:left;
	padding:100px 0 50px 0;
}
.innerblogbanner > .container > span{
	width:100%;
	height:auto;
	float:left;
	font-size: 13px;
	line-height:30px;
	margin:60px 0 20px 0;
	text-align:center;
}
.innerblogbanner > .container > h1{
	width:80%;
	height:auto;
	float:left;
	color: var(--primary-color);
	font-size:56px;
	line-height:70px;
	font-family: 'SF Pro Display Medium';
	margin:0 10% 50px 10%;
	text-align:center;
}
.innerblogbanner > .container > p{
	width:80%;
	height:auto;
	float:left;
	font-size: 16px;
	line-height:30px;
	margin:0 10% 20px 10%;
	text-align:center;
}
.innerblogbanner > .container > img{
	width:100%;
	margin:30px 0;
	text-align:center;
}
.blogcontent{
	width:100%;
	height:auto;
	float:left;
	margin:20px 0;
}
.blogcontent p{
	width:100%;
	height:auto;
	float:left;
	font-size:16px;
	line-height:24px;
	margin:20px 0 0px 0;
}
.blogcontent h3{
	width:100%;
	height:auto;
	float:left;
	font-size:24px;
	line-height:36px;
	margin:30px 0 0px 0;
	font-family: 'SF Pro Display Bold';
}
.blogcontent ul{
	width:100%;
	height:auto;
	float:left;
	margin:20px 0 0px 0;
}
.blogcontent ul li{
	width:100%;
	height:auto;
	float:left;
	font-size:16px;
	line-height:24px;
	margin:10px 0 0px 0;
}
.blogcontent ul li::before{
	font-family: 'FontAwesome';
	content: "\f0da";
	padding:0 10px 0 0;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(150deg, rgba(43,56,143,1) 0%, rgba(0,154,222,1) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
.loader {
	color:#ffffff;
	font-size:36px;
	font-family: 'SF Pro Display Bold';
}

/*@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Hide content initially */
/*#content {
    display: none;
}*/
.footer-bottom ul li p a {
	color: #000;
}
.err404{
	width:100%;
	height:auto;
	text-align:center;
	float:left;
	margin:120px 0 30px 0;
}
.err404 img{
	width:400px;
}
.thankyou{
	width:100%;
	height:auto;
	text-align:center;
	float:left;
	margin:120px 0 30px 0;
}
.thankyou img{
	width:400px;
}
.thankyou h2{
	width: 100%;
	height: auto;
	margin: 50px 0% 40px 0%;
	font-size: 42px;
	line-height: 60px;
	color: var(--primary-color);
	text-align: center;
	font-family: 'SF Pro Display Bold';
}
.thankyou p{
	width: 90%;
	height: auto;
	margin: 0 0 20px 0;
	float: left;
	font-family: 'Poppins';
	font-size: 15px;
	line-height: 22px;
	color: var(--black);
	padding:0 5%;
}
.controls {
    margin-bottom: 15px;
}

.control {
    position: relative;
    display: inline-block;
    background: #fff;
    height: 40px;
    padding: 0 20px;
    margin-bottom: 5px;
    margin-right: 2px;
    cursor: pointer;
    border: transparent;
    font-size: 14px;
	font-weight: 500;
    color: #000;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transition: background 150ms;
	color:#C3BBBB;
}

.control:first-of-type {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.control[data-filter]:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    background: transparent;
    transition: background-color 150ms, border-color 150ms;
}

.mixitup-control-active[data-filter]:after {
    background: transparent;
	
	color: #6ac045;
}
.mixitup-control-active {
	color: #2e2e2e !important;
}
.slidingVertical{
	display: inline;
	width: 100px;
  height: 50px;
  line-height: 50px;
}

.slidingVertical span{
  font-weight: 600;
	-webkit-animation: bottomToTop 9s cubic-bezier(0.6, 0.05, 0.4, 1) infinite 0s;
	        animation: bottomToTop 6.1s cubic-bezier(0.6, 0.05, 0.4, 1) infinite 0s;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	color:#ffffff;
	font-size:36px;
	font-family: 'Araboto-Bold';
	width: 300px;
  height: 50px;
  line-height: 50px;
  top:50%;
  left:50%;
  margin:-40px 0 0 -150px;
  text-align:center;
}
/*topToBottom Animation*/
.slidingVertical span:nth-child(2) {
    animation-delay: 1s;
}

.slidingVertical span:nth-child(3) {
    animation-delay: 2s;
}

.slidingVertical span:nth-child(4) {
    animation-delay: 3s;
}

.slidingVertical span:nth-child(5) {
    animation-delay: 4s;
}

.slidingVertical span:nth-child(6) {
    animation-delay: 5s;
}

@-webkit-keyframes bottomToTop {
    0% { opacity: 0; }
    5% { opacity: 0; -webkit-transform: translateY(20px); }
    10% { opacity: 1; -webkit-transform: translateY(0px); }
    15% { opacity: 1; -webkit-transform: translateY(0px); }
    20% { opacity: 0; -webkit-transform: translateY(-20px); }
    100% { opacity: 0; }
}
.wpcf7-validates-as-countrytext {
	display: none;
}
.contactarea p{
    width:100%;
    float:left;
    position:relative;
}
.country-select{
    position:absolute;
    top:30px;
    left:0;
}
.contactarea form > p input[type=tel]{
    float:right;
    width:94% !important;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block;
}
.country-select.inside .flag-dropdown {
	right: auto;
	left: 0;
	border-bottom: 1px solid var(--primary-color);
	top: 19px;
	position: absolute;
}
.country-select .selected-flag {
	z-index: 1;
	position: relative;
	width: 36px;
	height: 100%;
	padding: 0 0 0 8px;
	top: -19px;
}