/*-----------------------------------------------------------------------------------

    Template Name: Arch
    Author: UIdeck
    Author URI: uideck.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
      01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");

html{
  overflow-x:hidden ;
}

body {
  font-family: "Lato",Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #677284; 

}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

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

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

a, a:hover {
  color: #FFB316; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #1A3154;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #677284;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

  .responsive_margin{
    margin: 30px 0px 30px 0px;
  }

  .responsive_padding{
    padding: 20px 0px 20px 0px;
  }
/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  border-radius: 25px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 40px;
  font-size: 16px;
  line-height: 48px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #e74242;
  border-radius: 25px; }
  .main-btn:hover {
    background-color: rgba(255, 179, 22, 0.8);
    color: #fff; }
  .main-btn.main-btn-2 {
    background-color: #fff;
    color: #FFB316;
    border-color: #FFB316; }
    .main-btn.main-btn-2:hover {
      background-color: #FFB316;
      border-color: #FFB316;
      color: #fff; }

/*===== All Button Style =====*/
.section_title .title {
  width: 100%;
  font-size: 40px;
  font-weight: 700; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section_title .title {
      font-size: 32px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section_title .title {

      font-size: 34px; } }
  @media (max-width: 767px) { 
  .contact_section_form {
    overflow: hidden;
  }
  .cus_container {
    /* display: flex; */
    width: 100%;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
}

    .send_us {
      margin-bottom: 20px;
    }
    .section_title .title {
      font-size: 32px; } 
     
    
    }

.section_title.section_title_2 .title {
  color: #fff; }

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0; }

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999; }
  .preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .preloader .loader .ytp-spinner {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
      margin-left: -32px;
      z-index: 18;
      pointer-events: none; }
      .preloader .loader .ytp-spinner .ytp-spinner-container {
        pointer-events: none;
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        top: 50%;
        left: 50%;
        margin-top: -50%;
        margin-left: -50%;
        -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        animation: ytp-spinner-linspin 1568.23529647ms linear infinite; }
        .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            overflow: hidden;
            right: 50%; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            left: 50%; }
    .preloader .loader .ytp-spinner-circle {
      box-sizing: border-box;
      position: absolute;
      width: 200%;
      height: 100%;
      border-style: solid;
      /* Spinner Color */
      border-color: #e74242 #e74242 #f7f7fd;
      border-radius: 50%;
      border-width: 6px; }
    .preloader .loader .ytp-spinner-left .ytp-spinner-circle {
      left: 0;
      right: -100%;
      border-right-color: #f7f7fd;
      -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
    .preloader .loader .ytp-spinner-right .ytp-spinner-circle {
      left: -100%;
      right: 0;
      border-left-color: #f7f7fd;
      -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }

/*===========================
     02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }


.navbar {
  padding: 20px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.navbar-brand {
  padding: 0; }
.navbar-brand img {
    width: 70%;
}

.navbar-toggler {
  padding: 0; }
  .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px; }
  .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0; }
  .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }

.navbar-nav .nav-item {
  position: relative;
  margin-left: 40px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
      margin-left: 30px;    width: 73px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  @media (max-width: 767px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative; }
    .navbar-nav .nav-item a::before {
      position: absolute;
      content: '';
      bottom: 0px;
      left: 0;
      width: 0;
      height: 3px;
      background-color: #FFB316;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar-nav .nav-item a::before {
          display: none; } }
      @media (max-width: 767px) {
        .navbar-nav .nav-item a::before {
          display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #222; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #222; } }
  .navbar-nav .nav-item.active > a::before, .navbar-nav .nav-item:hover > a::before {
    width: 100%; }
  .navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
  .navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible; } }
    .navbar-nav .nav-item .sub-menu li {
      display: block; }
      .navbar-nav .nav-item .sub-menu li a {
        display: block;
        padding: 8px 20px;
        color: #222; }
        .navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
          padding-left: 25px;
          color: #FFB316; }

.navbar-nav .sub-nav-toggler {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: #222;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px; } }
  @media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: #222;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px; } }
  .navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px; }

.sticky .navbar-toggler .toggler-icon {
  background-color: #222; }

.sticky .navbar-nav .nav-item a {
  color: #222; }

.sticky .navbar-nav .nav-item.active > a, .sticky .navbar-nav .nav-item:hover > a {
  color: #FFB316; }

/*===== SLIDER =====*/
.header_slider {
  height: 750px;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 200px; }
  @media only screen and (min-width: 1400px) {
    .header_slider {
      height: 950px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_slider {
      height: 700px;
      border-bottom-left-radius: 100px; } }
  @media (max-width: 767px) {
    .header_slider {
      height: 890px;
      border-bottom-left-radius: 80px; 
    }


       }
.header_slider::before {
    position: absolute;
    content: '';
    background: linear-gradient(135deg,rgb(151 51 62 / 49%) 0%,rgb(254 45 45 / 50%) 50%,rgb(0 0 0 / 73%) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.slider_content .slider_title {
    font-size: 60px;
    color: #fff;
    font-weight: bolder;
    margin-top: 15px;
}
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider_content .slider_title {
        font-size: 44px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider_content .slider_title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .slider_content .slider_title {
        font-size: 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .slider_content .slider_title {
        font-size: 40px; } }
    .slider_content .slider_title span {
      display: contents;
      color: #FFB316; }
  .slider_content p {
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    max-width: 550px; }
    @media (max-width: 767px) {
      .slider_content p {
        font-size: 16px; } }
  .slider_content .main-btn {
    margin-top: 45px; }

/*===========================
      03.FEATUREAS css 
===========================*/
.single_features .features_image img {
  width: 100%;
  border-radius: 40px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
 }

.single_features .features_content .features_title a {
  font-size: 24px;
  font-weight: 600;
  color: #1A3154;
  margin-top: 30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_features .features_content .features_title a {
      font-size: 24px; } }

/*===========================
       04.ABOUT css 
===========================*/
.about_area {
  position: relative;
  z-index: 5; }

.about_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
  padding-right: 280px; }
  .about_bg .about_bg_image {
    width: 100%;
    height: 100%; }

.about_image img {
  width: 100%;
  border-radius: 40px;
  border-bottom-right-radius: 0; }

.about_content {
  padding-left: 45px; }
  .about_content .sub_title {
    font-size: 38px;
    font-weight: 400;
    position: relative; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about_content .sub_title {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .about_content .sub_title {
        font-size: 24px; } }
    .about_content .sub_title::before {
      position: absolute;
      content: '';
      width: 9px;
      height: 100%;
      left: -45px;
      top: 0;
      background-color: #1A3154; }
    .about_content .sub_title span {
      font-size: 70px;
      font-weight: 800;
      color: #FFB316; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .about_content .sub_title span {
          font-size: 60px; } }
      @media (max-width: 767px) {
        .about_content .sub_title span {
          font-size: 44px; } }
  .about_content .main_title {
    font-size: 40px;
    margin-top: 25px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about_content .main_title {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .about_content .main_title {
        font-size: 24px; } }
  .about_content p {
    margin-top: 25px; }
  .about_content .main-btn {
    margin-top: 45px; }

/*===========================
       05.SERVICES css 
===========================*/
.single_services .services_icon i {
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 40px;
  color: #FFB316;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(213, 213, 213, 0.4);
  -moz-box-shadow: 0px 3px 10px 0px rgba(213, 213, 213, 0.4);
  box-shadow: 0px 3px 10px 0px rgba(213, 213, 213, 0.4); }

.single_services .services_content {
  margin-top: 25px; }
  .single_services .services_content .title {
    font-size: 30px;
    font-weight: 700;
    object-fit: cover;
    object-position: center; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single_services .services_content .title {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .single_services .services_content .title {
        font-size: 24px; } }
  .single_services .services_content p {
    margin-top: 25px; }

/*===========================
       06.GALLERY css 
===========================*/
.single_galley {
  position: relative;
  overflow: hidden; }
  .single_galley .galley_image {
    position: relative; }
    .single_galley .galley_image img {
      width: 100%; }
    .single_galley .galley_image::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      background-color: rgba(26, 49, 84, 0.73);
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      opacity: 0;
      visibility: hidden; }
  .single_galley .galley_content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 100%;
    padding: 30px;
    opacity: 1;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media (max-width: 767px) {
      .single_galley .galley_content {
        left: 15px;
        bottom: 15px; } }
    .single_galley .galley_content::before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border-left: 2px solid #fff;
      border-bottom: 2px solid #fff;
      left: 0;
      bottom: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .single_galley .galley_content .gallery_title {
      overflow: hidden; }
      .single_galley .galley_content .gallery_title a {
        font-size: 24px;
        color: #fff;
        font-weight: 500;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%); }
        @media (max-width: 767px) {
          .single_galley .galley_content .gallery_title a {
            font-size: 20px; } }
    .single_galley .galley_content p {
      color: #fff;
      margin-top: 5px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      overflow: hidden; }
      .single_galley .galley_content p span {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
  .single_galley:hover .galley_image::before {
    opacity: 1;
    visibility: visible; }
  .single_galley:hover .galley_content {
    opacity: 1;
    visibility: visible; }
    .single_galley:hover .galley_content::before {
      width: 110px;
      height: 110px;
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      -ms-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .single_galley:hover .galley_content .gallery_title a {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition-delay: 0.4s;
      -moz-transition-delay: 0.4s;
      -ms-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    .single_galley:hover .galley_content p span {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition-delay: 0.6s;
      -moz-transition-delay: 0.6s;
      -ms-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s; }
  .single_galley.border_radius_1 {
    border-radius: 40px;
    border-bottom-right-radius: 0; }
    @media (max-width: 767px) {
      .single_galley.border_radius_1 {
        border-radius: 20px;
        border-bottom-right-radius: 0; } }
  .single_galley.border_radius_2 {
    border-radius: 40px;
    border-top-right-radius: 0; }
    @media (max-width: 767px) {
      .single_galley.border_radius_2 {
        border-radius: 20px;
        border-top-right-radius: 0; } }
  .single_galley.border_radius_3 {
    border-radius: 40px;
    border-top-left-radius: 0; }
    @media (max-width: 767px) {
      .single_galley.border_radius_3 {
        border-radius: 20px;
        border-top-left-radius: 0; } }
  .single_galley.border_radius_4 {
    border-radius: 40px;
    border-bottom-left-radius: 0; }
    @media (max-width: 767px) {
      .single_galley.border_radius_4 {
        border-radius: 20px;
        border-bottom-left-radius: 0; } }

/*===========================
       07.COUNTER css 
===========================*/
.counter_area {
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter_area {
      border-top-left-radius: 80px;
      border-bottom-right-radius: 80px; } }
  @media (max-width: 767px) {
    .counter_area {
      border-top-left-radius: 60px;
      border-bottom-right-radius: 60px; padding:25px 20px} }
.counter_area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: #0e51ac;
    width: 100%;
    height: 100%;
}

.single_counter .counter_icon i {
  font-size: 60px;
  line-height: 60px;
  color: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_counter .counter_icon i {
      font-size: 44px;
      line-height: 50px; } }
  @media (max-width: 767px) {
    .single_counter .counter_icon i {
      font-size: 44px;
      line-height: 50px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_counter .counter_icon i {
      font-size: 40px;
      line-height: 50px; } }

.single_counter .counter_content {
  margin-top: 25px; }
  .single_counter .counter_content span {
    font-size: 24px;
    font-weight: 700;
    color: #fff; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single_counter .counter_content span {
        font-size: 38px; } }
    @media (max-width: 767px) {
      .single_counter .counter_content span {
        font-size: 24px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single_counter .counter_content span {
        font-size: 34px; } }
  .single_counter .counter_content p {
    color: #fff; }

/*===========================
       08.TEAM css 
===========================*/
.single_team .team_image {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  border-bottom-right-radius: 0; }
  .single_team .team_image img {
    width: 100%; }
  .single_team .team_image .social {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .single_team .team_image .social li {
      margin: 10px 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0; }
      .single_team .team_image .social li a {
        width: 40px;
        height: 40px;
        line-height: 42px;
        text-align: center;
        border-radius: 50%;
        background-color: #fff;
        font-size: 16px;
        color: #677284;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single_team .team_image .social li a {
            width: 30px;
            height: 30px;
            line-height: 30px; } }
        .single_team .team_image .social li a:hover {
          color: #FFB316; }

.single_team .team_content {
  margin-top: 25px; }
  .single_team .team_content .team_name a {
    font-size: 20px;
    font-weight: 600;
    color: #1A3154;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .single_team .team_content .team_name a:hover {
      color: #FFB316; }
  .single_team .team_content p {
    margin-top: 10px; }

.single_team:hover .team_image .social li {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible; }
  .single_team:hover .team_image .social li:nth-of-type(1) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .single_team:hover .team_image .social li:nth-of-type(2) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .single_team:hover .team_image .social li:nth-of-type(3) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .single_team:hover .team_image .social li:nth-of-type(4) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }

/*===========================
     09.TESTIMONIAL css 
===========================*/
.testimonial_area {
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial_area {
      border-top-left-radius: 80px;
      border-bottom-right-radius: 80px; } }
  @media (max-width: 767px) {
    .testimonial_area {
      border-top-left-radius: 60px;
      border-bottom-right-radius: 60px; } }
  .testimonial_area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(26, 49, 84, 0.79);
    width: 100%;
    height: 100%; }

.testimonial_author {
  width: 171px;
  margin: 0 auto; }
  .testimonial_author .single_author img {
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .testimonial_author .slick-center.single_author img {
    border: 3px solid #fff; }

.testimonial_content .single_content {
  margin-top: 30px; }
  .testimonial_content .single_content p {
    color: #fff;
    font-size: 18px;
    font-weight: 500; }
  .testimonial_content .single_content .author_name {
    font-size: 20px;
    font-weight: 200;
    font-weight: 600;
    color: #fff;
    margin-top: 35px; }
  .testimonial_content .single_content span {
    font-size: 16px;
    color: #fff;
    margin-top: 10px; }

.testimonial_content .slick-arrow {
  position: absolute;
  top: 30%;
  left: -130px;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 767px) {
    .testimonial_content .slick-arrow {
      left: -30px; } }
  .testimonial_content .slick-arrow i {
    background-color: #677284;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media (max-width: 767px) {
      .testimonial_content .slick-arrow i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px; } }
    .testimonial_content .slick-arrow i:hover {
      background-color: #fff;
      color: #FFB316; }
  .testimonial_content .slick-arrow.next {
    left: auto;
    right: -130px; }
    @media (max-width: 767px) {
      .testimonial_content .slick-arrow.next {
        left: auto;
        right: -30px; } }
    .testimonial_content .slick-arrow.next i {
      border-radius: 5px;
      border-bottom-left-radius: 0; }

/*===========================
        10.BRAND css 
===========================*/
.single_logo img {
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 24px 0px rgba(213, 213, 213, 0.49);
  -moz-box-shadow: 0px 3px 24px 0px rgba(213, 213, 213, 0.49);
  box-shadow: 0px 3px 24px 0px rgba(213, 213, 213, 0.49);
  width: 100%; }

.single_logo.logo_2 {
  padding-top: 158px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_logo.logo_2 {
      padding-top: 130px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_logo.logo_2 {
      padding-top: 90px; } }
  @media (max-width: 767px) {
    .single_logo.logo_2 {
      padding-top: 0; } }

/*===========================
       11.CONTACT css 
===========================*/
p.form-message.success, p.form-message.error {
  font-size: 16px;
  color: #1A3154;
  background: #f7f7fd;
  padding: 10px 15px;
  margin-top: 30px; }
  p.form-message.success.form-message.error, p.form-message.error.form-message.error {
    color: #f00; }

.contact_form .single_form {
  margin-top: 30px;
  margin-bottom: 25px; }
  .contact_form .single_form textarea,
  .contact_form .single_form input {
    width: 100%;
    height: 55px;
    padding: 0 25px;
    border: 1px solid #677284;
    border-radius: 5px; }
    .contact_form .single_form textarea:focus,
    .contact_form .single_form input:focus {
      border: 1px solid #FFB316; }
  .contact_form .single_form textarea {
    padding-top: 15px;
    resize: none;
    height: 125px; }

.contact_info p {
  margin-top: 15px; }

.single_info {
  margin-top: 30px; }
  .single_info .info_icon i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    background-color: #e74242;
    color: #fff; }
    @media (max-width: 767px) {
      .single_info .info_icon i {
        width: 35px;
        height: 35px;
        line-height: 35px; } }
  .single_info .info_content {
    padding-left: 15px; }
    .single_info .info_content p {
      margin-top: 0; }
      @media (max-width: 767px) {
        .single_info .info_content p {
          font-size: 14px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single_info .info_content p {
          font-size: 16px; } }

/*===========================
       12.FOOTER css 
===========================*/
.footer_area {
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-top-left-radius: 150px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_area {
      border-top-left-radius: 80px; } }
  @media (max-width: 767px) {
    .footer_area {
      border-top-left-radius: 60px;padding:0px 19px } }
  .footer_area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(126 26 26);
    width: 100%;
    height: 100%;
    z-index: -1; }
.footer_about img{max-width: 80%;}
.footer_about p {
  margin-top: 25px;
  color: #fff; }

.footer_title {
  font-size: 30px;
  font-weight: 600;
  color: #fff; }

.footer_link_wrapper .footer_link {
  width: 33.33%; }
  @media (max-width: 767px) {
    .footer_link_wrapper .footer_link {
      width: 100%; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer_link_wrapper .footer_link {
      width: 50%; } }
  .footer_link_wrapper .footer_link .link {
    padding-top: 25px; }
    .footer_link_wrapper .footer_link .link li {
      margin-top: 10px; }
      .footer_link_wrapper .footer_link .link li a {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .footer_link_wrapper .footer_link .link li a:hover {
          color: #e74242; }

.footer_copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.58);
  padding: 25px 0; }
  .footer_copyright p {
    color: #fff; }

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #FFB316;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none; }
  .back-to-top:hover {
    color: #fff;
    background-color: #FFB316; }


.bt_bb_button a {
    background: #c3362b;
    padding: 24px 38px 25px 18px;
    border-radius: 41px;
    color: #fff;
}

#myVideo {
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}


.header_slider {
    position: relative;
}



.slider_content {
    position: absolute;
    left: unset;
    width:100%;
    top: 250px;
}

.slider_content2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.bt_bb_button a {
    margin: -3px;
}

.banner_text {
    margin-top: 60px;
}

.bt_bb_button .btn2 {
    background: #0e51ac;
    padding: 27px 37px 30px 18px;
    border-radius: 4px 51px 44px 4px;
    color: #fff;
}

.bt_bb_button a {
    background: #e74242;
    padding: 27px 37px 30px 18px;
    border-radius: 35px 0px 0px 34px;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
}

.bt_bb_button {
    margin-top: 59px;
}

.ab_main_content{
background-image:url("../images/img-journey.jpg");
background-color: rgb(14, 81, 172);
    position: relative;
    background-size: cover;
    background-position: center;

}


.ab_left {
    padding: 22px 55px 98px 78px;
}

.ab_main_content {
    border-radius: 45px;
}


.ab_right {
    /* box-shadow: -20px -13px #ddd; */
    margin: 24px -9px;
    border-radius: 87px;
}


.ab_right p {
    background: #e74242;
    color: #fff;
    padding: 12px 11px;
    border-radius: 1px 3px 30px 30px;
    font-size: 15px;
}


.ab_right img {
    border-radius: 24px 22px 4px 14px;
}

.ab_left h2 {
    color: #fff;
    font-size: 55px;
}

.ab_left p {
    color: #fff;
}

.ab_left a {
    color: #fff;
    border-radius: 31px;
    padding: 13px 24px;
    background: #e74242;
}

.subpara i {
    color: #e34141;
    font-size: 22px;
    margin: 0px 5px -7px 4px;
}

.service_para i {
    color: #86a7d5;
}


.ab_left h5:before {
    padding: 3px 11px 11px 23px;
    content: " ";
    background: #e74242;
    height: 20px;
    width: 10px;
    border-radius: 22px;
}

.our {
    padding: 18px;
    background: #e74242;
    /* height: 20px; */
    /* width: 10px; */
    margin: -4px -23px -12px 4px;
    border-radius: 22px;
}

.service_left h3 {
  font-size: 20px;
  color: #fff;
}

.solutions_white h3{
  color: #000 !important;
}
.service_para p {
    color: #333;
}

.ab_left h5 {
    color: #fff;
}

.service_left h5 {
    color: #333;
}

.ses_img {
    text-align: end;
}

.ses_img img {
    width: 79%;
    border-radius: 377px;
}
/*cus*/
.cus_container {
    /* display: flex; */
    max-width: 1250px;
    margin: auto;
}


.vertical_align{
  display:flex;
  align-items: center;
}

.service_para {
    margin-top: 44px;
}

.service_para p {
    line-height: 12px;
}

.service_left a {
    color: #fff;
    border-radius: 31px;
    padding: 8px 13px;
    background: #e74242;
}


.services_main {
    height: 100%;
    /* margin-left: 10%; */
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}


.mission-vission.img img {
    width: 91%;
    /* border-bottom: rebeccapurple; */
    border-radius: 52px;
}

.mission-vission.img {
    text-align: center;
    background: #fff;
    border-radius: 47px;
    width: 94%;
    margin: auto;
}
section.mission-vission {
    background: #dddddd36;
    padding: 160px 0px 0px 0px;
}
.mission-vission.img p {
    background: rgba(9, 198, 167, 0.8);
    padding: 10px 23px;
    color: #fff;
    border-radius: 8px 3px 38px 40px;
    font-size: 15px;
    text-align: justify;
}

.content {
    padding: 27px 0px;
}


.counter_icon i {
    border: 4px solid #fff;
    padding: 15px;
    border-radius: 70px;
}

/*.second {

    border-top-left-radius: 1px;
    border-bottom-right-radius: 1px;
}*/

/*ul.link li>a {
    margin-left: 4px;
    display: flex;
}*/

.info_content.media-body a {
    color: #677284;
}




/*header css*/
.navbar {
  background: unset;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;

}
.sticky {
/*    position: -webkit-sticky;*/
    position: fixed;
    top: 0;
        z-index: 9999;
    width: 100%;
    padding: 3px 0px 11px 0px;
    background: #7e1a1a;
    /* background: #942a2d; */
}
.navbar .logo {
    text-decoration: none;
    color: #122f48;
    top: -3px;
    position: relative;
    width: 242px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}
/* nav menu button */

.menu-btn {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  z-index: 2;
}

.navbar .menu-btn__lines::before,
.navbar .menu-btn__lines::after {
  content: "";
  position: absolute;
}

.navbar .menu-btn__lines,
.navbar .menu-btn__lines::before,
.navbar .menu-btn__lines::after {
  width: 1.5rem;
  height: 3px;
  background: #fff;
  transition: all 0.4s ease-in-out;
}

.navbar .menu-btn__lines::before {
  transform: translateY(-0.5rem);
}

.navbar .menu-btn__lines::after {
  transform: translateY(0.5rem);
}

.navbar .menu-items {
  display: flex;
  align-items: center;

}

.navbar ul li {
    /* border: 1px solid rgba(255,255,255,0.10); */
    list-style: none;
    transition: 0.3s ease;}

.navbar ul li .arrow {
  transition: all 0.3s ease-out;
}

.navbar ul li a {
  text-decoration: none;
  color: #112f48;
}

/* dropdown menu */

.navbar .dropdown {
  position: relative;
}
.expand-btn:after {
  content: " \25BE";
/*  opacity: 0.4;*/
  margin-left: 5px;
}

.navbar .dropdown-menu,
.menu-right {
  position: absolute;
  background: #cc0000;
  width: 190px;
  line-height: 30px;
  border-radius: 0 0 5px 5px;
  top: 65px;
  border-top: 1px solid white;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
}

.navbar .menu-right {
  top: 0;
  left: 100%;
}

.header_navbar{
  padding:0px 0px !important;

}
.navbar .dropdown-menu,
.navbar .dropdown-menu, .navbar .dropdown-menu, .menu-left .custom_menu{
    left: unset;
    right: -78px;
    top: 68px;
    left: 4px;
}

ul.dropdown-menu.sample li{
    transition: all ease-in-out 0.3s;
}

ul.dropdown-menu.sample li:hover {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transition: all ease-in-out 0.3s;
}
.navbar .menu-left {
  left: -100%;
}

.navbar .menu-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 1.5rem;
  font-size: 15px;
  color:#fff;
  font-weight:500;
}
/*.navbar .menu-item:hover {
  color: #ff5722;
}
*/
.menu-item.first-item {
  padding: 1.5rem 1rem;
}

.navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}

.navbar .dropdown-right:hover .menu-right {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown-right:hover .menu-left {
  left: -100%;
}

/* mega menu  */

.navbar .mega-menu {
  position: absolute;
  left: 0;
  width: 100vw;
  top: 65px;
  border-top: 1px solid #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
}

.mega-menu .content {
  background: #000;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
  justify-content: space-between;
  -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
}

.blog .content {
  grid-template-columns: repeat(4, 1fr);
}

.content .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 3rem;
}

.content .col .img-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 20vw;
  overflow: hidden;
}

.content .col .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.content .col img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.content .col .img-wrapper:hover img {
  transform: scale(1.1);
}

.content .col .menu-title {
  color: #ff5722;
  font-size: 1.2rem;
  line-height: 3rem;
  font-weight: bold;
}

.content .col p {
  line-height: 1.2rem;
  margin-top: 5px;
  color: #112f48;
}

.content .col .mega-links {
  border-left: 1px solid #3c3c3c;
}

.content .col .read-more {
  font-size: 16px;
  display: flex;
  padding-top: 1rem;
  color: #03a9f4;
  transition: color 0.3s ease;
  justify-content: flex-end;
  padding-right: 10px;
}

.col .mega-links li,
.col .mega-links li a {
  padding: 0 1rem;
}

.menu-items li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

.content .col .read-more:hover {
  color: #ff5722;
}

/* container */
/* .container {
  margin: 100px auto auto;
  padding: 0 15px;
  max-width: 1200px;
  text-align: center;
} */
/* .container p {
  color: #ffffff;
} */

h1 {
  font-weight: 700;
  line-height: 10vw;
  color: #ffffff;
  text-transform: uppercase;
}

/* animation menu hamburger */
.menu-btn.open .menu-btn__lines {
  transform: translateX(1rem);
  background: transparent;
}

.menu-btn.open .menu-btn__lines::before {
  transform: rotate(45deg) translate(-0.5rem, 0.5rem);
  background: #132f48;
}

.menu-btn.open .menu-btn__lines::after {
  transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
  background: #132f48;
}

/* Responsive style */

@media screen and (max-width: 1024px) {
  .navbar {
    padding: 10px 20px !important;
  }

  .overflow {
    overflow: hidden;
  }

  .overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .overlay--active {
    opacity: 1;
    visibility: visible;
  }

  .menu-btn {
    display: flex;
  }

  .navbar .menu-items {
    position: fixed;
    height: 100%;
    max-height: initial;
    overflow-y: auto;
      width: 80%;
    top: 0px;
    left: 0;
    background: #fcfcfc;
    display: block;
    transform: translateX(-100vh);
    transition: 0.3s ease-out;
    padding-bottom: 100px;
  }

  .menu-items.open {
    transform: translateY(0);
  }

  .menu-items li:first-child {
    margin-top: 20px;
  }

  .menu-items li a {
    padding: 10px 1rem;
    display: block;
    font-size: 18px;
  }

  .menu-items .dropdown-right .right-arrow {
    transform: rotate(90deg);
  }

  .menu-item.first-item {
    padding: 1rem 1rem;
  }

  /* DROPDOWN, MEGA MENUS */
  .menu-items .dropdown-menu,
  .menu-items .menu-right,
  .menu-items .mega-menu {
    position: sticky;
    opacity: 1;
    top: 4rem;
    visibility: visible;
    margin-left: -18px;
    width: auto;
    max-height: 0;
    transform: scaleX(0);
    transform-origin: left;
    overflow: hidden;
    transition: all 0.5s ease;
  }




  .menu-items .dropdown-menu,
  .menu-items .menu-right {
    padding-left: 1rem;
    width: 100%;
    margin-left: 5px;
    margin-top: 0px;
  }

  .menu-items .mega-menu .col {
    padding-left: 1rem;
  }

  .expand-btn.open + .sample {
    max-height: 100%;
    transform: scaleZ(1);
  }

  .expand-btn.open + .blog.sample {
    max-height: 100%;
    transform: scaleZ(1);
    max-width: fit-content;
  }

  .navbar .sample {
    border-top: none;
  }

  .sample li {
    margin: 0;
  }

  .sample li:last-child {
    border-bottom: none;
  }

  .sample li a {
    font-size: 1rem;
  }

  .mega-menu .content {
    grid-template-columns: auto;
    padding: 1rem 1rem 0 1rem;
  }

  .mega-menu .content .col {
    width: 100%;
    padding-top: 1rem;
    margin-bottom: 0.5rem;
  }

  .col .mega-links li,
  .col .mega-links li a {
    padding: 0 0.5rem;
  }

  .content .col .mega-links {
    border-left: 0;
    padding-left: 0.5rem;
  }
  .col .mega-links li {
    margin: 0;
  }
}


.logo img{
  width: 315px;
}


.header_slider {
    position: relative;
    bottom: 66px;
}




.custom_menu> li:hover > a{

    color:#fff;
  
}


.custom_menu> li:hover > a:after {
    width: 100%;
    transform-origin: right;
    height:100%;
    color:#fff;
    -moz-transform-origin: right;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    right: auto;
    left: 0;
}


.custom_menu> li > a:after {
    content: "";
    height: 5px;
    background: red;
    z-index:-1;
    width: 0;
    position: absolute;
        color:#fff;
    bottom: 0;
    right: -1px;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}



.custom_menu i.fa.fa-chevron-down {
    margin: 4px;
}






/*vishal css*/

.headingtopic {
    color: #0069ab;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 20px;
}

ul.overview-points {
    list-style: none;
    padding-left: 0;
    margin-top: 25px;
}

ul.overview-points li {
    position: relative;
    padding-left: 17px;
    margin-bottom: 12px;
    text-align: justify;
}


ul.overview-points {
  list-style: none;
  padding-left: 0;
  margin: 7px 0px;
}

/* .products  p {
    color: #000;
} */


.category-sidebar ul li a {
    display: block;
    padding: 8px 0 8px 36px;
    text-transform: capitalize;
    position: relative;
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
ul.overview-points li::before {
content: "\f0a9";
    position: absolute;
    left: 0;
    top: 4px;
    font-family: 'FontAwesome';
    font-weight: 600;
    font-size: 12px;
    color: #1c4671;
}


.subscribe-section {
    padding: 34px 40px 40px;
    background-color: #0069ab;
    color: #fff;
}

.heading {
    color: #0069ab;
    font-family: Poppins, sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top: 20px;
    border-bottom: 1px solid #c8c0cf;
    padding-bottom: 10px;
    width: 100%;
}

.category-sidebar ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.category-sidebar {
    border: 1px solid #bcbfc2;
}

ul.side li {
    margin-left: 20px;
}


.tableofcontent {
    font-size: 33px !important;
    color: #0069ab !important;
    font-weight: 700 !important;
    margin: 20px !important;
}

.category-sidebar ul li {
    display: block;
    border-bottom: 1px solid #bcbfc2;
}

.category-sidebar ul li a::before {
    position: absolute;
    left: 20px;
    content:"\f0a9"; /* Unicode for the 'fa-chevron-down' icon from Font Awesome */
    font-family: 'FontAwesome'; /* Specify the font family for the icon */
    font-weight: 400;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}




    img.img-fluid.logo {
 background: #7d1a25;
    width: 97%;
    padding: 10px 17px;
}

h2.title {
    font-size: 21px;
}


.sideheade{
  background: red !important;
}



/*sidebar */
accordion-panel {
  padding:10px; 
  border-bottom:1px solid #999898; 
  background:#e5e5e5;
}
.accordion-panel p {
  line-height: 21px;
  color: #444;
  font-size: 13px;
  margin-top:0;
}
.accordion-toggle {
  margin: 0px auto; 
  width: 500px; 
  border: 1px solid #999898; 
  border-bottom:0;
}
.accordion-link {
    position: relative;
    color: #fff;
    font-size: 14px;
    margin: 0px;
    padding: 10px 7px;
    cursor: pointer;
    background: #64151e;
    background: -moz-linear-gradient(top, #6c6e74 0%, #4b4d51 100%);
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6e74), color-stop(100%,#4b4d51)); */
    /* background: -webkit-linear-gradient(top, #6c6e74 0%,#4b4d51 100%); */
    background: -o-linear-gradient(top, #6c6e74 0%,#4b4d51 100%);
    background: -ms-linear-gradient(top, #6c6e74 0%,#4b4d51 100%);
    background: linear-gradient(top, #6c6e74 0%,#4b4d51 100%);
    border-bottom: 1px solid #999898;
    box-sizing: border-box;
}
.accordion-link span {
  position: absolute; 
  background: #E2E2E2; 
  width: 1px; 
  height: 11px; 
  top: 13px; 
  right: 16px; 
  transition: all 0.3s; 
  -moz-transition: all 0.3s; 
  -webkit-transition: all 0.3s; 
  -o-transition: all 0.3s;
}
.accordion-link span:after {
  content: ''; 
  position: absolute; 
  background: #E2E2E2; 
  height: 1px; 
  width: 11px; 
  top: 5px; 
  left: -5px; 
  transition: all 0.3s; 
  -moz-transition: all 0.3s; 
  -webkit-transition: all 0.3s; 
  -o-transition: all 0.3s;
}
.accordion-on.accordion-link span:after {
  opacity:0;
}
.accordion-on.accordion-link span {
  transform: rotate(90deg);
}


.sidebar .accordion-toggle {
    width: 100%;
}

/*.inner_banner{
  background-image:url('../images/inner_banner/post_18.jpg');

}*/

.inner_banner_img::before {
    position: absolute;
    content: '';
    background: linear-gradient(135deg,rgb(151 51 62 / 49%) 0%,rgb(254 45 45 / 50%) 50%,rgb(0 0 0 / 73%) 100%);
    width: 100%;
     height: 100%;
    left: 0;
    top: 0;

       border-bottom-left-radius: 50px;
}


section.inner_banner {
    position: relative;
    /* height: 400px; */
         border-bottom-left-radius: 50px;

}

.inner_banner_img {
  position: relative;
  top: -65px;
}



.custom_menu>li{
  position:relative;
}


.inner_banner_text {
  position: absolute;
  bottom: 25%;
}

.inner_banner_text ol.breadcrumb {
    background:unset;
}

.inner_banner_text .breadcrumb-item {
    font-size: 20px;
    display: -ms-flexbox;
    display: flex;
}

li.breadcrumb-item.active {
    color: #fff;
}



.inner_banner_img img {
    border-bottom-left-radius: 50px;
}
.inner_banner_img > .desktop{
  display: block;
}
.inner_banner_img > .mobile{
  display: none;
}



