@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
.flex-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
}


.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


a:focus,
.button:focus, button:focus {
  text-decoration: none;
  outline: none;
}


a:focus {
  text-decoration: none;
}


a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}


a,
button {
  color: #1F1F1F;
  outline: medium none;
}


h1, h2, h3, h4, h5 {
  font-family: "Roboto", sans-serif;
  color: #001D38;
}


h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}


ul {
  margin: 0px;
  padding: 0px;
}


li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #7A838B;
  margin-bottom: 13px;
  font-family: "Roboto", sans-serif;
}


label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}


*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}


::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-webkit-input-placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}

h3 {
  font-size: 24px;
}


.mb-65 {
  margin-bottom: 67px;
}


.black-bg {
  background: #020c26 !important;
}

.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f5f5f5;
}

.overlay {
  position: relative;
  z-index: 0;
}


.overlay::before {
  position: absolute;
  content: "";
  background-color: #040E27;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .5;
}

.overlay2 {
  position: relative;
  z-index: 0;
}

.overlay2::before {
  position: absolute;
  content: "";
  background-color: #001D38;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}

.overlay_03 {
  position: relative;
  z-index: 0;
}
.overlay_03::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #001D38;
  opacity: .6;
  content: '';
  z-index: -1;
}

.bradcam_overlay {
  position: relative;
  z-index: 0;
}


.bradcam_overlay::before {
  position: absolute;
  content: "";

  background: -moz-linear-gradient(left, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5db2ff', endColorstr='#007db9e8',GradientType=1 );
  /* IE6-9 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
}


.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}


.pt-120 {
  padding-top: 120px;
}




.mb-20px {
  margin-bottom: 20px;
}


.mb-55 {
  margin-bottom: 55px;
}

.mb-40 {
  margin-bottom: 40px;
}


.mb-20 {
  margin-bottom: 20px;
}


.mb-60 {
  margin-bottom: 50px !important;
}

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

  .mb-60 {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 767px) {

  .mb-60 {
    margin-bottom: 20px !important;
  }
}


.boxed-btn {
  background: #fff;
  color: #131313;
  display: inline-block;
  padding: 14px 44px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #33D4D6;
  text-align: center;
  color: #33D4D6 !important;
  text-transform: uppercase;
  cursor: pointer;
}


.boxed-btn:hover {
  background: #33D4D6;
  color: #fff !important;
  border: 1px solid #33D4D6;
}


.boxed-btn:focus {
  outline: none;
}


.boxed-btn3 {

  background: #33D4D6;
  color: #fff;
  display: inline-block;
  padding: 11px 29px 13px 29px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}


.boxed-btn3:hover {
  color: #33D4D6 !important;
  border: 1px solid #33D4D6;
  background: transparent;
}


.boxed-btn3:focus {
  outline: none;
}

.boxed-btn4 {
  display: inline-block;
  padding: 11px 29px 13px 29px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: #33D4D6 !important;
  border: 1px solid #33D4D6;
  background: transparent;
}


.boxed-btn4:hover {
  color: #fff !important;
  border: 1px solid #33D4D6;
  background: transparent;
  border: 0;
  background: #33D4D6;
  border: 1px solid transparent;
}


.boxed-btn4:focus {
  outline: none;
}


.boxed-btn3-line {
  color: #F91842 !important;
  display: inline-block;
  padding: 14px 31px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  border: 1px solid #F91842;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}


.boxed-btn3-line:hover {
  color: #fff !important;
  border: 1px solid transparent;

  background: #fdae5c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fdae5c 0%, #fd8e5e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fdae5c 0%, #fd8e5e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fdae5c 0%, #fd8e5e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F91842', endColorstr='#fd8e5e',GradientType=1 );
  /* IE6-9 */
}


.boxed-btn3-line:focus {
  outline: none;
}


.boxed-btn3-line.large-width {
  width: 220px;
}


.boxed-btn2 {
  border: none;
  background: #F91842;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 12px 36px;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}


.boxed-btn2:hover {
  background: #F91842;
  color: #fff !important;
}


.boxed-btn2:focus {
  outline: none;
}


.line-button {
  color: #919191;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-right: 5px;
  padding-bottom: 2px;
}


.line-button::before {
  position: absolute;
  content: "";
  background: #919191;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}

.line-button:hover {
  color: #009DFF;
}


.line-button:hover::before {
  background: #009DFF;
}

.book_now {
  display: inline-block;
  font-size: 14px;
  color: #009DFF;
  border: 1px solid #009DFF;
  text-transform: capitalize;
  padding: 10px 25px;
}


.book_now:hover {
  background: #009DFF;
  color: #fff;
}


.section_title span {
  display: inline-block;
  background: #33D4D6;
  width: 60px;
  height: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 4px;
}


.section_title h3 {
  font-size: 44px;
  font-weight: 400;
  color: #001D38;
  position: relative;
  z-index: 0;
  margin-bottom: 15px;
}

@media (max-width: 767px) {

  .section_title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

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

  .section_title h3 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {

  .section_title h3 br {
    display: none;
  }
}


.section_title p {
  font-size: 16px;
  color: #7A838B;
  margin-bottom: 0;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 767px) {

  .section_title p br {
    display: none;
  }
}


.section_title h4 {
  font-size: 22px;
  font-weight: 500;
  color: #001D38;
  padding-bottom: 21px;
}


.mb-60 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {

  .mb-60 {
    margin-bottom: 40px;
  }
}


.mb-90 {
  margin-bottom: 90px;
}

@media (max-width: 767px) {

  .mb-90 {
    margin-bottom: 40px;
  }
}

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

  .mb-90 {
    margin-bottom: 60px;
  }
}


.pl-68 {
  padding-left: 68px;
}

@media (max-width: 767px) {

  .pl-68 {
    padding-left: 0;
  }
}

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

  .pl-68 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {

  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }
}


.slicknav_menu .slicknav_nav {
  background: #fff;
  float: right;
  margin-top: 0;
  padding: 0;
  width: 95%;
  padding: 0;
  border-radius: 0px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 11px;
}


.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #F91842;
}

.slicknav_menu .slicknav_nav a.active {
  color: #F91842;
}

@media (max-width: 767px) {

  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

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

  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}


.slicknav_menu .slicknav_nav .slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
  border: 1px solid #ddd;
  top: 3px;
  right: 5px;
  top: -36px;
}


.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  padding-bottom: 3px;
  top: -11px;
  right: -5px;
}

@media (max-width: 767px) {

  .slicknav_menu {
    margin-right: 0px;
  }
}

.slicknav_nav .slicknav_arrow {
  float: right;
  font-size: 22px;
  position: relative;
  top: -9px;
}


.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 5px;
  margin-top: -5px;
  top: -31px;
}


.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 0;
  margin-top: -5px;
  top: -33px;
}

.header-area {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
  position: absolute;
}

@media (max-width: 767px) {

  .header-area {
    padding-top: 0;
  }
}

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

  .header-area {
    padding-top: 0;
  }
}


.header-area .main-header-area {
  background: #fff;
  background: transparent;
  padding: 0px 150px;
}


.header-area .main-header-area.details_nav_bg {
  background: #727272;
  padding-bottom: 0;
}

@media (max-width: 767px) {

  .header-area .main-header-area.details_nav_bg {
    padding-bottom: 10px;
  }
}

.header-area .main-header-area.details_nav {
  background: #001D38;
}

@media (max-width: 767px) {

  .header-area .main-header-area {
    padding: 10px 10px;
  }
}

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

  .header-area .main-header-area {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  .header-area .main-header-area {
    padding: 0px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {

  .header-area .main-header-area {
    padding: 0px 20px;
  }
}

@media (min-width: 1501px) and (max-width: 1800px) {

  .header-area .main-header-area {
    padding: 0px 50px;
  }
}

.header-area .main-header-area .logo-img {
  text-align: center;
}
.header-area .main-header-area .logo-img img {
    width: 149px;
  }

@media (max-width: 767px) {

  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

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

  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (max-width: 767px) {

  .header-area .main-header-area .logo-img img {
    width: 149px;
  }
}

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

  .header-area .main-header-area .logo-img img {
    width: 149px;
  }
}

.header-area .main-header-area .Appointment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}


.header-area .main-header-area .Appointment .phone_num {
  margin-right: 30px;
}

@media (min-width: 1200px) and (max-width: 1500px) {

  .header-area .main-header-area .Appointment .phone_num {
    margin-right: 12px;
  }
}


.header-area .main-header-area .Appointment .phone_num a {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}

@media (min-width: 1200px) and (max-width: 1500px) {

  .header-area .main-header-area .Appointment .phone_num a {
    font-size: 13px;
  }
}


.header-area .main-header-area .Appointment .phone_num a i {
  color: #33D4D6;
  font-size: 14px;
  margin-right: 7px;
}

@media (min-width: 1200px) and (max-width: 1500px) {

  .header-area .main-header-area .Appointment .boxed-btn4 {
    padding: 11px 9px 13px 9px;
    font-size: 13px;
  }
}

@media (min-width: 1501px) and (max-width: 1800px) {

  .header-area .main-header-area .Appointment .boxed-btn4 {
    padding: 11px 20px 13px 20px;
    font-size: 13px;
  }
}


.header-area .main-header-area .Appointment .socail_links ul li {
  display: inline-block;
}


.header-area .main-header-area .Appointment .socail_links ul li a {
  color: #A8A7A0;
  margin: 0 10px;
  font-size: 15px;
}


.header-area .main-header-area .Appointment .socail_links ul li a:hover {
  color: #fff;
}


.header-area .main-header-area .main-menu {
  text-align: center;
}


.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 25px;
}

@media (min-width: 992px) and (max-width: 1200px) {

  .header-area .main-header-area .main-menu ul li {
    margin: 0 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {

  .header-area .main-header-area .main-menu ul li {
    margin: 0 14px;
  }
}


.header-area .main-header-area .main-menu ul li a {
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  padding: 35px 0px 35px 0px;
  font-family: "Roboto", sans-serif;
  position: relative;
  text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1200px) {

  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {

  .header-area .main-header-area .main-menu ul li a {
    font-size: 13px;
  }
}


.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {

  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

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

  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}


.header-area .main-header-area .main-menu ul li a:hover {
  color: #33D4D6;
}

.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 120%;
  background: #fff;
  width: 200px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
  margin: 0;
}

.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #000;
}


.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}


.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #000;
}


.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}


.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
}


.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
}


.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 990;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: rgba(0, 29, 56, 0.8);
}

@media (max-width: 767px) {

  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
}


.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}


.header-area .main-header-area.sticky .header_bottom_border {
  border-bottom: none;
}

.header-area .main-header-area.sticky .header_bottom_border.white_border {
  border-bottom: none !important;
}


.header-area .header-top_area {
  background: #001D38;
}

@media (max-width: 767px) {

  .header-area .header-top_area .social_media_links {
    text-align: center;
  }
}


.header-area .header-top_area .social_media_links a {
  font-size: 15px;
  color: #C7C7C7;
  margin-right: 12px;
}


.header-area .header-top_area .social_media_links a:hover {
  color: #33D4D6;
}


.header-area .header-top_area .header_left p {
  color: #727272;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
}


.header-area .header-top_area .short_contact_list {
  text-align: right;
}

@media (max-width: 767px) {

  .header-area .header-top_area .short_contact_list {
    text-align: center;
  }
}

.header-area .header-top_area .short_contact_list ul li {
  display: inline-block;
}

.header-area .header-top_area .short_contact_list ul li a {
  font-size: 13px;
  color: #919191;
  margin-right: 50px;
}

@media (max-width: 767px) {

  .header-area .header-top_area .short_contact_list ul li a {
    margin-left: 0;
    margin: 0 5px;
  }
}


.header-area .header-top_area .short_contact_list ul li a i {
  color: #33D4D6;
  margin-right: 7px;
}


.header-area .header-top_area .header_right.d-flex {
  display: flex;
  justify-content: flex-end;
}


.header-area .search_btn i {
  color: #fff;
  font-size: 15px;
}

@media (min-width: 992px) and (max-width: 1200px) {

  .header-area .search_btn {
    position: relative;
    right: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {

  .header-area .search_btn {
    position: relative;
    right: 10px;
  }
}


.slider_bg_1 {
  background-image: url(../img/banner/banner.png);
}

.slider_area {
  position: relative;
  z-index: 0;
}


.slider_area::before {
  background: #040E27;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .7;
}


.slider_area .single_slider {
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


.slider_area .single_slider.single_listing {
  height: 500px;
}

@media (max-width: 767px) {

  .slider_area .single_slider {
    height: auto;
  }
}

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

  .slider_area .single_slider {
    height: 700px;
  }
}

@media (max-width: 767px) {

  .slider_area .single_slider .slider_text {
    margin-top: 90px;
    margin-bottom: 20px;
  }
}


.slider_area .single_slider .slider_text h3 {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 74px;
  margin-bottom: 40px;
  color: #fff;
}

@media (max-width: 767px) {

  .slider_area .single_slider .slider_text h3 {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 45px;
  }
}

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

  .slider_area .single_slider .slider_text h3 {
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  .slider_area .single_slider .slider_text h3 {
    font-size: 40px;
    line-height: 1.4;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {

  .slider_area .single_slider .slider_text h3 {
    font-size: 60px;
    font-weight: 400;
    line-height: 74px;
  }
}


.slider_area .single_slider .slider_text p {
  font-size: 30px;
  font-weight: 400;
  color: #F91842;
  font-family: "Roboto", sans-serif;
  margin-bottom: 24px;
}

@media (min-width: 992px) and (max-width: 1200px) {

  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {

  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
}


.slider_area .single_slider .slider_text .button_search {
  text-align: right;
}

@media (max-width: 767px) {

  .slider_area .single_slider .slider_text .button_search {
    text-align: left;
  }
}

.slider_area .single_slider .slider_text .quality {
  margin-top: 40px;
}

@media (max-width: 767px) {

  .slider_area .single_slider .slider_text .quality {
    margin-top: 20px;
  }
}


.slider_area .single_slider .slider_text .quality ul li {
  display: inline-block;
}

@media (max-width: 767px) {

  .slider_area .single_slider .slider_text .quality ul li {
    margin-bottom: 10px;
  }
}


.slider_area .single_slider .slider_text .quality ul li button {
  border: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  font-weight: #000;
  font-family: "Roboto", sans-serif;
  padding: 5px 19px;
  display: inline-block;
  margin: 0 3px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}


.slider_area .single_slider .slider_text .quality ul li button:hover {
  background: #F91842;
}


.slider_area .payment_form {
  padding: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 767px) {

  .slider_area .payment_form {
    padding: 30px;
    margin-bottom: 30px;
  }
}

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

  .slider_area .payment_form {
    padding: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  .slider_area .payment_form {
    padding: 30px;
  }
}


.slider_area .payment_form .single_input input {
  height: 50px;
  border: 1px solid #F0F0F0;
  padding: 15px;
  font-size: 16px;
  color: #000;
}

.slider_area .payment_form .single_input input:focus {
  outline: none;
}


.slider_area .payment_form .single_input input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #7A838B;
  font-family: "Roboto", sans-serif;
}

.slider_area .payment_form h4 {
  font-size: 30px;
  font-weight: 400;
  color: #040E27;
  margin-bottom: 19px;
}

@media (max-width: 767px) {

  .slider_area .payment_form h4 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

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

  .slider_area .payment_form h4 {
    font-size: 24px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  .slider_area .payment_form h4 {
    font-size: 24px;
  }
}


.slider_area .payment_form p {
  font-size: 16px;
  font-weight: 400;
  color: #7A838B;
  margin-bottom: 39px;
  margin-top: 21px;
}

@media (max-width: 767px) {

  .slider_area .payment_form p {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  .slider_area .payment_form p {
    font-size: 14px;
  }
}


.slider_area .payment_form .nice-select.wide {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  color: #7A838B;
  margin-bottom: 15px;
}


.slider_area .payment_form .submit_btn button {
  width: 100%;
  text-align: center;
}


.gj-picker-md div[role="navigator"] {
  padding-left: 30px !important;
}


.gj-datepicker-md [role="right-icon"] {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 16px;
  color: #919191;
  margin-right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.nice-select::after {
  content: "\f0d7";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 30px;
  top: 50%;
  transition: all 0.15s ease-in-out;
  width: 5px;
  font-family: 'fontawesome';
  color: #ddd;
  transform: translateY(-50%);
  font-size: 16px;
  right: 25px;
  color: #AAB1B7;
  height: auto;
  margin-top: 0;
}


.about_area {
  margin-bottom: 150px;
}


.about_area.plus_padding {
  padding-top: 150px;
}

@media (max-width: 767px) {

  .about_area.plus_padding {
    padding-top: 60px;
  }
}

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

  .about_area.plus_padding {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {

  .about_area {
    margin-bottom: 50px;
  }
}

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

  .about_area {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {

  .about_area .about_img {
    margin-bottom: 20px;
  }
}


.about_area .about_img img {
  width: 100%;
}

.about_area .about_info .section_title {
  margin-bottom: 36px;
}

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

  .about_area .about_info .section_title {
    margin-bottom: 20px;
  }
}


.about_area .about_info p {
  color: #7A838B;
  font-size: 16px;
}

.about_area .about_info .about_list {
  margin-bottom: 52px;
  margin-top: 10px;
}


.about_area .about_info .about_list ul li {
  font-size: 16px;
  line-height: 32px;
  color: #040E27;
  font-weight: 400;
  position: relative;
  padding-left: 23px;
}

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

  .about_area .about_info .about_list ul li {
    font-size: 14px;
    line-height: 28px;
  }
}


.about_area .about_info .about_list ul li::before {
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0A8CFF;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.counter_area {
  padding-bottom: 30px;
  padding-top: 12px;
}


.counter_area .single_counter {
  margin-bottom: 54px;
}

@media (max-width: 767px) {

  .counter_area .single_counter {
    text-align: center;
  }
}


.counter_area .single_counter h3 {
  color: #F91842;
  font-weight: 400;
  font-size: 70px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}


.counter_area .single_counter p {
  color: #001D38;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}

.counter_area .border_bottom {
  border-bottom: 1px solid #EAEAEA;
}


@media (max-width: 767px) {

  .home_details {
    padding: 80px 0;
  }
}


.home_details .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.home_details .owl-carousel .owl-nav div {
  left: -147px;
  background: #DDDBD0;
  color: #001D38;
  border-color: transparent;
}

.home_details .owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: -147px;
}


.home_details .modern_home_info {
  background: #fff;
  margin-top: 20px;
  padding: 50px 30px 30px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}


.home_details .modern_home_info .modern_home_info_inner span.for_sale {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #FDAE5C;
  padding: 9px 21px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  top: -20px;
  left: 34px;
}

.home_details .modern_home_info .modern_home_info_inner .info_header {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 13px;
  padding-bottom: 29px;
}

.home_details .modern_home_info .modern_home_info_inner .info_header h3 {
  color: #001D38;
  font-size: 24px;
  font-weight: 500;
}

.home_details .modern_home_info .modern_home_info_inner .info_header .popular_pro span {
  color: #919191;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 5px;
}

.home_details .modern_home_info .modern_home_info_inner .info_content ul {
  margin-bottom: 20px;
}


.home_details .modern_home_info .modern_home_info_inner .info_content ul li {
  display: inline-block;
  margin-right: 41px;
}

@media (max-width: 767px) {

  .home_details .modern_home_info .modern_home_info_inner .info_content ul li {
    margin-right: 7px;
  }
}

.home_details .modern_home_info .modern_home_info_inner .info_content ul li span {
  color: #001D38;
  font-size: 13px;
  font-weight: 400;
}


.home_details .modern_home_info .modern_home_info_inner .info_content p {
  font-size: 15px;
  line-height: 28px;
  color: #727272;
  margin-bottom: 0;
  margin-bottom: 13px;
}

.home_details .modern_home_info .modern_home_info_inner .info_content .prise_view_details span {
  color: #FF5748;
  font-size: 24px;
  font-weight: 500;
}


.home_details .modern_home_info .modern_home_info_inner .info_content .prise_view_details a {
  padding: 7px 23px;
}



#accordion button {
  font-size: 16px;
  color: #0f2137;
  font-weight: 500;
  font-weight: 500;
}

@media (max-width: 767px) {

  #accordion button {
    font-size: 14px;
  }
}


#accordion .card {
  margin-bottom: 15px;
  border-radius: 0;
  border-radius: 0 !important;
  margin-bottom: 30px;
}


#accordion .card .card-header {
  background-color: transparent;
  padding: 4px 14px;
}

@media (max-width: 767px) {

  #accordion .card .card-header {
    padding: 4px 0;
  }
}


#accordion .card .card-body {
  font-size: 16px;
  line-height: 28px;
  color: #888888;
  padding: 10px 30px 32px;
}


#accordion .card .collapse {
  border-bottom: 1px solid #d7dbe3;
}


#accordion .card .collapse.show {
  border-bottom: 1px solid transparent;
}

#accordion h5 {
  position: relative;
  z-index: 1;
}


#accordion h5 button.btn.btn-link:after {
  position: absolute;
  content: "\e648";
  top: 9px;
  right: 12px;
  height: auto;
  font-family: 'themify';
  color: #0f2137;
  font-size: 14px;
  left: -24px;
}

@media (max-width: 767px) {

  #accordion h5 button.btn.btn-link:after {
    right: 10px;
  }
}

#accordion h5 button.btn.btn-link.collapsed:after {
  content: "\e64b";
  color: #0f2137;
  font-size: 14px;
}


#accordion h5 button i {
  height: 36px;
  width: 36px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  margin-right: 20px;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {

  #accordion h5 button i {
    display: none;
  }
}


#accordion h5 button.btn.btn-link.collapsed i {
  background: #f4f7f9;
  color: #0f2137;
}

@media (max-width: 767px) {

  #accordion h5 button.btn.btn-link.collapsed i {
    display: none;
  }
}


#accordion .btn-link:hover {
  color: #182028;
  text-decoration: none;
}


#accordion .btn {
  text-align: left !important;
}

.accordion_area {
  position: relative;
}

.accordion_area.extra_padding {
  margin-top: 150px;
}

@media (max-width: 767px) {

  .accordion_area.extra_padding {
    margin-top: 50px;
  }
}

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

  .accordion_area.extra_padding {
    margin-top: 100px;
  }
}

@media (min-width: 991px) {

  .accordion_area {
    height: 700px !important;
  }
}


.accordion_area::before {
  position: absolute;
  left: 0;
  width: 50%;
  top: 0;
  height: 100%;
  content: '';
  background-image: url(../img/faq/faq.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {

  .accordion_area::before {
    display: none;
  }
}

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

  .accordion_area::before {
    display: none;
  }
}

@media (max-width: 767px) {

  .accordion_area {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

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

  .accordion_area {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}


.accordion_area .accordion_thumb {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  padding-left: 68px;
}

@media (max-width: 767px) {

  .accordion_area .accordion_thumb {
    padding-left: 0;
  }
}

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

  .accordion_area .accordion_thumb {
    padding-left: 0;
  }
}


.accordion_area .accordion_thumb img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}


.accordion_area .faq_ask {
  padding-top: 130px;
  padding-bottom: 130px;
}

@media (max-width: 767px) {

  .accordion_area .faq_ask {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

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

  .accordion_area .faq_ask {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}


.accordion_area .faq_ask h3 {
  font-size: 44px;
  font-weight: 400;
  color: #040E27;
  margin-bottom: 50px;
}

.accordion_area .faq_ask #accordion .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: .25rem;
  border-bottom: 1px solid #E8E8E8 !important;
}


.accordion_area .faq_ask #accordion .card .card-header {
  background-color: transparent;
  padding: 4px 14px;
  border: none;
}


.accordion_area .faq_ask #accordion button {
  font-size: 18px;
  color: #040E27 !important;
  font-weight: 400 !important;
}

@media (max-width: 767px) {

  .accordion_area .faq_ask #accordion button span {
    display: none;
  }
}


.accordion_area .faq_ask #accordion .card .card-header {
  background-color: transparent;
  padding: 4px 30px;
}


.accordion_area .faq_ask #accordion .card .card-body {
  font-size: 15px;
  line-height: 28px;
  color: #727272;
  padding: 10px 30px 32px;
  font-weight: 400;
  line-height: 28px;
}


.accordion_area .faq_ask #accordion .btn-link.focus, .accordion_area .faq_ask #accordion .btn-link:focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}


.accordion_area .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  border-radius: .25rem;
  margin-bottom: 9px !important;
}


.accordion_area .btn {
  white-space: normal !important;
}


input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  font-family: "Roboto", sans-serif;
}

input[type=checkbox] {
  display: none;
}


input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  padding-bottom: 5px;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}


input[type=checkbox] + label:active:before {
  transform: scale(0);
}


input[type=checkbox]:checked + label:before {
  background-color: #F91842;
  border-color: #F91842;
  color: #fff;
}


input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

input[type="checkbox"] + label::before {
  content: "\2714";
  border: 0.1em solid #D5D5D5;
  border-radius: 0.2em;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 0;
  padding-bottom: 0;
  margin-right: 0;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
  line-height: 18px;
  padding: 0 3px;
  margin-right: 12px;
}

input[type="checkbox"] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #727272;
  font-weight: 400;
}


.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #FFD5DC;
  border: none;
  border-radius: 0;
  height: 2px;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #2ecaf9 !important;
  border-radius: 5px;
  font-size: 21px;
  border: none !important;
  box-shadow: none;
  border: 1px solid #F91842 !important;
  width: 14px;
  height: 16px;
  background: #fff !important;
}


.last_range label {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #001D38;
  font-weight: 400;
}

p #amount {
  font-size: 14px;
  color: #919191 !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400 !important;
}


#slider-range {
  margin: 15px 0;
}


.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #fff;
}


.footer p {
  font-family: "Roboto", sans-serif !important;
}


.footer .footer_top {
  padding-top: 145px;
  padding-bottom: 129px;
}

@media (max-width: 767px) {

  .footer .footer_top {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {

  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

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

  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

.footer .footer_top .footer_widget .footer_title {
  font-size: 18px;
  font-weight: 500;
  color: #040E27;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 767px) {

  .footer .footer_top .footer_widget .footer_title {
    margin-bottom: 20px;
  }
}


.footer .footer_top .footer_widget .footer_logo {
  font-size: 22px;
  font-weight: 400;
  color: #040E27;
  text-transform: capitalize;
  margin-bottom: 40px;
}

@media (max-width: 767px) {

  .footer .footer_top .footer_widget .footer_logo {
    margin-bottom: 20px;
  }
}


.footer .footer_top .footer_widget p {
  color: #7A838B;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}


.footer .footer_top .footer_widget p a {
  color: #7A838B;
}


.footer .footer_top .footer_widget p a:hover {
  color: #040E27;
}


.footer .footer_top .footer_widget p.footer_text {
  font-size: 16px;
  color: #B2B2B2;
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 28px;
}


.footer .footer_top .footer_widget p.footer_text a.domain {
  color: #B2B2B2;
  font-weight: 400;
}


.footer .footer_top .footer_widget p.footer_text a.domain:hover {
  color: #040E27;
  border-bottom: 1px solid #040E27;
}


.footer .footer_top .footer_widget p.footer_text.doanar a {
  font-weight: 500;
  color: #B2B2B2;
}


.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
  color: #040E27;
  border-bottom: 1px solid #040E27;
}


.footer .footer_top .footer_widget p.footer_text.doanar a.first {
  margin-bottom: 10px;
}


.footer .footer_top .footer_widget ul li {
  color: #7A838B;
  font-size: 13px;
  line-height: 42px;
}


.footer .footer_top .footer_widget ul li a {
  color: #7A838B;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}


.footer .footer_top .footer_widget ul li a:hover {
  color: #040E27;
}


.footer .footer_top .footer_widget .newsletter_form {
  position: relative;
  margin-bottom: 20px;
}


.footer .footer_top .footer_widget .newsletter_form input {
  width: 100%;
  height: 50px;
  background: transparent;
  padding-left: 20px;
  font-size: 15px;
  color: #040E27;
  border: none;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
}


.footer .footer_top .footer_widget .newsletter_form input::placeholder {
  font-size: 14px;
  color: #7A838B;
}


.footer .footer_top .footer_widget .newsletter_form input:focus {
  outline: none;
}


.footer .footer_top .footer_widget .newsletter_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #0A8CFF;
  padding: 10px;
  padding: 0 22px;
  cursor: pointer;
  border-radius: 5px;
  top: 5px;
  right: 5px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}


.footer .footer_top .footer_widget .newsletter_text {
  font-size: 13px;
  color: #7A838B;
  line-height: 26px;
}


.footer .copy-right_text {
  padding-bottom: 30px;
}


.footer .copy-right_text .copy_right {
  font-size: 15px;
  color: #7A838B;
  margin-bottom: 0;
  font-weight: 500;
}

@media (max-width: 767px) {

  .footer .copy-right_text .copy_right {
    font-size: 13px;
  }
}


.footer .copy-right_text .copy_right a {
  color: #0A8CFF;
}


.footer .socail_links {
  margin-top: 47px;
}

@media (max-width: 767px) {

  .footer .socail_links {
    margin-top: 30px;
  }
}


.footer .socail_links ul li {
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer .socail_links ul li a {
  font-size: 15px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px !important;
  margin-right: 7px;
  color: #fff !important;
  line-height: 40px !important;
  background: transparent;
  color: #E8E8E8 !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #E8E8E8;
}


.footer .socail_links ul li a i {
  font-size: 15px;
  line-height: 40px;
  position: relative;
  top: -1px;
}


.footer .socail_links ul li:hover a {
  color: #fff !important;
  background: #0A8CFF;
  border-color: transparent;
  border: 1px solid #0A8CFF;
}


.bradcam_area {
  background-size: cover;
  background-position: center center;
  padding: 224px 0 153px 0;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

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

  .bradcam_area {
    padding: 120px 0;
  }
}


.bradcam_area::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background: #040E27;
  opacity: .7;
}

@media (max-width: 767px) {

  .bradcam_area {
    padding: 150px 0 60px 0;
  }
}


.bradcam_area h3 {
  font-size: 60px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {

  .bradcam_area h3 {
    font-size: 30px;
  }
}


.bradcam_area p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}


.bradcam_area p a {
  color: #fff;
}


.bradcam_area p a:hover {
  color: #fff;
}


.bradcam_area .icon {
  background: #FF5748;
  width: 136px;
  height: 136px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 136px;
  margin: auto;
}

.bradcam_area .icon i {
  color: #fff;
  font-size: 68px;
}


.bradcam_area h4 {
  font-size: 70px;
  font-weight: 300;
  color: #fff;
  margin: 10px 0;
}

@media (max-width: 767px) {

  .bradcam_area h4 {
    font-size: 40px;
  }
}

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

  .bradcam_area h4 {
    font-size: 40px;
  }
}


.bradcam_area p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}




.works_area {
  padding-top: 150px;
  padding-bottom: 120px;
  background: #F5FBFF;
}

@media (max-width: 767px) {

  .works_area {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}


.works_area .single_works {
  padding-bottom: 20px;
  margin-bottom: 30px;
}

@media (min-width: 991px) {

  .works_area .single_works {
    padding-right: 25px;
  }
}


.works_area .single_works span {
  display: inline-block;
  width: 72px;
  height: 72px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #DDF0FF;
  color: #0A8CFF;
  text-align: center;
  line-height: 72px;
  font-size: 16px;
  font-weight: 500;
}


.works_area .single_works h3 {
  font-size: 24px;
  color: #040E27;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 15px;
}

.works_area .single_works p {
  color: #7A838B;
}





.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


.contact-info {
  margin-bottom: 25px;
}


.contact-info__icon {
  margin-right: 20px;
}


.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}


.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}


.contact-info .media-body h3 a:hover {
  color: #ff5e13;
}


.contact-info .media-body p {
  color: #8a8a8a;
}


.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}


.form-contact label {
  font-size: 14px;
}


.form-contact .form-group {
  margin-bottom: 30px;
}


.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}


.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}


.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}


.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}





.contact-section {
  padding: 130px 0 100px;
}

@media (max-width: 991px) {

  .contact-section {
    padding: 70px 0 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .contact-section {
    padding: 80px 0 50px;
  }
}


.contact-section .btn_2 {
  background-color: #191d34;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}

.contact-section .btn_2:hover {
  background-color: #ff5e13;
}


.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}


.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}


b,
sup,
sub,
u,
del {
  color: #ff5e13;
}


h1 {
  font-size: 36px;
}


h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}


h4 {
  font-size: 18px;
}


h5 {
  font-size: 16px;
}


h6 {
  font-size: 14px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}


.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}


.button-area {
  background: #fff;
}


.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}


.button-group-area .genric-btn:last-child {
  margin-right: 0;
}


.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.genric-btn:focus {
  outline: none;
}


.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}


.genric-btn.large {
  line-height: 45px;
}


.genric-btn.medium {
  line-height: 30px;
}


.genric-btn.small {
  line-height: 25px;
}


.genric-btn.radius {
  border-radius: 3px;
}


.genric-btn.circle {
  border-radius: 20px;
}


.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.genric-btn.arrow span {
  margin-left: 10px;
}


.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}


.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.primary {
  color: #fff;
  background: #ff5e13;
  border: 1px solid transparent;
}


.genric-btn.primary:hover {
  color: #ff5e13;
  border: 1px solid #ff5e13;
  background: #fff;
}


.genric-btn.primary-border {
  color: #ff5e13;
  border: 1px solid #ff5e13;
  background: #fff;
}


.genric-btn.primary-border:hover {
  color: #fff;
  background: #ff5e13;
  border: 1px solid transparent;
}


.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}


.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}


.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}


.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}


.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}


.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}


.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}


.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}


.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}


.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}


.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}


.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}


.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}


.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}


.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}


.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}


.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #ff5e13;
}



.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}


.single-input:focus {
  outline: none;
}


.input-group-icon {
  position: relative;
}


.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}


.input-group-icon .icon i {
  color: #797979;
}


.input-group-icon .single-input {
  padding-left: 45px;
}


.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

.single-textarea:focus {
  outline: none;
}


.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}


.single-input-primary:focus {
  outline: none;
  border: 1px solid #ff5e13;
}


.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}


.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}


.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}



.default-select {
  height: 40px;
}

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}


.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}


.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}


.default-select .nice-select .list .option.selected {
  color: #ff5e13;
  background: transparent;
}


.default-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}


.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}


.default-select .nice-select::after {
  right: 20px;
}


.form-select {
  height: 40px;
  width: 100%;
}


.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}


.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
  color: #ff5e13;
  background: transparent;
}


.form-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}


.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}


.form-select .nice-select::after {
  right: 20px;
}

.mt-10 {
  margin-top: 10px;
}


.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}


.mb-30 {
  margin-bottom: 30px;
}


.mt-30 {
  margin-top: 30px;
}

.switch-wrap {
  margin-bottom: 10px;
}



