@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{
	--orange:#fb7c00;
	--blue:#0551a6;
	--white:#fff;
	--gray:#555;
	--black:#222;
}



body{
    margin:0;
    padding:0;
   font-family: "Nunito Sans", sans-serif;
   min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: #fff;
	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:var(--black);}
.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(--blue);
  -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(--orange);
}
.section_title h2:after {
  width: 120px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 5px;
  left: 50%;
  margin-left: -60px;
  background-color: var(--orange);
}	



.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(--orange);}
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(--orange);margin-bottom: 10px;}
.bg-gradent{
      background-image: linear-gradient(to right, #e9fffe, #bdf5f557, #bdf5f500, #e9fffe);
}


.navbar{
    background:#fff;
	padding:8px 0 10px 0; 
	z-index:888;
	border-top:2px solid var(--orange);
}

.navbar-brand {padding: 8px 5px 0 5px;	margin-right: 0;}
.navbar-brand img{height:75px;}
.btn-primary  {
	background:var(--blue);
    background-size: 400% 400%;
    animation: gradient 4s ease infinite;
	color:var(--white)!important;
    border-radius:10px;
    padding:10px 15px!important;   
    border:1px solid var(--blue);
    font-size:14px;
    font-weight:600;
    margin:0 10px;
	outline:0;
}
.btn-primary:focus {box-shadow:none;}
.btn-primary:hover {background:var(--orange);border:1px solid var(--white);}
.btn-primary i{background:transparent;width:auto;font-size:16px; color:#fff;}
.btn-secondary  {
	background:var(--orange);
    background-size: 400% 400%;
    animation: gradient 4s ease infinite;
	color:var(--white)!important;
    border-radius:10px;
    padding:10px 15px!important;   
    border:1px solid var(--orange);
    font-size:14px;
    font-weight:600;
    margin:0 10px;
	outline:0;
}
.btn-secondary:focus {box-shadow:none;}
.btn-secondary:hover {background:var(--blue); border:1px solid var(--blue);}
.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(--orange);
    width: 28px;
    height: 28px;
    border-radius: 7px;
    line-height: 30px;
    text-align: center;
	margin-right:5px;
	border:1px solid var(--orange);
	color:var(--white);
}
.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(--black);margin-left:10px;}
.top_bar_right li a:hover{color: var(--orange);}
.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*/
.banner-main{background:#b5b09b!important;position: relative;    margin-top: 60px;}
.banner-main .carousel-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; 
  background-color: rgba(0,0,0,0.4);
 
}
.carousel-caption{z-index:2;}
.carousel-indicators{z-index:3;}
.carousel-caption {top: 30%;}
.carousel-caption h2{color:var(--white);font-size: 40px;font-weight:400;}
.carousel-caption h2 strong{color:var(--orange);font-weight:400;}
.carousel-caption p{color:var(--white);font-size: 20px;}

.carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
	border-radius:50%;
    background-color: #fff;
	display:block;
}



/*banner end*/
.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(--orange);
    width:90%!important;
    color:var(--white)!important;
    text-align: center;
    border-radius: 8px!important;
    padding: 10px 20px!important;
    font-size: 16px!important;
    font-weight: 800;
    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(--orange)!important;
}
.form_area_mid input[type=submit]{margin-top:5px;}
/* <--FOOTER--> */
footer {
    background-color:var(--black);
    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(--orange);
    width: 50px;
    height: 50px;
    text-align: center;
   border-radius:10px;
   border:1px solid var(--orange);
    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(--orange);}
#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;color:var(--black);} 
.tick ul li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    color: var(--orange);
    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 ul li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    color: var(--orange);
    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;
}

/*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;}


.content_box {padding: 20px;text-align: left;}
.heading{font-size:22px;color:#000;font-weight:600;margin-bottom: 16px;border-bottom: 2px solid var(--orange);}
.heading strong {
    position: relative;
    background:var(--orange);
    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(--orange);
    border-top: 40px solid transparent;
}
/* counter */
#counter .card {
    background:#fff;
    padding: 48px 10px;
    line-height:30px;
    text-align: center;
    border: 0;
    border-radius:10px;
}
.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:45px;font-weight:700;color:var(--orange);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(--blue);
    display: table-cell;
}
/* counter */

/*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;
}

/*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;}
.form-control, .form-check-input, select {color:#000!important;background-color:transparent;border:1px solid var(--orange)!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(--orange); 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;}


.btn-close {
    background:var(--orange) 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;}
.text-warning {color:#ff0000!important;font-size: 12px;}
.our_speciality .card h5{color:var(--black);font-size: 16px;text-align:center;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color:var(--white);
    background-color:var(--orange);
}
.nav-link { color:var(--blue);}
.bg2{background-image: linear-gradient(to right, #ebdfba 50%, #f2f9cd 0);padding:20px;}

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

.process-card2 {
  text-align: center;
  max-width: 187px;
  height: 187px;
  background-color: var(--white);
  border: 3px solid var(--theme);
  margin: 17px;
  position: relative;
  border-radius: 9999px;
  padding: 42px 6px;
}

.process-card2-wrap {
  position: relative;
}

.process-card2-wrap:after {
  content: '';
  height: 42px;
  width: 116px;

  background:url(images/step_arrow.webp) 0 0 repeat;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: calc(100% - 30px);
}

.process-card2-wrap:nth-child(even):after {
  top: unset;
  bottom: 0;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.process-card2-wrap:last-child:after {
  display: none;
}

.process-card2:before {
  content: '';
  width: 216px;
  height: 216px;
  position: absolute;
  top: -17px;
  left: -17px;
  border: 4px dotted var(--orange);
  border-radius: inherit;
}

.process-card2_icon {
  width: 80px;
  height: 80px;
  line-height: 65px;
  border: 3px solid var(--blue);
  background-color: var(--blue);
  border-radius: 50%;
  font-size: 34px;
  color: var(--white);
  position: absolute;
  top: -50px;
  left: -10px;
}

.process-card2_icon img {
	width:50px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.process-card2_title {
  font-size: 24px;
   color: var(--blue);
  margin-bottom: 8px;
  text-align: center;
}

.process-card2_text {
  margin-bottom: 0;
  font-size: 14px;
}

.process-card2:hover:before {
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}
/*steps*/


