/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
/* ==========================================================================
   2. GENERAL
   ========================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  background: #f7f7f7;
  overflow-x: hidden; }

html {
  overflow-x: hidden; }

p {
  font-size: 16px;
  color: #222;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0; }

a:hover, a:focus {
  color: #253764; }

a {
  color: #253764;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #222; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

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

a:not([href]):not([tabindex]) {
  color: #fff; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #fff; }

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
  padding: 80px 0; }

.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
  position: relative; }
  .section-header .section-title {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #263238;
    position: relative; }
    .section-header .section-title:before {
      content: '';
      position: absolute;
      bottom: -8px;
      width: 80px;
      height: 2px;
      background: #253764;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  .section-header span {
    font-size: 60px;
    color: rgba(0, 0, 0, 0.07);
    z-index: 2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%; }

.h-80vh {
  height: 80vh; }

.h-70vh {
  height: 70vh; }

.h-60vh {
  height: 60vh; }

.w-15 {
  width: 15%; }

.w-40 {
  width: 40%; }

.pt-20 {
  padding-top: 20%; }

.pt-90 {
  padding-top: 90px; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .pt-90 {
      padding-top: 40px; } }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .pt-90 {
      padding-top: 40px; } }

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

.bg {
  background-color: #f7f7fd; }

/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.btn {
  font-size: 14px;
  padding: 10px 30px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  max-height: 45px; }

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff; }

.btn-common {
  background-color: #253764;
  position: relative;
  z-index: 1;
  padding: 12px 32px; }
  .btn-common:hover {
    color: #fff; }

.btn-login {
  background-color: #F6A500;
  position: relative;
  z-index: 1;
  padding: 12px 32px; }
  .btn-login:hover {
    color: #fff; }

.btn-effect {
  overflow: hidden; }

.btn-effect:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn-effect:hover:after {
  width: 100%; }

.error {
  color: red; }

.btn-border {
  cursor: pointer;
  color: #253764;
  font-weight: 900;
  font-size: 20px; }
  .btn-border:hover {
    transform: scale(1.05);
    color: white;
    background-color: #F6A500; }

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px; }

.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize; }

button:focus {
  outline: none !important; }

.clear {
  clear: both; }

.btn-more {
  font-size: 16px;
  font-weight: 500;
  color: #004899;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  background-color: transparent;
  border: none; }
  .btn-more:hover {
    transform: scale(1.1); }

/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */
.social-icons {
  margin-bottom: 20px; }

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.social-icons ul li {
  display: inline; }

.social-icons ul li a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid rgba(255, 254, 254, 0.07);
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px; }

.social-icons ul li a:hover {
  color: #fff; }

.facebook a {
  color: #4867AA; }

.facebook a:hover {
  background: #4867AA; }

.twitter a {
  color: #1DA1F2; }

.twitter a:hover {
  background: #1DA1F2; }

.google-plus a {
  color: #DD4D42; }

.google-plus a:hover {
  background: #DD4D42; }

.youtube a {
  color: #DF2926; }

.youtube a:hover {
  background: #DF2926; }

.linkedin a {
  color: #007BB6; }

.linkedin a:hover {
  background: #007BB6; }

.pinterest a {
  color: #BD081C; }

.pinterest a:hover {
  background: #BD081C; }

.dribbble a {
  color: #EA4C89; }

.dribbble a:hover {
  background: #EA4C89; }

.behance a {
  color: #0B7CFF; }

.behance a:hover {
  background: #0B7CFF; }

/* ========================================================================== 
  -2.5 Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 15px;
  z-index: 100; }

.back-to-top i {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  border-radius: 25px;
  background-color: #253764;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.overlay-2 {
  background: rgba(0, 0, 0, 0.9) !important; }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #253764;
  opacity: 0.5;
  filter: alpha(opacity=80); }

.color {
  color: #253764; }

.color-yellow {
  color: #F6A500; }

.color-white {
  color: #fff; }

.fs-1 {
  font-size: 1rem; }

.fs-13 {
  font-size: 1.3rem; }

.fs-15 {
  font-size: 1.5rem; }

.fs-16 {
  font-size: 16px; }

.fs-2 {
  font-size: 2rem; }

.fs-circle {
  font-size: .7rem; }

.fw-400 {
  font-weight: 400; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #253764;
  background-color: #253764; }

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

.mt-30 {
  margin-top: 30% !important; }

.mt-50 {
  margin-top: 50% !important; }

.mt-55p {
  margin-top: 55px; }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .mt-55p {
      margin-top: 15px !important; } }

.jcsb {
  justify-content: space-between; }

.jcsa {
  justify-content: space-around; }

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

.w-15 {
  width: 15%; }

.w-100 {
  width: 100%; }

.mb-10 {
  margin-bottom: 10rem; }

/* ==========================================================================
   Navbar Style
   ========================================================================== */
.navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #f7f7f7; }
  .navigation.navigation-two {
    background-color: #f7f7f7; }
  .navigation.sticky {
    position: fixed;
    background-color: #f7f7f7;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06); }
  .navigation img {
    width: 14%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navigation img {
        width: 20%;
        padding-top: 0; } }
    @media (max-width: 767px) {
      .navigation img {
        width: 25%;
        padding-top: 0; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .navigation img {
        width: 30%;
        padding-top: 0; } }
    @media only screen and (min-width: 320px) and (max-width: 575px) {
      .navigation img {
        width: 35%;
        padding-top: 0; } }

.navbar {
  max-height: 120px; }

.navbar-toggler {
  padding: 0; }
  .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #222;
    display: block;
    margin: 6px 0;
    position: relative;
    -webkit-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);
    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);
    transform: rotate(135deg);
    top: -8px; }

.navbar-collapse {
  margin-right: 5%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: #f7f7f7;
      margin-right: 0;
      z-index: 8;
      padding: 5px 16px;
      box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06); } }
  @media (max-width: 767px) {
    .navbar-collapse {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: #f7f7f7;
      margin-right: 0;
      z-index: 8;
      padding: 5px 16px;
      box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06); } }

.navbar-nav .nav-item a {
  color: #253764;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 0px;
  margin-left: 30px;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a {
      color: #253764;
      display: block;
      padding: 4px 0;
      margin-left: 0; } }
  @media (max-width: 767px) {
    .navbar-nav .nav-item a {
      color: #253764;
      display: block;
      padding: 4px 0;
      margin-left: 0; } }
  .navbar-nav .nav-item a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #F6A500;
    -webkit-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; } }

.navbar-nav .nav-item:hover a, .navbar-nav .nav-item.active a {
  color: #253764; }
  .navbar-nav .nav-item:hover a::before, .navbar-nav .nav-item.active a::before {
    width: 50%; }

.navigation-two .navbar-toggler .toggler-icon {
  background-color: #212121; }

.navigation-two .navbar-nav .nav-item a {
  color: #253764; }

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

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

.vertical-line {
  border-right: 2px solid #253764;
  height: 45px;
  margin-left: 20px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .vertical-line {
      display: none; } }
  @media (max-width: 767px) {
    .vertical-line {
      display: none; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .vertical-line {
      display: none; } }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .vertical-line {
      display: none; } }

.letterSize {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #253764; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .letterSize {
      display: none;
      margin-left: 0; } }
  @media (max-width: 767px) {
    .letterSize {
      display: none;
      margin-left: 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .letterSize {
      display: none;
      margin-left: 0; } }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .letterSize {
      display: none;
      margin-left: 0; } }

.btn-letter {
  background-color: transparent;
  color: #253764;
  border: solid 2px #253764;
  font-size: 14px;
  font-weight: 700; }

.border-left-0 {
  border-left: none;
  padding: 1px 0; }

@media only screen and (min-width: 1201px) {
  .mt-lg-3px {
    margin-top: 3px !important; } }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .mt-lg-3px {
    margin-top: 3px !important; } }

.custom-control-label::after {
  position: absolute;
  top: .2rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  border: 1px solid #253764;
  border-radius: 100%;
  height: 1rem;
  content: "";
  background: no-repeat 50% 50% 50%; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  font-size: 14px;
  font-weight: 700;
  color: #253764; }

/* ==========================================================================
   Hero Area
   ========================================================================== */
.hero-area {
  position: relative; }
  .hero-area .bg-hero {
    height: 115vh;
    background: #253764;
    background: -moz-linear-gradient(180deg, #253764 10%, white 100%);
    background: -webkit-linear-gradient(180deg, #253764 10%, white 100%);
    background: linear-gradient(180deg, #253764 10%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#253764",endColorstr="#ffffff",GradientType=1);
    background-size: cover;
    background-position: top;
    position: relative;
    z-index: -10; }
    @supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
      .hero-area .bg-hero {
        -webkit-clip-path: polygon(0% 8%, 64% 15%, 62% 100%, 0 86%);
        clip-path: polygon(0% 8%, 64% 15%, 62% 100%, 0 86%);
        height: 55vh;
        z-index: -10; }
        @media (max-width: 2880px) and (max-height: 1800px) {
          .hero-area .bg-hero {
            -webkit-clip-path: polygon(0% 8%, 65% 15%, 63% 100%, 0 86%);
            clip-path: polygon(0% 8%, 65% 15%, 63% 100%, 0 86%);
            height: 60vh;
            z-index: -10; } }
        @media (max-width: 2560px) and (max-height: 2048px) {
          .hero-area .bg-hero {
            -webkit-clip-path: polygon(0% 7%, 67% 15%, 64% 100%, 0 86%);
            clip-path: polygon(0% 7%, 67% 15%, 64% 100%, 0 86%);
            height: 53vh;
            z-index: -10; } }
        @media (max-width: 2560px) and (max-height: 1600px) {
          .hero-area .bg-hero {
            -webkit-clip-path: polygon(0% 8%, 67% 15%, 64% 100%, 0 85%);
            clip-path: polygon(0% 8%, 67% 15%, 64% 100%, 0 85%);
            height: 70vh;
            z-index: -10; } }
        @media (max-width: 2560px) and (max-height: 1440px) {
          .hero-area .bg-hero {
            -webkit-clip-path: polygon(0% 7%, 67% 15%, 64% 100%, 0 85%);
            clip-path: polygon(0% 7%, 67% 15%, 64% 100%, 0 85%);
            height: 75vh;
            z-index: -10; } }
        @media (max-width: 2048px) and (max-height: 1536px) {
          .hero-area .bg-hero {
            -webkit-clip-path: polygon(0% 8%, 71% 15%, 67% 100%, 0 85%);
            clip-path: polygon(0% 8%, 71% 15%, 67% 100%, 0 85%);
            height: 70vh;
            z-index: -10; } }
        @media (max-width: 2048px) and (max-height: 1152px) {
          .hero-area .bg-hero {
            -webkit-clip-path: polygon(0% 7%, 71% 15%, 67% 100%, 0 85%);
            clip-path: polygon(0% 7%, 71% 15%, 67% 100%, 0 85%);
            height: 96vh;
            z-index: -10; } }
        @media (max-width: 1920px) and (max-height: 1440px) {
          .hero-area .bg-hero {
            -webkit-clip-path: polygon(0% 7%, 73% 15%, 68% 100%, 0 85%);
            clip-path: polygon(0% 7%, 73% 15%, 68% 100%, 0 85%);
            height: 75vh;
            z-index: -10; } }
        @media (max-width: 1920px) and (max-height: 1200px) {
          .hero-area .bg-hero {
            -webkit-clip-path: polygon(0% 7%, 73% 15%, 68% 100%, 0 85%);
            clip-path: polygon(0% 7%, 73% 15%, 68% 100%, 0 85%);
            height: 98vh;
            z-index: -10; } }
        @media (max-width: 1366px) and (max-height: 768px) {
          .hero-area .bg-hero {
            -webkit-clip-path: polygon(0% 10%, 83% 15%, 76% 100%, 0 85%);
            clip-path: polygon(0% 10%, 83% 15%, 76% 100%, 0 85%);
            height: 115vh;
            z-index: -10; } }
        @media (max-width: 1280px) and (max-height: 1024px) {
          .hero-area .bg-hero {
            -webkit-clip-path: polygon(0% 9%, 84% 15%, 77% 100%, 0 85%);
            clip-path: polygon(0% 9%, 84% 15%, 77% 100%, 0 85%);
            height: 95vh;
            z-index: -10; } }
        @media (max-width: 1280px) and (max-height: 800px) {
          .hero-area .bg-hero {
            -webkit-clip-path: polygon(0% 9%, 84% 13%, 77% 100%, 0 85%);
            clip-path: polygon(0% 9%, 84% 13%, 77% 100%, 0 85%);
            height: 115vh;
            z-index: -10; } }
        @media (max-width: 1152px) and (max-height: 864px) {
          .hero-area .bg-hero {
            -webkit-clip-path: polygon(0% 9%, 79% 15%, 73% 100%, 0 85%);
            clip-path: polygon(0% 9%, 79% 15%, 73% 100%, 0 85%);
            height: 105vh;
            z-index: -10; } }
        @media (max-width: 1024px) and (max-height: 768px) {
          .hero-area .bg-hero {
            -webkit-clip-path: polygon(0% 8%, 84% 15%, 77% 100%, 0 85%);
            clip-path: polygon(0% 8%, 84% 15%, 77% 100%, 0 85%);
            height: 115vh;
            z-index: -10; } }
        @media (max-width: 768px) and (max-height: 1024px) {
          .hero-area .bg-hero {
            -webkit-clip-path: polygon(0% 9%, 96% 13%, 85% 100%, 0 85%);
            clip-path: polygon(0% 9%, 96% 13%, 85% 100%, 0 85%);
            height: 100vh;
            z-index: -10; } }
        @media (max-width: 575px) and (max-height: 900px) {
          .hero-area .bg-hero {
            -webkit-clip-path: polygon(0% 9%, 100% 13%, 100% 100%, 0 85%);
            clip-path: polygon(0% 9%, 100% 13%, 100% 100%, 0 85%);
            height: 100vh;
            z-index: -10; } } }
  .hero-area .hero-section {
    position: absolute;
    top: 150px;
    /* Carousel hero*/
    /* Contact Hero*/ }
    @media (max-width: 2880px) and (max-height: 1800px) {
      .hero-area .hero-section {
        top: 120px; } }
    @media (max-width: 2560px) and (max-height: 1600px) {
      .hero-area .hero-section {
        top: 140px; } }
    @media (max-width: 2560px) and (max-height: 1536px) {
      .hero-area .hero-section {
        top: 135px; } }
    @media (max-width: 1920px) and (max-height: 1440px) {
      .hero-area .hero-section {
        top: 170px; } }
    @media (max-width: 1920px) and (max-height: 1200px) {
      .hero-area .hero-section {
        top: 150px; } }
    @media (max-width: 2048px) and (max-height: 1152px) {
      .hero-area .hero-section {
        top: 140px; } }
    @media (max-width: 1920px) and (max-height: 1080px) {
      .hero-area .hero-section {
        top: 130px; } }
    @media (max-width: 1366px) and (max-height: 768px) {
      .hero-area .hero-section {
        top: 105px; } }
    @media (max-width: 1024px) and (max-height: 1366px) {
      .hero-area .hero-section {
        top: 125px; } }
    .hero-area .hero-section .margin-carusel {
      margin-top: 45%; }
      @media (max-width: 2560px) and (max-height: 1600px) {
        .hero-area .hero-section .margin-carusel {
          margin-top: 40%; } }
      @media (max-width: 1366px) and (max-height: 1024px) {
        .hero-area .hero-section .margin-carusel {
          margin-top: 36%; } }
      @media (max-width: 1024px) and (max-height: 768px) {
        .hero-area .hero-section .margin-carusel {
          margin-top: 40%; } }
      @media (max-width: 768px) and (max-height: 1024px) {
        .hero-area .hero-section .margin-carusel {
          margin-top: 12%; } }
      @media (max-width: 576px) and (max-height: 767px) {
        .hero-area .hero-section .margin-carusel {
          margin-top: 12%; } }
      @media (max-width: 575px) and (max-height: 900px) {
        .hero-area .hero-section .margin-carusel {
          margin-top: 0; } }
      .hero-area .hero-section .margin-carusel .contents {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        position: relative; }
        .hero-area .hero-section .margin-carusel .contents h2 {
          margin-left: 15%;
          font-size: 30px; }
          @media (max-width: 1024px) and (max-height: 1366px) {
            .hero-area .hero-section .margin-carusel .contents h2 {
              font-size: 28px; } }
          @media (max-width: 1024px) and (max-height: 768px) {
            .hero-area .hero-section .margin-carusel .contents h2 {
              margin-left: 13%;
              font-size: 26px; } }
          @media (max-width: 768px) and (max-height: 1024px) {
            .hero-area .hero-section .margin-carusel .contents h2 {
              margin-left: 7.5%;
              font-size: 28px; } }
          @media only screen and (min-width: 320px) and (max-width: 575px) {
            .hero-area .hero-section .margin-carusel .contents h2 {
              margin: 0;
              padding: 0; } }
          .hero-area .hero-section .margin-carusel .contents h2 b {
            color: #F6A500 !important;
            font-weight: 700;
            margin-bottom: 25px;
            line-height: 1;
            color: #253764; }
            @media (max-width: 1024px) and (max-height: 768px) {
              .hero-area .hero-section .margin-carusel .contents h2 b {
                font-size: 28px !important; } }
            @media (max-width: 640px) {
              .hero-area .hero-section .margin-carusel .contents h2 b {
                font-size: 24px !important; } }
            @media only screen and (min-width: 320px) and (max-width: 575px) {
              .hero-area .hero-section .margin-carusel .contents h2 b {
                font-size: 24px !important; } }
            .hero-area .hero-section .margin-carusel .contents h2 b::before {
              content: '';
              color: #F6A500;
              padding-right: 25px;
              border: 6px solid #F6A500;
              position: absolute;
              left: -15%;
              top: 11%;
              margin-right: 20px; }
              @media (min-width: 1152px) and (max-height: 864px) {
                .hero-area .hero-section .margin-carusel .contents h2 b::before {
                  content: '';
                  color: #F6A500;
                  padding-right: 20px;
                  border: 5px solid #F6A500;
                  position: absolute;
                  left: -15%;
                  top: 11%;
                  margin-right: 20px; } }
              @media (max-width: 1024px) and (max-height: 768px) {
                .hero-area .hero-section .margin-carusel .contents h2 b::before {
                  padding-right: 20px;
                  border: 5px solid #F6A500;
                  position: absolute;
                  left: -15%;
                  top: 11%;
                  margin-right: 20px; } }
              @media (max-width: 768px) and (max-height: 1024px) {
                .hero-area .hero-section .margin-carusel .contents h2 b::before {
                  padding-right: 20px;
                  border: 5px solid #F6A500;
                  position: absolute;
                  left: -4%;
                  top: 16%; } }
              @media only screen and (min-width: 320px) and (max-width: 575px) {
                .hero-area .hero-section .margin-carusel .contents h2 b::before {
                  display: none; } }
          .hero-area .hero-section .margin-carusel .contents h2 span {
            color: white;
            font-weight: 400; }
            @media (max-width: 768px) and (max-height: 1024px) {
              .hero-area .hero-section .margin-carusel .contents h2 span {
                font-size: 26px; } }
            @media only screen and (min-width: 320px) and (max-width: 575px) {
              .hero-area .hero-section .margin-carusel .contents h2 span {
                font-size: 22px;
                margin-bottom: 20px; } }
    .hero-area .hero-section .contact-hero {
      background-color: white;
      padding: 30px;
      min-height: 25vh;
      max-height: 630px;
      margin-top: 15%; }
      @media (max-width: 1920px) and (max-height: 1440px) {
        .hero-area .hero-section .contact-hero {
          margin-top: 14%; } }
      @media (max-width: 1366px) and (max-height: 1024px) {
        .hero-area .hero-section .contact-hero {
          margin-top: 13%; } }
      @media (max-width: 1152px) and (max-height: 864px) {
        .hero-area .hero-section .contact-hero {
          margin-top: 14%; } }
      @media (max-width: 1366px) and (max-height: 800px) {
        .hero-area .hero-section .contact-hero {
          margin-top: 12.5%; } }
      @media (max-width: 1024px) and (max-height: 768px) {
        .hero-area .hero-section .contact-hero {
          margin-top: 13.5%; } }
      .hero-area .hero-section .contact-hero .bg-squares {
        position: absolute;
        top: 8%;
        left: -3%;
        width: 100%;
        z-index: -1; }
        .hero-area .hero-section .contact-hero .bg-squares img {
          width: 65%; }
        @media (max-width: 1024px) and (max-height: 1366px) {
          .hero-area .hero-section .contact-hero .bg-squares {
            top: 7%; } }
        @media (max-width: 575px) and (max-height: 900px) {
          .hero-area .hero-section .contact-hero .bg-squares {
            top: 4%; } }
      .hero-area .hero-section .contact-hero .bg-squares-grey {
        position: absolute;
        top: 75%;
        left: 52%;
        width: 70%;
        z-index: -11; }
        .hero-area .hero-section .contact-hero .bg-squares-grey img {
          width: 65%; }
        @media (max-width: 1152px) and (max-height: 864px) {
          .hero-area .hero-section .contact-hero .bg-squares-grey {
            left: 51%; } }
        @media (max-width: 1024px) and (max-height: 1366px) {
          .hero-area .hero-section .contact-hero .bg-squares-grey {
            top: 81%;
            left: 51%; } }
        @media (max-width: 1024px) and (max-height: 768px) {
          .hero-area .hero-section .contact-hero .bg-squares-grey {
            left: 51%;
            top: 79%; } }
        @media (max-width: 768px) and (max-height: 1024px) {
          .hero-area .hero-section .contact-hero .bg-squares-grey {
            top: 71%;
            left: 58%; } }
        @media (max-width: 575px) and (max-height: 900px) {
          .hero-area .hero-section .contact-hero .bg-squares-grey {
            top: 87%;
            left: 58%; } }
      .hero-area .hero-section .contact-hero .tabs {
        display: flex;
        margin-top: -55px;
        flex-wrap: nowrap; }
        .hero-area .hero-section .contact-hero .tabs .nav {
          margin-left: auto; }
        .hero-area .hero-section .contact-hero .tabs .nav-pills .nav-link.active, .hero-area .hero-section .contact-hero .tabs .nav-pills .show > .nav-link {
          color: #fff;
          background-color: #F6A500;
          font-size: 18px;
          font-weight: 700;
          margin-left: 10px; }
          @media (max-width: 1152px) and (max-height: 864px) {
            .hero-area .hero-section .contact-hero .tabs .nav-pills .nav-link.active, .hero-area .hero-section .contact-hero .tabs .nav-pills .show > .nav-link {
              font-size: 17px;
              margin-left: 5px; } }
        .hero-area .hero-section .contact-hero .tabs .nav-pills .nav-link, .hero-area .hero-section .contact-hero .tabs .nav-pills .show > .nav-link {
          color: #253764;
          background-color: #E6E6E6;
          font-size: 18px;
          font-weight: 700;
          margin-left: 10px; }
          @media (max-width: 1152px) and (max-height: 864px) {
            .hero-area .hero-section .contact-hero .tabs .nav-pills .nav-link, .hero-area .hero-section .contact-hero .tabs .nav-pills .show > .nav-link {
              font-size: 17px;
              margin-left: 5px; } }
      .hero-area .hero-section .contact-hero .tab-content h3 {
        font-size: 22px;
        color: #253764;
        font-weight: 700;
        line-height: 35px;
        margin: 20px 0; }
        @media only screen and (min-width: 320px) and (max-width: 575px) {
          .hero-area .hero-section .contact-hero .tab-content h3 {
            font-size: 22px !important; } }
        .hero-area .hero-section .contact-hero .tab-content h3 span {
          color: #F6A500; }
      .hero-area .hero-section .contact-hero .tab-content .contact-block {
        overflow: hidden; }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .hero-area .hero-section .contact-hero .tab-content .contact-block {
            margin: 0 10px; } }
        @media only screen and (min-width: 320px) and (max-width: 575px) {
          .hero-area .hero-section .contact-hero .tab-content .contact-block {
            margin: 0 10px; } }
      .hero-area .hero-section .contact-hero .tab-content .form-control {
        width: 100%;
        margin-bottom: 20px;
        padding: 15px 30px;
        font-size: 14px;
        border-radius: 30px;
        border: 1px solid transparent;
        background: #f9f9f9;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .hero-area .hero-section .contact-hero .tab-content .form-control:focus {
        border: 1px solid #253764;
        outline: none;
        box-shadow: none; }
      .hero-area .hero-section .contact-hero .tab-content .btn.disabled, .hero-area .hero-section .contact-hero .tab-content .btn:disabled {
        opacity: 1; }
      .hero-area .hero-section .contact-hero .tab-content textarea {
        border-radius: 4px !important; }
      .hero-area .hero-section .contact-hero .tab-content textarea.form-control {
        height: 20vh;
        max-height: 270px; }
      .hero-area .hero-section .contact-hero h4 {
        font-size: 16px;
        color: #fff;
        font-weight: 300;
        line-height: 30px;
        margin-bottom: 20px; }
      .hero-area .hero-section .contact-hero p {
        color: #fff;
        font-size: 14px;
        line-height: 26px; }
      .hero-area .hero-section .contact-hero .btn {
        margin-top: 10px;
        text-transform: uppercase; }
  .hero-area .banner_bottom_btn {
    margin-top: 40px; }
    .hero-area .banner_bottom_btn i {
      color: #fff;
      font-size: 48px;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .hero-area .banner_bottom_btn i:hover {
        color: #253764; }

/*===========================
        03.ABOUT css 
===========================*/
.about-area {
  padding-top: 50px; }
  @media (max-width: 768px) and (max-height: 1024px) {
    .about-area {
      padding-top: 230px; } }
  @media (max-width: 575px) and (max-height: 900px) {
    .about-area {
      padding-top: 320px; } }

.about-title .welcome {
  font-size: 30px;
  color: #F6A500 !important;
  font-weight: 700;
  line-height: 1;
  color: #253764;
  margin-top: 0%;
  text-align: left; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-title .welcome {
      font-size: 28px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-title .welcome {
      font-size: 28px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-title .welcome {
      font-size: 26px; } }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .about-title .welcome {
      font-size: 24px; } }
  .about-title .welcome::before {
    content: '';
    color: #F6A500;
    padding-right: 25px;
    border: 6px solid #F6A500;
    position: absolute;
    left: -50px;
    top: 8px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-title .welcome::before {
        padding-right: 20px;
        border: 5px solid #F6A500;
        left: -45px;
        top: 9px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-title .welcome::before {
        padding-right: 20px;
        border: 5px solid #F6A500;
        left: -45px;
        top: 9px; } }
    @media only screen and (min-width: 320px) and (max-width: 575px) {
      .about-title .welcome::before {
        display: none; } }

.about-title p {
  font-weight: 700;
  font-size: 21px;
  color: #253764;
  text-align: justify; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-title p {
      font-size: 20px; } }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .about-title p {
      font-size: 18px; } }

.about-image {
  display: block;
  margin-top: 20px; }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .about-image {
      display: flex;
      flex-direction: column;
      margin-top: 20px;
      align-items: center; } }
  .about-image img {
    border-radius: 100px;
    width: 35%;
    transition: all .3s ease;
    padding: 10px;
    margin-left: 10%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-image img {
        width: 30%;
        margin-left: 13%; } }
    @media only screen and (min-width: 320px) and (max-width: 575px) {
      .about-image img {
        width: 65%;
        margin-left: 0; } }
    .about-image img:hover {
      transform: scale(1.1); }

.sub-title {
  margin-top: 165px; }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .sub-title {
      margin-top: 35px; } }
  .sub-title h3 {
    background-color: #fff3dd;
    color: #F6A500;
    font-size: 22px;
    text-align: right;
    font-weight: 700; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .sub-title h3 {
        font-size: 21px;
        text-align: center; } }
    @media only screen and (min-width: 320px) and (max-width: 575px) {
      .sub-title h3 {
        font-size: 20px;
        text-align: center; } }
  .sub-title p {
    font-weight: 700;
    font-size: 21px;
    color: #253764;
    text-align: justify;
    margin-left: 75px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .sub-title p {
        font-size: 20px; } }
    @media only screen and (min-width: 320px) and (max-width: 575px) {
      .sub-title p {
        font-weight: 700;
        font-size: 18px;
        color: #253764;
        text-align: justify;
        margin-left: 0; } }

/* Mision Section */
.mision-section {
  position: relative !important;
  height: 900px; }
  @media (max-width: 768px) and (max-height: 1024px) {
    .mision-section {
      height: 1400px; } }
  @media (max-width: 575px) and (max-height: 900px) {
    .mision-section {
      height: 100%;
      padding-top: 20px; } }
  @media (max-width: 575px) and (max-height: 900px) {
    .mision-section .bg-mision {
      background: #253764; } }
  .mision-section .bg-about {
    height: 100%;
    background: #253764;
    background: -moz-linear-gradient(270deg, #253764 10%, white 100%);
    background: -webkit-linear-gradient(270deg, #253764 10%, white 100%);
    background: linear-gradient(270deg, #253764 10%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#253764",endColorstr="#ffffff",GradientType=1);
    background-size: cover;
    background-position: top;
    position: relative;
    z-index: -10; }
    @media (max-width: 768px) and (max-height: 1024px) {
      .mision-section .bg-about {
        background: #253764;
        background: -moz-linear-gradient(300deg, #253764 50%, white 100%);
        background: -webkit-linear-gradient(300deg, #253764 50%, white 100%);
        background: linear-gradient(300deg, #253764 50%, white 100%); } }
    @media (max-width: 575px) and (max-height: 900px) {
      .mision-section .bg-about {
        display: none; } }
    @supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
      .mision-section .bg-about {
        -webkit-clip-path: polygon(37% 9%, 100% 0, 100% 89%, 39% 100%);
        clip-path: polygon(37% 9%, 100% 0, 100% 89%, 39% 100%);
        height: 100%;
        z-index: -10; }
        @media (max-width: 2880px) and (max-height: 1800px) {
          .mision-section .bg-about {
            -webkit-clip-path: polygon(36% 9%, 100% 0, 100% 89%, 38% 100%);
            clip-path: polygon(36% 9%, 100% 0, 100% 89%, 38% 100%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 2560px) and (max-height: 2048px) {
          .mision-section .bg-about {
            -webkit-clip-path: polygon(34% 9%, 100% 0, 100% 89%, 36% 100%);
            clip-path: polygon(34% 9%, 100% 0, 100% 89%, 36% 100%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 1920px) and (max-height: 1440px) {
          .mision-section .bg-about {
            -webkit-clip-path: polygon(30% 9%, 100% 0, 100% 89%, 32% 100%);
            clip-path: polygon(30% 9%, 100% 0, 100% 89%, 32% 100%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 1366px) and (max-height: 1024px) {
          .mision-section .bg-about {
            -webkit-clip-path: polygon(21% 9%, 100% 0, 100% 89%, 24% 100%);
            clip-path: polygon(21% 9%, 100% 0, 100% 89%, 24% 100%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 1366px) and (max-height: 768px) {
          .mision-section .bg-about {
            -webkit-clip-path: polygon(20% 9%, 100% 0, 100% 89%, 25% 100%);
            clip-path: polygon(20% 9%, 100% 0, 100% 89%, 25% 100%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 1152px) and (max-height: 864px) {
          .mision-section .bg-about {
            -webkit-clip-path: polygon(21% 9%, 100% 0, 100% 89%, 25% 100%);
            clip-path: polygon(21% 9%, 100% 0, 100% 89%, 25% 100%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 1024px) and (max-height: 1366px) {
          .mision-section .bg-about {
            -webkit-clip-path: polygon(17% 9%, 100% 0, 100% 89%, 22% 100%);
            clip-path: polygon(17% 9%, 100% 0, 100% 89%, 22% 100%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 1024px) and (max-height: 768px) {
          .mision-section .bg-about {
            -webkit-clip-path: polygon(18% 9%, 100% 0, 100% 89%, 25% 100%);
            clip-path: polygon(18% 9%, 100% 0, 100% 89%, 25% 100%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 768px) and (max-height: 1024px) {
          .mision-section .bg-about {
            -webkit-clip-path: polygon(0% 5%, 100% 0, 100% 95%, 10% 100%);
            clip-path: polygon(0% 5%, 100% 0, 100% 95%, 10% 100%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 575px) and (max-height: 900px) {
          .mision-section .bg-about {
            -webkit-clip-path: polygon(0% 8%, 100% 0%, 100% 92%, 0% 100%);
            clip-path: polygon(0% 8%, 100% 0%, 100% 92%, 0% 100%);
            height: 26%;
            z-index: -10;
            display: none; } } }
  .mision-section .mision-content {
    position: absolute;
    top: 110px; }
    @media (max-width: 575px) and (max-height: 900px) {
      .mision-section .mision-content {
        position: relative; } }
    @media (max-width: 575px) and (max-height: 900px) {
      .mision-section .mision-content .bg-movil {
        background: #253764;
        background: -moz-linear-gradient(330deg, #253764 50%, white 100%);
        background: -webkit-linear-gradient(330deg, #253764 50%, white 100%);
        background: linear-gradient(330deg, #253764 50%, white 100%);
        padding: 30px 0px; }
        @supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
          .mision-section .mision-content .bg-movil {
            -webkit-clip-path: polygon(0% 8%, 100% 0%, 100% 101%, 0% 101%);
            clip-path: polygon(0% 8%, 100% 0%, 100% 101%, 0% 101%);
            height: 26%;
            z-index: -10; } } }
    .mision-section .mision-content .mision-img {
      width: 125%;
      margin-top: .5rem; }
      @supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
        .mision-section .mision-content .mision-img {
          -webkit-clip-path: polygon(0 0, 100% 5%, 100% 92%, 0 100%);
          clip-path: polygon(0 0, 100% 5%, 100% 92%, 0 100%);
          height: 125%; } }
      @media (max-width: 768px) and (max-height: 1024px) {
        .mision-section .mision-content .mision-img {
          width: 80%; } }
    @media (max-width: 768px) and (max-height: 1024px) {
      .mision-section .mision-content {
        margin-top: -1rem; } }
    @media (max-width: 575px) and (max-height: 900px) {
      .mision-section .mision-content {
        margin-top: -3rem; } }
    .mision-section .mision-content .bg-squares-about {
      position: absolute;
      top: -1%;
      left: 57%;
      width: 90%; }
      @media (max-width: 1024px) and (max-height: 768px) {
        .mision-section .mision-content .bg-squares-about {
          top: 0%;
          left: 56%; } }
      @media (max-width: 768px) and (max-height: 1024px) {
        .mision-section .mision-content .bg-squares-about {
          top: -2%;
          left: 32%;
          width: 70%; } }
      @media (max-width: 575px) and (max-height: 900px) {
        .mision-section .mision-content .bg-squares-about {
          top: 9%;
          left: 32%;
          width: 70%; } }
      .mision-section .mision-content .bg-squares-about img {
        width: 75%; }
    .mision-section .mision-content .bg-squares-grey-about {
      position: absolute;
      top: 58%;
      left: 7%;
      width: 66%;
      z-index: -11; }
      .mision-section .mision-content .bg-squares-grey-about img {
        width: 75%; }
      @media (max-width: 1366px) and (max-height: 800px) {
        .mision-section .mision-content .bg-squares-grey-about {
          top: 60%;
          left: 8%; } }
      @media (max-width: 1152px) and (max-height: 864px) {
        .mision-section .mision-content .bg-squares-grey-about {
          top: 46%;
          left: 8%; } }
      @media (max-width: 1024px) and (max-height: 1366px) {
        .mision-section .mision-content .bg-squares-grey-about {
          top: 45%;
          left: 8%; } }
      @media (max-width: 768px) and (max-height: 1024px) {
        .mision-section .mision-content .bg-squares-grey-about {
          top: 68%;
          left: -3%;
          width: 52%;
          z-index: -10; } }
      @media (max-width: 575px) and (max-height: 900px) {
        .mision-section .mision-content .bg-squares-grey-about {
          top: 66%;
          left: -3%;
          width: 52%;
          z-index: 0; } }
    .mision-section .mision-content .tab-content {
      min-height: 580px; }
      @media (max-width: 1366px) and (max-height: 800px) {
        .mision-section .mision-content .tab-content {
          min-height: 550px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .mision-section .mision-content .tab-content {
          min-height: 620px; } }
      @media (min-width: 320px) and (max-width: 768px) {
        .mision-section .mision-content .tab-content {
          min-height: 1px; } }
    .mision-section .mision-content .our-services-tab {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-left: 10%;
      width: 100%; }
      @media (max-width: 575px) and (max-height: 900px) {
        .mision-section .mision-content .our-services-tab {
          margin-left: 0%;
          margin-top: 40px;
          text-align: center; } }
      .mision-section .mision-content .our-services-tab .nav {
        flex-wrap: nowrap; }
        @media (max-width: 575px) and (max-height: 900px) {
          .mision-section .mision-content .our-services-tab .nav {
            flex-wrap: wrap;
            justify-content: center; } }
        .mision-section .mision-content .our-services-tab .nav .nav-item {
          font-size: 2.5rem; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .mision-section .mision-content .our-services-tab .nav .nav-item {
              font-size: 2rem; } }
          @media (max-width: 767px) {
            .mision-section .mision-content .our-services-tab .nav .nav-item {
              font-size: 2rem; } }
          @media only screen and (min-width: 576px) and (max-width: 767px) {
            .mision-section .mision-content .our-services-tab .nav .nav-item {
              font-size: 2rem; } }
          @media only screen and (min-width: 320px) and (max-width: 575px) {
            .mision-section .mision-content .our-services-tab .nav .nav-item {
              font-size: 1rem; } }
          .mision-section .mision-content .our-services-tab .nav .nav-item a {
            color: white;
            padding: 0 15px;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            -webkit-align-items: center;
            position: relative;
            width: 100%;
            -webkit-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s; }
            .mision-section .mision-content .our-services-tab .nav .nav-item a:hover {
              color: #F6A500; }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .mision-section .mision-content .our-services-tab .nav .nav-item a {
                padding: 17px 15px; } }
            @media (max-width: 767px) {
              .mision-section .mision-content .our-services-tab .nav .nav-item a {
                padding: 17px 15px; } }
            @media only screen and (min-width: 576px) and (max-width: 767px) {
              .mision-section .mision-content .our-services-tab .nav .nav-item a {
                padding: 17px 10px;
                border-bottom: 0; } }
            .mision-section .mision-content .our-services-tab .nav .nav-item a i {
              font-size: 50px; }
              @media only screen and (min-width: 992px) and (max-width: 1200px) {
                .mision-section .mision-content .our-services-tab .nav .nav-item a i {
                  font-size: 40px; } }
              @media only screen and (min-width: 768px) and (max-width: 991px) {
                .mision-section .mision-content .our-services-tab .nav .nav-item a i {
                  font-size: 33px; } }
              @media (max-width: 767px) {
                .mision-section .mision-content .our-services-tab .nav .nav-item a i {
                  font-size: 34px; } }
              @media only screen and (min-width: 576px) and (max-width: 767px) {
                .mision-section .mision-content .our-services-tab .nav .nav-item a i {
                  font-size: 28px; } }
            .mision-section .mision-content .our-services-tab .nav .nav-item a span {
              font-size: 16px;
              font-family: "Open Sans", sans-serif;
              font-weight: 700;
              padding-left: 15px; }
              @media only screen and (min-width: 576px) and (max-width: 767px) {
                .mision-section .mision-content .our-services-tab .nav .nav-item a span {
                  padding-left: 10px; } }
            .mision-section .mision-content .our-services-tab .nav .nav-item a.active {
              color: white; }
              .mision-section .mision-content .our-services-tab .nav .nav-item a.active::before {
                opacity: 1; }
      .mision-section .mision-content .our-services-tab .our-services-content.mision {
        display: flex;
        flex-direction: column;
        padding-left: 130px;
        padding-right: 85px;
        margin: 25% 0; }
        @media (max-width: 1366px) and (max-height: 864px) {
          .mision-section .mision-content .our-services-tab .our-services-content.mision {
            padding-left: 100px;
            margin: 20% 0; } }
        @media (max-width: 1024px) and (max-height: 768px) {
          .mision-section .mision-content .our-services-tab .our-services-content.mision {
            padding-left: 80px;
            margin: 23% 0; } }
        @media (max-width: 768px) and (max-height: 1024px) {
          .mision-section .mision-content .our-services-tab .our-services-content.mision {
            padding: 0 40px;
            margin: 14% 0 5%; } }
        @media (max-width: 575px) and (max-height: 900px) {
          .mision-section .mision-content .our-services-tab .our-services-content.mision {
            padding: 0;
            margin: 0;
            margin-top: 20px; } }
      .mision-section .mision-content .our-services-tab .our-services-content.values {
        padding-left: 95px;
        padding-right: 60px;
        display: flex;
        flex-direction: column;
        margin: 60px 0; }
        @media (max-width: 1366px) and (max-height: 800px) {
          .mision-section .mision-content .our-services-tab .our-services-content.values {
            padding-left: 70px;
            margin: 35px 0; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .mision-section .mision-content .our-services-tab .our-services-content.values {
            padding-left: 45px;
            margin: 10px 0; } }
        @media (max-width: 768px) and (max-height: 1024px) {
          .mision-section .mision-content .our-services-tab .our-services-content.values {
            padding: 0 20px;
            margin: 60px 0 15px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .mision-section .mision-content .our-services-tab .our-services-content.values {
            padding-left: 45px;
            margin: 25px 0; } }
        @media (max-width: 575px) and (max-height: 900px) {
          .mision-section .mision-content .our-services-tab .our-services-content.values {
            padding: 0;
            margin: 0; } }
      .mision-section .mision-content .our-services-tab #serv-format {
        padding-left: 55px;
        padding-right: 15px; }
        @media (max-width: 1152px) and (max-height: 864px) {
          .mision-section .mision-content .our-services-tab #serv-format {
            padding-left: 45px; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .mision-section .mision-content .our-services-tab #serv-format {
            padding-left: 45px;
            padding-right: 40px;
            margin: 20px 0; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .mision-section .mision-content .our-services-tab #serv-format {
            padding: 35px 20px 15px;
            margin-top: 25px; } }
        @media (max-width: 575px) and (max-height: 900px) {
          .mision-section .mision-content .our-services-tab #serv-format {
            padding: 0;
            margin: 0; } }
      .mision-section .mision-content .our-services-tab .our-services-content h3 {
        font-size: 30px;
        font-weight: 700;
        color: #F6A500;
        margin-top: 1rem;
        margin-bottom: 1.5rem; }
        @media (max-width: 1366px) and (max-height: 800px) {
          .mision-section .mision-content .our-services-tab .our-services-content h3 {
            margin-top: 0; } }
        @media (max-width: 1152px) and (max-height: 864px) {
          .mision-section .mision-content .our-services-tab .our-services-content h3 {
            margin-top: -25px; } }
        @media (max-width: 1024px) and (max-height: 768px) {
          .mision-section .mision-content .our-services-tab .our-services-content h3 {
            font-size: 28px;
            margin-bottom: 0; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .mision-section .mision-content .our-services-tab .our-services-content h3 {
            font-size: 28px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .mision-section .mision-content .our-services-tab .our-services-content h3 {
            font-size: 28px; } }
        @media (max-width: 767px) {
          .mision-section .mision-content .our-services-tab .our-services-content h3 {
            font-size: 22px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .mision-section .mision-content .our-services-tab .our-services-content h3 {
            font-size: 26px; } }
      .mision-section .mision-content .our-services-tab .our-services-content p {
        font-size: 18px;
        font-weight: 400;
        color: white;
        text-align: justify;
        margin-bottom: 10px; }
        @media (max-width: 575px) and (max-height: 900px) {
          .mision-section .mision-content .our-services-tab .our-services-content p {
            font-size: 17px; } }
        .mision-section .mision-content .our-services-tab .our-services-content p span {
          font-weight: 700;
          color: #F6A500; }
        .mision-section .mision-content .our-services-tab .our-services-content p i {
          color: #F6A500; }
      .mision-section .mision-content .our-services-tab .our-services-content .text {
        margin-top: 35px; }
      .mision-section .mision-content .our-services-tab .our-services-content .our-services-progress .circles-text {
        font-size: 24px !important;
        font-weight: 700;
        color: #222;
        font-family: "Open Sans", sans-serif; }
      .mision-section .mision-content .our-services-tab .our-services-content .our-services-progress .progress-content {
        padding-left: 30px; }
        .mision-section .mision-content .our-services-tab .our-services-content .our-services-progress .progress-content .progress-title {
          font-size: 18px; }

/*===========================
      05.SERVICE css 
===========================*/
.service-area {
  padding: 80px 0;
  position: relative; }
  @media (max-width: 1024px) and (max-height: 768px) {
    .service-area {
      padding: 0;
      padding-top: 80px; } }
  @media (max-width: 768px) and (max-height: 1024px) {
    .service-area {
      padding: 0;
      padding-top: 80px; } }
  @media (max-width: 575px) and (max-height: 900px) {
    .service-area {
      padding: 0;
      margin-top: 200px; } }

.bg-squares-yellow {
  position: absolute;
  top: 102%;
  right: -21%;
  width: 30%; }
  .bg-squares-yellow img {
    width: 40%; }
  @media (min-width: 1400px) and (max-width: 1500px) {
    .bg-squares-yellow {
      right: -30%; } }

.single-service {
  padding: 65px 20px 30px;
  position: relative; }
  @media (max-width: 1152px) and (max-height: 864px) {
    .single-service {
      padding: 30px 15px 5px; } }
  .single-service:hover .service-icon {
    transform: scale(1.2);
    color: #F6A500;
    transition: ease .3s all; }
  .single-service.service-border {
    border-left: 1px solid #eceff8;
    border-right: 1px solid #eceff8; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-service.service-border {
        border: 0; } }
    @media (max-width: 767px) {
      .single-service.service-border {
        border: 0; } }
  .single-service .service-icon {
    font-size: 2.2rem;
    font-weight: 700;
    color: #253764;
    padding-top: 35px; }
  .single-service .service-content {
    padding-left: 25px; }
    .single-service .service-content .service-title {
      font-size: 19px;
      color: #F6A500;
      text-align: left; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-service .service-content .service-title {
          font-size: 18px; } }
      @media only screen and (min-width: 320px) and (max-width: 575px) {
        .single-service .service-content .service-title {
          font-size: 16px; } }
    .single-service .service-content .text {
      margin-top: 15px;
      text-align: justify;
      font-weight: 700;
      color: #253764;
      font-size: 18px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-service .service-content .text {
          font-size: 18px; } }
      @media only screen and (min-width: 320px) and (max-width: 575px) {
        .single-service .service-content .text {
          font-size: 15px; } }

.service-area .mt-especial {
  font-size: 35px;
  font-weight: 700;
  color: #253764;
  text-align: left;
  margin-top: 125%; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .service-area .mt-especial {
      font-size: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-area .mt-especial {
      font-size: 30px; } }
  @media (max-width: 768px) and (max-height: 1024px) {
    .service-area .mt-especial {
      margin-top: 5%; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .service-area .mt-especial {
      font-size: 28px; } }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .service-area .mt-especial {
      font-size: 26px; } }
  .service-area .mt-especial:before {
    content: '';
    color: #F6A500;
    padding-right: 25px;
    border: 6px solid #F6A500;
    position: absolute;
    left: -50px;
    top: 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .service-area .mt-especial:before {
        content: '';
        color: #F6A500;
        padding-right: 20px;
        border: 5px solid #F6A500;
        position: absolute;
        left: -40px;
        top: 16px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .service-area .mt-especial:before {
        content: '';
        color: #F6A500;
        padding-right: 20px;
        border: 5px solid #F6A500;
        position: absolute;
        left: -40px;
        top: 16px; } }
    @media only screen and (min-width: 320px) and (max-width: 575px) {
      .service-area .mt-especial:before {
        display: none; } }
  .service-area .mt-especial span {
    font-size: 30px;
    font-weight: 400;
    color: #253764;
    text-align: left; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .service-area .mt-especial span {
        font-size: 28px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .service-area .mt-especial span {
        font-size: 28px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .service-area .mt-especial span {
        font-size: 26px; } }
    @media only screen and (min-width: 320px) and (max-width: 575px) {
      .service-area .mt-especial span {
        font-size: 24px; } }

.services-subsection {
  position: relative !important;
  height: 650px;
  margin-top: 180px; }
  @media (max-width: 768px) and (max-height: 1024px) {
    .services-subsection {
      height: 1300px; } }
  @media (max-width: 575px) and (max-height: 900px) {
    .services-subsection {
      margin-top: 90px;
      height: 950px; } }
  .services-subsection .bg-services-subsection {
    height: 130%;
    background: #FFF3DD;
    background-size: cover;
    background-position: top;
    position: relative;
    z-index: -10; }
    @supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
      .services-subsection .bg-services-subsection {
        -webkit-clip-path: polygon(37% 10%, 100% 0, 100% 86%, 40% 100%);
        clip-path: polygon(37% 10%, 100% 0, 100% 86%, 40% 100%);
        height: 130%;
        z-index: -10; }
        @media (max-width: 2880px) and (max-height: 1800px) {
          .services-subsection .bg-services-subsection {
            -webkit-clip-path: polygon(35% 10%, 100% 0, 100% 86%, 38% 100%);
            clip-path: polygon(35% 10%, 100% 0, 100% 86%, 38% 100%);
            height: 130%;
            z-index: -10; } }
        @media (max-width: 2560px) and (max-height: 2048px) {
          .services-subsection .bg-services-subsection {
            -webkit-clip-path: polygon(33% 10%, 100% 0, 100% 86%, 35.5% 100%);
            clip-path: polygon(33% 10%, 100% 0, 100% 86%, 35.5% 100%);
            height: 130%;
            z-index: -10; } }
        @media (max-width: 2048px) and (max-height: 1536px) {
          .services-subsection .bg-services-subsection {
            -webkit-clip-path: polygon(29% 10%, 100% 0, 100% 86%, 33% 100%);
            clip-path: polygon(29% 10%, 100% 0, 100% 86%, 33% 100%);
            height: 130%;
            z-index: -10; } }
        @media (max-width: 1366px) and (max-height: 1024px) {
          .services-subsection .bg-services-subsection {
            -webkit-clip-path: polygon(19% 10%, 100% 0, 100% 86%, 26% 100%);
            clip-path: polygon(19% 10%, 100% 0, 100% 86%, 26% 100%);
            height: 130%;
            z-index: -10; } }
        @media (max-width: 1152px) and (max-height: 864px) {
          .services-subsection .bg-services-subsection {
            -webkit-clip-path: polygon(19% 10%, 100% 0, 100% 86%, 25% 100%);
            clip-path: polygon(19% 10%, 100% 0, 100% 86%, 25% 100%);
            height: 130%;
            z-index: -10; } }
        @media (max-width: 1024px) and (max-height: 1366px) {
          .services-subsection .bg-services-subsection {
            -webkit-clip-path: polygon(15% 10%, 100% 0, 100% 86%, 24% 100%);
            clip-path: polygon(15% 10%, 100% 0, 100% 86%, 24% 100%);
            height: 130%;
            z-index: -10; } }
        @media (max-width: 1024px) and (max-height: 768px) {
          .services-subsection .bg-services-subsection {
            -webkit-clip-path: polygon(16% 10%, 100% 0, 100% 86%, 25% 100%);
            clip-path: polygon(16% 10%, 100% 0, 100% 86%, 25% 100%);
            height: 130%;
            z-index: -10; } }
        @media (max-width: 768px) and (max-height: 1024px) {
          .services-subsection .bg-services-subsection {
            -webkit-clip-path: polygon(3% 5%, 100% 0, 100% 95%, 10% 100%);
            clip-path: polygon(3% 5%, 100% 0, 100% 95%, 10% 100%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 575px) and (max-height: 900px) {
          .services-subsection .bg-services-subsection {
            -webkit-clip-path: polygon(0% 3%, 100% 0, 100% 97%, 0% 100%);
            clip-path: polygon(0% 3%, 100% 0, 100% 97%, 0% 100%);
            height: 100%;
            z-index: -10; } } }
  .services-subsection .services-subsection-content {
    position: absolute;
    top: 100px; }
    @media (max-width: 575px) and (max-height: 900px) {
      .services-subsection .services-subsection-content {
        top: 50px; } }
    .services-subsection .services-subsection-content .bg-squares-service-subsection {
      position: absolute;
      top: 2%;
      left: 53%;
      width: 60%;
      z-index: 0; }
      .services-subsection .services-subsection-content .bg-squares-service-subsection img {
        width: 85%; }
      @media (max-width: 768px) and (max-height: 1024px) {
        .services-subsection .services-subsection-content .bg-squares-service-subsection {
          top: -3%;
          left: 32%;
          width: 60%; } }
    .services-subsection .services-subsection-content .bg-squares-grey-services-subsection {
      position: absolute;
      top: 76%;
      left: 6%;
      width: 57%;
      z-index: -11; }
      .services-subsection .services-subsection-content .bg-squares-grey-services-subsection img {
        width: 75%; }
      @media (max-width: 1152px) and (max-height: 864px) {
        .services-subsection .services-subsection-content .bg-squares-grey-services-subsection {
          top: 53%;
          left: 7%;
          width: 60%; } }
      @media (max-width: 1024px) and (max-height: 768px) {
        .services-subsection .services-subsection-content .bg-squares-grey-services-subsection {
          top: 63%;
          left: 7%;
          width: 60%; } }
      @media (max-width: 768px) and (max-height: 1024px) {
        .services-subsection .services-subsection-content .bg-squares-grey-services-subsection {
          top: 69%;
          left: -1%;
          width: 52%;
          z-index: -10; } }
    .services-subsection .services-subsection-content .mision-img {
      width: 100%;
      margin-top: 1rem; }
      @supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
        .services-subsection .services-subsection-content .mision-img {
          -webkit-clip-path: polygon(0 0, 100% 7%, 100% 93%, 0 100%);
          clip-path: polygon(0 0, 100% 7%, 100% 93%, 0 100%);
          height: 100%; } }
      @media (max-width: 768px) and (max-height: 1024px) {
        .services-subsection .services-subsection-content .mision-img {
          margin-top: 0rem;
          width: 80%; } }
    .services-subsection .services-subsection-content .info-serv-subsection {
      display: flex;
      flex-direction: column;
      padding-left: 110px;
      padding-right: 40px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .services-subsection .services-subsection-content .info-serv-subsection {
          padding-left: 75px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .services-subsection .services-subsection-content .info-serv-subsection {
          padding-left: 75px; } }
      @media (max-width: 768px) and (max-height: 1024px) {
        .services-subsection .services-subsection-content .info-serv-subsection {
          margin-top: 80px;
          padding: 0 90px; } }
      @media (max-width: 575px) and (max-height: 900px) {
        .services-subsection .services-subsection-content .info-serv-subsection {
          margin-top: 70px;
          padding: 0 15px; } }
      .services-subsection .services-subsection-content .info-serv-subsection h4 {
        font-size: 26px;
        font-weight: 400;
        color: #F6A500;
        text-align: right;
        margin: 50px 0; }
        @media only screen and (min-width: 320px) and (max-width: 575px) {
          .services-subsection .services-subsection-content .info-serv-subsection h4 {
            text-align: center; } }
      .services-subsection .services-subsection-content .info-serv-subsection p {
        font-size: 18px;
        text-align: justify;
        font-weight: 700;
        color: #253764;
        margin-bottom: 30px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .services-subsection .services-subsection-content .info-serv-subsection p {
            font-size: 18px;
            text-align: justify; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .services-subsection .services-subsection-content .info-serv-subsection p {
            font-size: 17px;
            text-align: justify; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .services-subsection .services-subsection-content .info-serv-subsection p {
            font-size: 16px;
            text-align: justify; } }
        @media only screen and (min-width: 320px) and (max-width: 575px) {
          .services-subsection .services-subsection-content .info-serv-subsection p {
            font-size: 16px;
            text-align: justify; } }
      .services-subsection .services-subsection-content .info-serv-subsection h3 {
        font-size: 30px;
        font-weight: 700;
        color: #253764;
        text-align: justify;
        line-height: 35px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .services-subsection .services-subsection-content .info-serv-subsection h3 {
            font-size: 28px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .services-subsection .services-subsection-content .info-serv-subsection h3 {
            font-size: 26px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .services-subsection .services-subsection-content .info-serv-subsection h3 {
            font-size: 24px; } }
        @media only screen and (min-width: 320px) and (max-width: 575px) {
          .services-subsection .services-subsection-content .info-serv-subsection h3 {
            font-size: 22px; } }
        .services-subsection .services-subsection-content .info-serv-subsection h3:before {
          content: '';
          color: #F6A500;
          padding-right: 25px;
          border: 6px solid #F6A500;
          position: absolute;
          left: 75px;
          top: 11px; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .services-subsection .services-subsection-content .info-serv-subsection h3:before {
              padding-right: 20px;
              border: 5px solid #F6A500;
              left: 40px;
              top: 14px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .services-subsection .services-subsection-content .info-serv-subsection h3:before {
              padding-right: 20px;
              border: 5px solid #F6A500;
              left: 40px;
              top: 14px; } }
          @media (max-width: 768px) and (max-height: 1024px) {
            .services-subsection .services-subsection-content .info-serv-subsection h3:before {
              left: 55px;
              top: 91px; } }
          @media only screen and (min-width: 320px) and (max-width: 575px) {
            .services-subsection .services-subsection-content .info-serv-subsection h3:before {
              display: none; } }
        .services-subsection .services-subsection-content .info-serv-subsection h3 span {
          font-size: 28px;
          font-weight: 400;
          color: #253764;
          text-align: justify;
          line-height: 30px; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .services-subsection .services-subsection-content .info-serv-subsection h3 span {
              font-size: 26px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .services-subsection .services-subsection-content .info-serv-subsection h3 span {
              font-size: 26px; } }
          @media only screen and (min-width: 576px) and (max-width: 767px) {
            .services-subsection .services-subsection-content .info-serv-subsection h3 span {
              font-size: 24px; } }
          @media only screen and (min-width: 320px) and (max-width: 575px) {
            .services-subsection .services-subsection-content .info-serv-subsection h3 span {
              font-size: 22px; } }
      .services-subsection .services-subsection-content .info-serv-subsection a {
        width: 55%;
        margin-left: auto; }
        @media (min-width: 480px) and (max-width: 768px) {
          .services-subsection .services-subsection-content .info-serv-subsection a {
            width: 40%; } }
        @media (max-width: 575px) and (max-height: 900px) {
          .services-subsection .services-subsection-content .info-serv-subsection a {
            width: 60%;
            margin: 0 auto; } }

.guarantee-policy-section {
  width: 100%;
  margin: 280px auto;
  margin-bottom: 0; }
  @media (max-width: 768px) and (max-height: 1024px) {
    .guarantee-policy-section {
      margin: 120px auto; } }
  @media (max-width: 575px) and (max-height: 900px) {
    .guarantee-policy-section {
      margin: 90px auto 20px; } }
  @media (max-width: 768px) and (max-height: 1024px) {
    .guarantee-policy-section .list {
      padding: 15px 110px; } }
  @media (max-width: 575px) and (max-height: 900px) {
    .guarantee-policy-section .list {
      padding: 25px; } }
  .guarantee-policy-section .guarantee-policy-section_bg {
    background-color: #253764;
    height: 350px;
    display: flex;
    align-items: center;
    color: white !important;
    -webkit-box-shadow: 4px 7px 18px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 7px 18px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 7px 18px -1px rgba(0, 0, 0, 0.75); }
    @media (max-width: 768px) and (max-height: 1024px) {
      .guarantee-policy-section .guarantee-policy-section_bg {
        height: auto; } }
    .guarantee-policy-section .guarantee-policy-section_bg .bg-policy {
      left: 57%;
      position: absolute;
      top: -20%;
      z-index: -1;
      width: 100%; }
      .guarantee-policy-section .guarantee-policy-section_bg .bg-policy img {
        width: 75%; }
      @media (max-width: 1024px) and (max-height: 1366px) {
        .guarantee-policy-section .guarantee-policy-section_bg .bg-policy {
          left: 42%;
          position: absolute;
          top: 30%;
          z-index: -1;
          width: 100%; } }
      @media (max-width: 768px) and (max-height: 1024px) {
        .guarantee-policy-section .guarantee-policy-section_bg .bg-policy {
          left: 27%;
          position: absolute;
          top: 10%;
          z-index: -1;
          width: 138%; } }
      @media (max-width: 575px) and (max-height: 900px) {
        .guarantee-policy-section .guarantee-policy-section_bg .bg-policy {
          display: none; } }
  .guarantee-policy-section .guarantee-policy-section_title {
    font-size: 33px;
    font-weight: 400;
    margin-left: 4%;
    text-align: justify;
    color: white;
    padding-left: 70px;
    padding-right: 40px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .guarantee-policy-section .guarantee-policy-section_title {
        font-size: 30px;
        margin-bottom: 15px;
        margin-top: 10px;
        padding: 0 20px 0 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .guarantee-policy-section .guarantee-policy-section_title {
        font-size: 30px;
        margin-bottom: 15px;
        margin-top: 10px;
        padding: 0 20px 0 40px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .guarantee-policy-section .guarantee-policy-section_title {
        font-size: 26px; } }
    @media only screen and (min-width: 320px) and (max-width: 575px) {
      .guarantee-policy-section .guarantee-policy-section_title {
        font-size: 24px;
        padding: 10px 0 0 0;
        margin-left: 0; } }
    .guarantee-policy-section .guarantee-policy-section_title:before {
      content: '';
      color: #F6A500;
      padding-right: 30px;
      border: 6px solid #F6A500;
      position: absolute;
      top: 15px;
      left: 8%; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .guarantee-policy-section .guarantee-policy-section_title:before {
          padding-right: 20px;
          border: 5px solid #F6A500;
          position: absolute;
          top: 20px;
          left: 6%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .guarantee-policy-section .guarantee-policy-section_title:before {
          padding-right: 20px;
          border: 5px solid #F6A500;
          position: absolute;
          top: 20px;
          left: 6%; } }
      @media only screen and (min-width: 320px) and (max-width: 575px) {
        .guarantee-policy-section .guarantee-policy-section_title:before {
          display: none; } }
    .guarantee-policy-section .guarantee-policy-section_title:after {
      content: '';
      color: #F7F7F7;
      padding-right: -7px;
      border: 2px solid white;
      position: absolute;
      top: 0;
      height: 100%;
      left: 100%; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .guarantee-policy-section .guarantee-policy-section_title:after {
          border: 2px solid white;
          top: 95%;
          width: 90%;
          left: 8%;
          height: 1%; } }
      @media only screen and (min-width: 320px) and (max-width: 575px) {
        .guarantee-policy-section .guarantee-policy-section_title:after {
          border: 2px solid white;
          position: absolute;
          top: 106%;
          height: 1%;
          width: 100%;
          left: 0%; } }
    .guarantee-policy-section .guarantee-policy-section_title span {
      font-size: 26px;
      color: white;
      font-weight: 400; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .guarantee-policy-section .guarantee-policy-section_title span {
          font-size: 28px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .guarantee-policy-section .guarantee-policy-section_title span {
          font-size: 28px; } }
      @media only screen and (min-width: 320px) and (max-width: 575px) {
        .guarantee-policy-section .guarantee-policy-section_title span {
          font-size: 22px; } }
  .guarantee-policy-section li {
    font-size: 17px;
    line-height: 1.8;
    color: #fff;
    font-weight: 700;
    padding-left: 40px;
    letter-spacing: 1px; }
    @media (max-width: 768px) and (max-height: 1024px) {
      .guarantee-policy-section li {
        padding-left: 0; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .guarantee-policy-section li {
        font-size: 16px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .guarantee-policy-section li {
        font-size: 16px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .guarantee-policy-section li {
        font-size: 15px; } }
    @media only screen and (min-width: 320px) and (max-width: 575px) {
      .guarantee-policy-section li {
        font-size: 15px; } }
    .guarantee-policy-section li i {
      margin-right: 10px; }

/* ==========================================================================
    call to action
   ========================================================================== */
.cta {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .cta h5 {
    font-size: 35px;
    font-weight: 400;
    margin-top: 45px;
    margin-bottom: 35px;
    text-align: center;
    color: #253764; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .cta h5 {
        font-size: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cta h5 {
        font-size: 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .cta h5 {
        font-size: 28px; } }
    @media only screen and (min-width: 320px) and (max-width: 575px) {
      .cta h5 {
        font-size: 26px;
        margin-top: 0px; } }
  .cta .cta-phones {
    display: flex;
    justify-content: space-evenly;
    max-height: 45px; }
    @media (max-width: 1152px) and (max-height: 864px) {
      .cta .cta-phones {
        justify-content: space-between; } }
    @media (max-width: 575px) and (max-height: 900px) {
      .cta .cta-phones {
        flex-direction: column;
        width: 70%;
        max-height: 120px; } }

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); } }

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); } }

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(36deg);
    transform: translate(-73px, 1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(72deg);
    transform: translate(-141px, -72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(108deg);
    transform: translate(-83px, -122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(144deg);
    transform: translate(40px, -72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); } }

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(36deg);
    transform: translate(-73px, 1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(72deg);
    transform: translate(-141px, -72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(108deg);
    transform: translate(-83px, -122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(144deg);
    transform: translate(40px, -72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); } }

/* ==========================================================================
   Featured Section Start
   ========================================================================== */
.featured-box {
  margin-top: 15px;
  margin-bottom: 15px; }

.featured-box .featured-icon {
  float: left; }

.featured-box .featured-icon i {
  font-size: 30px;
  color: #3553A2;
  text-align: center;
  float: left;
  margin-right: 25px;
  margin-bottom: 85px;
  display: block; }

.featured-box .featured-content {
  padding-left: 40px;
  position: relative; }

.featured-box .featured-content .icon-o {
  font-size: 86px;
  color: rgba(0, 0, 0, 0.07);
  z-index: 2;
  font-weight: 400;
  text-transform: capitalize;
  position: absolute;
  top: 0px;
  left: 50px;
  width: 100%; }

.featured-box .featured-content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; }

.featured-box .featured-content p {
  font-size: 14px; }

.galleryGrid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px; }
  .galleryGrid .card-33 {
    display: flex;
    flex-direction: row;
    width: 45%;
    margin-bottom: 20px;
    margin-right: 20px; }
    .galleryGrid .card-33:hover .cardTitle {
      transform: scale(1.05);
      transition: all 1s easy;
      color: #253764; }
  .galleryGrid .card-66 {
    display: flex;
    flex-direction: row;
    width: 45%;
    margin-bottom: 20px;
    margin-right: 20px; }
    .galleryGrid .card-66:hover .cardTitle {
      transform: scale(1.05);
      transition: all 1s easy;
      color: #253764; }
  .galleryGrid .card-100 {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px; }
    .galleryGrid .card-100:hover .cardTitle {
      transform: scale(1.05);
      transition: all 1s easy;
      color: #253764; }

.cardTitle {
  font-size: 22px;
  margin-bottom: 5px; }

.card-text {
  text-align: justify;
  margin-left: 10px; }

.card-text-m {
  text-align: justify;
  margin-left: 10px; }

/* ==========================================================================
   Contact Us
  ========================================================================== */
.contact-section {
  position: relative;
  height: 900px; }
  @media (max-width: 768px) and (max-height: 1024px) {
    .contact-section {
      height: 750px; } }
  .contact-section .bg-industries {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(246, 165, 0, 0.2);
    height: 100%;
    position: relative;
    z-index: -10; }
    @supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
      .contact-section .bg-industries {
        -webkit-clip-path: polygon(63% 67%, 100% 56%, 100% 90%, 64% 100%);
        clip-path: polygon(63% 67%, 100% 56%, 100% 90%, 64% 100%);
        height: 100%;
        z-index: -10; }
        @media (max-width: 2880px) and (max-height: 1800px) {
          .contact-section .bg-industries {
            -webkit-clip-path: polygon(64.5% 67%, 100% 55%, 100% 84%, 66% 96%);
            clip-path: polygon(64.5% 67%, 100% 55%, 100% 84%, 66% 96%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 2560px) and (max-height: 2048px) {
          .contact-section .bg-industries {
            -webkit-clip-path: polygon(66.5% 67%, 100% 57%, 100% 87%, 68% 97%);
            clip-path: polygon(66.5% 67%, 100% 57%, 100% 87%, 68% 97%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 2048px) and (max-height: 1536px) {
          .contact-section .bg-industries {
            -webkit-clip-path: polygon(71% 67%, 100% 59%, 100% 88%, 73% 96%);
            clip-path: polygon(71% 67%, 100% 59%, 100% 88%, 73% 96%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 1920px) and (max-height: 1440px) {
          .contact-section .bg-industries {
            -webkit-clip-path: polygon(80% 67%, 100% 63%, 100% 91%, 82% 95%);
            clip-path: polygon(80% 67%, 100% 63%, 100% 91%, 82% 95%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 1366px) and (max-height: 768px) {
          .contact-section .bg-industries {
            -webkit-clip-path: polygon(82% 68%, 100% 64%, 100% 91%, 84% 95%);
            clip-path: polygon(82% 68%, 100% 64%, 100% 91%, 84% 95%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 1280px) and (max-height: 1024px) {
          .contact-section .bg-industries {
            -webkit-clip-path: polygon(84% 67%, 100% 65%, 100% 92%, 87% 94%);
            clip-path: polygon(84% 67%, 100% 65%, 100% 92%, 87% 94%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 1152px) and (max-height: 864px) {
          .contact-section .bg-industries {
            -webkit-clip-path: polygon(81% 68%, 100% 64%, 100% 91%, 83% 94%);
            clip-path: polygon(81% 68%, 100% 64%, 100% 91%, 83% 94%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 1024px) and (max-height: 1366px) {
          .contact-section .bg-industries {
            -webkit-clip-path: polygon(85% 67%, 100% 64%, 100% 90%, 88% 92%);
            clip-path: polygon(85% 67%, 100% 64%, 100% 90%, 88% 92%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 1024px) and (max-height: 768px) {
          .contact-section .bg-industries {
            -webkit-clip-path: polygon(85% 65%, 100% 63%, 100% 88%, 88% 90%);
            clip-path: polygon(85% 65%, 100% 63%, 100% 88%, 88% 90%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 768px) and (max-height: 1024px) {
          .contact-section .bg-industries {
            -webkit-clip-path: polygon(84% 66%, 100% 64%, 100% 87%, 87% 89%);
            clip-path: polygon(84% 66%, 100% 64%, 100% 87%, 87% 89%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 575px) and (max-height: 900px) {
          .contact-section .bg-industries {
            -webkit-clip-path: polygon(77% 74%, 175% 64%, 100% 92%, 80% 94%);
            clip-path: polygon(77% 74%, 175% 64%, 100% 92%, 80% 94%);
            height: 100%;
            z-index: -10; } } }
  .contact-section .contact-container {
    padding-top: 200px;
    position: absolute;
    top: 0; }
    @media only screen and (min-width: 320px) and (max-width: 575px) {
      .contact-section .contact-container {
        padding-top: 250px; } }
    .contact-section .contact-container .contact-container-h4 {
      text-align: center;
      font-family: 'Montserrat', sans-serif;
      font-size: 40px;
      font-weight: 700;
      color: #253764; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .contact-section .contact-container .contact-container-h4 {
          font-size: 35px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .contact-section .contact-container .contact-container-h4 {
          font-size: 30px; } }
      @media only screen and (min-width: 320px) and (max-width: 575px) {
        .contact-section .contact-container .contact-container-h4 {
          font-size: 28px; } }
      .contact-section .contact-container .contact-container-h4:before {
        content: '';
        border: 2px solid #F6A500;
        padding: 0 50%;
        position: absolute;
        top: 115%;
        left: 0; }
    .contact-section .contact-container .squares-img img {
      width: 100%;
      margin: 15px 0; }
  .contact-section .bg-contact-yellow-square {
    position: absolute;
    bottom: -42%;
    left: 97%;
    width: 13%;
    z-index: -1; }
    .contact-section .bg-contact-yellow-square img {
      width: 75%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-section .bg-contact-yellow-square {
        bottom: -20%; } }
    @media only screen and (min-width: 320px) and (max-width: 575px) {
      .contact-section .bg-contact-yellow-square {
        position: absolute;
        bottom: -12%;
        left: 87%;
        width: 13%;
        z-index: -1; } }
  .contact-section .bg-contact-blue-square {
    position: absolute;
    bottom: -75%;
    left: 84%;
    width: 14%;
    z-index: -11; }
    .contact-section .bg-contact-blue-square img {
      width: 75%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-section .bg-contact-blue-square {
        bottom: -45%; } }
    @media only screen and (min-width: 320px) and (max-width: 575px) {
      .contact-section .bg-contact-blue-square {
        position: absolute;
        bottom: -33%;
        left: 75%;
        width: 14%;
        z-index: -11; } }

.carrusel {
  font-size: 1.5rem;
  color: #F6A500;
  margin-bottom: 3rem;
  margin-top: 1rem; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .carrusel {
      font-size: 1.4rem; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .carrusel {
      font-size: 1.4rem; } }

.map-section {
  position: relative !important;
  height: 1050px; }
  .map-section .bg-location {
    height: 100%;
    background: #253764;
    background: -moz-linear-gradient(210deg, #253764 30%, white 100%);
    background: -webkit-linear-gradient(210deg, #253764 30%, white 100%);
    background: linear-gradient(210deg, #253764 30%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#253764",endColorstr="#ffffff",GradientType=1);
    background-size: cover;
    background-position: top;
    position: relative;
    z-index: -10; }
    @media (max-width: 575px) and (max-height: 900px) {
      .map-section .bg-location {
        background: #253764;
        background: -moz-linear-gradient(330deg, #253764 88%, white 100%);
        background: -webkit-linear-gradient(330deg, #253764 88%, white 100%);
        background: linear-gradient(330deg, #253764 88%, white 100%); } }
    @supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
      .map-section .bg-location {
        -webkit-clip-path: polygon(0% 3%, 64% 15%, 61% 100%, 0% 100%);
        clip-path: polygon(0% 3%, 64% 15%, 61% 100%, 0% 100%);
        height: 100%;
        z-index: -10; }
        @media (max-width: 2880px) and (max-height: 1800px) {
          .map-section .bg-location {
            -webkit-clip-path: polygon(0% 6%, 65% 15%, 62% 100%, 0% 100%);
            clip-path: polygon(0% 6%, 65% 15%, 62% 100%, 0% 100%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 2560px) and (max-height: 2048px) {
          .map-section .bg-location {
            -webkit-clip-path: polygon(0% 8%, 67% 15%, 63% 100%, 0% 100%);
            clip-path: polygon(0% 8%, 67% 15%, 63% 100%, 0% 100%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 2048px) and (max-height: 1536px) {
          .map-section .bg-location {
            -webkit-clip-path: polygon(0% 8%, 71% 15%, 67% 100%, 0 100%);
            clip-path: polygon(0% 8%, 71% 15%, 67% 100%, 0 100%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 1920px) and (max-height: 1440px) {
          .map-section .bg-location {
            -webkit-clip-path: polygon(0% 8%, 73% 15%, 67% 100%, 0 100%);
            clip-path: polygon(0% 8%, 73% 15%, 67% 100%, 0 100%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 1366px) and (max-height: 768px) {
          .map-section .bg-location {
            -webkit-clip-path: polygon(0% 8%, 83% 16%, 75% 100%, 0 100%);
            clip-path: polygon(0% 8%, 83% 16%, 75% 100%, 0 100%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 1280px) and (max-height: 1024px) {
          .map-section .bg-location {
            -webkit-clip-path: polygon(0% 8%, 86% 15%, 74% 100%, 0 100%);
            clip-path: polygon(0% 8%, 86% 15%, 74% 100%, 0 100%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 1152px) and (max-height: 864px) {
          .map-section .bg-location {
            -webkit-clip-path: polygon(0% 8%, 85% 14%, 74% 100%, 0 100%);
            clip-path: polygon(0% 8%, 85% 14%, 74% 100%, 0 100%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 1024px) and (max-height: 1366px) {
          .map-section .bg-location {
            -webkit-clip-path: polygon(0% 8%, 90% 15%, 83% 100%, 0 100%);
            clip-path: polygon(0% 8%, 90% 15%, 83% 100%, 0 100%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 1024px) and (max-height: 768px) {
          .map-section .bg-location {
            -webkit-clip-path: polygon(0% 8%, 93% 14%, 83% 100%, 0 100%);
            clip-path: polygon(0% 8%, 93% 14%, 83% 100%, 0 100%);
            height: 100%;
            z-index: -10; } }
        @media (max-width: 768px) and (max-height: 1024px) {
          .map-section .bg-location {
            -webkit-clip-path: polygon(0% 8%, 99% 12%, 89% 100%, 0 100%);
            clip-path: polygon(0% 8%, 99% 12%, 89% 100%, 0 100%);
            height: 115%;
            z-index: -10; } }
        @media (max-width: 575px) and (max-height: 900px) {
          .map-section .bg-location {
            -webkit-clip-path: polygon(0% 3%, 100% 5%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 3%, 100% 5%, 100% 100%, 0% 100%);
            height: 138%;
            z-index: -10; } } }
  .map-section .location {
    position: absolute;
    top: 15%;
    width: 100%; }
    @media only screen and (min-width: 320px) and (max-width: 575px) {
      .map-section .location {
        top: 9%; } }
    .map-section .location .location-content {
      margin: 0 auto; }
      @media only screen and (min-width: 320px) and (max-width: 575px) {
        .map-section .location .location-content {
          padding: 0; } }
      .map-section .location .location-content .map-tabs {
        display: flex;
        padding-left: 55px; }
        @media (max-width: 1152px) and (max-height: 864px) {
          .map-section .location .location-content .map-tabs {
            flex: 0 0 100%;
            max-width: 100%; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .map-section .location .location-content .map-tabs {
            padding-left: 20px; } }
        @media (min-width: 320px) and (max-width: 768px) {
          .map-section .location .location-content .map-tabs {
            padding-left: 30px; } }
        @media only screen and (min-width: 320px) and (max-width: 575px) {
          .map-section .location .location-content .map-tabs .location-list {
            flex-direction: column;
            width: 80%;
            margin: auto;
            text-align: center;
            align-items: stretch; } }
      .map-section .location .location-content .location-content-title {
        margin-left: 12.5%; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .map-section .location .location-content .location-content-title {
            margin-left: 9%; } }
        @media only screen and (min-width: 320px) and (max-width: 575px) {
          .map-section .location .location-content .location-content-title {
            margin-left: 0%;
            padding: 0 20px; } }
      .map-section .location .location-content h4 {
        color: white;
        font-size: 35px;
        font-weight: 400;
        text-align: left;
        margin-bottom: 25px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .map-section .location .location-content h4 {
            font-size: 30px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .map-section .location .location-content h4 {
            font-size: 30px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .map-section .location .location-content h4 {
            font-size: 28px; } }
        @media only screen and (min-width: 320px) and (max-width: 575px) {
          .map-section .location .location-content h4 {
            font-size: 24px; } }
        .map-section .location .location-content h4:before {
          content: '';
          color: #F6A500;
          padding-right: 25px;
          border: 6px solid #F6A500;
          position: absolute;
          left: -50px;
          top: 18px; }
          @media (max-width: 1152px) and (max-height: 864px) {
            .map-section .location .location-content h4:before {
              content: '';
              color: #F6A500;
              padding-right: 20px;
              border: 5px solid #F6A500;
              position: absolute;
              left: -40px;
              top: 16px; } }
          @media (max-width: 575px) and (max-height: 900px) {
            .map-section .location .location-content h4:before {
              display: none; } }
      @media (min-width: 320px) and (max-width: 768px) {
        .map-section .location .location-content ul .nav {
          justify-content: space-between; } }
      @media (min-width: 320px) and (max-width: 768px) {
        .map-section .location .location-content ul .nav li {
          padding: 10px; } }
      .map-section .location .location-content ul .nav li a {
        text-align: center; }
    .map-section .location .map-content {
      margin: 0;
      padding: 0px; }

@media (min-width: 320px) and (max-width: 768px) {
  .nav-item {
    padding: 5px; } }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #F6A500;
  font-weight: 700; }

.nav-pills .nav-link, .nav-pills .show > .nav-link {
  color: #253764;
  background-color: white;
  margin: 0 2px;
  border-radius: 0;
  font-weight: 700; }

#google-map-area .p-30 {
  padding: 30px 30px 0 30px;
  background-color: white;
  box-shadow: 4px 4px 23px 1px rgba(0, 0, 0, 0.75); }
  @media (min-width: 320px) and (max-width: 768px) {
    #google-map-area .p-30 {
      padding: 10px;
      margin: 0;
      line-height: 0; } }

/* ==========================================================================
   Footer Style
   ========================================================================== */
.footer-title {
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-decoration: underline;
  text-align: right;
  padding-right: 20px; }
  @media (max-width: 1024px) and (max-height: 768px) {
    .footer-title {
      font-size: 16px; } }

.footer-Content {
  padding-top: 45px; }

.bg-footer {
  background-color: #F6A500;
  padding: 25px 50px;
  box-shadow: 4px 4px 23px 1px rgba(0, 0, 0, 0.75); }
  @media (max-width: 1152px) and (max-height: 864px) {
    .bg-footer {
      padding: 25px; } }
  @media (max-width: 768px) and (max-height: 1024px) {
    .bg-footer {
      width: 65%; } }
  @media (max-width: 575px) and (max-height: 900px) {
    .bg-footer {
      width: 100%; } }

.footer-container {
  justify-content: center;
  display: flex;
  flex-direction: column; }
  .footer-container .footer-social {
    display: flex; }
    @media (max-width: 575px) and (max-height: 900px) {
      .footer-container .footer-social {
        margin: auto; } }
    .footer-container .footer-social li {
      padding: 0 10px;
      font-size: 2rem; }
      @media (max-width: 575px) and (max-height: 900px) {
        .footer-container .footer-social li a {
          color: white; } }

.textwidget {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px; }
  .textwidget p {
    color: #253764;
    font-weight: 700;
    font-size: 18px; }
    @media (max-width: 575px) and (max-height: 900px) {
      .textwidget p {
        color: white;
        text-align: center; } }

footer .menu {
  padding-left: 0; }
  footer .menu li {
    padding-bottom: 12px; }
    footer .menu li a {
      color: #546E7A; }
      footer .menu li a:hover {
        color: #253764; }

.contact-footer {
  font-size: 15px;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: right;
  color: white; }
  .contact-footer li {
    text-align: right;
    justify-content: flex-end;
    align-items: center; }
    .contact-footer li .p-special {
      align-items: center;
      padding-left: 10px; }
    .contact-footer li i {
      font-size: 20px;
      padding: 10px; }
    .contact-footer li span a {
      color: white; }
      .contact-footer li span a:hover {
        color: #253764; }

@media (max-width: 768px) and (max-height: 1024px) {
  .contact {
    margin-left: 80%;
    margin-top: 20px; } }

@media (max-width: 575px) and (max-height: 900px) {
  .contact {
    margin-left: 0%;
    margin-top: 20px; } }

.float {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 40px;
  right: 75px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100; }

.my-float {
  margin-top: 8px;
  color: white; }

@media (min-width: 992px) and (max-width: 1200px) {
  .bull-l {
    left: 104%; }
  .bull-r {
    right: 106.5%; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .section-header .section-title {
    font-size: 22px; }
  #hero-area .contents {
    padding: 148px 0 48px; }
  #hero-area .contents h1 {
    font-size: 26px; }
  .intro-img {
    padding: 130px 0; }
  .contents h4 {
    font-size: 22px;
    line-height: 38px; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 12px 5px;
    font-size: 13px;
    margin-left: 15px; }
  .mainmenu-area .menu-button {
    line-height: 46px; }
  .item-boxes h4 {
    font-size: 16px; }
  .call-action .cta-trial h3 {
    font-size: 25px; }
  #features .box-item .text h4 {
    font-size: 12px; }
  #features .box-item .icon {
    width: 48px;
    height: 48px;
    margin: 5px 0; }
  #features .box-item .icon i {
    line-height: 48px; }
  #features .content-left .text {
    margin-right: 60px; }
  #features .content-right .text {
    margin-left: 60px; }
  #cta h5 {
    font-size: 22px; }
  #cta .btn {
    margin: 22px 5px; }
  .single-team {
    margin-bottom: 30px; }
  .footer-social-c li {
    margin-right: 0px; }
  .footer-social li {
    margin-right: 2px; }
  .widget {
    margin-top: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .bull-l {
    left: 101.5%; }
  .bull-r {
    right: 105.1%; }
  .values-img-1 {
    display: none; }
  .fs-13 {
    font-size: 1.1rem; } }

@media (max-width: 640px) {
  .controls .btn {
    padding: 10px 24px; }
  .bg-white .collapse.show {
    background: #fff; }
  .navbar-toggleable-sm > .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; }
  .navbar-expand-md .navbar-brand, .navbar-expand-md .navbar-toggler {
    margin: 12px 15px; }
  .navbar-expand-md .navbar-nav .active > .nav-link, .navbar-expand-md .navbar-nav .nav-link.active, .navbar-expand-md .navbar-nav .nav-link.active::before, .navbar-expand-md .navbar-nav .nav-link.open, .navbar-expand-md .navbar-nav .open > .nav-link {
    background: #ddd; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 4px 12px;
    text-align: center;
    margin-bottom: 3px;
    margin-left: 0; }
  .navbar-expand-md .navbar-nav .nav-link::before {
    display: none; }
  .mainmenu-area {
    padding: 0; }
  .section-header .section-title {
    font-size: 35px !important;
    padding-top: 15%; }
  .call-action .cta-trial h3 {
    font-size: 22px; }
  #hero-area .contents {
    padding: 100px 0 20px; }
  #hero-area .contents h1 {
    font-size: 18px; }
  .contents h4 {
    font-size: 18px;
    line-height: 30px; }
  .mainmenu-area .menu-button {
    display: none; }
  .intro-img {
    padding: 100px 0; }
  .menu-wrap {
    padding: 10px; }
  .icon-list a {
    padding: 5px 0; }
  .icon-list a::before {
    top: 5px; }
  .bg-faded {
    background: #fff !important; }
  #features .content-right span {
    float: none; }
  #features .content-left span {
    float: none; }
  #features .box-item .icon {
    margin: 12px 0; }
  #features .box-item .text h4 {
    font-size: 13px; }
  #about-area .about-thumb-2 {
    top: 64%; }
  .single-team {
    margin-bottom: 30px; }
  .table-left {
    margin: 0px 0px; }
  .widget {
    margin-top: 30px; }
  .float-right {
    float: left !important; }
  .bull-l,
  .bull-r {
    display: none; }
  .h3-temario-r,
  .text-grey-p-r {
    margin-left: 0; } }

@media (min-width: 320px) and (max-width: 480px) {
  .navbar-toggleable-sm > .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; }
  .bg-white .collapse.show {
    background: #fff; }
  .mainmenu-area {
    padding: 0; }
  .bg-faded {
    background: #fff !important; }
  .navbar-expand-md .navbar-brand, .navbar-expand-md .navbar-toggler {
    margin: 12px 15px; }
  .navbar-expand-md .navbar-nav .active > .nav-link, .navbar-expand-md .navbar-nav .nav-link.active, .navbar-expand-md .navbar-nav .nav-link.active::before, .navbar-expand-md .navbar-nav .nav-link.open, .navbar-expand-md .navbar-nav .open > .nav-link {
    background: #f1f1f1; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 5px 12px;
    text-align: center;
    margin-bottom: 3px;
    margin-left: 0px; }
  .mainmenu-area .menu-button {
    display: none; }
  .navbar-expand-md .navbar-nav .nav-link::before {
    display: none; }
  .section-header .section-title {
    font-size: 20px;
    line-height: 30px; }
  .contents h4 {
    font-size: 18px;
    line-height: 30px; }
  .call-action .cta-trial h3 {
    font-size: 22px;
    line-height: 22px; }
  .text-right {
    text-align: left !important; }
  #features .box-item {
    text-align: center; }
  .controls .btn {
    font-size: 12px;
    text-transform: capitalize; }
  #cta h5 {
    font-size: 18px;
    line-height: 30px; }
  #cta .btn {
    margin: 10px 0; }
  .single-team {
    margin-bottom: 30px; }
  #contact .section-title {
    font-size: 22px; }
  .social-icons ul li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-left: 0px; }
  .post-meta ul li {
    line-height: 28px; }
  .widget {
    margin-top: 30px; }
  #about-area .about-thumb-2 {
    top: 64%; }
  .contact-deatils {
    margin-top: 30px; }
  .float-right {
    float: left !important; }
  .bull-l,
  .bull-r {
    display: none; }
  .h3-temario-r,
  .text-grey-p-r {
    margin-left: 0; } }

@media (min-width: 320px) and (max-width: 370px) {
  .bg {
    border-radius: 0;
    padding: 25px;
    display: inline-block; } }
