@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
  padding: 0px;
  margin: 0px;
}
.servives_section_list .we_are_specialised {
  font-weight: bold;
  font-size: 18px;
 font-family: 'Montserrat', sans-serif;
}
.servives_section_list .services_list li {
  list-style: none;
  color: #000;
  position: relative;
  margin-left: -20px;
}
.servives_section_list .services_list li:before {
    content: '';
    width: 12px;
    height: 3px;
    background: #A70404;
    left: -20px;
    margin-top: 9px;
    position: absolute;
}
.service_pagagraph {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.custom_header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  text-shadow: 5px 8px 16px rgba(0, 0, 0, 0.44);
}
.custom_header span {
  text-shadow: 5px 8px 16px rgba(0, 0, 0, 0.44);
}
.animated2 {
  animation-duration: 2s !important;
  -webkit-animation-duration: 2s !important;
  -moz-animation-duration: 2s !important;
  -o-animation-duration: 2s !important;
  animation-iteration-count: 1;
}
.animated3 {
  animation-duration: 3s !important;
  -webkit-animation-duration: 3s !important;
  -moz-animation-duration: 3s !important;
  -o-animation-duration: 3s !important;
}
.main_header_holder {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  z-index: 99999999999;
}
.main_header {
  height: 73px;
  width: 100%;
  background: #A70404;
  position: relative;
  border-top: solid 4px #fff;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.66);
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.66);
  z-index: 99999999999;
}
.main_header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to right, #A70404, #c32801);
}
.main_header .menu_container {
  margin: 25px auto;
  width: 730px;
  position: relative;
}
.main_header .menu_container .menu_list {
  list-style: none;
}
.main_header .menu_container .menu_list li {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  border-right: solid 1px #fff;
}
.main_header .menu_container .menu_list li:nth-child(1) {
  border-left: solid 1px #fff;
}
.main_header .menu_container .menu_list li a {
  margin: 10px 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  padding-bottom: 7px;
}
.main_header .menu_container .menu_list li a:hover {
  border-bottom: solid 3px #fff;
  text-decoration: none;
}
.main_header .social_media_container {
  position: absolute;
  top: 13px;
  right: 40px;
  width: 90px;
  height: 40px;
}
.main_header .logo_container {
  position: absolute;
   left:30px;
   top:12px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.main_header .logo_container a {
  color: #fff;
  text-decoration: none;
}
.mobile_menu {
  position: absolute;
  left: 20px;
  top: 10px;
  border: solid 1px #fff;
  width: 60px;
  height: 50px;
  display: none;
  padding: 11px;
  padding-top: 13px;
  cursor: pointer;
}
.mobile_menu .mobi_menu_bar {
  height: 3px;
  background: #fff;
  margin-bottom: 6px;
}
.mobile_menu .bar1 {
  width: 100%;
}
.mobile_menu .bar2 {
  width: 60%;
}
.mobile_menu .bar4 {
  width: 80%;
}
.mobile_main_menu {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 130vh;
  background: rgba(36, 64, 115, 0.913);
  z-index: 999999999999;
  overflow: hidden;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  display: none;
}
.mobile_main_menu .top_header_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.mobile_main_menu .top_header_container .left-logo {
  position: relative;
  color: #A70404;
  font-size: 18px;
  margin-top: 20px;
  margin-left: 20px;
}
.mobile_main_menu .top_header_container .close_btn {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 50px;
  height: 50px;
  background: #A70404;
  border-radius: 50%;
  padding: 11px 16px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}
.mobile_main_menu .top_header_container .close_btn:hover {
  background: #243F73;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.mobile_main_menu .mobile_menu_list {
  position: relative;
  margin-top: 81px;
  text-align: center;
}
.mobile_main_menu .mobile_menu_list ul {
  list-style: none;
  margin-left: -50px;
}
.mobile_main_menu .mobile_menu_list ul li {
  list-style: none;
  color: #fff;
  border-bottom: solid 0.5px #A70404;
  padding: 15px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  font-family: 'Montserrat', sans-serif;
}
.mobile_main_menu .mobile_menu_list ul li:hover {
  background: #A70404;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  border-bottom: solid 0.5px #fff;
}
.mobile_main_menu .mobile_menu_list ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  width: 100%;
  padding-bottom: 15px;
}
@media screen and (max-width: 1110px) {
  .main_header .menu_holder {
    display: none;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
  .main_header .mobile_menu {
    display: block;
  }
}
.main-header {
  width: 100%;
  position: relative;
}
.main-header #main-slider-conatainer {
  position: relative;
  float: left;
  height: 100vh;
  width: 100%;
  min-height: 520px;
  overflow: hidden;
}
.main-header #main-slider-conatainer .slick-block {
  position: relative;
  float: left;
  height: 100vh;
  min-height: 520px;
  width: 100%;
  overflow: hidden;
}
.main-header #main-slider-conatainer .slick-block .featured-image {
  position: relative;
  float: left;
  height: 100vh;
  min-height: 520px;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.main-header #main-slider-conatainer .slick-block .featured-image .header_container {
  color: #fff;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 23%;
  font-size: 50px;
  text-shadow: 5px 8px 16px rgba(0, 0, 0, 0.44);
  -o-text-shadow: 5px 8px 16px rgba(0, 0, 0, 0.44);
  -moz-text-shadow: 5px 8px 16px rgba(0, 0, 0, 0.44);
  -webkit-text-shadow: 5px 8px 16px rgba(0, 0, 0, 0.44);
}
.main-header #main-slider-conatainer .slick-block .featured-image .bottom_bar {
  width: 20%;
  height: 3px;
  background: #fff;
  margin-top: 30px;
  position: relative;
  text-align: center;
}
.main-header #main-slider-conatainer .slick-block .featured-image #header_buttons {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  padding: 10px;
  background: red;
  width: 200px;
  height: 40px;
}
.main-header #main-slider-conatainer .left_arrow_div {
  position: absolute;
  left: 50px;
  top: 50%;
  width: 81px;
  height: 81px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.705);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  cursor: pointer;
  box-sizing: border-box;
}
.main-header #main-slider-conatainer .left_arrow_div:hover {
  background: #A70404;
}
.main-header #main-slider-conatainer .left_arrow_div img {
  width: 25px;
  margin-left: 23px;
  margin-top: 17px;
}
.main-header #main-slider-conatainer .right_arrow_div {
  position: absolute;
  right: 50px;
  top: 50%;
  width: 81px;
  height: 81px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border: solid 1px transparent;
  cursor: pointer;
}
.main-header #main-slider-conatainer .right_arrow_div:hover {
  background: #A70404;
}
.main-header #main-slider-conatainer .right_arrow_div img {
  width: 25px;
  margin-left: 27px;
  margin-top: 18px;
}
.main_headings_container {
  margin: 10px auto;
}
.main_headings_container .main_headings {
  font-size: 50px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #243F73;
}
.main_headings_container .heading_under_line {
  width: 130px;
  height: 6px;
  background: #243F73;
  text-align: center;
}
.some_services {
  background: #F1F1F1;
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 100px;
  text-decoration: none;
}
.some_services .some_heading {
  text-align: center;
  font-family: Roboto;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  color:#A70404;
}
.some_services .home_serv_container {
  margin: 2px auto;
  position: relative;
  width: 100%;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.some_services .home_serv_container .each_service {
  width: 100%;
  transition: 0px 8px 9px rgba(0, 0, 0, 0.25);
  -moz-transition: 0px 8px 9px rgba(0, 0, 0, 0.25);
  -o-transition: 0px 8px 9px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0px 8px 9px rgba(0, 0, 0, 0.25);
  background: #fff;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
}
.some_services .home_serv_container .each_service .background_image_container {
  height: 302px;
  width: 375px;
  overflow: hidden;
  box-sizing: border-box;
}
.some_services .home_serv_container .each_service:hover {
  cursor: pointer;
}
.some_services .home_serv_container .each_service:hover .service_ims {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.some_services .home_serv_container .each_service .service_ims {
  width: 100%;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  height: 302px;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-repeat: no-repeat !important;
  -webkit-background-repeat: no-repeat !important;
  -moz-background-repeat: no-repeat !important;
  -o-background-repeat: no-repeat !important;
}
.some_services .home_serv_container .each_service .s_head {
  color: #A70404;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  position: relative;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 35px;
}
.some_services .home_serv_container .each_service .s_head:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -59px;
  width: 118px;
  height: 4px;
  background: #B10028;
}
.some_services .home_serv_container .each_service .service_descrip {
  text-align: center;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}
.some_services .home_serv_container .each_service .service_descrip .descript {
  color: #313131;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

.welcome_heading {
  color: #A70404;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 3px !important;
}
@media screen and (min-width: 900px) {
  .some_services {
    background: #F1F1F1;
    width: 100%;
    margin-top: 50px;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 100px;
    text-decoration: none;
  }
  .some_services .some_heading {
    text-align: center;
    font-family: Roboto;
    margin-bottom: 50px;
     color:#A70404 !important;
  }
  .some_services .home_serv_container {
    width: 1200px;
    margin: 2px auto;
    position: relative;
    display: flex;
  }
  .some_services .home_serv_container .each_service {
    width: 366px;
    margin-right: 50px;
    box-shadow: 0px 8px 9px rgba(0, 0, 0, 0.25);
    background: #fff;
    text-decoration: none;
  }
  .some_services .home_serv_container .each_service .service_descrip {
    text-align: center;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .some_services .home_serv_container .each_service .service_descrip .descript {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
  }
}
.read_more_section {
  height: 200px;
  width: 100%;
  text-align: center;
  padding-top: 80px;
  box-sizing: border-box;
}
.read_more_section a {
  border: solid 1px #243F73;
  padding: 15px 20px;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  color: #515151;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-size: 16px;
}
.read_more_section a:hover {
  background: #243F73;
  color: #fff;
}
@media screen and (min-width: 1230px) {
  .social_media_section {
    width: 100%;
    background: #243F73;
    padding-top: 90px;
    padding-bottom: 70px;
  }
  .social_media_section .main_social {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    box-sizing: border-box;
  }
  .social_media_section .main_social .each_social {
    width: 360px;
    height: 250px;
    border: solid 1px #fff;
    margin-right: 50px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    background: #243F73;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  .social_media_section .main_social .each_social a {
    text-decoration: none !important;
  }
  .social_media_section .main_social .each_social:hover {
    background: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .social_media_section .main_social .each_social:hover .social_heading {
    color: #243F73;
  }
  .social_media_section .main_social .each_social:hover .social_content {
    color: #243F73;
  }
  .social_media_section .main_social .each_social:hover .icon_container img {
    transform: rotate(360deg);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  }
  .social_media_section .main_social .each_social .icon_container {
    width: 81px;
    height: 75px;
    border: 2px solid #FFFFFF;
    margin-left: 38%;
    margin-top: -34px;
    background: #243F73;
    box-sizing: border-box;
    padding-top: 13px;
  }
  .social_media_section .main_social .each_social .icon_container img {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  }
  .social_media_section .main_social .each_social .social_heading {
    color: #fff;
    font-size: 30px;
    margin-top: 40px;
  }
  .social_media_section .main_social .each_social .social_content {
    color: #fff;
    font-size: 15px;
    width: 200px;
    margin: 10px auto;
  }
}
.social_media_section {
  width: 100%;
  background: #243F73;
  padding-top: 90px;
  padding-bottom: 70px;
}
.social_media_section .main_social {
  margin: 20px auto;
  box-sizing: border-box;
}
.social_media_section .main_social .each_social {
  width: 300px;
  text-align: center;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  margin-bottom: 100px;
  z-index: 99999;
  border: solid 1px #fff;
  margin: 75px auto;
  position: relative;
  padding-bottom: 30px;
}
.social_media_section .main_social .each_social a {
  text-decoration: none !important;
}
.social_media_section .main_social .each_social .icon_container {
  width: 81px;
  height: 75px;
  border: 2px solid #FFFFFF;
  margin-left: 38%;
  background: #243F73;
  box-sizing: border-box;
  padding-top: 13px;
  margin-top: -35px;
}
.social_media_section .main_social .each_social .social_heading {
  color: #fff;
  font-size: 30px;
  margin-top: 40px;
}
.social_media_section .main_social .each_social .social_content {
  color: #fff;
  font-size: 15px;
  width: 200px;
  margin: 10px auto;
}
.bottom_banner_section {
  height: 577px;
  width: 100%;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-repeat: no-repeat !important;
  -webkit-background-repeat: no-repeat !important;
  -moz-background-repeat: no-repeat !important;
  -o-background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  box-sizing: border-box;
  background-position: center center;
}
.welcom_section {
  margin: 10px auto;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
.welcom_section .welcome_heading {
  color: #A70404;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 3px !important;
}
.welcom_section .welcom_logo {
  width: 300px;
  text-align: center;
  margin: 36px auto;
  margin-bottom: 37px;
}
.welcom_section .welcom_logo img {
  width: 305px;
}
.welcom_section .welcome_tst {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #141212ce;
  text-align: center;
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (max-width: 500px) {
  .welcom_section .welcome_tst {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer_container {
  width: 100%;
  height: 100px;
  background: #cdcddc;
}
.red_header_sectipn {
  height: 400px;
  background-repeat: cover !important;
  -webkit-background-repeat: cover !important;
  -moz-background-repeat: cover !important;
  -o-background-repeat: cover !important;
  background-repeat: no-repeat !important;
  -webkit-background-repeat: no-repeat !important;
  -moz-background-repeat: no-repeat !important;
  -o-background-repeat: no-repeat !important;
  background-position: center center !important;
  background-attachment: fixed;
  position: relative;
  box-sizing: border-box;
  display: flex;
}
.red_header_sectipn .red_header_section_heading {
  margin: auto;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
  position: relative;
  padding-bottom: 30px;
  transition: 5px 8px 16px rgba(0, 0, 0, 0.44);
  -moz-transition: 5px 8px 16px rgba(0, 0, 0, 0.44);
  -o-transition: 5px 8px 16px rgba(0, 0, 0, 0.44);
  -webkit-transition: 5px 8px 16px rgba(0, 0, 0, 0.44);
}
.red_header_sectipn .red_header_section_heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -59px;
  width: 118px;
  height: 5px;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.about_us_page_ {
  width: 100%;
  box-sizing: border-box;
}
.about_us_page_ .testimonials_container {
  padding-top: 70px;
  text-align: center;
  width: 100%;
  background: #fbfbfb;
}
.about_us_page_ .testimonials_container .testimonials_headings {
  text-align: center;
  color: #243F73;
  font-size: 45px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.about_us_page_ .testimonials_container .testi_logo_container img {
  width: 250px;
}
.about_us_page_ .testimonials_section_container {
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 50px;
}
.about_us_page_ .testimonials_section_container #testimonials_elem {
  width: 50px;
  animation: kaboom 5s ease alternate infinite;
}
@keyframes kaboom {
  10% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
  30% {
    transform: scale(1.2);
  }
}
.about_us_page_ .testimonials_section_container .testimonial_element {
  margin-bottom: -40px;
  margin-top: 40px;
  opacity: 6;
}
.about_us_page_ .testimonials_section_container .testimonial_element img {
  opacity: 0.3;
  width: 50px;
}
.about_us_page_ .testimonials_section_container .carousel-control-custom {
  width: 58px;
  height: 58px;
  background: #000;
  top: 70px;
  border-radius: 50%;
  background: rgba(202, 202, 202, 0.9);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.about_us_page_ .testimonials_section_container .carousel-control-custom:hover {
  background: #A70404;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.about_us_page_ .testimonials_section_container .carousel-indicators {
  margin-top: 50px;
}
.about_us_page_ .testimonials_section_container .carousel-indicators li {
  width: 13px !important;
  height: 13px !important;
  border-radius: 50px;
  background: #A70404;
  margin-right: 12px;
  border: none !important;
}
.about_us_page_ .testimonials_section_container .carousel-inner {
  text-align: center;
}
.about_us_page_ .testimonials_section_container .carousel-inner .user_profile {
  width: 72px;
  margin-top: 30px;
}
.about_us_page_ .testimonials_section_container .carousel-inner .testimonials_details {
  margin-top: 39px;
  margin: 70px;
  margin-right: 100px;
  margin-left: 100px;
  color: #757575;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}
.about_us_page_ .testimonials_section_container .carousel-inner .testimonials_details .unser_name {
  font-style: italic;
  font-weight: normal;
  font-size: 21px;
  line-height: normal;
  text-align: center;
  color: #243F73;
}
.about_us_page_ .about_section {
  width: 1000px;
  position: relative;
  margin: 80px auto;
  display: flex;
}
.about_us_page_ .about_section .left_container_section {
  width: 550px;
  font-family: 'Montserrat', sans-serif;
  margin-left: 50px;
  font-size: 14px;
  display: inline-block;
}
.about_us_page_ .about_section .left_container_section .red_bg {
  width: 450px;
  height: 290px;
  position: absolute;
  background: #243F73;
  margin-left: -15px;
}
.about_us_page_ .about_section .left_container_section .imgae_container {
  margin-top: 30px;
  margin-left: 20px;
  width: 450px;
  height: 290px;
  position: absolute;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-repeat: no-repeat !important;
  -webkit-background-repeat: no-repeat !important;
  -moz-background-repeat: no-repeat !important;
  -o-background-repeat: no-repeat !important;
  z-index: 99999;
}
.about_us_page_ #testimonial_slder {
  position: relative;
  float: left;
  width: 100%;
  min-height: 520px;
  overflow: hidden;
}
.about_us_page_ #testimonial_slder .testimonials_block {
  position: relative;
  float: left;
  min-height: 520px;
  width: 100%;
  overflow: hidden;
}
.about_us_page_ #testimonial_slder .testimonials_block .featured-image {
  position: relative;
  float: left;
  min-height: 520px;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
}
.about_us_page_ #testimonial_slder .left_arrow_div {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 81px;
  height: 81px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border: solid 1px transparent;
  cursor: pointer;
}
.about_us_page_ #testimonial_slder .left_arrow_div:hover {
  border: solid 1px #fff;
  background: transparent;
}
.about_us_page_ #testimonial_slder .left_arrow_div img {
  margin: 16px 20px;
}
.about_us_page_ #testimonial_slder .right_arrow_div {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 81px;
  height: 81px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border: solid 1px transparent;
  cursor: pointer;
}
.about_us_page_ #testimonial_slder .right_arrow_div:hover {
  background: #A70404;
}
.about_us_page_ #testimonial_slder .right_arrow_div img {
  margin: 16px 27px;
}
.about_us_page_ .clients-container {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
}
.about_us_page_ .clients-container .our_clients {
  text-align: center;
  margin-bottom: 30px;
  color: #A70404;
  font-weight: bold;
}
.about_us_page_ .clients-container .box_container {
  height: 130px;
  width: 100%;
  border: solid 1px #d3d3d3;
  display: flex;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.about_us_page_ .clients-container .box_container img {
  width: 100%;
  margin: auto;
}
.contact-us-page {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact-us-page .form-container-section .form-group .errorConact {
  border: solid 2px #990d0d;
  color: #990d0d;
  font-weight: bold;
}
.contact-us-page .form-container-section .form-group .successContact {
  border: solid 2px #056305;
  color: #056305;
  font-weight: bold;
}
.contact-us-page .form-container-section .form-group .successContact input:placeholder {
  color: #056305;
}
.contact-us-page .form-container-section .form-group .success-icons {
  position: absolute;
  right: 0;
  margin-top: -45px;
  margin-right: 10px;
  color: #056305;
  font-size: 20px;
  display: none;
}
.contact-us-page .form-container-section .form-group .errorlist {
  display: none;
  color: #fff;
  padding: 5px 10px;
  background: #A70404;
  width: 212px;
  text-align: center;
  position: absolute;
  z-index: 99999;
  margin-top: -25px;
  font-size: 13px;
  font-weight: lighter;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.548);
}
.contact-us-page .form-container-section .form-group .errorlist:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: #A70404 transparent transparent transparent;
}
.contact-us-page .form-container-section .form-group input:placeholder {
  color: #857979;
}
.contact-us-page .form-container-section .form-group input {
  background: #F5F5F5;
  border-radius: 10px;
  height: 40px;
  border: 0.5px solid #757575;
  font-weight: normal;
  font-size: 15px;
  line-height: normal;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  width: 370px;
  box-sizing: border-box;
}
.contact-us-page .form-container-section .form-group .message_box {
  padding-top: 10px;
  padding-left: 10px;
  width: 370px;
  box-sizing: border-box;
  height: 250px;
  border: 0.5px solid #757575;
  background: #F5F5F5;
  border-radius: 10px;
}
.contact-us-page .form-container-section .form-group .submit_btn {
  width: 170px;
  height: 50px;
  background: #243F73;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  border: solid 1px transparent;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.contact-us-page .form-container-section .form-group .submit_btn:hover {
  background: transparent;
  border: solid 1px #243F73;
  color: #243F73;
}
.contact-us-page .maps_container {
  margin-top: 30px;
}
.contact-us-page #map_frame {
  border: solid 10px red;
}
.contact-us-page .contact_details {
  color: #243F73;
}
.contact-us-page .contact_list {
  margin-top: 30px;
}
.contact-us-page .contact_list li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  margin-left: -20px;
}
.contact-us-page .contact_list li:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #A70404;
  left: -20px;
  margin-top: 5px;
  position: absolute;
}
.about_bottom_section {
  padding-top: 70px;
  padding-bottom: 50px;
  width: 100%;
  background: #F5F5F5;
}
.about_bottom_section img {
  width: 100%;
  margin-bottom: 20px;
}
.gallery_man_section {
  margin-top: 40px;
  margin-bottom: 30px;
}
.gallery_section {
  width: 100%;
}
.gallery_section .col-md-4 {
  margin-bottom: 20px !important;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat !important;
  height: 289px;
  box-sizing: border-box;
  padding-bottom: 15px;
  cursor: pointer;
}
.gallery_section .col-md-4 .actual_image_container {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.gallery_section .col-md-4:hover .gallery-img {
  transform: scale(1.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.gallery_section .col-md-4:hover .hover_state {
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  z-index: 2;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  cursor: pointer;
}
.gallery_section .col-md-4:hover .hover_state .icon_container {
  margin: auto;
  position: relative;
  transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
}
.gallery_section .col-md-4:hover .hover_state .icon_container .view_more {
  transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
}
.gallery_section .col-md-4 .hover_state {
  position: absolute;
  background: rgba(36, 64, 115, 0.783);
  top: 0;
  left: 0;
  width: 0%;
  height: 0px;
  transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  margin-bottom: 15px;
  cursor: pointer;
}
.gallery_section img {
  width: 100%;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.footer_container {
  width: 100%;
  background: #cdcddc;
  padding-bottom: 40px;
  height: auto;
  padding-top: 60px;
}
.footer_container .dsclaimer_paragraph {
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 3px;
}
.footer_last_container {
  height: 70px;
  background: #000;
  width: 100%;
}
.hover_class {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.featured_hover {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.mouse_out {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.reduce_opacity {
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1080px) {
  #main-slider-conatainer .featured-image .header_container {
    margin-top: 50% !important;
    font-size: 30px !important;
  }
  #main-slider-conatainer .featured-image .header_container2 {
    margin-top: 1% !important;
  }
  .navigations_section {
    display: none !important;
  }
  .main-slider-conatainer .custom_arrows {
    display: none;
  }
  .about_us_page_ .about_section {
    width: 100%;
    margin: 47px auto;
    display: block !important;
  }
  .about_us_page_ .about_section .left_container_section {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px;
    position: relative;
  }
  .about_us_page_ .about_section .left_container_section .red_bg {
    width: 80%;
  }
  .about_us_page_ .about_section .left_container_section .imgae_container {
    width: 80%;
  }
  .about_us_page_ .testimonials_container {
    margin-top: 320px;
    position: relative;
  }
  .about_us_page_ .testimonials_container .testimonials_headings {
    font-size: 35px;
  }
  .about_us_page_ .testimonials_container .testi_logo_container img {
    width: 180px;
  }
  .about_us_page_ .carousel-control-custom {
    display: none;
  }
  .about_us_page_ .testimonials_section_container {
    margin-left: 1px;
    margin-right: 1px;
  }
  .about_us_page_ .testimonials_section_container .carousel-inner .testimonials_details {
    margin-right: 5px;
    margin-left: 5px;
  }
  .about_us_page_ .clients-container .col-md-2 {
    margin-top: 10px;
  }
  .about_us_page_ .some_services {
    margin-top: 400px !important;
  }
  .about_us_page_ .some_heading {
    color: #F1F1F1;
    height: 10px;
  }
  .contact-us-page {
    margin-top: -35px;
  }
  .contact-us-page .form-container-section .form-group .form-control,
  .contact-us-page .form-container-section .form-group .message_box {
    width: 100%;
  }
}

.error_page_container {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #020024;
  background: linear-gradient(38deg, #020024 0%, #090d79 50%, #00d4ff 100%);
  display: flex;
}
.error_page_container .error_centered {
  position: relative;
  margin: auto;
  color: #fff;
  text-align: center;
}
.error_page_container .error_centered h2 {
  font-size: 12em;
  font-family: 'Montserrat', sans-serif;
  line-height: 15px;
  text-shadow: 5px 8px 16px rgba(0, 0, 0, 0.44);
}
.error_page_container .error_centered p {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  margin-top: -40px;
}
.error_page_container .error_centered .try_again {
  margin-top: 20px;
  background: #A70404;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 20px;
  padding: 10px 35px;
  border: solid 1px transparent;
  text-decoration: none;
  cursor: pointer;
  border-radius:30px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.error_page_container .error_centered .try_again:hover {
  border: solid 1px white;
  background: transparent;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.sent_success_container {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #020024;
  background: linear-gradient(38deg, #020024 0%, #090d79 50%, #00d4ff 100%);
  display: flex;
}
.sent_success_container .success_centered {
  position: relative;
  margin: auto;
  text-align: center;
}
.sent_success_container .success_centered .email_sent {
  font-family: 'Montserrat', sans-serif;
  color: #A70404;
  font-size: 16px;
  line-height: 10px;
}
.sent_success_container .success_centered .back_button {
  padding: 10px 50px;
  background: #A70404;
  color: white;
  font-size: 17px;
  border: solid 1px transparent;
  margin-top: 10px;
  border-radius: 30px;
}
.sent_success_container .success_centered .back_button:hover {
  border: solid 1px #A70404;
  color: #A70404;
  background: transparent;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.sent_success_container .success_centered .success_div {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 30px;
  -webkit-box-shadow: 8px 11px 32px -4px #575757;
  -moz-box-shadow: 8px 11px 32px -4px #000000;
  box-shadow: 8px 11px 32px -4px #000000;
}
.sent_success_container .success_centered .sent_confirmaion {
  width: 300px;
}
.sent_success_container .success_centered .sent_confirmaion img {
  width: 100%;
}
@media screen and (max-width: 400px) {
  .sent_success_container .success_centered .sent_confirmaion {
    width: 250px !important;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
}
