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

    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");
body {
  font-family: "Poppins", 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%; }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  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: #FFB316; }
  .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 {
  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) {
    .section_title .title {
      font-size: 24px; } }

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999; }
  .preloader .loader {
    position: relative;
    width: 240px;
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .preloader .loader::before {
      position: absolute;
      content: '';
      width: 240px;
      height: 240px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(26, 49, 84, 0.12) 0%, rgba(26, 49, 84, 0.04) 55%, rgba(26, 49, 84, 0) 75%);
      -webkit-animation: eaglePulseRing 2.4s ease-in-out infinite;
      -moz-animation: eaglePulseRing 2.4s ease-in-out infinite;
      -o-animation: eaglePulseRing 2.4s ease-in-out infinite;
      animation: eaglePulseRing 2.4s ease-in-out infinite; }
    .preloader .loader::after {
      position: relative;
      content: '';
      width: 160px;
      height: 160px;
      background: url("../images/logo-dark.png") no-repeat center center;
      background-size: contain;
      -webkit-animation: eagleLogoPulse 2.4s ease-in-out infinite;
      -moz-animation: eagleLogoPulse 2.4s ease-in-out infinite;
      -o-animation: eagleLogoPulse 2.4s ease-in-out infinite;
      animation: eagleLogoPulse 2.4s ease-in-out infinite; }
    .preloader .loader .ytp-spinner {
      display: 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: #FFB316 #FFB316 #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); } }

@-webkit-keyframes eagleLogoPulse {
  0%, 100% {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
    opacity: 0.88; }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1; } }

@keyframes eagleLogoPulse {
  0%, 100% {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
    opacity: 0.88; }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1; } }

@-webkit-keyframes eaglePulseRing {
  0%, 100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5; }
  50% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    opacity: 0.9; } }

@keyframes eaglePulseRing {
  0%, 100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5; }
  50% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    opacity: 0.9; } }

/*===========================
     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; }

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -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; }
  .sticky .navbar {
    padding: 15px 0; }

.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: 170px; }

.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; } }
  @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; }

.navbar-nav .has-sub-menu > a {
  padding-right: 18px; }

.navbar-nav .nav-item .sub-menu li a::before {
  display: none; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item.has-sub-menu > a {
    padding-right: 35px; } }

@media (max-width: 767px) {
  .navbar-nav .nav-item.has-sub-menu > a {
    padding-right: 35px; } }

.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 =====*/
.single_slider {
  height: 750px;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 200px; }
  @media only screen and (min-width: 1400px) {
    .single_slider {
      height: 950px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_slider {
      height: 700px;
      border-bottom-left-radius: 100px; } }
  @media (max-width: 767px) {
    .single_slider {
      height: 650px;
      border-bottom-left-radius: 80px; } }
.single_slider::before {
    position: absolute;
    content: '';
    background-color: rgba(26, 49, 84, 0.52);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.header_slider {
  position: relative; }

.header_slider .carousel-item {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

.header_slider .slider_content {
  opacity: 0;
  -webkit-transform: translateX(36px);
  -moz-transform: translateX(36px);
  -ms-transform: translateX(36px);
  -o-transform: translateX(36px);
  transform: translateX(36px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  -moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease;
  -ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease;
  -o-transition: opacity 0.5s ease, -o-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease; }

.header_slider .carousel-item.active .slider_content,
.header_slider .carousel-item-next.carousel-item-left .slider_content,
.header_slider .carousel-item-prev.carousel-item-right .slider_content {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.header_slider_control {
  width: 70px;
  opacity: 1;
  z-index: 3; }
  .header_slider_control .carousel-control-prev-icon,
  .header_slider_control .carousel-control-next-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: rgba(255, 179, 22, 0.88);
    background-size: 44% 44%; }

.header_slider_indicators {
  margin-bottom: 45px;
  z-index: 3; }
  .header_slider_indicators li {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.55);
    opacity: 1; }
  .header_slider_indicators .active {
    background-color: #FFB316; }

.slider_content {
  padding-top: 50px; }
  .slider_content .slider_title {
    font-size: 60px;
    color: #fff;
    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; }

.single_features .features_content .features_title a {
  font-size: 30px;
  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 .about_intro_brand {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #1A3154; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about_content .about_intro_brand {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .about_content .about_intro_brand {
      font-size: 32px; } }
.about_content .about_intro_headline {
  font-size: 30px;
  line-height: 1.35;
  font-weight: 500;
  color: #1A3154;
  margin-top: 18px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about_content .about_intro_headline {
      font-size: 26px; } }
  @media (max-width: 767px) {
    .about_content .about_intro_headline {
      font-size: 22px; } }
.about_content p {
  margin-top: 25px; }
.about_content .about_stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-left: -12px;
  margin-right: -12px; }
.about_content .about_stat {
  width: 33.333%;
  padding: 0 12px;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .about_content .about_stat {
      width: 100%; } }
.about_content .about_stat_number {
  display: block;
  font-size: 58px;
  line-height: 1;
  font-weight: 800;
  color: #1A3154; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about_content .about_stat_number {
      font-size: 48px; } }
  @media (max-width: 767px) {
    .about_content .about_stat_number {
      font-size: 42px; } }
.about_content .about_stat p {
  margin-top: 12px;
  margin-bottom: 0;
  color: #1A3154;
  font-weight: 600; }
  .about_content .main-btn {
    margin-top: 45px; }

.about_values_area {
  background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
  color: #1A3154;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px; }
  @media (max-width: 767px) {
    .about_values_area {
      border-top-left-radius: 60px;
      border-bottom-right-radius: 60px; } }
  .about_values_area .section_title .title,
  .about_values_area .section_title p {
    color: #1A3154; }

.value_tile {
  min-height: 220px;
  padding: 38px 30px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #dfe8f2;
  border-radius: 28px;
  -webkit-box-shadow: 0px 16px 38px 0px rgba(26, 49, 84, 0.08);
  -moz-box-shadow: 0px 16px 38px 0px rgba(26, 49, 84, 0.08);
  box-shadow: 0px 16px 38px 0px rgba(26, 49, 84, 0.08);
  -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; }
  .value_tile:hover {
    background-color: #ffffff;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0px 24px 46px 0px rgba(26, 49, 84, 0.13);
    -moz-box-shadow: 0px 24px 46px 0px rgba(26, 49, 84, 0.13);
    box-shadow: 0px 24px 46px 0px rgba(26, 49, 84, 0.13); }
  .value_tile h4 {
    margin-top: 22px;
    margin-bottom: 0;
    font-size: 30px;
    color: #1A3154; }
    @media (max-width: 767px) {
      .value_tile h4 {
        font-size: 24px; } }

.value_icon {
  width: 82px;
  height: 82px;
  margin: 0 auto;
  border-radius: 22px;
  background-color: #e8eef6;
  border: 1px solid rgba(26, 49, 84, 0.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .value_icon i {
    font-size: 36px;
    color: #1A3154; }

.about_purpose_area {
  background-color: #f7f9fc; }

.purpose_card {
  height: 100%;
  padding: 40px 34px;
  background-color: #fff;
  border-radius: 28px;
  border-left: 8px solid #1A3154;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(26, 49, 84, 0.08);
  -moz-box-shadow: 0px 10px 30px 0px rgba(26, 49, 84, 0.08);
  box-shadow: 0px 10px 30px 0px rgba(26, 49, 84, 0.08); }
  .purpose_card h3 {
    font-size: 34px;
    color: #1A3154;
    margin-bottom: 18px; }
  .purpose_card p {
    margin-bottom: 0;
    color: #1A3154; }

.about_why_area {
  background-color: #f7f9fc; }

.about_why_card {
  height: calc(100% - 30px);
  padding: 34px 30px;
  border-radius: 28px;
  background-color: #ffffff;
  border: 1px solid #dfe8f2;
  -webkit-box-shadow: 0px 16px 38px 0px rgba(26, 49, 84, 0.08);
  -moz-box-shadow: 0px 16px 38px 0px rgba(26, 49, 84, 0.08);
  box-shadow: 0px 16px 38px 0px rgba(26, 49, 84, 0.08);
  -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; }
  .about_why_card:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0px 24px 46px 0px rgba(26, 49, 84, 0.13);
    -moz-box-shadow: 0px 24px 46px 0px rgba(26, 49, 84, 0.13);
    box-shadow: 0px 24px 46px 0px rgba(26, 49, 84, 0.13); }
  .about_why_card h4 {
    margin-top: 22px;
    font-size: 28px;
    color: #1A3154; }
    @media (max-width: 767px) {
      .about_why_card h4 {
        font-size: 24px; } }
  .about_why_card p {
    margin-top: 18px;
    color: #1A3154;
    margin-bottom: 0; }

.about_why_icon {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #e8eef6;
  border: 1px solid rgba(26, 49, 84, 0.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .about_why_icon i {
    font-size: 32px;
    color: #1A3154; }

/*===========================
       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; }

.service_feature_card {
  overflow: hidden;
  border-radius: 26px;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 40px 0px rgba(26, 49, 84, 0.1);
  -moz-box-shadow: 0px 16px 40px 0px rgba(26, 49, 84, 0.1);
  box-shadow: 0px 16px 40px 0px rgba(26, 49, 84, 0.1); }
  .service_feature_card .services_image img {
    width: 100%;
    height: 240px;
    object-fit: cover; }
  .service_feature_card .services_content {
    padding: 30px 28px 34px;
    margin-top: 0; }
    .service_feature_card .services_content .title {
      color: #1A3154; }
    .service_feature_card .services_content p {
      margin-top: 18px; }

.services_listing_area {
  background-color: #f7f9fc; }

.service_page_card {
  height: calc(100% - 30px);
  overflow: hidden;
  border-radius: 26px;
  margin-top: 30px;
  background-color: #fff;
  border: 1px solid #e6ecf3;
  -webkit-box-shadow: 0px 16px 38px 0px rgba(26, 49, 84, 0.08);
  -moz-box-shadow: 0px 16px 38px 0px rgba(26, 49, 84, 0.08);
  box-shadow: 0px 16px 38px 0px rgba(26, 49, 84, 0.08);
  -webkit-transition: -webkit-transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; }
  .service_page_card:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    border-color: rgba(255, 179, 22, 0.45);
    -webkit-box-shadow: 0px 24px 48px 0px rgba(26, 49, 84, 0.14);
    -moz-box-shadow: 0px 24px 48px 0px rgba(26, 49, 84, 0.14);
    box-shadow: 0px 24px 48px 0px rgba(26, 49, 84, 0.14); }
  .service_page_card .services_image {
    overflow: hidden; }
  .service_page_card .services_image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.45s ease;
    transition: transform 0.45s ease; }
  .service_page_card:hover .services_image img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04); }
  .service_page_card .services_content {
    padding: 28px; }
    .service_page_card .services_content .title {
      color: #1A3154;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      font-size: 28px; }
  .service_page_card:hover .services_content .title {
    color: #FFB316; }
.service_page_card .services_content p {
      margin-top: 16px;
      color: #444; }

@media (prefers-reduced-motion: reduce) {
  .service_page_card,
  .service_page_card .services_image img,
  .service_page_card .services_content .title {
    -webkit-transition: none;
    transition: none; }
  .service_page_card:hover {
    -webkit-transform: none;
    transform: none; }
  .service_page_card:hover .services_image img {
    -webkit-transform: none;
    transform: none; } }


/*===========================
      06.WHY EAGLE css
===========================*/
.why_eagle_tile {
  height: calc(100% - 30px);
  margin-top: 30px;
  padding: 34px 30px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
  border: 1px solid #dfe8f2;
  -webkit-box-shadow: 0px 16px 38px 0px rgba(26, 49, 84, 0.08);
  -moz-box-shadow: 0px 16px 38px 0px rgba(26, 49, 84, 0.08);
  box-shadow: 0px 16px 38px 0px rgba(26, 49, 84, 0.08);
  -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; }
  .why_eagle_tile:hover {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0px 24px 44px 0px rgba(26, 49, 84, 0.14);
    -moz-box-shadow: 0px 24px 44px 0px rgba(26, 49, 84, 0.14);
    box-shadow: 0px 24px 44px 0px rgba(26, 49, 84, 0.14); }
  .why_eagle_tile h5 {
    margin-top: 24px;
    font-size: 24px;
    color: #1A3154; }
  .why_eagle_tile p {
    margin-top: 16px;
    color: #1A3154; }

.why_eagle_icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 18px;
  background-color: #e8eef6;
  border: 1px solid rgba(26, 49, 84, 0.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.7);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.7); }
  .why_eagle_icon i {
    font-size: 28px;
    line-height: 1;
    color: #1A3154; }
  .why_eagle_tile {
    text-align: center; }



/*===========================
       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; } }
  .counter_area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(26, 49, 84, 0.79);
    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: 44px;
    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: 38px; } }
    @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; }

/*===========================
        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; }
  .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_form .single_form .main-btn {
    background-color: #1A3154; }
    .contact_form .single_form .main-btn:hover {
      background-color: #234372; }

.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: #1A3154;
    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; } }

.contact_map_area {
  background-color: #f7f9fc; }

.contact_map_embed {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid #dfe8f2;
  -webkit-box-shadow: 0px 16px 38px 0px rgba(26, 49, 84, 0.08);
  -moz-box-shadow: 0px 16px 38px 0px rgba(26, 49, 84, 0.08);
  box-shadow: 0px 16px 38px 0px rgba(26, 49, 84, 0.08); }
  .contact_map_embed iframe {
    width: 100%;
    height: 450px;
    display: block; }
    @media (max-width: 767px) {
      .contact_map_embed iframe {
        height: 320px; } }

/*===========================
       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; } }
  .footer_area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(26, 49, 84, 0.95);
    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: #FFB316; }

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

.footer_social a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  -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_social a i {
    font-size: 20px;
    line-height: 48px; }
  .footer_social a:hover {
    background-color: #FFB316;
    border-color: #FFB316;
    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; }

.calculator_intro {
  max-width: 860px;
  margin-bottom: 45px; }
  .calculator_intro p {
    color: #1A3154;
    font-size: 17px;
    line-height: 30px; }

.calculator_shape_panel,
.calculator_box,
.calculator_info_card,
.faq_card {
  background-color: #fff;
  border-radius: 28px;
  border: 1px solid #e6ecf3;
  -webkit-box-shadow: 0px 18px 45px 0px rgba(26, 49, 84, 0.08);
  -moz-box-shadow: 0px 18px 45px 0px rgba(26, 49, 84, 0.08);
  box-shadow: 0px 18px 45px 0px rgba(26, 49, 84, 0.08); }

.calculator_shape_panel {
  padding: 30px 26px; }
  .calculator_shape_panel h5 {
    font-size: 24px;
    margin-bottom: 18px; }
  .calculator_shape_panel .list-group-item {
    border: 1px solid #d9e2ef;
    border-radius: 16px;
    margin-bottom: 12px;
    padding: 16px 18px;
    color: #1A3154;
    font-weight: 600;
    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; }
  .calculator_shape_panel .list-group-item.active,
  .calculator_shape_panel .list-group-item:hover {
    background-color: #1A3154;
    border-color: #1A3154;
    color: #fff; }

.calculator_box {
  padding: 36px 34px; }

.calculator_header_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px; }

#shape-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 280px;
  flex: 1 1 280px; }
  #shape-info h5 {
    font-size: 32px;
    margin-bottom: 12px; }

.calculator_visual {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 260px;
  flex: 1 1 260px; }

.shape_visual_card {
  min-height: 260px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #f7f9fc 0%, #eef4fb 100%);
  border: 1px solid #dce6f2; }

.shape_visual_label {
  display: inline-block;
  padding: 8px 16px;
  background-color: #FFB316;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: #1A3154;
  text-transform: uppercase;
  letter-spacing: 0.08em; }

.shape_visual_art {
  position: relative;
  height: 140px;
  margin: 18px 0; }

.shape_visual_text {
  color: #1A3154;
  margin-bottom: 0; }

.shape-label {
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  color: #1A3154; }

.shape-slab,
.shape-footing,
.shape-beam,
.shape-column-square,
.shape-column-round,
.shape-trapezoid {
  position: relative;
  width: 100%;
  height: 100%; }

.shape-slab::before,
.shape-footing::before,
.shape-beam::before {
  position: absolute;
  content: '';
  left: 30px;
  top: 36px;
  width: 170px;
  height: 80px;
  background: linear-gradient(135deg, #FFB316 0%, #ffd67a 100%);
  border: 3px solid #1A3154;
  border-radius: 18px;
  transform: skew(-18deg); }

.shape-slab .shape-width,
.shape-footing .shape-width,
.shape-beam .shape-width {
  top: 18px;
  left: 84px; }

.shape-slab .shape-length,
.shape-footing .shape-length,
.shape-beam .shape-length,
.shape-trapezoid .shape-length {
  bottom: 8px;
  left: 92px; }

.shape-slab .shape-depth,
.shape-footing .shape-depth,
.shape-beam .shape-depth {
  top: 68px;
  right: 10px; }

.shape-trapezoid::before {
  position: absolute;
  content: '';
  left: 48px;
  top: 42px;
  width: 150px;
  height: 78px;
  background: linear-gradient(180deg, #ffd67a 0%, #FFB316 100%);
  clip-path: polygon(16% 0, 84% 0, 100% 100%, 0 100%);
  border: 3px solid #1A3154; }

.shape-trapezoid .shape-top {
  top: 16px;
  left: 88px; }

.shape-trapezoid .shape-bottom {
  top: 122px;
  left: 76px; }

.shape-trapezoid .shape-side {
  top: 68px;
  right: 6px; }

.shape-column-square::before {
  position: absolute;
  content: '';
  left: 92px;
  top: 16px;
  width: 92px;
  height: 112px;
  background: linear-gradient(180deg, #ffd67a 0%, #FFB316 100%);
  border: 3px solid #1A3154;
  border-radius: 16px; }

.shape-column-square .shape-width {
  top: 134px;
  left: 114px; }

.shape-column-square .shape-height,
.shape-column-round .shape-height {
  top: 60px;
  left: 18px; }

.shape-column-round::before {
  position: absolute;
  content: '';
  left: 104px;
  top: 18px;
  width: 74px;
  height: 112px;
  background: linear-gradient(180deg, #ffd67a 0%, #FFB316 100%);
  border: 3px solid #1A3154;
  border-radius: 40px; }

.shape-column-round .shape-diameter {
  top: 132px;
  left: 98px; }

.calculator_field_card {
  margin-top: 22px; }
  .calculator_field_card label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1A3154;
    margin-bottom: 10px; }

.calculator_input_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .calculator_input_group input,
  .calculator_input_group select {
    height: 56px;
    border: 1px solid #cfdbe8;
    border-radius: 12px; }
  .calculator_input_group input {
    width: 100%;
    padding: 0 18px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .calculator_input_group select {
    width: 92px;
    padding: 0 12px;
    background-color: #f7f9fc;
    color: #1A3154;
    font-weight: 700;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.calculator_action_row {
  margin-top: 30px; }

.calculator_results .single_counter {
  height: 100%;
  margin-top: 12px;
  padding: 28px 18px;
  border-radius: 20px;
  background-color: #f7f9fc; }
  .calculator_results .single_counter h5 {
    font-size: 18px;
    color: #1A3154; }
  .calculator_results .single_counter p {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    color: #FFB316; }

.calculator_support p {
  margin-top: 18px; }

.calculator_waste_note {
  padding: 16px 18px;
  border-left: 5px solid #FFB316;
  background-color: #fff8e7;
  border-radius: 12px;
  color: #1A3154; }

.calculator_cta {
  margin-top: 24px; }
  .calculator_cta .main-btn {
    margin-right: 14px;
    margin-bottom: 10px; }

.calculator_info_card,
.faq_card {
  height: calc(100% - 30px);
  margin-top: 30px;
  padding: 32px 28px; }
  .calculator_info_card h4,
  .faq_card h5 {
    color: #1A3154;
    margin-bottom: 18px; }

.calculator_info_list li {
  position: relative;
  padding-left: 24px;
  margin-top: 14px;
  color: #1A3154; }
  .calculator_info_list li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFB316; }

.faq_card p {
  margin-bottom: 0;
  color: #1A3154; }

@media (max-width: 767px) {
  .calculator_box {
    padding: 28px 20px; }
  #shape-info h5 {
    font-size: 26px; }
  .shape_visual_card {
    min-height: 230px; }
  .calculator_cta .main-btn {
    display: block;
    width: 100%;
    margin-right: 0; }
  .calculator_input_group select {
    width: 82px; } }

@media (max-width: 767px) {
  body {
    overflow-x: hidden; }
  p {
    font-size: 15px;
    line-height: 1.7; }
  .main-btn {
    padding: 0 28px;
    line-height: 46px; }
  .navbar {
    padding: 14px 0; }
  .navbar-brand img {
    width: 138px; }
  .navbar-toggler {
    padding: 6px 0; }
  .navbar-collapse {
    margin-top: 12px;
    padding: 12px 16px 16px;
    border-radius: 18px;
    max-height: calc(100vh - 92px);
    overflow-y: auto; }
  .navbar-nav .nav-item a {
    padding: 10px 0;
    font-size: 15px; }
  .single_slider {
    height: auto;
    min-height: 560px;
    padding: 118px 0 92px;
    border-bottom-left-radius: 56px; }
  .header_slider_control {
    display: none; }
  .header_slider_indicators {
    margin-bottom: 22px; }
  .slider_content {
    padding-top: 0; }
  .slider_content .slider_title {
    font-size: clamp(30px, 8vw, 40px);
    line-height: 1.2;
    margin-top: 0; }
  .slider_content p {
    margin-top: 18px;
    max-width: 100%; }
  .about_image img,
  .single_features .features_image img {
    border-radius: 28px; }
  .about_content {
    padding-left: 0; }
  .about_content .sub_title {
    padding-left: 18px; }
  .about_content .sub_title::before {
    left: 0;
    width: 6px; }
  .about_content .about_stats {
    margin-top: 28px; }
  .about_content .about_stat {
    width: 50%;
    text-align: center; }
  .about_content .about_stat:last-child {
    width: 100%; }
  .about_content .about_stat_number {
    font-size: 36px; }
  .about_content .main-btn,
  .contact_form .single_form .main-btn {
    width: 100%; }
  .value_tile,
  .purpose_card,
  .about_why_card,
  .why_eagle_tile,
  .service_page_card .services_content,
  .calculator_shape_panel,
  .calculator_info_card,
  .faq_card {
    padding-left: 22px;
    padding-right: 22px; }
  .value_tile,
  .purpose_card,
  .about_why_card,
  .why_eagle_tile {
    min-height: 0; }
  .purpose_card {
    padding-top: 30px;
    padding-bottom: 30px; }
  .purpose_card h3 {
    font-size: 28px; }
  .about_why_card h4,
  .service_page_card .services_content .title,
  .value_tile h4,
  .why_eagle_tile h5 {
    font-size: 22px; }
  .service_page_card .services_image img {
    height: 210px; }
  .single_info {
    align-items: flex-start !important; }
  .single_info .info_content p {
    word-break: break-word; }
  .contact_map_embed {
    border-radius: 20px; }
  .footer_area {
    border-top-left-radius: 42px; }
  .footer_copyright {
    padding: 20px 0; }
  .footer_copyright p {
    font-size: 14px;
    line-height: 1.6; }
  .back-to-top {
    right: 14px;
    bottom: 14px; } }

@media (max-width: 575px) {
  .single_slider {
    min-height: 520px;
    padding-top: 108px;
    padding-bottom: 84px; }
  .slider_content .slider_title {
    font-size: 30px; }
  .slider_content p {
    font-size: 15px; }
  .about_content .about_stat {
    width: 100%; }
  .service_page_card .services_image img {
    height: 190px; }
  .calculator_box,
  .service_page_card .services_content,
  .calculator_shape_panel,
  .calculator_info_card,
  .faq_card {
    padding-left: 18px;
    padding-right: 18px; } }
