/**
* Template Name: Reveal - v4.7.0
* Template URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #20897f;
  text-decoration: none;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #20897f;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  /*margin: 0 0 15px 0;*/
    font-size: 18px;
    text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #c1c1c1;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #20897f;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding: 0;
  height: 40px;
}
#topbar .contact-info i {
  font-style: normal;
  color: #20897f;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #444;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #20897f;
}
#topbar .social-links a {
  color: #555;
  padding: 0 15px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}
#topbar .social-links a:hover {
  color: #20897f;
}
#topbar .social-links a:first-child {
  border-left: 0;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    transition: all 0.5s;
    z-index: 997;
    top: 0px;
    background: #ffffffc2;
}
#header .header-container {
    background: #ffffffde;
}
#header.sticked {
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: 0;
}

#header .header-scrolled {
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: 0;
}

#header .logo a {
    color: #222222;
}
#header .logo a span {
    color: #fff;
}

#header .logo {
    overflow: hidden;
    padding: 20px 30px 20px 30px;
}
#header .logo h1 {
    font-size: 26px;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 60px!important;
}


@media (max-width: 992px) {
    #header {
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        top: 0;
        background: #fff;
    }
    #header.header-scrolled, #header .header-container {
        background: #fff;
    }
    #header .logo {
        padding-left: 0;
    }
    #header .logo h1 {
        font-size: 24px;
    }
}





/*--------------------------------------------------------------
# Item
--------------------------------------------------------------*/
.item {
    /*margin:15px 0px;*/
}
.item ul {
    list-style-type: none;
}
.item h3 {
    font-weight: 700;
    color: #000;
    padding: 10px 0px;
}
span.numbsp {
    color: #003f70;
    background-color: #fff;
    padding: 0px 8px 0px 0px;
 }
span.highlight {
      background-color: #003f70;
      color: #fff;
      padding: 2px 5px;
  }
span.title {
       color: #000;
       font-weight: 700;
   }

span.focus {
    font-weight: 600;
    text-decoration: underline;
}
.item ul {
    /*margin-left:15px;*/
}
.item h4 {
    font-weight:800;
    color: #003f70;
}
.item ul li {
    line-height:30px;
}
.item ul li:before {
z-index: 100000;
left: 0px;
top: 10px;
right: 10px;
padding-right: 10px;
width:10px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.sticked-a {
    padding: 0;
}
.sticked-a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.sticked-a ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.sticked-a li {
    position: relative;
}
.sticked-a > ul > li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
}
.sticked-a a, .sticked-a a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 15px;
    font-weight: 600;
    color: #003f70;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}

.sticked-a a i, .sticked-a a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.sticked-a > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -6px;
    left: 0;
    background-color: #35948f;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}
.sticked-a a:hover:before, .sticked-a li:hover > a:before, .sticked-a .active:before {
    visibility: visible;
    width: 100%;
}
.sticked-a a:hover, .sticked-a .active, .sticked-a .active:focus, .sticked-a li:hover > a {
    color: #35948f;
}
.sticked-a .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}
.sticked-a .dropdown ul li {
    min-width: 200px;
}
.sticked-a .dropdown ul a {
    padding: 10px 20px;
    font-weight: 400;
}
.sticked-a .dropdown ul a i {
    font-size: 12px;
}
.sticked-a .dropdown ul a:hover, .sticked-a .dropdown ul .active:hover, .sticked-a .dropdown ul li:hover > a {
    color: #20897f;
}
.sticked-a .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.sticked-a .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.sticked-a .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    .sticked-a .dropdown .dropdown ul {
        left: -90%;
    }
    .sticked-a .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}



@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .sticked-a ul {
        display: none;
    }
}
.sticked-a-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
}
.sticked-a-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.sticked-a-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
.sticked-a-mobile a, .sticked-a-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #222222;
}
.sticked-a-mobile > ul > li {
    padding: 0;
}
.sticked-a-mobile a:hover:before, .sticked-a-mobile li:hover > a:before, .sticked-a-mobile .active:before {
    visibility: hidden;
}
.sticked-a-mobile a:hover, .sticked-a-mobile .active, .sticked-a-mobile li:hover > a {
    color: #20897f;
}
.sticked-a-mobile .getstarted, .sticked-a-mobile .getstarted:focus {
    margin: 15px;
}
.sticked-a-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.sticked-a-mobile .dropdown ul li {
    min-width: 200px;
}
.sticked-a-mobile .dropdown ul a {
    padding: 10px 20px;
}
.sticked-a-mobile .dropdown ul a i {
    font-size: 12px;
}
.sticked-a-mobile .dropdown ul a:hover, .sticked-a-mobile .dropdown ul .active:hover, .sticked-a-mobile .dropdown ul li:hover > a {
    color: #20897f;
}
.sticked-a-mobile .dropdown > .dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
}
.navbar > ul > li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
}
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 15px;
    font-weight: 600;
    color: #003f70;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}

.navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -6px;
    left: 0;
    background-color: #35948f;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
    visibility: visible;
    width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #35948f;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}
.navbar .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    font-weight: 400;
}
.navbar .dropdown ul a i {
    font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: #20897f;
}
.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: #222222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #222222;
}
.navbar-mobile > ul > li {
    padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
    visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #20897f;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    color: #20897f;
}
.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 80vh;
    background-size: cover;
    position: relative;
}
#hero .container {
    padding-top: 80px;
}


#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}
#hero h2 {
    color: #eee;
    margin-bottom: 40px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
#hero .btn-get-started {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}
#hero .btn-get-started:hover {
    background: #009970;
    border: 2px solid #009970;
}
@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}
@media (max-width: 768px) {
    #hero {
        height: 100vh;
    }
    #hero .container {
        padding-top: 60px;
    }
    #hero h1 {
        font-size: 32px;
        line-height: 36px;
    }
}

.parent {
    position: relative;
    top: 0;
    left: 0;
}
.image1 {
    position: relative;
    top: 0;
    left: 0;
}
.image2 {
    position: absolute;
    top: 45px;
    left: 45px;
}
.image3 {
    position: absolute;
    top: 100px;
    left: 100px;
}




.appointment-form {
    padding: 30px 30px 50px 30px;
}

.form-tittle {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-family: 'Montserrat' , sans-serif;
    font-size: 25px;
    margin-bottom: 20px;
}

.green-color {
    color: #94cb00 !important;
}

.contact-btn {
    background-color: #00b0cd;
    border: 1px solid #00b0cd;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.text-white {
    color: white !important;
}



/*--------------------------------------------------------------
# principle-member
--------------------------------------------------------------*/
.principle-member .content h3 {
    font-weight: 600;
    font-size: 26px;
}
.principle-member .content ul {
    list-style: none;
    padding: 0;
}
.principle-member .content ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}
.principle-member .content ul li:first-child {
    margin-top: 35px;
}
.principle-member .content ul i {
    background: #fff;
    box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
    font-size: 24px;
    padding: 20px;
    margin-right: 15px;
    color: #106eea;
    border-radius: 50px;
}
.principle-member .content ul h5 {
    font-size: 18px;
    color: #555555;
}
.principle-member .content ul p {
    font-size: 15px;
}
.principle-member .content p:last-child {
    margin-bottom: 0;
}








/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero1 {
    width: 100%;
    height: 75vh;
}
#hero1 .hero-content {
    position: absolute;
    bottom: 0;
    top: 400px;
    left: 0px;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    text-align: center;
}
#hero1 .hero-content1 {
    position: absolute;
    /* bottom: 0; */
    top: 145px;
    left: 32%;
    bottom: auto;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
}


#hero1 .hero-content1 .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 100%;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
}
#hero1 .hero-content1 .btn-get-started {

}
#hero1 .hero-content1 .btn-get-started:hover {
    background: none;
    color: #20897f;
}

#hero1 .hero-content .btn-projects {
    background: #20897f;
    border: 2px solid #20897f;
}

#hero1 .hero-content .btn-projects:hover {
    background: none;
    color: #20897f;
}



#hero1 .hero-content h2 {
    color: #20897f;
    margin-bottom: 30px;
    font-size: 64px;
    font-weight: 700;
}
#hero1 .hero-content h2 span {
    color: #20897f;
    text-decoration: underline;
}

#hero1:before {
    content: "";
    /*background: rgba(255, 255, 255, 0.6);*/
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#hero1 .container {
    position: relative;
}
#hero1 h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #222222;
    font-family: "Poppins", sans-serif;
}
#hero1 h1 span {
    color: #20897f;
}
#hero1 h2 {
    color: #555555;
    margin: 5px 0 30px 0;
    font-size: 24px;
    font-weight: 400;
}
#hero1 .btn-watch-video:hover i {
    color: #20897f;
}
@media (min-width: 1024px) {
    #hero1 {
        background-attachment: fixed;
    }
    #hero1 .btn-get-started, #hero .btn-watch-video {
        padding: 90px 90px;
    }
}

@media (max-width: 992px) {
    #hero1 {
        height: 40vh;
        margin-top: 100px;
    }
    #hero1 h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero1 h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    #hero1 .btn-get-started, #hero .btn-watch-video {
        font-size: 13px;
        padding: 50px 50px;
    }
}
@media (max-width: 500px) {
    #hero1 {
        height: 50vh;
    }
    #hero1 .btn-get-started, #hero .btn-watch-video {
        font-size: 13px;
        padding: 50px 50px;
    }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 95px 0px 0px 0px;
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}
.am {
    color: #000;
    font-weight: 700;
}
span.highlight {
    background-color: #000;
    color: #fff;
    font-weight: 700;
    padding: 8px 5px;
}
.section-header h2 {
  font-size: 25px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
.section-header h4 {
    color: #000;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
}
.section-header h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #ced4da;
    bottom: 0;
    left: 0;
}
.section-header p {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fafafa;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.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 .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* about Section
--------------------------------*/
#about {
  padding: 30px 0 30px 0;
}
#about .about-img {
  overflow: hidden;
}
#about .about-img img {
  max-width: 100%;
    max-height: 100%;
}
@media (max-width: 768px) {
  #about .about-img {
      height: 100%;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}
#about .content h2 {
  color: #20897f;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}
#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p:last-child {
  margin-bottom: 0;
}
#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #20897f;
}
#about .content ul {
  list-style: none;
  padding: 0;
}
#about .content ul li {
  padding-bottom: 10px;
}


/*--------------------------------------------------------------
# Offices
--------------------------------------------------------------*/
.offices .icon-box {
    width: 80%;
    text-align: center;
    padding: 20px 20px;
    transition: all ease-in-out 0.3s;
    background: #e9ecec;
    border-radius: 10px;
    border-width: 3px;
    border-style: solid;
    border-color: #b6b8b8;
}

.offices .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    color: #777777;
    border-radius: 50px;
}
.offices .icon-box .icon i {
    font-size: 28px;
}
.offices .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
}
.offices .icon-box h4 a {
    color: #36343a;
    transition: ease-in-out 0.3s;
}
.offices .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.offices .icon-box:hover h4 {
    color: #009970;
}
.offices .icon-box:hover .icon {
    color: #fff;
    background: #009970;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    text-align: center;
    border-radius: 1px;
    border: 3px solid #fff;
    padding: 20px 0px;
    transition: all ease-in-out 0.3s;
    background: #fff;
}
.services .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #20897f;
    border-radius: 1px;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
}
.services .icon-box .icon i {
    color: #20897f;
    font-size: 28px;
    transition: ease-in-out 0.3s;
}
.services .icon-box h5 , .services .icon-box h4  {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}


.services .icon-box h5 a , .services .icon-box h4 a , .services .icon-box p a {
    color: #222222;
    transition: ease-in-out 0.3s;
    text-decoration: none;

}

.services .icon-box p {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}
.services .icon-box:hover {
    border-radius: 1px;
    border: 3px solid #20897f;
    padding: 20px 20px;
    box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}
.services .icon-box:hover h4 a, .services .icon-box:hover .icon i {
    color: #20897f;
}
.services .icon-box:hover .icon {
    border-color: #20897f;
}


/*--------------------------------------------------------------
# Partners
--------------------------------------------------------------*/
.partners .icon-box {
    text-align: center;
    border-radius: 1px;
    border: 3px solid #fff;
    padding: 20px 0px;
    transition: all ease-in-out 0.3s;
    background: #fff;
}
.partners .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #20897f;
    border-radius: 1px;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
}
.partners .icon-box .icon i {
    color: #20897f;
    font-size: 28px;
    transition: ease-in-out 0.3s;
}
.partners .icon-box h5 , .services .icon-box h4  {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}


.partners .icon-box h5 a , .partners .icon-box h4 a , .partners .icon-box p a {
    color: #222222;
    transition: ease-in-out 0.3s;
    text-decoration: none;

}

.partners .icon-box p {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}



/*--------------------------------------------------------------
# values
--------------------------------------------------------------*/
.values .icon-box {
    text-align: center;
    opacity: 0.5;
    border-radius: 1px;
    border: 3px solid #fff;
    padding: 20px 0px;
    transition: all ease-in-out 0.3s;
    background: #fff;
}
.values .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #20897f;
    border-radius: 1px;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
}
.values .icon-box .icon i {
    color: #20897f;
    font-size: 28px;
    transition: ease-in-out 0.3s;
}
.values .icon-box h5 , .values .icon-box h4  {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}


.values .icon-box h5 a , .values .icon-box h4 a , .values .icon-box p a {
    color: #222222;
    transition: ease-in-out 0.3s;
    text-decoration: none;

}

.values .icon-box p {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}
.values .icon-box:hover {
    opacity: 1;
}

.values img:hover {

}
.values .icon-box:hover h4 a, .values .icon-box:hover .icon i {
    color: #20897f;
}
.values .icon-box:hover .icon {
    border-color: #20897f;
}



/* Clients Section
--------------------------------*/
#clients {
  padding: 0px 0;
}
#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}
#clients img:hover {
  opacity: 1;
}
#clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
#clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #20897f;
}
#clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #20897f;
}

/* Our Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 30px 0;
}
#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 18px 12px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #f7f7f7;
  border-radius: 4px;
}
#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #20897f;
}
#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
#portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}
#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #20897f;
  padding: 15px 20px;
}
#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
#portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
#portfolio .portfolio-item .portfolio-info .preview-link, #portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: rgba(255, 255, 255, 0.6);
  transition: ease-in-out 0.3s;
}
#portfolio .portfolio-item .portfolio-info .preview-link:hover, #portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #fff;
}
#portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}
#portfolio .portfolio-item:hover img {
  top: -30px;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 30px;
}
.portfolio-details .apply-now {
    background: #c1c1c1;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}
.portfolio-details .apply-now:hover {
    background: #20897f;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #20897f;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #20897f;
}
.portfolio-details .portfolio-info {
  padding: 0px;
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  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: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 30px 0;
}
#testimonials .testimonials-carousel, #testimonials .testimonials-slider {
  overflow: hidden;
}
#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}
#testimonials .testimonial-item .testimonial-img {
  width: 200px;
  border: 4px solid #fff;
  margin: 0 auto;
}
#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}
#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}
#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
#testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #20897f;
}
#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #20897f;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background-size: cover;
  padding: 30px 0;
}
#call-to-action .cta-title {
  color: #003f70;
  font-size: 28px;
  font-weight: 700;
  margin-top: 12px;
}
#call-to-action .cta-text {
  color: #003f70;
}
@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #003f70;
  color: #003f70;
}
#call-to-action .cta-btn:hover {
  background: #20897f;
  border: 3px solid #20897f;
}



/* Our Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 30px 0 0 0;
}
#team .linkedin-absolute img {
    position: absolute;
    width: 30px;
    border-radius: 0px;
    bottom: 10px;
    left: 10px;
    color: #10497a;
}
#team .member {
  margin-bottom: 20px;
}
#team .nav-tabs .nav-link.active {
    color: #10497a;
    background-color: #fff;
    border-color: #10497a;
}
#team .nav-tabs {
    border-bottom: 4px solid #10497a;
    border-bottom-left-radius: 13px;
}
#team .team-display {
    display: none;
}
#team .nav-link:hover {
    color: #fff;
    background-color: #10497a;
    border-color: #10497a;
    cursor: pointer;
}
#team .nav-tabs .nav-link {
    margin-right: 20px;
    padding: 0.5rem 2rem;
    color: #fff;
    background-color: #10497a;
    border: 4px solid #10497a;
    border-radius: 9px;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}


#team .overlay-image {
    position: relative;
    overflow: hidden;
    transition: all 0.7s;
    transform: scale(0.99);
}


/*#team .overlay-image:hover  {
    transform: rotateY(180deg);
}*/

#team .is-flipped {
    transform: rotateY(180deg);
}

#team .overlay-image:hover {
    cursor: pointer;
}


.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background:  #10497a ;
    opacity: 1;
    overflow: hidden;
    color: white;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: .7s ease;
}

.overlay p {

    text-align: justify;
    font-size: 14px;
}
#team .overlay .is-flipped {
    transform: rotateY(180deg);
}

/*#team .overlay-image:hover .overlay {
    transform: rotateY(180deg);
}*/

#team .member .pic {
    overflow: hidden;
}
#team .member .pic img {
    max-width: 100%;
}
#team .member .details {
    background: #fff;
    color: #10497a;
    padding: 15px 0;
    border-radius: 0 0 3px 3px;
}
#team .member .details span{
    color: #10497a;
    display: block;
    font-size: 16px;
}

#team .member .details h5 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 14px;
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}
#team .member .social {
    margin-top: 5px;
}
#team .member .social a {
    color: #fff;
}
#team .member .social i {
    font-size: 16px;
    margin: 0 2px;
}

#team .hover-effect::before,
#team .hover-effect::after {
    content: "";
    background: #202020;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s !important;
}

#team .hover-effect::before {
    right: 0;
    opacity: 1;
    bottom: 0;
}

#team .hover-effect::after {
    top: 0;
    opacity: .7;
    left: 0;
}

#team .hover-effect:hover::after,
#team .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}




/* Contact Section
--------------------------------*/
.contact .info-box {
  color: #444444;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box h5 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box .i-facebook {
    background: none;
    color: #bad7fb;
    font-size: 50px;
    display: inline-block;
    line-height: 1;
    padding: 12px 0;
    margin-right: 27px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    transition: 0.3s;
}

.contact .info-box .i-instagram {
    background: #f6c1d3;
    color: #fff;
    font-size: 32px;
    display: inline-block;
    line-height: 1;
    padding: 12px 0;
    margin-right: 27px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    transition: 0.3s;
}

.contact .info-box .i-linkedin {
    background: #bfd2e8;
    color: #fff;
    font-size: 32px;
    display: inline-block;
    line-height: 1;
    padding: 12px 0;
    margin-right: 27px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    transition: 0.3s;
}

.contact .info-box .i-youtube {
    background: #ffb3b3;
    color: #fff;
    font-size: 32px;
    display: inline-block;
    line-height: 1;
    padding: 12px 0;
    margin-right: 27px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    transition: 0.3s;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.contact .php-email-form-2 {

}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  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: #20897f;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form-1 .sent-message {
    display: none;
    color: #fff;
    background: #20897f;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form-2 .sent-message {
    display: none;
    color: #fff;
    background: #20897f;
    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 #20897f;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form-1 .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #20897f;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
.contact .php-email-form-2 .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #20897f;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 20px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #20897f;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #e2e2e2;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #20897f;
}


.contact .php-email-form-1 .form-group {
    margin-bottom: 20px;
}
.contact .php-email-form-1 input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
.contact .php-email-form-1 input:focus, .contact .php-email-form textarea:focus {
    border-color: #20897f;
}
.contact .php-email-form-1 input {
    padding: 10px 15px;
}
.contact .php-email-form-1 textarea {
    padding: 12px 15px;
}
.contact .php-email-form-1 button[type=submit] {
    background: #e2e2e2;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}
.contact .php-email-form-1 button[type=submit]:hover {
    background: #20897f;
}


.contact .php-email-form-2 .form-group {
    margin-bottom: 20px;
}
.contact .php-email-form-2 span.required {
    color: #ff0000;
}

.contact .php-email-form-2 input, .contact .php-email-form-2 textarea , .contact .php-email-form-2 select {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
.contact .php-email-form-2 input:focus, .contact .php-email-form-2 textarea:focus , .contact .php-email-form-2 select:focus {
    border-color: #20897f;
}
.contact .php-email-form-2 input , .contact .php-email-form-2 select {
    padding: 10px 15px;
}
.contact .php-email-form-2 textarea {
    padding: 12px 15px;
}
.contact .php-email-form-2 button[type=submit] {
    background: #c1c1c1;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}
.contact .php-email-form-2 button[type=submit]:hover {
    background: #20897f;
}


.contact .php-email-form-2 .apply-now {
    background: #c1c1c1;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}
.contact .php-email-form-2 .apply-now:hover {
    background: #20897f;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.contact .email-form {
    width: 100%;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .email-form .form-group {
    padding-bottom: 8px;
}
.contact .email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}
.contact .email-form .error-message br + br {
    margin-top: 25px;
}
.contact .email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact .email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.contact .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 .email-form input, .contact .email-form textarea  , .contact .email-form select {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
.contact .email-form select {
    padding: 10px 15px;
}
.contact .email-form input {
    height: 44px;
}
.contact .email-form .others {
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #009970;
    border-block-start-style: none;
}
.contact .email-form input[type=file] {
    height: 35px;
}

.contact .email-form input[type=checkbox]{
    height: 15px;
}
.contact .email-form input[type=checkbox]:checked{
    background-color: #009970;
    border-color: #009970;
}
.contact .email-form input[type=radio]:checked{
    background-color: #009970;
    border-color: #009970;
}

.contact .email-form  input:focus, .contact .email-form  textarea:focus , .contact .email-form  select:focus {
    border-color: #009970;
}

.contact .email-form input[type=radio] {
    height: 15px;
}
.contact .email-form span.required {
    color: #ff0000;
}
.contact .email-form select {
    height: 44px;
}
.contact .email-form textarea {
    padding: 10px 12px;
}
.contact .email-form button[type=submit] {
    background: #c1c1c1;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}
.contact .email-form button[type=submit]:hover {
    background: #20897f;
}

.contact .email-form .back-a {
    background: #c1c1c1;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}
.contact .email-form .back-a:hover {
    background: #20897f;
}




.contact .email-form .apply-now {
    background: #c1c1c1;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}
.contact .email-form .apply-now:hover {
    background: #20897f;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
    padding: 60px 0;
}
.faq .faq-list {
    padding: 0;
    list-style: none;
}
.faq .faq-list li {
    border: 1px solid rgba(0,0,0,.125);
    background-color: rgb(247 247 247);
    padding: 20px;
}

.faq .faq-list .question {
    display: block;
    position: relative;
    font-size: 18px;
    /*line-height: 15px;*/
    font-weight: 400;
    padding-left: 25px;
    cursor: pointer;
    color: #20897f;
    transition: 0.3s;
}
.faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    /*top: -2px;*/
}
.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 25px;
}
.faq .faq-list .icon-show {
    display: none;
}
.faq .faq-list .collapsed {
    color: black;
}
.faq .faq-list .collapsed:hover {
    color: #20897f;
}
.faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  font-size: 14px;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}
#footer .credits a {
  color: #20897f;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
#footer .navbar {
    padding: 0;
}
#footer .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
#footer .navbar li {
    position: relative;
}
#footer .navbar > ul > li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
}
#footer .navbar a,#footer .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}

#footer .navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
#footer .navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -6px;
    left: 0;
    background-color: #000;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}
#footer .navbar a:hover:before,#footer .navbar li:hover > a:before,#footer .navbar .active:before {
    visibility: visible;
    width: 100%;
}
#footer .navbar a:hover,#footer .navbar li:hover > a {
    color: #000;
}

#footer .navbar .active,#footer .navbar .active:focus {
display: none;
}

#footer .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}
#footer .navbar .dropdown ul li {
    min-width: 200px;
}
#footer .navbar .dropdown ul a {
    padding: 10px 20px;
    font-weight: 400;
}
#footer .navbar .dropdown ul a i {
    font-size: 12px;
}
#footer .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: #20897f;
}
#footer .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
#footer .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
#footer .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    #footer .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    #footer .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation
*/
#footer .mobile-nav-toggle {
    color: #222222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
#footer .mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    #footer .mobile-nav-toggle {
        display: block;
    }
}
#footer .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
}
#footer .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
#footer .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
#footer .navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #222222;
}
#footer .navbar-mobile > ul > li {
    padding: 0;
}
#footer .navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
    visibility: hidden;
}
#footer .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #20897f;
}
#footer .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px;
}
#footer .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
#footer .navbar-mobile .dropdown ul li {
    min-width: 200px;
}
#footer .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
#footer .navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
#footer .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    color: #20897f;
}
#footer .navbar-mobile .dropdown > .dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding: 15px 0;
    text-align: center;
}
.clients img {
    transition: all 0.4s ease-in-out;
    transform: scale(1.3);
    display: inline-block;
    padding: 15px 0;
}
.clients img:hover {
    transform: scale(1.8);
}
@media (max-width: 768px) {
    .clients img {
        max-width: 40%;
    }
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding-bottom: 30px;
}
.counts .count-box {
    width: 100%;
    padding: 30px 0 30px 0px;
}
.counts .count-box i {
    display: block;
    font-size: 44px;
    color: #57cbe1;
    float: left;
    line-height: 0;
}
.counts .count-box span {
    font-size: 48px;
    line-height: 40px;
    display: block;
    font-weight: 700;
    color: #57cbe1;
}

.counts .count-box p {
    padding: 15px 0 0 0;
    margin: 0 0 0 60px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #57cbe1;
}
.counts .count-box a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #57cbe1;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    transition: ease-in-out 0.3s;
}
.counts .count-box a:hover {
    color: #57cbe1;
}




.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
    content: '\1F4CE C.V Upload';
    border: none;
    display: inline-block;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);

}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.custom-file-input::after {
    border: none;
    float: right;
    display: inline-block;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------
.portfolio-details {
    padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
    width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #50d8af;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #50d8af;
}
.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(12, 46, 138, 0.08);
}
.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    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: 30px;
}
.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
    padding: 0;
}
*/
