@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500&display=swap');


html {
  scroll-behavior: smooth;
}
body, p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color:#545454;
    letter-spacing: 0.5;
}
p {
    text-align: justify;
}
b, strong {
    font-weight: 700;
    color: #000;
}
.no-padding{
  padding: 0;
}
a{
  font-family: 'Open Sans', sans-serif;
  color: #000;
}
a:hover{
  text-decoration: none;
}
a:link , a:visited , a:hover, a:active{
  text-decoration: none;
}
h1 , h2, h3, h4, h1 p, h2 p, h3 p{
  color: #001938;
  font-family: 'Poppins', sans-serif;
  line-height: 0.9;
  margin-bottom: 5px;
  margin-top: 5px;
}
h1 {
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 30px;
}
.slick-slide {
    height: auto;
}
.small_title {
    font-size: 13px;
    text-align: left;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
}
.small_title:after {
    content: '';
    height: 1px;
    width: 50px;
    top: 10px;
    left: 0;
    position: absolute;
    background: #001837;
    opacity: .6;
}
/* ================ back to top =================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #000000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    left: 30px;
    bottom: 30px;
  }
}

/* ================ end back to top =================*/

/* ================ Loader =================*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}
/* ================ end Loader =================*/

/* ================ Header =================*/
.logo a h1 {
    font-family: 'tarantinoregular';
    font-weight: 400;
    font-size: 32px;
    line-height: 30px;
}
.header-top {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #f7f7f7;
}
.info-left li{
    display: inline-block;
    color: #095e7d;
    padding-right: 10px;
}
.info-left li i {
    margin-right: 5px;
}
.info-left ul {
    padding-left: 0;
    margin-bottom: 0;
}
.header-social ul {
    padding-left: 0;
    text-align: right;
    margin-bottom: 0;
}
.header-social ul li{
    display: inline-block;
    padding: 0 2px 0 2px;
}
.header-social ul li a{
    color: #095e7d;
    font-size: 15px;
}
.footer.foter-logo {
    background: #095e7d;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu-row {
    margin-top: 30px;
}
li#mega-menu-item-138 {
    background: #0a5453 !important;
    padding: 3px 20px !important;
    border-radius: 5px !important;
    margin-left: 30px !important;
}
li#mega-menu-item-138 a{
    color: #fff !important;
}
.header-full {
    margin-top: 5px;
    margin-bottom: 10px;
}
.breadcrumbs-row {
    background: #e3e3e3;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
}
p#breadcrumbs {
    margin-bottom: 0;
}
/* ====================== End Header =================== */

/* ====================== Slider =================== */
.se-r {
    height: 100px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 2;
    transition: all ease 1.5s;
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
}
.se-r img {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    fill: #fff;
}
.hero-banner b, .hero-banner strong {
    font-weight: 700;
    color: #fff;
}
/* ====================== End slider =================== */

/* ====================== footer=================== */

/* ====================== End footer=================== */

/* ====================== form_with_two_column =================== */
.link-custom{
    margin-top: 10px;
}
.link-custom a {
    color: #0a5453;
    text-decoration: underline;
    font-weight: 700;
}
.form_with_two_column input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #095e7d;
    border: 0;
    padding: 8px 15px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
}
.form_with_two_column button, 
.form_with_two_column input, 
.form_with_two_column select, 
.form_with_two_column textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: #f7f7f7;
    border: 0;
    padding: 10px;
    width: 100%;
}
.form_with_two_column label {
    width: 100%;
}
.form_with_two_column .form {
    padding: 50px 50px 8px 50px;
    border: none;
    box-shadow: 0 20px 60px -10px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 20px 60px -10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    border-radius: 8px;
    background: #fff;
}
.form_with_two_column {
    margin-bottom: 60px;
    padding-top: 50px;
}
.background_form_inner {
    position: relative;
    z-index: 999;
}
.background_form_inner .bottom {
    margin-top: -13%;
    z-index: 999;
}
.form h2 {
    text-align: center;
    margin-bottom: 30px;
}
/* ====================== End form_with_two_column =================== */

/* ====================== clients =================== */
.clients{
    text-align: center;
    margin-bottom: 80px;
}
.clients .title-sevtion h5 {
    font-size: 13px;
    color: rgba(86,86,86,0.4);
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
}
.clients .title-sevtion {
    margin-top: 0px;
    margin-bottom: 40px;
    border-bottom-width: 1px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}
/* ====================== End clients =================== */

/* ====================== End clients =================== */

.background_with_list{
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
}
.background_with_list:before {
    content: "";
    position: absolute;
    background-color: #0a5453;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .8;
}
.background_with_list .small_title {
    text-align: center;
    color: #fff;
    padding-left: 0;
}
.background_with_list .small_title:before {
    content: '';
    height: 1px;
    width: 50px;
    top: 11px;
    left: 40%;
    position: absolute;
    background: #fff;
    opacity: .6;
}
.background_with_list .small_title:after {
    content: '';
    height: 1px;
    width: 50px;
    top: 11px;
    left: 56%;
    position: absolute;
    background: #fff;
    opacity: .6;
}
.background_with_list .title-section{
    margin-bottom: 50px;
}
.background_with_list h3{
    margin-bottom: 15px;
    font-size: 20px;
}
.background_with_list h1, .background_with_list h4{
    color: #fff;
}
.background_with_list h4{
    line-height: 24px;
}
.background_with_list p{
    color: #ffffffb3;
}
.list-custom .icon {
    width: 80px;
    height: 80px;
    background: #fba311;
    border-radius: 100%;
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding-top: 22px;
    display: inline-block;
    margin-bottom: 5px;
}
.list-custom {
    text-align: center;
    padding: 0 30px;
}
.background_with_list_inner ul {
    list-style: none;
    padding-left: 0;
}
/* ===================== End clients =================== */

/* ===================== Services =================== */
.services-top .btn-custom {
    text-align: right;
    margin-top: 50px;
}
.services-top .btn-custom a {
    background: #095e7d;
    text-align: center;
    padding: 13px 30px;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
}
.services-top .para{
    margin-top: 50px;
}
.services {
    margin-top: 80px;
    margin-bottom: 80px;
}
.service-box-bottom {
    padding: 15px;
}
.service-box-bottom .title {
    float: left;
    width: 93%;
}
.service-box-bottom .icon {
    float: right;
    margin-top: 5px;
}
.service-box:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 60px -10px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 20px 60px -10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
}
.service-box {
    display: block;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: all ease .3s;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 20px 60px -10px rgb(0 0 0 / 0%);
    -webkit-box-shadow: 0 20px 60px -10px rgb(0 0 0 / 0%);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,0);
    min-height: 310px;
}
/* ===================== End Services =================== */

/* ===================== background_with_founder_msg =================== */

.background_with_founder_msg{
    padding-top: 100px;
    padding-bottom: 75px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.background_with_founder_msg:before {
    content: "";
    position: absolute;
    background: linear-gradient(270deg, #095e7d 50%, #095e7d00 100%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.background_with_founder_msg .small_title, .background_with_founder_msg h1{
    color: #fff;
}
.background_with_founder_msg .small_title:after {
    background: #fff;
}
.background_with_founder_msg .owner-section {
    color: #fff;
    text-align: justify;
}
.owenr-x{
    margin-top: 20px;
}
.owenr-x p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
}
.owenr-x span {
    font-size: 12px;
    line-height: 15px;
}
div#counter {
    margin-top: 50px;
}
.background_with_founder_msg .number {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
}
.background_with_founder_msg .text {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.background_with_founder_msg .left{
    text-align: center;
}
.background_with_founder_msg .left i {
    font-size: 100px;
    text-align: center;
    color: #fff;
    margin-top: 30%;
}
/* ===================== End background_with_founder_msg =================== */

/* ===================== two_column_layout =================== */

.two_column_layout .top .small_title {
    margin-bottom: 5px;
}
.two_column_layout h1 {
    margin-bottom: 20px;
}
.two_column_layout .custom-link a {
    color: #0a5453;
    text-decoration: underline;
    font-weight: 600;
}
.two_column_layout .custom-link {
    margin-bottom: 30px;
    margin-top: 20px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}
.list-inner .left{
    float: left;
    text-align: center;
    color: #ffffff !important;
    border-radius: 50%;
    border-color: #2ecefe !important;
    background: #2ecefe !important;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    margin-right: 15px;
}
.list-inner .right {
    float: left;
    width: 75%;
}
.list-inner .right h5 {
    font-size: 16px;
    font-weight: 600;
}
.list-inner {
    margin-bottom: 30px;
    display: inline-block;
}
.list-inner .left i {
    padding-top: 10px;
}
.two_column_layout .right-section {
    margin-top: 30px;
}
.two_column_layout{
    margin-top: 80px;
    margin-bottom: 120px;
}
.two_column_layout .top{
    text-align: justify;
}
.two_column_layout .top h1{
    text-align: left;
}
.page-id-124 .two_column_layout {
    margin-bottom: 0px;
}
.two_column_layout .left-im:after {
    content: "";
    background-image: url(http://localhost/zero/wp-content/uploads/2022/08/bg.jpg);
    background-size: cover;
    position: absolute;
    z-index: -99;
    top: unset;
    left: unset;
    bottom: -47px;
    right: -30px;
    height: 180px;
    width: 180px;
    opacity: .6;
}
/* ===================== End two_column_layout =================== */

/* ===================== testimonials =================== */
.testimonials {
    padding-top: 100px;
    padding-bottom: 45px;
    background-color: #f7f7f7;
    margin-bottom: 100px;
}
.testimonials-top {
    text-align: center;
    margin-bottom: 30px;
}
.testimonials-top .small_title {
    text-align: center;
    padding-left: 0px;
}
.testimonials-top .small_title:after {
    left: 40%;
}
.testimonials-top-b .left {
    float: left;
}
.left-inner img{
    border-radius: 100%;
}
.left-inner {
    float: left;
    margin-right: 15px;
}
.right-inner {
    float: left;
    margin-top: 30px;
}
.right-inner span {
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    margin-bottom: 0;
    color: #363636;
}
.right-inner p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #001837;
    margin-bottom: 0;
}
.star-right {
    color: #fba311 !important;
    font-size: 1em !important;
    float: right;
    margin-top: 30px;
}
.testimonials .service-box-bottom p {
    font-size: 16px;
    line-height: 28px;
    font-style: italic;
    margin-bottom: 0;
}
.testimonials-box {
    display: inline-block;
    padding: 30px;
    background: #fff;
    margin: 15px;
}
/* ===================== End testimonials =================== */

/* ===================== background_with_form =================== */
.background_with_form{
    padding-top: 100px;
    padding-bottom: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.background_with_form:before{
    content: "";
    position: absolute;
    background: linear-gradient(270deg, #0a5453e6 50%, #0a54534d 100%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.background_with_form .small_title{
    text-align: center;
    padding-left: 0;
    color: #fff;
}
.background_with_form .small_title:after {
    left: 39%;
    background: #fff;
}
.background_with_form .main_title {
    text-align: center;
}
.background_with_form h1{
    color: #fff;
}

.background_with_form-white label {
    width: 100%;
    font-weight: 500;
}
.background_with_form-white button, 
.background_with_form-white input, 
.background_with_form-white select, 
.background_with_form-white textarea {
    width: 100%;
    background-color: #f7f7f7;
    color: #001837;
    width: 100%;
    font-weight: normal;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    height: 48px;
    line-height: 48px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 10px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}
.background_with_form-white input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #0a5453;
    height: auto;
    line-height: 24px;
    color: #fff;
}
.bg-col-form {
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    border: none;
    box-shadow: 0 20px 60px -10px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 20px 60px -10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    border-radius: 8px;
    position: relative;
    margin-top: -12%;
    background: #fff;
    position: relative;
}
.background_with_form-white label {
    width: 31%;
    font-weight: 500;
    float: left;
    margin-right: 19px;
    margin-bottom: 15px;
}
.background_with_form-white {
    margin-bottom: 80px;
}
.bg-col-form:after {
    content: "";
    background-image: url(http://localhost/zero/wp-content/uploads/2022/08/bg.jpg);
    background-size: cover;
    position: absolute;
    z-index: -99;
    top: unset;
    left: unset;
    bottom: -47px;
    right: -30px;
    height: 180px;
    width: 180px;
    opacity: .6;
}
/* ===================== End background_with_form =================== */

/* ===================== full_title_text_layout =================== */
.full_title_text_layout{
    margin-bottom: 30px;
}
/* ===================== End full_title_text_layout =================== */

/* ===================== three_column_layout =================== */
.boxes {
    border: none;
    box-shadow: 0 20px 60px -10px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 20px 60px -10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    background: #fff;
    padding: 35px;
    margin: 15px;
    display: inline-block;
    width: 95%;
    min-height: 380px;
}
.page-id-122 .boxes {
    min-height: 180px;
}
.boxes .icon {
    font-size: 36px;
    color: #095e7d;
    margin-bottom: 15px;
}
.boxes h3{
    margin-bottom: 15px;
    font-size: 20px;
}
.three_column_layout{
    margin-bottom: 60px;
}
/* ===================== End three_column_layout =================== */

/* ===================== contact_two_column_layout =================== */
.contact-info {
    font-size: 16px;
    padding-bottom: 10px;
    margin-top: 15px;
    border-bottom: 1px solid #f4f4f4;
}
.contact-info i{
    padding-right: 10px;
}
.page-id-122 .header-social{
    padding: 0;
}
.page-id-122 .header-social ul {
    padding-left: 0;
    text-align: right;
    margin-bottom: 0;
}
.page-id-122 .header-social {
    padding-bottom: 0px;
    margin-top: 0px;
    border-bottom: 1px solid #f4f4f4;
}
.right-form{
    border: none;
    box-shadow: 0 20px 60px -10px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 20px 60px -10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    border-radius: 8px;
    padding: 30px 30px 10px 30px;
}
.right-form input, .right-form textarea {
    background-color: #f7f7f7;
    color: #001837;
    width: 100%;
    font-weight: normal;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    height: 48px;
    line-height: 48px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 10px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}
.right-form label{
    width: 100%;
}
.right-form textarea {
    height: 100px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #095e7d;
    height: auto;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
}
.contact_two_column_layout {
    margin-top: 80px;
    margin-bottom: 80px;
}
.btn-custom{
    margin-bottom: 0px;
    margin-top: 20px;
}
.btn-custom a {
    background: #095e7d;
    padding: 8px 30px;
    color: #fff;
}
/* ===================== End contact_two_column_layout =================== */

/* ===================== Service Single =================== */

.service-post-single{
    margin-bottom: 80px;
    margin-top: 50px;
}
.service-post-single .service-title {
    margin-top: 20px;
    margin-bottom: 20px;
}
.service-post-single .service-title h1{
    margin-bottom: 10px;
    color: #0a5453;
}
.service-info-list {
    display: inline-block;
    padding: 20px;
    margin-top: 0px;
}
.service-info-list h3 {
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
}
.service-post-single .list {
    margin-bottom: 15px;
    color: #0a5453;
}
.service-two-site {
    margin-bottom: 30px;
}
.list_service .left {
    float: left;
    width: 50px;
    color: #fff;
    height: 50px;
    border-radius: 100%;
    background: #0a5453;
    margin-right: 20px;
    text-align: center;
    font-size: 24px;
    padding-top: 12px;
}
.list_service .right {
    width: 80%;
    float: left;
}
.list_service h5{
    margin-top: 0;
    font-size: 17px;
}
.list_service{
    margin-bottom: 20px;
}
.service-ous {
    margin-top: 40px;
}
.service-post-single .form_with_two_column .form {
    padding: 20px;
}
.service-post-single .form_with_two_column {
    margin-bottom: 0px;
    padding-top: 0px;
}
/* ===================== End Service Single =================== */

.sectors-layout{
    margin-top: 50px;
    margin-bottom: 50px;
}
.sectors-layout .services-top .para {
    margin-top: 0px;
}
.sectors-layout .services-top{
    margin-bottom: 30px;
}
.sectors-layout  .title {
    font-size: 20px;
    color: #001938;
    font-family: 'Poppins', sans-serif;
    float: left;
    width: 80%;
    line-height: 28px;
}
.sector-logo {
    width: 94%;
    display: inline-block;
    margin-bottom: 15px;
    min-height: 120px;
    padding: 30px 15px;
    border: 1px dotted #3c763d;
    margin: 15px;
}
.sector-logo .icon {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
    font-size: 24px;
    color: #0a5453;
}
.slick-dots li button:before {
    font-size: 10px;
    color: #0a5453;
}
/* ===================== Responsive =================== */
@media(max-width: 1024px){
    .header-top {
        display: none;
    }
    #mega-menu-wrap-Primary-Menu .mega-menu-toggle {
        margin-top: -65px;
    }
    .menu, .logo {
        padding: 0;
    }
    ul#mega-menu-Primary-Menu {
        margin-top: 20px !important;
    }
    .contact_two_column_layout, .services {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    h1 {
        line-height: 34px;
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 28;
    }
    .small_title {
        margin-bottom: 5px;
    }
    .contact_two_column_layout .right {
        margin-top: 30;
    }
    .services-top .para {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .page-id-126 .services-top .btn-custom, .two_column_layout .left-im:after, h1 br,
    rs-layer#slider-1-slide-1-layer-3, rs-layer#slider-1-slide-1-layer-0{
        display: none;
    }
    .boxes {
        width: 91%;
    }
    .two_column_layout .main_title {
        padding: 0;
    }
    .two_column_layout {
        margin-top: 30px;
    }
    .testimonials-top-b {
        display: inline-block;
        width: 100%;
    }
    .star-right {
        float: left;
        margin-top: 7px;
        margin-bottom: 10px;
    }
    .service-box-bottom, .form_with_two_column .bottom, .x {
        padding: 0;
    }
    .testimonials-top .small_title:after {
        left: 21%;
    }
    .background_form_inner .bottom {
        margin-top: 30px;
    }
    .form_with_two_column .form {
        padding: 25px 25px 8px 25px;
    }
    .services-top .btn-custom {
        text-align: left;
        margin-top: 0px;
        display: inline-block;
        width: 100%;
        margin-bottom: 40px;
    }
    .background_with_founder_msg .left i {
        margin-top: 0;
        margin-bottom: 80px;
    }
    .background_with_founder_msg .owner-section {
        font-size: 16px;
        line-height: 32px;
    }
    .background_with_form-white label {
        width: 100%;
    }
    .background_with_form {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .hero-banner {
        margin-top: 10px;
    }
    .header-bottom .container {
        width: 100%;
    }
    .menu {
        margin-top: 0px;
    }
}
@media (max-width: 767px){
    .menu {
        margin-top: 12px;
    }
    .list-custom {
        text-align: center;
        padding: 0 0px;
        margin-bottom: 25px;
    }
    .service-box {
        min-height: auto;
    }
    .service-box-bottom {
        padding-left: 10px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        display: inline-block;
		width: 100%;
    }
    .service-box-bottom h4{
        line-height: 24px;
    }
	#mega-menu-wrap-Primary-Menu .mega-menu-toggle {
		margin-top: -90px;
	}
}

.page-id-126 .services-top .btn-custom{
	display:none;
}
/* ===================== End Responsive =================== */