
body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
  }
  img {
    max-width: 100%;
  }
.header_main{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head_contactlinks{
    display: flex;
    gap: 70px;
    padding: 0;
    margin: 0;
}

.headertop{
    background-color: #202d65;
    padding: 6px 0px;
    position: relative;
}

.headertop:after{
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 40%;
    height: 100%;
    z-index: -1;
    transform: skew(38deg);
    padding-left: 20px;
    background: #00b5f0;
    z-index: 1;
}
.head_top_left {
    padding-left: 0;
    z-index: 2;
    position: relative;
  }

.head_contactlinks li a{
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    text-decoration: none;
    padding: 0px 5px;
}

/* .head_contactlinks li::marker{
    color: #ffb600;
    list-style-position: outside;
} */

.head_top_right{
    display: flex;
    align-items: center;
    gap: 30px;
    padding-right: 10px;
}

.head_top_right .head_socials{
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.head_top_left ul li {
    list-style: none;
}
.head_socials li a{
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    transition: all 0.3s;
}

.head_socials li a:hover{
    color: #00b5f0;
}

.head_top_right p{
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    padding-left: 15px;
    position: relative;
}

/* .head_top_right p::before{
    content: "";
    position: absolute;
    background-color: #ffb600;
    --size:6px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
} */

.header-main{
    background: #fff;
    padding:0px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

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

.navbar-toggler:focus {
	outline:none;
	box-shadow:none;
}
.head_nav{
    width: 100%;
}

.head_nav .me-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}
/* .head_logo{
    width: 20%;
} */
.head_logo img { 
    width: 224px;
}
.head_btn{
    width: auto;
    display: flex;
    justify-content: end;
}
.navbar-nav li a {
    font-size: 14px;
    line-height: 22px;
    color: #202d65 !important;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: all 0.3s;
    padding: 10px 15px !important;
}
.dropdown-menu.show {
    padding: 0;
}
.navbar-nav li a.active {
    color: #00b5f0 !important;
    font-weight: 600;
}
.navbar-nav li a:hover {
    color: #00b5f0 !important;
}
.navbar-nav li a.dropdown-item {
  padding:5px 10px !important;
  font-size: 13px;
}
.navbar-nav li a.dropdown-item:hover {
    background: #00b5f0;
    color: #fff !important;
    
}
/* 
.head_nav ul{
    display: flex;
    gap: 50px;
    align-items: center;
    list-style: none;
    justify-content: right;
    margin: 0;
    padding: 0;
}

.head_nav ul li a{
    font-size: 18px;
    line-height: 29px;
    color: #02185e;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    padding-bottom: 5px;
    transition: all 0.3s;
}

.head_nav ul li a::after{
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    border-radius: 0 8px 8px 0;
    background-color: #00cdda;
    bottom: 0;
    left: 50%;
    transition: all 0.3s;
}
.head_nav ul li a::before{
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    border-radius: 8px 0 0 8px;
    background-color: #00cdda;
    bottom: 0;
    right: 50%;
    transition: all 0.3s;
}

.head_nav ul li a:hover {
    color: #ffb600;
}

.head_nav ul li a:hover::after , .head_nav ul li a:hover::before{
    width: 25px;
} */


.head_nav ul .search_btn a{
    font-size: 14px;
    margin-left: 35px;
}

.head_btn a{
    color: #00b5f0;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	text-decoration: none;
	border: 2px solid #00b5f0;
	border-radius: 40px;
	padding: 10px 30px 10px 30px;
	transition: all 0.5s;
	position: relative;
	z-index: 2;
	/*background: #00b5f0;*/
}
/* .head_btn a:After{
    content: '';
    position: absolute;
    top: 0;
    left: -0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: skew(20deg);
    padding-left: 20px;
    background: #00cdda;
    z-index: -1;
} */

.head_btn a:hover{
    background-color: #00b5f0;
    color: #fff;
}





.headerContainerWrapper {
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: top 500ms ease;
	-moz-transition: top 500ms ease;
	-o-transition: top 500ms ease;
	transition: top 500ms ease;
	/* enable hardware acceleration to fix laggy transitions */
	/* -webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0); */
    z-index: 9;
}
.headerContainerShadow {
	background: #FFF;
	border-bottom: 2px solid #eee;
	box-shadow: 0 0 30px 0 rgba(0,0,0, 0.3);
	position: relative;
	z-index: 999999;     /* to place the header above all elements */
}
.scrollActive .headerContainerWrapper {
	position: fixed;
	box-shadow: 0 0 30px 0 rgba(0,0,0, 0.3);
}
.scrollActive .headertop {
    display: none;
}

.cd-top {
	display: inline-block;
	height: 30px;
	width: 30px;
	position: fixed;
	bottom: 40px;
	right: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #02185e url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 999;
    border: 1px solid #fff;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: 1;
}
.no-touch .cd-top:hover {
	background-color: #606060;
	opacity: 1;
}
@media only screen and (min-width: 768px) {
.cd-top {
	right: 20px;
	bottom: 20px;
}
}
@media only screen and (min-width: 1024px) {
.cd-top {
	height: 50px;
	width: 50px;
	right: 10px;
	bottom: 30px;
}
}



.custbanner {
    position: relative;
    width: 100%;
    /* z-index: 2; */
}
.banner {
	position: relative;
	width: 100%;
    min-height: 870px;
}
.flexslider {
	width: 100%;
}
/*===============================================FEATURED SLIDER and PAGE TITLE ===============================================*/
 /* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0px auto;
	position: relative;
	zoom: 1;
	overflow: hidden;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px
}
.flexslider img {
	width: 100%;
	height: 100%;
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	z-index: 5;
	width: 34px;
	height: 65px;
	margin: -20px 0 0;
	display: block;
    text-align: center;
	/* background: #0167af url(../images/slider/arrows.png) no-repeat bottom left; */
    background: #00b5f0;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: 0;
    font-size: 0;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: bottom right;
	right: 0px;
    border-radius: 5px 0 0px 5px;
}
.flex-direction-nav .flex-next::after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    display: inline-block;
    font-size: 30px;
    line-height: 65px;
    text-align: center;
    position: relative;
}

.flex-direction-nav .flex-prev {
	background-position: bottom left;
	left: 0px;
    border-radius:  0 5px 5px 0;
}
.flex-direction-nav .flex-prev::after {
    content: "\f104";
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    display: inline-block;
    font-size: 30px;
    line-height: 65px;
    text-align: center;
    position: relative;
}
.flexslider:hover .flex-next {
	opacity: 1;
	right: 0;
}
.flexslider:hover .flex-prev {
	opacity: 1;
	left: 0;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter: alpha(opacity=30);
	cursor: default;
}
#main .flex-direction-nav .flex-next {
	right: 0;
}
#main .flex-direction-nav .flex-prev {
	left: 0;
}
/* Control Nav */
.flex-control-nav {
	z-index: 5;
	width: 100%;
	position: absolute;
	bottom: 12px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 1px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	width: 18px;
	height: 20px;
	display: block;
	background: url(../images/slider/bg_bullets.png) 0px -25px no-repeat;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-control-paging li a:hover {
	background-position: 0px -48px;
}
.flex-control-paging li a.flex-active {
	background-position: 0px -2px;
	cursor: default;
}
body #main .flex-control-paging li a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
.gallery-anchor .flex-control-nav {
	bottom: 22px;
}
 @media screen and (max-width: 940px) {
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
	display: none !important;
}
}
/* Caption style */
.flex-caption .slider-container {
	position: absolute;
	top: 190px;
	z-index: 4;
	left: 100px;
}
.flexslider a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.lt-ie9 .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 15px;
}
.lt-ie9 .flex-direction-nav .flex-next {
	opacity: 1;
	right: 15px;
}



.banner{
    min-height: 740px;
    /* background: rgb(21, 24, 35); */
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    display: flex;
    align-items: center;
    /* border-bottom: 5px solid #808080; */

}

.banner::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255,.52);
	display:none;
}

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

.banner_left{
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 50px;
}

.banner_right{
    /* position: absolute;
    right: 0; */
    width: 50%;
    z-index: 2;
}

.ban_img{
    position: absolute;
    top: calc(100% - 180px);
}

.ban_img img{
    margin-left: 0 !important;
}

.banner_right img{
    margin-left: 0;
    width: 100%;
}

.banner_left h1{
    line-height: 76px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 68px;
    color: #202d65;
    text-transform: uppercase;
    text-shadow: #fff 1px 1px 2px;
}

.banner_left p {
    font-size: 22px;
    font-weight: 600;
    color: #02185e;
	margin:20px 0;
}
.custombtn {
    display: inline-block;
}
.custombtn:After {}
.banner_left::before {
    width: 150px;
    height: 100%;
    top: -0;
    position: absolute;
    content: '';
    border: solid 10px rgba(255, 255,255, 0.4);
    border-right: none;
    z-index: 1;
    left: 0;
  }
  /* .banner_left::after {
    width: 150px;
    height: 282px;
    top: -50px;
    position: absolute;
    content: '';
    background: -moz-linear-gradient(-45deg, rgba(34,36,51,1) 0%, rgba(33,35,49,1) 72%, rgba(33,35,49,1) 81%, rgba(33,35,50,0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(34,36,51,1) 0%,rgba(33,35,49,1) 72%,rgba(33,35,49,1) 81%,rgba(33,35,50,0) 100%);
    background: linear-gradient(135deg, rgba(34,36,51,1) 0%,rgba(33,35,49,1) 72%,rgba(33,35,49,1) 81%,rgba(33,35,50,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222433', endColorstr='#00212332',GradientType=1 );
    z-index: 2;
    right: 120px;
  } */
  .custombtn {
   color: #00b5f0;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	text-decoration: none;
	border: 2px solid #00b5f0;
	border-radius: 40px;
	padding: 10px 50px 10px 50px;
	transition: all 0.5s;
	position: relative;
	z-index: 2;
  }
  .custombtn:hover , .custombtn:focus {
    background: #00b5f0;
    color: #fff;
  }



  .flipbox_area  {
    padding: 100px 0;
	background:#202d65;
  }
  .nagative_margin {
    position: relative;
  
  }
  .techno_flipbox {
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    z-index: 1;
  }
  .techno_flipbox .techno_flipbox_font,
.techno_flipbox .techno_flipbox_back {
	min-height: 430px;
	height: auto;
	box-shadow: 0px 1px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateX(0);
	-webkit-transform: rotateX(0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: transform .7s ease, -webkit-transform .7s ease;
	position: relative;
    border-radius: 10px !important;
	background:#fff;
}
.techno_flipbox .techno_flipbox_back::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,#00cdda -80%,#0167af);
    border-radius: 10px;
}
.icon {
    font-size: 45px;
    line-height: 45px;
}
.techno_flipbox .techno_flipbox_inner {
	text-align: center;
	padding: 0 25px;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	perspective: inherit;
	-webkit-perspective: inherit;
	outline: transparent solid 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	z-index: 2;
}
.techno_flipbox_icon {
	font-size: 45px;
	text-align: center;
	display: inline-block;
	color: #fff;
	overflow: hidden;
}
.techno_flipbox_font .flipbox_desc p {
    color: #fff;
}
.techno_flipbox_font .flipbox_title {
    position: relative;
}

.flipbox_desc .custombtn {
	border-color:#fff;
	color:#fff;
}
.techno_flipbox .flipbox_title h3 {
    font-size: 22px;
    padding-bottom: 13px;
    text-transform: capitalize;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    color: #fff;


}
.top_feature .techno_flipbox .flipbox_title h3 {
    font-size: 20px;
    color: #202d65;
    font-weight: 700;
    margin: 10px 0 0 0;
    text-transform: uppercase;  
    position: relative;
    z-index: 2;
  }
.techno_flipbox .techno_flipbox_back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 2px;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.techno_flipbox .techno_flipbox_back .flipbox_button a {
    text-transform: capitalize;
    margin-top: 22px;
    background: #fff;
    color: #0c5adb;
    display: inline-block;
    padding: 4px 25px;
    border-radius: 5px;
    border: 2px solid #fff;
    transition: .5s;
}
.techno_flipbox_back .flipbox_desc p{
    color: #fff;
}
.techno_flipbox .techno_flipbox_back .flipbox_button a i {
	display: none;
}
.techno_flipbox .techno_flipbox_back .flipbox_title h3 {
	padding-bottom: 16px;
	padding-top: 0;
	color: #fff;
	margin-bottom: 0;
}
.techno_flipbox .techno_flipbox_font .flipbox_desc,
.techno_flipbox .techno_flipbox_back .flipbox_desc {
	color: #fff;
}


.top_feature .icon {
    color: #0c5adb;
    font-size: 45px;
    display: inline-block;
    line-height: 46px;
  }
.techno_flipbox_font .icon {
    color: #fff;
    /* font-size: 30px;
    line-height: 120px;
    height: 120px;
    width: 120px; 
    background: #0167af;*/
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
    display: inline-block;
  }
  .techno_flipbox_font .icon img {
    width: 100%;
  }
.flipbox_area.top_feature.upper .techno_flipbox_font .icon {
    font-size: 45px;
    color: #0c5adb;
    background: transparent;
}



/* Flipbox Hover Css */
.techno_flipbox:hover .techno_flipbox_font {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.techno_flipbox:hover .techno_flipbox_back {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.techno_flipbox .techno_flipbox_back .flipbox_button a:hover {
	color: #fff;
	border-color: #0c5adb;
	background: #0c5adb;
}
.sechead {
    margin:  0 0 15px 0;
    text-align: center;
}
.sechead h2 {
font-size: 40px;
line-height: 45px;
font-family: 'Poppins', sans-serif;
font-weight: 700;
color: #fff;
/*text-shadow: #fff 1px 1px 2px;*/
}

.sechead p  {
	color:#fff;
	font-size:15px;
	line-height:26px;
}

/*  07 - Counter CSS
/*----------------------------------------*/
.counter-section {
    padding-top: 100px;
    padding-bottom: 140px;
    background: #000c29;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed !important;
  }
  
  @media only screen and (max-width: 1199px) {
    .counter-section {
      padding-top: 70px;
      padding-bottom: 100px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .counter-section {
      padding-top: 50px;
      padding-bottom: 80px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .counter-section {
      padding-top: 30px;
      padding-bottom: 60px;
    }
  }
  
  .counter-section .counter-wrap .counter-item {
    margin-top: 30px;
  }
  
  .counter-section .counter-wrap .counter-item .counter-icon {
    margin-bottom: 30px;
  }
  
  .counter-section .counter-wrap .counter-item .counter-text span {
    font-size: 50px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    color: #ffffff;
  }

  .custcounter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
.counter-item {
    width: 20%;
  }
  
  @media only screen and (max-width: 767px) {
    .counter-section .counter-wrap .counter-item .counter-text span {
      font-size: 40px;
    }
  }
  
  .counter-section .counter-wrap .counter-item .counter-text p {
    font-size: 14px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    color: #ffffff;
  }
  
  .counter-section-2 {
    background: #ff5538;
    padding-bottom: 100px;
  }
  
  @media only screen and (max-width: 1199px) {
    .counter-section-2 {
      padding-bottom: 80px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .counter-section-2 {
      padding-bottom: 60px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .counter-section-2 {
      padding-bottom: 40px;
    }
  }
  
  .counter-section-2 .counter-wrap .counter-item {
    display: flex;
  }
  
  .counter-section-2 .counter-wrap .counter-item .counter-text {
    flex: 1;
    margin-left: 15px;
  }
  
  .counter-section-3 {
    padding-top: 130px;
    padding-bottom: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  
  @media only screen and (max-width: 1199px) {
    .counter-section-3 {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .counter-section-3 {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .counter-section-3 {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  }
  
  .counter-section-3 .experience-content {
    display: flex;
    align-items: center;
  }
  
  @media only screen and (max-width: 767px) {
    .counter-section-3 .experience-content {
      display: block;
    }
  }
  
  .counter-section-3 .experience-content .experience {
    margin-top: 20px;
  }
  
  .counter-section-3 .experience-content .experience .number {
    font-size: 150px;
    line-height: 30px;
    color: #005de0;
  }
  
  @media only screen and (max-width: 1399px) {
    .counter-section-3 .experience-content .experience .number {
      font-size: 110px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .counter-section-3 .experience-content .experience .number {
      font-size: 90px;
    }
  }
  
  .counter-section-3 .experience-content .experience span {
    font-size: 24px;
    line-height: 38px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    color: #333333;
    display: block;
    margin-top: 60px;
  }
  
  @media only screen and (max-width: 1399px) {
    .counter-section-3 .experience-content .experience span {
      font-size: 20px;
      margin-top: 35px;
    }
  }
  
  .counter-section-3 .experience-content .experience-text {
    padding-left: 70px;
    padding-right: 20px;
  }
  
  @media only screen and (max-width: 1199px) {
    .counter-section-3 .experience-content .experience-text {
      padding-left: 18px;
      padding-right: 0;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .counter-section-3 .experience-content .experience-text {
      padding-left: 0;
      margin-top: 20px;
    }
  }
  
  .counter-section-3 .experience-content .experience-text .title {
    font-size: 36px;
    line-height: 48px;
    color: #333333;
  }
  
  @media only screen and (max-width: 767px) {
    .counter-section-3 .experience-content .experience-text .title {
      font-size: 28px;
      line-height: 40px;
    }
  }
  
  .counter-section-3 .experience-content .experience-text .title span {
    color: #005de0;
  }
  
  @media only screen and (max-width: 991px) {
    .counter-section-3 .service-content {
      margin-top: 40px;
    }
  }
  
  .counter-section-3 .service-content .service-list li {
    border-bottom: 1px solid #005de0;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  
  .counter-section-3 .service-content .service-list li:last-child {
    margin-bottom: 0;
  }
  
  .counter-section-3 .service-content .service-list li a {
    font-size: 20px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    color: #333333;
  }
  
  @media only screen and (max-width: 575px) {
    .counter-section-3 .service-content .service-list li a {
      font-size: 18px;
    }
  }
  
  .counter-section-3 .service-content .service-list li a:hover {
    color: #005de0;
  }
  
  .counter-section-3 .service-content .service-list li a:hover i {
    transform: translateX(20px);
  }
  
  .counter-section-3 .service-content .service-list li a i {
    transform: translateX(15px);
    transition: all 0.3s linear;
  }
  
  .counter-section-3 .counter-wrap {
    padding-top: 50px;
  }
  
  .counter-section-3 .counter-wrap .counter-item {
    background: #ffffff;
    padding: 29px;
    padding-bottom: 10px;
    border-radius: 5px;
  }
  
  @media only screen and (max-width: 1199px) {
    .counter-section-3 .counter-wrap .counter-item {
      flex-direction: column;
      text-align: center;
      padding-bottom: 30px;
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .counter-section-3 .counter-wrap .counter-item .counter-text {
      margin-left: 0;
    }
  }
  
  .counter-section-3 .counter-wrap .counter-item .counter-text span {
    color: #333333;
  }
  
  .counter-section-3 .counter-wrap .counter-item .counter-text p {
    color: #4c4d56;
  }
  /***********************/
  /*--
/*  09 - Features CSS
/*----------------------------------------*/
.features-section {
    background: #f2f2f2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  /*.features-section:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
  }

  .features-section:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/whychoose.jpg);
    opacity: .2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }*/
  
.features-section .features-thumb {
	background-size:cover !important;
	background-position:center !important;
}
  
  .features-section .features-thumb {
    position: absolute;
    left: 0px;
    width: 50%;
    height: 100%;
  }
  .features-section .features-thumb .image {
    position: relative;
    z-index: 2;
  }
  
  /*.features-section .features-thumb .shape-1 {
    position: absolute;
    left: 150px;
    top: 85px;
    padding: 0 20px;
    z-index: 1;
    -webkit-animation: rotate-style 50s linear infinite;
            animation: rotate-style 50s linear infinite;
  }*/
  
  .features-section .features-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .features-section .features-wrap .features-content-wrap {
    padding-left: 110px;
  }
  
  .features-section .features-wrap .features-content-wrap .section-title {
    margin-left: 40px;
  }
  .features-section .features-wrap .features-content-wrap .section-title p {
	    margin: 0;
		  font-family: 'Poppins', sans-serif;
		  font-size: 15px;
		  line-height: 26px;
		  color: #333;
		  font-weight: 400;
		} 
    .reasons-one__left p {
	    margin: 0;
		  font-family: 'Poppins', sans-serif;
		  font-size: 15px;
		  line-height: 26px;
		  color: #333;
		  font-weight: 400;
		} 
  .features-section .features-wrap .features-content-wrap .features-content {
    padding-top: 20px;
  }
  
  .features-section .features-wrap .features-content-wrap .features-content ul {
    display: flex;
    flex-wrap: wrap;
  }
  
  .features-section .features-wrap .features-content-wrap .features-content ul .features-item {
    display: flex;
    width: 50%;
    margin-top: 35px;
  }
  
  .features-section .features-wrap .features-content-wrap .features-content ul .features-item .features-text {
    flex: 1;
    margin-left: 35px;
    max-width: 220px;
  }
  
  .features-section .features-wrap .features-content-wrap .features-content ul .features-item .features-text .title {
    font-size: 22px;
    line-height: 30px;
    color: #202d65;
	font-weight:700;
	font-family: 'Poppins', sans-serif;
  }
  
  .features-section .features-wrap .features-content-wrap .features-content ul .features-item .features-text p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
    margin-top: 10px;
  }
  
  .features-section .features-wrap .features-content-wrap .features-content .features-link p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #4c4d56;
    margin-top: 40px;
  }
  
  .features-section .features-wrap .features-content-wrap .features-content .features-link p a {
    color: #005de0;
    font-weight: 700;
    text-decoration: underline;
  }
  
  @media only screen and (max-width: 1399px) {
	  .head_nav {
		  width:calc(100% + 150px);
		 }
		 .head_btn {
			 width:150px;
			}
			
			.navbar-brand {
				margin-right:0;
			}
    .features-section .features-thumb {
      left: 0;
    }
	.navbar-nav li a {
		padding:10px 10px !important;
		font-size:13px;
	}
	.head_logo img {
		width:253px;
	}
  }
  
/*  @media only screen and (max-width: 1399px) and (max-width: 1399px) {
    .features-section .features-thumb .shape-1 {
      top: 205px;
    }
  }*/
  
  @media only screen and (max-width: 1399px) {
    .features-section .features-wrap .features-content-wrap {
      padding-left: 90px;
    }
    .features-section .features-wrap .features-content-wrap .features-content ul .features-item .features-text {
      margin-left: 30px;
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .features-section .features-thumb {
      position: relative;
      left: 0px;
      width: 100%;
      justify-content: center;
    }
    .features-section .features-thumb .image {
      padding-top: 100px;
      padding-left: 50px;
      padding-right: 50px;
    }
    /*.features-section .features-thumb .shape-1 {
      left: 275px;
      top: 150px;
    }*/
    .features-section .features-wrap {
      padding-top: 70px;
      padding-bottom: 100px;
    }
    .features-section .features-wrap .features-content-wrap {
      padding-left: 0px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .features-section .features-thumb .image {
      padding-top: 100px;
    }
    /*.features-section .features-thumb .shape-1 {
      left: 225px;
      top: 150px;
    }*/
    /*.features-section .features-thumb .shape-1 img {
      width: 520px;
    }*/
    .features-section .features-wrap {
      padding-top: 70px;
      padding-bottom: 80px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .features-section .features-thumb .image {
      padding-top: 80px;
    }
    /*.features-section .features-thumb .shape-1 {
      left: 160px;
      top: 140px;
    }
    .features-section .features-thumb .shape-1 img {
      width: 390px;
    }*/
    .features-section .features-wrap {
      padding-top: 70px;
      padding-bottom: 60px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .features-section .features-thumb .image {
      padding-left: 20px;
      padding-right: 20px;
    }
    /*.features-section .features-thumb .shape-1 {
      left: 110px;
      top: 115px;
      padding: 0 20px;
    }*/
    .features-section .features-wrap .features-content-wrap .features-content {
      padding-top: 20px;
    }
    .features-section .features-wrap .features-content-wrap .features-content ul .features-item {
      width: 100%;
    }
    .features-section .features-wrap .features-content-wrap .features-content ul .features-item .features-text .title {
      font-size: 20px;
      line-height: 30px;
      color: #231e32;
    }
  }
  
  @-webkit-keyframes rotate-style {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes rotate-style {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  .features-section-2 .features-wrap-2 {
    margin-top: -10px;
  }
  
  .features-section-2 .features-wrap-2 .features-item-wrap {
    border: 3px solid #e1e1e1;
    border-radius: 10px;
    padding: 70px 55px;
    position: relative;
    display: flex;
    margin-top: 60px;
  }
  
  .features-section-2 .features-wrap-2 .features-item-wrap::before {
    content: "";
    background: #e1e1e1;
    width: 80%;
    margin: auto;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
  }
  
  .features-section-2 .features-wrap-2 .features-item-wrap .features-item-box {
    border-right: 1px solid #e1e1e1;
    padding-right: 60px;
    margin-right: 50px;
  }
  
  .features-section-2 .features-wrap-2 .features-item-wrap .features-item-box.features-box-3 {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  
  .features-section-2 .features-wrap-2 .features-item-wrap .features-item-box .features-item {
    display: flex;
  }
  
  .features-section-2 .features-wrap-2 .features-item-wrap .features-item-box .features-item.features-2, .features-section-2 .features-wrap-2 .features-item-wrap .features-item-box .features-item.features-4, .features-section-2 .features-wrap-2 .features-item-wrap .features-item-box .features-item.features-6 {
    margin-top: 60px;
    padding-top: 60px;
  }
  
  .features-section-2 .features-wrap-2 .features-item-wrap .features-item-box .features-item .features-content {
    flex: 1;
    margin-left: 14px;
  }
  
  .features-section-2 .features-wrap-2 .features-item-wrap .features-item-box .features-item .features-content .title {
    font-size: 22px;
    line-height: 30px;
    color: #231e32;
  }
  
  .features-section-2 .features-wrap-2 .features-item-wrap .features-item-box .features-item .features-content p {
    font-size: 16px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    color: #4c4d56;
    margin-top: 10px;
  }
  
  @media only screen and (max-width: 1199px) {
    .features-section-2 .features-wrap-2 .features-item-wrap {
      padding: 60px 40px;
    }
    .features-section-2 .features-wrap-2 .features-item-wrap .features-item-box {
      padding-right: 20px;
      margin-right: 20px;
    }
    .features-section-2 .features-wrap-2 .features-item-wrap .features-item-box .features-item .features-content {
      margin-left: 8px;
    }
    .features-section-2 .features-wrap-2 .features-item-wrap .features-item-box .features-item .features-content .title {
      font-size: 20px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .features-section-2 .features-wrap-2 .features-item-wrap {
      padding: 50px;
      display: flex;
      flex-wrap: wrap;
      margin-top: 40px;
    }
    .features-section-2 .features-wrap-2 .features-item-wrap::before {
      display: none;
    }
    .features-section-2 .features-wrap-2 .features-item-wrap .features-item-box {
      border-right: 0;
      padding-right: 0px;
      margin-right: 0px;
    }
    .features-section-2 .features-wrap-2 .features-item-wrap .features-item-box .features-item {
      display: flex;
      margin-top: 30px;
    }
    .features-section-2 .features-wrap-2 .features-item-wrap .features-item-box .features-item.features-1 {
      margin-top: 0;
    }
    .features-section-2 .features-wrap-2 .features-item-wrap .features-item-box .features-item.features-2, .features-section-2 .features-wrap-2 .features-item-wrap .features-item-box .features-item.features-4, .features-section-2 .features-wrap-2 .features-item-wrap .features-item-box .features-item.features-6 {
      margin-top: 30px;
      padding-top: 0px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .features-section-2 .features-wrap-2 .features-item-wrap {
      padding: 40px;
    }
    .features-section-2 .features-wrap-2 .features-item-wrap .features-item-box .features-item {
      display: block;
    }
    .features-section-2 .features-wrap-2 .features-item-wrap .features-item-box .features-item .features-content {
      margin-top: 10px;
      margin-left: 0;
    }
    .features-section-2 .features-wrap-2 .features-item-wrap .features-item-box .features-item .features-content .title {
      font-size: 20px;
    }
  }
  
  .features-section-3 .features-wrap-3 .features-content-wrap {
    padding-top: 20px;
  }
  
  .features-section-3 .features-wrap-3 .features-content-wrap .single-item {
    border: 1px solid #ebebeb;
    padding: 45px;
    padding-bottom: 65px;
    border-radius: 10px;
    margin-top: 30px;
  }
  
  @media only screen and (max-width: 767px) {
    .features-section-3 .features-wrap-3 .features-content-wrap .single-item {
      padding: 35px;
    }
  }
  
  .features-section-3 .features-wrap-3 .features-content-wrap .single-item .features-icon img {
    height: 50px;
  }
  
  .features-section-3 .features-wrap-3 .features-content-wrap .single-item .features-content .title {
    font-size: 22px;
    line-height: 30px;
    color: #231e32;
    margin-top: 20px;
  }
  
  .features-section-3 .features-wrap-3 .features-content-wrap .single-item .features-content p {
    font-size: 16px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    color: #4c4d56;
    margin-top: 10px;
  }
  
  @media only screen and (max-width: 767px) {
    .features-section-4 .features-wrap-3 .features-content-wrap .single-item {
      padding: 28px;
    }
  }
  
  
  .features-section-4 .features-wrap-3 .features-content-wrap .single-item .features-icon {
    position: relative;
  }
  .features-icon  i {
    font-size: 40px;
    width: 70px;
    height: 70px;
    border-radius: 10px 10px 10px 10px;
    background: #00b5f0;
    color: #fff;
    text-align: center;
    line-height: 70px;
    /*border: 2px solid #fff;
	box-shadow: #00cdda 0 0 5px;*/
  }
  .features-section-4 .features-wrap-3 .features-content-wrap .single-item .features-icon::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 15px;
    width: 50px;
    height: 50px;
    background: #e5eefc;
    border-radius: 50%;
    z-index: 1;
  }
  
  .features-section-4 .features-wrap-3 .features-content-wrap .single-item .features-content .title {
    margin-top: 45px;
  }
  
  @media only screen and (max-width: 767px) {
    .features-section-4 .features-wrap-3 .features-content-wrap .single-item .features-content .title {
      font-size: 20px;
    }
  }
  
  .features-section-5 .features-wrap-5 {
    margin-bottom: -30px;
    margin-top: -85px;
    position: relative;
    z-index: 1;
  }
  
  .features-section-5 .features-wrap-5 .features-item {
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    padding: 40px 50px;
    margin-bottom: 30px;
  }
  
  @media only screen and (max-width: 1199px) {
    .features-section-5 .features-wrap-5 .features-item {
      padding: 35px 30px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .features-section-5 .features-wrap-5 .features-item {
      display: block;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .features-section-5 .features-wrap-5 .features-item {
      text-align: center;
    }
  }
  
  .features-section-5 .features-wrap-5 .features-item .features-text {
    flex: 1;
    margin-left: 25px;
  }
  
  @media only screen and (max-width: 1199px) {
    .features-section-5 .features-wrap-5 .features-item .features-text {
      margin-left: 20px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .features-section-5 .features-wrap-5 .features-item .features-text {
      margin-left: 0;
      margin-top: 10px;
    }
  }
  
  .features-section-5 .features-wrap-5 .features-item .features-text .title {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
  }
  
  @media only screen and (max-width: 991px) {
    .features-section-5 .features-wrap-5 .features-item .features-text .title {
      font-size: 20px;
    }
  }
  
  .features-section-6 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  
  .features-section-6 .features-wrap-3 .section-title2 {
    margin: 0;
  }
  
  @media only screen and (max-width: 991px) {
    .features-section-6 .features-wrap-3 .section-title2 {
      text-align: center;
      margin: 0 auto;
    }
  }
  
  .features-section-6 .features-wrap-3 .features-6-btn {
    text-align: right;
  }
  
  @media only screen and (max-width: 991px) {
    .features-section-6 .features-wrap-3 .features-6-btn {
      text-align: center;
    }
  }
  
  .features-section-6 .features-wrap-3 .features-6-btn .btn {
    padding: 0 65px;
    margin-top: 20px;
  }
  
  .features-section-6 .features-wrap-3 .features-content-wrap {
    padding-top: 40px;
  }
  
  .features-section-6 .features-wrap-3 .features-content-wrap .single-item {
    display: flex;
    padding-bottom: 45px;
    background: #ffffff;
  }
  
  @media only screen and (max-width: 1399px) {
    .features-section-6 .features-wrap-3 .features-content-wrap .single-item {
      padding: 40px;
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .features-section-6 .features-wrap-3 .features-content-wrap .single-item {
      flex-direction: column;
      gap: 20px;
    }
  }
  
  .features-section-6 .features-wrap-3 .features-content-wrap .single-item .features-icon::before {
    z-index: 0;
  }
  
  .features-section-6 .features-wrap-3 .features-content-wrap .single-item .features-icon img {
    position: relative;
    z-index: 1;
  }
  
  .features-section-6 .features-wrap-3 .features-content-wrap .single-item .features-content {
    flex: 1;
    margin-left: 30px;
  }
  
  @media only screen and (max-width: 1199px) {
    .features-section-6 .features-wrap-3 .features-content-wrap .single-item .features-content {
      margin-left: 0;
    }
  }
  
  .features-section-6 .features-wrap-3 .features-content-wrap .single-item .features-content .title {
    margin-top: 0;
  }
  
  @media only screen and (max-width: 1399px) {
    .features-section-6 .features-wrap-3 .features-content-wrap .single-item .features-content .title {
      font-size: 20px;
    }
  }
  
  .features-section-7 {
    padding-bottom: 145px;
  }
  
  .features-section-7 .features-wrap .features-img-wrap {
    display: flex;
  }
  
  .features-section-7 .features-wrap .features-img-wrap .features-img img {
    border-radius: 5px;
  }
  
  .features-section-7 .features-wrap .features-img-wrap .features-img:first-child {
    padding-right: 15px;
  }
  
  .features-section-7 .features-wrap .features-img-wrap .features-img:last-child {
    padding-left: 15px;
    margin-top: 25px;
  }
  
  .features-section-7 .features-wrap .features-content {
    padding-left: 112px;
  }
  
  .features-section-7 .features-wrap .features-content .section-title .title span {
    color: #005de0;
  }
  
  .features-section-7 .features-wrap .features-content p {
    font-size: 16px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    color: #4c4d56;
    margin-top: 30px;
  }
  
  .features-section-7 .features-wrap .features-content .features-item-wrap {
    padding-top: 20px;
    display: flex;
  }
  
  .features-section-7 .features-wrap .features-content .features-item-wrap .col {
    position: relative;
    padding-right: 20px;
    margin-right: 5px;
  }
  
  .features-section-7 .features-wrap .features-content .features-item-wrap .col:last-child {
    padding-right: 0px;
    margin-right: 0px;
  }
  
  .features-section-7 .features-wrap .features-content .features-item-wrap .col:last-child::before {
    display: none;
  }
  
  .features-section-7 .features-wrap .features-content .features-item-wrap .col::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 110px;
    width: 1px;
    background: #ededed;
    transform: translateY(40px);
  }
  
  .features-section-7 .features-wrap .features-content .features-item-wrap .col .features-item {
    margin-top: 30px;
  }
  
  .features-section-7 .features-wrap .features-content .features-item-wrap .col .features-item .title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }
  
  @media only screen and (max-width: 1399px) {
    .features-section-7 .features-wrap .features-content .features-item-wrap .col .features-item .title {
      font-size: 17px;
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .features-section-7 {
      padding-bottom: 100px;
    }
    .features-section-7 .features-wrap .features-content {
      padding-left: 30px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .features-section-7 {
      padding-bottom: 80px;
    }
    .features-section-7 .features-wrap .features-content {
      padding-left: 0px;
      margin-top: 50px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .features-section-7 {
      padding-bottom: 60px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .features-section-7 .features-wrap .features-img-wrap {
      flex-direction: column;
      text-align: center;
    }
    .features-section-7 .features-wrap .features-img-wrap .features-img:first-child {
      padding-right: 0;
    }
    .features-section-7 .features-wrap .features-img-wrap .features-img:last-child {
      padding-left: 0px;
    }
    .features-section-7 .features-wrap .features-content .features-item-wrap {
      flex-direction: column;
    }
    .features-section-7 .features-wrap .features-content .features-item-wrap .col {
      padding-right: 0;
      margin-right: 0;
    }
    .features-section-7 .features-wrap .features-content .features-item-wrap .col::before {
      display: none;
    }
  }
  
  .section-title .sub-title {
    font-size: 14px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #00cdda;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .section-title .title {
    font-size: 40px;
    line-height: 54px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #fff;
  }



  /********************/
  
/*.contact{margin-bottom:0px;}
.contact input , .contact select {
background:none repeat scroll 0 0;
border: 2px solid #eee;
border-radius: 30px;
box-shadow: none;
color: #1b2032;
font-size: 16px;
font-weight: 400;
height: 50px;
margin-bottom: 30px;
padding: 10px 10px 10px 30px;
width: 100%;
box-shadow: rgba(0,0,0,0.5) 0 1px 2px;
}
.contact textarea {
background:none repeat scroll 0 0;
border: 2px solid #0167af;
border-radius: 30px;
box-shadow: none;
color: #1b2032;
padding: 10px;
width: 100%;
font-size:16px;
margin-bottom: 30px;
padding-left: 30px;
font-weight: 400;
}
.contact input:hover, .contact input:focus , .contact input:hover, .contact select:focus, .contact select:hover , .contact select:focus {
border: 2px solid #00cdda ;
    box-shadow: none;
    outline: 0 none;
}
.contact textarea:hover, .contact textarea:focus {
border: 2px solid #00cdda ;
    box-shadow: none;
    outline: 0 none;
}
.btn-contact-bg {
background: #00cdda none repeat scroll 0 0;
border-radius: 30px;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.5px;
outline: medium none;
padding: 15px 27px;
text-transform: uppercase;
transition: all 0.2s ease 0s;
}
.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #1b2032;
    color: #fff;
}*/
/*.section-padding {
    padding: 60px 0;
  }
  .custcheckbox {
    line-height: normal;
  }
  .custcheckbox input[type="checkbox"] {
    width: auto;
    height: auto;
    margin: 0;
  }*/
 /* .contact {
    padding: 40px;
     box-shadow: #333 0px 10px 10px;
    border-radius: 20px; 
     background: #f3f7fa; 
    
  }*/
  /*.contact_us::after {
    content: "";
    width: 50%;
    height: 100%;
    background-attachment: fixed  !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/contact.jpg);
  }
  .contact_us {
    position: relative;
    z-index: 1;
    background-attachment: fixed  !important;
    background-size: 50% 100% !important;
    background-repeat: no-repeat !important;
    
  }*/
  /* .contact_us .container {
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    margin-top: -150px;
    position: relative;
    z-index: 2;
  } */
/************/


.custrespShow {
    display: none;
}

.flipbox_area2 .techno_flipbox .techno_flipbox_inner {
    padding: 0;
}
.flipbox_area2 .techno_flipbox_font .flipbox_title {
position: relative;
}
 .flipbox_area2 .techno_flipbox_font .flipbox_title:After {
    content: '';
position: absolute;
top: -8px;
left: 0;
width: 100%;
height: 70px;
z-index: 0;
padding-left: 0;
background: #00cdda;
    
} 

.flipbox_area2 .techno_flipbox_font .flipbox_title::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 44px;
top: -52px;
    left: 0;
    z-index: 1;
    background: #00cdda;
    clip-path: polygon(100% 0,0 100%,100% 100%);
    -moz-clip-path: polygon(100% 0,0 100%,100% 100%);
    -ms-clip-path: polygon(100% 0,0 100%,100% 100%);
    -o-clip-path: polygon(100% 0,0 100%,100% 100%);
    -webkit-clip-path: polygon(100% 0,0 100%,100% 100%);
  }
  .flipbox_area2  .techno_flipbox .flipbox_title h3 {
    margin: 0;
    text-shadow: #fff 0px 0px 2px;
    
  }
  .flipbox_area2 .techno_flipbox {
    margin-bottom: 50px;
  }

/******* Footer**************/
/*==========================================
   start footer area Css  
===========================================*/
.footer-area {
    background: #1f2732;
    padding: 90px 0 45px 0;
}
.footer-logo {
    padding-bottom: 25px;
}
.footer-logo img {
	width:250px;
}
.widget-text p {
    color: #e3e3e3;
    margin: 17px 0 30px;
}

.widget-social-menu-inner ul {
    display: inline-block;
    list-style: none;
    padding: 0;
}
.widget-social-menu-inner ul li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
    margin-left: 1px;
    color: #fff;
    transition: .5s;
}
.widget-social-menu-inner ul li a:hover {
    background: #00b5f0;
    border-color: #00b5f0;
}
.widget-footer-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #f8f9fe;
    margin: 16px 0px 30px 0px;
}
.footer-title-menu {
	display:flex;
}
.footer-title-menu ul , .workinghaurs ul  {
    display: inline-block;
    list-style: none;
    padding: 0;
	width:100%;
}
.workinghaurs ul li {
	position: relative;
	color:rgba(255,255,255,0.80);
	margin-bottom:10px;
}
.workinghaurs ul li span {
	width:37%;
	color:rgba(255,255,255,0.80);
    font-size: 15px;
    transition: .5;
    text-decoration: none;
	display:inline-block;
}

.footer-title-menu ul li {
    position: relative;
    margin-left: 25px;
    margin-bottom: 10px;
    z-index: 1;
    top: 5px;
	color:rgba(255,255,255,0.80);
}
.footer-title-menu ul li:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: -25px;
    height: 1px;
    width: 10px;
    background: #f8f9fe;
    font-size: 14px;
    top: 14px;
}
.footer-title-menu ul li a {
    color: rgba(255,255,255,0.80);
    font-size: 15px;
    transition: .5;
    text-decoration: none;
}
.footer-title-menu ul li a:hover {
    color: #00b5f0;
}
.footer-recent-post.style-two {
    padding-top: 11px;
}
.footer-recent-post {
    padding: 12px 0;
}
.footer-recent-post-thumb {
    float: left;
    margin-right: 25px;
    overflow: hidden;
}
.footer-recent-post-thumb a img {
    border-radius: 5px;
}
.footer-recent-post-title h4 {
    margin: 0;
}
.footer-recent-post-title h4 a {
    font-size: 14px;
    color: #f8f9fe;
    font-weight: 500;
    transition: .5s;
    display: block;
    line-height: 22px;
}
.footer-recent-post-title span {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,0.80);
    line-height: 22px;
}
.footer-recent-post-title h4 a:hover {
    color: #00cdda;
    transition: .5s;
}
.widget-footer-text p {
    font-size: 16px;
    color: rgba(255,255,255,0.80);
    margin: 35px 0 19px;
}
.footer-address-inner p {
    font-size: 16px;
    color: rgba(255,255,255,0.80);
}
.footer-buttom-icon-menu ul li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
    margin-left: 4px;
    color: #fff;
    transition: .5s;
    background: #00cdda;
    border-color: #00cdda;
    position: relative;
    z-index: 1;
}
.footer-buttom-icon-menu ul li a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: scale(0);
    margin: auto;
    transition: .5s;
    border-radius: 50%;
}
.footer-buttom-icon-menu ul li a:hover:before {
    transform: scale(1);
}
.footer-buttom-icon-menu ul li a:hover {
    color: #00cdda;
    border-color: #fff;
}
/*==========================================
    End footer area Css  
===========================================*/ 

/*==========================================
    start footer buttom area Css  
===========================================*/ 

.footer-buttom-area {
    border: 1px solid #484444;
    padding: 20px 0 18px;
    background: #1F2732;
    padding-bottom: 30px;
}
.copy-right-text p {
    color: #a0a1a2;
    padding: 3px 0;
}
.footer-text-menu ul {
    list-style: none;
    display: inline-block;
}
.footer-text-menu ul li {
    display: inline;
}
.footer-text-menu ul li a {
    display: inline-block;
    color: #a0a1a2;
    margin-left: 10px;
    transition: .3s;
}
.footer-text-menu ul li a:hover {
    color: #00cdda;
}
/*==========================================
    End footer buttom  area Css  
===========================================*/ 




.ftrbtm {
    background: #00b5f0;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
	border-top: 2px solid #fff;
}
.ftrbtm:after{
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 20%;
    height: 100%;
    z-index: -1;
    transform: skew(38deg);
    padding-left: 20px;
    background: #202d65;
    z-index: 1;
}

.ftrbtm .footer-inline {
    display: flex;
    align-items: center
    
}
.ftrbtm .footer-inline li {
    display: ;
    list-style: none;
    
}
.ftrbtm .footer-inline li a {
color: #0167af;
text-decoration: none;
}
.ftrbtm .footer-inline li a:after {
content: "|";
margin: 0 10px;

}
.ftrbtm .footer-inline li:last-child a:after {
    display: none;
}
.ftrbtm  {
    text-align: center;
    position: relative;
    z-index: 1;
}
.ftrbtm a {
    color: #0167af;
    text-decoration: none;
    
}
/* .ftrbtm::after {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 80%;
    height: 100%;
    z-index: -1;
    transform: skew(38deg);
    padding-left: 20px;
    background: #0167af;
    z-index: -1;
  } */
  
  
  
  
  /**********************************/
  
  
.sec2 {
    padding: 120px 0 120px;
}
.sec2 .wrapper {
    display: flex;
	flex-wrap: wrap;
}
.wrapper {
  width: 100%;
  max-width: 1170px;
  padding: 0px 15px;
  margin: 0px auto;
}
.secleft2 {
    width:40%;
}

.reasons-one__left {
    position: relative;
    display: block;
    margin-right: -30px;
  }
  .reasons-one__left .section-title {
    margin-bottom: 10px;
    margin-top:0;
  }
  .section-title__tagline {
    display: inline-flex;
    color: var(--moniz-gray, #717178);
    font-size: 16px;
    align-items: center;
    line-height: 30px;
    margin-bottom: 6px;
    /*font-weight: 700;*/
  }
  .section-title__tagline::before {
    position: relative;
    top: -2px;
    content: '';
    background-color: var(--moniz-primary, #00b5f0);
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 50%;
  }
  .section-title__title {
    margin: 0 0 10px 0;
    font-weight: 700;
    color: var(--moniz-black, #202d65);
    font-size: 40px;
    line-height: 45px;
  }
  .section-title__title2 {
    margin: 0 0 10px 0;
    font-weight: 700;
    color: var(--moniz-black, #202d65);
    font-size: 22px;
    line-height: 32px;
  }
  .reasons-one__icon-box {
    position: relative;
    display: inline-block;
    align-items: center;
    margin-bottom: 43px;
    margin-left: 0;
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
 
  .reasons-one__icon-box li {
    position: relative;
    display: inline-block;
	width:32.7%;
	font-size:15px;
    /*border-right: 1px solid var(--moniz-extra, #e4e4ea);*/
    /*padding-right: 52px;
    padding-left: 45px;*/
	margin-bottom:5px;
  }
    .reasons-one__icon-box li:before {
		content: "\f14a";
		font-family: "Font Awesome 6 Pro";
		color:#00b5f0;
		margin:0 5px 0 0;
	}
  
  .reasons-one__icon-box li:first-child {
    padding-left: 0;
  }
  .reasons-one__icon-box li:last-child {
    border-right: 0;
    padding-right: 0;
  }
  .reasons-one__text {
    font-size: 18px;
    color: var(--moniz-black, #1e1e22);
    font-weight: 700;
    margin: 0;
    line-height: 25px;
    padding-top: 8px;
  }
  .reasons-one__text-1 {
    margin: 0;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
	line-height:26px;
    color: #333;
    font-weight: 400;
  }
  
  .reasons-one__icon-box li img {
      width: 70px;
  }
.secright2 {
    flex: 0 0 auto;
    width:60%;
}

/*.custbtn {
    color: #02185e;
    background-color: rgba(255, 255, 255, 0);
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #ffb600;
    border-radius: 50px;
    padding: 10px 50px 10px 50px;
    transition: all 0.5s;
}

.custbtn:hover{
    background-color: #ffb600;
}*/


.reasons-one__img-box {
    position: relative;
    display: block;
    margin-right: 45px;
	margin-left: -90px;
  }
  /*.reasons-one-img-box-bg {
    position: absolute;
    top: -180px;
    bottom: -120px;
    right: 265px;
    left: -1000000px;
    background-color: #f1f1f5;
    border-radius: var(--moniz-border-radius, 10px);
  }*/
  .colxl6row {
    display: flex;
    flex-wrap: wrap;
  }
  .colxl6 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
  }
  
  .reasons-one__img-one {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--moniz-border-radius, 10px);
  }
  .elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .reasons-one__img-one img {
    width: 100%;
    border-radius: var(--moniz-border-radius, 10px) !important;
    display: flex;
  }
  .reasons-one__shape-1 {
    position: absolute;
    bottom: -151px;
    left: -88px;
    border-style: solid;
    border-width: 2px;
    border-color: var(--moniz-base, #ffffff);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    opacity: 0.502;
    width: 415px;
    height: 415px;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .reasons-one__shape-2 {
    border-radius: 50%;
    background-color: var(--moniz-primary, #00b5f0);
    position: absolute;
    right: -197px;
    bottom: -325px;
    width: 440px;
    height: 440px;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .reasons-one__img-two {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--moniz-border-radius, 10px);
  }
  .reasons-one__img-two img {
    width: 100%;
    border-radius: var(--moniz-border-radius, 10px) !important;
    display: flex;
  }
  .reasons-one__img-two {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--moniz-border-radius, 10px);
  }
  .reasons-one__img-three {
    margin-top: 30px;
  }
  .reasons-one__img-two img {
    width: 100%;
    border-radius: var(--moniz-border-radius, 10px) !important;
  } 
  .reasons-one__shape-3 {
    position: absolute;
    border-radius: 50%;
    background-color: var(--moniz-primary, #00b5f0);
    left: -270px;
    bottom: -325px;
    width: 440px;
    height: 440px;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  

@-webkit-keyframes banner3Shake {
	0% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}

	30% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	60% {
		-webkit-transform: rotate3d(1, 0, 0, 0deg);
		transform: rotate3d(1, 0, 0, 0deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}
}

@keyframes banner3Shake {
	0% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}

	30% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	60% {
		-webkit-transform: rotate3d(1, 0, 0, 0deg);
		transform: rotate3d(1, 0, 0, 0deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}
}

@-webkit-keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

 /**********************************/
 .cust__aboutmain {
    display: flex;
  }
 .how_going{
    padding: 100px 0px;
}

.how_steps_main{
    background-image: url(../images/steps.html);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 160px;
}
.cust__aboutLft {
    width: 50%;
    padding:  0 40px 0 0;
  }
.cust__aboutLft .how_going_head h2 {
margin: 0;
}
.cust__aboutLft .how_going_head h2 , .cust__aboutLft .how_going_head p {
text-align: left;
}
.cust__aboutRt {
	width: 40%;
	margin-left:auto;
  }

.play_video{
    position: fixed;
    z-index: 10000;
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.play_video iframe{
    width: 1000px;
    height: 500px;
}

.play_video{
    display: none;
}

.red .play_video{
    display: block;
}

.red .play_video_wrapper{
    background-color: rgba(21, 24, 35, 0.64);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.cross_btn i{
    color: #fff;
    font-size: 18px;
}

.how_going_head{
    text-align: center;
}

.how_going_head h2{
    font-family: 'Poppins', sans-serif;
    color: #222222;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    margin: 20px 0 0 0;
}

.how_going_head p{
    padding-top: 17px;
    max-width: 600px;
    margin: 0px auto;
}

.how_steps_main{
    position: relative;
    margin-top: 50px;
}

.how_main{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 40px;
}

.how_content{
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.how_content_box{
    width:calc(20% - 20px);
    text-align: center;
    position: relative;
}

.how_icon{
    --size:70px;
    width: var(--size);
    height: var(--size);
    border: 2px solid #ffb600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    margin-bottom: 25px;
    background-color: #fff;
    font-size: 22px;
}

.how_content_box span{
    color: #222222;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
}

.how_content_box p{
    font-size: 34px;
    font-weight: 500;
    color: rgba(34, 34, 34, 0.30);
}

.how_content_box.how_content_box01{
    top: -40px;
}

.how_content_box.how_content_box02{
    top: 90px;   
}

.how_content_box.how_content_box03{
    top: -20px;
}

.how_content_box.how_content_box04 {
    top: 90px;
}

.how_content_box.how_content_box05 {
    top: 15px;
}



/***************** swipper  ******************/
.creative_slide {
    margin-top: 50px;
    padding: 0px 10px;
}

/*.slide_box{
    position: relative;	
}
*/
/*.slide_img_content{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: end;
    border-radius: 0px 0px 10px 10px;
    justify-content: end;
    transform: scale(0);
    transition: all 0.5s;
}*/

/*.slide_img_content .inner{
    text-align: center;
    padding: 30px 0px;
    background: #f6f7fb;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
}
*/
.clientswiper .swiper-slide{
    border-radius: 10px;
}

.inner h6{
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
}

.inner p{
    color: #666666;
    font-size: 17px;
}

.client_socials{
    position: absolute;
    top: 100px;
    padding: 30px;
    list-style: none;
}

.client_socials li{
    --size:40px;
    width: var(--size);
    height: var(--size);
    background-color: #ffb600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    transition: all 0.3s;
    cursor: pointer;
}

.client_socials li a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
}

.client_socials li:hover{
    background-color: #fff;
}

.client_socials li:hover a{
   color: #ffb600;
}

.clientswiper .swiper-slide:hover .slide_img_content{
    transform: scale(1);
}

/*.clientswiper{
    padding-bottom: 50px !important;
}*/

.clientswiper .swiper-pagination{
    position: unset !important;
    width:auto !important;
	height:auto;
	line-height:0;
}

.swiper-pagination-bullet{
    background-color: rgba(255,255,255,.8);
    width: 10px !important;
    height: 5px !important;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 20px !important;
    height: 5px !important;
    background-color: #00b5f0 !important;
    opacity: 1 !important;
    border-radius: 4px !important;
}

.swiper-button-next,.swiper-button-prev{
    position: unset !important;
}

.nav_btns{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 15px;
}

.clientswiper .swiper-button-next:after,
.clientswiper .swiper-button-prev:after{
    display: none;
}

.clientswiper .swiper-button-next,
.clientswiper .swiper-button-prev{
    margin-top: 0!important;
    fill: #00b5f0;
    transition: all 0.3s;
}

.clientswiper .swiper-button-next:hover,
.clientswiper .swiper-button-prev:hover{
    fill: #fff;
}

.clientswiper .swiper-pagination-bullet{
    transition: all 0.3s !important;
}

.custtestmonial {
	text-align:center;
	padding:100px 0;
	position:relative;
	background-attachment:fixed !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
}
.custtestmonial::before {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,.6);
}
.custtestmonial h2 {
	margin: 0 0 30px 0;
	color: var(--moniz-black, #fff);
	font-size: 40px;
	line-height: 45px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

.custavtar {
	width:100px;
	height:100px;
	border-radius:50%;
	object-fit: cover;
	object-position: center;
}
#testimonialsldr {
	width:100%;
}
.custtestmonialbox {
	width:95%;
	margin:0 auto !important;
	background:#fff;
	padding:30px;
	border-radius:10px;
}
.client-name {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color:#00b5f0;
}
.client-position {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style:italic;
	color:#000;
	font-size:16px;
}
.custtestmonialbox {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #333;
	font-weight: 400;
}


.custtestmonialbox i {
	color:#efb166;
}


.custtestmonialbg {
	position:relative;
	z-index:2;
}

.custtestmonialbg {
	margin-bottom:20px;
}
.custtestmonialbg .section-title__tagline {
	color:#00b5f0;
	margin:0;
}




.headerContainerWrapper {
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: top 500ms ease;
	-moz-transition: top 500ms ease;
	-o-transition: top 500ms ease;
	transition: top 500ms ease;
	/* enable hardware acceleration to fix laggy transitions */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
    z-index: 9;
}
.headerContainerShadow {
	background: #FFF;
	border-bottom: 2px solid #eee;
	box-shadow: 0 0 30px 0 rgba(0,0,0, 0.3);
	position: relative;
	z-index: 999999;     /* to place the header above all elements */
}
.scrollActive .headerContainerWrapper {
	position: fixed;
	box-shadow: 0 0 30px 0 rgba(0,0,0, 0.3);
}
.scrollActive .headertop {
    display: none;
}

.cd-top {
	display: inline-block;
	height: 30px;
	width: 30px;
	position: fixed;
	bottom: 40px;
	right: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #00b5f0 url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 999;
    border: 2px solid #fff;
	border-radius:50%;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: 1;
}
.no-touch .cd-top:hover {
	background-color: #606060;
	opacity: 1;
}
@media only screen and (min-width: 768px) {
.cd-top {
	right: 20px;
	bottom: 20px;
}
}
@media only screen and (min-width: 1024px) {
.cd-top {
	height: 50px;
	width: 50px;
	right: 10px;
	bottom: 30px;
}
}
.head_org {
  display: block;
  width: 100%;
}
.custhdrmain {
	position:relative;
	z-index:9;
}

.custinnerBnr {
	min-height:350px;
	background-size:cover !important;
	background-position:center !important;
	display:flex;
	align-items: center;
	position:relative;
	z-index:2;
	
}
.custinnerBnr::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #202d65;
  opacity: .2;
  z-index:-1;
}
.custinnerBnr h1 {
	line-height: 76px;
	letter-spacing: 0px;
	font-weight: 700;
	font-size: 68px;
	color: #202d65;
	text-transform: uppercase;
	text-shadow: #fff 1px 1px 2px;
	text-align:center
}
.custinnerBnr ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.custinnerBnr ul li {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}
.custinnerBnr ul li a {
  text-decoration: none;
  color: #00b5f0;
  font-weight: bold;
}
.custinnerBnr ul li i {
  color: #00b5f0;
  margin: 0 5px;
  font-size: 12px;
}


.how_going {
  padding: 100px 0px;
}
.contactboxs {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
}
.contactboxsmain {
  border: 1px solid #eee;
padding: 30px;
border-radius: 30px 0 30px;
margin: 20px 0 0 0;
transition: all linear .3s !important;
width: 25%;
justify-content: center;
align-items: center;
flex-direction: column;
display: flex;
}
.contactboxsmainIcon {
	justify-content: center;
	align-items: center;
	display: flex;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #00b5f0	;
  font-size: 40px;
  line-height: 70px;
  text-align: center;
  transition: all linear .3s !important;
}
.contactboxsmain svg {
  transition: all linear .3s !important;
}
.contactboxsmain .cont_boxtitle {
  color: #202d65;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-transform: none;
  text-decoration: none;
  margin-top: 22px;
  margin: 20px 0 15px 0;
  text-transform: capitalize;
}
.contactboxsmain p {
  font-size: 15px;
  line-height: 26px;
  color: #666666;
  font-weight: 400;
}
.contactboxsmain:hover {
  border-color: #00b5f0;
  background:#202d65;
  border-radius: 0 30px 0px 30px;
  box-shadow: #eee 0 0 20px;
}
.contactboxsmain:hover .cont_boxtitle , .contactboxsmain:hover p {
	color:#fff;
}
.contactboxsmain:hover svg path {
	fill:#fff;
}
.contactboxsmain:hover .contactboxsmainIcon {
	background:#00b5f0;
}
.contctform {
	background: #202d65;
	padding: 50px 0;
}
.contctform .section-title__tagline {
	color:#00b5f0;
}
.contctform .section-title__title {
	color:#fff;
}
.contctform form {
	margin:40px auto 20px auto;
	width: 80%;
}
.form-group {
	margin-bottom:15px;
}
.contctform .form-control {
	border-radius:30px;
	padding:15px;
	height:auto;
	resize:none;
	border:2px solid #00b5f0;
	background:rgba(255, 255, 255, 0.2);
	color:#fff;
}

.contctform textarea.form-control {
	min-height:250px;
}
.contctform .form-control::-webkit-input-placeholder {
  color: #fff;
}
.contctform .form-control::-moz-placeholder {
	color: #fff;
}
.contctform .form-control:-ms-input-placeholder {
  color: #fff;
}
.contctform .form-control:-moz-placeholder {
  color: #fff;
}
.formbtn {
	background:#00b5f0;
	color:#fff;
	border:30px;
	border:2px solid #00b5f0;
	padding:15px 50px;
	border-radius:30px;
	text-transform:uppercase;
	font-weight:bold;
}
.formbtn:hover , .formbtn:focus {
	background:#000d45;
}
.contctform .section-title p {
	color:#fff;
	font-size:15px;
	line-height:26px;
}
.contctform select option {
	color:#000;
}

.custabout2 {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-attachment: fixed !important;
	position:relative;
	padding:50px 0 150px 0;
}
/*.custabout2::before {
	position: absolute;
	content: '';
	background: #22272b;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.9;
}*/

.aboutbox {
	width:100%;
	text-align:left;
	position: relative;
	padding-left: 100px;
  margin-bottom: 40px;
}
.custabout2head {
  text-align: center;
  padding: 40px 0;
}
.custabout2head h2 {
  margin: 0 0 10px 0;
  font-weight: 700;
  color: var(--moniz-black, #fff);
  font-size: 40px;
  line-height: 45px;
}
.iconabout {
  text-align: center;
  margin-bottom: 15px;
  position: absolute;
  left: 0;
}
.aboutbox h3 {
	color:#00b5f0;
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;
}
.aboutbox p {
	color:#fff;
	font-size:14px;
	line-height:26px;
}
.iconabout {
	text-align:center;
	margin-bottom:15px;
}
.iconabout i {
	font-size:80px;
	color:#00b5f0;
}

.custtherapistsbox {
	padding:100px 0;
}
.therapistsbox {
	text-align:center;
	margin: 0 0 40px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	
}
.therapistsboximg {
	width:250px;
	height:250px;
	border-radius:50%;
	border:10px solid #202d65;
	box-shadow:rgba(0,0,0,.5) 0 5px 5px;
	overflow:hidden;
}
.therapistsboximg img {
	transition:all linear .3s !important;
}
.therapistsbox:hover .therapistsboximg img {
	transform:scale(1.1);
}
.therapistsboxDetail {
	width:100%;
	margin:-30px 0 0 0;
	padding:15px;
	border-radius:10px;
	background:#202d65;
	text-align:center;
	box-shadow:rgba(0,0,0,.5) 0 5px 5px;
	position:relative;
	z-index:2;
	cursor:pointer;
}
.therapistsboxDetail h3 {
	color:#fff;
	font-size:22px;
	text-transform:uppercase;
}
.therapistsboxDetail h3 span {
	font-size:70%;
	display:block;
}
.custcontent {
	padding:100px 0;
}
	
.custcontent h2 {
	margin: 0 0 10px 0;
	font-weight: 700;
	color: var(--moniz-black, #202d65);
	font-size: 36px;
	line-height: 40px;
}
.custcontent p ,  .custcontent ul li {
	font-size:15px;
	line-height:26px;
}
.custcontentlft {
	width:90%;
}
.custcontentRt {
	margin:0 0 30px 0 ;
}
.custcontentRt:before {
	content:"";
	width:95%;
	height:95%;
	position:absolute;
	bottom:-20px;
	left:-20px;
	background:#202d65;
	z-index:-1;
	border:10px solid #00b5f0;
	box-shadow: rgba(0,0,0,.4) 0 0 10px;
}
.custcontentRt:after {
	content:"";
	width:95%;
	height:95%;
	position:absolute;
	bottom:-10px;
	left:-10px;
	background:#00b5f0;
	z-index:-1;
	border:10px solid #202d65;
}
.custcontent ul {
	padding-left:15px;
}

.custScheduleRow {
	background:#00b5f0;
	padding:50px 0; 
}
.custSchedule {
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.custSchedule .custombtn {
	background:#202d65;
	color:#fff;
	border-color:#fff;
}
.custSchedule h3 {
	color:#fff;
	font-size:24px;
	margin:0;
}
.custmapcont {
	width:100%;
}
.custmapcont iframe {
	height:400px;
}

.custproductsbox {
  box-shadow: rgba(0,0,0,0.2) 0 2px 16px;
  margin: 0 0 30px 0;
  border-radius: 10px;
  overflow: hidden;
}
.custproductsbox span {
  display: inline-block;
  width: 100%;
  background: #202d65;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.custproductsbox img {
  width: 100%;
  height: 275px;
  transition: all ease-in-out .3s;
  object-fit: cover;
}
.custproductsbox:hover img {
   transform: scale(1.1);
}
.custproductsbox:hover span {
  background: #00b5f0;
}
.custproductsDtl {
  padding: 100px 0;
}

.servicesBox {
  text-align: center;
  padding: 30px 50px;
}
.servicesBox h3 {
  margin: 0 0 10px 0;
  font-weight: 700;
  color: var(--moniz-black, #202d65);
  font-size: 20px;
  line-height: 24px;
}
.servicesBox p {
  font-size: 14px;
  line-height: 26px;
}
.servicesBox i {
  font-size: 43px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  background: #00b5f0;
  color: #fff;
  line-height: 90px;
  margin: 0 0 20px 0;
  box-shadow: rgba(32, 45, 101,0.1) 0px 0px 0px 10px;
}
.servicesBoxRow {
  padding:50px 0;
  background: #eee;
}

.custh3txt h3 {
  font-family: 'Poppins', sans-serif;
  color: #202d65;
  font-weight: 600;
}
.custcontent ol {
  padding-left: 15px;
}
.custcontent ol li {
  font-size: 15px;
line-height: 26px;
}

.sec2Cont {
  padding: 50px 0;
}
.sec2Cont h3 {
  font-family: 'Poppins', sans-serif;
  margin: 0 0 10px 0;
  font-weight: 700;
  color: var(--moniz-black, #202d65);
  font-size: 36px;
  line-height: 40px;
}
.sec2Cont ul li {
  font-size: 15px;
line-height: 26px
}

.fistrowtxt {
  padding: 50px 0;
  background: #f2f2f2;

}
.fistrowtxt p {
  margin: 0 0 5px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #333;
}
.fistrowtxt h2 {
  margin: 0 0 10px 0; 
    font-weight: 700;
    color: var(--moniz-black, #202d65);
    font-size: 40px;
    line-height: 45px;
}
.steerClear {
  margin: 40px 0 0 0;
}
.steerClear h2 { 
  margin: 0 0 10px 0; 
    font-weight: 700;
    color: var(--moniz-black, #202d65);
    font-size: 40px;
    line-height: 45px;
}
.steerClear p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #333;
  font-weight: 400;
}

.abouttxt h4 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: var(--moniz-black, #202d65);

}
/*.navbar .navbar-nav > li:last-child {
  display: none;
}*/