@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;800&display=swap');

body {
  font-family: 'Mulish', sans-serif;
  color: #334240;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #23a9d0;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Mulish', sans-serif;
}


.container {
  max-width: 90%;
  /*padding: 0;*/
}

.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #23a9d0;
  color: #fff;
  -webkit-transition: display 0.5s ease-in-out;
  -o-transition: display 0.5s ease-in-out;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #000;
  background: #ffffff;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.nav-menu ul .dropdown {
  display: none;
  position: absolute;
  top: 88px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: #23a9d0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.nav-menu ul li.menu-item-has-children ul.dropdown li {
  border-bottom: 1px solid #5e5e5e52;
}

.nav-menu ul li.menu-item-has-children {
  position: relative;
}

.nav-menu ul li.menu-item-has-children:hover .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  visibility: visible;
  opacity: 1;
}

.nav-menu ul li.menu-item-has-children ul li a {
  line-height: normal;
  padding: 11px 20px;
}

.nav-menu ul li.menu-item-has-children ul.dropdown li a {
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.nav-menu ul li.menu-item-has-children ul.dropdown li:hover a {
  background-color: #000;
  color: #fff;
}

#header {
    height: Auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 0px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;   
    line-height: 56px;
    background: #100f10;
}

.hero-container .owl-carousel .owl-item img{
    height: 100vh;
}

.hero-container .owl-nav{
    display: none;
}

#header .logo h1 {
  font-size: 0;
  margin: 0;
  padding: 0 0;
  line-height: 00;
  font-weight: normal;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #425451;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: initial;
}

.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
  margin-right: 0;
}
.nav-menu a {
    display: block;
    position: relative;
    color: #fff;
    padding: 20px 29px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
}
.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #23a9d0;
  background: transparent;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  color: #08362f;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #23a9d0;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}
nav.nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-left: 0px;
}
.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

.nav-menu .btn {
  display: inline-block;
  width: auto;
  background: #23a9d0;
  color: #fff;
  line-height: normal;
  border-radius: 0;
  padding: 10px 22px;
}

.nav-menu .btn:hover {
  background-color: #fff;
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -100%;
  width: 60%;
  padding-top: 18px;
  background: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #23a9d0;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
    color: #23a9d0;
    font-size: 36px;
    line-height: 0;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  /*background: rgba(21, 27, 26, 0.8);*/
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    background-color: transparent;
    overflow: hidden;
    padding: 0;
    margin-top: 0px;
}
.contact-items-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#hero .carousel-item {
  width: 100%;
  height: 660px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

nav.nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
}
.logo img {
    width: 170px !important;
    padding: 4px !important;
   
}
.col-lg-4.col-md-6.footer-info img {
   width: 170px !important;
	
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.subscribe-btn {
    background: border-box;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 4px;
    position: absolute;
    border-radius: 20px;
    margin-top: 30px;
   
}

.head-btn2 {
    display: none !important;
}
#hero .carousel-container {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 15vh;
  /* top: 0; */
  left: 0;
  right: 0;
  width: 1200px;
  margin: auto;
}

#hero .carousel-content {
  text-align: left;
}

#hero h2 {
  color: #ffffff;
  margin-bottom: 18px;
  font-size: 20px;
  font-family: 'Mulish', sans-serif;
}
#hero h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: 100;
    position: relative;
    /* padding-left: 75px; */
    width: 60%;
    margin: 0px auto 30px;
    letter-spacing: 8px;
    text-align: center;
}
#hero h5::after {
    position: absolute;
    content: "";
    width: 200px;
    height: 1px;
    background-color: #23a9d0;
    top: 29px;
    left: 113px;
}
#hero p {   
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px 0;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    text-align: center;
}

#hero .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
  opacity: 1;
}

#hero .carousel-indicators .active {
  background-color: #23a9d0;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #23a9d0;
}

#hero .btn-get-started:hover {
  background: #23a9d0;
  color: #fff;
  text-decoration: none;
}

#hero h2 span {
  color: #23a9d0;
}

#hero h2 {
    font-family: 'Mulish', sans-serif;
    font-size: 3.4rem;
    line-height: 5rem;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}
#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 5%;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f2f5f4;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
    font-size: 42px;
    font-weight: 900;
    color: #000;
    text-transform: capitalize;
}

.section-title h2 span {
  color: #23a9d0;
}

.events-section p {
  font-weight: normal;
  padding-bottom: 0;
  color: #020202;
  font-family: 'Mulish', sans-serif;
  text-transform: uppercase;
  font-size: 36px;
}

.section-title h5 {
    color: black;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 55px;
    display: inline-block;
}

.section-title h5::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  background-color: #23a9d0;
  top: 12px;
  left: 0;
}

.events-section p {
  text-transform: capitalize;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 45px;
}

.services .section-title h2 {
  color: #000;
  text-transform: none;
}

.section-title h3 {
  font-family: 'Mulish', sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #23a9d0;
  margin-bottom: 25px;
}

.section-title h2 span {
  color: #23a9d0;
  position: relative;
}

.section-title h2 span::before {
  position: absolute;
  content: "";
}

.section-title p {
  margin-bottom: 0;
  color: #555555;
  font-family: 'Mulish', sans-serif;
  font-size: 22px;
  position: relative;
  line-height: 22px;
  padding: 0 0 25px;
}

.breadcrumbs {
  padding: 15px 0;
  background-color: #f2f5f4;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.contact-section-area h4 {
    color: #23a9d0;
    font-size: 1.3rem;
    font-weight: 900;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
 

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

.about .content h3 {
  font-weight: 500;
  font-size: 24px;
  color: #58716d;
  font-family: "Poppins", sans-serif;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #23a9d0;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .progress {
  height: 50px;
  display: block;
  background: none;
}

.about .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #58716d;
}

.about .progress .skill .val {
  float: right;
  font-style: normal;
}

.about .progress-bar-wrap {
  background: #e6eceb;
}

.about .progress-bar {
  width: 1px;
  height: 10px;
  -webkit-transition: .9s;
  -o-transition: .9s;
  transition: .9s;
  background-color: #23a9d0;
}
.owl-carousel .owl-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.counts .count-box {
  -webkit-box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
  background: #fff;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #23a9d0;
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #58716d;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7c9995;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #a7bbb8;
}

.whychoose .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  text-align: center;
  margin-top: 20px;
}

.whychoose .icon-box::before {
  content: '';
  position: absolute;
  background: #ececec;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}

.whychoose .icon-box:hover::before {
  background: #ececec;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.whychoose .icon {
  margin: 0 auto 20px auto;
  padding-top: 0;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 108px;
  height: 108px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: solid 5px #23a9d0;
  position: relative;
}

.whychoose .icon i {
  font-size: 36px;
  line-height: 1;
  color: #000;
}

.whychoose .title {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 18px;
}

.whychoose .title a {
  color: #425451;
  font-family: 'Mulish', sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 27px;
  line-height: 24px;
}

.whychoose .description {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  color: #555555;
}

.whychoose .icon-box:hover .title a {
  color: #fff;
  font-family: 'Mulish', sans-serif;
  font-weight: normal;
  color: #000;
}

.whychoose .icon-box:hover .icon {
  background: #fff;
}

.whychoose .icon-box:hover .icon {
  background: #23a9d0;
}

.whychoose .icon-box .icon i {
  width: 65px;
  height: 50px;
  background: url(../img/icon_sprite.png) no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.whychoose .icon-box .icon i.icon1 {
  background-position: 0 -65px;
}

.whychoose .icon-box .icon i.icon2 {
  background-position: -72px -63px;
  height: 55px;
}

.whychoose .icon-box .icon i.icon3 {
  background-position: -137px -58px;
}

.whychoose .icon-box .icon i.icon4 {
  background-position: -202px -63px;
}

.whychoose .icon-box:hover .icon i.icon1 {
  background-position: 0 2px;
}

.whychoose .icon-box:hover .icon i.icon2 {
  background-position: -72px 0;
}

.whychoose .icon-box:hover .icon i.icon3 {
  background-position: -137px 0px;
}

.whychoose .icon-box:hover .icon i.icon4 {
  background-position: -202px 0;
}

.home_about {
  background-size: cover;
  padding: 60px 0;
  min-height: 560px;
  margin-bottom: 0;
  position: relative;
}

.home_about h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.home_about p {
    color: #000;
    font-size: 17px;
    line-height: 25px;
    padding: 12px 0 0;
}
.home_about .about_img {
  position: relative;
  margin: 7px auto 0;
}

.home_about ul {
  list-style: none;
}

.btn-check:focus+.btn,
.btn:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.home_about .read_bt a {
  background-color: #23a9d0;
  color: #fff;
  border-radius: 0;
  padding: 8px 28px;
  text-transform: uppercase;
}

.home_about .read_bt a:hover {
  color: #23a9d0;
  background-color: #fff;
  border: 1px solid #23a9d0;
}

.home_about .read_bt {
  margin-top: 25px;
}

.home_about ul li {
  position: relative;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.2rem;
  color: #000;
}

.home_about ul li::before {
  content: "";
  background-image: url(../img/right-arrow.png);
  background-size: contain;
  display: inline-block;
  width: 25px;
  height: 25px;
  top: 2px;
  position: absolute;
  left: -38px;
}

.more-services img {
  border-radius: 0;
}

.more-services .card {
  border: 0;
  text-align: ceneter;
}

.more-services .card-body {
  -moz-text-align-last: center;
  text-align-last: center;
}

.more-services .card-title a {
  font-weight: 600;
  font-size: 18px;
  color: #334240;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.more-services .card-title a:hover {
  color: #23a9d0;
}

.more-services .btn {
  border-radius: 50px;
  padding: 4px 30px 6px 30px;
  background: #23a9d0;
  color: #fff;
}

.more-services .btn:hover {
  color: #000;
  background: #fff;
  border: 2px solid #23a9d0;
}

.info-box .content {
  padding: 60px 100px 0 100px;
}

.info-box .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.info-box .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.info-box .content p {
  font-size: 15px;
  color: #6b8a86;
}

.info-box .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.info-box .accordion-list {
  padding: 0 100px 60px 100px;
}

.info-box .accordion-list ul {
  padding: 0;
  list-style: none;
}

.info-box .accordion-list li+li {
  margin-top: 15px;
}

.info-box .accordion-list li {
  padding: 20px;
  background: #f2f5f4;
  border-radius: 5px;
}

.info-box .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}

.info-box .accordion-list a:hover {
  color: #23a9d0;
}

.info-box .accordion-list span {
  color: #e83e8c;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.info-box .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.info-box .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.info-box .accordion-list .icon-show {
  display: none;
}

.info-box .accordion-list a.collapsed {
  color: #343a40;
}

.info-box .accordion-list a.collapsed:hover {
  color: #23a9d0;
}

.info-box .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.info-box .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .info-box .content,
  .info-box .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {

  .info-box .content {
    padding-top: 30px;
  }

  .info-box .accordion-list {
    padding-bottom: 30px;
  }
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #334240;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #23a9d0;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap img {
  width: 100%;
  max-height: 256px;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgb(0 0 71 / 40%);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    display: none;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  z-index: 3;
  position: absolute;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #23a9d0;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 48px);
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: calc(50% - 50px);
}

.portfolio-details {
    padding-top: 30px;
    background: url(../img/whychoose_bg.jpg) no-repeat;
    background-size: cover;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #23a9d0 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  min-height: 530px;
}

section.our-services {
  background-color: #ebebeb;
}

/*section.our-services .section-title h5::before,*/
/*.why-choose-us .section-title h5::before,*/
/*.testimonial-section .section-title h5::before,*/
/*.our-working-process .section-title h5::before,*/
/*.our-working-process .section-title h5::before,*/
/*.portfolio .section-title h5::before {*/
/*  left: 32%;*/
/*}*/

/*.booking-area .section-title h5::before{*/
/*    left: 34%;*/
/*}*/
/*section.services .section-title h5::before {*/
/*  left: 43%;*/
/*}*/


section.our-services .service-items .service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #23a9d0;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  padding: 24px 13px 13px 13px;
}

section.our-services .service-items {
    position: relative;
    background: #23a9d0;
    margin-bottom: 40px;
    height: 290px;
    border-radius: 20px;
    transition: .2s;
    overflow: hidden;
}
section.our-services .service-items:hover .service-content {
  background-color: #000;
}

section.our-services .service-items:hover .service-tagline p {
  display: block;
  visibility: visible;
  opacity: 1;
}

section.our-services .service-items .service-tagline {
    position: absolute;
    padding: 10px 20px;
    bottom: 8%;
    width: 100%;
    text-align: center;
}

/* section.our-services .service-items .service-tagline p {
  font-size: 0.9rem;
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
} */
section.our-services .service-items .service-tagline h4 {
    margin-bottom: 0;
    font-size: 27px;
    padding: 3px 0;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}
.service-items a {
    background: #42c5ef;
    padding: 10px;
    color: white;
}


section.our-services .service-items .service-content a {
  color: #fff;
}

section.our-services .service-items>img {
    height: 290px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    opacity: 0;
    border-radius: 20px;
}

section.our-services .service-items .service-content img {
  width: 50px;
}
section.our-working-process {
    background-color: #fff;
 
}

.working-process-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 20px;
}

section.our-working-process .working-process-wrapper .image-area {
  border-radius: 50%;
  position: relative;
}

.client-silder-item {
  background-color: #ebebeb;
  padding: 54px 20px 30px 20px;
  margin-top: 40px;
  border: 1px solid #fff;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-radius: 10px;
	height: 320px
}

.client-silder-item img {
  margin-top: -92px;
  max-width: 100px;
  border-radius: 50%;
  border: 4px solid #fff;
  background-color: #fff;
}

.client-silder-item p {
  line-height: normal;
  font-size: 1rem;
  margin-top: 20px;
  font-weight: 600;
}

.client-silder-item h4 {
    color: #23a9d0;
    text-transform: capitalize;
}

section.our-working-process .working-process-wrapper .image-area>div {
  background: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 50%;
  padding: 8px;
  border: 3px solid #23a9d0;
}

section.our-working-process .working-process-wrapper .image-area img {
  width: 140px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #ebebeb;
  border-radius: 50%;
}

/* .working-process-items:hover .content-area {
  background-color: #23a9d0;
} */

.working-process-items:hover .image-area span {
    background: #000000 !important;
}

.working-process-items:hover .image-area>div {
  border-color: #8b8b8b !important;
}

.working-process-items:hover .content-area h6,
.working-process-items:hover .content-area p {
  color: #fff;
}

.working-process-wrapper .content-area {
    padding: 16px;
    border-radius: 70px;
    margin-top: 0px;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    width: 100%;
}


.working-process-wrapper .content-area h6 {
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
}

.working-process-wrapper .content-area p {  
  color: #000;
  font-size: 16px;
}

section.our-working-process .working-process-wrapper .image-area span {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 9;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background: #000;
  padding: 8px 10px;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 10px);
      -ms-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
}

section.counter-section {
  background-color: #000;
  padding: 40px 0;
}

.counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

.counter-section .counter-items img {
  -webkit-filter: invert(1);
          filter: invert(1);
  max-width: 80px;
  width: 80px;
}

.contact-section-area .section-title p {
  font-size: 18px;
  color: unset;
  line-height: 30px;
}

section.cta-section {
  background-image: url(../img/cta-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
/*   background-color: #000000dc; */
/*   background-blend-mode: multiply; */
  padding: 70px 0;
}
section.cta-section p {
    color: white;
}

section.cta-section h2 {
    color: #fff;
    font-size: 52px;
    font-weight: bold;
}
.cta-section h4 {
  color: #23a9d0;
}

section.contact-section h4 {
  color: #23a9d0;
}

section.cta-section h4 {
    color: #23a9d0;
    font-size: 1.4rem;
    font-weight: 700;
}

section.cta-section .btn-2 {
    color: #fff;
    background-color: #000;
    padding: 8px 25px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

section.cta-section .btn-2:hover {
  color: #fff;
  background-color: #23a9d0;
}
.counter-section .counter-items .coutner-info {
    font-size: 3.4rem;
    font-weight: 900;
    color: #23a9d0;
}

.counter-section .counter-items p {
  font-size: 1.2rem;
  color: #fff;
}

.counter-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-right: 2px solid #ffffff40;
    padding: 20px 43px 20px 10px;
}

.coutner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da!important;
}

.portfolio-details .portfolio-info h3 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }

  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# services home
--------------------------------------------------------------*/
.services_home {
  background: #fff;
  padding: 60px 0;
}

.services_home .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.services_home .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.services_home .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  -webkit-transition: bottom 0.4s;
  -o-transition: bottom 0.4s;
  transition: bottom 0.4s;
}

.services_home .member .member-info-content h4 {
  font-weight: normal;
  margin-bottom: 2px;
  font-size: 28px;
  color: #d0b25c;
  font-family: 'Mulish', sans-serif;
}

.services_home .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.services_home .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  -webkit-transition: bottom ease-in-out 0.4s;
  -o-transition: bottom ease-in-out 0.4s;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

.services_home .member .social a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}

.services_home .member .social a:hover {
  color: #23a9d0;
}

.services_home .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.services_home .member:hover .member-info {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), color-stop(20%, rgba(0, 0, 0, 0.8)), to(rgba(0, 212, 255, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.services_home .member:hover .member-info-content {
  bottom: 20px;
  -webkit-transition: bottom 0.4s;
  -o-transition: bottom 0.4s;
  transition: bottom 0.4s;
}

.services_home .member:hover .social {
  bottom: 0;
  -webkit-transition: bottom ease-in-out 0.4s;
  -o-transition: bottom ease-in-out 0.4s;
  transition: bottom ease-in-out 0.4s;
}

.contact .infos {
  position: relative;
  z-index: 2;
}

.contact .info {
  padding: 60px;
  background: #fff;
  color: #334240;
  text-align: center;
  -webkit-box-shadow: -5px -5px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: -5px -5px 40px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 48px;
  color: #23a9d0;
  margin-bottom: 15px;
}

.contact .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.contact .info p {
  font-size: 15px;
}

.contact .info-bg {
  background: white;
}

.contact .contact-form-wrap {
  -webkit-box-shadow: 10px -5px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 30px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .validate {
  display: none;
  color: #23a9d0;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #23a9d0;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form label {
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  color: #5f7c78;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #23a9d0;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #fff;
  border: 2px solid #23a9d0;
  padding: 10px 24px;
  color: #23a9d0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #23a9d0;
  color: #fff;
}

@media (max-width: 1024px) {
  .contact .info {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .contact .php-email-form {
    padding: 15px 0 0 0;
  }
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#footer {
  background: #000;
  padding: 0 0 20px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #000;
  border-bottom: 1px solid #eeeeee61;
  padding: 60px 0 10px 0;
}

#footer .footer-top .footer-info .social_links ul {
  padding-left: 0;
  margin-top: 35px;
}

#footer .footer-top .footer-info .social_links ul li a {
  color: #fff;
  background: #23a9d0;
  display: inline-block;
  text-align: center;
  padding: 2px 9px 0px 9px;
  font-size: 23px;
}

#footer .footer-top .footer-info .social_links ul li a img {
  width: 18px;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -webkit-filter: invert(1);
          filter: invert(1);
}

#footer .footer-top .footer-info .social_links ul li a:hover img {
  -webkit-filter: invert(0);
          filter: invert(0);
}

#footer .footer-top .footer-info {
  padding-right: 60px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 0;
  font-family: 'Mulish', sans-serif;
  color: #fff;
  font-weight: normal;
}

#footer .footer-top .social-links a {
  font-size: 24px;
  display: inline-block;
  background: #23a9d0;
  color: #fff;
  line-height: 1;
  padding: 6px 0;
  margin-right: 4px;
  border-radius: 3px;
  text-align: center;
  width: 40px;
  height: 35px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 35px;
}

#footer .footer-top .social-links a:hover {
  background: #2b2b2b;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

#footer .footer-top h4:before {
  content: '';
  width: 50px;
  height: 2px;
  display: block;
  bottom: 0px;
  background: #23a9d0;
  position: absolute;
  z-index: 1;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
    /* width: 20%; */
    background: transparent;
}

#footer .footer-top .footer-links.services {
  width: 35%;
  padding: 0;
}

#footer .footer-top .footer-links.services li {
  width: 46%;
  display: inline-block;
  vertical-align: top;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #23a9d0;
  font-size: 22px;
  line-height: 0;
  margin-top: 8px;
  vertical-align: top;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#footer .footer-top .footer-links ul li::after {
  position: absolute;
  content: "➤";
  left: 0;
  top: 13px;
  color: #23a9d0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  line-height: 21px;
  font-family: 'Mulish', sans-serif;
}

#footer .footer-top .footer-links ul a:hover {
  color: #23a9d0;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #23a9d0;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4;
  font-family: 'Mulish', sans-serif;
  text-transform: uppercase;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #545151;
}

#footer .copyright {
  padding-top: 20px;
  display: inline-block;
  font-family: 'Mulish', sans-serif;
  font-size: 17px;
  color: #969696;
  text-align: center;
  width: 100%;
}

#footer .c#23a9d0its {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  display: inline-block;
  float: none;
  display: none;
}

/* testimonial section */
.ocs-sec {
  background: url(../img/testimonial_bg.jpg);
  padding: 50px 0 30px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ocs-sec .h-title h2 {
  color: #23a9d0;
  font-family: 'Mulish', sans-serif;
  text-transform: capitalize;
  font-size: 40px;
  margin-top: 0;
}
.section-title.text-start img {
    WIDTH: 85%;
    HEIGHT: 544PX;
    OBJECT-FIT: cover;
}
.ocs-sec .h-title h2 span {
  color: #fff;
}

.ocs-sec .h-title p {
  font-family: 'Mulish', sans-serif;
  font-size: 22px;
  position: relative;
  line-height: 22px;
  padding: 0 0 25px;
  text-align: left;
  color: #fff;
}

.ocs-sec .h-title p:before {
  content: '';
  width: 130px;
  height: 1px;
  background: #c3c3c3;
  display: block;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none;
}

.ocs-sec .h-title p:after {
  content: '';
  width: 50px;
  height: 5px;
  background: #a1a1a0;
  display: block;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none;
}

.t-item {
  margin-top: 20px;
  padding: 0;
  margin-left: 15px;
  margin-bottom: 40px;
  float: left;
  background: transparent;
  border-radius: 11px;
}

.t-item .description {
  margin-top: 15px;
  position: relative;
}

.t-item .description:before {
  content: '';
  width: 33px;
  height: 27px;
  display: block;
  margin: 15px auto 35px;
  background: url(../img/testi_quote.png) no-repeat;
}

.t-item .description:after {
  content: '';
  width: 33px;
  height: 27px;
  display: block;
  margin: 15px auto 15px;
  background: url(../img/testi_quote.png) no-repeat;
}

.t-item .description p {
  font-size: 20px;
  color: #fff;
  font-family: 'Mulish', sans-serif;
  line-height: 29px;
}

.client-img {
  width: 122px;
  height: 122px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 15px;
  display: inline-block;
}
.working-process-items {  
    height: 350px;
}
.client-img img {
  max-width: 100%;
}
.portfolio-details-container .owl-carousel.owl-drag .owl-item img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}

.client-info {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}

.client-text h3 {
  font-family: 'Mulish', sans-serif;
  color: #fff;
  font-size: 22px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.client-text h3 span {
  color: #23a9d0;
  font-size: 18px;
}

.client-text p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.client-text h3:after {
  content: "";
  background-color: #23a9d0;
  width: 60px;
  height: 3px;
  display: block;
  margin: 10px auto;
}
.service-content a {
    color: white;
}
.wpcf7-not-valid-tip {
/*     color: #f9ff00 !important; */
    font-size: 1em;
    font-weight: normal;
    display: block;
}
.booking-from-wrapper .wpcf7-not-valid-tip {
    color: #23a9d0 !important;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
#client-slider {
  margin-top: 0;
}

#client-slider ol.carousel-indicators {
  bottom: 0;
  margin-top: 23px;
  position: relative;
}

#client-slider .owl-dots {
  text-align: center;
}

#client-slider .owl-dots button.owl-dot {
  background-image: url(../img/indicators-icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 22px;
  height: 24px;
  border: none;
  border-radius: 0;
  margin: 0 3px;
  outline: none;
}

#client-slider .owl-dots {
  text-align: center;
  bottom: 145px;
  margin: auto;
  width: auto;
  left: 0;
  right: 0;
}

#client-slider .owl-dots button.owl-dot.active {
  background-position: -26px 0;
  background-color: transparent;
}

.ocs-sec .owl-pagination {
  text-align: center;
}

.ocs-sec .owl-pagination .owl-page span {
  background: #a4a8d0;
}

.ocs-sec .owl-pagination .owl-page.active span {
  background: #4a51a1;
}

/* end testiomonial section here */



/* custom css starts here */
#hero .carousel-indicators {
  bottom: 0;
  left: 0;
  right: auto;
  max-width: 300px;
  margin: 0;
  text-align: left;
  position: relative;
  width: auto;
}

#hero .carousel-indicators li {
  text-indent: inherit;
  font-size: 16px;
  width: auto;
  height: auto;
  border: none;
  color: #fff;
  border-radius: 0;
  margin: 0 15px;
  font-family: 'Mulish', sans-serif;
  background: transparent;
}

#hero .carousel-indicators li.active {
  background: transparent;
  border-bottom: 2px solid #fff;
}

#hero .carousel-indicators:after {
  content: "";
  width: 101px;
  height: 1px;
  background-color: #fff;
  margin-left: 20px;
  margin-top: 11px;
}

.slide_nav {
  position: absolute;
  bottom: 23vh;
  left: auto;
  right: 18vh;
  margin: auto;
  text-align: left;
  display: none;
}

.slider-btn {
  position: relative;
  right: auto;
  bottom: 0;
  left: 20px;
  margin: 0;
  width: 70px;
}
#hero .carousel-content {  
    width: 70%;
 }
.slider-btn a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 0 10px;
  line-height: 22px;
  opacity: 1;
}

.slider-btn a span {
  font-size: 28px !important;
  opacity: 1;
  color: #fff;
}

#hero .carousel-content a.btn {
  background: #23a9d0;
  color: #fff;
  border-color: #23a9d0;
  padding: 10px 20px;
  display: inline-block;
  width: auto;
  font-size: unset;
  text-transform: uppercase;
  border-radius: 0;
}

#hero .carousel-content a.btn-2 {
  color: #000000;
  background-color: #fff;
  padding: 10px 28px;
  display: inline-block;
  border: 1px solid #fff;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

#hero .book_appoint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
#hero .carousel-content a.btn-2:hover {
  background-color: transparent;
  color: #fff;
}

#hero .carousel-content a.btn:hover {
  background-color: #000;
}

/* end custom css */
.services_home .ser_item {
  width: 300px;
  padding: 0 12px
}

.services_home .owl-carousel .owl-nav.disabled,
.our_project .owl-carousel .owl-nav.disabled {
  display: block;
  text-align: center;
}

.services_home .owl-carousel .owl-nav.disabled button,
.our_project .owl-carousel .owl-nav.disabled button {
  width: 45px;
  height: 45px;
  outline: 0;
  margin: 20px 35px;
  display: inline-block;
  border-radius: 50%;
}

.services_home .owl-carousel .owl-nav.disabled button span,
.our_project .owl-carousel .owl-nav.disabled button span {
  background: url(../img/slider-arrow.png) no-repeat;
  width: 55px;
  height: 13px;
  display: block;
  font-size: 0;
  margin-right: 25px;
  float: left;
  margin-left: 15px;
}

.services_home .owl-carousel .owl-nav.disabled button.owl-next span,
.our_project .owl-carousel .owl-nav.disabled button.owl-next span {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  float: left;
  margin-left: -25px;
}

.services_home .owl-carousel .owl-nav.disabled button:hover,
.our_project .owl-carousel .owl-nav.disabled button:hover {
  background: #23a9d0;
}


.our_project {
  background: url(../img/project_bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.our_project .ser_item {
  width: 235px;
  padding: 0 7px
}

.our_project .section-title h2,
.our_project .section-title p {
  color: #fff;
}

.our_project .ser_item .member-info {
  width: 100%;
}

.our_project .ser_item .member-info h4 a {
  background: #23a9d0;
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: 'Mulish', sans-serif;
  font-weight: normal;
  padding: 5px;
}

.our_project .ser_item .member-info h4 a:hover {
  color: #000;
  background: #fff;
}

.our_project .owl-carousel .owl-nav.disabled button span {
  background: url(../img/arrow_slide.png) no-repeat;
  width: 55px;
  height: 13px;
  display: block;
  font-size: 0;
  margin-right: 25px;
  float: left;
  margin-left: 15px;
}

.our_project .owl-carousel .owl-nav.disabled button {
  background: #fff;
}

.our_project .owl-carousel .owl-nav.disabled button:hover {
  background: #000;
}

.our_work {
  padding-bottom: 30px;
}

.our_work .video-box img {
  padding: 15px 0;
}

.our_work .section-title p {
  text-align: left;
  font-style: italic;
  color: #666;
}

.our_work .about-content {
  padding: 40px;
}

.our_work .icon-box+.icon-box {
  margin-top: 40px;
}

.our_work .icon-box .icon {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 72px;
  height: 72px;
  background: #f1f7fb;
  border-radius: 6px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.our_work .icon-box .icon i {
  color: #428bca;
  font-size: 32px;
}

.our_work .icon-box:hover .icon {
  background: #428bca;
}

.our_work .icon-box:hover .icon i {
  color: #fff;
}

.our_work .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.our_work .icon-box .title a {
  color: #343a40;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.our_work .icon-box .title a:hover {
  color: #428bca;
}

.our_work .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
}

.video-box {
  position: relative;
}

.video-box .content {
  position: absolute;
  left: 0;
  bottom: 100px;
  text-align: center;
  right: 0;
  width: 840px;
  margin: auto;
}

#footer .footer-top .footer-info {
    padding-right: 40px;
}


.video-box .content p {
  color: #fff;
  font-size: 40px;
  line-height: 54px;
  font-family: 'Mulish', sans-serif;
}

.video-box .content .btn {
  background: #23a9d0;
  color: #fff;
}

.video-box img {
  width: 100%;
}

.play-btn {
  width: 94px;
  height: 94px;
  background: -o-radial-gradient(rgb(255 255 255) 50%, rgb(255 253 250 / 40%) 52%);
  background: radial-gradient(rgb(255 255 255) 50%, rgb(255 253 250 / 40%) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 133px);
  overflow: hidden;
}

.play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
      -ms-transform: translateX(-40%) translateY(-50%);
          transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #23a9d0;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgb(255 255 255 / 70%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.play-btn:hover::after {
  border-left: 15px solid #23a9d0;
  -webkit-transform: scale(20);
      -ms-transform: scale(20);
          transform: scale(20);
}

.play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
      -ms-transform: translateX(-40%) translateY(-50%);
          transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

.our_work .nav-tabs {
  display: inline-block;
  padding: 0 0 20px;
  margin: 0 0 30px;
}

.our_work .nav-item {
  display: inline-block;
}

.our_work .nav-item a {
  border: 0;
  padding: 0 35px 0 0;
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
}

.our_work .nav-item a h4 {
  font-size: 19px;
  color: #000;
  line-height: 22px;
  font-family: 'Mulish', sans-serif;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.our_work .nav-item a.active h4:after {
  content: '';
  position: absolute;
  bottom: -30px;
  width: 50px;
  height: 5px;
  background: #23a9d0;
  left: 0;
  right: 0;
  margin: auto;
}

.our_work .tab-content .tab-pane p {
  font-size: 22px;
  line-height: 30px;
  color: #343333;
}

footer .gt_touch {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

footer .gt_touch p,
footer p {
  font-size: 18px;
  line-height: 22px;
}

footer .gt_touch i {
  display: inline-block;
  vertical-align: top;
  margin-top: -3px;
  font-size: 30px;
  margin-right: 10px;
  color: #23a9d0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #000;
  text-align: center;
  border-radius: 50%;
  background: -moz-linear-gradient(top, #23a9d0 0%, #23a9d0 52%, #cf972a 84%, #915d23 100%);
}

footer .gt_touch p {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  font-family: 'Mulish', sans-serif;
}

footer .gt_touch a {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.card-img img {
  width: 100%;
}

.pro_gallery {
  padding-bottom: 0;
  position: relative;
}

.pro_gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.pro_gallery .gitem {
  padding: 0 10px 0px 0;
  margin: 0;
  position: relative;
}

.pro_gallery .gitem:after {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.pro_gallery .gitem:before {
  content: '';
  width: 20px;
  height: 20px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/icon_sprite.png) no-repeat;
  background-position: -110px -129px;
  cursor: pointer;
  z-index: 99
}

.pro_gallery .gitem h3 {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 70px;
  right: auto;
  margin: auto;
  background: #23a9d0;
  padding: 5px 35px;
  color: #fff;
  font-family: 'Mulish', sans-serif;
  text-transform: uppercase;
}

.pro_gallery .gitem:last-child {
  padding: 0px 0 10px 0;
}

.pro_gallery .gitem:nth-child(2) {
  padding: 0px 0px 10px 0;
}

.pro_gallery .gallery-item img {
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

.pro_gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.pro_gallery .gitem .gallery-item:hover h3,
.pro_gallery .gitem:hover:before,
.pro_gallery .gitem:hover:after {
  display: block;
}

.pro_gallery .gitem:nth-child(2) h3,
.pro_gallery .gitem:last-child h3 {
  right: 70px;
  left: auto;
}

.pro_gallery .pro_gallinfo {
  width: 320px;
  height: 320px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  padding: 95px 25px;
  text-align: center;
  z-index: 9;
}

.pro_gallery .pro_gallinfo h3 {
  font-family: 'Mulish', sans-serif;
  font-size: 39px;
  line-height: 40px;
  color: #191919;
}

.pro_gallery .pro_gallinfo p {
  font-size: 18px;
  line-height: 22px;
  color: #555555;
}

.values .card {
  border: 0;
  padding: 0;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.values .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 13px 30px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.values .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.values .card-title a {
  color: #473d3a;
}

.values .card-text {
  color: #4b4949;
}

.values .read-more a {
  color: #656262;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.values .read-more a:hover {
  text-decoration: underline;
}

.values .card:hover .card-body {
  background: #23a9d0;
}

.values .card:hover .read-more a,
.values .card:hover .card-title,
.values .card:hover .card-title a,
.values .card:hover .card-text {
  color: #fff;
}

.about .content {
  padding: 0px 0;
  margin: -40px 0 0;
}

.about .content h3,
.contact_pg h2 {
  font-size: 40px;
  color: #000000;
  font-family: 'Mulish', sans-serif;
}

.contact_pg h2 {
  text-transform: uppercase;
}

.contact_pg h2 span {
  color: #23a9d0;
}

.about .content p {
  margin-bottom: 0;
  font-family: 'Mulish', sans-serif;
  font-size: 19px;
  color: #5c5c5c;
}

.about .content .icon-box {
  margin-top: 25px;
}

.about .content .icon-box h4 {
  font-size: 25px;
  /* font-weight: 700; */
  margin: 5px 0 10px 60px;
  color: #000000;
}

.about .content .icon-box h4 a {
  color: #23a9d0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Mulish', sans-serif;
}

.about .content .icon-box h4 a:hover {
  color: #000000;
}

.about .content .icon-box i {
  font-size: 40px;
  float: left;
  color: #000000;
  border: solid thin #000;
  padding: 4px;
}

.about .content .icon-box p {
  font-size: 19px;
  color: #5c5c5c;
  margin-left: 60px;
  font-family: 'Mulish', sans-serif;
}

.about .image {
  /* background: url("../img/video_bg.png") center center no-repeat; */
  background-size: cover;
  min-height: 655px;
}

@media (max-width: 667px) {
  .about .image img {
    max-width: 100%;
  }
}


.services {
  padding-bottom: 40px;
  padding-top: 0;
  background: #fff;
  padding: 75px 0 30px;
}

.services .card {
  margin-bottom: 30px;
  position: relative;
  background: transparent;
}

.services .read-more a:hover {
  border-left: 2px #fff solid;
  background-color: #23a9d0;
  color: #fff;
}

.services .card-img {
  width: 100%;
  margin-left: 0;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
  display: inline-block;
  width: 100%;
}

.services .card-img img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    object-fit: cover;
        height: 250px;
}

.services .card-body {
  z-index: 10;
  background: #23a9d0;
  border-top: 2px solid #fff;
  padding: 20px 16px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

.page-item.active .page-link {
  background-color: #23a9d0;
  border-color: #23a9d0;
}

.page-link {
  color: #23a9d0;
}

.page-link:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  color: #23a9d0;
}

.services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.services .card-title a {
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 22px;
    text-transform: capitalize;
}
.services .card-text {
  color: #ffffff;
  font-family: 'Mulish', sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.services .read-more a {
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  margin: 0 auto;
  background: #fff;
  border-left: 2px #23a9d0 solid;
  padding: 8px 22px;
}

.services .card:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.services .card:hover .card-body {
  border-color: #000000;
  background: #000000;
}

.services .card:hover .card-body .card-title a {
  color: #fff;
  border-color: #fff;
}



.social_links {
  display: inline-block;
}

.social_links ul {
  margin: 0;
  list-style: none;
  display: block;
}

.social_links ul li {
  display: inline-block;
  margin: 0 5px;
}


.social_links ul li a:hover {
  background: #23a9d0;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(315deg, #23a9d0 0%, #23a9d0 52%, #cf972a 84%, #915d23 100%);
  background: linear-gradient(135deg, #23a9d0 0%, #23a9d0 52%, #cf972a 84%, #915d23 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23a9d0', endColorstr='#915d23', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #000;
}

#footer .footer-top .footer-info .social_links ul li a:hover {
  background: #fff;
  color: #000;
}


.sticky-wrapper.is-sticky #header {
  background: #000;
  border-bottom: 0;
}



/* NESW CSS
-------------------------------------------------- */

.lb-sec {
  background: #000;
  padding: 55px 0;
}

.lb-sec h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: normal;
  text-transform: capitalize;
  color: #ffffff;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'Mulish', sans-serif;
}

.lb-sec h2 span {
  color: #23a9d0;
}

.lb-sec h2:before {
  content: "";
  width: 63px;
  height: 4px;
  background: #fff;
  z-index: 1;
  position: absolute;
  margin: 64px 0 0 108px;
  display: none;
}

.lb-sec p,
.lb-sec .item_box p {
  color: #4e4c4c;
  font-size: 15px;
  padding: 0 10px;
  margin: 0;
}

.lb-sec p {
  margin: 20px 0;
  text-align: center;
}

.lb-sec .item {
  margin: 0 15px;
}

.lb-sec .item .col-md-3 {
  width: 282px;
  float: left;
  margin: 0 24px 0 0;
  padding: 0;
}

.lb-sec .item .thumb {
  width: 260px;
  cursor: pointer;
  margin: 0;
  height: 318px;
  position: relative;
}

.lb-sec .item .col-md-3:nth-child(4n) {
  margin-right: 0;
}

.lb-sec .item .thumb .img-box {
  width: 260px;
  margin: 0;
  position: absolute;
  top: 0;
  left: -23px;
  height: 293px;
}

.lb-sec .item .thumb .img-box img {
  width: 100%;
  margin: 0;
  position: relative;
}

.lb-sec .item img {
  max-width: 100%;
  margin: 0px 0;
}

.ovrlay {
  background: rgba(15, 15, 15, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 5px solid #fff;
  display: none;
}

.lb-sec .item .thumb:hover .img-box .ovrlay {
  display: block;
  padding: 50% 0;
}

.lb-sec .item .thumb:hover .img-box .ovrlay a {
  width: 41px;
  height: 41px;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

.lb-sec .item .col-md-3 h3 {
  margin: 0;
}

.lb-sec .item .col-md-3 h3 a {
  color: #fff;
  font-size: 17px;
  line-height: 48px;
}

.lb-sec .item .col-md-3 h3 a:hover {
  color: #23a9d0;
}

.item_box .img-box {
  width: 88px;
  margin: 0 auto;
}

.item_box .img-box i.fa.fa-quote-right {
  width: 44px;
  height: 44px;
  display: inline-block;
  border-radius: 100%;
  font-size: 17px;
  background: #23a9d0;
  color: #fff;
  padding: 14px;
  margin: -20px 0 0;
}

.lb-sec h3 {
  font-family: 'Mulish', sans-serif;
  font-size: 20px;
  color: #23a9d0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.lb-sec span {
  font-family: 'Mulish', sans-serif;
  color: #414855;
  /* font-size: 18px; */
  margin: 0px 0 10px;
  display: inline-block;
}

.lb-sec .carousel-inner {
  padding: 0px 0 6px;
}

.lb-sec .carousel-inner>.item {
  padding: 30px 0 0px;
}

#thumbcarousel .carousel-control.left span:hover,
#thumbcarousel .carousel-control.right span:hover {
  background: #063b6d;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}


.latest-blog .carousel-inner>.item {
  -webkit-transition: 500ms ease-in-out left;
  -o-transition: 500ms ease-in-out left;
  transition: 500ms ease-in-out left;
}

.latest-blog .carousel-inner .active.left {
  left: -33%;
}

.latest-blog .carousel-inner .active.right {
  left: 33%;
}

.latest-blog .carousel-inner .next {
  left: 33%;
}

.latest-blog .carousel-inner .prev {
  left: -33%;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .latest-blog .carousel-inner>.item {
    -webkit-transition: 500ms ease-in-out left;
    -o-transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out left;
    -webkit-transition: 500ms ease-in-out all;
    -o-transition: 500ms ease-in-out all;
    transition: 500ms ease-in-out all;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

.latest-blog .carouse-control.left,
.latest-blog .carouse-control.right {
  background-image: none;
}

.lb-sec .carousel-inner>.item .img_box {
  overflow: hidden;
}

.blog_item {
  background: #23a9d0;
  padding: 20px 30px 20px 33px;
  text-align: left;
  margin: 0 1px 0 0px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 1;
}

.lb-sec .blog_item .comment {
  color: #bababa;
  font-size: 15px;
}

.lb-sec .blog_item .comment a {
  color: #bababa;
  display: inline-block;
  padding: 0 4px 0 2px;
  font-family: 'Mulish', sans-serif;
  font-size: 15px;
}

.blog_item .date_box {
  width: 115px;
  height: 40px;
  /* background: #ac128a; */
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-top: -40px;
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  padding: 8px;
  float: right;
  background: #23a9d0;
  background: -webkit-gradient(linear, left top, left bottom, from(#23a9d0), color-stop(52%, #23a9d0), color-stop(84%, #cf972a), to(#915d23));
  background: -o-linear-gradient(top, #23a9d0 0%, #23a9d0 52%, #cf972a 84%, #915d23 100%);
  background: linear-gradient(to bottom, #23a9d0 0%, #23a9d0 52%, #cf972a 84%, #915d23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23a9d0', endColorstr='#915d23', GradientType=0);
  /* margin: 0; */
}

.blog_item .date_box span {
  display: inline-block;
  margin: 0;
  /* font-family: 'Poppins-Regular'; */
  /* font-size: 14px; */
  color: #ffffff;
  text-transform: capitalize;
}

.blog_item:hover .date_box {
  background: #000;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.blog_item:hover .heading h3 {
  color: #ac128a;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}


.blog_item .heading {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding-left: 0;
}

.blog_item .heading h3 {
  color: #333232;
  font-size: 26px;
  font-family: 'Mulish', sans-serif;
  margin: 0;
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
  line-height: 26px;
}

.blog_item p {
  font-family: 'Poppins-Regular';
  font-size: 14px;
  color: #6b6b6b;
  padding: 0;
  text-align: left;
}

.lb-sec .blog_item a {
  font-family: 'Mulish', sans-serif;
  font-size: 24px;
  color: #ffffff;
  text-transform: capitalize;
  /* background: #fff; */
  display: block;
  width: auto;
  text-align: left;
  font-weight: 600;
  /* height: 20px; */
  line-height: 41px;
}

.lb-sec a {
  background: transparent;
  width: 5%;
  opacity: 9;
  height: 100%;
  top: 0;
}

.lb-sec .blog_item a::after {
  content: "";
  border-bottom: 1px solid #000;
  width: 66%;
  height: 1px;
  display: inline-block;
  margin: 10px 0 0;
  float: left;
  display: none;
}

.lb-sec .carousel-inner>.item .col-md-4.col-sm-4.col-xs-12 {
  padding: 0 12px;
}


.lb-sec .left.carousel-control {
  left: -40px;
}

.lb-sec .right.carousel-control {
  right: -40px;
}

.lb-sec .carousel .carousel-control,
.lb-sec .carousel .carousel-control {
  background-color: #ac128a;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  text-shadow: none;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin: auto;
  opacity: 9;
  background-image: none;
}

.lb-sec .carousel .carousel-control:hover,
.lb-sec .carousel .carousel-control:hover {
  background-color: #88888d;
  color: #fff;
}

.home_about .section-title {
  text-align: left;
  padding-bottom: 0;
}

.home_about .about_cont {
  padding-left: 45px;
}

.events-section h2 {
  font-family: 'Mulish', sans-serif;
  font-size: 25px;
  margin-top: 45px;
  display: block;
  margin-bottom: 24px;
}

.events-section h2,
.about .content h2 {
  color: #23a9d0;
  margin-bottom: 0;
}

.about .content h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.home_about.home_about .about_img img {
    z-index: 1;
    display: block;
    position: relative;
    max-width: 100%;
    position: sticky;
    top: 130px;
}

.inner_banner img {
  width: 100%;
  height: 328px;
  -o-object-fit: cover;
     object-fit: cover;
}

.breadcrumbs li a {
  font-size: 20px;
}

.breadcrumbs li {
  font-size: 20px;
}

.events-section {
  padding: 0 0 60px;
  display: block;
  font-size: 0
}

.events-item {
  padding-left: 0;
  position: relative;
  display: inline-block;
  width: 49.5%;
  font-size: 0;
}

.events-item .event-thumb {
  width: 50%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
  display: inline-block;
}

.event-details {
  background-color: #ffffff;
  padding: 48px 25px;
  border: 0px dashed #ddd;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.event-details h3 {
  font-family: 'fonts/cormorant_garamondsemibold';
  font-size: 23px;
  color: #23a9d0;
}

.event-details p {
  font-size: 19px;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 11px;
  color: #444444;
}

.event-info i {
  color: #eab022;
  margin-right: 10px;
}

.event-info p {
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #999;
}

.event-info {
  margin-bottom: 10px;
}

.ser-text {
  width: 78%;
  padding: 1px 15px;
  margin: 45px;
}

.ser-text h5 {
  color: #000000;
  font-family: 'Mulish', sans-serif;
  font-size: 100px;
  margin-bottom: 4px;
}

.ser-text p {
  font-size: 12.5px;
  margin-bottom: 0;
  color: #23a9d0;
  line-height: 22px;
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.ser-left .ser-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.ser-left .ser-item .ser-text {
  text-align: right;
  margin: 45px;
}

.img-box:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.conter_div {
  padding: 0;
  position: relative;
}

.video-box-img {
  padding-top: 0;
  padding-bottom: 30px;
}

.conter_div .container:before {
  content: '';
  background: url(../img/counter_bg.png) no-repeat;
  width: 783px;
  height: 671px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.about {
  background: url(../img/whychoose_bg.jpg) no-repeat;
  background-size: cover;
}

.form_box {
  text-align: center;
  margin-top: 30px;
}

.form_box h3 {
  margin-bottom: 25px;
}

.form_box .form-group .form-control {
  height: auto;
  padding: 8px 15px;
  font-size: 15px;
  letter-spacing: 0.6px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.form-control:focus {
  border-color: #23a9d0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.events-item.video_graphy .event-thumb {
  width: 100%;
  margin-bottom: 25px;
}

.gt-icon {
  width: 92px;
  height: 92px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 2.692rem;
  border: 2px solid #23a9d0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  position: relative;
  margin: 0 auto 22px;
}

.gt-icon i {
  color: #23a9d0;
  font-size: 32px;
}

.gt-title h4 {
  font-size: 22px;
  color: #23a9d0;
  margin: 10px 0;
}



/* service detail ends */

.service_detail {
  width: 100%;

  margin: 70px 0;
}

.service_detail h5 {
  font-family: 'Mulish', sans-serif;

  font-size: 17px;

  color: #797979;

  font-weight: 100;

  text-align: center;
}

.service_detail h2 {
  font-size: 45px;

  margin: 10px 0;

  font-weight: 400;

  text-align: center;
}

.service_detail h2 span {
  color: #23a9d0;

  font-size: 45px;

  font-family: 'Mulish', sans-serif;
}

.det_img {
  margin: 0 0 0 58%;

  width: 10%;
}

.detail_box {
  width: 100%;

  margin: 50px 0 0 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.detail_text {
  width: 65%;
}

.detail_image {
  width: 100%;

  height: 400px;

  margin: 0 0 30px 0;
}

.detail_image img {
  width: 100%;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.detail_head {
  width: 100%;
}

.text_head {
  color: #23a9d0;

  font-size: 30px;

  font-family: 'Mulish', sans-serif;

  font-weight: 400;
}

.detail_head p {
  font-family: 'Mulish', sans-serif;

  font-size: 15px;

  color: #939393;

  position: relative;

  line-height: 1.8;

  margin: 0 0 30px 0;
}

.detail_head_flex {
  width: 100%;
}

.detail_head_flex ul {
  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;
}

.detail_head_flex ul li {
  width: 48%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;
}

.detail_head_icon {
  width: 30px;

  height: 30px;

  color: #23a9d0;

  font-size: 15px;

  display: -ms-grid;

  display: grid;

  place-items: center;

  border-radius: 50%;

  border: 2px solid #23a9d0;
}

.detail_head_text {
  width: 85%;
}

.detail_head_text h3 {
  font-size: 25px;

  color: #23a9d0;

  font-family: 'Mulish', sans-serif;

  font-weight: 400;
}

.detail_head h4 {
  font-size: 25px;

  font-family: 'Mulish', sans-serif;

  font-weight: 400;

  margin: 0 0 20px 0;

  color: #575e65;
}

.detail_head h6 {
  color: #575e65;

  font-size: 18px;

  font-family: 'Mulish', sans-serif;

  font-weight: 400;

  margin: 0 0 10px 0;
}

.detail_head h6 i {
  color: #23a9d0;

  margin: 0 10px 0 0;
}

.detail_head_text_flex {
  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;
}

.detail_text_imagebox {
  width: 48%;

  height: 400px;
}

.detail_text_imagebox img {
  width: 100%;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
}

.detail_text_box {
  width: 48%;
}

.detail_text_box h4 {
  color: #23a9d0;
}

.detail_text_box ul li {
  font-size: 20px;

  font-family: 'Mulish', sans-serif;

  color: #939393;

  font-size: 15px;

  line-height: 2;
}

.detail_text_box ul li i {
  color: #23a9d0;

  margin: 0 10px 0 0;
}

.detail_info {
  width: 100%;

  background-color: #def1e9;

  padding: 40px;

  margin: 40px 0;
}

.detail_info h3 {
  font-family: 'Mulish', sans-serif;

  font-weight: 600;

  color: #23a9d0;

  display: inline-block;

  font-size: 22px;

  position: relative;

  padding: 0 0 5px 0;
}

.detail_info h3::after {
  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 25%;

  height: 2px;

  background-color: #23a9d0;
}

.detail_info_flex {
  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  margin: 30px 0 0 0;
}

.detail_info_cont {
  background-color: #fff;

  width: 48%;

  padding: 10px 0 10px 20px;

  margin: 0 0 30px 0;
}

.detail_info_cont h6 {
  font-weight: 600;

  color: #575e65;
}

.detail_info_cont p {
  margin: 0 0 0 0;
}

/* detail_text ends */

.detail_formbox {
  width: 30%;

  position: sticky;

  position: -webkit-sticky;

  top: 50px;

}

.detail_formbox h4 {
  padding: 0 0 5px 0px;

  font-size: 20px;

  color: #23a9d0;

  font-family: 'Mulish', sans-serif;

  font-weight: 600;

  position: relative;

  display: inline-block;
}

.detail_formbox h4::after {
  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 30%;

  height: 2px;

  background-color: #23a9d0;
}

.detail_formbox ul {
  margin: 30px 0 40px 0;
  padding: 0;
}

.fa-angle-right:before {
  content: "\f105";
}

.detail_formbox ul li {
  margin: 0 0 5px 0;
  list-style: none;
}

.detail_formbox ul li a {
  display: block;

  color: #4b5b68;

  padding: 15px 0 15px 22px;

  background-color: #f2f4f5;

  font-size: 17px;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  cursor: pointer;
}

.detail_formbox ul li a i {
  font-size: 13px;

  margin: 0 10px 0;
}

.detail_formbox ul li a:hover {
  background-color: #fff;

  border-left: 4px solid #23a9d0;
}

.serv_active {
  background-color: #23a9d0 !important;

  color: #fff !important;
}

.detail_formbox_image {
  width: 100%;

  height: 500px;

  background-color: #23a9d0;

  position: relative;
}

.detail_formbox_image img {
  width: 100%;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

  position: relative;
}

.detail_formbox_cont {
  width: 90%;

  height: 90%;

  position: absolute;

  top: 5%;

  left: 5%;

  padding: 20px 30px;

  border: 1px solid rgba(255, 255, 255, 0.3);

  border-radius: 16px;

  background: rgba(255, 255, 255, 0.2);

  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);

          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);

  -webkit-backdrop-filter: blur(5px);

          backdrop-filter: blur(5px);
}

.detail_formbox_cont h3 {
  color: #fff;

  font-family: 'Mulish', sans-serif;

  font-size: 30px;

  text-align: center;
}

.detail_formbox_cont form {
  width: 100%;
}

.detail-label {
  width: 100%;

  height: 40px;

  background-color: #fff;

  border-radius: 10px;

  margin: 20px 0 0 0;

  padding: 10px;
}

.detail-label input {
  width: 100%;

  height: 100%;

  border: none;

  outline: none;

  background-color: transparent;

  color: #939393;

  font-family: 'Mulish', sans-serif;

  font-size: 14px;
}

.detail-area {
  width: 100%;

  height: 150px;

  background-color: #fff;

  border-radius: 10px;

  margin: 20px 0 0 0;

  padding: 10px;
}

.detail-area textarea {
  width: 100%;

  height: 100%;

  border: none;

  outline: none;

  background-color: transparent;

  color: #939393;

  font-family: 'Mulish', sans-serif;

  font-size: 14px;
}

.detail-submit {
  width: 100%;

  height: 40px;

  border-radius: 20px;

  text-align: center;

  margin: 20px 0 0 0;
}

.detail-submit input {
  width: 100%;
  height: 100%;
  font-family: 'Mulish', sans-serif;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  background-color: #23a9d0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  border-radius: 20px;
  outline: none;
}

.detail-submit p {
  width: 100%;
  height: 100%;
}

.detail-submit input:hover {
  background-color: #000;
}

.client-silder-item:hover img {
  border: 4px solid #23a9d0;
}

.home-form-area {
  background-color: #23a9d0;
	
	
 
	
}

.home-form-area h3 {
  color: #000;
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.home-form-area label {
  color: #fff;
  margin-bottom: 8px;
}

.home-form-area select {
  margin-bottom: 15px;
  padding: 13px;
}

.home-form-area .form-control {
  border: 0;
  margin-bottom: 15px;
  padding: 13px;
}

.home-form-area .message-button {
    color: #fff;
    background-color: #23a9d0;
    padding: 7px 29px;
    border-radius: 0px;
    border: 0;
    font-size: 1.2rem;
    text-transform: capitalize;
    display: inline-block;
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 10px;
  background: #000;
  border-radius: 16px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #fff;
  border: none;
  border-radius: 50%;
  margin-top: -5px;
}

input[type="range"]::-moz-range-track {
  height: 10px;
  background: #000;
  border-radius: 16px;
}

input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #fff;
  border: none;
  border-radius: 50%;
  margin-top: -5px;
}

input[type="range"]::-ms-track {
  height: 10px;
  background: #000;
  border-radius: 16px;
}

input[type="range"]::-ms-thumb {
  width: 18px;
  height: 18px;
  background: #fff;
  border: none;
  border-radius: 50%;
  margin-top: 0;
}

section.why-choose-us {
  background-color: #ebebeb;
}

section.why-choose-us .why-choose-items {
    border-radius: 7px;
    background: #23a9d0;
    padding: 16px;
    -webkit-box-shadow: 2px 2px 3px #bebebe, -2px 0px 3px #ffffff;
    box-shadow: 2px 2px 3px #bebebe, -2px 0px 3px #ffffff;
    margin-bottom: 8px;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    height: 100%;
}
section.why-choose-us .why-choose-items:hover {
  background-color: #23a9d0;
}

section.why-choose-us .why-choose-items:hover h4 {
  color: #fff;
}

section.why-choose-us .why-choose-items:hover p {
  color: #fff;
}

section.why-choose-us .why-choose-items h4 {
    font-size: 1.6rem;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    color: #23a9d0;
    text-align: center;
    font-weight: 600;
}

section.why-choose-us .why-choose-items p {
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

section.contact_pg .contact-form-wrapper {
  -webkit-box-shadow: 2px 2px 3px #bebebe, -1px 0px 3px #bebebe;
          box-shadow: 2px 2px 3px #bebebe, -1px 0px 3px #bebebe;
  padding: 28px;
  background-color: #fff;
  border-radius: 2px;
}

section.contact_pg {
  background: url(../img/whychoose_bg.jpg) no-repeat;
}
section.contact_pg .contact-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px 0;
    background-color: #23a9d0;
    padding: 24px 18px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 2px 3px #d7d7d7d9;
            box-shadow: 1px 2px 3px #d7d7d7d9;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    height: 180px;
}

section.contact_pg .contact-items:hover {
  background-color: #fff;
}

section.contact_pg .contact-items i {
  font-size: 3rem;
  color: #fff;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

section.contact_pg .contact-items:hover i {
  color: unset;
}

section.contact_pg .contact-items:hover a {
  color: #23a9d0;
}

section.contact_pg .contact-items a {
  font-size: 1.2rem;
  color: #fff;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  margin-top: 12px;
}

section.contact_pg .contact-form-wrapper button.btn {
  background-color: #23a9d0;
  padding: 9px 34px;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  margin: 15px 0 6px;
}

section.contact_pg .contact-form-wrapper button.btn:hover {
  color: #23a9d0;
  background-color: #fff;
  border: 1px solid #23a9d0;
}

section.contact_pg .contact-form-wrapper h3 {
  font-size: 2rem;
  font-weight: 900;
  color: #000;
}

section.contact_pg .contact-form-wrapper h3 span {
  color: #23a9d0;
}

.contact-d h4 {
  margin-top: 10px;
  font-weight: bold;
}

.modal-btn {
  background-color: #23a9d0;
  border: 1px solid #23a9d0;
  padding: 9px 34px;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.modal-btn:hover {
  color: #23a9d0;
  border: 1px solid #23a9d0;
  background-color: #fff;
}

#freequotemodal h1 {
  font-weight: bold;
  font-size: 2rem;
  color: #23a9d0;
}

section.portfolio-details h4 {
  color: #23a9d0;
  font-size: 1.8em;
  margin-bottom: 19px;
  font-weight: bold;
}

.form-select:focus {
  border-color: #23a9d0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.related-services-slider .card {
  overflow: hidden;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.related-services-slider .card img {
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.related-services-slider .card:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.related-services-slider .card:hover {
  background-color: #000;
}

.related-services-slider .card p,
.related-services-slider .card h5 a {
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.related-services-slider .card:hover p,
.related-services-slider .card:hover a,
.related-services-slider .card:hover h5 a {
  color: #fff;
}

section.related-services {
  background-color: #f2f5f4;
}

.portfolio-description ul {
  list-style: none;
}

.portfolio-description ul li {
  position: relative;
  padding: 8px 0;
  font-weight: bold;
}

.portfolio-description ul li::after {
  position: absolute;
  content: "";
  left: -29px;
  top: 13px;
  background-image: url(../img/check.png);
  width: 20px;
  background-size: contain;
  height: 20px;
}

.booking-from-wrapper {
  padding: 2rem;
  border-radius: 2px;
  -webkit-box-shadow: 1px 2px 3px #cdcdcd, -1px -1px 3px #cdcdcd;
          box-shadow: 1px 2px 3px #cdcdcd, -1px -1px 3px #cdcdcd;
  background-color: #f5f5f563;
}

.booking-from-wrapper .form-control, .booking-from-wrapper select {
  margin-bottom: 16px;
}

.ms-container {
  width: 100%;
}
.booking-faq{
  margin-top: 40px;
}

.accordion-button:focus{
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #000000;
}
.accordion-button:not(.collapsed)::after{
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

/*--------------------*/

section.contact-section-area {
    overflow: hidden;
}

div#client-slider {
    overflow: hidden;
}



.phone {
    display: none;
}

.clk_btn {
  position: absolute;
    right: -11px;
    z-index: 99;
    cursor: pointer;
    color: #fff;
    font-size: 25px;
    line-height: 0;
    top: 36%;
}

.sidebr-toggle{display:none}


.home_about ul li {
    position: relative;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 1.2rem;
    color: #000;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn {
    background: #23a9d0;
    color: white;
}
/* .why-choose-us .col-md-4.col-sm-6:nth-child(2) .why-choose-items: {
    background: #23a9d0;
}
section.why-choose-us .why-choose-items:nth-child(2) {
    background-color: #23a9d0;
}

section.why-choose-us .why-choose-items:nth-child(2) h4 {
    color: #fff;
}

section.why-choose-us .why-choose-items:nth-child(2) p {
    color: #fff;
}
 */
a.next.page-numbers {
    background: #23a9d0;
    color: white;
    padding: 4px 12px;
    margin-left: 20px;
}
a.page-numbers {
    padding: 10px;
    background: black;
    border-radius: 10px;
    margin: 2px;
    color: white;
}
span.page-numbers.current {
    padding: 10px;
    background: black;
    border-radius: 10px;
    margin: 2px;
    color: white;
}
a.prev.page-numbers {
	 background: #23a9d0;
    color: white;
    padding: 4px 12px;
    margin-left: 20px;
}
.why-choose-us .col-md-4.col-sm-6:nth-of-type(2) .why-choose-items {
    background: #23a9d0;
}
.why-choose-us .col-md-4.col-sm-6:nth-of-type(2) .why-choose-items h4{
    color: #fff;
}
.why-choose-us .col-md-4.col-sm-6:nth-of-type(2) .why-choose-items p{
    color: #fff;
}
button.accordion-button.collapsed {
    background: #23a9d0;
    color: white;
}





@media only screen and (max-width: 1200px) {
    /*.container {*/
    /*  padding: 0 10px;*/
    /*}*/
  
    #hero .carousel-container {
      left: 20px;
    }
  
    .logo {
      padding-left: 15px;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    .nav-menu a {
      padding: 27.5px 6px;
      font-size: 14px;
    }
  
    #header {
      height: auto;
    }
  
    footer .gt_touch a {
      word-break: break-word;
    }
  
    .nav-menu>ul>li {
      margin-right: 0;
    }
  
    .hero-container .owl-carousel .owl-item img {
      height: 630px;
      -o-object-fit: cover;
         object-fit: cover;
    }
  
    .section-title h2 {
      font-size: 2rem;
    }
  
  
    .counter-section .counter-items .coutner-info {
      font-size: 2rem;
    }
  
    .counter-items {
      padding: 10px;
    }
  
  }
  
  @media only screen and (max-width: 991px) {
    .detail_formbox ul {
      margin: 20px 0 0 0;
    }
  
    .working-process-wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  
    .working-process-items {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
    }
  
    .counter-wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  
    .counter-items {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: 220px;
}
  
    .detail_head p {
      font-size: 17px;
      margin: 0 0 4px 0;
    }
  
    .detail_box {
      margin: 20px 0 0 0;
    }
  
    .service_detail {
      margin: 22px 0;
    }
  
    .detail_text {
      width: 100%;
    }
  
    .detail_formbox {
      margin-top: 24px;
      width: 100%;
    }
  
    ul#menu-primary-menu {
      display: none;
    }
  
    .logo {
      padding: 12px 5px;
    }
  
    .mobile-nav-toggle {
      top: 29px;
    }
  
    .img-fluid {
      max-width: 100%;
      height: 393px;
      -o-object-fit: cover;
         object-fit: cover;
    }
  
    .play-btn {
      top: calc(43% - 133px);
    }
  
    .video-box .content {
      bottom: 80px;
    }
  
    .align-items-stretch img {
      height: 310px;
    }
  
    section {
      padding: 36px 0;
    }
  
    .event-details {
      padding: 32px 16px;
    }
  
    .events-section {
      padding: 0 0 10px;
    }
  
    #hero h2 {
      font-size: 42px;
    }
  
    #hero .carousel-item {
      height: 550px;
    }
 
    .about .image {
      min-height: auto;
    }
  
    #footer .footer-top .footer-links.services {
      width: 47%;
    }
  
    #footer .footer-top .footer-links {
      width: 47%;
    }
  
    .wpcf7-spinner {
      position: absolute !important;
      left: 0;
    }
  
    #footer .footer-top {
      padding: 30px 0 0 0;
    }
  
    .event-thumb img {
      width: 100%;
      height: 260px;
      -o-object-fit: cover;
         object-fit: cover;
    }
  
    .events-item .event-thumb {
      width: 98%;
    }
  
    .event-details {
      width: 98%;
    }
  
    .home_about {
      padding: 27px 0;
    }
  
    #hero .carousel-item {
      height: 485px;
    }
  
    #hero .carousel-container {
    bottom: 26%;
    left: 7%;
}
    
    section.cta-section h2 {
      font-size: 3rem;
    }
  
    #hero h2 {
      font-size: 34px;
      line-height: 49px
    }
  
    #hero h2:after {
      margin-top: 10px;
      margin-bottom: 12px;
    }
  
    a.btn.head-btn {
      display: none;
    }
  
    .laptop {
      display: none;
    }
  
    .phone {
      display: block;
    }
  
    .sidebr-toggle {
  display: inline-block;
      border: 1px solid#23a9d0;
      padding: 5px 9px;
      border-radius: 2px;
      background-color:#23a9d0;
      color: #fff;
      font-size: 26px;
      line-height: 0;
    }
  
    .offcanvas-body nav.nab-bar {
      display: block
    }
  
    div#offcanvasExample {
      background-color: #000;
    }
  
    div#offcanvasExample button {
      background-color:#23a9d0;
      margin-left: auto;
      margin-right: 0;
      margin-top: 0;
      opacity: 1;
      color: #fff
    }
    
    ul#menu-primary-menu-1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
          width: 100%;
  }
  
  nav.nav-menu {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
  }
  
  .nav-menu a {
      padding: 12px 0px;
      font-size: 14px;
      width: 100%;
      line-height: normal;
  }
  
  .clk_btn {
      right: 0;
      top: 0;
  }
  
  .nav-menu ul .dropdown {
      position: revert;
  }
	  #footer .footer-top .footer-links {   
    margin-top: 20px;
}
  .col-lg-4.col-mb-12.d-md-block.d-none.form_box.text-start.contact-d.d-flex img {   
    display: none;
}
	  #footer .footer-top .footer-links {
    margin-top: 0px;
}
	  
  }
  
  @media only screen and (max-width: 767px) {
    .portfolio-details .portfolio-description {
      padding-top: 20px;
    }
  
    .values .card {
      margin-bottom: 18px;
    }
  
    .col-lg-4.col-md-4.col-sm-12.ser-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  
    .col-lg-4.col-md-4.col-sm-12.ser-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  
    .conter_div .container:before {
      width: auto;
      height: 100%;
    }
  
    .video-box .content {
      width: auto;
    }
  
    #hero .carousel-container {
      width: auto;
    }
  
    .ser-text {
      width: 100%;
      padding: 1px 15px;
      margin: 13px;
    }
  
    .col-lg-4.col-md-4.col-sm-12.ser-right a {
      width: 50%;
      text-align: center;
    }
  
    .col-lg-4.col-md-4.col-sm-12.ser-left a {
      width: 50%;
      text-align: center;
    }
  
    .ser-left .ser-item .ser-text {
      text-align: center;
      margin: 0px;
    }
  
    .img-box.ser-im img {
      width: 110px;
    }
  
    .client-info {
      width: 90%;
    }
  
    #hero h2 {
      width: 85%;
    }
  
    #hero p {
      width: 70%;
    }
  
    .about .content {
      margin: 0;
    }
 
    
    #footer .footer-top .footer-links {
      width: 100%;
      }
  
      #footer .footer-top h4 {
          padding-bottom: 10px;
          margin: 20px 0px 10px;
      }
      
      .breadcrumbs h2 {
      font-size: 19px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      line-clamp: 1;
      -webkit-box-orient: vertical;
      }
      .breadcrumbs li a {
      font-size: 18px;
      }
      .breadcrumbs li {
      font-size: 18px;
      overflow: hidden;
          display: -webkit-box !important;
      -webkit-line-clamp: 1;
      line-clamp: 1;
      -webkit-box-orient: vertical;
      }
      
      section.portfolio-details h4 {
      font-size: 20px;
  }
	  .client-silder-item {
    background-color: #ebebeb;
    padding: 54px 20px 30px 20px;
    margin-top: 40px;
    border: 1px solid #fff;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    border-radius: 10px;
    height: auto;
}
  }
  
  @media only screen and (max-width: 600px) {
 .breadcrumbs ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
	  #hero h5 {  
    font-size: 18px;   
}
  .hero-container.inner_banner {
      height: auto !important;
  }
    .inner_banner img {
      height: 241px;
    }
  
    .home_about .section-title h2 span,
    .events-section h2,
    .about .content h2 {
      margin-top: 2px;
      margin-bottom: 10px;
    }
  
    .section-title h2,
    .events-section p {
      font-size: 27px;
    }
  
    .home_about .about_cont {
      padding-left: 22px;
    }
  
    .ser-text h5 {
      font-size: 60px;
    }
  
    .video-box .content p {
      font-size: 30px;
      line-height: 38px;
    }
  
    .img-fluid {
      height: 322px;
    }
  
    .video-box .content {
      bottom: 60px;
    }
  
    .play-btn {
      top: calc(48% - 133px);
    }
  
    .events-section p {
      margin-bottom: 18px;
      font-size: 25px;
    }
  
    .about .content h3,
    .contact_pg h2 {
      font-size: 28px;
    }
  
    .ocs-sec .h-title h2 {
      font-size: 30px;
    }
  
    .our_work .about-content {
      padding: 0 30px 25px;
    }
  
    .about .content .icon-box h4 {
      font-size: 23px;
      margin: 0 0 0 58px;
    }
  
    .about .content .icon-box {
      margin-top: 14px;
    }
  
    .event-details {
      padding: 13px 5px 26PX;
    }
  
    .our_work .tab-content .tab-pane p {
      font-size: 20px;
      line-height: 28px;
    }
  
    .our_work .nav-tabs {
      margin: 0 0 10px;
    }
  
    #footer .footer-top .footer-info {
      width: 100%;
      padding-right: 0;
    }
  
    #footer .footer-top .footer-links.services {
      width: 100%;
      padding-left: 13px;
    }
  
    #footer .footer-top .footer-links {
      width: 100%;
      margin-bottom: 5px;
    }
  
    #footer .footer-top .footer-links.services li {
      width: 100%;
    }
  
    .t-item {
      margin-top: 3px;
      margin-bottom: 6px;
    }
  
    .our_work {
      padding-bottom: 10px;
    }
  }
  
  @media only screen and (max-width: 550px) {
   p {
      font-size: 15px !important;
      line-height: 1.5 !important;
  }
	  .owl-carousel .owl-item img {   
    width: 100%;
    height: 400px;
    object-fit: cover;
}
  #hero h2 {
    font-size: 38px;   
}
  
  #hero .book_appoint {
      display: inline;
  }
  
  
    .events-item {
      width: 100%;
    }
  
    #hero h2 {
      width: 94%;
    }
  
    #hero h2 {
      font-size: 28px;
      line-height: 38px;
    }
  
    #hero p {
      width: 86%;
      margin: 0 auto 19px 0;
    }
  
    #hero .carousel-content a.btn {
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
      font-size: 13px;
      padding: 7px 15px;
      margin: 0;
    }
    #hero .carousel-content a.btn-2{
                width: -webkit-max-content;
                width: -moz-max-content;
                width: max-content;
      font-size: 13px;
      padding: 7px 15px;
      margin: 0;
    }
  
    .video-box .content p {
      font-size: 25px;
      line-height: 34px;
    }
  
    .events-section p {
      font-size: 18px;
    }
  
    .ocs-sec {
      padding: 23px 0 30px;
    }
  
    .client-info {
      width: 100%;
    }
  
     .section-title h2, .events-section p {
    font-size: 24px;
}
      .home_about ul li {
      font-size: 15px;
  }
      .section-title h5 {
      font-size: 16px;
      margin-bottom: 10px;
      padding-left: 60px;
      }
      
      .counter-items {
      border: none;
      }
      
      .counter-section .counter-items img {
      width: 60px;
      }
      
      .counter-section .counter-items .coutner-info {
      font-size: 24px;
      }
      section.cta-section h2 {
      font-size: 2rem;
      }   
      
      section.cta-section h4 {
      font-size: 18px;
      }
      .contact-section-area h4 {
      font-size: 20px;
      }
      
      .home-form-area h3 {
      font-size: 23px;
      }
      
      .home-form-area .message-button {
      font-size: 14px;
      padding: 8px 20px;
      }
      
      #footer .footer-top .footer-info .social_links ul {
      margin-top: 25px;
      }
      
      #footer .footer-top .footer-info .social_links ul li a {
      font-size: 17px;
      padding: 3px 7px;
      }
      
      #footer .footer-top .footer-links ul a {
      font-size: 16px;
      }
      footer .gt_touch p {
      width: 100%;
      margin: 0;
      }   
      
      .hero-container .owl-carousel .owl-item img {
      height: 476px;
      }
      
      section.our-working-process .working-process-wrapper .image-area img {
      width: 100px;
      height: 100px;
      }
      
      .working-process-wrapper .content-area h6 {
      font-size: 19px;
  }
  
  .offcanvas-header img {
      width: 65%;
  }
  
  .services {
      padding: 30px 0px;
  }
  
  .portfolio-details .portfolio-info h3 {
      font-size: 22px;
  }
 #header .logo img {   
    width: 380px;
}
	  nav.nav-menu {   
    margin-left: 0px;
}
	  #hero h2 {
    font-size: 38px;
    line-height: 38px;
}
  
  }
  
  @media only screen and (max-width: 480px){
        #hero .carousel-container {
      bottom: 14%;
      }
	   #hero h2 {
    font-size: 36px;
    line-height: 38px;
}
	.btn {
    height: 35px;
    line-height: 13px;
    font-size: 18px;
}
	  .section-title.text-start img {  
    HEIGHT: 350PX;  
}
  }
  
  
  @media only screen and (max-width: 400px) {
    .ser-text p {
      font-size: 15px;
    }
  
    .ser-text h5 {
      font-size: 46px;
    }
  
    .btn {
      height: 41px;
      line-height: 40px;
      font-size: 18px;
    }
  
    .events-section p {
      font-size: 16px;
    }
  
    .video-box .content p {
      padding: 0 10px;
      font-size: 23px;
    }
    section.contact_pg .contact-items a {
    font-size: 16px;    
}
  
  }
@media only screen and (max-width: 384px){
.btn {
    height: 35px;
    line-height: 16px;
    font-size: 18px;
}
	}
  @media only screen and (max-width: 375px) {
    #hero h2 {
      font-size: 25px;
      line-height: 34px;
    }
      nav.nav-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      margin-left: 0px;
  }
      .breadcrumbs ol {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex; 
      font-size: 17px;
  }
  }

h5.card-title {
    text-transform: capitalize;
}
.home-form-area .wpcf7 form .wpcf7-response-output {
    color: white;
    border: 2px solid white;
}
.home-form-area .wpcf7-not-valid-tip{
	color:#fff;
}.modal-content .wpcf7 form .wpcf7-response-output {
    margin: -10px 10px 20px;
}
.wpcf7 form .wpcf7-response-output {
    margin: -0px 2px 10px !important;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}

#hero .owl-stage-outer {
    background: #000;
    margin: 0px !important;
}
#hero .owl-stage-outer{
	 background: #000;
}
#hero .owl-stage{
	 background: #000;
}

section.insurance-about {
    background: black;
}
.read_bt-main {
    display: flex;
    justify-content: space-between;
}
section.insurance-about img {
    width: 200px;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 26px;
}
.insurance-text h2 {
    font-size: 48px;
    font-weight: 800;
    color: #23a9d0;
    text-align: center;
}
.insurance-text p {
    color: white;
    text-align: center;
    width: 60%;
    margin: auto;
}
.head-btn2 {
    height: 70px;
    background: #23a9d0;
    margin-top: -8px;
    padding: 0px 20px;
}
.headget {
    display: flex;
    align-items: center;
}
.headget a {
    padding: 0;
    line-height: 0px;
}
.headget-call a {
    padding: 0;
}
.headget i {
    font-size: 20px;
    background: white;
    border-radius: 50%;
    padding: 6px;
}
.headget span {
    color: white;
    padding: 0px 10px;
    font-weight: 900;
    line-height: normal;
}
.headget-call a {
    line-height: normal;
    font-size: 22px;
    font-weight: 600;
    margin-top: -25px;
}
#hero .carousel-content {
    text-align: left;
    width: 60%;
    margin: auto;
}
  section.our-services .service-items:hover >img {
	  opacity: 1;
	  
}
.service-items:before {
    position: absolute;
    content: "";
    background: #000000c4;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
	border-radius: 20px;
}
section.our-services .service-items:hover:before {
	opacity:1;
}
section.our-services .service-items:hover .service-tagline p{
	color: white;
}
.service-items-icon {
    width: 170px;
    margin: auto;
    z-index: 996;
    position: absolute;
    left: 37%;
    background: white;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    height: 160px;
    top: -25%;
}
.service-items-icon img {
    margin-top: 90px;
    width: 60px;
}
.counter-section .counter-items img:before{
	position: absolute;
    content: "";
    background: #000000c4;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 20px;
}

.home-form-area {
    background-color: #ffffff00;   
    width: 100%;
    float: inline-end;
}
.home-form-area .form-control {
    border: 2px solid #cbcacaad;
    margin-bottom: 15px;
    padding: 8px 20px;
    border-radius: 0px;
	background: #e9e9e9;
}
.home-form-area select{
	 border: 2px solid #cbcacaad;
    margin-bottom: 15px;
    padding: 8px 20px;
    border-radius: 0px;
	background: #e9e9e9;
}
.home-form-area label {
    color: #000;
    margin-bottom: 8px;
}
.home-form-area h3 {
    font-size: 42px;
    color: black;
    font-weight: 900;
}
.home-form-area h3 span	{
    font-size: 42px;
    color: #23a9d0;
    font-weight: 900;
}
.home-form-area h6 {
    color: black;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
}
.section-title {
    text-align: start !important;
    padding-bottom: 30px;
}
.header-sec-btn a {
    float: inline-end;
    background: #23a9d0;
    padding: 8px 26px;
    color: WHITE;
}
.sticky-wrapper.is-sticky #header {
    background: #000;
    border-bottom: 0;
    z-index: 999999 !IMPORTANT;
}
.head-btn2 {
    display: block;
}
section.cta-section .btn-2 {   
    display: none;
}
.home-form-area .wpcf7-not-valid-tip {
    color: #f00 !important;
}
section.testimonial-section {
    display: none;
}
/* .working-process-items:hover .content-area {
    background-color: #23a9d0;
} */
.working-process-items {
    background: #23a9d0;
    padding: 30px 10px;
}
.working-process-items {
    background: #23a9d0;
    padding: 30px 10px;
    border-radius: 10px;
    width: 33%;
}


section.our-working-process.inner-pages {
    display: none;
}
.section-title {  
    padding-bottom: 30px;
}
section.why-choose-us .why-choose-items h4 {
    font-size: 20px;
  }
.why-choose-items img {
    width: 100px;
    background: white;
    border-radius: 50%;
    margin: 4px auto 12px;
    text-align: center;
    display: flex;
}



p{
	text-align: justify ;
}
.nav-menu ul li.menu-item-has-children ul.dropdown li a {   
    text-transform: capitalize;
}
.portfolio .portfolio-wrap .portfolio-links {   
    display: none;
}
.portfolio .portfolio-wrap .portfolio-info {  
    display: block;
}
.portfolio .portfolio-wrap .portfolio-info p {  
    text-align: center;
}
.portfolio .portfolio-wrap .portfolio-info {
    opacity: 1;   
    top: 84%;   
    background: #23a9d0;
    padding: 6px;
}
.portfolio .portfolio-wrap .portfolio-info p {
    text-align: center;
    display: none;
}
section.why-choose-us .why-choose-items h4 {
    font-size: 26px;
}
section.why-choose-us .why-choose-items h4 {
    font-size: 1.6rem;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}
section.why-choose-us .why-choose-items {
    border-radius: 50%; 
	
}
section.why-choose-us .why-choose-items p {   
    display: none;
}
.working-process-items {    
    border-radius: 50%;
   
}
.content-area {   
    width: 72%;
    margin: auto;
	padding: 6px !important;
}
.working-process-wrapper .content-area p {
    color: #000;
    font-size: 16px;
    width: 50%;
    margin: auto;
}
section.why-choose-us .why-choose-items { 
    height: 280px;
}
section.why-choose-us .why-choose-items h4{
	font-size: 20px;
}
section.why-choose-us .why-choose-items {
    height: 280px;
    padding: 60px 20px;
}
.working-process-items {
    height: 400px;
}
.working-process-wrapper .content-area {   
    margin-top: 20px;
}
.top-navbar {
    background: #23a9d0;
    margin: 0;
    padding: 0;
    height: 34px;
}
.contact-items-header i {
    font-size: 20px;
    color: white;
}
.contact-items-header a{
    font-size: 14px;
    color: white;
}
.contact-items-header {
    display: flex;
    align-items: center;
    margin-top: 8px;
}
section.why-choose-us .why-choose-items {
    border-radius: 4px !important;
}
section.why-choose-us .why-choose-items {
    height: 250px;
    padding: 30px 20px 20px;
}
.working-process-wrapper .content-area p {  
    display: none;
}
.working-process-items {
    height: 350px !important;
    width: 350px !important;
}

section.why-choose-us {
    background-color: #fff;
}
section.our-working-process {
    background-color: #ebebeb;
}
section.why-choose-us .why-choose-items h4 {  
    font-weight: 800;
    letter-spacing: 2px;
}

RESPONSIVE QUERY______


@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1140px) {

}

@media only screen and (max-width: 1024px) {
	.nav-menu a {
    padding: 23.5px 19px;
    font-size: 14px;
}
	.logo {
    padding: 0px 0px;
    WIDTH: 100px;
}
}

@media only screen and (max-width: 991px) {
#hero .carousel-container {
    bottom: 26%;
    left: 0%;
	width: 100%;
}
	.head-btn2{
		margin-top: 56px;
	}
	nav.nav-menu {    
    justify-content: center;
}
	.head-btn2 {   
    padding: 8px 27px;
}
	.offcanvas-header img {
    width: 100px;
}
	.clk_btn {
    right: 0;
    top: 20px;
}
.offcanvas-body nav.nav-menu {
    justify-content: center;
    margin: 0;
}
	.header-sec-btn {
    display: none;
}
	.counter-items {   
    width: 48%;
}
	.offcanvas-body .nav-menu a {
    padding: 18px;
    font-size: 14px;
}
	.section-title.text-start img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
	#hero h5{
		width: 100%;
}
	#hero .carousel-content {
    text-align: left;
    width: 90%;
    margin: auto;
}
	#hero h5::after{
		display: none;
	}
	
	.working-process-items {  
    width: 48% ;
}
}


@media only screen and (max-width: 980px) {

}

@media only screen and (max-width: 840px) {
	#hero h2{
		width: 100%  !important;
	}
	#hero p{
		width: 100%  !important;
	}
	.breadcrumbs ol {
    display: block;   
    display: flex;
}
	.portfolio-description ul li::after {    
    filter: hue-rotate(76deg);
}
	#hero .book_appoint {
    display: inline;
    display: flex !important;
}
}


@media only screen and (max-width: 767px) {
#hero .carousel-container {
    bottom: 12%;
    left: 0%;
    width: 100%;
}
	#hero h5{
		margin-top: 6px !important;
	}
	.counter-items {
    width: 50%;
}
	.counter-items{
		border-right: 0px ;
}

		.working-process-items {   
    width: 100% !important;
}
	    .service-items-icon img {
        margin-top: 87px !important;
        width: 39px !important;
    }
	.working-process-items {
    height: 320px !important;
    width: 320px !important;
    display: grid !important;
    justify-items: center !important;
    align-items: center !important;
}
	    .section-title h2, .events-section p {
        font-size: 28px !important;
    }
}


@media only screen and (max-width: 540px) {
section.our-services .service-items .service-tagline h4 {
     font-size: 24px;   
}
	.service-items-icon {
    width: 160px;
    height: 140px;
    top: -25%;
		left: 34%;
}
	.service-items-icon img {
    margin-top: 69px;
    width: 59px;
}
	.counter-items {
    width: 100%;
}
	section.contact_pg .contact-items{
	margin: 10px 0px !important;
}
.nav-menu {
    display: none;
}
	.counter {
    font-size: 56px;
}
	.portfolio-details-container .owl-carousel.owl-drag .owl-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}


}

@media only screen and (max-width: 480px) {
.head-btn2 {
    padding: 8px 27px;
    display: none;
}
section.our-services .service-items {   
    height: 300px ;  
}


}
@media only screen and (max-width: 414px) {
	section.our-services .service-items {   
    height: 340px !important;  
}
	
.working-process-items {
    height: 320px !important;
    width: 320px !important;
}
	    .section-title h2, .events-section p {
        font-size: 32px;
    }
}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 360px) {

}


@media only screen and (max-width: 320px) {

}