/* Required height of parents of the Half Page Carousel for proper displaying carousel itself */
html,
body,
.view {
  height: 100%; }
 body{
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #757575;
  background-color:#fff;
 }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
b{
    font-weight: bold !important;
}

/*===============================
          Default Button
===============================*/
.default_btn{
  background: #f95500;
  color: #fff;
  font-weight: 300;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 5px;
  margin-bottom: 25px;
}
.default_btn:hover{
  background: #656363;
  color: #fff;
}

.btn_one{
  background: #f95500;
  padding: 12px 15px;
  color: #fff;
  font-weight: 600;
}
.btn_one:hover{
  background: #656363;
  color: #fff;
}
/*===============================
          Main Nav Bar
===============================*/
.navbar-brand{
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-brand img{
  width: 80px;
}
.right_nav .nav-item{
  margin-left: 15px;
}
.dropdown-item span{
    display: block;
}
.dropdown-item a:hover{
    background:#f95500 !important;
}
  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu .dropdown-menu {
    display: none;
    top: 0;
    left: 100%;
    margin-top: -1px;
  }

  .dropdown-submenu:hover .dropdown-menu {
    display: block;
  }

  .dropdown-menu-right .dropdown-submenu .dropdown-menu {
    left: auto;
    right: 100%;
  }
  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 180px !important;
  }
  @media screen and (max-width:991px){
    .navbar .dropdown-menu,.dropdown-submenu .dropdown-menu{
      position: relative !important;
      padding-left: 20px;
      background-color: transparent;
    }
    .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 10px !important;
  }
  .dropdown-menu a{
    color: #ffffff !important;
  }

  }
  @media screen and (max-width:667px){
      .main_banner_section{
          height: 412px !important;
      }
  }
.search_btn{
    position: absolute;
    right: 20px;
    background: none;
    text-align: center;
    border:none;
    padding:0;
    color:#f95500 !important;
}
.search_btn:hover{
    background:none !important;
    color:#f95500 !important;
}
.nav-item input{
    border-radius: 30px !important;
    margin-right: 5px;
    border: 2px solid #f95500 !important;
}
.register_btn{
    background: #f95500;
    padding: 8px 22px;
    border-radius: 35px;
    width: 115px;
    text-align: center;
    border: 2px solid #f95500;
    font-weight: 400;
}
.register_btn:hover{
  background:transparent !important;
  color: #f95500 !important;
}
.login_btn{
  background: transparent;
  border: 2px solid #f95500;
  padding: 8px 22px;
  border-radius: 35px;
  width: 115px;
  text-align: center;
  font-weight: 400;
  color: #f95500 !important;
}
.login_btn:hover{
  background: #f95500;
  border: 2px solid #f95500;
  color: #fff !important;
}
.dropdown-menu{
    padding: 10px !important;
    left: 0 !important;
    right: auto !important;
}
.dropdown-menu a {
  padding: 10px !important;
    font-size: 15px !important;
    font-weight: 400 !important;

}
.dropdown-menu a:hover{
  background: #f95500 !important;
  color: #fff !important;
  border-radius: 10px;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link{
  font-size: 16px;
  font-weight: 600;
}
.main_nav .nav-link{
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link {
    background-color: #f95500;
    color: #ffffff;
    border-radius: 32px;
}
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    background-color: #f95500;
    color: #ffffff !important;
    border-radius: 32px;
}
.dropdown .dropdown-menu.dropdown-info .dropdown-item:hover{
    background-color: #f95500!important;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    border-radius: 15px;
}
@media (min-width: 320px){
.navbar.scrolling-navbar.top-nav-collapse {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #212121;
}
.right_nav {
    display: -ms-flexbox;
    display: block;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.right_nav .nav-item {
    margin-left: 15px;
    margin-bottom:10px;
}
}
@media (min-width: 600px){
.navbar.scrolling-navbar.top-nav-collapse {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #212121;
}
}
@media (max-width: 992px){
.scrolling-navbar{
    position: sticky;
     background: #212121;
}
}

@media(min-width:992px){
.right_nav{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.right_nav .nav-item {
    margin-left: 15px;
    margin-bottom:0;
}
}

@media (min-width: 400px) and (max-width: 767px), (min-width: 800px) and (max-width: 850px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        max-height: none;
       
    }
}


.dropdown-submenu {
            position: relative;
        }

        .dropdown-submenu .dropdown-menu {
            display: none;
            top: 0;
            left: 100%;
            margin-top: -1px;
        }

        .dropdown-submenu:hover .dropdown-menu {
            display: block;
        }

        .dropdown-menu-right .dropdown-submenu .dropdown-menu {
            left: auto;
            right: 100%;
        }

        .dropdown-submenu {
            position: relative;
        }

        .dropdown-submenu .dropdown-menu {
            top: 0;
            left: 150px !important;
        }

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

            .navbar .dropdown-menu,
            .dropdown-submenu .dropdown-item {
                position: relative !important;
                padding-left: 20px;
                background-color: transparent;
            }

            .dropdown-submenu .dropdown-menu {
                top: 0;
                left: 10px !important;
            }

            .dropdown-menu a {
                color: #ffffff !important;
            }

        }






/*===============================
          End Main Nav Bar
===============================*/

/*=================================
        Main Banner Section
=================================*/
.main_banner_section{
  height: 100vh;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  overflow: hidden;
}
.banner_containt{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 70px;
  text-align: center;
  color: #fff;
  padding:30px 0 50px;
}
.banner_containt h1{
  font-size: 65px;
  font-weight: bold;
}
.banner_containt h3{
  font-family: 'Jost', sans-serif;
  font-size: 35px;
}
@media(min-width:320px){
.banner_containt h1 {
    font-size: 40px;
    font-weight: bold;
}
}
@media(min-width:576px){
.banner_containt h1 {
    font-size: 40px;
    font-weight: bold;
}
}
@media(min-width:768px){
.banner_containt h1 {
    font-size: 65px;
    font-weight: bold;
}
}
/*=================================
        End Main Banner Section
=================================*/


/*=========================
        About Us Section
==========================*/
.about_us_section{
  padding:50px 0;
}
.about_left_container{

}
.about_left_container h1{
  color: #f95500;
  font-weight: 800;
  font-size: 60px;
}
.about_left_container h4{
  font-family: 'Jost', sans-serif;
  color: #294d5e;
  font-weight: 400;
  width: 80%;
  margin: 10px 0 25px;
}
.about_left_container p{
  font-weight: 400;
  color: #4a4b4b;
  width: 80%;
}
@media(min-width:320px){
.about_left_container h1 {
    color: #f95500;
    font-weight: 800;
    font-size: 40px;
}
.about_left_container h4{
    width:100%;
}
.about_left_container p {
    width: 100%;
}
}
@media(min-width:768px){
.about_left_container h1 {
    color: #f95500;
    font-weight: 800;
    font-size: 60px;
}
.about_left_container h4{
    width:80%;
}
.about_left_container p {
    width: 80%;
}
}
/*=============================
          Why Company
=============================*/
.why_company{
  padding:0 0 50px;
}
.heading_section{

}
.heading_section h1{
  color: #f95500;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 25px;
  text-align: center;
}
.why_company_dsc{
  /*text-align: center;*/
}
.why_company_dsc p{
  font-weight: 400;
  color: #4a4b4b;
  margin: 0;
}


.services_home{
  background: #f6f6f6;
  padding:50px 0 20px;
}
.services-item {
  padding: 24px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgb(175 175 175 / 23%);
  position: relative;
  margin-left: 15px;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
}

.services-item .icon {
  position: absolute;
  top: 35%;
  left: -25px;
}
.services-item .icon i {
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  display: inline-block;
  line-height: 60px;
  font-size: 35px;
  border-radius: 4px;
  color: #f95500;
  box-shadow: 0 0 10px rgb(175 175 175 / 23%);
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
}
.services-item:hover .icon i {
  background: #f95500;
  color: #fff;
}
.services-item .services-content h3 {
  margin-bottom: 5px;
  line-height: 35px;
}
.services-item .services-content h3 a {
  font-size: 18px;
  color: #f95500;
  font-weight: 700;
}
.services-item .services-content p {
  font-weight: 400;
  color: #585959;
  margin: 0;
}
@media(min-width:320px){
.heading_section h1 {
    font-size: 40px;
}
}
@media(min-width:768px){
.heading_section h1 {
    font-size: 60px;
}
}
/*==============================*/

/*==============================
        Counter Section\
===============================*/
.counter_section{
  padding: 80px 0 65px;
}
.counter_section .row{
  justify-content: space-evenly;
}
.counter_section_block{
  box-shadow: 0 0 10px rgb(156 156 156 / 62%);
  text-align: center;
  padding: 0px 20px 25px;
}
.countr_icon{
  display: inline-block;
  background: #ffffff;
  width: 60px;
  height: 60px;
  line-height: 65px;
  font-size: 34px;
  border-radius: 50%;
  margin-top: -30px;
  box-shadow: 0 0 10px rgb(156 156 156 / 62%);
}
.countr_icon i{
  color: #f95500;
}
.counter_section_block h1{
  font-size: 30px;
  font-weight: bold;
  color: #294d5e;
  margin-top: 15px;
}
.counter_section_block p{
  color: #294d5e;
  margin: 0;
  font-weight: 400;
}
@media(min-width:320px){
.counter_section {
    padding: 80px 0 15px;
}
.counter_section_block {
    margin-bottom:50px;
}
}
@media(min-width:768px){
.counter_section {
    padding: 80px 0 65px;
}
.counter_section_block {
    margin-bottom:0;
}
}

/*==============================
          Clientel
==============================*/
.clinetel_section_home{
  background: #eaedf2;
  padding: 40px 0;
}
.Clientel_heading_section{
  border-right: 2px solid #fff;
  padding: 10px 0;
}
.Clientel_heading_section h1{
  /*font-size: 24px;*/
  color: #294d5e;
  font-weight: bold;
}
/*==============================
          End Clientel
==============================*/

/*==============================
          Testimonials
==============================*/
.testimonials_section{
  padding:40px 0;
}
.testimonials_section .heading_section h1{
  color: #f95500;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 25px;
  text-align: center;
}
.testimonials_section .owl-prev{
  background: #f95500 !important;
  width: 40px;
  height: 40px;
  margin:10px;
}
.testimonials_section .owl-prev span{
  color: #fff;
  font-size: 28px;
  line-height: 26px;
}
.testimonials_section .owl-next{
  background: #f95500 !important;
  width: 40px;
  height: 40px;
}

.testimonials_section .owl-next span{
  color: #fff;
  font-size: 28px;
  line-height: 26px;
}
/*==============================
          Testimonials
==============================*/
.client_review_section{
  text-align: center;
}

.review_outer{
  position:relative;
  padding:20px 25px;
  height: 120px! important;
}
.review_outer p{
  color: #294d5e;
  margin: 0;
  font-weight: 400;
}
.top_qt{
  width: 16px !important;
  position: absolute;
  top: 4px;
  left: 0;
}
.bottom_qt{
  width: 16px !important;
  position: absolute;
  bottom: 4px;
  right: 0;
}
.review_avtar_details{

}
.review_avtar_details h3{
  font-size: 16px;
  color: #294d5e;
  font-weight: 600;
  font-family: 'Jost', sans-serif;
}
.review_avtar_details p{
  font-size: 12px;
  font-weight: 400;
  color: #294d5e;
  margin-top: 6px;
  margin-bottom: 0;
}





.newsletter {
  padding: 60px 0;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background: #f95500;
  color: #ffffff;
}
.newsletter-box .input-group {
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 4px;
  padding: 5px 10px;
  box-shadow: 0 5px 25px 0 rgb(41 128 185 / 15%);
  -webkit-box-shadow: 0 5px 25px 0 rgb(41 128 185 / 15%);
}
.newsletter-box .input-group .form-control {
  height: 46px;
  border: none;
  box-shadow: none;
  background: transparent;
}
.newsletter-box .input-group .input-group-addon {
  border: none;
  font-size: 18px;
  background: transparent;
  display: inherit;
}
.news_heading {
  padding: 0px 0 35px 0;
  text-align: center;
}
.news_heading h2{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
.news_heading p{
  margin: 0;
  font-size:16px;
  font-weight:400;
}
.newsletter-box {
  padding: 0;
  box-shadow: 0px 0px 0px 6px rgb(255 255 255 / 30%);
  border-radius: 4px;
}
.input-group-addon .flaticon-email{
  color: #f85100;
  background: #f851001f;
  border-radius: 4px;
  padding: 10px;
}
.newsletter-box .input-group .form-control {
  height: 46px;
  border: none;
  box-shadow: none;
  background: transparent;
}
.newsletter-box .btn {
  padding: 10px 20px;
  position: absolute;
  top: 5px;
  right: 20px;
  z-index: 9;
}
.newsletter-box p{
    position: absolute;
    bottom: -50px;
    color: #fff !important;
    width: 100%;
}




/*=======================================================
        Footer Style
=======================================================*/
.footer {
  padding: 40px 0 0px 0;
  position: relative;
  background: url(../img/city_bg.png) no-repeat;
  background-size: contain;
  background-position:bottom center;
}
.footer::before {
  background-color: #000000c9;
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.footer_about p{
  color: #fff;
  font-weight: 400;
}
.footer_about a{
  display: block;
}
.footer_about a img{
  width: 70px;
}
.footer_header h4 {
  font-size: 18px;
  color:#fff;
  margin-top:0;
  margin-bottom: 20px;
  text-transform: none;
  font-weight: 700;
  position:relative;
}
.footer ul {
  padding: 0;
  margin: 0;
}
.footer ul li {
  padding: 0;
  list-style: none;
  color: #fff;  
}
.footer ul li strong{
  font-weight: 600;
  font-size: 12px;
}
.footer ul li span{
  font-weight: 400;
}
.footer ul li a {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .f-social-box ul li a i{
  background: #f95500;
  color: #fff;
  border:2px solid #f95500;
}
.footer ul li a:hover, .footer ul li a:focus {
  color:#f95500;
  letter-spacing:0.6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .f-social-box {
  margin-top: 20px;
  margin-bottom: 10px;
}
.footer .f-social-box ul li, .footer .f-app-box ul li {
  display: inline-block;
}
.footer .f-social-box ul li a {
  opacity: 1;
  margin-bottom:0;
}
.footer .f-social-box ul li a i {
  width: 42px;
  height: 42px;
  line-height: 44px;
  text-align: center;
  margin-right: 6px;
  transition: all ease 0.4s;
  background: #f95500;
  display: block;
}
.footer .f-social-box ul li a:hover{
  padding-left:0;
}
.footer .f-social-box ul li a:hover i, .footer .f-social-box ul li a:hover i:focus{
  background: transparent;
  color: #f95500;
  border:2px solid #f95500;
}
.footer .f-app-box ul li a {
  font-size: 16px;
  opacity:1;
  margin-right: 10px;
  padding: 10px 20px;
  border-radius: 50px;
  margin-bottom: 5px;
  border: 1px solid #dce1e6;
  transition: all ease 0.4s;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .f-app-box ul li a:hover{
  letter-spacing:0;
  border: 1px solid #26ae61;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .f-app-box ul li a i {
  font-size: 22px;
  margin-right: 10px;
}
footer .input-group {
  border: 1px solid #dce1e6;
  border-radius: 2px;
}
footer.footer .input-group-btn .btn {
  color: #26ae61;
}
footer input.form-control, footer .btn.btn-default, footer input.form-control:hover, footer .btn.btn-default:hover, footer input.form-control:focus, footer .btn.btn-default:focus {
  height: 50px;
  border: none;
  background: transparent;
}
.copyright {
  padding: 20px 0;
  margin-top: 10px;
  border-top:1px solid #dce1e6; 
}
.copyright ul {
  font-size: 14px;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 400;
}
.copyright ul li{
  display: inline-block;
  padding: 0 15px;
}
.copyright ul li:first-child{
  /*border-right: 3px double #fff;*/
}
.copyright ul li a{
  margin-bottom: 0;
}


/*==== Inner Banner Section ====*/
.inner-page-banner {
    background: url(../images/ttm-pagetitle-bg.jpg.html);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.inner-page-banner-container {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.inner-page-banner-container .row {
    min-height: 350px;
    margin: 0;
}
.page-title-heading h2 {
    display: inline-block;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 12px;
    position: relative;
    color: #fff;
}
.page-title-heading h2:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
    background: #f95500;
}
.breadcrumb-wrapper {
    z-index: 99;
    display: inline-block;
}
.breadcrumb-wrapper span {
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  position: relative;
}
.breadcrumb-wrapper span a{
  color: #fff;
}
.breadcrumb-wrapper span:first-child {
    padding-right: 20px;
}
.breadcrumb-wrapper span:first-child:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 2px;
    right: 6px;
    top: 12px;
    display: inline-block;
    font-style: normal;
    background-color: currentColor;
}
.breadcrumb-wrapper span {
    font-size: 15px;
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: #f95500;
}
@media (max-width: 991px){
.inner-page-banner-container .row {
    color: #fff;
    min-height: 180px;
}
.page-title-heading h2 {
    font-size: 38px;
}
}
@media (max-width: 767px){
.page-title-heading h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
.breadcrumb-wrapper span {
    font-size: 13px;
}
}

.site-main-content-area{
  background-color: #fff;
  padding: 50px 0;
    position: relative;
    z-index: 1;
}
.site-main-content-area-inner{

}
@media (max-width: 768px){
.site-main-content-area {
    padding: 30px 0;
}
}



/*====== facility-sectgion =====*/
.facility-sectgion{
  background-color: #44afcc;
  background-image: url(../images/row-bgimage-4.png.html);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.z-index-1{
  z-index: 1;
}
.facility-sectgion-bg-layer{
  background-color: #44afcc;
  opacity: .28;
  position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.featured-icon-box {
  position: relative;
}
.featured-icon-box .ttm-icon{
  margin-bottom: 0; 
}
.featured-title h5{
  font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 600;
}
.featured-desc p{
  font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
.featured-icon-box.icon-align-before-heading .featured-icon{
  position: absolute;
  left: 0;
  top: 0;
}
.featured-icon-box.icon-align-before-heading .featured-title{
  padding-left: 60px;
}

.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content{
    display: table-cell;
    vertical-align: middle;
}
.featured-icon-box.icon-align-before-content .featured-icon i { 
    display: inline-block;
    vertical-align: middle; 
    position: unset;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
}
.featured-icon-box.icon-align-before-content .featured-content{
    padding-left: 15px;
}
.featured-icon-box.icon-align-before-content .featured-content .featured-title h5{
    margin-bottom: 4px;
}
.featured-icon-box.icon-align-top-content .featured-content{
    margin-top: 18px;
    position: relative;
}
.featured-icon-box.icon-align-top-content .featured-title h5{
    margin-bottom: 10px;
}
.featured-icon-box.icon-align-top-content.style2{
    padding: 69px 30px 60px;
    color: #fff;
}
.featured-icon-box.icon-align-top-content.style2:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    display: block;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.featured-icon-box.icon-align-top-content.style2.active:before,
.featured-icon-box.icon-align-top-content.style2:hover:before{
    height: 100%;
    opacity: 1;
    background-color: #186378;
}
.ttm-icon{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #fff;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
    font-size: 38px;
    height: 77px;
    width: 77px;
    line-height: 77px;
}
.ttm-icon i {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.facility-section-container .owl-prev,
.facility-section-container .owl-next {
    font-size: 34px !important;
    border: 1px solid #e0e0e0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: .5s;
    position: absolute;
    top: 50%;
}
.facility-section-container .owl-prev span,
.facility-section-container .owl-next span{
  color: #fff;
}
.facility-section-container .owl-prev{
  left:0;
}
.facility-section-container .owl-next{
  right: 0
}
.facility-section-container .owl-prev:hover,
.facility-section-container .owl-next:hover {
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
}


/*=== Contact page ===*/
.contact-page-outer{
  padding-bottom: 50px;
}
.left-con-details h4{
  font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.left-con-details .featured-icon-box{

}
.left-con-details .featured-icon-box .ttm-icon {
    margin-bottom: 0;
    height: auto;
    width: auto;
    line-height: 1;
    color: #f95500;
}
.left-con-details .featured-icon-box.icon-align-before-content .featured-icon,
.left-con-details .featured-icon-box.icon-align-before-content .featured-content {
    display: table-cell;
    vertical-align: middle;
}
.left-con-details .featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
}
.left-con-details .featured-title h5{
  font-family: 'Montserrat', sans-serif;
  color: #f95500;
  font-size: 18px;
  font-weight: bold;
}
.sep_holder_box{
  margin:20px 0;
}
.sep_holder_box .sep_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}
.sep_holder .sep_line {
    height: 1px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}
.featured-desc p{
  font-weight: 500;
  margin-bottom: 0;
  font-size: 15px;
}
.featured-desc a{
  color: #5d5d5d;
    font-size: 15px;
    font-weight: 500;
}
.featured-desc a:hover{
  color: #f96b39;
}
ul.social-icons {
    margin: 0;
    padding: 0;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    margin:0 0px;
    padding: 0 5px !important;
}
.social-icons li:before{
  background-color: transparent !important;
    width: 0px !important;
    height: 0px !important;
}
.social-icons.circle li>a {
    border: 1px solid;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 14px;
    border-radius: 50%;
    color: #f95500;
}
.social-icons.circle li>a:hover{
    color: #ffffff;
    background: #f95500;
    border-color: #f95500;
}
.right-con-form{
  padding: 50px;
    margin-top: -100px;
    z-index: 2;
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    position: relative;
    background: #fff;
}
.section-title .title-header {
    position: relative;
    margin-bottom: 17px;
}
.section-title h5 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  /*line-height: 14px;*/
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  color: #f95500;
}
.section-title h2.title {
    font-weight: 700;
    font-size: 30px;
    line-height: 43px;
    margin-bottom: 0;
    color: #000;
}
.wrap-form label {
    width: 100%;
    margin: 0;
}
.wrap-form span.text-input {
    margin-bottom: 30px;
    display: block;
    position: relative;
}
textarea, input[type="text"],
input[type="password"],
input[type="datetime"], 
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #8a91ac;
    padding: 12px 15px 11px;
    border-radius: 3px;
    font-weight: 500;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 14px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid #44afcc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: searchfield;
}
@media(max-width: 768px){
.left-con-details h4{
  font-size: 22px;
  margin-bottom: 10px;
}
.left-con-details .featured-icon i{
  font-size: 22px;
}
.left-con-details .featured-title h5 {
    font-size: 15px;
}
.left-con-details .featured-desc p{
  font-size: 12px;
}
.sep_holder_box {
    margin: 10px 0;
}
}
@media(max-width: 991px){
.right-con-form{
  margin-top: 30px;
  padding:20px;
}
.section-title h2.title{
  font-size: 30px;
}
}

/*===== Content Page ====*/
.img-right{
  margin: 10px 0px 10px 20px;
    float: right;
    max-width: 330px;
    display: block;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 2px;
    background: #fff;
}
.site-main-content-area-inner h2{
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin: 15px 0;
}
.site-main-content-area-inner ul li{
  position: relative;
  padding: 0 0 10px 20px;
}
.site-main-content-area-inner ul li:before{
  position: absolute;
    content: "";
    top: 5px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #f96b39;
    border-radius: 50%;
}
@media(min-width: 320px){
.img-right{
    float: none;
    max-width: 100%;
    margin: 10px 0 20px;
}
}
@media(min-width: 576px){
.img-right{
    max-width: 330px;
    float: right
}
}



.news-block{
  position:relative;
  margin-bottom:30px;
}

.news-block .inner-box{
  position:relative;
     

}

.news-block .inner-box .image{
  position:relative;
   height: 300px;
    overflow: hidden;
}

.news-block .inner-box .image img{
  position:relative;
  width:100%;
  display:block;
}

.news-block .inner-box .image .overlay-link{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:block;
  opacity:0;
  text-align:center;
  transform:scale(0.6,0.6);
  background-color:rgba(22,26,51,0.90);
  -webkit-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  transition:all 600ms ease;
}

.news-block .inner-box:hover .image .overlay-link{
  opacity:1;
  transform:scale(1,1);
}

.news-block .inner-box .image .overlay-link .icon{
  position:relative;
  color:#ffffff;
  top:49%;
  font-size:28px;
  margin-top:-5px;
  display:inline-block;
}

.news-block .inner-box .image .post-date{
  position:absolute;
  right:20px;
  top:20px;
  width:60px;
  height:60px;
  z-index:1;
  font-size:18px;
  color:#ffffff;
  font-weight:600;
  padding:3px 8px 0px;
  text-align:center;
  background-color:#f97534;
  text-transform:capitalize;
  font-family: 'Montserrat', sans-serif;
}

.news-block .inner-box .lower-content{
  height: 457px;
  position:relative;
  padding:35px 28px 30px;
  box-shadow:0px 0px 25px rgba(0,0,0,0.05);
}

.news-block .inner-box .lower-content .post-info{
  position:relative;
}

.news-block .inner-box .lower-content .post-info li{
  position:relative;
  color:#7e8597;
  font-size:15px;
  display:inline-block;
  padding-right:12px;
  margin-right:12px;
  line-height:1.2em;
  border-right:1px solid #d2d9e0;
}
.news-block .inner-box .lower-content .post-info li:before{
  display: none;
}

.news-block .inner-box .lower-content .post-info li strong{
  color:#222222;
  font-weight:400;
}

.news-block .inner-box .lower-content .post-info li .icon{
  position:relative;
  margin-right:8px;
}

.news-block .inner-box .lower-content .post-info li:last-child{
  border:none;
  padding-right:0px;
  margin-right:0px;
}

.news-block .inner-box .lower-content h3{
  position:relative;
  color:#222222;
  font-size:20px;
  font-weight:700;
  line-height:1.5em;
  margin-top:10px;
}

.news-block .inner-box .lower-content h3 a{
  position:relative;
  color:#222222;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.news-block .inner-box .lower-content h3 a:hover{
  position:relative;
  color:#f97534;
}

.news-block .inner-box .lower-content .read-more{
  position:relative;
  font-weight:700;
  color:#222222;
  margin-top:15px;
  display:inline-block;
  padding-right:22px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
  font-family: 'Playfair Display', serif;
}

.news-block .inner-box .lower-content .read-more .arrow.left{
  position:absolute;
  left:0px;
  top:1px;
  opacity:0;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box .lower-content .read-more .arrow.right{
  position:absolute;
  right:0px;
  top:1px;
}

.news-block .inner-box .lower-content .read-more .arrow.right{
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box .lower-content .read-more:hover .arrow.right{
  opacity:0;
}

.news-block .inner-box .lower-content .read-more:hover .arrow.left{
  opacity:1;
}

.news-block .inner-box .lower-content .read-more:hover{
  color:#f97534;
  padding-right:0px;
  padding-left:22px;
}



/*==============================================
            Sign Up Page
===============================================*/
.re-banner{
    height:100%;
}
.re-banner-img{
    height:100%;
    display:flex;
    align-items:center;
}
.re-banner-img img{
    
}
.sign_up_banner .inner-page-banner-container .row {
    min-height: 150px;
    margin: 0;
}
.sign_up_page{
    margin-top:93px;
}
.sign_up_outer{
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 23%);
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
}
.sign_up_outer h1{
    font-size: 22px;
    text-align: center;
    font-weight: 800;
    color: #3a3a3a;
    margin-top: 10px;
}
.sign_up_outer .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #f95500;
    color: #f95500;
    border-radius:0;
}
.sign_up_outer .nav-tabs .nav-item.show .nav-link,
.sign_up_outer .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #f95500;
    color: #fff;
}
.form_outer .md-form {
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
    width:100%;
}
.form_outer .md-form label{
    top:4px;
    font-size:14px;
}
.sign_form_block .md-tabs{
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    background:none !important;
}
.sign_form_block .md-tabs li:first-child{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.sign_form_block .md-tabs li:first-child a{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.sign_form_block .md-tabs li:last-child{
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.sign_form_block .md-tabs li:last-child a{
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.form_outer .md-form input[type=email]:focus:not([readonly]),
.form_outer .md-form input[type=password]:focus:not([readonly]),
.form_outer .md-form input[type=text]:focus:not([readonly]){
    box-shadow: 0 1px 0 0 #f95500;
    border:none;
}
.form_outer .md-form input[type=text]:focus:not([readonly])+label,
.form_outer .md-form input[type=password]:focus:not([readonly])+label,
.form_outer .md-form input[type=email]:focus:not([readonly])+label{
    color:#f95500;
}
.mobile_number_block{
    display:flex;
    align-items:center;
}
.mobile_number_block .select-wrapper {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    width: 17%;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-top: -22px;
}
.form_outer .select-wrapper input.select-dropdown{
    margin-bottom: 0;
    font-size: 14px;
}
.form_outer .md-form .form-control{
    margin:0;
    width:100%;
}
.form_outer .form-check-input[type=checkbox]:checked+label:before,
.form_outer label.btn input[type=checkbox]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 1.375rem;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #f95500;
    border-bottom: 2px solid #f95500;
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: 100% 100%;
}
.sign_up_btn{
    border: 2px solid #f95500;
    color: #f95500;
    font-weight: 600;
}
.sign_up_btn:hover{
    border: 2px solid #f95500;
    color: #fff;
    background:#f95500;
    font-weight: 600;
}
.social_login{
    text-align:center;
    margin-top:15px;
}
.social_login p{
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    margin-bottom:0;
}
.already_acount p{
    text-align: center;
    font-weight: 600;
}
.representative_block{
    text-align:center;
}
.representative_block h4{
    font-weight: 500;
    color: #6f6f6f;
}
.forget_pass_block{
    text-align:center;
    margin:10px 0;
}
.forget_pass_block a{
    font-weight:500;
}
@media(min-width:320px){
.sign_up_outer {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px;
    padding-top: 10px;
}
.sign_up_outer .nav-tabs .nav-link {
    font-size: 13px;
}
.sign_up_outer h1 {
    font-size: 16px;
}
}
@media(min-width:576px){
.sign_up_outer {
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 23%);
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
}
.sign_up_outer .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #f95500;
    color: #f95500;
    border-radius: 0;
}
.sign_up_outer h1 {
    font-size: 22px;
}
}

/*============================================
            Search Bar
============================================*/
.openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}

.openBtn:hover {
    background: #bbb;
}

.overlay-search {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1111;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-search-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay-search .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay-search .closebtn:hover {
    color: #ccc;
}

.overlay-search input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
    border-radius:0;
}

.overlay-search input[type=text]:hover {
    background: #f1f1f1;
}

.overlay-search button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #f95500;
    color: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
    transition: .5s;
}

.overlay-search button:hover {
    background: #bbb;
}

/*==========================================
            Career Page
==========================================*/
.job-itms{
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  padding: 15px;
  border-radius: 5px;
  border-left: 4px solid #f95500;
  margin-bottom: 25px;
}
.job-itms h1{
    font-size: 20px;
    color: #f95500;
    margin-bottom: 5px;
    font-weight: 800;
}
.job-itms p{
  font-size: 14px;
  line-height: 22px;
  margin-bottom:0;
}
.job-itms a{
  font-size: 14px;
  font-weight: 700;
  color: #f87206;
  transition: .5s;
}
.job-itms a span{
  display: none;
}
.job-itms a:hover{
    color: #212121;
    margin-left: 5px;
}
.job-itms a:hover span{
    display: inline-block;
}
.from-outer{
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 5px 5px rgba(186,186,186,.21);
}
.apply-heading {
    font-size: 22px !important;
    text-align: center !important;
    font-weight: 800 !important;
    color: #3a3a3a !important;
    margin-top: 10px !important;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="date"]:focus, input[type="month"]:focus,
input[type="time"]:focus, input[type="week"]:focus, 
input[type="number"]:focus, input[type="email"]:focus,
input[type="url"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: searchfield;
}
.md-form input[type=email]:focus:not([readonly]),
.md-form input[type=password]:focus:not([readonly]),
.md-form input[type=text]:focus:not([readonly]) {
    box-shadow: 0 1px 0 0 #f95500;
    border: none;
}
.md-form input[type=text]:focus:not([readonly])+label, 
.md-form input[type=password]:focus:not([readonly])+label, 
.md-form input[type=email]:focus:not([readonly])+label {
    color: #f95500;
}
.from-outer .input-group-text{
    background-color: #f95500;
    padding: 8px;
    color: #fff;
    border-color: #f95500;
    border-radius: 32px;
}
.from-outer .custom-file-label{
    border: 1px solid #f95500;
    border-radius: 30px;
    height: 42px;
}
.from-outer .custom-file-label::after{
    height: 41px;
    background: #f95500;
    color: #fff;
    padding: 9px 15px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 30px;
}
.from-outer .custom-file-label{
    line-height: 28px;
}
.career_topic_title{
    font-size:16px;
    font-weight:500;
}
.career_topic_title h1{
    font-size: 26px;
    font-weight: 700;
    color: #f95500;
    margin-bottom:10px;
}
.career_topic_title a{
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-right: 10px;
}
.caree_skill h5, .apply-job-detail h5{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}
ul.skills li {
    display: inline-block;
    list-style: none;
    padding: 3px 15px;
    border: 1px solid #b9c5ce;
    border-radius: 50px;
    margin: 5px;
    font-weight: 500;
    color: #657180;
}
ul.skills li:before{
    display:none;
}
ul.job-requirements li {
    list-style: none;
    display: block;
    padding: 7px 0;
}
ul.job-requirements li:before{
    display:none;
}
ul.job-requirements li span {
    display: inline-block;
    width: 120px;
    font-weight: 500;
    color:#000;
}


/*search box css start here*/
.search-sec{
    padding: 2rem;
}
.search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
.wrn-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
@media (min-width: 992px){
    .search-sec{
        position: relative;
        top: -114px;
        background: rgba(26, 70, 104, 0.51);
    }
}

@media (max-width: 992px){
    .search-sec{
        background: #1A4668;
    }
}

/*Our Team*/

@import url(../../../css);
.team4 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.team4 h1, .team4 h2, .team4 h3, .team4 h4, .team4 h5, .team4 h6 {
  color: #3e4555;
}

.team4 .font-weight-medium {
  font-weight: 500;
}

.team4 h5 {
    line-height: 22px;
    font-size: 18px;
}

.team4 .subtitle {
    color: #8d97ad;
    line-height: 24px;
    font-size: 13px;
}

.team4 ul li a {
  color: #8d97ad;
  padding-right: 15px;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.team4 ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
  color: #316ce8;
}

/*Our Team*/


/*Our Offices Section*/

.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 15px;
  /*float: left;*/
  margin-top: 8px;
  margin-right: 3px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
  padding-bottom: 20px;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}

/*Our Offices Section*/

/*Contact Page Office*/
.office {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 14px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  color: #f95500;
}

/*Contact Page Office*/

