@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sofadi+One&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

:root {
 --color-header: #8cc71f;
  --clr-gray: #e4e4e4;
  --clr-gray-dark: #343a40;
  --color-main: #2179b8;
  --clr-light: #FAF9FB;
  --color-off-white: #e0e0e0;
  --color-white: #ffffff;
  --theme-color: #8CC71F;
  --theme-color2: #54b435;
  --title-color: #0056AC;
}

html,
body {
  font-family: "Poppins", sans-serif;
}
html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: var(--color-header);
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px 0;
  color: var(--color-para);
}
.fist_letter::first-letter{
  font-size: 42px;
  font-weight: 700;
  color: var(--theme-color);
}
.wpcf7-spinner {
  display: none;
}
img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.container{
    max-width: 90%!important;
  }


.container_padding {
  padding: 50px 0;
}

.bottom_hr {
  width: 100%;
  margin-top: 50px;
  border: 1px solid #c1e0f7;
  opacity: 1;
}


.topmenusec {
  width: 100%;
  display: flex;
}
#topmenu .row{
  width: 100%;

}
#topinfo .row {
  width: inherit!important;
}

#mega-menu-item-261 ul.mega-sub-menu{
  z-index: 999!important;
  width: 60%!important;
  left: 25%!important;
  position: absolute!important;
}








/*Modal*/
.closebtn{
  position: absolute;
  margin-top: 100px;
  z-index: 455;
}
.modal-footer {
  position: absolute!important;
  right: 0px!important;
  top: -30px!important;
}
.close {
  color: #fff;
}
.modal-content {
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to bottom right,#83c235,#53af36);
}
.modal-dialog {
  max-width: 70%!important;
  margin-top: 10%!important;
  margin: auto;
}
.modal-dialog label{
  width: 100%;
  text-align: left;
  color: #fff;
  font-family: "Inter", sans-serif;
  padding-top: 3%;
  margin-bottom: 0px;
}
.modal-dialog select{
  width: 100%;
  background-color: #fff;
  border-radius: 50px;
  padding: 0px 10px;
  border: 2px solid #48ab00;
}
.nice-select{
  float: left;
  border-radius: 50px;
  padding: 4px 10px!important;
  width: 100%;  
  border: 2px solid #48ab00;
  background-color: #fff;
  line-height: 30px;
}
.modal-dialog #date {
  width: 100%;
  border-radius: 50px;
  padding: 7px 10px;
  border: 2px solid #48ab00;
}
.modal-dialog  #ep1 {
  float: left;
  border-radius: 50px;
  padding: 11px 10px;
  border: 2px solid #48ab00;
}
.modal-dialog  #ptime1 {
  float: left;
  border-radius: 50px;
  padding: 11px 10px;
  border: 2px solid #48ab00;
}
.modal-dialog .inputbox input{
  width: 100%;
  border-radius: 50px;
  padding: 5px 10px;
  border: 2px solid #48ab00;
  line-height: 30px;
}
.modal-dialog #appt {
    width: 100%;
  border-radius: 50px;
  padding: 5px 5px;
  border: 2px solid #48ab00;
  line-height: 30px;
}
.modal-content h4{
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 0px;
  font-family: "Inter", sans-serif;
}
 .requestbtn{
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid #0e8805;
  background-color: #1d8d05;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  margin-top: 5%;   
}
 .requestbtn:hover{
  padding: 10px 20px;
  font-size: 15px;
  color: #48ab00;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid #0e8805;
  background-color: #fff;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  transition: .5s;
}
.modal-content p{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 0px;
  font-family: "Inter", sans-serif;
}
.form-control {
  margin: 1em 0;
}


.form-control:hover, .form-control:focus {
  box-shadow: none;  
  border-color: #fff;
}
.username, .password {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 2px solid #eee;
  padding-left: 0;
  font-weight: normal;
  background: transparent;  
}
.form-control::-webkit-input-placeholder {
  color: #eee;  
}
.form-control:focus::-webkit-input-placeholder {
  font-weight: bold;
  color: #fff;
}
.appbtn {
  padding: 6px 20px;
  border-radius: 20px;
  background: none;
  border: 2px solid #FAB87F;
  color: #FAB87F;
  font-weight: bold;
  transition: all .5s;
  margin-top: 1em;
}
.appbtn:hover {
  background: #FAB87F;
  color: #fff;
}













.top_header {
  background-color: var(--theme-color);
}

.top_contact_left {
  width: 80%;
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  background-color: var(--title-color);
  padding-left: 50px;
  position: relative;
}

.top_contact_left a i {
  color: var(--theme-color);
  font-size: 16px;
  background-color: var(--color-white);
  border-radius: 50%;
  padding: 6px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.top_contact_left a i:hover {
  animation: tilt-shaking 0.25s infinite;
}

@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(0eg);
  }

  75% {
    transform: rotate(-12deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
.top_header a {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.top_contact_right {
  padding-right: 50px;
}

.top_contact_left a span {
  width: calc(100% - 30px);
  display: inline;
  font-weight: 500;
  color: var(--color-white);
	font-size: 12px;
}

.top_contact_right a i {
  font-size: 24px;
  transition: all .5s ease-in-out;

}

.top_contact_right a:hover i {
  scale: 1.2;
  transition: all .5s ease-in-out;
}
/*  */
.sbu_head_img {
  width: 30px;
  height: 30px;
  padding: 5px;
  position: relative;
  bottom: 10px;
  left: 50px;
}

.sbu_head_img_wrap {
  animation: rotateX 10s infinite linear;

}

@keyframes rotateX {
  to {
    transform: rotateX(360deg);
  }
}

.sbu_head_img::after,
.sbu_head_img::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background-color: var(--title-color);
  top: 57%;
  transform: translateY(-50%);
}

.sbu_head_img::after {
  left: 100%;
}

.sbu_head_img::before {
  right: 100%;
}

.sbu_head_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0) saturate(100%) invert(18%) sepia(35%) saturate(7210%) hue-rotate(198deg) brightness(96%) contrast(103%);
}

.sub_heading h4 {
  color: var(--theme-color);
  font-weight: 600;
}

/* Navbar */

#navbar {
  position: relative;
  z-index: 50;
  transition: all 0.8s ease-in-out;
}
#navbar .containerr{
	width: 100%;
}
nav.navbar{
	position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 95%;
  backdrop-filter: blur(7px);
  border-radius: 50px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.322);
  box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}


.menuinfo {
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  padding-top:0px;
}


.nav-item,
.nav-item a {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-main);
  transition: .5s ease;
}

.nav-link.active,
.nav-item:hover,
.nav-item a:hover {
  color: #003A84 !important;
  transition: .5s ease;
}

.nav_btn {
  background-color: var(--color-main);
  transition: .5s ease;
}

.nav_btn:hover {
  background-color: #0c5a91;
  transition: .5s ease;
  letter-spacing: .7px;
}
.navbar .dropdown .full_width {
  width: 410px;
  background-color: #ffffff;
  padding: 0;
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
;
}
.navbar .dropdown .full_width .row{
  padding: 10px 15px;
  margin-left: 0;
  margin-right: 0;
}
.navbar .dropdown-menu a {
  padding: 0;
  color: var(--clr-gray-dark);
  transition: .5s ease;
  font-size: 14px;

}
.col-6.col-sm-4 .dropdown-item:not(:last-child) {
  margin-bottom: 10px; 
}
.nav-link_group{
  padding: 0;
}
.navbar .dropdown-menu a:hover{
  color: #0c5a91;
  transition: .5s ease;
  background-color: transparent;
  scale: 1.01;
}
.dropdown-menu a{
  color: var(--color-off-white)
}
.brand_logo img{
    width: 55%;
}
.header-button {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 3;
}
.header-button .th-btn {
  width: 250px;
  height: 50px;
  line-height: 20px;
  top: 18px;
  border-radius: 50px;
  cursor: pointer;
  background-color: var(--title-color);
}

.th-btn{
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: #fff;
    /* font-family: var(--title-font); */
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 30px;
    min-width: 170px;
    border-radius: 50px;
}
.th-btn:before{
    content: "";
    position: absolute;
    height: calc(100% + 2px);
    width: calc(100% + 30px);
    top: -1px;
    right: 100%;
    background-color: var(--title-color);
    z-index: -1;
    transition: all 0.4s ease-out;
    border-radius: inherit;
    -webkit-clip-path: polygon(calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%, 0 0);
    clip-path: polygon(calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%, 0 0);

}
.th-btn:hover:before, .th-btn.active:before {
    right: -30px;
}
.navbar-collapse.collapse.show{
	border-top: 1px solid #f4f4f4;
	margin-top: 10px;
	padding-top: 0px;
}
.navbar-collapse.collapse.show .header-button .th-btn{
	margin: 0;
}
.header-button .th-btn:before {
	background-color: var(--theme-color);
}
/* ################### hero section ############### */
/* .top_header{
    background-color: #f5e3ea;
} */
.nav_contact_details{
    background-color: var(--color-main);
}
.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--color-main);
    transform: skew(40deg);
} 


#navbarCollapse {
  position: relative;
  right: 30px;
}

.navbar .navbar-brand img{
    width: 230px;
    height: 75px;
    object-fit: contain;
    /* padding: 10px 0; */
	margin-left: 10px;
}
.navbar-expand-md{
    padding: 0px!important;
  }
/* navbar modal start */
.appointment_modal .modal-content img{
  margin: 20px auto;
  width: 200px;
  height: 60px;
}
.appointment_modal{
  position: relative;
} 
.appointment_modal button{
  position: absolute;
  bottom: 20px;
  right: 50%;
  transform: translateX(50%);
  font-size: 16px;
  transition: .3s ease-in-out;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
}
.appointment_modal button:hover{
  color: var(--color-main);
  background-color: var(--color-white);
  transition: .3s ease-in-out;
  border: 1px solid var(--color-main);
}
.appointment_modal .modal_header button:hover{
  background-color: var(--color-main);
  scale: 1.2;
  transition: .3s ease-in-out;
}
.appointment_modal .modal-body{
  padding: 10px 30px 30px;
}
#mega-menu-wrap-primary{
	background: transparent !important;
}
#navbar.sticky {
  box-shadow: 0 4px 10px #0000001a;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  transform: translateY(0);
  animation: fadeInDown 0.8s ease-in-out forwards;
  z-index: 999;
}

#navbar.sticky nav.navbar {
  background-color: var(--color-white);
  backdrop-filter: blur(0px);
}

/* #navbar.sticky .nav-item,
#navbar.sticky .nav-item a {
  font-size: 15px;
  font-weight: 600;
  color: var(--theme-color);
  transition: .5s ease;
} */

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* hero */
#carouselExampleIndicators{



}
.caption_wrapper{
    width: 70%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 45;
}
.display-h1{
    color: var(--clr-light);
    font-size: clamp(1.3rem, 4vw, 5rem);
    padding-bottom: 30px;
}
.display-h1 span{
    color: var(--theme-color);
    /* padding-top: 80px; */
   
}
.lead{
    color: #fefefe;
    font-size: clamp(.8rem, 2vw, 1.2rem);
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.carousel-item img{
  animation: zoomIn 10s infinite alternate;
  transition: transform 0.5s ease-in-out;
  object-fit: cover;
  width: 100%;
  height: 90vh;
}
.carousel-inner::after{
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  left: 0px;
  opacity: 0.4;
}


/* about us */
#about{
  padding: 80px 0;
  overflow: hidden;
}
.about_content .display-h2{
  color: var(--title-color);
}
.display-h2{
  font-size: clamp(1.2rem, 3.5vw, 2rem);
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 20px;
  position: relative;
}
.about_img_wrap3 {
  position: relative;
  --r: 20px;
  --s: 30px;
  --x: 20px;
  --y: 10px;

  width: 100%;
  aspect-ratio: 1;
  background: yellow;
  border-radius: var(--r);
  --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%, #0000 72%);
  --_g: conic-gradient(at calc(100% - var(--r)) var(--r), #0000 25%, #000 0);
  --_d: (var(--s) + var(--r));
  mask:
    calc(100% - var(--_d) - var(--x)) 0 var(--_m),
    100% calc(var(--_d) + var(--y)) var(--_m),
    radial-gradient(var(--s) at 100% 0, #0000 99%, #000 calc(100% + 1px)) calc(-1*var(--r) - var(--x)) calc(var(--r) + var(--y)),
    var(--_g) calc(-1*var(--_d) - var(--x)) 0,
    var(--_g) 0 calc(var(--_d) + var(--y));
  mask-repeat: no-repeat;
}

.about_img_wrap1 {
  --r: 20px;
  --s: 30px;
  --x: 20px;
  --y: 10px;

  width: 100%;
  aspect-ratio: 1;
  background: blue;
  border-radius: var(--r);
  --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%, #0000 72%);
  --_g: conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)), #0000 25%, #000 0);
  --_d: (var(--s) + var(--r));
  mask:
    calc(100% - var(--_d) - var(--x)) 100% var(--_m),
    100% calc(100% - var(--_d) - var(--y)) var(--_m),
    radial-gradient(var(--s) at 100% 100%, #0000 99%, #000 calc(100% + 1px)) calc(-1*var(--r) - var(--x)) calc(-1*var(--r) - var(--y)),
    var(--_g) calc(-1*var(--_d) - var(--x)) 0,
    var(--_g) 0 calc(-1*var(--_d) - var(--y));
  mask-repeat: no-repeat;
}

.about_img_wrap2 {
  --r: 20px;
  --s: 30px;
  --x: 20px;
  --y: 10px;

  width: 100%;
  aspect-ratio: 1;
  background: red;
  border-radius: var(--r);
  --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%, #0000 72%);
  --_g: conic-gradient(from 180deg at var(--r) calc(100% - var(--r)), #0000 25%, #000 0);
  --_d: (var(--s) + var(--r));
  mask:
    calc(var(--_d) + var(--x)) 100% var(--_m),
    0 calc(100% - var(--_d) - var(--y)) var(--_m),
    radial-gradient(var(--s) at 0 100%, #0000 99%, #000 calc(100% + 1px)) calc(var(--r) + var(--x)) calc(-1*var(--r) - var(--y)),
    var(--_g) calc(var(--_d) + var(--x)) 0,
    var(--_g) 0 calc(-1*var(--_d) - var(--y));
  mask-repeat: no-repeat;

}

.about_img_wrap4 {
  --r: 20px;
  --s: 30px;
  --x: 20px;
  --y: 10px;

  width: 100%;
  aspect-ratio: 1;
  background: green;
  border-radius: var(--r);
  --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%, #0000 72%);
  --_g: conic-gradient(at var(--r) var(--r), #000 75%, #0000 0);
  --_d: (var(--s) + var(--r));
  mask:
    calc(var(--_d) + var(--x)) 0 var(--_m),
    0 calc(var(--_d) + var(--y)) var(--_m),
    radial-gradient(var(--s) at 0 0, #0000 99%, #000 calc(100% + 1px)) calc(var(--r) + var(--x)) calc(var(--r) + var(--y)),
    var(--_g) calc(var(--_d) + var(--x)) 0,
    var(--_g) 0 calc(var(--_d) + var(--y));
  mask-repeat: no-repeat;
}

.about_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_img_wrap:hover img {
  transform: scale(1.1);
}
.about_imgs {
  position: relative;
}

.middle_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 100px;
  border-radius: 20px;
  border: 3px solid var(--color-main);

}

.middle_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: rotateX 10s infinite linear;
}
.about_imgs .row .col-6 {
  padding: 2px !important;
}

/* .display-h2::after{
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: url(./../assets/images/svg-bulb.svg) no-repeat center center;
  background-size: contain;
  top: -250%; 
  left: -12%;
  transform: translateX(-50%);
  z-index: -1;
  animation: bounce 2s infinite;
  opacity: .7;
} */
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.display-h2 span{
  color: var(--theme-color);
}
#usp{
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: var(--clr-gray);
}
.usp_card{
  background-color: #d8fccc;
  padding: 20px 30px;
  text-align: center;
  border-radius: 12px;
  transition: all .4s ease-in-out;
  min-height: 300px;
  align-content: center;
}
.usp_icon{
  font-size: 60px;
  color: var(--theme-color);
  text-align: center;
  margin-bottom: 15px;
  transition: all .4s ease-in-out;
 
}
.display-h4{
  font-weight: 500;
  margin-bottom: 10px;
  transition: .4s ease-in-out;
  color: var(--title-color);
}
.usp_card:hover{
  background-color: var(--theme-color2);
  transition: all .4s ease-in-out;
}
.usp_card:hover .usp_icon{
  color: var(--title-color);
  transition: .4s ease-in-out;
}
.usp_card:hover .display-h4{
  color: var(--clr-light);
  transition: .4s ease-in-out;
}
.usp_card_img{
	width: 100%;
	height: 300px;
/* 	object-fit: cover; */
	border-radius: 12px;
	overflow: hidden;
}
.usp_card_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#usp .row:hover .usp_card_img img{
	animation: zoomIn 10s infinite alternate;
}
footer .header-button {
	
	height: auto;
}
/* call us section */
#hero1{
  
 }
 .inner{
  min-height: 350px;
  position: relative;
  
}
.hero .inner{
  background: rgba(1, 9, 83, 0.377) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;
}
.copy h1{
  color: var(--theme-color);
  margin-bottom: 15px;
}
.copy p{
  color: var(--color-off-white);
  margin-bottom: 30px;
}
/* service section */
#services{
  padding: 80px 0 0;
}
.serv_subheading{
  width: 80%;
  /* margin: 0 auto; */
  font-size: 18px;
  color: var(--title-color);
}
.lead-3{
  font-size: 18px;
  font-weight: 400;
  color: var(--title-color);
}



.breadcrumbs{
  width: 100%;
  padding: 10% 0px;
  background-size: 100%;
  position: relative;
}
.breadcrumbs::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(44, 46, 40, 0.6);
}
.bread-inner {
  position: relative;
  z-index: 54;
}
.bread-inner li{
  color: #fff;
}
.bread-inner li a{
  color: #fff;
}
.doctor-area{
  padding: 3% 0px;
}
.team_con {
  text-align: center;
}
.team_con a{
  color: #53af36!important;
}



/* service slider */
.blogs_slide .blogs_slide_row h2{
  font-size: 36px;
  font-weight: 500;
}
.blogs_slide .blogs_slide_row p{
  font-size: 18px;
  color: #d3d3d3;
}
.blogs_slide .item .blog-post .blog-post-content p{
	  display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden; 
    text-overflow: ellipsis;
    -webkit-line-clamp: 3; 
}
.blogs_slide .blog-post .blog-post-content {
  text-align: left;
  padding: 20px 20px;
  margin: 0px 25px 0;
  -webkit-box-shadow: 0px 8px 27px 0px rgba(20, 10, 48, 0.15);
  box-shadow: 0px 8px 27px 0px rgba(20, 10, 48, 0.15);
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
  top: -45px;
  z-index: 9;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog-post:hover a{
  color: #fff!important;
}
.moreblogs_content {
  width: 65%;
  float: right;
  height: 60px;
  overflow: hidden;
}
.blog-post-image{
  /* position: relative; */
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog-post-image img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.blogs_slide .owl-item:hover .blog-post-image img{
  animation: zoomIn 10s infinite alternate;
  transition: transform 0.5s ease-in-out;
  transition: all .4s ease-in-out;
}
.blogs_slide .owl-item:hover .blog-post .blog-post-content{
  top: -80px;
  background-color: var(--theme-color);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blogs_slide .blog-post .blog-post-info .blog-post-author a i, .blogs_slide .blog-post .blog-post-info .blog-post-date i{
  font-size: 16px;
  color: var(--text-clr);
  transition: all .4s ease-in-out;
}
.blogs_slide .owl-item:hover .blog-post-author a i, .blogs_slide .owl-item:hover .blog-post-date i{
  color: var(--clr-gray-dark);
  transition: all .4s ease-in-out;
}
.blogs_slide .blog-post .blog-post-info .blog-post-author a, .blogs_slide .blog-post .blog-post-info .blog-post-date{
  color: var(--color-main);
  font-size: 16px;
  font-weight: 500;
  transition: all .4s ease-in-out;
}
.blogs_slide .owl-item:hover .blog-post-author a, .blogs_slide .owl-item:hover .blog-post-date{
  color: var(--color-off-white);
  transition: all .4s ease-in-out;
}
.blogs_slide .blog-post hr{
  margin: 10px 0 !important;
  transition: all .4s ease-in-out;
}
.blogs_slide .owl-item:hover .blog-post hr{
  color: var(--color-off-white);
  transition: all .4s ease-in-out;
}
.blogs_slide .blog-post .blog-post-title a{
  font-size: 20px;
  font-weight: 600;
  color: var(--theme-color);
}
.blogs_slide .blog-post .blog-post-title p{
  font-size: 16px;
  color: var(--clr-gray);
}
.blogs_slide .blog-post a.main_btn{
  font-size: 16px;
}
.blogs_slide .owl-nav{
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;

}
.blogs_slide .owl-prev, .blogs_slide .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  
}
.blogs_slide .owl-prev {
  left: 0;
}
.blogs_slide .owl-prev span{
  font-size: 50px;
  font-weight: 500;
  color: var(--color-main);
}

.blogs_slide .owl-next {
  right: 0;
}
.blogs_slide .owl-next span{
  font-size: 50px;
  font-weight: 500;
  color: var(--color-main);
}
.blogs_slide .owl-item:hover .main_btn{
  color: var(--title-color);
}
.blogs_slide .owl-item:hover .main_btn i{
  color: var(--color-off-white);
  transition: .4s ease-in-out;
  margin-left: 10px;
}

/* direct billing */
.Companies{
  padding: 50px 0;
  background-color: var(--clr-gray);
}
.Companies .item{
  background-color: var(--clr-gray);
}
.Companies .item img{
  mix-blend-mode: multiply;
  /* filter: contrast(1); */
  cursor: pointer;
}

/* blogs section strat */
.blog .blogs_main h2{
  /* font-size: 44px; */
  font-weight: 600;
  line-height: 54px;
  padding-bottom: 20px;
}

.blog .blogs_main p{
  width: 80%;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.blog .blogs_main_btn a{
  font-size: 22px;
  transition: .3s ease-in-out;
  color: var(--title-color);
}
.blog .blogs_main_btn a:hover{
  color: var(--theme-color2);
  transition: .3s ease-in-out;
}
.blog .blogs_main_btn a:hover i{
  margin-left: 10px;
}

.blog_row .blog_Card{
  border: 1px solid #f1f1f1;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 37px 40px 0px #0000000d;
    padding: 20px;
}
.blog_row .blog_Card .blog_figure{
  overflow: hidden;
  transition: all .5s ease-in-out;
}
.blog_row .blog_Card div:first-child{
  overflow: hidden;
  border-radius: 10px;
}
.blog_row .blog_Card:hover img{
  scale: 1.3;
  transition: all .5s ease-in-out;
}
.blog_row .blog_Card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: all 0.3s ease-in;
  border-radius: 10px;
}
.blog_row .blog_Card .blog_card_header{
  font-size: 20px;
  color: #53af36 !important;
	min-height: 80px;
	overflow: hidden;
}
.blog_row .blog_Card .blog_card_para{
  font-size: 16px;
}
.blog_row .blog_Card .hero-btn a{
  font-size: 18px;
}
span.date, span.message-count{
  font-size: 14px;
  font-weight: 500;
  color: #0c5a91;
}
/* blogs section end */

/* footer */
footer{
  background: url(./../assets/images/Rama.gif) rgba(0, 0, 0, 0.801);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
	position: relative;
}
footer figure img{
  width: 50%;
}
footer .get_in_touch .social_icon_group a{
   background-color: var(--title-color);
   transition: all .5s ease-in-out;
	width: 50px;
}
footer .get_in_touch .social_icon_group a:hover i{
  scale: 1.2;
  transition: all .5s ease-in-out;
  color: var(--theme-color);
}
footer .footer_pages h3, footer .footer_services h3, footer .get_in_touch h3{
	color: var(--theme-color);
	
}
.footer_pages a:hover, .footer_services a{
  transition: all .3s ease-in-out;
}
.footer_pages a:hover, .footer_services a:hover{
  color: var(--theme-color) !important;
  transition: ALL .3s ease-in-out;
}
  footer .get_in_touch p i {
    transition: all .3s ease-in-out;
    font-size: 18px;
    position: absolute;
    margin-left: -25px;
    margin-top: 3px;
  }
footer .get_in_touch p:hover i{
  color: var(--theme-color);
  scale: 1.2;
  transition: all .3s ease-in-out;
}
footer .page_item a, #menu-footer-services li a{
	color: #fff;
}
footer #menu-footer-links li a{
	color: #fff;
}

/* back to top button */
.back_to_top{
  background-color: var(--title-color);
}
.back_to_top i{
  color: var(--theme-color);
}
.back_to_top:hover{
  background-color: var(--theme-color);
}
.back_to_top:hover i{
  color: var(--color-white);
}
.company_designed a{
  color: var(--color-off-white) !important;
}
.company_designed:hover a{
  color: var(--theme-color) !important;
}
.company span{
  color: var(--theme-color);
}

/* contact us page */

.wpcf7-form.init p{
  display: flex!important;
  align-items: center;
	width: 100%;
}


.wpcf7-textarea{
	width: 100% !important;
}
.gap_breadcrums{
 padding: 150px 0 100px;
 text-align: center;
}
.crumbs_header{
  font-size: 48px;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 15px;
}
.crumbs_list li:first-child a{
  color: var(--theme-color2);
  font-size: 16px;
  font-weight: 500;
}
.crumbs_list li:first-child a:hover{
  color: var(--color-white);
  text-decoration: underline;
  text-decoration-color: var(--theme-color2);
}
.crumbs_list li:last-child{
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
}
.crumbs_list li::after {
  content: '\f101'; 
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
  padding: 0 10px;
}

.crumbs_list li:last-child::after {
  content: ''; 
}

.gap_pagedetail{
  padding: 80px 0;
}
.gap_pagedetail .details{
  text-align: left;
}
.details h2{
  font-size: 48px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 20px;
  flex: 1;
  width: fit-content;
}
.details p::after{
  content: "";
  display: block;
  width: 5px;
  height: 60px;
  background-color: var(--theme-color);
  margin: 10px auto;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  left: -50px;
}

.details h2 span{
  color: var(--theme-color);
}
.details p{
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
  width: 80%;
  margin: 0 auto;
  flex: 1;
  position: relative;

}
.gap_contactgroup{
  padding: 100px 0;
}
.contact_form, .contact_info{
background: rgba( 134, 226, 137, 0.15 );
  box-shadow: 0 8px 32px 0 rgba(55, 60, 133, 0.596);
  backdrop-filter: blur( 2.5px );
  -webkit-backdrop-filter: blur( 2.5px );
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  padding: 30px 40px;
  text-align: center;
  width: 100%;
  height: 100%;
  align-content: center;
}
.contact_form h2{
  font-size: 36px;
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: 20px;
}
.contact_form form input{
  width: 100%!important;
  float: right;
}
.contact_form form label{
  font-size: 18px;
  font-weight: 400;
  color: var(--theme-color);
/*   flex: 1; */
  align-content: center;
  margin-right: 10px;
/*   position: absolute; */
	width: 95px;
    display: flex;
}
.contact_form form textarea{
  height: 100px;
  width: 100%!important;
  float: right;
}
.contact_form form input::placeholder, .contact_form form textarea::placeholder{
  font-size: 16px;
  font-weight: 400;
  color: #64baf8;
}
.contact_form form input,.contact_form form input:focus, .contact_form form textarea, .contact_form form textarea:focus{
  flex: 5;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: none;
  border-radius: 5px;
  background-color: #85a77b73;
  box-shadow: rgba(57, 100, 63, 0.25) 0px 30px 60px -5px inset, rgba(15, 29, 17, 0.3) 0px 18px 36px -6px inset;
}
.contact_info h2{
  font-size: 36px;
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: 20px;
}
.contact_info p, .contact_info p a{
  font-size: 17px;
  font-weight: 500;
  color: #64baf8;
  margin-bottom: 15px;
}
.contact_info i{
  position: relative;
  right: 10px;
}
.contact_form .th-btn{
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: #fff;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 15px 30px;
  min-width: 170px;
  border-radius: 6px;
}
.contact_info p:hover, .contact_info p a:hover{
  color: var(--theme-color2);
  transition: .3s ease-in-out;
}
.gap_map iframe{
  line-height: 0;
}
.wpcf7-form-control-wrap {
    width: calc(100% - 95px);
}
/* service details page */
.services_page{
  padding: 80px 0;
}
.service_card{
  position: relative;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  height: 400px;
  overflow: hidden;
}
.poster{
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 20px;
}
.poster::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,#1064a6 50%, transparent);
  transition: .5s;
  bottom: -100px;
  z-index: 1;
}
.poster img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}
.service_card:hover .poster img{
  transform: translateY(-50px);
  filter: blur(1px);
}
.service_card:hover .poster::before{
  bottom: 0;
  transition: .5s;
}
.service_card .card_details{
position: absolute;
bottom: 0;
left: 0;
padding: 20px;
width: 100%;
z-index: 2;
transition: .5s;
}
.card_details h4{
  height: 60px;
  overflow: hidden;
}
.service_card:hover .card_details{
  bottom: 10px
}
.service_card .card_details h4 a{
  color: var(--theme-color2);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.service_card .card_details .author_box{
  margin-bottom: 10px;
}
.service_card .card_details .author_box i, .author_box .author, .author_box .date i{
  
  margin-right: 6px;
}
.author_box .author, .author_box .date{
  font-size: 12px;
  font-weight: 600;
  color: var(--clr-gray);
}
.service_card .card_details p{
  font-size: 14px;
  font-weight: 400;
  color: #adadad;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; 
}
.card_all_details{
  /* display: none; */
  transform: translateY(100%);
  display: none;
  transition: .5s ease-in-out;
}
.service_card:hover .card_all_details{
  transform: translateY(0);
  display: block;
  transition: .5s ease-in-out;
}
.service_card .card_details .th-btn {
    padding: 11px 30px;
}

/* SERVICES PAGE */
.side_box{
	position: sticky;
    top: 30px;
}
.services_box {
/*     width: ; */
/*     margin-left: auto; */
}
.services_detailwrap .text_content {
  margin-top: 2%;
}
.services_detailwrap ol{
  list-style: square;
}
.services_detailwrap li{
  margin-left: 2%;
}
.services_box .img__servicetop img {
  width: 68%;
  object-fit: cover;
  border-radius: 10px;
  height: 500px;
  margin-bottom: 0%;
}
.services_box .img__servicetop p{
  background: #66ad50;
  width: fit-content;
  padding: 8px 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  border-radius: 0 5px 0 10px;
  color: #fff;
}
.authorBx p{
  font-size: 14px;
}
.authorBx p i{
  font-size: 18px;
  color: #0c5a91;
}
.authorBx p span{
  margin-left: 10px;
  color: var(--title-color);
  font-weight: 600;
}
.other_services, .contact_box{
  padding: 20px 20px 40px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #cffac2;
}
.contact_box{
  padding: 30px ;

}
.contact_box img{
  width: 60%;
  object-fit: cover;
  /* border-radius: 10px; */
  margin-bottom: 15px;
}
.contact_box h3{
  font-size: 24px!important;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 20px;
}
.contact_box p, .contact_box p a{
  font-size: 14px;
  font-weight: 400;
  color: var(--clr-gray-dark);
  text-align: justify;
}
.contact_box p a{
  font-weight: 600;
}
.contact_box p a span{
  color: var(--title-color);
}
.contact_box p a:hover span{
  text-decoration: underline;
}
.other_services h3{
  /* font-size: 24px; */
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 20px;
}
.other_services ul li a i{
  width: 40px;
  height: 40px;
  background-color: #53af36;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}
.services_detailwrap{
  padding: 80px  0;
}
.other_services ul li{
  width: 100%;
  transition: all .3s ease-in-out;
	border: 1px solid var(--title-color);
	border-radius: 50px;
}
.other_services ul li:hover{
 background-color: #53af36;
 border-radius: 50px;
 transition: all .3s ease-in-out;
}
.other_services ul li a span{
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
  width: calc(100% - 60px);
}



.services_box h1,h2,h3 {
    font-weight: 700;
    color: var(--theme-color);
}
.services_box h3{
  /* font-size: 24px; */
  font-weight: 700;
  color: var(--theme-color);
  padding-top: 2%;
}
.services_box p{
  font-size: 16px;
  font-weight: 400;
  color: var(--clr-gray-dark);
  text-align: justify;
}
.services_box ul li{
/*   display: flex; */
  align-items: center;
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: normal;
  color: var(--title-color);
  list-style: square;
	margin-left: 30px;
}
.services_box ul li i{
  color: var(--theme-color);
  margin-right: 10px;
  font-size: 22px;
  font-weight: 900;
  width: fit-content;
  background-color: var(--title-color);
  border-radius: 50%;
  box-shadow: none;
  border: none;
}
.contact_box_email a{
	word-wrap: break-word; 
}

/* blog details page */
.more_imgbox{
  margin-bottom: 30px;
  margin-top: 30px;
}
.more_imgbox img{
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blogdetails_page .more_blogs_ul li img{
  float: left;
  width: 30%;
  border-radius: 8px;
  margin-right: 10px;
/*   margin-bottom: 10px; */
  
}
.blogdetails_page .more_blogs_ul li:hover img{
  transform: scale(1.1);
  transition: .3s ease-in-out;
}
.blogdetails_page .moreblogs_content a p{
  font-weight: 600;
  font-size: 13px;
  text-align: left;
  color: var(--title-color);
  line-height: 1.5;
}
.blogdetails_page .more_blogs_ul li:hover {
  background-color: inherit;
}
.blogdetails_page .more_blogs_ul li:hover .moreblogs_content a p{
  /* color: var(--theme-color2); */
  transition: .3s ease-in-out;
  text-decoration: underline;
}

/* team page */

.our_member_wrap{
  padding: 80px 0;
}
.member_card{
  height: 450px;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 35px 65px rgba(0, 0, 0, 0.15);
  /* height: 450px; */
  /* overflow: hidden; */
  background-color: #cffac2;
  transition: .4s;
}
.member_card:hover{
  height: 400px;
  transition: .4s;
}
.member_imgBx{
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  width: 80%;
  aspect-ratio: 1/1;
  /* height: 200px; */
  background: #FFF;
  border-radius: 15px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  transition: .4s;

}
.member_imgBx img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.member_card:hover .member_imgBx{
  width: 35%;
  /* aspect-ratio: 1/1; */
  transition: .4s;
}
.member_card .member_content{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.member_card .member_content .content_details{
  padding: 10px 20px;
  text-align: center;
  width: 100%;
  transition: .4s;
  transform: translateY(110px);
}
.member_content .content_details h4{
  font-size: 24px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 10px;
  line-height: 1.2em;
}
.member_content .content_details p{
  font-size: 16px;
  font-weight: 500;
  color: #176400;
  /* opacity: .5; */
  /* padding-bottom: 15px; */
}
.member_content .content_details .details_data p{
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 10px;
}
.member_card:hover .member_content .content_details{
  transform: translateY(0);
  transition: .4s;
}
.member_social a i{

  font-size: 20px;
  color: var(--title-color);
  transition: .4s;
}
.member_social a i:hover{
  /* color: var(--theme-color2); */
  opacity: .7;
  transition: .4s;
}
.gap-6{
  row-gap: 100px;
}


/* member details page */
.member_details_page{
  padding: 80px 0;
 
}
.member_page__content{
  position: relative;
  background-color: #77df5456;
  border-radius: 20px;
  padding: 100px 30px;
}
.member_details_page .member_page__content img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: .3;
  width: 60%;
}
.member_page__content h2{
  font-size: 36px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 10px;
}
.member_page__content p.designation{
  font-size: 16px;
  font-weight: 500;
  color: #176400;
  margin-bottom: 20px;
}
.member_page__content p.designation span{
  font-weight: 600;
}
.member_page__content p{
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
  margin-bottom: 20px;
}
.member_page__content .experience i{
  font-size: 36px;
  font-weight: 700;
  color: #176400;
  margin-bottom: 20px;
}
.member_page__content .experience span{
  font-size: 18px;
  font-weight: 600;
  color: var(--title-color);
}
.member_page__content__social a i{
  font-size: 38px;
  color: var(--theme-color);
  transition: .4s;
}
.member_page__content__social a i:hover{
  color: var(--title-color);
  transition: .4s;
}
/* about us page */
.aboutUs__page{
  padding: 80px 0;
}
.aboutUs__page .aboutUs__page__img .img_absolute{
  width: 40%;
  top: 60%;
  left: 58%;
  transform: translateY(-50%);
}
.aboutUs__page .aboutUs__page__content{
  padding: 30px 20px;
}
.aboutUs__page .aboutUs__page__content h2, .our__vision__content h2{
  width: fit-content;
  font-size: 36px;
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 15px;
  position: relative;
}
.aboutUs__page .aboutUs__page__content h2::after, .our__vision__content h2::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -60%;
  display: block;
  width: 80px;
  height: 3px;
  background-color: var(--title-color);
  margin: 10px auto;
}
.aboutUs__page .aboutUs__page__content h5, .our__vision__content h5{
  font-size: 18px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 15px;
}
.aboutUs__page .aboutUs__page__content p, .our__vision__content p{
  font-size: 16px;
  font-weight: 400;
  color: var(--clr-gray-dark);
  margin-bottom: 20px;
}
.our__vision{
  padding-bottom: 80px;
}

.our__vision ul li {
  position: relative;
  padding-left: 30px;
}

.our__vision ul li::after {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: var(--theme-color);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
}
.bs_5objectfit{
  object-fit: cover;
}
.bs_5overflowhidden{
  overflow: hidden;
}
.our__vision__img .bs_5overflowhidden:hover img{
  transform: scale(1.1);
  transition: .5s;
}
.our__vision__content ul{
  margin-bottom: 20px;
}
.our__vision__content ul li{
  margin-bottom: 10px;
}
.our__vision__content ul li strong{
  padding-left: 10px;
}
.blogs_slide .owl-nav {
    display: none;
}
/* menu slider */
.page_service_slider {
  background-color: var(--clr-gray);
}

.menu_item {
  padding: 30px 0;
}

.menu_item h6 span {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 8px 10px;
  border-radius: 8px;
  background-color: var(--title-color);
  color: var(--color-white);
  transition: all .3s ease-in-out;
  font-size: 15px;
}

.menu_item h6:hover span {

  background-color: var(--theme-color)
}
.detailsPage_services .owl-item:hover a .blog-post-content h6{
	color: #fff !important;
}
.detailsPage_services .owl-item:hover a .blog-post-content .main_btn{
	color: var(--title-color);
}
.aboutUs__page figure.wp-block-image {
	border-radius: 30px;
	overflow: hidden;
}
.moreblogs_content{
	height: auto;
}
.moreblogs_content a p{
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
	margin-bottom: 0;
}
.services_detailwrap.blogdetails_page ul li{
	display: flex;
    padding: 10px 20px;
    align-items: center;
}

/* Responssive Strat */
@media (max-width: 1150px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		font-size: 14px !important;
	}
	.header-button .th-btn {
    	width: 200px;
		padding: 15px 15px;
		font-size: 13px;
	}
}
@media (max-width: 1020px) {
	#hero1 .copy{
		text-align: center;
	}
	.blog .blogs_main p {
		width: 100%;
	}
	.blog .blogs_main h2{
		padding-bottom: 0;
	}
/* 	services */
	.side_box {
		width: 100%;
	}
}



@media (max-width: 991px) {
	p{
		font-size: 14px;
	}
.topmenusec{
	position: relative;
}
	
.menuinfo {
  width: 100%;
  display: block;
  align-content: center;
  align-items: center;
  padding-top: 0px;
  text-align: right;
}
.modal-dialog {
  max-width: 90% !important;
  margin-top: 10% !important;
}
.navbar-brand.brand_logo {
  padding: 0px;
}
#navbarCollapse {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 90%;
  margin: auto;
  margin-top: 30px;
}
#mega-menu-item-261 ul.mega-sub-menu{
  z-index: 999!important;
  width: 100% !important;
  left: 0%!important;
  position: absolute!important;
  height: 200px!important;
  overflow: scroll!important;
}
#mega-menu-wrap-primary {
  height: 300px!important;
  overflow: scroll!important;
}
.navbar .navbar-brand img {
	 width: 210px;
	 height: 65px;
	 object-fit: contain;
}
#navbar .header-button {
  height: auto;
  display: block;
  align-items: center;
  gap: 0px;
  position: initial;
  z-index: 3;
  width: auto;
	position: absolute;
	right: 10%;
	top: -15%;
}




}


@media (max-width: 890px) {
	.serv_subheading{
		padding-bottom: 20px;
	}
	#about, #services, .aboutUs__page, .services_detailwrap  {
    padding: 40px 0;
	}
	#services .lead-3{
		font-size: 16px;
	}
	.carousel-item img {
  width: 100%;
  height: 65vh;
}
.about_img img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.mb-0.company {
  text-align: center;
}
.mb-0.text-end.company_designed {
  text-align: center!important;
}
.gap_breadcrums {
  padding: 25% 0 10%;
  text-align: center;
}
.crumbs_header {
  font-size: 25px;
  margin-bottom: 15px;
}
.details.d-flex.justify-content-center.align-items-center {
  display: block!important;
}
.details h2 {
  font-size: 35px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 20px;
  flex: 1;
  width: 100%;
}
.details p::after {
  content: "";
  display: block;
  width: 5px;
  height: 60px;
  background-color: var(--theme-color);
  margin: 10px auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: none;
}
.side_box{
    width: 100%!important;
}
.blogdetails_page .more_blogs_ul li img {
  float: left;
  width: 20%;
}
.contact_box img {
  width: 40%;
}
.contact_box p{
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.moreblogs_content {
  width: 65%;
  float: left!important;
  height: 60px;
  overflow: hidden;
}
.blogdetails_page .moreblogs_content a p {
  font-weight: 600;
  font-size: 18px;
  padding-top: 10px;
}
.services_box .img__servicetop img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 500px;
  margin-bottom: 0%;
}
.services_box .img__servicetop img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 300px;
    margin-bottom: 0%;
  }

.modal-dialog {
  max-width: 90% !important;
  margin-top: 20% !important;
}







}





@media (max-width: 781px) {
	.wp-image-833, img.wp-image-834{
		height: 400px !important;
	}
}



@media (max-width: 768px) {
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
		margin-left: 15px;
	}
	.blog_card_para{
		text-align: justify;
	}
	.copy h1{
		font-size: 36px;
	}
	.caption_wrapper {
		width: 95%;
	}
/* 	services */
	.other_services ul li a i {
    width: 30px;
    height: 30px;align-content
	}
	.other_services ul li a span {
    font-size: 15px;
    font-weight: 700;align-content
	}
	.text_content h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
	.contact_box h3{
		font-size: 24px;
	}
	.contact_box p.contact_box_email a{
		font-size: 10px;
	}
	.services_box p {
    font-size: 14px;
	}
 .header-button {
    height: auto;
    display: block;
    align-items: center;
    gap: 0px;
    position: absolute;
    z-index: 3;
    width: auto;
    top: 8px;
    right: 30%;
  }
  .header-button .th-btn {
    width: 200px;
    height: 40px;
    line-height: 30px;
    font-size: 13px;
    padding: 4px;
    text-align: center;
  }
.contact_form .details p {
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
  width: 100%!important;
}
.contact_form .header-button {
    height: auto;
    display: block;
    align-items: center;
    gap: 0px!important;
    position: relative!important;
    z-index: 3;
    width: auto;
    top: auto!important;
    right: 0%!important;
  }
	.wpcf7-form.init p{
		line-height: 0;
	}
	.details p{
		width: 100%;
	}
			/* 	bottom menubar */
	.bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f1f1f1;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: block;
/*     justify-content: center */
    z-index: 9999;
	}
	.bottom-menu .bottom_menu_btn, .bottom-menu .bottom_menu_btn2{
		flex: 1;
		text-align: center;
		font-size: 1rem;
		padding: 10px;
		color: #fff;
		font-weight: 600;
	}
	.bottom-menu .bottom_menu_btn:hover, .bottom-menu .bottom_menu_btn2:hover{
		opacity: .7;
	}
	.bottom-menu .bottom_menu_btn i{
		color: #000;
	} 
	.bottom-menu .bottom_menu_btn2 i{
		color: #000;
	}
	.bottom-menu .bottom_menu_btn{
		background-color: var(--theme-color);
	}
	.bottom-menu .bottom_menu_btn2{
		background-color: var(--title-color);
	}
	.bottom-menu .bootom_middle_line{
		width: .3px;
		top: 0;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		background-color: #fff;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	}
}

@media (max-width:767px) {
.modal-content h4 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.wpcf7-form.init p {
  display: block!important;
  align-items: left;
}
.contact_form form input {
  width: 100% !important;
  float: left!important;
}
.contact_form, .contact_info {
  text-align: left!important;

}
.contact_form form textarea {
  height: 100px;
  width: 100% !important;
  float: left;
}
.contact_info h2 {
  font-size: 25px;
}
.contact_form h2{
  font-size: 25px;
}
.contact_info{
  text-align: left!important;
  margin-bottom: 30px!important;
}

#navbar .header-button{
		display: none;
	}
	.top_header{
		display: none;
	}
	footer .header-button, footer .header-button .th-btn {
		position: static;
	}
	.aboutUs__page .aboutUs__page__content h2::after, .our__vision__content h2::after{
		display: none;
	}
 	h3 {
    font-size: 24px;
	}
	h4.wp-block-heading.has-text-align-center.has-white-color.has-text-color.has-link-color.has-large-font-size.wp-elements-67b3a0ccee71a6fc4abddca42f59dbc7, p.has-text-align-center.has-white-color.has-text-color.has-link-color.has-large-font-size.wp-elements-e0da6ad00b35b25a188b11c3b579bcd7{
		font-size: 28px !important;
	}
}

@media (max-width: 550px) {
	.other_services ul li a i{
/* 		display: none; */
	}
  #navbar .header-button {
    height: auto;
    gap: 0px;
    position: absolute;
    z-index: 3;
    width: auto;
    top: 8px;
    right: 0%;
  }
  .navbar-toggler{
  top: 0px!important;
  position: relative!important;
  right: 0px!important;
}
  .header-button .th-btn {
    width: 185px;
    height: 40px;
    line-height: 30px;
    top: 15px;
    position: absolute;
    left: auto!important;
    right: 50px!important;
    margin: auto;
    float: left;
    font-size: 13px;
    padding: 4px;
    text-align: center;
  }
	.other_services ul li{
		text-align: left;
	}
	.contact_box h3 {
        font-size: 20px;
    }
	.contact_box .th-btn {
    font-size: 12px;
    padding: 8px 7px;
    min-width: 160px;
}
	.contact_box {
    padding: 20px 10px;
}
	.other_services ul li:hover {
    padding: 3px 10px;
	border-radius: 5px;
  }
.info {
  position: relative;
  left: 20px;
}
.contact_info i {
  position: absolute;
  left: -20px;
  margin-top: 5px;
}
.contact_info p a{
  font-size: 15px;
}

ul#menu-footer-links {
    flex-wrap: wrap;
}
   .navbar .navbar-brand img {
        width: 130px;
        height: 45px;
        object-fit: contain;
    }
}



@media (max-width: 480px) {
	main .lead.pb-4{
		padding-bottom: 0 !important;
	}
  .blog_row .blog_Card .blog_card_header {
  font-size: 20px;
}
 .caption_wrapper {
    width: 80%;
  }
  .other_services h3 {
  font-size: 24px!important;
  font-weight: 600!important;
  margin-bottom: 20px!important;
}
.modal-content h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.details p {
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
  width: 100%;
}
 .modal-dialog {
    max-width: 90% !important;
    margin-top: 30% !important;
  }
  .contact_info p a{
  font-size: 14px;
}
  .closebtn {
  position: absolute;
  margin-top: 80px!important;
  z-index: 455;
  font-size: 12px!important;
  padding: 2px!important;
}
.blogdetails_page .moreblogs_content a p {
    font-weight: 600;
    font-size: 14px;
    padding-top: 0px;
  }
	.display-h1{
		padding-bottom: 15px;
	}
	main .th-btn{
		padding: 8px 20px;
		min-width: 140px;
		font-size: 12px;
	}
	main .carousel-control-next-icon, .carousel-control-prev-icon {
		width: 1rem;
		height: 1rem;
	}
	main p{
		line-height: 17px;
	}
	.about_content p{
		text-align: justify;
	}
	#hero1 .copy p {
        margin-bottom: 14px;
        text-align: justify;
        line-height: 1.6;
}
	#hero1 .th-btn {
       font-size: 12px;
       padding: 9px 15px;
       min-width: 130px;
}
	#hero1 .copy h1 {
       font-size: 28px;
    }
	#services {
       padding: 50px 0 0;
    }
	.Companies {
       padding: 30px 0;
    }
	.blog .blogs_main p {
       font-size: 14px;
	   text-align: justify;
	}
	.social_icon_group {
       justify-content: center;
    }
     .display-h1 {
    padding-bottom: 15px;
    width: 100%;
    margin: auto;
  }
	footer .get_in_touch .social_icon_group a {
    background-color: var(--title-color);
    transition: all .5s ease-in-out;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
	footer .get_in_touch .social_icon_group a i{
		font-size: 16px;
	}
	footer .row.g-5{
		--bs-gutter-y: 1.8rem;
	}
	footer .footer_pages h3, footer .footer_services h3, footer .get_in_touch h3{
		margin-bottom: 15px;
	}
	main .carousel-indicators {
		display: none;
	}
.gap_breadcrums {
  padding: 25% 0 10%;
  text-align: center;
}
.crumbs_header {
  font-size: 18px;
  margin-bottom: 15px;
}

/* 	services */
	    .side_box {
        width: 100%;
    }
	.contact_box {
    display: none;
}
	.services_box ul li{
		display: list-item;
		font-size: 16px;
/*     padding-bottom: 10px; */
	}
	.services_detailwrap {
    padding: 40px 0;
}
	.services_box h3 {
    font-size: 18px;
    padding-top: 4%;
  }
	.text_content h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
main .lead.pb-4 {
    padding-bottom: 0 !important;
    display: none;
  }
   .carousel-item img {
    width: 100%;
    height: 40vh;
  }
  .social_icon_group {
    justify-content: left;
  }
.mb-4 {
  margin-bottom: .5rem!important;
}
footer h3{
  font-size: 18px!important;
}
footer .get_in_touch h3 {
    margin-bottom: 0px!important;
  }
  footer .get_in_touch p i {
    transition: all .3s ease-in-out;
    font-size: 18px;
    position: absolute;
    margin-left: -25px;
    margin-top: 3px;
  }
.get_in_touch p{
  margin-left:  30px;
}
.get_in_touch p {
    margin-left: 30px;
    font-size: 13px;
  }
.get_in_touch a:hover{
    color: var(--theme-color)!important;
  }
#menu-footer-services li a {
  color: #fff;
  font-size: 14px;
}
.mb-0.text-end.company_designed {
    text-align: center !important;
    font-size: 14px;
  }
 .mb-0.company {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }
  #navbarCollapse {
    position: absolute;
    margin-top: 35px;
  }
.contact_info h2 {
  font-size: 20px;
}
.contact_form h2{
  font-size: 20px;
}
.details h2 {
    font-size: 22px;
}
.contact_form, .contact_info{
  padding: 5px!important;
}

 .header-button .th-btn {
    width: 150px;
    height: 40px;
    line-height: 30px;
    top: 0px!important;
    position: relative!important;
    left: auto!important;
    right: 30px!important;
    font-size: 11px!important;
    text-align: center!important;
  }
.contact_form .th-btn{
    line-height: 30px;
    top: 0px!important;
    position: relative!important;
    left: auto!important;
    right: 0px!important;
    font-size: 11px!important;
    text-align: center!important;
  }
.contact_info p{
  font-size: 14px;
  width: 80%;
}
 
.wp-image-833, img.wp-image-834{
		height: 300px !important;
	}
	.bottom-menu .bottom_menu_btn, .bottom-menu .bottom_menu_btn2{
		font-size: .7rem;	
	}
}



@media (max-width: 400px) {

footer .get_in_touch h3 {
    margin-bottom: 10px !important;
  }
  footer #menu-footer-links li a {
  color: #fff;
  font-size: 14px;
}
.carousel-item img {
    width: 100%;
    height: 32vh;
  }
    .navbar .navbar-brand img {
        width: 135px;
        height: 44px;
        object-fit: contain;
    }
   .display-h1 {
    padding-bottom: 5px;
    font-size: 18px;
  }
#hero1 .copy h1 {
    font-size: 25px;
  }
.gap_breadcrums {
  padding: 25% 0 10%;
  text-align: center;
}
.crumbs_header {
  font-size: 16px;
  margin-bottom: 5px;
}
footer .footer_pages h3{
  color: #53af36 !important;
  font-size: 23px!important;
}


}


@media (width <= 350px) {
	.bottom-menu .bottom_menu_btn, .bottom-menu .bottom_menu_btn2{
		font-size: .8rem;
	}
	.navbar .navbar-brand {
        width: 75%;
    }
	.bottom-menu .bottom_menu_btn, .bottom-menu .bottom_menu_btn2{
		font-size: .65rem;	
	}
}

@media (max-width: 320px) {
	.blog_row .blog_Card .blog_card_header {
    font-size: 18px;
		
}
	.blog .blogs_main h2{
			line-height: 32px;
		}
	.blogs_slide .blog-post .blog-post-content {
    text-align: left;
		padding: 20px 5px;
		margin: 0px 8px 0;
	}
/* services	 */
	.crumbs_header {
    font-size: 26px;
	}
}
.page_service_slider button.owl-prev .emoji{
  position: absolute !important;
  left: -4% !important;
  top: 23% !important;
  font-size: 30px !important;
  color: var(--theme-color) !important;
  background-color: transparent !important;
}

.page_service_slider button.owl-next .emoji{
  position: absolute !important;
  right: -4% !important;
  top: 23% !important;
  font-size: 30px !important;
  color: var(--theme-color) !important;
	background-color: transparent !important;
}

.page_service_slider .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: var(--title-color) !important;
}
.owl-dots {
    display: none;
}