@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oregano:ital@0;1&display=swap');
:root{
	--yellow:#f9daa0;
	--yellow2:#c49a4d;
	--white:#fff;
	--gray:#888;
	--black:#232426;
}



body{
    margin:0;
    padding:0;
   font-family: "Nunito Sans", sans-serif;
   min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: url(images/bg.webp) 0 0 repeat;
	color:#b1b1b1;
}
a{color: #fdb93f;text-decoration: none;}
a:hover{text-decoration: none;}
img{max-width: 100%;}
li{list-style: none;}
ol li{list-style: number;}
p {font-size: 16px;color:#b1b1b1;}
.section_title{margin-bottom: 30px;}
.section_title.text-left h2:before{text-align:left; left:0!important;margin-left:0!important;}
.section_title.text-left h2:after{text-align:left;left:0!important;margin-left:0!important;}
.section_title h4{ font-size: 15px;color:var(--gray);font-weight:600;text-transform: uppercase;letter-spacing: 5px;margin: 0;}
.section_title h2{
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Oregano", cursive;
  font-weight: 400;
  font-size: 45px;
  color:var(--yellow);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding-bottom: 12px;
  text-transform:capitalize;
}
.section_title h2:before {
  width: 40px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -20px;
  background-color: var(--yellow);
}
.section_title h2:after {
  width: 120px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 5px;
  left: 50%;
  margin-left: -60px;
  background-color: var(--yellow);
}	



.section_title_left h2
{
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
    font-size: 32px;
	color:#0a267a;
}
.section_title h3{
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 100;
	color:#000;
}
.section_title p{font-weight: 500;}
h1{font-family: "Oregano", cursive;font-weight: 400;font-size: 35px;color:var(--yellow2);}
h3{
    font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
    margin-bottom: 16px;
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: 600;
	color:var(--dblue);
}
h2{font-family: "Oregano", cursive; font-size: 32px; font-weight:700;color:var(--dblue);margin-bottom: 10px;}
h4{ font-size: 22px; font-weight:700;color:var(--yellow);margin-bottom: 10px;}
.bg-gradent{
      background-image: linear-gradient(to right, #e9fffe, #bdf5f557, #bdf5f500, #e9fffe);
}
/*header section*/
.header_tagline{
	font-size:25px;
	font-weight:400;
	color:var(--white);
	padding:0;
	margin:0;
	text-align:center;
  position: relative;
}
.header_tagline strong{color:var(--yellow);}
.header_tagline span{margin:0 6px;}
.header_tagline i {animation: animName 2s linear infinite;}
.header_tagline span b{
  position: absolute;
    left: 14%;
    bottom: -15px;
    font-size: 14px;
    font-weight: 400 !important;
}
@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}




.navbar{
    background: url(images/bg.webp) 0 0 repeat;
	padding:8px 0 10px 0; 
	z-index:888;
	border-bottom:1px solid var(--yellow2);
}

.navbar-brand {padding: 8px 5px 0 5px;	margin-right: 0;}
.navbar-brand img{height:75px;}
.btn-primary  {
	background:var(--black);
    background-size: 400% 400%;
    animation: gradient 4s ease infinite;
	color:var(--white)!important;
    border-radius:10px 0;
    padding:10px 15px!important;   
    border:1px solid var(--yellow);
    font-size:14px;
    font-weight:600;
    margin:0 10px;
	outline:0;
}
.btn-primary:focus {box-shadow:none;}
.btn-primary:hover {background:var(--yellow2);border:1px solid var(--white);}
.btn-primary i{background:transparent;width:auto;font-size:16px; color:#fff;}
.btn-secondary  {
	background:var(--yellow2);
    background-size: 400% 400%;
    animation: gradient 4s ease infinite;
	color:var(--white)!important;
    border-radius:10px 0;
    padding:10px 15px!important;   
    border:1px solid var(--yellow2);
    font-size:14px;
    font-weight:600;
    margin:0 10px;
	outline:0;
}
.btn-secondary:focus {box-shadow:none;}
.btn-secondary:hover {background:var(--black); border:1px solid var(--yellow2);}
.btn-secondary i{background:transparent;width:auto;font-size:12px; color:#fff;}

.top_bar_right li .btn-primary i{background:transparent;width:0;height:0;border-radius:0;margin-right:15px;margin-left:3px;}
.top_bar_right li i {
	    font-size: 15px;
    color: #111;
    background: var(--yellow);
    width: 28px;
    height: 28px;
    border-radius: 7px 0;
    line-height: 30px;
    text-align: center;
	margin-right:5px;
}
.top_bar_right {margin: 0; padding: 0;}
.top_bar_right li {display: inline-block;margin: 0;}
.top_bar_right li a{font-size: 15px; font-weight:600;color:var(--white);margin-left:10px;}
.top_bar_right li a:hover{color: var(--yellow);}
.top_bar_right li a:hover i{background: var(--white);color: var(--black);}

.social-media-top li.btn_blue_rounded span{
	font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
	margin-left:5px;
	color:#fff;
}
/*banner start*/
.carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
	border-radius:50%;
    background-color: #fff;
	display:block;
}
.banner-main{background:#b5b09b!important;position: relative;margin-top:45px;}
.banner-main iframe{width:100%!important;margin-top:10px!important;}

.frm_position {
    position: absolute;
    top:17%;
    right: 4%;
	z-index:222;
}
.form_area {
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius:12px 0;
    border: 1px solid #bbb;
    box-shadow: 0 0 15px #666;
}
.form_area_mid { padding:0;}
/*banner end*/
.banner_strip{background:#ad8f43;padding: 10px 0;width:100%;    margin-bottom: 20px;}
.banner_strip ul{margin-bottom: 0;}
.banner_strip ul li {
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-right:18px;
    color: #fff;
    border-right: 1px solid #ffffff52;
    padding-right: 18px;
	text-align:center;
}
.banner_strip li img{width:35px;display:block;margin:0 auto;}
.banner_strip ul li:last-child{border-right:0;}
.card-title {margin-bottom:0;color:var(--white); font-size: 14px;}
.speciality {background:#ffffff1c;

padding:20px 0 30px 0!important;}
.speciality .card {background:transparent;border:1px solid #ffffff24;}
.speciality .card-title {margin-bottom:0;color:var(--white); font-size: 15px;text-align:center;}
.speciality .card-body {padding: 12px; background: #ad8f43;}
label {color: #111;font-size: 14px;margin-bottom:0!important;}
input,  textarea, select{
width: 100%;
    border: 0px solid #2884d2!important;
    padding: 8px !important;
    font-size: 14px !important;
    border-radius: 4px !important; 
	color:#666!important; 
}
input,
textarea
select{
    outline: none !important;
	    width: 100%;
}
textarea{
	width: 100%;
    height: 80px !important;
    resize: none !important;
}

input[type=submit]{
   background:var(--yellow2);
    width:90%!important;
    color:var(--white)!important;
    text-align: center;
    border-radius: 8px 0!important;
    padding: 10px 0!important;
    font-size: 14px!important;
    font-weight:600;
    text-transform: uppercase;
    transition: all ease-in-out .3s;
    cursor: pointer;
    height: auto;
	border: 1px solid #fff!important;
}
input[type=submit]:hover{
 background:var(--black); color:var(--yellow)!important;
}
.form_area_mid input[type=submit]{margin-top:5px;}
/* <--FOOTER--> */
footer {
    background-color: #ffffff1a;
    position: relative;
    font-family: "Nunito Sans", sans-serif;
    color: #fff;
    margin-top: auto;
	border-top:2px solid #ffffff1a;
  }
  
footer .btn-primary{font-size: 18px;}
footer .btn-primary i {
	font-size: 14px;
    float: none;
    position: relative;
    top: 0;
    margin-left: 2px;
}

  footer h4, footer h5, footer h6 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 15px;
    font-weight: 500;
  }
  footer ul {line-height: 2;}
  footer i {
    font-size: 15px;
    color: #fff;
    float: left;
    position: relative;
    top: 6px;
    margin-right: 10px;
  }
  .copyright {padding: 5px;}
  .copyright p {font-size: 13px; margin: 10px 5px;color: #b5b5b5;}  

  .copyright a:hover {color: #fff;}
  .copy_text {text-align: right;}

  /* <--FOOTER--> */
  .social_icon {float: right;padding: 10px 10px 0 0;  }
  .social_icon .social-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    transition: all 0.5s ease;
    margin: 0 2px;
    width: 25px;
    height: 25px;
    padding-left: 7px;
    border-radius: 3px;
	float:left;
  }
   /* <--SOCIAL ICONS--> */

.h2, h2 {font-size: 20pxfont-weight: 700;margin-bottom: 0;}
h4 {font-size: 22px;}
h5 {font-size: 16px;}
.clients h2 {color: #fff;}
.btn:not(:disabled):not(.disabled) { cursor: pointer;}
.pulse {
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse-black 2s infinite;
	background: transparent;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
	animation: pulse-white 2s infinite;
}
@keyframes pulse-white {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
/* pulse btn*/
.pulseit{
	-webkit-animation: pulse linear .5s infinite;
	animation: pulse linear .5s infinite;
	
}
@-webkit-keyframes pulse {
	0% { width:200px; } 
	50% { width:340px; } 
	100% { width:200px; }
}
@keyframes pulse {
	0% { width:200px; } 
	50% { width:340px; } 
	100% { width:200px; }
}
/* pulse btn*/
/* testnomial start*/

/*backto-top start*/
#backto-top {
    display: inline-block;
    background-color:var(--yellow2);
    width: 50px;
    height: 50px;
    text-align: center;
   border-radius:10px 0;
   border:1px solid var(--yellow2);
    position: fixed;
    bottom: 60px;
    right: 15px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-align: center;
}
#backto-top i {color: #fff;line-height: 50px;}
#backto-top:hover { background-color:var(--black);cursor: pointer;border:1px solid var(--yellow);}
#backto-top:hover i{color:var(--white);}
#backto-top.show {opacity: 1;visibility: visible;}
/*backto-top end*/
.tick ul{padding-left:0;margin:0px 0 20px 32px;} 
.tick ul li{margin-bottom:10px;font-size: 15px;} 
.tick ul li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    color: var(--yellow);
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	width: 25px;
    height: 25px;
	margin-right: 8px;
	margin-left: -32px;
}

.tick_double ul{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.tick_double ul{margin:0 0 0 20px;}
.tick_double ul li{width: 90%;}
.tick_double .position_listing ul li{width: 100%;}
.tick_double ul li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    color: var(--yellow);
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	width: 25px;
    height: 25px;
	margin-right: 8px;
	margin-left: -24px;
}

.position_listing ul{margin:0 0 10px 0;}
.position_listing ul li{
	content: "";
	background:var(--yellow);
	color:var(--white);
	padding:8px 12px;
	
}

.position_listing ul li:before{
	content: "";margin:0;
}



.thanku_bg {
  background-image: linear-gradient(#dbe4f1, #fff);
  height: 100%;
  min-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:130px 0 60px 0;
}
.thanku_bg p{font-size:22px;color:#000;}
.award{background-image: radial-gradient(circle, #fff, #fff, #52c2a7);padding:30px;}
.award img{width:70%;margin:0 auto;display:block;}
/*dots*/
.owl-nav{margin-top:16px;text-align:center;}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    font-size: 30px;
    display: inline-block;
	margin:0 5px;
	color:#0a267a;
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {color:#000;}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: inherit!important;
}
/*dots end*/
.sticky_div{position: sticky;top:100px;}

@keyframes moveLeftBounce {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}
	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}
}
.logo_area{align-items: center;}
.logo_area img{width:275px;}
.logo_text{text-align:center;line-height:30px;}

.alternate_column .row:nth-child(even) {
    direction: rtl; 
	text-align:left;
}
.alternate_column .row:nth-child(even) .content_box p,
.alternate_column .row:nth-child(even) .content_box h4
{direction: ltr;}
.alternate_column .row[class*=col-] {direction: ltr;}
.alternate_column .row:nth-child(even) .content_box ul{margin:0 0 15px 0;}
.alternate_column .row:nth-child(odd) .content_box ul{margin:0 0 15px 24px;}



.content_box {padding: 20px;text-align: left;}
.heading{font-size:22px;color:#000;font-weight:600;margin-bottom: 16px;border-bottom: 2px solid var(--yellow2);}
.heading strong {
    position: relative;
    background:var(--yellow2);
    color: #fff;
    font-size: 22px;
    font-weight:600;
    display: inline-block;
    padding:3px 10px;
}
.heading strong:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid var(--yellow2);
    border-top: 40px solid transparent;
}
/* img hover */
figure {
  margin: 0;
}

.grid {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  filter: gray;
  -webkit-filter: grayscale(0);
  -webkit-transition: all 0.8s ease-in-out;
      border-radius: 14px 0;
}


.grid figure figcaption::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; /* set to 100% for full overlay width */
  background-image: linear-gradient(#0000 50%, #000000ba);
  z-index:0;
  border-radius: 14px 0;
}

.grid figure figcaption {
  padding: 1em;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  backface-visibility: hidden;
  border-radius: 14px 0;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.effect-oscar {
  background: rgba(0, 0, 0, 0.9);border-radius: 14px 0;
}

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid var(--yellow);
  content: "";
  border-radius: 14px 0;
}


figure.effect-oscar h2 {
  margin:82% 0 0 0;
  transition: transform 0.35s;
  transform: translate3d(0, 100%, 0);
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px #000;
  z-index:1;
  position:relative;
}
figure.effect-oscar h2 strong{
  font-size: 16px;
  color:var(--yellow);
  font-weight:400;
  margin-bottom:8px;
  text-transform: capitalize;
  display:block;
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(0);
  font-size: 15px;
  color: #fff;
  text-transform: none;
  line-height: 22px;
  padding:0 4px;
}

figure.effect-oscar:hover h2 {
  transform: translate3d(0, 0, 0);
  margin: 20% 0 10px 0;
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
  opacity: 1;
  transform: scale(1);
}

figure.effect-oscar:hover figcaption {
  background-color: rgba(0, 0, 0, 0.35);
}

figure.effect-oscar:hover img {
  opacity: 0.4;
  filter: none;
  -webkit-filter: grayscale(1);
  -webkit-transform: scale(1.01);
}
/* img hover */
/* counter */
#counter .card {
    background:#ffffff1c;
    padding: 62px 10px;
    line-height:30px;
    text-align: center;
    border: 0;
    border-radius:10px 0;
}
.card-img-overlay{bottom:1%;top:auto;}
.card-img-text{background:rgba(0,0,0,.5);margin:0 auto;width:75%;}
#counter .card p{margin:0;font-weight:600;}
.counter_group{margin:0 auto;}
.counter-value{font-size:30px;font-weight:600;color:#000;display:table-cell;}
.plus{font-size:42px;font-weight:700;color:var(--dblue);padding-left:6px;display:table-cell;}

.counter_area{background:url(images/pattern-2.png) 0 0 repeat;}
.counter_box {
    background:var(--lightblue);
    padding: 15px;
    border-radius: 6px;
    border-bottom: 2px solid #fff;
    box-shadow: 0 15px 10px -15px #000;
}
.counter_box h5 {font-size: 18px;color: #fff;}
.counter_box img {height: 30px;margin: 5px;transition: transform .2s;}
.counter-value {
    font-size: 40px;
    font-weight: 600;
    color:var(--dblue);
    display: table-cell;
}
/* counter */
.doublebg {    background-image: linear-gradient(to right, #ffffff1c 42%, #ffffff26 0);}
.doublebg .section_title h2{
  position: relative;
  padding: 0;
  margin: 0;
 font-family: "Oregano", cursive;
  font-weight:400;
  font-size: 30px;
  color:var(--white);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding-bottom: 12px;
}
.doublebg .section_title h2:before {
  width: 40px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -20px;
  background-color: var(--yellow);
}
.doublebg .section_title h2:after {
  width: 120px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 5px;
  left: 50%;
  margin-left: -60px;
  background-color: var(--yellow);
}
.doublebg .section_title {margin-bottom:8px;}

/*photos gallery start*/

.post-box:hover .photo-img img{
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.photo-item{
   position: relative;
}
.photo-img{
    overflow: hidden;
    min-height: 57px;
    display: block;
    cursor: pointer;
	border-radius: 0;
}
.photo-img img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .5s ease-in-out;
    width: 100%;
	border-radius:0;
}
.photo-date {
    color: #fff;
    position: absolute;
    z-index: 99;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(rgba(0,0,0,0) 60%,rgba(0,0,0,.65) 100%);*/
    display: flex;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
}
.photo-date span{
    color: #000;
}
.photo-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000000b3;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
    
}
.photo-icon i {
    line-height: 70px;
    font-size: 30px;
    color: #fff;
}
.post-box{display:table;}
.post-box:hover .photo-date{
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
}
.view_title {
    font-size:16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 2px 0 0 0;
    background:var(--yellow2);
    padding: 6px 5px;
    border-radius: 0;
}

/*photos gallery end*/
.sticky_div{position: sticky;top: 5pc;}

.equalheight{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;}
.equalheight > [class*='col-'] { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.equalheight > [class*='col'] { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sectiongap{padding: 30px 0;}

.clients_div .owl-carousel .item{width: 96%;}
.clients_div .owl-carousel .item{text-align:center;border: 1px solid #68abdf;padding: 10px;background-color: #fff;border-radius:10px 0;}
.clients_div .owl-carousel .item h3{font-size: 18px;font-weight:700;color:var(--dblue);padding:0;margin:5px 0 0 0;}
.clients_div .owl-carousel .item h4{font-size: 14px;font-weight: 600;color:var(--black);padding:0;margin:0;}
.form-control, .form-check-input, select {color:#000!important;background-color:transparent;border:1px solid #ddd!important; border-radius:0!important;}
select option{color:#111!important;}

.form-check-input {border-radius:50%!important;}


.form-control:focus {background-color: transparent;box-shadow:none!important;}
::placeholder {
 color: #fff!important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
 color: #fff!important;
}

.services_country_block{margin:15px 0; text-align:center;border:1px solid var(--yellow); border-radius:10px 0;padding:4px;background:#fff;}
.services_country_block h3{font-size: 13px;font-weight: 700;color:var(--black);margin:6px 0 0 0;}

.modal-header h5{font-size: 25px;font-weight: 700;color:var(--dblue);margin:0;padding:0;}
.facebook_pic img{border-radius:15px 0;padding:8px;border:1px solid #ffffff91;}
.g-recaptcha-contact>div{
   height: 78px;
   transform:scale(0.7);
   webkit-transform:scale(0.7);
   text-align: left;
   position: relative;
   margin: 0 0 0 -30px;
}
.services_btn{margin-left:-22px;}
.btn-close {
    background:var(--yellow) url(images/close2.webp) center / 1em auto no-repeat !important;
    position: absolute !important;
    top: -.6pc;
    right: -.6pc;
    opacity: 1;
    height: 1.2em !important;
    width: 1.2em !important;
    border-radius: 50%;
}
.btn-close:focus {box-shadow:none;}
/*proggressbar*/
.progressBar_area{width:95%;}
.progressBar_area h5{color:var(--yellow);font-size:14px;font-weight:600;}
.progressbar {
    width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
	position: relative;
	background-color: #EEEEEE;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,.1);
}
.proggress{
	height: 8px;
	width: 10px;
	background-color: #3498db;
}
.percentCount{
	float:right;
	margin-top: -40px;
	clear: both;
	font-weight: bold;
	font-family: Arial
}
/*proggressbar*/
/*steps*/
.feature-s3 .content h4 { color: #fff;}
.feature-s3 .content h4 a::before { background: #000060;}
.feature-s3 .content p { color: #b8b8b8;}
.feature-s3 .content a.f-btn {color: #b8b8b8;}
.feature-area-inner > * {width: 35%;}
.feature-s4 {
  background: url(images/feature-s4-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 230px;
  display: flex;
  align-items: center;
  position: relative;
}
.feature-s4 .badge {
  font-family: "Oregano", cursive;
  font-weight:400;
  font-size: 24px;
  line-height: 45px;
  padding: 0;
  color:var(--yellow);
  background:var(--black);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
  right: 90px;
  top:-5px;
  position: absolute;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.feature-s4:hover .badge {transform: scale(0.8);}
.feature-s4:hover .content {box-shadow: none;}
.feature-s4:hover .content h3 {color:var(--yellow);}
.feature-s4 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 0;
  padding: 0 10px;
  width:80%;
}
.feature-s4.third .content{padding: 0 10px 0 10px;width: 100%;}
.feature-s4 .content h3 {
  font-size: 19px;
  line-height: 18px;
   color:var(--yellow);
  margin-bottom:8px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.feature-s4 .content p {line-height: 22px;color: #fff;margin-bottom: 0px;font-size: 15px;}
.feature-s4.third {
  width: 30%;
  background: url(images/feature-s4-shape2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.feature-home5::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid transparent;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.feature-area-s2 .s-title-wrap {text-align: center;}
/*steps*/
/*nav-tabs*/
.nav_tab_area {padding:0;}
.nav_tab_area h1 {color: #fff;}
.nav_tab_area .section-title p {color: #ccc;}
.nav_tab_area .nav-link {color: #fff;font-size: 18px;font-weight: 500;}
.nav_tab_area .nav-pills .nav-link {
    color: #bfbfbffc;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid #ffffff1a;
    border-radius: 0;
}
.nav_tab_area .nav-pills .nav-link strong {font-weight: 400;}
.nav_tab_area .nav-pills { margin: 0 auto;}
.nav_tab_area .nav-pills .nav-link.active {
    color: #c3aa7b;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid #c3aa7b;
    border-radius: 0;
}
.nav_tab_area .nav-pills .nav-link::after {
    content: '';
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #c3aa7b;
    position: relative;
    margin: -10px auto;
    padding-top: 10px;
    width: 12px;
    text-align: center;
    transform: translateY(100%);
    opacity: 0;
}
.nav_tab_area .nav-pills .nav-link.active::after {opacity: 1;}
.nav_tab_area .tab-content {padding-top: 15px;}
/*nav-tabs end*/
.text-warning {color:#ff0000!important;font-size: 12px;}

.modal-header h5{
  color: #c49a4d;
}

.modal-body p{
  color: #444;
}