body{
font-family: 'Montserrat';
background-color: #fff;
color: #000;
}
a:hover,
a:focus{ 
  text-decoration: none;
  outline: 0; 
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), 
       url('../fonts/fontawesome-webfont.woff2') format('woff2'), 
       url('../fonts/fontawesome-webfont.woff') format('woff'), 
       url('../fonts/fontawesome-webfont.ttf') format('truetype'), 
       url('../fonts/fontawesome-webfont.svg') format('svg');
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/montserrat-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('./fonts/montserrat-v13-latin-regular.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/montserrat-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/montserrat-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/montserrat-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/montserrat-v13-latin-regular.svg') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('./fonts/Montserrat-Bold.eot'); /* IE9 Compat Modes */
  src: local('Montserrat-Bold'), local('Montserrat-Bold'),
       url('./fonts/Montserrat-Bold.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/Montserrat-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/Montserrat-Bold.woff') format('woff'), /* Modern Browsers */
       url('./fonts/Montserrat-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/Montserrat-Bold.svg') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('./fonts/Montserrat-SemiBold.eot'); /* IE9 Compat Modes */
  src: local('Montserrat-SemiBold'), local('Montserrat-SemiBold'),
       url('./fonts/Montserrat-SemiBold.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/Montserrat-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/Montserrat-SemiBold.woff') format('woff'), /* Modern Browsers */
       url('./fonts/Montserrat-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/Montserrat-SemiBold.svg') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('./fonts/Montserrat-Medium.eot'); /* IE9 Compat Modes */
  src: local('Montserrat-Medium'), local('Montserrat-Medium'),
       url('./fonts/Montserrat-Medium.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/Montserrat-Medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/Montserrat-Medium.woff') format('woff'), /* Modern Browsers */
       url('./fonts/Montserrat-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/Montserrat-Medium.svg') format('svg'); /* Legacy iOS */
}
.header img{
    width: 145px;
}
.header .name{
    font-size: 20px;
    color: #000;
    position: relative;
    top: 5px;
    font-family: 'Montserrat-Bold';
}
.header .name span{
    color: #e63437;
}
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.header .navbar{
  background-color: #fff;
}
.header nav ul li a{
  color: #000 !important;
  font-family: 'Montserrat-Medium';
  font-size:15px;
}
.header nav ul li a:hover{
    color: #e63437 !important;
}
.header .dropdown-toggle{
  color: #f7ac07 !important;
}
.header .services_list li a {
  color: #fff !important;
  font-size:14px;
}
.header .services_list{
    width: 392px;
}
.services_list li {
    background-image: none;
    height: auto;
    width: 40%;
    display: inline-block;
}
.services_list .dropdown-item.active, 
.services_list .dropdown-item:active
.services_list .dropdown-item:focus, 
.services_list .dropdown-item:hover  {
    color: #000 !important;
    text-decoration: none;
    background-color:unset !important;
}
.header .navbar-light .navbar-nav .active>.nav-link, 
.header .navbar-light .navbar-nav .nav-link.active, 
.header .navbar-light .navbar-nav .nav-link.show, 
.header .navbar-light .navbar-nav .show>.nav-link{
   color:#e63437 !important;
}
.home_slider_b{
  padding:0px;
}
.home_slider_b .carousel-caption {
    bottom: 32%;
}
.home_slider_b .carousel-caption h2{
  color: #fff !important;
  font-family: 'Montserrat-SemiBold';
  font-size: 5.5rem;
}
.home_slider_b .carousel-caption span{
  color: #fff !important;
  font-family: 'Montserrat-Medium';
  font-size:1.9rem;
}
.header nav ul li .fa{
    font-size: 18px;
}
.header .dropdown-menu{
  background-color: #c4a257;
  color: #fff;
  border: 0px;
}
.header .dropdown-toggle::after {
    transition: transform 0.15s linear; 
    margin-right: 14px;
}
.header .show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
}
.header .dropdown-menu {
  margin-top: 0;
}
.header .navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
}
.header .dropdown .services_tab {
    display: inline-block;
    padding-right: 4px;
}
.contact_btn button a,
.learn_btn button a{
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-family:'Montserrat-Medium';
}
.contact_btn,
.learn_btn{
    margin-top: 4%;
}
.contact_btn button,
.learn_btn button{
    background-color: #c4a257;
    color: #fff;
}
.home_b{
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: #ede6e6;
}
.home_b .home_left .home_img img{
    width: 100%;
    border-radius: 25px;
}
.home_b .home_left .home_img h2 {
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    line-height: 25px;
    margin-top: 5%;
    color: #808080;
    text-align: justify;
}
.home_b .home_right .home_text h2{
    font-family: 'Montserrat-Medium';
    font-size: 24px;
    line-height: 35px;
    margin-top: 5%;
    color: #808080;
}
.home_b .home_right .home_text h3{
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    line-height: 30px;
    margin-top: 5%;
    color: #808080;
}
.home_b .home_left {
    padding-right: 0px;
}
.home_b .home_right {
    padding-left: 0px;
}
.home_contact{
  padding-top: 5%;
  padding-bottom: 5%;
}
.home_services_list {
    background-image: linear-gradient(rgba(13, 12, 12, 0.55),rgba(13, 12, 12, 0.55)), url(../images/bcg.jpg);
    background-size: cover;
    padding-top: 6%;
    padding-bottom: 6%;
}
.home_services{
  background-color:#fff;
}
.gallery_area {
    padding-top: 6%;
    padding-bottom: 6%;
  }
.gallery_area .single-gallery {
  overflow: hidden;
  position: relative;
}
.gallery_area .single-gallery img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gallery_area .single-gallery .gallery_hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  background:rgba(236, 31, 36, 0.5);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}
.gallery_area .single-gallery .gallery_hover .hover_inner {
  display: table-cell;
  vertical-align: middle;
}
.gallery_area .single-gallery .gallery_hover .hover_inner h3 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-family: 'Montserrat-Bold';
}
.gallery_area .single-gallery:hover .gallery_hover {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
}
.gallery_area .single-gallery:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.home_contact_left h4,
.home_contact_right h4{
    font-family: 'Montserrat-Bold';
    font-size: 23px;
    text-transform: capitalize;
    color: #c7a85d;
}
.home_contact_left h4 img,
.home_contact_right h4 img{
    position: relative;
    top: -5px;
    left: -7px;
}
.home_contact_right {
  margin-top: 6%;
}
.home_contact span{
    display: block;
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    line-height: 26px;
}
footer{
    background-color: #e63437;
    padding: 1%;
    color: #fff;
}
footer h4{
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    text-align: center;
    margin-top: 2%;
}
footer a{
    margin: 10px;
}
footer .fa{
    color: #fff;
}   
.about_b .bradcam_area h2 ,
.service_b .bradcam_area h2,
.contact_b .bradcam_area h2 {
    font-size: 3em;
    color: #fff;
    font-family: 'Montserrat-Bold';
    text-transform:uppercase;
}
.about_b .bradcam_area h5,
.service_b .bradcam_area h4,
.contact_b .bradcam_area h5{
    font-size:20px;
    color: #fff;
    font-family: 'Montserrat-Medium';
    line-height: 34px;
    text-transform:capitalize;
}
.about_b .bradcam_area span{
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat-Medium';
}
.about_b .bradcam_bg_1{
    background-image:linear-gradient(rgba(236, 31, 36, 0.5),rgba(236, 31, 36, 0.5) ), url('../images/abt-img.jpg');
}
.contact_b .bradcam_bg_1{
    background-image:linear-gradient(rgba(236, 31, 36, 0.5),rgba(236, 31, 36, 0.5) ), url('../images/contact-img.jpg');
}
.about_b .bradcam_bg_1,
.service_b .bradcam_bg_1,
.service_info_b .bradcam_bg_1,
.contact_b .bradcam_bg_1{
    background-size: cover;
    background-position: center center;
    padding: 280px 0 165px 0;
    background-repeat: no-repeat;
}
.service_b .bradcam_bg_1{
    background-image:linear-gradient(rgba(236, 31, 36, 0.5),rgba(236, 31, 36, 0.5) ), url('../images/service-img.jpg');
}
.service_info_b{
    background-image:linear-gradient(rgba(236, 31, 36, 0.5),rgba(236, 31, 36, 0.5) ), url('../images/service-info-img.jpg');
}
.abt_info{
    background-color:#ede6e6;
    padding-top: 4%;
    padding-bottom: 5%;
}
.abt_info h5{
    font-size:18px;
    color: #000;
    font-family: 'Montserrat-Medium';
    line-height: 34px;
    text-align: justify;
}
.home_contact .contact_h img{
  width: 100%;
}
.home_services_list .home_services_list_b h2,
.home_services_list .home_services_list_b h4{
  text-align: center;
}
.home_services_list .home_services_list_b h2{
    font-size: 2.5em;
    font-family: 'Montserrat-Bold';
    color: #fff;
    line-height: 50px;
    margin-bottom: 20px;
}
.home_services_list .home_services_list_b h3{
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat-Medium';
    line-height:30px;
    margin-bottom: 30px;
    text-align: justify;
}
.home_services_list .home_services_list_b  h4 {
    color: #c7a85d;
    font-size: 2.5em;
    margin-bottom: 0;
    font-family: 'Montserrat-SemiBold';
}
.home_services_list .home_services_list_b ul {
    list-style-type: none;
    margin: 0 0 0 2%;
    padding: 0px;
    width: 100%;
}
.home_services_list .home_services_list_b li {
    float: left;
    background: url('../images/listarrow.png') no-repeat;
    background-position: center left;
    padding: 0 0 0 20px;
    margin: 30px 0 0 0;
    width: 20%;
    font-family:'Montserrat-Medium';
    font-size: 17px;
    color: #fff;
    text-align: left;
    line-height: 17px;
}
.home_services_list .home_services_list_b ul li a{
  color: #fff;
  font-family: 'Montserrat-Medium';
}
.home_sectors{
    width: 100%;
    background-color:#808080;
    padding: 30px 0;
    font-size: 23px;
    line-height: 30px;
}
.home_sectors h2 {
    color: #fff;
    margin-top: 10px;
    font-size: 22px;
    font-family: 'Montserrat-Medium';
}
.home_sectors select {
    background: transparent;
    border: none;
    width: 100%;
    font-family:'Montserrat-Medium';
    color: #00355c;
    font-size: 14px;
    -webkit-appearance: none;
}
.picker {
    float: right;
    width: 100%;
    border: none;
    padding: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: url('../images/search-arrow.png') no-repeat right #fff;
    overflow: hidden;
}
.services_area,
.services_info_area{
    background-color: #fff;
    padding-top: 4%;
    padding-bottom: 5%;
}
.news_b {
    padding-top: 10%;
    padding-bottom: 5%;
}
.news_b h6{
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat-Medium';
    line-height: 34px;
    text-align: justify;
}
.services_area h5 {
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat-Medium';
    line-height: 34px;
    margin-left: 3%;
    margin-right: 2%;
    text-align: justify;
}
.services_info_area h5 {
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat-Medium';
    line-height: 34px;
    margin-right: 3%;
    text-align: justify;
}
.services_area .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.services_area .hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
  background-color:rgba(60, 57, 57, 0.8);
}

.services_area .hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.services_area .hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.services_area .hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 25px;
    overflow: hidden;
    margin-top: 50%;
    font-family: 'Montserrat-SemiBold';

}
.services_area .hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.services_area .hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.services_area .hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  font-family: 'Montserrat-Medium';
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.services_area .hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.services_area .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 31%;
    margin-left: 2%;
}
.services_area_info{
  margin-top: 2%;
}
.mt-s{
  margin-top: 4%;
}
.service_info_b h2{
    margin-top: 23%;
    font-family: 'Montserrat-Bold';
    color: #fff;
    font-size: 2.5em;
}
.service_info_b .service_info_list h6{
    font-family: 'Montserrat-SemiBold';
    font-size: 22px;
}
.service_info_b .service_info_list ul {
    list-style-type: none;
    margin: 0;
    padding: 0px;
    width: 98%;
}
.service_info_b .service_info_list{
    background-color: #c4a257;
    color: #fff;
    border: 0px;
    margin-top:10%;
    margin-bottom: 10%;
    padding: 2%;
}
.service_info_b .service_info_list  ul li{
    float: left;
    background: url('../images/bluearrow.png') no-repeat;
    background-position: center left;
    padding: 0 0 0 20px;
    margin: 10px 0 0 0;
    font-family:'Montserrat-Medium';
    font-size: 14px;
    color: #fff;
    text-align: left;
    line-height: 17px;
    width: 98%;
}
.service_info_b .service_info_list  ul li a {
    color: #fff !important;
    font-size: 14px;
}
.services_info_area .services_img img{
  width: 100%;
}
.services_info_area .services_img {
  padding:0px;
}
.services_info_area .services_text {
    padding: 35px 25px 0 25px;
    background-color: #ede6e6;
}
.services_info_area .services_text  h3{
  margin-top: 2%;
}
.services_info_area .services_text .text{
  margin-top:3%;
}
.services_info_area .services_text .text1 {
    margin-top: 0%;
}
.services_info_area .services_list_items {
  margin-top: 3%;
}
.services_info_area .services_list_items h3{
    font-family: 'Montserrat-SemiBold';
    text-transform: uppercase;
}
.services_info_area .services_list_items h3:hover{
  color: #e63437;
}
.services_info_area .services_list_items span{
    font-family: 'Montserrat-Medium';
    font-size: 15px;
}
.services_info_area .services_list_items a{
  color: #000;
}
.contact_info{
    padding-top: 6%;
    padding-bottom: 6%;
}
.contact_info span{
    display: block;
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    line-height: 26px;
}
.contact_info label{
    font-size: 15px;
    font-family: 'Montserrat-Medium';
}
.contact_info .text_input{
  width: 60%;
}
.contact_info button{
  background-color: #ccc;
  color: #000;
  font-size: 18px;
  font-family: 'Montserrat-Medium';
}
@media all and (min-width: 320px) and (max-width: 669px) {
  .mob-none{
    display: none;
  }
  .header img {
    width: 75px;
}
.header .name {
    font-size: 10px;
    top: 0px;
}
.header .navbar{
    padding: 0px;
}
.home_slider_b .carousel-caption h2 {
    font-size: 2.5rem;
}
.home_slider_b .carousel-caption span {
    font-size: 1rem;
}
.header nav ul li a {
    color: #fff !important;
}
.header nav ul li a:hover {
    color: #000 !important;
}
.header .navbar-collapse {
  background-color: #c4a257;
  color: #fff;
}
.header .navbar-collapse li{
    padding-left: 10px;
}
.header .dropdown-menu li{
    padding-left: 0px;
}
.header .navbar .navbar-brand {
    margin-right: 0px;
}
.header .dropdown-toggle::after {
    margin-left: 33%;
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}
.home_contact h2 {
    margin-left: 6%;
}
.home_contact_left h4 {
    font-size: 19px;
    margin-top: 8%;
}
.home_contact_right h4 {
    margin-top: 8%;
    font-size: 19px;
}

.header .navbar-light .navbar-nav .active>.nav-link, 
.header .navbar-light .navbar-nav .nav-link.active, 
.header .navbar-light .navbar-nav .nav-link.show, 
.header .navbar-light .navbar-nav .show>.nav-link {
    color: #000 !important;
}
.mt{
  margin-top: 4%;
}
.mt-s{
  margin-top: 4%;
}
.header .dropdown-toggle{
    color: #fff !important;
}
.header .services_list li a {
    font-size: 13px;
    padding-left: 3px;
}
.home_services_list .home_services_list_b h2 {
    font-size: 24px;
    line-height: 35px;
}
.home_services_list .home_services_list_b h3 {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
}
.home_services_list .home_services_list_b h4 {
    font-size: 35px;
}
.home_services_list .home_services_list_b li {
    width: 43%;
    font-size: 13px;
    margin-top: 15px;
    margin-left: 4%;
}
.about_b .bradcam_area h5, .service_b .bradcam_area h4 {
    font-size: 18px;
    line-height: 30px;
}
.abt_info h5 {
    font-size: 16px;
    line-height: 30px;
}
.services_area h5{
    font-size: 16px;
    line-height: 30px;
}
.services_area .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: unset;
    max-width: unset;
    margin-left: unset;
}
footer .social_icons{
    text-align: center;
}
.service_info_b h2 {
    font-size: 2em;
}
.service_info_b .service_info_list {
    margin: 4%;
}
.service_info_b .service_info_list h6 {
    font-size: 18px;
}
.services_info_area h5{
    font-size: 16px;
    line-height: 30px;
    margin-left: 3%;
    margin-right: 3%;
}
.services_info_area .services_list_items h3 {
    font-size: 19px;
}
.services_info_area .services_list_items {
    margin-left: 0%;
}
.services_info_area .services_text {
    padding: 10px 25px 20px 27px;
}
.services_info_area .services_list_items {
    margin-top: 5%;
}
.contact_b .bradcam_area h5 {
    font-size: 18px;
    line-height: 30px;
}
.contact_info form{
  margin-top: 10%;
}
.contact_info .text_input {
    width: 100%;
}
}

@media (max-width: 767px) {
  .gallery_area {
    padding-top: 6%;
    padding-bottom: 6%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gallery_area {
    padding-top: 6%;
    padding-bottom: 6%;
  }
}

