body {
    margin: 0px;
    padding: 0px;
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    background-color: #f3f3f3;
}
/* Html & Bootstrap customize */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.b-4 {
    font-weight: 400;
}

.b-5 {
    font-weight: 500;
}

.b-6 {
    font-weight: 600;
}

.b-7 {
    font-weight: 700;
}
.badge{
    font-size: 1em;
}
.badge-outline-theme {
    border: 1px solid #3da4a3;
    color: #3da4a3;
    padding: 15px;
    font-weight: 500;
}

.text-white{
    color: #ffffff;
}

.text-theme{
    color: #3da4a3;
}

.border-pill{
    border-radius: 100px;
}

.btn-white{
    background-color: #ffffff;
    color: #000000;
}
.btn-white:hover,
.btn-white:active,
.btn-white:focus{
    background-color: #3da4a3;
    color: #ffffff;
}
.text-sm{
    font-size: 80%;
}
.btn{
    font-weight: 500;
    border-radius: 0px;
}
.bg-white{
    background-color: #ffffff;
}
.form-control{
    border-radius: 0px;
}
.btn-absolute{
    position: absolute;
    left: 0px;
    top: 0px;
}
/* Html & Bootstrap customize END */



/* Menu */
.CA-logo-nav {
    width: 100%;
    max-width: 300px;
}
.menu-wrapper{
    display: block;
    position: relative;
    background-color: #ffffff;
}
.CA-nav{
    background-color: #1e2c5b;
    color: #ffffff;
    padding: 10px;
    position: relative;
    display: block;
}
.CA-nav .nav li a{
    color: #ffffff;
    text-transform: uppercase;
}
.CA-nav .nav li:hover a,
.CA-nav .nav li:active a,
.CA-nav .nav li:focus a,
.CA-nav .nav li.active a{
    color: #3da4a3;
    text-transform: uppercase;
}
.CA-nav-btn {
    display: none;
    position: relative;
    background-color: #1e2c5b;
    padding: 20px;
}
.CA-nav-btn .btn-menu{
    background-color: transparent;
    border: 1px solid transparent;
    color: #3da4a3;
    cursor: pointer;
}
.resp-menu {
    border-bottom: 1px solid #00BCD4;
    padding: 15px;
    display: none;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
@media(max-width: 767px){
    .navbar{
        text-align: center;
    }
    .navbar-brand{
        margin: auto;
    }
    .CA-nav-btn {
        display: block;
        position: relative;
        text-align: center;
    }
    .CA-nav {
        background-color: #1e2c5b;
        color: #ffffff;
        padding: 10px;
        position: fixed;
        display: block;
        left: -100%;
        height: 100%;
        top: 0px;
        z-index: 1000;
        width: 100%;
        text-align: center;
        transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
    }
    body.sidebar-open .CA-nav {
        left: 0px;
    }
    .CA-nav-menu{
        display: block;
        margin-top: 20px;
    }
    .resp-menu {
        border-bottom: 1px solid #00BCD4;
        padding: 15px;
        display: block;
        position: relative;
    }
    .btn-close {
        background-color: transparent;
        color: #fff;
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: -20px;
    }
    .CA-contact-nav{
        display: none;
    }
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
      }
}
/* Menu END */
.section{
    margin-left: -15px;
    margin-right: -15px;
    padding: 50px 15px;
}
.banner-sect{
    background-color: #23356f;
    color: #ffffff;
    text-align: center;
    padding: 200px 15px;
}
.gradiant-blue{
    background: rgba(27,60,107,1);
    background: -moz-linear-gradient(left, rgba(27,60,107,1) 0%, rgba(25,80,158,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,60,107,1)), color-stop(100%, rgba(25,80,158,1)));
    background: -webkit-linear-gradient(left, rgba(27,60,107,1) 0%, rgba(25,80,158,1) 100%);
    background: -o-linear-gradient(left, rgba(27,60,107,1) 0%, rgba(25,80,158,1) 100%);
    background: -ms-linear-gradient(left, rgba(27,60,107,1) 0%, rgba(25,80,158,1) 100%);
    background: linear-gradient(to right, rgba(27,60,107,1) 0%, rgba(25,80,158,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b3c6b', endColorstr='#19509e', GradientType=1 );
}
.gradiant-orange{
    background: rgba(226,114,80,1);
    background: -moz-linear-gradient(left, rgba(226,114,80,1) 0%, rgba(242,197,91,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226,114,80,1)), color-stop(100%, rgba(242,197,91,1)));
    background: -webkit-linear-gradient(left, rgba(226,114,80,1) 0%, rgba(242,197,91,1) 100%);
    background: -o-linear-gradient(left, rgba(226,114,80,1) 0%, rgba(242,197,91,1) 100%);
    background: -ms-linear-gradient(left, rgba(226,114,80,1) 0%, rgba(242,197,91,1) 100%);
    background: linear-gradient(to right, rgba(226,114,80,1) 0%, rgba(242,197,91,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e27250', endColorstr='#f2c55b', GradientType=1 );
}
.text-center.underline::after{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.underline::after{
    content: '';
    width: 40px;
    height: 2px;
    background-color: #000000;
    position: relative;
    display: block;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}
.underline-white.underline::after{
    background-color: #ffffff;
}
.underline-theme.underline::after{
    background-color: #3da4a3;
}
.circle-bx {
    height: 70px;
    width: 70px;
    background-color: #ebebeb;
    content: '';
    display: block;
    position: relative;
    margin: 15px auto;
    border-radius: 100%;
    font-size: 32px;
    border: 3px solid transparent;
    padding: 10px;
    text-align: center;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

.service-bx{
    box-shadow: 0px 0px 20px transparent;
    -webkit-box-shadow: 0px 0px 20px transparent;
    -moz-box-shadow: 0px 0px 20px transparent;
    -o-box-shadow: 0px 0px 20px transparent;
    border-radius: 3px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}
.service-bx:hover{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
}
.service-bx:hover .circle-bx {
    border: 3px solid #3da4a3;
}

.service-bx .underline::after{
    background-color: #c4c4c4;
}
.service-bx:hover .underline::after{
    background-color: #3da4a3;
}
.partner-bx {
    background-color: #efefef;
    text-align: center;
}
.staff-bx{
    padding: 1em;
    background-color: tra;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}
.staff-bx:hover{
    padding: 1em;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
}
.staff-bx:hover img{
   border-radius: 0px !important;
}
.CA-footer{
    background-color: #0f1626;
    color: #ffffff;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 5px solid #3da4a3;
    padding: 30px 15px;
}
.panel-request{
    background-image: -webkit-linear-gradient(315deg, #19519e, #1dd5e6);
    background-image: linear-gradient(135deg, #19519e, #1dd5e6);
    position: fixed;
    top: 50%;
    right: -97px;
    padding: 13px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    transform: rotate(-90deg);
    border-radius: 23px 0px 0px 0px;
    cursor: pointer;
}
.panel-request:hover{
    right: -91px;
}
.icon-request{
    position: relative;
    padding-left: 10px;
    display: inline-block;
    font-size: 20px;
}
.panel-bx{
    position: fixed;
    top: 30%;
    right: -100%;
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    max-width: 300px;
    padding-top: 40px !important;
}
.panel-bx.active{
    right: 0px;
}

/* UPDATES */
.nav-link-new:hover .nav-link-dropdown {display: block;}
.nav-link-new {
    display: block;
    padding: .5rem 1rem;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
}

.dropdown:hover .dropdown-content {display: block;}

/*SEARCH*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.search {
  width: 400px;
  position: relative;
  display: flex;
	margin: 20px 20px;
}

.searchTerm {
  width: 100%;
  border: 3px solid #00B4CC;
  border-right: none;
  padding: 5px;
  height: 36px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #00B4CC;
  background: #00B4CC;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
