@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

.container{
  max-width: 1440px;
} 
@media screen and (max-width: 1600px){
  .container {
  max-width: 1350px;
}
}
@media screen and (max-width: 1400px){
  .container{
  max-width: 1240px;
}
}
@media screen and (max-width: 1300px){
  .container{
  max-width: 1150px;
}
}
@media screen and (max-width: 1199px){
  .container{
  max-width: 960px;
}
}
body{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	background-color: #fff;
	overflow-x: hidden;
}
::selection {
	color: #fff;
	background-color: #fff;
}
::-moz-selection {
	color: #fff;
	background-color: #fff;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Public Sans', sans-serif;
}

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 0px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

.navigation-wrap{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;padding-right: 30px;

}
.navbar-brand img{
	height: 120px;
	width: auto;
	display: block;
  margin-top: -32px;

	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #fff !important;
	font-weight: 500;
	font-size: 18px;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #fff;
}
.nav-item.active .nav-link{
	color: #fff !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #fff;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

a {
  color: #414498;
}
.bg-light {
	background-color: #414498 !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}


.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 0px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}

 .logo-bg {
  position: absolute;
  top: -58%;
  left: 0;
  width: 15.4%;
  height: 170px;
  border-radius: 0px 0px 300px 0px;
  z-index: -1;
}.logo-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color:#fff;
  border-radius: inherit;
  z-index: -1;
}

.topheader{
  padding: 10px 0;
  color: #fff;
  background-color: #00aded;
  padding: 10px 0 12px;
  position: relative;
  z-index: 3;
  padding-right: 30px;
}

.topheader ul li{
  display: inline-block;
  list-style: none;
  font-size: 15px;
}
.topheader ul li a{
  color: #fff;
  transition: 0.5s ease;
}
.topheader ul{
  margin-right: 0;float: right;
  margin-bottom: 0;
  padding-left: 10px;
}
.leftmar li{
  margin-left: 8px;
}
.rightmar li{
  margin-right: 15px;
}
.leftmar li a:hover{
color: #fff;
transition: 0.5s ease;
}
.rightmar li a:hover{
color: #414498;
transition: 0.5s ease;
}
a{
	text-decoration: none !important;
}
.nav-item .dropdown-menu2 {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0 !important;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu2 {
    opacity: 1 !important;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
    display: none;
}
.show2 .dropdown-menu2{
	position: absolute !important;
  display: block !important;
  margin-left: 96% !important;
  margin-top: -40px !important;
  opacity: 1 !important;
}
.dropdown-menu2 {
	padding: 0px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}



.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 7px 30px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
    font-size: 16px;
    border-bottom: 1px solid #414498;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
  background-color: #00aded;
}




/* #Media
================================================== */

@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}

	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}

}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;

}
.logo img {
	height: 26px;
	width: auto;
	display: block;

}


























@media screen and (max-width: 1600px){
	.footer-widget-contact p {
  font-size: 16px;
}
.nav-link{
  font-size: 16px;
}  .navbar-brand img {
    height: 110px;
  }  .ml-md-4, .mx-md-4 {
    margin-left: 1rem !important;
  }
}

 

@media screen and (max-width: 1450px){
	
  .nav-link{
  	font-size: 16px;
  }
  .dropdown-item{
  	font-size: 14px;
  }
  .topheader ul li{
  	font-size: 14px;
  }
  .topheader ul{
  	padding-left: 0;
  }.leftmar li {
  margin-left: 5px;
}
}

@media screen and (max-width:1400px){
    .logo-bg {
    width: 21.4%;
    top: -92%;
  } .ml-md-4, .mx-md-4 {
    margin-left: 0.7rem !important;
  }
}


@media screen and (max-width: 1300px){
	
.logo-bg {
  top: -110%;height: 185px;
  } 
    .nav-link{
    font-size: 15px;
  }
  .dropdown-item{
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px){
	.navbar-brand img {
  height: 75px;margin-top: -27px;
}
.logo-bg{
  height: 165px;
}
.vs-logo img{
	height: 56px;
}
.ml-md-4, .mx-md-4 {
    margin-left: 0.4rem !important;
  }
.logo-bg {
  top: -159%;
  }
  .nav-link{
  	font-size: 13px;
  }
  .dropdown-item{
  	font-size: 12px;
  }
  .dropdown-item {
  padding: 7px 16px;
}
.rightmar{
	display: none;
}
.topheader{
	padding: 4px 30px 6px;
}
}

@media screen and (max-width: 991px){
	  .navbar-brand img {
    height: 75px;
  }  .ml-md-4, .mx-md-4 {
    margin-left: .5rem !important;
  }  .dropdown-item {
    padding: 2px 7px;
  }   .nav-link {
    font-size: 12px;
  } .dropdown-item {
    font-size: 11px;
  }  .topheader ul li {
    font-size: 13px;
  }#carousel .carousel-item {
  height: 50vh;
  }.hero-style-cap {
  padding: 170px 0 227px;
}

  .navbar{
padding-right: 10px;
  }  .topheader {
    padding: 4px 10px 6px;
  }
  .show2 .dropdown-menu2{
  	margin-top: -29px !important;
  }

}
@media screen and (max-width:915px){
    
  .bg-light{
    background-color: #fff !important;
  }  .nav-link {
    color: #212121 !important;
  }  .nav-link {
    font-size: 13px;
  }  .ml-md-4, .mx-md-4 {
    margin-left: 8px !important;
  }
}

@media screen and (max-width: 767px){

	   .topheader ul {
    padding-left: 0;
    float: right;
  } .topheader ul li {
    font-size: 15px;margin-left: 9px;
  } .navbar-brand img {
    height: 50px;
  } .bg-light {
  background-color: #fff !important;
  padding: 2px 0;
  
}     .navbar-brand img {
    height: 70px;
    margin-top: 0px;
  }
.logo-bg{
  display: none;
}
#dnn{
  display: none;
}
.nav-link{
	color: #212121 !important;
}
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu{
  	width: 90%;
  }  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu2{
  	width: 90%;
  }
   .navbar-nav {
    overflow: hidden;
  }  .dropdown-item {
    font-size: 14px;
  }  .nav-link {
    font-size: 15px;
  }
  .dropdown-menu2{
  	display: block !important;margin-left: 20px !important;
  width: 85% !important;
  }
  

header, #carousel, footer{
	overflow: hidden;
}
}




/*Slider*/

.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
  #hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 780px;
  transition:all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

.slidercaptiontag{

}

@media (max-width: 767px) {
  .hero-style{
    height: 400px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 0px;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@keyframes spin {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  50% {
    -webkit-transform:rotate(40deg);
    transform:rotate(40deg)
  }
  100% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
}
.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
  z-index: 9;
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  50% {
    -webkit-transform:translateY(30px);
    transform:translateY(30px)
  }
  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}.ripple-shape {
  position:absolute;
  bottom:0;
  left:0;
  z-index:2
}
.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5,
.ripple-6 {
  height:40px;
  width:40px;
  position:absolute;
  left:30px;
  bottom:-10px;
  background-color:transparent;
  border:3px solid rgba(255,255,255,1);
  border-radius:50%;
  -webkit-transform:translate3d(-50%, 50%, 0);
  transform:translate3d(-50%, 50%, 0);
  -webkit-animation:heroripple 8s ease-out infinite;
  animation:heroripple 8s ease-out infinite
}
.ripple-1 {
  -webkit-animation-delay:0;
  animation-delay:0
}
.ripple-2 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}
.ripple-3 {
  -webkit-animation-delay:2s;
  animation-delay:2s
}
.ripple-4 {
  -webkit-animation-delay:3s;
  animation-delay:3s
}
.ripple-4 {
  -webkit-animation-delay:4s;
  animation-delay:4s
}
.ripple-5 {
  -webkit-animation-delay:5s;
  animation-delay:5s
}
.ripple-6 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}
@-webkit-keyframes heroripple {
  0% {
    -webkit-transform:translate3d(-50%, 50%, 0);
    transform:translate3d(-50%, 50%, 0);
    opacity:0.5
  }
  100% {
    -webkit-transform:translate3d(-50%, 50%, 0);
    transform:translate3d(-50%, 50%, 0);
    opacity:0;
    width:310px;
    height:310px
  }
}
@keyframes heroripple {
  0% {
    -webkit-transform:translate3d(-50%, 50%, 0);
    transform:translate3d(-50%, 50%, 0);
    opacity:0.5
  }
  100% {
    -webkit-transform:translate3d(-50%, 50%, 0);
    transform:translate3d(-50%, 50%, 0);
    opacity:0;
    width:310px;
    height:310px
  }
}
.hero-1 .shape5, .hero-1 .shape4 {
  z-index: 9;
}
.shape3 {
  top: -420px;
  left: -330px;
  width: 619.52px;
  height: 619.52px;
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 100px;
  -webkit-transform: rotate(25.36deg);
  -ms-transform: rotate(25.36deg);
  transform: rotate(25.36deg);
  z-index: 2;
  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
}
.shape4 {
  top:0;
  right: -330px;
  width: 619.52px;
  height: 619.52px;
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 100px;
  -webkit-transform: rotate(25.36deg);
  -ms-transform: rotate(25.36deg);
  transform: rotate(25.36deg);
  z-index: 2;
  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
}
.hero-shape {
  position: absolute;
}
.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
  margin-left: auto;
}

.hero-style .slide-title h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 20px;
  text-transform: capitalize;
  transition: all .4s ease;
  line-height: 1.5;
  padding: 20px 40px;
  background: rgb(0,0,0,0.6);
  border-radius: 27px;
  border-left: 5px solid #01aded;
}


@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 30px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 20px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 1;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 20px;
  transition:all .4s ease;
  font-weight: normal;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}


/*Footer*/
/*footer*/

.footer-wrapper {
  --border-color: rgba(255, 255, 255, 0.3);
  --body-color: #BDBDBD;
  position:relative;
  z-index:2;
  background-color:#171717;
  overflow:hidden
}
.footer-wrapper .social-links a {
  margin:0 30px 0 0
}.footer-widget,
.footer-widget .widget {
  padding:0;
  border:none;
  padding-bottom:0;
  background-color:transparent;
  box-shadow:none;
  margin-bottom: 20px;
}
.footer-widget .form-group>i {
  color:#414498;
  top:18px
}
.footer-widget .sidebar-gallery {
  max-width:287px
}
@media (max-width: 1499px) {
  .footer-widget .sidebar-gallery {
    max-width:100%
  }
}
.footer-widget .widget_title {
  position:relative;
  border:none;
  font-family:var(--title-font);
  font-size:30px;
  font-weight:600;
  text-transform:capitalize;
  color:#fff;
  line-height:1;
  border-bottom:0;
  padding:0 0 15px 0;
  margin:-0.12rem 0 33px 0;
  max-width:275px
}
.footer-widget .widget_title:before,
.footer-widget .widget_title:after {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  width:61px;
  height:2px;
  background-color:#414498
}
.footer-widget .widget_title:after {
  width:16px;
  border:3px solid #414498;
  height:10px;
  background-color:transparent;
  bottom:-3px;
  left:40px;
  -webkit-animation:footerLine 7s linear infinite;
  animation:footerLine 7s linear infinite
}
.footer-layout4 .footer-menu {
  margin:0;
  padding:16px 0;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
  text-align:center;
  margin-bottom:40px
}
.footer-layout4 .footer-menu li {
  display:inline-block;
  margin-right:53px
}
@media (max-width: 991px) {
  .footer-layout4 .footer-menu li {
    margin-right:20px
  }
}
.footer-layout4 .footer-menu li a {
  padding:24px 0;
  font-size:14px;
  font-weight:500;
  color:#fff;
  text-transform:uppercase
}
.footer-layout4 .th-widget-contact.style2 {
  max-width:100%;
  text-align:center
}
.footer-layout4 .th-widget-contact.style2 .info-box_wrapper {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  gap:34px
}
.footer-layout4 .th-widget-contact.style2 .info-box_text {
  color:#fff;
}
.footer-layout4 .th-widget-contact.style2 .info-box_link {
  color:#fff
}
.footer-layout4 .th-widget-contact.style2 .info-box_link:hover {
  color:#fff
}
.footer-layout4 .th-social.footer-social {
  text-align:center
}
.footer-layout4 .th-social.footer-social a {
 padding: 3px 15px;
 line-height:38px;
 background-color:#fff;
 color:#414498;
}
.th-social.footer-social a {
  display: inline-block;

  background-color: #3D4250;
  color: #fff;
  font-size: 17px;
  text-align: center;
  margin-right: 5px;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-layout4 .th-social.footer-social a:hover {
  background-color:#414498
}
.footer-layout4 .th-social.footer-social a:hover i{
  color: #fff;
}
.th-social.footer-social a:hover {
  background-color: #414498;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.footer-layout4 .copyright-wrap {
  --body-color: #fff;
  background-color:#414498
}
.footer-layout4 .copyright-wrap a {
  color:#fff
}
.footer-layout4 .copyright-wrap a:hover {
  color:#414498
}

.widget-area {
  padding-top:70px;
  padding-bottom:66px
}
.footer-links {
  text-align:right
}
@media (max-width: 991px) {
  .footer-links {
    display:none
  }
}
.footer-links ul {
  padding:0;
  margin:0
}
.footer-links li {
  font-family:var(--body-font);
  display:inline-block;
  padding-right:15px;
  margin-right:10px;
  position:relative
}
.footer-links li:after {
  content:"";
  height:11px;
  width:1px;
  background-color:#fff;
  position:absolute;
  top:50%;
  right:0;
  margin:-5px 0;
  -webkit-transform:rotate(13deg);
  -ms-transform:rotate(13deg);
  transform:rotate(13deg)
}
.footer-links li:last-child {
  margin-right:0;
  padding-right:0
}
.footer-links li:last-child:after {
  display:none
}
.footer-links a {
  font-family:inherit;
  color:#fff
}
.footer-links a:hover {
  color:#414498
}
.copyright-wrap {
  padding:10px 0;
  background-size:100% auto;
  background-color:#53443D
}
.copyright-text {
  margin:0;
  color: #fff;
  text-align: center;
}
.copyright-text a {
  color:#414498
}
.copyright-text a:hover {
  color:#fff
}
.th-widget-contact {
  max-width:265px
}

.footer-layout4 .footer-menu {
  margin:0;
  padding:16px 0;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
  text-align:center;
  margin-bottom:40px
}
.footer-layout4 .footer-menu li {
  display:inline-block;
  margin-right:53px
}
@media (max-width: 991px) {
  .footer-layout4 .footer-menu li {
    margin-right:20px
  }
}
.footer-layout4 .footer-menu li a {
  padding:24px 0;
  font-size:14px;
  font-weight:500;
  color:#fff;
  text-transform:uppercase
}
.footer-layout4 .th-widget-contact.style2 {
  max-width:100%;
  text-align:center
}
.footer-layout4 .th-widget-contact.style2 .info-box_wrapper {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  gap:34px
}

.copyright-wrap br{
  display: none;
}
.copyright-wrap p, .copyright-wrap a{
  color: #fff !important;
  padding: 0;
  margin: 0;
}
.copyright-wrap{
  text-align: center;
}
@media screen and (max-width:767px){
  .copyright-wrap br{
    display: block;
  }
}


@media screen and (max-width:767px){
  .widget-area {
  padding-top: 40px;
  padding-bottom: 36px;
}
.footer-layout4 .footer-menu{
  margin-bottom: 20px;
}
.footer-layout4 .th-widget-contact.style2 .info-box_wrapper{
  display: block;
}
}


/*Banner*/
.page-title-section {
  padding:70px 0;position: relative;
  background-size: cover;
  background-position: center;
  text-align:center
}
.page-title-section h1 {
  font-size:50px;
  font-weight:700;
  line-height:1;
  color:#ffffff;
  margin-bottom:30px
}
@media screen and (max-width: 1199px) {
  .page-title-section {
    padding:140px 0
  }
  .page-title-section h1 {
    font-size:44px;
    margin-bottom:25px
  }
}
@media screen and (max-width: 991px) {
  .page-title-section {
    padding:130px 0
  }
  .page-title-section h1 {
    font-size:40px
  }
}
@media screen and (max-width: 767px) {
  .page-title-section {
    padding:120px 0
  }
  .page-title-section h1 {
    font-size:36px
  }
  .page-title-section ul li a,
  .page-title-section ul li:after {
    font-size:15px
  }
  .breadcrumb ul {
    line-height:25px
  }
}
@media screen and (max-width: 575px) {
  .page-title-section {
    padding:110px 0
  }
  .page-title-section h1 {
    font-size:32px
  }
}
.breadcrumb {
  list-style:none;
  display:inline-block;
  position:relative;
  text-align:center;
  max-width:420px;
  margin:0 0 auto 0;
  background:#414498;
  color:#ffffff;
  text-transform:uppercase;
  font-size:15px;
  font-weight:600;
  border-radius:10px;
  padding:8px 40px;
}
.breadcrumb span {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:8px;
  height:8px;
  background:#ffffff;
  left:20px;
  border-radius:50%;
  z-index:1
}
.breadcrumb span.right-dot {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:8px;
  height:8px;
  background:#ffffff;
  left:auto;
  right:20px;
  border-radius:50%;
  z-index:1
}
.breadcrumb ul {
  margin:0;
  padding:0;
  line-height:30px
}
.breadcrumb ul li {
  display:inline-block
}
.breadcrumb ul li:after {
  content:'\f105';
  font-weight:700;
  color:#ffffff;
  font-size:16px;
  font-family:Font Awesome\ 5 Free;
  padding:0 5px 0 10px
}
.breadcrumb ul li:last-child:after {
  content:none
}
.breadcrumb ul li a {
  color:#ffffff;
  font-size:16px;
  font-weight:500;
  text-transform:capitalize
}.ani-left-right {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: LeftRight;
  animation-timing-function: ease-in-out;position: absolute !important;
  left: 60px;
}@keyframes LeftRight {
  0% {
    transform:translate(0px, 0px)
  }
  65% {
    transform:translate(30px, 0)
  }
  100% {
    transform:translate(0px, 0px)
  }
}.ani-top-bottom {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: TopBottom;
  animation-timing-function: ease-in-out;position: absolute !important;
  z-index: 3 !important;
  right: 40px;
  background: #fff !important;
}.bg-secondary {
  background-color: #efb443 !important;
}@keyframes TopBottom {
  0% {
    transform:translate(0px, 0px)
  }
  65% {
    transform:translate(0, 30px)
  }
  100% {
    transform:translate(0px, 0px)
  }
}

  .page-title-section::before{
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #0009;
  }


/*About Us*/
.about-one {
  position: relative;
  z-index: 2;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .about-one {
    padding: 80px 0;
  }
}

.about-one__shape {
  position: absolute;
  right: 0;
  bottom: -55px;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  animation: movebounce3 4s linear infinite;
}
@media (max-width: 1700px) {
  .about-one__shape {
    display: none;
  }
}
.about-one__image {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.about-one__image img {
  max-width: 100%;
  height: auto;
  
}@keyframes shapeMove {
  0%, 100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
}
.about-one__image__three img{
  border-radius: 50%;
}
.about-one__image__two {
  max-width: 170px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border: 6px solid #fff;
  border-radius: 10px;
  animation: shapeMove 4s linear 0s infinite;
}
.about-one__image__three {
  position: absolute;
  left: -104px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 207px;
  height: 207px;
background: transparent;  border-radius: 50%;
  padding: 16px;
  animation: treeMove2 4s linear 0s infinite;
}
@media (max-width: 1299px) {
  .about-one__image__three {
    display: none;
  }
}
.about-one__content {
  position: relative;
}
@media (max-width: 991px) {
  .about-one__content {
    margin-top: 45px;
  }
}
.about-one__content .sec-title {
  padding-bottom: 21px;
}
.about-one__content__text {
  margin: 0 0 18px;
}
@media (min-width: 1200px) {
  .about-one__content__text {
    padding-right: 50px;
  }
}
.about-one__content__quote {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .about-one__content__quote {
    padding-right: 30px;
  }
}
.about-one__content__quote i {
  flex-shrink: 0;
  font-size: 48px;
  line-height: 48px;
  color: #44a05b;
  transform: scale(1);
  transition: all 0.5s ease;
}
.about-one__content__quote:hover i {
  transform: scale(0.9);
}
.about-one__content__border {
  position: relative;
  width: 100%;
  max-width: 84%;
  height: 1px;
  background-color: #dddddd;
  margin: 26px 0;
}
.about-one__content__border::after {
  width: 7px;
  height: 7px;
  content: "";
  background-color: #44a05b;
  border-radius: 50%;
  left: 0;
  top: -3px;
  position: absolute;
  animation: zumpX 15s linear infinite;
}
.about-one__content__list {
  margin: 30px 0 40px;
  padding: 0;
}
.about-one__content__list li {
  list-style: none;
  min-height: 31px;
  padding: 0 0 0 42px;
  margin: 0 0 20px;
  position: relative;
}
.about-one__content__list li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 31px;
  height: 31px;
  background-color: #202221;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #fff;
  transition: all 0.4s ease;
}
.about-one__content__list li:hover span {
  background-color: #44a05b;
}
@keyframes zumpX {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 100%;
  }
}@keyframes treeMove2 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(-10deg) translateX(0);
    transform: rotate(-10deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(0);
    transform: rotate(10deg) translateX(0);
  }
}
.website-btn {
 background: #424497;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.5s ease;border: 4px double #fff;display: block;
  width: fit-content;
  margin-top: 15px;
}
.website-btn:hover{
 background: #02acec;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.5s ease;
}
p {
  font-size: 17px;
  line-height: 30px;
  text-align: justify;color: #2A2A2A;
  margin-bottom: 10px;
}.sectiontitle {
  font-size: 36px;
  text-transform: uppercase;
  padding-bottom: 3px;
  border-bottom: 4px double #03aceb;
  margin-bottom: 20px;
  width: fit-content;
}
.sectiontitle span{
 color: #03aceb !important;
}
.copyright-wrap p, .copyright-wrap a, .footer-layout4 .th-widget-contact.style2 .info-box_text{
  text-align: center;
}

h1,h2,h3,h4,h5,h6{
  font-family: "Alice", serif;
}


.service-section-three{
  position:relative;
  /*margin-top:-110px;*/
  padding:90px 0px 90px;
  background-attachment:fixed;
  background-size:cover;
  z-index: 99;
}

.service-section-three .btn-box{
  position:relative;
  margin-top:30px;
}

.service-section-three:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  opacity:0.80;
  background-color:rgba(0, 0, 0, 0.73);
}

.visonmission-block{
  position:relative;
  margin-top:50px;
}

.visonmission-block .inner-box{
  position:relative;
  border-radius:5px;
  text-align:center;
  border-radius:3px;
  overflow:hidden;
  padding:40px 20px 30px;
  background-color:#414498;
}

.visonmission-block .inner-box .icon-box{
  position:relative;
  display:inline-block;
  margin-bottom: 30px;
}
.visonmission-block .inner-box .fa-plus{
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  margin-top: 20px;
  background-color: #03b8f9;
}
.visonmission-block .inner-box .icon-box:before{
  position:absolute;
  content:'';
  left:-10px;
  top:-10px;
  right:-10px;
  bottom:-10px;
  border-radius:50px;
  width: 90px;
  height: 90px;
  border:2px dashed #fff;
}
.visonmission-block .inner-box .icon-box::before{
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }
    to { 
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }
    to { 
        -o-transform: rotate(360deg);
    }
}

.visonmission-block .inner-box:hover .icon-box .fa{
  background-color:#30c9ff;
  -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.visonmission-block .inner-box .icon-box .fa{
  position:relative;
  width:70px;
  height:70px;
  line-height:70px;
  border-radius:50px;
  display:inline-block;
  color:#fff;
  font-size:35px;
  
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  background-color:#000131;
}

.visonmission-block .inner-box h5{
  margin-top:;
  position: relative;
}

.service-section-three .section-sub-title{
  color: #fff;
}
.service-section-three .section-sub-title::before{
  color: #fff;
  border: 1px solid #fff;
  background: linear-gradient(45deg, transparent 0 40%, #fff 40% 100%);
}
.service-section-three .section-title{
  color: #fff;
  margin-bottom: 30px;
  position: relative;
}
.visonmission-block .inner-box h5 a{
  color:#fff;
  font-size: 30px;
  position: relative;
  text-decoration: none;
}

.visonmission-block .inner-box .text{
  color: #fff;
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.visonmission-block .inner-box .fa-plus-icon{
  position:relative;
  width:40px;
  height:40px;
  line-height:40px;
  border-radius:4px;
  display:inline-block;
  font-family: "Flaticon";
  color:#fff;
  font-size:var(--font-16);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  background-color:red;
}

.visonmission-block .inner-box:hover .fa-plus{
  background-color:#fff;
  color:#01aded;
}

.visonmission-block .inner-box .color-layer{
  position:absolute;
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
}

.visonmission-block .color-one{
  position:absolute;
  left:0px;
  top:0px;
  width:25%;
  height:0%;
  transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  background-color:#01aded;
}

.visonmission-block .inner-box:hover .color-one{
  height:100%;
}

.visonmission-block .color-two{
  position:absolute;
  left:25%;
  top:0px;
  width:25%;
  height:0%;
  transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  background-color:#01aded;
}

.visonmission-block .inner-box:hover .color-two{
  height:100%;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.visonmission-block .color-three{
  position:absolute;
  left:50%;
  top:0px;
  width:25%;
  height:0%;
  transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  background-color:#01aded;
}

.visonmission-block .inner-box:hover .color-three{
  height:100%;
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.visonmission-block .color-four{
  position:absolute;
  left:75%;
  top:0px;
  width:25%;
  height:0%;
  transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  background-color:#01aded;
}

.visonmission-block .inner-box:hover .color-four{
  height:100%;
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}


@media screen and (max-width:767px){
    .about-one {
    padding: 30px 0;
  }
    .about-one__content {
    margin-top: 15px;
  }
  .sectiontitle {
  font-size: 25px;
}
  p {
    font-size: 15px;
    line-height: 26px;
  }
}

@media screen and (max-width:1400px){
.visonmission-block .inner-box .text
{
  font-size: 16px;
}
}
@media screen and (max-width:1300px){
.visonmission-block .inner-box .text
{
  font-size: 15px;
}
}


@media screen and (max-width:767px){
    .page-title-section {
    padding: 30px 0;
  }
  .page-title-section h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .breadcrumb{
    padding: 4px 30px;
  }
  .breadcrumb span{
    top: 51%;
  width: 6px;
  height: 6px;
  left: 17px;
  }
  .breadcrumb span.right-dot{
     top: 51%;
  width: 6px;
  height: 6px;
  right: 17px;
  }
.visonmission-block {
  position: relative;
  margin-top: 10px;
}
.visonmission-block .inner-box{
  padding: 28px 20px 8px;
}
}



/*Services*/
.our-services .sectiontitle{
margin: auto;margin-bottom: 20px;
}
.our-services .text-left{
 text-align: center !important;
}
.our-services{
padding: 60px 0 40px;
background: #d6f2fc;
}
.post-slide{
  padding: 20px 20px;
}
.services-sec__item{
  box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.17);
}
.services-sec__item {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
  border-radius: 10px;
  padding: 10px 10px 0;
  margin-bottom: 25px;
}
.services-sec__item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  opacity: 0;
  border-radius: 10px;
  background-color: #03aceb;
  transition: all 0.5s;
}
.services-sec__item:hover::after {
  height: 100%;
  opacity: 1;
}
.services-sec__item__image {
  position: relative;
}
.services-sec__item__image img {
  width: 100%;
  height: auto;
}
.services-sec__item__content {
  position: relative;
  z-index: 2;
  padding: 0 20px 32px;
  min-height: 245px;
}
.services-sec__item__icon {
  position: relative;
  z-index: 3;
  top: -44px;
  width: 84px;box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.17);
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto -25px;
  background-color: #424497;
  font-size: 44px;
  color: #424497;
  transition: all 500ms ease;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.08));
}
.services-sec__item:hover .services-sec__item__icon {
  background-color: #fff;
  color: #fff;
}
.services-sec__item:hover .services-sec__item__icon span {
  animation: bounceIn 1s linear;
  animation-duration: 1s;
}
.services-sec__item__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 7px;
}
.services-sec__item__title a {
  color: #424497;
  text-transform: uppercase;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.services-sec__item__title a:hover {
  background-size: 100% 1px;
}
.services-sec__item__title a:hover {
  color: #fff;
}
.services-sec__item__icon img{
  height: 40px;
  filter: brightness(0) invert(1);
}
.services-sec__item:hover .services-sec__item__icon img{
  height: 40px;
  filter: none;
}
.services-sec__item:hover .services-sec__item__title a{
  color: #fff;
}
.services-sec__item:hover .services-sec__item__text{
color: #fff;
}
.services-sec__item:hover .services-sec__item__title {
  color: #fff;
}
.services-sec__item__text {
  line-height: 26px;
  margin: 0;
  text-align: center;
  transition: all 300ms ease;
}
@media (min-width: 1200px) {
  .services-sec__item__text {
    padding: 0px;
  }
}
.services-sec__item__text {
  color:#4d4d4d
}

@media screen and (max-width:1400px){
  .services-sec__item__content{
    min-height: 230px;
  }
}


@media screen and (max-width:767px){
  .our-services {
  padding: 27px 0 9px;
}.post-slide {
  padding: 20px 10px;
}.services-sec__item__title {
  font-size: 23px;
}
.services-sec__item__content{
padding: 0 9px 32px;
min-height: auto;
} .post-slide {
    padding: 0px 10px;
  }
}



/**/



.whyus .sectiontitle{
  margin-bottom: 30px;
}
.whyus-sec--card-wrap.right-wrap {
  text-align: end;
}
.whyus-sec--card-wrap.right-wrap p{
  text-align: right;
}
.whyus-sec--card-wrap.right-wrap .whyus-sec--card {
  flex-direction: row-reverse;
}
.whyus .sectiontitle{
  margin: auto;
  margin-bottom: 20px;
}
.whyus-sec--card {
  display: inline-flex;
  gap: 22px;
  border: 1px solid #ccc;
  padding: 20px;
  width: 100%;
  border-radius: 10px;
}
.whyus-sec--card:not(:last-child) {
  margin-bottom: 60px;
}
.whyus-sec--card .whyus-sec--card-text{
  text-align: left;
}
.whyus-sec--card .icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
  flex: none;
  text-align: center;
  position: relative;
}
.whyus-sec--thumb-1{
  text-align: center;
}

.whyus-sec--card .icon img {
  transition: 0.4s;
  height: 70px;
}
.whyus{
  padding: 60px 0;
  background:#fff;
}
.whyus-sec--card .whyus-sec--card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0px;
  color: #000;
}
.whyus-sec--card-wrap p{
  margin-bottom: 0;
}



@media screen and (max-width:767px){
  .whyus {
  padding: 30px 0;
}
.whyus-sec--thumb-1 img{
  width: 50%;
}
.whyus-sec--card .whyus-sec--card-title {
  font-size: 20px;
}.whyus-sec--card:not(:last-child) {
  margin-bottom: 20px;
}.whyus-sec--card-wrap.right-wrap {

  margin-bottom: 20px;
}
.whyus-sec--card{
  padding: 20px 20px 10px;
}
}



.contactpage{
  padding: 60px 0;
}
.mbnew-widget_icon{
  position: absolute;
  width: auto;
  top: -2px;
  right: 5px;
}
.mbnew-timelist-li-title a{
  font-size: 16px;
}
.mbnew-widget_icon .mbnew_icon{
  font-size: 25px;
  padding: 15px;
  border-radius: 50%;
  display: inline-block;
    line-height: 1;
    transition: all .3s;
  text-align: center;
  color: #fff;
  background-color: #414498;
}.form-control {
  margin-bottom: 20px;
  height: 50px;
}
textarea.form-control{
  height: 100px !important;
}
.inner-box_area .col-md-6.col-lg-4:not(:first-child) .mbnew-widget_icon .mbnew_icon{
  background-color: #414498;
}
.mbnew-widget_icon .mbnew_icon i{
  width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.inner-box_style{
  width: 100%;
  height: 100%;
  padding: 45px 45px 45px 45px;
  clip-path: polygon( 4.596% 0.565%,4.596% 0.565%,3.947% 0.895%,3.336% 1.309%,2.766% 1.801%,2.24% 2.364%,1.762% 2.994%,1.336% 3.686%,0.966% 4.433%,0.655% 5.23%,0.407% 6.072%,0.226% 6.954%,0.226% 6.954%,0.176% 7.633%,0.134% 9.052%,0.099% 11.243%,0.071% 14.238%,0.051% 18.072%,0.037% 22.777%,0.03% 28.386%,0.029% 34.931%,0.034% 42.447%,0.045% 50.966%,0.113% 93.462%,0.747% 95.156%,0.747% 95.156%,0.969% 95.705%,1.219% 96.23%,1.495% 96.729%,1.795% 97.201%,2.119% 97.644%,2.466% 98.057%,2.834% 98.439%,3.221% 98.786%,3.628% 99.099%,4.052% 99.376%,5.094% 100%,94.968% 100%,96.009% 99.376%,96.009% 99.376%,96.433% 99.099%,96.84% 98.786%,97.228% 98.439%,97.595% 98.057%,97.942% 97.644%,98.266% 97.201%,98.566% 96.729%,98.842% 96.23%,99.092% 95.705%,99.314% 95.156%,99.948% 93.462%,100.016% 62.259%,100.016% 62.259%,100.026% 56.181%,100.03% 50.744%,100.027% 45.939%,100.017% 41.754%,100.002% 38.18%,99.98% 35.207%,99.952% 32.824%,99.919% 31.023%,99.88% 29.793%,99.835% 29.123%,99.835% 29.123%,99.782% 28.765%,99.722% 28.409%,99.657% 28.055%,99.585% 27.703%,99.506% 27.353%,99.421% 27.006%,99.33% 26.662%,99.233% 26.32%,99.129% 25.982%,99.02% 25.646%,99.02% 25.646%,98.694% 24.858%,98.32% 24.143%,97.887% 23.492%,97.382% 22.896%,96.796% 22.344%,96.115% 21.827%,95.33% 21.335%,94.428% 20.858%,93.398% 20.387%,92.228% 19.911%,92.228% 19.911%,90.917% 19.385%,89.803% 18.853%,88.861% 18.284%,88.064% 17.642%,87.387% 16.895%,86.802% 16.008%,86.285% 14.949%,85.808% 13.684%,85.345% 12.179%,84.871% 10.401%,84.871% 10.401%,84.719% 9.788%,84.565% 9.183%,84.412% 8.598%,84.262% 8.041%,84.118% 7.522%,83.984% 7.05%,83.863% 6.635%,83.757% 6.286%,83.669% 6.013%,83.603% 5.825%,83.603% 5.825%,83.404% 5.38%,83.153% 4.909%,82.858% 4.424%,82.528% 3.935%,82.171% 3.455%,81.797% 2.994%,81.414% 2.564%,81.031% 2.177%,80.656% 1.843%,80.298% 1.575%,80.298% 1.575%,79.621% 1.141%,78.889% 0.795%,77.849% 0.527%,76.251% 0.327%,73.84% 0.186%,70.367% 0.092%,65.577% 0.037%,59.22% 0.01%,51.043% 0.001%,40.794% -0%,40.794% 0%,31.784% 0.009%,24.453% 0.022%,18.619% 0.04%,14.103% 0.066%,10.725% 0.104%,8.304% 0.156%,6.661% 0.225%,5.615% 0.315%,4.987% 0.427%,4.596% 0.565% );
}
.inner-box_1{
  background-color: #414498;
}
.inner-box_style .mbnew-heading_title{
  margin-bottom: 15px;
  padding-bottom:20px;
  border-bottom: 1px solid #FFFFFF33;
}
.inner-box_style .mbnew-heading_title h5{
  font-size: 26px;
    line-height: 32px;
  margin: 0;
  color: #fff;
}
.mbnew-timelist-list{
  padding-left: 0;
  margin-left: 0;
}
.inner-box_1 ul.mbnew-timelist-list li{
  padding: 5px 0;
}
.inner-box_1 ul.mbnew-timelist-list li .mbnew-timelist-li-title{
  font-weight: 400;
    font-size: 15px;
  color: #fff;
}
.inner-box_1 ul.mbnew-timelist-list .mbnew-timelist-li-value{
  float: left;
  color: #fff;
}
.inner-box_1 ul.mbnew-timelist-list .mbnew-timelist-li-value a{
  color: #fff
}
.inner-box_1 ul.mbnew-timelist-list li{
  list-style: none;
}
.mbnew-timelist-li-title a{
  color: #fff
}
.inner-box_style{
  padding-bottom:20px;
}
.contactform{
  padding:60px 0;background: url(../images/service-bg-2.webp);
    background-size: auto;
  background-size: auto;
  background-size: cover;
  position: relative;

}
.contactform{
  overflow: hidden;
}
.contactform .form{
  padding: 40px 30px 24px;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.48);
}
.contactform .form h2{

  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Cinzel Decorative", serif;
  color: #000;
  text-align: left;
  margin-bottom: 20px;

}
.contactform h2 span {
  color: #414498;
}





@media screen and (max-width: 991px){
  .page-header-content{
    padding-top: 0rem !important;
  }
  .contactpage .position-relative, .contactform .form{
    margin-bottom: 30px;
  }
  .contactpage{
    padding-bottom: 30px;
  }

}


.about-button button{
  background: transparent;
  border: transparent;
  color: #fff;
}

.about-button:hover button{
 color: #414498;
}
.contactform .about-button a{
  margin-top: 20px;
}


.gallery-section{
  padding: 60px 0;
}


@media screen and (min-width:767px){
  .active::after{
    opacity: 1 !important;
    bottom: 0 !important;
  }
}


@media screen and (max-width:767px){
  .contactform {
  padding: 30px 0;
}
.contactpage {
  padding: 38px 0 0px;
}
.contactform .form {
  padding: 17px 19px 13px;
}
}
/*service page css*/
.service-details-area {
  padding: 70px 0;
}
.service__details__left__wrap {
  padding: 10px 0px;
  background:#d6f2fc;
}
.servcie__links a {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  border-radius: 5px;
  padding: 19px 40px;
  margin-bottom: 0px;
  color: #2A2A2A;
}
.servcie__links a {
  display: flex;
  justify-content: space-between;border-bottom: 1px solid #ccc;
}
.activelinks {
  background: #00aded !important;
  color: #fff !important;
}
.servcie__links a span {
  float: right;
  height: 32px;
  width: 45px;
  position: absolute;
  top: 25%;
  right: 20px;
  background: #fff;
  font-size: 16px;
  border-radius: 15px;
  text-align: center;
  padding-top: 4px;
  color: #000;
}
.activelinks span {
  color: #00aded !important;
}
.service-details-help {
  position: relative;
  display: block;
  padding: 50px 35px 50px;
  margin-top: 30px;
  text-align: center;
  z-index: 1;
  background-color: #00aded;
  border-radius: 15px;
  overflow: hidden;
}
.help-shape-1 {
  position: absolute;
  bottom: -215px;
  left: -95px;
  width: 220px;
  height: 500px;
  background-color: #303030;
  mix-blend-mode: soft-light;
  border-radius: 150px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
.help-shape-2 {
  position: absolute;
  top: -118px;
  right: -130px;
  width: 180px;
  height: 350px;
  background-color: #fff;
  mix-blend-mode: soft-light;
  border-radius: 186px;
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
}
.help-title {
  font-size: 28px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 17px;
  font-weight: 700;
}
.help-icon {
  height: 73px;
  width: 73px;
  background-color: #fff;
  color: #00aded;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.help-contact {
  position: relative;
  display: block;
  margin-top: 21px;
}
.help-contact p {
  font-size: 16px;
  color: #fff;
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 0px;
  line-height: 25px;
  font-weight: 600;
  opacity: 0.8;
  text-align: center;
  margin-bottom: 20px;
}
.help-contact a {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service__details_thumb {
  margin-bottom: 20px;
}
.service__details_thumb img {
  width: 100%;
}
.service__details__wrap h2 {
  color: #000;
}
.gallery-box{
  margin-bottom: 30px;
}
@media screen and (max-width:767px){
 .service-details-area {
  padding: 30px 0 15px;
}
.gallery-section {
  padding: 35px 0 5px;
}
.service__details__wrap h2 {
  color: #000;
  font-size: 25px;
}.service__details__left__wrap {
  padding: 10px 0px;
  background: #d6f2fc;
  margin: 20px 0;
}.servcie__links a {
  font-size: 16px;
    padding: 19px 16px;
  margin-bottom: 0px;
  color: #2A2A2A;
}
.servcie__links a span{
    display:none;
}
.whyus{
  overflow: hidden;
}    .topheader ul li {
        font-size: 13px;
        margin-left: 9px;
    }.nav-item.active .nav-link {
    color: #02adec !important;
}
.contactform .form h2{
    font-size: 25px;
}
.inner-box_style {
  padding: 22px 8px 3px 16px;
}.mbnew-timelist-li-title a {
  font-size: 14px;
}
.inner-box_1 ul.mbnew-timelist-list li .mbnew-timelist-li-title {
  font-weight: 400;
  font-size: 14px;
}
.inner-box_style .mbnew-heading_title h5 {
  font-size: 23px;
  line-height: 22px;
}
.mbnew-widget_icon{
    top: -21px;
} .services-sec__item__title {
    font-size: 21px;
  }
}
/* / service page css*/