
  /*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  #0.1  Theme Reset Style
  #0.2  Global Elements
  #0.3  header
  #0.4  hero-slider
  #0.5  footer
  #0.6  featured
  #0.7  services
  #0.8  fun-fact
  #0.9  about-us-section
  #0.10  latest-projects
  #0.11  testimonials
  #0.12  blog-section 
  #0.13  contact-section


  **--------------------------------------------------------------
  #	home style 2
  --------------------------------------------------------------**
  #1.1  services-style2
  #1.2  about-us-section-style2
  #1.3  company-timeline
  #1.4  faq
  #1.5  testimonials-style2


  **--------------------------------------------------------------
  #	home style 3
  --------------------------------------------------------------**
  #2.1  featured
  #2.2  about-us-section-style3
  #2.3  team
  #2.4  pricing
  #2.5  cta
  #2.6  partner


  **--------------------------------------------------------------
  #	about page
  --------------------------------------------------------------**
  #3.1  page title
  #3.2  about-company-s2


  **--------------------------------------------------------------
  #	service page
  --------------------------------------------------------------**
  #4.1  featured


  **--------------------------------------------------------------
  #	service page
  --------------------------------------------------------------**
  #4.1  featured


  **--------------------------------------------------------------
  #	services st2 page
  --------------------------------------------------------------**
  #5.1  service-st2-content	


  **--------------------------------------------------------------
  #	service single page
  --------------------------------------------------------------**
  #6.1  service-single-content


  **--------------------------------------------------------------
  #	case studies page
  --------------------------------------------------------------**
  #7.1  page-title
  #7.2  case-studies


  **--------------------------------------------------------------
  #	case studies style 2 page
  --------------------------------------------------------------**
  #8.1  page-title
  #8.2  case-studies-s2-content-wrapper


  **--------------------------------------------------------------
  #	case study single page
  --------------------------------------------------------------**
  #9.1  page-title
  #9.2  case-study-single-content


  **--------------------------------------------------------------
  #	careers page
  --------------------------------------------------------------**
  #10.1  page-title
  #10.2  careers-content


  **--------------------------------------------------------------
  #	careers vacancy page
  --------------------------------------------------------------**
  #11.1  page-title
  #11.2  careers-vacancy-content


  **--------------------------------------------------------------
  #	team page
  --------------------------------------------------------------**
  #12.1  page-title
  #12.2  team-content


  **--------------------------------------------------------------
  #	team style 2 page
  --------------------------------------------------------------**
  #13.1  page-title
  #13.2  team-s2-content


  **--------------------------------------------------------------
  #	team single page
  --------------------------------------------------------------**
  #14.1  team-single-content


  **--------------------------------------------------------------
  #	partners page
  --------------------------------------------------------------**
  #15.1  page-title
  #15.2  partners-content-wrapper


  **--------------------------------------------------------------
  #	faq page
  --------------------------------------------------------------**
  #16.1  faq-content


  **--------------------------------------------------------------
  #	testimonials page
  --------------------------------------------------------------**
  #17.1  page-title
  #17.2  testimonials-content


  **--------------------------------------------------------------
  #	blog page
  --------------------------------------------------------------**
  #18.1  blog-section


  **--------------------------------------------------------------
  #	blog width sidebar page
  --------------------------------------------------------------**
  #19.1  blog-with-sidebar-section


  **--------------------------------------------------------------
  #	blog single page
  --------------------------------------------------------------**
  #20.1  blog-single-content	



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

  :root {
    --blue: #6c5952;
    --white: #ffffff;
  }
  

  /*---------------------------
      Fonts
  ----------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800;900&family=Poppins:wght@300;400;500;600&display=swap');
  /*--------------------------------------------------------------
  #0.1    Theme Reset Style
  --------------------------------------------------------------*/
  html {
    font-size: 16px;
  }

  *{margin: 0;padding: 0;box-sizing: border-box;}
  body {
     font-family: "Poppins", sans-serif;
     background-color: #ffffff;
     -webkit-font-smoothing: antialiased;
     overflow-x: hidden;
     font-size: 15px;
     color: #626672;
  }

  @media (max-width: 767px) {
    body {
      font-size: 14px;
    }
  }

  p {
    color: #1f1f1f;
    line-height: 1.8em;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
     color: #0e0e0e;
     /* font-weight: bold; */
     font-family: 'Montserrat', sans-serif;
  }

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

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

.logo img {
    width: 94px;
    margin-top: 5px;
    padding-bottom: 5px;
    border-radius: 11px;
    background: white;
    padding: 5px 2px;
}

.logo {
    display: flex;
    justify-content: center;
}

/* -------------------------------------------------------------
   #char-dham-yatra-ex-haridwar   01/8/22
------------------------------------------------------------ */
.booking_form_wrap h1{
  margin: 0;
  padding: 0 0 6px 0px;
  font-size: 20px;
  font-weight: 600;
}
.booking_form_wrap h1, .booking_form_wrap p {
  color:var(--white);
}

.booking_form_wrap{
  padding: 40px 30px;
  border-radius: 25px;
  background-color: #2b6bad;
  color: #fff;
}
.booking_form_wrap .form-control{
  background-color: #fff;
  height: 44px;
  margin-bottom: 8%;
}
.booking_form_wrap .form-group label{
  color: var(--white);
}

.input-container input {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: .75rem;
  position: relative;
  width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor:default;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.inquery{
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  width: 100%;
  padding: 15px 30px;
  /* border: 2px solid #6c5952; */
  font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
  transition: background-color 0.3s, border-color 0.3s;
  border-radius: 25px;
}
.inquery:hover {
  background-color: #34221c;
  background: rgb(78,53,4); background: -moz-linear-gradient(90deg, rgba(78,53,4,1) 0%, rgba(124,83,0,1) 50%, rgba(144,102,17,1) 100%); background: -webkit-linear-gradient(90deg, rgba(78,53,4,1) 0%, rgba(124,83,0,1) 50%, rgba(144,102,17,1) 100%); background: linear-gradient(90deg, rgba(78,53,4,1) 0%, rgba(124,83,0,1) 50%, rgba(144,102,17,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e3504",endColorstr="#906611",GradientType=1);
}
.contact_info.map {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
  margin-top: 8%;
}
.more_pakage ul li {
  list-style: none!important;
  margin-bottom: 20px !important;
  font-size: 16px !important;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(167, 167, 167, 0.31);
}
.desc {
  padding-top: 0;
}

.desc table {
    background: #ffffff;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.desc table tr:first-child td {
    background: rgb(78,53,4);
    background: -moz-linear-gradient(90deg, rgba(78,53,4,1) 0%, rgba(124,83,0,1) 50%, rgba(144,102,17,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(78,53,4,1) 0%, rgba(124,83,0,1) 50%, rgba(144,102,17,1) 100%);
    background: linear-gradient(90deg, rgba(78,53,4,1) 0%, rgba(124,83,0,1) 50%, rgba(144,102,17,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e3504",endColorstr="#906611",GradientType=1);
}

.desc table td {
    border: 4px solid white;
    background: rgb(135,91,0); background: -moz-linear-gradient(90deg, rgba(135,91,0,1) 0%, rgba(249,187,60,1) 50%, rgba(185,141,50,1) 100%); background: -webkit-linear-gradient(90deg, rgba(135,91,0,1) 0%, rgba(249,187,60,1) 50%, rgba(185,141,50,1) 100%); background: linear-gradient(90deg, rgba(135,91,0,1) 0%, rgba(249,187,60,1) 50%, rgba(185,141,50,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#875b00",endColorstr="#b98d32",GradientType=1);
    border-radius: 10px;
}

.desc table td p {
    color: white;
    margin-bottom: 0;
}

.desc table td p strong {
    color: white;
}

.desc p {
    margin-bottom: 4px;
}

.desc  ul li {
    margin-bottom: 10px !important;
    /* color: #118b16 !important; */
    font-weight: 600;
    list-style: disc !important;
    font-size: 14px;
}

.desc ol {
    margin-left: 30px;
    margin-bottom: 35px;
}

.desc ol li {
    margin-bottom: 10px !important;
    /* color: #F44336 !important; */
    font-weight: 600;
    list-style: disc !important;
    font-size: 14px;
}

.desc  h4 {
    /* color: #064708; */
    margin-bottom: 10px;
    font-size: 20px !important;
}
.desc h5 {
    /* color: #660801; */
    margin-bottom: 14px;
    font-size: 20px !important;
    margin-top: 27px;
    font-weight: 600;
}
.desc h3, h2, h4 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.desc dl ul li {
    color: #3f3f3f !important;
    list-style: number !important;
    font-size: 14px;
    font-weight: 500 !important;
}

.more_pakage{
  margin-top: 17%;
  background-image: url('../images/pakage.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1
}
.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.more_pakage ul{
 margin-left: 0!important;
}

.more_pakage ul li a{
  color: #ffffff;
  display: block;
}
.more_pakage ul li a:hover{
  color: #ff7116;
  display: #fff;
}
.more_pakage ul li a i {
  padding-right: 9px;
  font-weight: 900;
  font-size: 15px;
}
.desc h4 {
  line-height: 1.6!important;
}
.riight_sidebar p {
  text-align: justify;
}
.more_pakage h4{
  background-color: #F8F8F8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;

}

/* -------------------01/8/22--------ved--------------------- */


  /*--------------------------------------------------------------
  #0.2    Global Elements
  --------------------------------------------------------------*/
  .page-wrapper {
    position: relative;
    overflow: hidden;
  }

  .wow {
    visibility: hidden;
  }

  .fi:before {
    margin: 0;
  }

  .section-padding {
    padding: 70px 0 0px;
  }
.about-company-s2 p strong{
    color: #525252;
}

.about-company-s2 ul {
    margin-left: 30px;
    margin-top: 17px;
}

.roomrate  li {
    display: inline-block;
    background: #2b6bad;
    padding: 20px;
    color: aliceblue !IMPORTANT;
    text-align: center;
    border-radius: 8px;
}

.roomrate {
    margin-left: 0 !important;
}

.roomrate  li span {
    display: block;
    font-size: 17px;
    color: #0c2d4a;
}


.keyat li {
  display: inline-block;
  background: #2b6bad;
  padding: 20px;
  color: aliceblue !IMPORTANT;
  text-align: center;
  border-radius: 8px;

}
.keyat {
  margin-left: 0 !important;
}
.keyat  li span {
  display: block;
  font-size: 17px;
  color: #0c2d4a;
}

  @media (max-width: 991px) {
    .section-padding {
      padding: 100px 0;
    }
  }

  @media (max-width: 767px) {
    .section-padding {
      padding: 40px 0;
    }
  }

  /** for popup image ***/
  .mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
  }

  .mfp-with-zoom .mfp-container,
  .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
  }

  .mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
  }

  .mfp-with-zoom.mfp-removing .mfp-container,
  .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
  }

  /*** for fancybox video ***/
  .fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
  }

  .fancybox-wrap {
    z-index: 99999;
  }


/*****************************
>>> Home travel package section  
******************************/
.home-package {
  padding-bottom: 115px;
}
.home-package .section-btn-wrap {
  padding-top: 10px;
}
@media screen and (max-width: 575px) {
  .home-package {
    padding-bottom: 70px;
  }
}
.package-item:last-child{
    margin-bottom: 0;
}
.package-item {
  background-color: #4ea6ff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 40px;
  overflow: hidden;
  margin: 15px 15px;
}
.package-item .package-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.package-item .package-content {
  padding: 33px;
}

.package-item .package-content h3 {
    font-weight: 600;
    margin-top: 0;
    font-size: 20px;
}

.package-item .package-content h3 a {
    color: #000000;
}
.package-item .package-content p {
  margin-bottom: 25px;
  color: black;
}
.package-item .package-meta {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
}
.package-item .package-meta ul {
  font-size: 0;
  margin: 0;
  padding: 0;
}
.package-item .package-meta ul li {
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
  padding: 0 12px;
  position: relative;
}
.package-item .package-meta ul li [class*=fa-] {
  color: #157ee8;
  margin-right: 4px;
  font-size: 14px;
}
.package-item .package-meta ul li:before {
  color: #BBBBBB;
  content: "|";
  position: absolute;
  right: -3px;
  top: 0;
}
.package-item .package-meta ul li:first-child {
  padding-left: 0;
}
.package-item .package-meta ul li:last-child {
  padding-right: 0;
}
.package-item .package-meta ul li:last-child:before {
  display: none;
}
.package-item .package-price {
 background: rgb(21 126 232);
 padding: 55px 55px;
 text-align: center;
 display: grid;
 align-items: center;
}
.package-item .package-price * {
  color: #ffffff;
}

.package-item .package-price .review-text {
    display: block;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 8px;
    font-weight: 700;
}
.package-item .package-price .price-list {
  margin-bottom: 20px;
}
.package-item .package-price .price-list span {
  font-size: 40px;
  font-weight: 800;
  display: block;
}
.package-item .review-area {
  margin-bottom: 10px;
}
.package-item .rating-start-wrap {
  vertical-align: middle;
  margin-left: 10px;
}
.package-item .rating-start-wrap .rating-start:before {
  color: #C3C3C3;
}
.package-item .rating-start-wrap .rating-start span:before {
  color: #ffffff;
}
@media screen and (min-width: 767px) {
  .package-item {
    display: grid;
    grid-template-columns: 33.33% 40% 26.67%;
  }
}
@media screen and (max-width: 767px) {
  .package-item {
    margin-bottom: 30px;
  }
  .package-item .package-image {
    min-height: 350px;
  }
  .package-item .package-content {
    padding: 25px 10px;
    text-align: center;
  }
  .package-item .package-meta ul li {
    font-size: 11px;
    padding: 0 9px;
  }
  .package-item .package-price {
    padding: 25px 20px;
  }
  .package-item .package-price .price-list span {
    font-size: 28px;
  }
}

/*****************************
>>> Home travel callback section  
******************************/
.bg-img-fullcallback {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 115px;
  padding-bottom: 115px;
  z-index: 1;
}
.bg-img-fullcallback * {
  color: #ffffff;
}
.bg-img-fullcallback .video-button {
  margin-bottom: 50px;
}
.bg-img-fullcallback p {
  margin-bottom: 40px;
  font-size: 16px;
}
.bg-img-fullcallback .callback-btn {
  margin-left: -10px;
  margin-right: -10px;
}
.bg-img-fullcallback .callback-btn a {
  margin: 10px;
}
@media screen and (max-width: 575px) {
  .bg-img-fullcallback {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.home-callback {
  padding-bottom: 185px;
}
@media screen and (max-width: 575px) {
  .home-callback {
    padding-bottom: 140px;
  }
}

.bg-color-callback {
  padding-top: 85px;
  padding-bottom: 85px;
}
.bg-color-callback.primary-bg * {
  color: #ffffff;
}
.bg-color-callback h2 ~ p {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .bg-color-callback {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

  /*** contact form error handling ***/
  #contact-form .error-handling-messages {
    margin-top: 15px;
    padding: 0;
  }

  #contact-form label.error {
    color: red;
    font-size: 0.875rem;
    font-weight: normal;
    margin: 5px 0 0 0;
  }

  #contact-form #loader {
    display: none;
  }

  #contact-form #success,
  #contact-form #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
  }

  @media (max-width: 767px) {
    #contact-form #success,
    #contact-form #error {
      font-size: 15px;
    }
  }

  #contact-form #success {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px;
  }

  #contact-form #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
  }

  .box-layout .page-wrapper {
    background: #fff;
  }
  .career{
      background: #ef8110;
      padding: 55px;
      border-radius: 12px;
      margin-bottom: 50px;
      color: white;
      line-height: 27px;
  }
  .career1{
      background: #b14b02;
      padding: 18px;
      border-radius: 12px;
      margin-bottom: 50px;
      color: aliceblue;
  }
  .career1 p{color: aliceblue;}
   .career p{color: aliceblue;}
  .career ul li{
      font-size: 20px !important;
      margin-bottom: 15px !important;
      list-style: disc !important;
      color: #ffffff !important;
      font-weight: 600;
      margin-left: 50px;
  }
  .career1 ul li{
      font-size: 16px  !important;
      margin-bottom: 7px !important;
      list-style: disc !important;
      color: #ffffff !important;
      font-weight: 600;
      margin-left: 34px;
  }

  @media screen and (min-width: 1200px) {
    .box-layout .page-wrapper {
      width: 1200px !important;
      margin: 0 auto !important;
    }
  }

  @media screen and (min-width: 1200px) {
    .box-layout {
      background: url("../images/body-bg.jpg") center center/cover no-repeat fixed;
    }
  }

  .section-title {
    text-align: center;
    margin-bottom: 20px;
  }

  @media (max-width: 991px) {
    .section-title {
      margin-bottom: 20px;
    }
  }

  @media (max-width: 767px) {
    .section-title {
      margin-bottom: 10px;
    }

.about-us-section-style2 p, .about-us-section-style3 p {
    text-align: center;
}

.about-us-section-style2 .btn {
    float: none !important;
}

.about-us-section-style2 img, .about-us-section-style3 img {
    padding: 0 !important;
    margin-bottom: 15px;
}
  }

  .section-title h2 {
    font-size: 35px;
    line-height: 1.2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #3c56b6;
    margin: 0 0 0.45em;
    text-align: center;
    padding-bottom: 1em;
    position: relative;
    text-transform: uppercase;
  }

  @media (max-width: 991px) {
    .section-title h2 {
      font-size: 2rem;
    }
  }

  @media (max-width: 767px) {
    .section-title h2 {
      font-size: 1.5rem;
    }
  }

  .section-title h2:after {
    content: "";
    background: #2196F3;
    background: -moz-linear-gradient(90deg, rgb(0 187 209) 0%, rgb(61 85 182) 50%, rgb(0 157 150) 100%);
    background: -webkit-linear-gradient(90deg, rgb(0 187 209) 0%, rgb(61 85 182) 50%, rgb(0 157 150) 100%);
    background: linear-gradient(90deg, rgb(0 187 209) 0%, rgb(61 85 182) 50%, rgb(0 157 150) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e3504",endColorstr="#906611",GradientType=1);
    width: 105px;
    height: 3px;
    position: absolute;
    left: 50%;
    top: 55px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  @media (max-width: 767px) {
    .section-title h2:after {
      width: 80px;
      height: 2px;
    }
  }

  .section-title p {
    margin: 0;
  }

  .theme-btn {
    background-color: #193775;
    font-size: 1.0625rem;
    color: #fff;
    padding: 10px 30px;
    border: 0;
    text-transform: capitalize;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }

  .theme-btn:hover, .theme-btn:focus, .theme-btn:active {
    background-color: #152d60;
    color: #fff;
  }

  @media (max-width: 991px) {
    .theme-btn {
      font-size: 1rem;
      padding: 8px 25px;
    }
  }

  @media (max-width: 767px) {
    .theme-btn {
      font-size: 0.9375rem;
      padding: 8px 22px;
    }
  }

  .form input,
  .form textarea,
  .form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    color: #595959;
  }

  .form input:focus,
  .form textarea:focus,
  .form select:focus {
    border-color: #193775;
    -webkit-box-shadow: 0 0 5px 0 #224b9f;
    -moz-box-shadow: 0 0 5px 0 #224b9f;
    -o-box-shadow: 0 0 5px 0 #224b9f;
    -ms-box-shadow: 0 0 5px 0 #224b9f;
    box-shadow: 0 0 5px 0 #224b9f;
  }

  .form ::-webkit-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #595959;
  }

  .form :-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #595959;
  }

  .form ::-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #595959;
  }

  .form :-ms-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #595959;
  }

  .form select {
    font-style: italic;
    background: url(../images/select-icon.png) no-repeat right center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
  }

  .form select::-ms-expand {
    /* for IE 11 */
    display: none;
  }

  nav.sticky, .site-header-style2 nav.sticky2, .site-header-style3 nav.sticky2, .site-header-style3 nav.sticky3 {
    background-color: #ffffff !important;
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-animation: navigationFlipIn 0.5s;
    animation: navigationFlipIn 0.5s;
    box-shadow: 0px 0px 15px rgb(131 131 131 / 12%);
  }

  @media screen and (min-width: 992px) {
    nav.sticky #navbar, .site-header-style2 nav.sticky2 #navbar, .site-header-style3 nav.sticky2 #navbar, .site-header-style3 nav.sticky3 #navbar {
      background: transparent;
    }
    .riight_sidebar{
      padding-right: 40px;
    }
  }

  .site-header-style2 nav.sticky2, .site-header-style3 nav.sticky2, .site-header-style3 nav.sticky3 {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
  }

  @media screen and (min-width: 992px) {
    .site-header-style3 nav.sticky3 #navbar > ul > li > a {
      color: #06223e;
    }
    .site-header-style3 nav.sticky3 #navbar > ul > li > a:hover {
      color: #f39c12;
    }
  }

  @-webkit-keyframes navigationFlipIn {
    from {
      top: -100px;
    }
    to {
      to: 0;
    }
  }

  @keyframes navigationFlipIn {
    from {
      top: -100px;
    }
    to {
      top: 0;
    }
  }

  .box-layout .sticky, .box-layout .site-header-style2 nav.sticky2, .site-header-style2 .box-layout nav.sticky2, .box-layout .site-header-style3 nav.sticky2, .site-header-style3 .box-layout nav.sticky2, .box-layout .site-header-style3 nav.sticky3, .site-header-style3 .box-layout nav.sticky3 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  @media screen and (min-width: 1200px) {
    .box-layout .sticky, .box-layout .site-header-style2 nav.sticky2, .site-header-style2 .box-layout nav.sticky2, .box-layout .site-header-style3 nav.sticky2, .site-header-style3 .box-layout nav.sticky2, .box-layout .site-header-style3 nav.sticky3, .site-header-style3 .box-layout nav.sticky3 {
      width: 1200px !important;
    }
  }

  .social-links {
    overflow: hidden;
  }

header .social-links {
    margin: 14px auto;
}

  .social-links li {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 5px;
   background: #2196F3;
    background: -moz-linear-gradient(90deg, rgb(0 187 209) 0%, rgb(61 85 182) 50%, rgb(0 157 150) 100%);
    background: -webkit-linear-gradient(90deg, rgb(0 187 209) 0%, rgb(61 85 182) 50%, rgb(0 157 150) 100%);
    background: linear-gradient(90deg, rgb(0 187 209) 0%, rgb(61 85 182) 50%, rgb(0 157 150) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e3504",endColorstr="#906611",GradientType=1);
    
    border-radius: 50px;
  }

  .social-links li a {
    /* background: -webkit-linear-gradient(left, rgb(255 112 0 / 87%), rgb(156 8 0)); */
    background: -moz-linear-gradient(left, rgb(255 112 0 / 87%), rgb(255 14 1 / 88%));
    background: -o-linear-gradient(left, rgb(255 112 0 / 87%), rgb(255 14 1 / 88%));
    background: -ms-linear-gradient(left, rgb(255 112 0 / 87%), rgb(255 14 1 / 88%));
    background: linear-gradient(left,left, rgb(255 112 0 / 87%), rgb(255 14 1 / 88%));
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    color: #ffffff !important;
    text-align: center;
  }

.social-links li a:hover {
    color: #ffffff !important;
}

  .social-links li:hover {
  background-color: #00447a;
  background: -moz-linear-gradient(90deg, #00447a 0%, #406f93 50%, #26407f 100%);
  background: -webkit-linear-gradient(90deg, #00447a 0%, #406f93 50%, #26407f 100%);
  background: linear-gradient(90deg, #00447a 0%, #406f93 50%, #26407f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e3504",endColorstr="#906611",GradientType=1);
  }

  .page-title {
    background: url("../images/page-title/img-1.jpg") center center/cover no-repeat local;
    text-align: center;
    position: relative;
  }

  @media screen and (min-width: 992px) {
    .page-title {
      /* margin-top: -70px; */
    }
  }

  .page-title > .container {
    position: relative;
    height: 350px;
    z-index: 100;
  }

  @media (max-width: 991px) {
    .page-title > .container {
      height: 320px;
    }
  }

  .page-title .title-box {
    width: 100%;
    position: relative;
    text-align: center;
    left: 0;
  }

  .page-title .title-box h1 {
    font-size: 2.5rem;
    color: #ffffff;
    margin: 300px 0 0.5em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
  }
.subcat2, .subcat12, .subcat13 {display:none;}

  .page-title .title-box h1 span {
    color: #fff;
  }

  @media (max-width: 991px) {
    .page-title .title-box h1 {
      font-size: 2.5rem;
    }
  }

  @media (max-width: 767px) {
    .page-title .title-box h1 {
      font-size: 1.875rem;
    }
  }

  .page-title .title-box ol {
    background: transparent;
    padding: 0;
    margin: 0;
  }

  .page-title .title-box ol li {
    color: #f39c12;
    font-size: 1.125rem;
    text-transform: capitalize;
  }

  @media (max-width: 991px) {
    .page-title .title-box ol li {
      font-size: 1rem;
    }
  }

  @media (max-width: 767px) {
    .page-title .title-box ol li {
      font-size: 0.9375rem;
    }
  }

  .page-title .title-box ol a {
    color: #fff;
  }

  .page-title .title-box .breadcrumb > li + li:before {
    content: "\f101";
    font-family: "FontAwesome";
    color: #fff;
  }

  .preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
  }

  .preloader > div {
    width: 58px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .preloader > div > span {
    background-color: #193775;
    display: block;
    width: 10px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-animation: perloaderAnimation 0.5s infinite ease-in-out alternate;
    animation: perloaderAnimation 0.5s infinite ease-in-out alternate;
  }

  .preloader div > span:first-child {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }

  .preloader div > span:nth-child(2) {
    left: 12px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }

  .preloader div > span:nth-child(3) {
    left: 24px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }

  .preloader div > span:nth-child(4) {
    left: 36px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }

  .preloader div > span:nth-child(5) {
    left: 48px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }

  @-webkit-keyframes perloaderAnimation {
    from {
      height: 5px;
    }
    to {
      height: 40px;
    }
  }

  @keyframes perloaderAnimation {
    from {
      height: 5px;
    }
    to {
      height: 40px;
    }
  }

  .featured .grid {
    position: relative;
    overflow: hidden;
    margin-bottom: 44px;
    border-radius: 25px;
  }
  .featured .griddiffrent {
    position: relative;
    /* box-shadow: 0px 0px 33px 0 rgb(0 0 0 / 15%); */
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 10px;
    border: 0px solid #b3b3b3 !important;
  }

.featured .grid:hover {
    /* background: rgba(25, 55, 117, 0.9); */
    /* background: -webkit-linear-gradient(left, #ec1f24, #1a2b48); */
    background: -moz-linear-gradient(left, #ec1f24, #1a2b48);
    background: -o-linear-gradient(left, #ec1f24, #1a2b48);
    background: -ms-linear-gradient(left, #ec1f24, #1a2b48);
    background: linear-gradient(left, #ec1f24, #1a2b48);
}

.featured .grid:hover > .img-holder {}

.featured .grid:hover > .img-holder {
    border-radius: 10px;
    transform: scale(1.5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

  .featured .grid .img-holder {
    min-height: 253px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }

  .featured .grid .img-holder img {
    display: none;
  }

  .featured .grid:hover .details {
    /* background: -webkit-linear-gradient(left, #ff7000, #ff0e01); */
    background: -moz-linear-gradient(left, #ec1f24, #1a2b48);
    background: -o-linear-gradient(left, #ec1f24, #1a2b48);
    background: -ms-linear-gradient(left, #ec1f24, #1a2b48);
    background: linear-gradient(left, #ec1f24, #1a2b48);
  }

.featured .grid:hover .details > h3 {
    /* color: white; */
}
.featured .griddiffrent:hover .details {
    bottom: -0%;
    background: -webkit-linear-gradient(left, #ec1f246e, #1a2b4861);
    background: -moz-linear-gradient(left, #ec1f24, #1a2b48);
    background: -o-linear-gradient(left, #ec1f24, #1a2b48);
    background: -ms-linear-gradient(left, #ec1f24, #1a2b48);
    background: linear-gradient(left, #ec1f24, #1a2b48);
  }

  .featured .grid .details {
    /* background: rgb(255 255 255); */
    /* background: -webkit-linear-gradient(left, #ff5858, #ff8f2f); */
    background: -moz-linear-gradient(left, #1a2b48, #ec1f24);
    background: -o-linear-gradient(left, #1a2b48, #ec1f24);
    background: -ms-linear-gradient(left, #1a2b48, #ec1f24);
    background: linear-gradient(left, #1a2b48, #ec1f24);
    width: 100%;
    height: 100%;
    padding: 10px 22px;
    position: absolute;
    left: 0;
    bottom: -61%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
.details .rating-start-wrap {
  background: rgb(135,91,0);
  background: -moz-linear-gradient(90deg, rgb(255 125 5) 0%, rgb(255 116 34) 50%, rgb(255 154 8) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255 125 5) 0%, rgb(255 116 34) 50%, rgb(255 154 8) 100%);
  background: linear-gradient(90deg, rgb(255 125 5) 0%, rgb(255 116 34) 50%, rgb(255 154 8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#875b00",endColorstr="#b98d32",GradientType=1);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 4px 12px;
  position: absolute;
  right: 44px;
  top: -7px;
  z-index: 9;
}

.details .rating-start-wrap i {
    color: white;
}
.details .rating-start-wrap:before {
  color: #C3C3C3;
}
.featured .griddiffrent .details {
    background: -webkit-linear-gradient(left, rgb(0 0 0 / 21%), rgb(0 0 0 / 45%));
    background: -moz-linear-gradient(left, rgb(0 0 0 / 22%), rgb(0 0 0 / 38%));
    background: -o-linear-gradient(left, rgb(0 0 0 / 22%), rgb(0 0 0 / 38%));
    background: -ms-linear-gradient(left, rgb(0 0 0 / 22%), rgb(0 0 0 / 38%));
    background: linear-gradient(left, rgb(0 0 0 / 22%), rgb(0 0 0 / 38%));
    width: 100%;
    height: 100%;
    padding: 10px 22px;
    position: absolute;
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  @media (max-width: 1199px) {
    .featured .grid .details {
      bottom: -74%;
    }
  }

  @media (max-width: 991px) {
    .featured .grid .details {
      bottom: -76%;
    }
  }

  .featured .grid .details h3 {
    font-size: 18px;
    color: #223645;
    text-transform: capitalize;
    margin: 0px 0 0.0em;
    font-weight: 600;
    background: rgb(255 255 255 / 90%);
    font-family: 'Montserrat', sans-serif;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 15px;
    padding: 21px 10px;
    position: relative;
    position: relative;
    text-align: center;
  }
.featured .griddiffrent .details h3 {
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0px 0 0.0em;
    font-weight: 600;
    position: relative;
    text-shadow: 2px 2px black;
    text-align: center;
    transform: rotate(-45deg);
  }

  @media (max-width: 991px) {
    .featured .grid .details h3 {
      font-size: 1.125rem;
    }
  }

  .featured .grid .details h3 .fi {
    position: absolute;
    right: 0;
  }

  .featured .grid .details p {
    color: #fff;
    margin: 0;
    margin-top: 30px;
    display: none;
  }

  .services-grids .grid {
    position: relative;
    background: #fa9f1e;
    padding: 20px 9px 20px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    border-radius: 5px;
    border: 1px solid #ffffff;
  }

  .services-grids .grid:hover {
      background: #e38500;
      cursor: pointer;
  }

  @media (max-width: 991px) {
    .services-grids .grid {
      padding-left: 65px;
    }
  }

  .services-grids .icon {
    background: #ffffff;
    width: 70px;
    height: 70px;
    padding: 2px;
    box-shadow: 3px 3px 0px #e38500;
    margin-right: 13px;
    border-radius: 7px;
    line-height: 70;
    margin-top: -11px;
    text-align: center;
    float: left;
    left: 0;
  }

  .services-grids .icon img {/* margin-top: -16px; */}

  @media (max-width: 991px) {
    .services-grids .icon {
      width: 50px;
      height: 40px;
      line-height: 40px;
    }
  }

  @media (max-width: 767px) {
    .services-grids .icon {
      width: 40px;
      height: 35px;
      line-height: 35px;
    }
  }

  .services-grids .icon:before {
    content: "";
    /* background-color: #fff; */
    /* width: 56px; */
    /* height: 46px; */
    /* position: absolute; */
    left: 2px;
    top: 2px;
  }

  @media (max-width: 991px) {
    .services-grids .icon:before {
      width: 46px;
      height: 36px;
      left: 2px;
      top: 2px;
    }
  }

  @media (max-width: 767px) {
    .services-grids .icon:before {
      width: 38px;
      height: 33px;
      left: 1px;
      top: 1px;
    }
  }

  .services-grids .icon .fi {
    position: relative;
    z-index: 10;
  }

  .services-grids .icon .fi:before {
    font-size: 1.75rem;
    color: #f39c12;
  }

  @media (max-width: 991px) {
    .services-grids .icon .fi:before {
      font-size: 1.375rem;
    }
  }

  .services-grids h3 {
    font-size: 1.4rem;
    line-height: 1.3em;
    color: #3c2300;
    margin: 7px 0px 0.5em;
    text-transform: capitalize;
  }

  @media (max-width: 991px) {
    .services-grids h3 {
      font-size: 1.125rem;
    }
  }

  .services-grids p {
    margin: 0;
  }

  .latest-projects .grids-container {
    margin: 0 -15px;
    overflow: hidden;
  }

  @media (max-width: 991px) {
    .latest-projects .grids-container {
      margin: 0 -7.5px;
    }
  }

  .latest-projects .grid {
    width: 33.33%;
    float: left;
    padding: 0 15px 30px;
  }

  @media (max-width: 991px) {
    .latest-projects .grid {
      width: 50%;
    }
  }

  @media (max-width: 767px) {
    .latest-projects .grid {
      padding: 0 7.5px 15px;
    }
  }

  @media (max-width: 550px) {
    .latest-projects .grid {
      width: 100%;
      float: none;
    }
  }

  .latest-projects .grid-inner:hover:before {
    opacity: 1;
  }

  .latest-projects .grid-inner:hover i {
    top: 50%;
    opacity: 1;
  }

  .latest-projects .grid-inner:hover h3 {
    bottom: 0;
    opacity: 1;
  }

  .latest-projects .grid-inner {
    position: relative;
    overflow: hidden;
  }

.latest-projects .grid-inner {
    height: 225px;
    border-radius: 25px;
}

  .latest-projects .grid-inner:before {
    content: "";
    background-color: rgb(108 89 82 / 91%);
    /* background: -webkit-linear-gradient(left, rgb(255 112 0 / 87%), rgb(255 14 1 / 88%)); */
    background: -moz-linear-gradient(left, rgb(255 112 0 / 87%), rgb(255 14 1 / 88%));
    background: -o-linear-gradient(left, rgb(255 112 0 / 87%), rgb(255 14 1 / 88%));
    background: -ms-linear-gradient(left, rgb(255 112 0 / 87%), rgb(255 14 1 / 88%));
    background: linear-gradient(left,left, rgb(255 112 0 / 87%), rgb(255 14 1 / 88%));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }

  .latest-projects .grid-inner i {
    background-color: rgb(0 0 0 / 60%);
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.375rem;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 100%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }

  @media (max-width: 767px) {
    .latest-projects .grid-inner i {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 1.125rem;
    }
  }

  .latest-projects .grid-inner h3 {
    background-color: #f39c12;
    width: 100%;
    font-size: 1.125rem;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 15px 5px;
    text-transform: capitalize;
    position: absolute;
    bottom: -10%;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }

  @media (max-width: 767px) {
    .latest-projects .grid-inner h3 {
      font-size: 1rem;
      padding: 8px 5px;
    }
  }

  .blog-section-grids .entry-media {
    margin-bottom: 30px;
  }

  @media (max-width: 991px) {
    .blog-section-grids .entry-media {
      margin-bottom: 20px;
    }
  }

  .blog-section-grids .entry-meta ul {
    overflow: hidden;
    margin-bottom: 18px;
  }




  @media (max-width: 991px) {
    .blog-section-grids .entry-meta ul {
      margin-bottom: 10px;
    }
  }

  .blog-section-grids .entry-meta ul li {
    float: left;
    margin-right: 30px;
  }

  @media (max-width: 991px) {
    .blog-section-grids .entry-meta ul li {
      font-size: 0.875rem;
    }
  }

  .blog-section-grids .entry-meta ul li:last-child {
    margin-right: 0;
  }

  .blog-section-grids .entry-meta ul a {
    color: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .blog-section-grids .entry-meta ul i {
    color: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .blog-section-grids .entry-title h3 {
    font-size: 1.375rem;
    line-height: 1.3em;
    margin: 0 0 0.45em;
  }

  @media (max-width: 991px) {
    .blog-section-grids .entry-title h3 {
      font-size: 1.125rem;
    }
  }

  .blog-section-grids .entry-title h3 a {
    color: #06223e;
  }

  .blog-section-grids .entry-title h3 a:hover {
    color: #f39c12;
  }

  .blog-section-grids .read-more {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    color: #f39c12;
    margin-top: 8px;
    text-transform: capitalize;
  }

  .services-style2-grids {
    text-align: center;
  }

  .services-style2-grids .grid {
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    padding: 35px 45px;
    position: relative;
  }

  @media (max-width: 1199px) {
    .services-style2-grids .grid {
      background: #fff;
      border: 1px solid #00abc9;
      padding: 25px 35px;
    }
  }

  @media (max-width: 767px) {
    .services-style2-grids .grid {
      padding: 25px 15px;
    }
  }

  .services-style2-grids .grid:before {
    content: "";
    background-color: #fff;
    width: 99%;
    height: 99%;
    position: absolute;
    left: 2px;
    top: 2px;
  }

  @media (max-width: 1199px) {
    .services-style2-grids .grid:before {
      display: none;
    }
  }

  .services-style2-grids .grid > div {
    position: relative;
  }

  .services-style2-grids .grid .icon .fi:before {
    font-size: 65px;
    color: #f39c12;
  }

  @media (max-width: 1199px) {
    .services-style2-grids .grid .icon .fi:before {
      font-size: 50px;
    }
  }

  @media (max-width: 767px) {
    .services-style2-grids .grid .icon .fi:before {
      font-size: 40px;
    }
  }

  .services-style2-grids .grid h3 {
    font-size: 1.75rem;
    font-weight: normal;
    margin: 0.27em 0 0.7em;
  }

  @media (max-width: 1199px) {
    .services-style2-grids .grid h3 {
      font-size: 1.25rem;
    }
  }

  @media (max-width: 767px) {
    .services-style2-grids .grid h3 {
      font-size: 1.125rem;
    }
  }

  /*** team grid ***/
  .team-grids .grid {
    position: relative;
  }

  .team-grids .grid:hover .details {
    top: 0;
    opacity: 1;
  }

  .team-grids .grid .details {
    background: rgba(25, 55, 117, 0.9);
    background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }

  .team-grids .grid .details ul {
    display: inline-block;
  }

  .team-grids .grid h3 {
    font-size: 1.5625rem;
    color: #fff;
    margin: 0 0 0.4em;
    text-transform: capitalize;
  }

  @media (max-width: 991px) {
    .team-grids .grid h3 {
      font-size: 1.25rem;
    }
  }

  @media (max-width: 767px) {
    .team-grids .grid h3 {
      font-size: 1.0625rem;
    }
  }

  .team-grids .grid ul {
    display: inline-block;
    overflow: hidden;
  }

  .team-grids .grid ul li {
    float: left;
    margin-right: 20px;
  }

  @media (max-width: 991px) {
    .team-grids .grid ul li {
      margin-right: 10px;
    }
  }

  .team-grids .grid ul li:last-child {
    margin-right: 0;
  }

  .team-grids .grid ul a {
    font-size: 1.125rem;
    color: #fff;
  }

  @media (max-width: 991px) {
    .team-grids .grid ul a {
      font-size: 1rem;
    }
  }

  .team-grids .grid ul a:hover {
    color: #f39c12;
  }

  .team-grids .grid .member-info {
    width: 100%;
    position: absolute;
    left: 50%;

    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .team-grids .grid .member-post {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 35px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .team-grids .grid .member-post span {
    color: #fff;
    font-style: italic;
  }

  /*** pricing grids ***/
  .pricing-grids {
    text-align: center;
  }

  .pricing-grids .grid:hover:before {
    opacity: 1;
  }

  .pricing-grids .grid:hover h3,
  .pricing-grids .grid:hover li {
    color: #fff;
  }

  .pricing-grids .grid:hover .btn,
  .pricing-grids .grid:hover .btn:before {
    background: #f39c12;
    color: #fff;
  }

  .pricing-grids .grid {
    background: #f2f6f8;
    padding: 65px 60px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  @media (max-width: 1199px) {
    .pricing-grids .grid {
      padding: 65px 40px;
    }
  }

  @media (max-width: 767px) {
    .pricing-grids .grid {
      padding: 60px 30px;
    }
  }

  .pricing-grids .grid:before {
    content: "";
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pricing-grids .grid > div {
    position: relative;
  }

  .pricing-grids .grid .icon {
    display: block;
  }

  .pricing-grids .grid .fi:before {
    font-size: 60px;
    color: #f39c12;
  }

  @media (max-width: 1199px) {
    .pricing-grids .grid .fi:before {
      font-size: 45px;
    }
  }

  .pricing-grids .grid h3 {
    display: inline-block;
    font-size: 3rem;
    font-weight: normal;
    margin: 0.31em 0 0;
    position: relative;
  }

  @media (max-width: 1199px) {
    .pricing-grids .grid h3 {
      font-size: 2.5rem;
    }
  }

  @media (max-width: 767px) {
    .pricing-grids .grid h3 {
      font-size: 2.1875rem;
    }
  }

  .pricing-grids .grid h3 span {
    font-size: 1.25rem;
    position: absolute;
    top: 4px;
    left: -12px;
  }

  .pricing-grids .grid .pricing-header > span {
     font-family: "Poppins", sans-serif;
    display: block;
    font-size: 1.375rem;
    color: #999999;
  }

  @media (max-width: 1199px) {
    .pricing-grids .grid .pricing-header > span {
      font-size: 1.125rem;
    }
  }

  .pricing-grids .grid .pricing-details {
    margin-top: 30px;
  }

  .pricing-grids .grid .pricing-details ul {
    margin-bottom: 50px;
  }

  .pricing-grids .grid ul li {
    font-size: 1.125rem;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }

  @media (max-width: 1199px) {
    .pricing-grids .grid ul li {
      font-size: 1rem;
    }
  }

  .pricing-grids .grid ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }

  .pricing-grids .grid .btn span {
    position: relative;
  }

  .pricing-grids .grid .btn {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    width: 160px;
    height: 45px;
    line-height: 45px;
    font-size: 1.125rem;
    font-weight: bold;
    color: #193775;
    padding: 0;
    border: 0;
    position: relative;
    text-transform: capitalize;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
  }

  @media (max-width: 1199px) {
    .pricing-grids .grid .btn {
      width: 130px;
      height: 40px;
      line-height: 40px;
      font-size: 1rem;
    }
  }

  .pricing-grids .grid .btn:before {
    content: "";
    background: #fff;
    width: 156px;
    height: 41px;
    left: 2px;
    top: 2px;
    position: absolute;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
  }

  @media (max-width: 1199px) {
    .pricing-grids .grid .btn:before {
      width: 126px;
      height: 36px;
    }
  }

  /**** case studies grid ***/
  .case-studies-grids .grid:hover .img-holder a:before {
    opacity: 1;
  }

  .case-studies-grids .img-holder {
    position: relative;
  }

  .case-studies-grids .img-holder a:before {
    content: "";
    background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  .case-studies-grids .grid .details h3 {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.2em;
    margin: 1em 0 0.42em;
  }

  @media (max-width: 991px) {
    .case-studies-grids .grid .details h3 {
      font-size: 1.25rem;
    }
  }

  @media (max-width: 767px) {
    .case-studies-grids .grid .details h3 {
      font-size: 1.25rem;
    }
  }

  @media (max-width: 550px) {
    .case-studies-grids .grid .details h3 {
      font-size: 1.125rem;
    }
  }

  .case-studies-grids .grid .details h3 a {
    color: #06223e;
  }

  .case-studies-grids .grid .details > span {
    display: block;
    color: #667380;
    margin-bottom: 40px;
  }

  @media (max-width: 991px) {
    .case-studies-grids .grid .details > span {
      margin-bottom: 25px;
    }
  }

  .case-studies-grids .grid .details .view-case-studes {
    font-size: clac-rem-value(18);
    font-weight: bold;
    color: #f39c12;
  }

  /*** pagination ***/
  .page-pagination {
    text-align: center;
  }

  .page-pagination ul {
    display: inline-block;
    overflow: hidden;
  }

  .page-pagination ul li {
    float: left;
    width: 33px;
    height: 33px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #00abc9;
    margin-right: 8px;
  }

  @media (max-width: 767px) {
    .page-pagination ul li {
      width: 30px;
      height: 30px;
      line-height: 28px;
      margin-right: 5px;
    }
  }

  .page-pagination ul li:last-child {
    margin-right: 0;
  }

  .page-pagination ul li a {
    display: block;
    font-size: 1.125rem;
    font-weight: bold;
    color: #667380;
  }

  @media (max-width: 767px) {
    .page-pagination ul li a {
      font-size: 0.875rem;
    }
  }

  .page-pagination ul li a:hover,
  .page-pagination ul .current a {
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    color: #f39c12;
  }

  /*** sidebar ***/
  .sidebar h3 {
    /*** link widget ***/
    /*** download widget ***/
    /*** newsletter widget ***/
    background: #63b0bc;
    padding: 10px;
    color: #162d42;
  }

.sidebar h3 a {
    color: #162d42;
}

  .sidebar .widget {
    margin-bottom: 6px;
  }

  @media (max-width: 767px) {
    .sidebar .widget {
      margin-bottom: 50px;
    }
  }

  .sidebar .widget h3 {
    font-size: 1.25rem;
    margin: 0 0 1.25em;
    text-transform: capitalize;
  }

  @media (max-width: 767px) {
    .sidebar .widget h3 {
      font-size: 1.125rem;
    }
  }

  .sidebar .widget:last-child {
    margin-bottom: 0;
  }

  .sidebar .link-widget ul li {
    border: 1px solid #cccccc;
    margin-bottom: 5px;
  }

  .sidebar .link-widget ul li:last-child {
    margin-bottom: 0;
  }

  .sidebar .link-widget ul li a {
    display: block;
    font-size: 16px;
    padding: 8px 18px;
    color: #06223e;
  }

  @media (max-width: 991px) {
    .sidebar .link-widget ul li a {
      font-size: 0.9375rem;
      padding: 10px 15px;
    }
  }

  .sidebar .link-widget ul li a:hover,
  .sidebar .link-widget ul .active a {
    color: #f39c12;
  }

  .sidebar .download-widget ul li {
    margin-bottom: 5px;
  }

  .sidebar .download-widget ul li:last-child {
    margin-bottom: 0;
  }

  .sidebar .download-widget ul li a {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    display: block;
    font-size: 1.125rem;
    color: #fff;
    padding: 12px 25px;
  }

  @media (max-width: 991px) {
    .sidebar .download-widget ul li a {
      font-size: 0.9375rem;
      padding: 10px 15px;
    }
  }

  .sidebar .download-widget ul li a i {
    display: inline-block;
    padding-right: 15px;
    color: #f39c12;
  }

  @media (max-width: 991px) {
    .sidebar .download-widget ul li a i {
      padding-right: 7px;
    }
  }

  .sidebar .news-letter-widget {
    padding: 35px 25px;
    border: 1px solid #cccccc;
    position: relative;
  }

  .sidebar .news-letter-widget:before {
    content: "";
    background: url("../images/newsletter-env.png") center center/100% no-repeat local;
    width: 113px;
    height: 106px;
    position: absolute;
    right: 0;
    top: 0;
  }

  @media (max-width: 991px) {
    .sidebar .news-letter-widget:before {
      width: 80px;
      height: 75px;
    }
  }

  .sidebar .news-letter-widget form ::-webkit-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #a6a6a6;
  }

  .sidebar .news-letter-widget form :-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #a6a6a6;
  }

  .sidebar .news-letter-widget form ::-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #a6a6a6;
  }

  .sidebar .news-letter-widget form :-ms-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #a6a6a6;
  }

  .sidebar .news-letter-widget h4 {
    font-size: 17px;
    line-height: 1.2em;
    margin: 0 0 0.7em;
  }



  @media (max-width: 767px) {
    .sidebar .news-letter-widget h4 {
      font-size: 1rem;
      margin: 0 0 2em;
    }
  }

  .sidebar .news-letter-widget input {
    background-color: #f2f6f8;
    height: 45px;
    font-size: 1rem;
    border: 0;
    padding: 0 15px;
    box-shadow: none;
  }

  @media (max-width: 767px) {
    .sidebar .news-letter-widget input {
      height: 40px;
    }
  }

  .sidebar .news-letter-widget button {
    background-color: #f39c12;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 1rem;
    color: #fff;
    border: 0;
    padding: 0;
    margin-top: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  @media (max-width: 991px) {
    .sidebar .news-letter-widget button {
      height: 40px;
      line-height: 40px;
    }
  }

  .sidebar .news-letter-widget button:hover {
    background-color: #152d60;
  }

  /*** blog-sidebar ***/
  .blog-sidebar .widget {
    margin-bottom: 75px;
  }

  @media (max-width: 991px) {
    .blog-sidebar .widget {
      margin-bottom: 60px;
    }
  }

  .blog-sidebar .widget:last-child {
    margin-bottom: 0;
  }

  .blog-sidebar h3 {
    font-size: 20px;
    color: #0d0d0d;
    margin: 0 0 1.25em;
    text-transform: uppercase;
  }

  @media (max-width: 767px) {
    .blog-sidebar h3 {
      font-size: 17px;
    }
  }

  .blog-sidebar .category-widget ul li,
  .blog-sidebar .archive-widget ul li {
    border-bottom: 1px solid #fff;
  }

  .blog-sidebar .category-widget ul li > a,
  .blog-sidebar .archive-widget ul li > a {
    padding: 13px 0;
  }

  .blog-sidebar ul li {
    font-size: 15px;
    font-weight: bold;
  }

  .blog-sidebar ul li > a {
    display: block;
    color: #404040;
    position: relative;
  }

  .blog-sidebar ul li:first-child a {
    padding-top: 0;
  }

  .blog-sidebar ul li:last-child a {
    padding-bottom: 0;
  }

  .blog-sidebar ul li:last-child {
    border: 0;
  }

  .blog-sidebar ul li > a:hover {
    color: #f39c12;
  }

  .blog-sidebar ul li > a .badge {
    background-color: transparent;
    font-size: 15px;
    color: #404040;
    position: absolute;
    right: 5px;
  }

  .blog-sidebar ul li > a .badge:before,
  .blog-sidebar ul li > a .badge:after {
    font-size: 14px;
    position: absolute;
    top: 3px;
  }

  .blog-sidebar ul li > a .badge:before {
    content: "(";
    left: 0;
  }

  .blog-sidebar ul li > a .badge:after {
    content: ")";
    right: 0;
  }

  .blog-sidebar .search-widget input {
    background-color: transparent;
    padding: 8px 12px;
    height: auto;
  }

  .blog-sidebar .search-widget input:focus {
    box-shadow: none;
    border-color: #193775;
  }

  @media (max-width: 767px) {
    .blog-sidebar .recent-post-widget ul {
      margin-left: -15px;
    }
  }

  .blog-sidebar .recent-post-widget ul li {
    border: 0;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
  }

  @media (max-width: 767px) {
    .blog-sidebar .recent-post-widget ul li {
      padding: 0 0 40px 100px;
      overflow: visible;
    }
  }

  .blog-sidebar .recent-post-widget ul li:last-child {
    margin-bottom: 0;
  }

  .blog-sidebar .recent-post-widget .post-pic {
    width: 30%;
    float: left;
  }

  @media (max-width: 767px) {
    .blog-sidebar .recent-post-widget .post-pic {
      width: 70px;
      float: none;
      position: absolute;
      left: 15px;
    }
  }

  .blog-sidebar .recent-post-widget .details {
    width: 68%;
    float: right;
  }

  @media (max-width: 767px) {
    .blog-sidebar .recent-post-widget .details {
      width: 100%;
      float: none;
    }
  }

  .blog-sidebar .recent-post-widget .details > span {
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
  }

  .blog-sidebar .recent-post-widget .details h4 {
    font-size: 16px;
    margin: 0.5em 0;
    text-transform: capitalize;
  }

  @media (max-width: 767px) {
    .blog-sidebar .recent-post-widget .details h4 {
      font-size: 14px;
      padding-top: 10px;
    }
  }

  .blog-sidebar .recent-post-widget .details h4 a {
    color: #000;
  }

  .blog-sidebar .recent-post-widget .details h4 a:hover {
    color: #f39c12;
  }

  .blog-sidebar .tag-widget .all-tags {
    margin-left: -12px;
  }

  .blog-sidebar .tag-widget .all-tags a {
    font-size: 15px;
    font-weight: bold;
    color: gray;
    border: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  .blog-sidebar .tag-widget .all-tags a:hover {
    color: #f39c12;
  }

  .blog-sidebar .instagram-widget ul {
    overflow: hidden;
    margin-right: -8px;
  }

  .blog-sidebar .instagram-widget ul li {
    width: 33.33%;
    float: left;
    padding: 0 8px 8px 0;
  }

  .blog-sidebar .instagram-widget ul li img {
    max-width: 100%;
  }

  @media (max-width: 767px) {
    .blog-sidebar .instagram-widget ul li img {
      width: 100%;
    }
  }

  .style-switcher-box {
    background-color: #fff;
    width: 252px;
    padding: 50px 25px;
    position: fixed;
    left: -252px;
    top: 15%;
    z-index: 999;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  .style-switcher-box button {
    background-color: #f39c12;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    color: #000;
    font-size: 20px;
    border: 0;
    outline: 0;
    box-shadow: none;
    position: absolute;
    right: -45px;
    top: 50px;
  }

  .style-switcher-box button i {
    color: #fff;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
  }

  .style-switcher-box h5 {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin: 0 0 2em;
    text-transform: uppercase;
  }

  .style-switcher-box .main-list > .list {
    margin-bottom: 30px;
  }

  .style-switcher-box .main-list > .list:last-child {
    margin-bottom: 0;
  }

  .style-switcher-box .list-title {
    display: block;
    font-size: 12px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
  }

  .style-switcher-box .list > .sublist {
    margin-bottom: 10px;
  }

  .style-switcher-box .list > .sublist:last-child {
    margin-bottom: 0;
  }

  .style-switcher-box .sublist span {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
  }

  .style-switcher-box .sublist ul {
    overflow: hidden;
  }

  .style-switcher-box .sublist ul li {
    float: left;
    min-width: 36px;
    min-height: 36px;
    margin: 0 5px 5px 0;
    cursor: pointer;
  }

  .style-switcher-box .sublist ul li:nth-child(5n+5) {
    margin-right: 0;
  }

  .style-switcher-box .layout ul li {
    background-color: #193775;
    min-height: 20px;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }

  .style-switcher-box p {
    font-size: 11px;
    margin: 15px 0 0;
  }

  .style-switcher-box p span {
    color: #ff6666;
  }

  .toggle-switcherbox {
    left: 0;
  }

  /*--------------------------------------------------------------
  #0.3	header
  --------------------------------------------------------------*/
  .site-header, .site-header-style2, .site-header-style3 {
    /*** topbar ***/
    /*** lower-topbar ***/
    /*** main navigation ***/
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
  }

.mobile {
    display: none;
}

  .site-header .upper-topbar, .site-header-style2 .upper-topbar, .site-header-style3 .upper-topbar {
    padding: 10px 0;
    /*** contact info ***/
    /*** login language ***/
    /*** language select style ***/
    /* display: none; */
    background: transparent;
    border-bottom: 1px dashed rgb(255 255 255 / 19%);
  }

  @media (max-width: 991px) {
    .site-header .upper-topbar, .site-header-style2 .upper-topbar, .site-header-style3 .upper-topbar {
      font-size: 14px;
      text-align: center;
    }
  }

  .site-header .upper-topbar p, .site-header-style2 .upper-topbar p, .site-header-style3 .upper-topbar p,
  .site-header .upper-topbar ul, .site-header-style2 .upper-topbar ul, .site-header-style3 .upper-topbar ul,
  .site-header .upper-topbar li, .site-header-style2 .upper-topbar li, .site-header-style3 .upper-topbar li,
  .site-header .upper-topbar a, .site-header-style2 .upper-topbar a, .site-header-style3 .upper-topbar a,
  .site-header .upper-topbar span, .site-header-style2 .upper-topbar span, .site-header-style3 .upper-topbar span {
    color: #fff;
  }

  .site-header .upper-topbar ul, .site-header-style2 .upper-topbar ul, .site-header-style3 .upper-topbar ul {
    overflow: hidden;
    /* display: flex; */
    /* align-items: center; */
    /* height: 100%; */
    margin: 31px auto;
    /* text-align: right; */
  }

  @media (max-width: 991px) {
    .site-header .upper-topbar ul, .site-header-style2 .upper-topbar ul, .site-header-style3 .upper-topbar ul {
      display: inline-block;
      margin: 0px auto;
    }
  }

  .site-header .upper-topbar ul li, .site-header-style2 .upper-topbar ul li, .site-header-style3 .upper-topbar ul li {
    float: left;
    position: relative;
  }

  @media (max-width: 767px) {
    .site-header .upper-topbar ul li, .site-header-style2 .upper-topbar ul li, .site-header-style3 .upper-topbar ul li {
      float: none;
    }
  }

  .site-header .upper-topbar .fi, .site-header-style2 .upper-topbar .fi, .site-header-style3 .upper-topbar .fi {
    display: inline-block;
    padding-right: 8px;
  }

  .site-header .upper-topbar .fi:before, .site-header-style2 .upper-topbar .fi:before, .site-header-style3 .upper-topbar .fi:before {
    color: #ffffff;
    font-size: 14px;
  }

  .site-header .upper-topbar .contact-info ul li, .site-header-style2 .upper-topbar .contact-info ul li, .site-header-style3 .upper-topbar .contact-info ul li {
    margin-right: 20px;
  }

  @media (max-width: 767px) {
    .site-header .upper-topbar .contact-info ul li, .site-header-style2 .upper-topbar .contact-info ul li, .site-header-style3 .upper-topbar .contact-info ul li {
      margin: 0 0 0px;
    }
  }

  .site-header .upper-topbar .contact-info ul li:last-child, .site-header-style2 .upper-topbar .contact-info ul li:last-child, .site-header-style3 .upper-topbar .contact-info ul li:last-child {
    margin-right: 0px;
  }

  .site-header .upper-topbar .login-language, .site-header-style2 .upper-topbar .login-language, .site-header-style3 .upper-topbar .login-language {
    float: right;
  }

  @media (max-width: 991px) {
    .site-header .upper-topbar .login-language, .site-header-style2 .upper-topbar .login-language, .site-header-style3 .upper-topbar .login-language {
      float: none;
    }
  }

  .site-header .upper-topbar .login-language form, .site-header-style2 .upper-topbar .login-language form, .site-header-style3 .upper-topbar .login-language form,
  .site-header .upper-topbar .login-language ul, .site-header-style2 .upper-topbar .login-language ul, .site-header-style3 .upper-topbar .login-language ul {
    float: right;
  }

  .site-header .upper-topbar .login-language > div, .site-header-style2 .upper-topbar .login-language > div, .site-header-style3 .upper-topbar .login-language > div {
    display: inline-block;
  }

  .site-header .upper-topbar .login-language form, .site-header-style2 .upper-topbar .login-language form, .site-header-style3 .upper-topbar .login-language form {
    width: 70px;
  }

  .site-header .upper-topbar .login-register, .site-header-style2 .upper-topbar .login-register, .site-header-style3 .upper-topbar .login-register {
    margin-right: 25px;
  }

  .site-header .upper-topbar .login-register ul li, .site-header-style2 .upper-topbar .login-register ul li, .site-header-style3 .upper-topbar .login-register ul li {
    margin-right: 5px;
    padding-right: 5px;
    position: relative;
  }

  @media (max-width: 767px) {
    .site-header .upper-topbar .login-register ul li, .site-header-style2 .upper-topbar .login-register ul li, .site-header-style3 .upper-topbar .login-register ul li {
      float: left;
    }
  }

  .site-header .upper-topbar .login-register ul li:last-child, .site-header-style2 .upper-topbar .login-register ul li:last-child, .site-header-style3 .upper-topbar .login-register ul li:last-child {
    margin: 0;
    padding: 0;
  }

  .site-header .upper-topbar .login-register ul li:after, .site-header-style2 .upper-topbar .login-register ul li:after, .site-header-style3 .upper-topbar .login-register ul li:after {
    content: "/";
    color: #fff;
    position: absolute;
    right: -3px;
    top: 0;
  }

  .site-header .upper-topbar .login-register ul li:last-child:after, .site-header-style2 .upper-topbar .login-register ul li:last-child:after, .site-header-style3 .upper-topbar .login-register ul li:last-child:after {
    display: none;
  }

  .site-header .upper-topbar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .site-header-style2 .upper-topbar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .site-header-style3 .upper-topbar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
  }

  @media (max-width: 991px) {
    .site-header .upper-topbar .bootstrap-select, .site-header-style2 .upper-topbar .bootstrap-select, .site-header-style3 .upper-topbar .bootstrap-select {
      font-size: 14px;
    }
  }

  .site-header .upper-topbar .bootstrap-select .btn, .site-header-style2 .upper-topbar .bootstrap-select .btn, .site-header-style3 .upper-topbar .bootstrap-select .btn {
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
  }

  .site-header .upper-topbar .bootstrap-select .caret, .site-header-style2 .upper-topbar .bootstrap-select .caret, .site-header-style3 .upper-topbar .bootstrap-select .caret {
    color: #f39c12;
  }

  .site-header .upper-topbar .bootstrap-select .filter-option, .site-header-style2 .upper-topbar .bootstrap-select .filter-option, .site-header-style3 .upper-topbar .bootstrap-select .filter-option {
    color: #f39c12;
  }

  .site-header .upper-topbar .bootstrap-select .dropdown-menu, .site-header-style2 .upper-topbar .bootstrap-select .dropdown-menu, .site-header-style3 .upper-topbar .bootstrap-select .dropdown-menu {
    background-color: #152029;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .site-header .upper-topbar .bootstrap-select .dropdown-menu li, .site-header-style2 .upper-topbar .bootstrap-select .dropdown-menu li, .site-header-style3 .upper-topbar .bootstrap-select .dropdown-menu li {
    width: 100%;
    border: 0;
    margin: 0;
  }

  .site-header .upper-topbar .bootstrap-select .selected a, .site-header-style2 .upper-topbar .bootstrap-select .selected a, .site-header-style3 .upper-topbar .bootstrap-select .selected a {
    background-color: #0e151c;
    outline: 0;
  }

  .site-header .upper-topbar .bootstrap-select .dropdown-menu li a, .site-header-style2 .upper-topbar .bootstrap-select .dropdown-menu li a, .site-header-style3 .upper-topbar .bootstrap-select .dropdown-menu li a {
    outline: 0;
  }

  @media (max-width: 991px) {
    .site-header .upper-topbar .bootstrap-select .dropdown-menu li a, .site-header-style2 .upper-topbar .bootstrap-select .dropdown-menu li a, .site-header-style3 .upper-topbar .bootstrap-select .dropdown-menu li a {
      font-size: 12px;
    }
  }

  .site-header .upper-topbar .bootstrap-select .dropdown-menu li a:hover, .site-header-style2 .upper-topbar .bootstrap-select .dropdown-menu li a:hover, .site-header-style3 .upper-topbar .bootstrap-select .dropdown-menu li a:hover {
    background-color: #0e151c;
  }

  .site-header .lower-topbar, .site-header-style2 .lower-topbar, .site-header-style3 .lower-topbar {
    padding: 0px 0 0px;
  }

  @media (max-width: 991px) {
    .site-header .lower-topbar, .site-header-style2 .lower-topbar, .site-header-style3 .lower-topbar {
      padding: 0px 0 0px;
    }
    .site-header .lower-topbar .logo img, .site-header-style2 .lower-topbar .logo img, .site-header-style3 .lower-topbar .logo img {
      max-width: 140px;
    }
  }

  @media (max-width: 767px) {
    .site-header .lower-topbar, .site-header-style2 .lower-topbar, .site-header-style3 .lower-topbar {
      text-align: center;
    }

.page-title {
    height: 400px;
}
    .site-header .lower-topbar .logo, .site-header-style2 .lower-topbar .logo, .site-header-style3 .lower-topbar .logo {
      /* display: inline-block; */
      margin-bottom: 0px;
    }
    .site-header .lower-topbar .logo img, .site-header-style2 .lower-topbar .logo img, .site-header-style3 .lower-topbar .logo img {
      max-width: 120px;
    }
  }

  .site-header .lower-topbar .company-info, .site-header-style2 .lower-topbar .company-info, .site-header-style3 .lower-topbar .company-info {
    float: right;
  }

  .company-info

  {
   padding-top: 6px;
   background: #2196F3;
    background: -moz-linear-gradient(90deg, rgb(0 187 209) 0%, rgb(61 85 182) 50%, rgb(0 157 150) 100%);
    background: -webkit-linear-gradient(90deg, rgb(0 187 209) 0%, rgb(61 85 182) 50%, rgb(0 157 150) 100%);
    background: linear-gradient(90deg, rgb(0 187 209) 0%, rgb(61 85 182) 50%, rgb(0 157 150) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e3504",endColorstr="#906611",GradientType=1);
   padding: 10px 30px;
   display: block;
   margin-top: 18px;
   border-radius: 35px;
  }

.company-info:hover {
    background-color: #00447a;
  background: -moz-linear-gradient(90deg, #00447a 0%, #406f93 50%, #26407f 100%);
  background: -webkit-linear-gradient(90deg, #00447a 0%, #406f93 50%, #26407f 100%);
  background: linear-gradient(90deg, #00447a 0%, #406f93 50%, #26407f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e3504",endColorstr="#906611",GradientType=1);
}

.company-info a {
    color: white;
    font-weight: 600;
}
  @media (max-width: 767px) {
    .site-header .lower-topbar .company-info, .site-header-style2 .lower-topbar .company-info, .site-header-style3 .lower-topbar .company-info {
      float: none;
      display: inline-block;
    }
  }

  .site-header .lower-topbar .company-info ul, .site-header-style2 .lower-topbar .company-info ul, .site-header-style3 .lower-topbar .company-info ul {
    overflow: hidden;
  }

  .site-header .lower-topbar .company-info ul li, .site-header-style2 .lower-topbar .company-info ul li, .site-header-style3 .lower-topbar .company-info ul li {
    float: left;
    padding: 5px 0px 5px 52px;
    position: relative;
  }

  @media (max-width: 991px) {
    .site-header .lower-topbar .company-info ul li, .site-header-style2 .lower-topbar .company-info ul li, .site-header-style3 .lower-topbar .company-info ul li {
      padding: 5px 0 5px 45px;
    }
  }

  @media (max-width: 767px) {
    .site-header .lower-topbar .company-info ul li, .site-header-style2 .lower-topbar .company-info ul li, .site-header-style3 .lower-topbar .company-info ul li {
      padding: 5px 0 5px 35px;
      text-align: left;
    }
  }

  .site-header .lower-topbar .company-info ul li:first-child, .site-header-style2 .lower-topbar .company-info ul li:first-child, .site-header-style3 .lower-topbar .company-info ul li:first-child {
    margin-right: 1px;
  }

  @media (max-width: 991px) {
    .site-header .lower-topbar .company-info ul li:first-child, .site-header-style2 .lower-topbar .company-info ul li:first-child, .site-header-style3 .lower-topbar .company-info ul li:first-child {
      margin-right: 35px;
    }
  }

  .site-header .lower-topbar .company-info ul .fi, .site-header-style2 .lower-topbar .company-info ul .fi, .site-header-style3 .lower-topbar .company-info ul .fi {
    position: absolute;
    left: 0;
    top: 1px;
    font-weight: 600;
  }

  @media (max-width: 991px) {
    .site-header .lower-topbar .company-info ul .fi, .site-header-style2 .lower-topbar .company-info ul .fi, .site-header-style3 .lower-topbar .company-info ul .fi {
      top: -5px;
    }
  }

  @media (max-width: 767px) {
    .site-header .lower-topbar .company-info ul .fi, .site-header-style2 .lower-topbar .company-info ul .fi, .site-header-style3 .lower-topbar .company-info ul .fi {
      top: 0;
    }
  }

  .site-header .lower-topbar .company-info ul .fi:before, .site-header-style2 .lower-topbar .company-info ul .fi:before, .site-header-style3 .lower-topbar .company-info ul .fi:before {
    font-size: 2.13rem;
    color: #3acb3c;
  }

  @media (max-width: 991px) {
    .site-header .lower-topbar .company-info ul .fi:before, .site-header-style2 .lower-topbar .company-info ul .fi:before, .site-header-style3 .lower-topbar .company-info ul .fi:before {
      font-size: 2.19rem;
    }
  }

  @media (max-width: 767px) {
    .site-header .lower-topbar .company-info ul .fi:before, .site-header-style2 .lower-topbar .company-info ul .fi:before, .site-header-style3 .lower-topbar .company-info ul .fi:before {
      font-size: 1.5rem;
    }
  }

  .site-header .lower-topbar .company-info ul h4, .site-header-style2 .lower-topbar .company-info ul h4, .site-header-style3 .lower-topbar .company-info ul h4 {
    font-size: 1.1rem;
    color: #06223e;
    padding-bottom: 10px;
    margin: 10px 0 0.15em;
    text-transform: uppercase;
  }

  @media (max-width: 991px) {
    .site-header .lower-topbar .company-info ul h4, .site-header-style2 .lower-topbar .company-info ul h4, .site-header-style3 .lower-topbar .company-info ul h4 {
      font-size: 1.13rem;
    }
  }

  @media (max-width: 767px) {
    .site-header .lower-topbar .company-info ul h4, .site-header-style2 .lower-topbar .company-info ul h4, .site-header-style3 .lower-topbar .company-info ul h4 {
      font-size: 0.88rem;
    }
  }

  .site-header .lower-topbar .company-info ul .info, .site-header-style2 .lower-topbar .company-info ul .info, .site-header-style3 .lower-topbar .company-info ul .info {
    font-weight: bold;
    color: #999999;
  }

  @media (max-width: 991px) {
    .site-header .lower-topbar .company-info ul .info, .site-header-style2 .lower-topbar .company-info ul .info, .site-header-style3 .lower-topbar .company-info ul .info {
      font-size: 0.88rem;
    }
  }

  @media (max-width: 767px) {
    .site-header .lower-topbar .company-info ul .info, .site-header-style2 .lower-topbar .company-info ul .info, .site-header-style3 .lower-topbar .company-info ul .info {
      font-size: 0.75rem;
    }
  }

  .site-header .navigation, .site-header-style2 .navigation, .site-header-style3 .navigation {
    background-color: #e8753400;
    margin-bottom: 0;
    border: 0;
    z-index: 999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }

.navigation {
    margin-top: 12px !important;
}

.site-header .navigation img {
}

.site-header .sticky img {
    display: block;
    float: left;
    padding-right: 100px;
    padding-top: 14px;
    width: 200px;
}

.sticky {
    margin-top: 0 !important;
}

  .site-header .navigation > .container, .site-header-style2 .navigation > .container, .site-header-style3 .navigation > .container {
    position: relative;
  }

  .site-header .navigation .social-links, .site-header-style2 .navigation .social-links, .site-header-style3 .navigation .social-links {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  @media (max-width: 991px) {
    .site-header .navigation .social-links, .site-header-style2 .navigation .social-links, .site-header-style3 .navigation .social-links {
      display: none;
    }
  }

  .site-header .navigation .social-links a, .site-header-style2 .navigation .social-links a, .site-header-style3 .navigation .social-links a {
    background-color: transparent;
    font-size: 1rem;
  }

  .site-header .navigation .social-links a:hover, .site-header-style2 .navigation .social-links a:hover, .site-header-style3 .navigation .social-links a:hover {
    color: #3075b9;
  }

  .site-header #navbar, .site-header-style2 #navbar, .site-header-style3 #navbar {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    /*** second level ***/
    /*** icon ***/
    /* background: rgb(231 116 49 / 69%); */
  }

  .site-header #navbar > ul, .site-header-style2 #navbar > ul, .site-header-style3 #navbar > ul {
    margin: 0;
  }

  .site-header #navbar > ul a, .site-header-style2 #navbar > ul a, .site-header-style3 #navbar > ul a {
    display: block;
  }

.sticky #navbar ul li a{/* color: #066490 !important; */}

  .site-header #navbar > ul a:hover, .site-header-style2 #navbar > ul a:hover, .site-header-style3 #navbar > ul a:hover,
  .site-header #navbar > ul a:focus, .site-header-style2 #navbar > ul a:focus, .site-header-style3 #navbar > ul a:focus {
    text-decoration: none;
  }

  .site-header #navbar > ul li, .site-header-style2 #navbar > ul li, .site-header-style3 #navbar > ul li {
    position: relative;
  }


  .site-header #navbar > ul > li > a, .site-header-style2 #navbar > ul > li > a, .site-header-style3 #navbar > ul > li > a {
    color: #ffffff;
    padding: 8px 10px;
    text-transform: uppercase;
    font-weight: 500;
  }
.sticky .navbar-default .navbar-nav>li>a{}

  .site-header #navbar > ul > li > a:hover, .site-header-style2 #navbar > ul > li > a:hover, .site-header-style3 #navbar > ul > li > a:hover,
  .site-header #navbar > ul > li.current > a, .site-header-style2 #navbar > ul > li.current > a, .site-header-style3 #navbar > ul > li.current > a {
    outline: none;
  }

  @media screen and (min-width: 992px) {
    .site-header #navbar > ul > li > a:hover, .site-header-style2 #navbar > ul > li > a:hover, .site-header-style3 #navbar > ul > li > a:hover,
    .site-header #navbar > ul > li.current > a, .site-header-style2 #navbar > ul > li.current > a, .site-header-style3 #navbar > ul > li.current > a {
      color: #1683a1;
    }
  }

  .site-header #navbar > ul > li > a:focus, .site-header-style2 #navbar > ul > li > a:focus, .site-header-style3 #navbar > ul > li > a:focus {
    background-color: transparent;
  }

  @media screen and (min-width: 992px) {
    .site-header #navbar > ul > li:hover > ul, .site-header-style2 #navbar > ul > li:hover > ul, .site-header-style3 #navbar > ul > li:hover > ul {
      visibility: visible;
      opacity: 1;
      top: 100%;
    }
  }

  @media screen and (min-width: 992px) {
    .site-header #navbar > ul > li > ul > li:hover > ul, .site-header-style2 #navbar > ul > li > ul > li:hover > ul, .site-header-style3 #navbar > ul > li > ul > li:hover > ul {
      visibility: visible;
      opacity: 1;
      left: 100%;
    }
  }

  .site-header #navbar > ul > li > ul li, .site-header-style2 #navbar > ul > li > ul li, .site-header-style3 #navbar > ul > li > ul li {
    border-bottom: 1px solid #e81a1f;
  }

  @media (max-width: 991px) {
    .site-header #navbar > ul > li > ul li, .site-header-style2 #navbar > ul > li > ul li, .site-header-style3 #navbar > ul > li > ul li {
      border-color: #cccccc;
    }
  }

  .site-header #navbar > ul > li > ul li:first-child, .site-header-style2 #navbar > ul > li > ul li:first-child, .site-header-style3 #navbar > ul > li > ul li:first-child {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #e8e8e8;
  }

  @media (max-width: 991px) {
    .site-header #navbar > ul > li > ul li:first-child, .site-header-style2 #navbar > ul > li > ul li:first-child, .site-header-style3 #navbar > ul > li > ul li:first-child {
      border-color: #cccccc;
    }
  }

  .site-header #navbar > ul > li > ul li:last-child, .site-header-style2 #navbar > ul > li > ul li:last-child, .site-header-style3 #navbar > ul > li > ul li:last-child {
    border-bottom: 0;
  }

  .site-header #navbar > ul > li > ul a, .site-header-style2 #navbar > ul > li > ul a, .site-header-style3 #navbar > ul > li > ul a {
    padding: 6px 15px 6px 45px;
  }

  @media (max-width: 991px) {
    .site-header #navbar > ul > li > ul ul a, .site-header-style2 #navbar > ul > li > ul ul a, .site-header-style3 #navbar > ul > li > ul ul a {
      padding-left: 60px;
    }
  }

  @media screen and (min-width: 992px) {
    .site-header #navbar > ul > li > ul, .site-header-style2 #navbar > ul > li > ul, .site-header-style3 #navbar > ul > li > ul {
      background-color: #ffffff;
      width: 270px;
      position: absolute;
      padding: 1px;
      left: 0;
      top: 120%;
      z-index: 10;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
    }
    .site-header #navbar > ul > li > ul li, .site-header-style2 #navbar > ul > li > ul li, .site-header-style3 #navbar > ul > li > ul li {
      border-bottom: 1px solid #e4e4e4;
    }
    .site-header #navbar > ul > li > ul li:first-child, .site-header-style2 #navbar > ul > li > ul li:first-child, .site-header-style3 #navbar > ul > li > ul li:first-child {
      border-top: 0;
    }
    .site-header #navbar > ul > li > ul a, .site-header-style2 #navbar > ul > li > ul a, .site-header-style3 #navbar > ul > li > ul a {
      display: block;
      font-weight: 500;
      font-size: 14px;
      color: #000;
      padding: 10px 15px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
    }
    .site-header #navbar > ul > li > ul a:hover, .site-header-style2 #navbar > ul > li > ul a:hover, .site-header-style3 #navbar > ul > li > ul a:hover {
      background-color: #e9e9e9;
      padding-left: 20px;
    }
    .site-header #navbar > ul > li > ul ul, .site-header-style2 #navbar > ul > li > ul ul, .site-header-style3 #navbar > ul > li > ul ul {
      background-color: #ffffff;
      width: 200px;
      position: absolute;
      left: 110%;
      top: 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
    }
  }

  .site-header #navbar .sub-sub-menu > a, .site-header-style2 #navbar .sub-sub-menu > a, .site-header-style3 #navbar .sub-sub-menu > a {
    position: relative;
  }

  .site-header #navbar .sub-sub-menu > a:before, .site-header-style2 #navbar .sub-sub-menu > a:before, .site-header-style3 #navbar .sub-sub-menu > a:before {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 15px;
  }

  @media (max-width: 991px) {
    .site-header #navbar .sub-menu > a:before, .site-header-style2 #navbar .sub-menu > a:before, .site-header-style3 #navbar .sub-menu > a:before,
    .site-header #navbar .sub-sub-menu > a:before, .site-header-style2 #navbar .sub-sub-menu > a:before, .site-header-style3 #navbar .sub-sub-menu > a:before {
      font-family: "FontAwesome";
      content: "\f107";
      width: 40px;
      height: 100%;
      line-height: 41px;
      text-align: center;
      border-left: 1px solid #cccccc;
      position: absolute;
      right: 0;
      top: 0;
    }
    .site-header #navbar .sub-sub-menu > a:before, .site-header-style2 #navbar .sub-sub-menu > a:before, .site-header-style3 #navbar .sub-sub-menu > a:before {
      line-height: 33px;
    }
  }

  @media screen and (min-width: 992px) {
    .site-header #navbar .sub-menu .current a, .site-header-style2 #navbar .sub-menu .current a, .site-header-style3 #navbar .sub-menu .current a,
    .site-header #navbar .sub-sub-menu .current a, .site-header-style2 #navbar .sub-sub-menu .current a, .site-header-style3 #navbar .sub-sub-menu .current a {
      background-color: #152d60;
    }
  }

  @media screen and (min-width: 992px) {
    .site-header .navbar-header .open-btn, .site-header-style2 .navbar-header .open-btn, .site-header-style3 .navbar-header .open-btn {
      display: none;
    }
    .site-header #navbar .close-navbar, .site-header-style2 #navbar .close-navbar, .site-header-style3 #navbar .close-navbar {
      display: none;
    }
  }

  @media (max-width: 991px) {
    .site-header, .site-header-style2, .site-header-style3 {
      /* class for show hide navigation */
    }

.desktop {
    display: none;
}

.mobile {
    display: block;
}
    .site-header .container, .site-header-style2 .container, .site-header-style3 .container {
      width: 100%;
    }
    .site-header .navbar-header button, .site-header-style2 .navbar-header button, .site-header-style3 .navbar-header button {
      background-color: #193775;
      width: 40px;
      height: 35px;
      border: 0;
      padding: 7px 10px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      outline: 0;
      position: absolute;
      right: 15px;
      top: 25px;
      z-index: 20;
    }
    .site-header .navbar-header button span, .site-header-style2 .navbar-header button span, .site-header-style3 .navbar-header button span {
      background-color: #fff;
      display: block;
      height: 2px;
      margin-bottom: 5px;
    }
    .site-header .navbar-header button span:last-child, .site-header-style2 .navbar-header button span:last-child, .site-header-style3 .navbar-header button span:last-child {
      margin: 0;
    }
    .site-header #navbar, .site-header-style2 #navbar, .site-header-style3 #navbar {
      background: #fff;
      display: block !important;
      width: 280px;
      height: 100% !important;
      margin: 0;
      padding: 0;
      border-left: 1px solid #cccccc;
      border-right: 1px solid #cccccc;
      position: fixed;
      right: -300px;
      top: 0;
      z-index: 100;
    }
    .site-header #navbar ul li a, .site-header-style2 #navbar ul li a, .site-header-style3 #navbar ul li a {
      color: #000;
      font-size: 0.8rem;
    }
    .site-header #navbar ul li a:hover, .site-header-style2 #navbar ul li a:hover, .site-header-style3 #navbar ul li a:hover,
    .site-header #navbar ul li.current a, .site-header-style2 #navbar ul li.current a, .site-header-style3 #navbar ul li.current a {
      color: #193775;
    }
    .site-header #navbar .navbar-nav, .site-header-style2 #navbar .navbar-nav, .site-header-style3 #navbar .navbar-nav {
      height: 100%;
      overflow: auto;
    }
    .site-header #navbar .close-navbar, .site-header-style2 #navbar .close-navbar, .site-header-style3 #navbar .close-navbar {
      background-color: #193775;
      width: 35px;
      height: 35px;
      color: #fff;
      border: 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      outline: none;
      position: absolute;
      left: -18px;
      top: 10px;
      z-index: 20;
    }
    .site-header #navbar > ul > li, .site-header-style2 #navbar > ul > li, .site-header-style3 #navbar > ul > li {


      border-bottom: 1px solid #cccccc;
    }
    .site-header #navbar > ul > li > a, .site-header-style2 #navbar > ul > li > a, .site-header-style3 #navbar > ul > li > a {
      padding: 10px 15px 10px 35px;
    }
    .site-header .slideInn, .site-header-style2 .slideInn, .site-header-style3 .slideInn {
      right: 0 !important;
    }



    
  }

  @media (max-width: 767px) {
    .site-header .navbar-header .navbar-brand, .site-header-style2 .navbar-header .navbar-brand, .site-header-style3 .navbar-header .navbar-brand {
      font-size: 24px;
    }
  }

  @media (max-width: 991px) {
    .site-header .navbar-collapse.collapse, .site-header-style2 .navbar-collapse.collapse, .site-header-style3 .navbar-collapse.collapse {
      display: none;
    }
    .site-header .navbar-collapse.collapse.in, .site-header-style2 .navbar-collapse.collapse.in, .site-header-style3 .navbar-collapse.collapse.in {
      display: block;
    }
    .site-header .navbar-header .collapse, .site-header-style2 .navbar-header .collapse, .site-header-style3 .navbar-header .collapse,
    .site-header .navbar-toggle, .site-header-style2 .navbar-toggle, .site-header-style3 .navbar-toggle {
      display: block;
    }
    .site-header .navbar-header, .site-header-style2 .navbar-header, .site-header-style3 .navbar-header {
      float: none;
    }
    .site-header .navbar-right, .site-header-style2 .navbar-right, .site-header-style3 .navbar-right {
      float: none;
    }
    .site-header .navbar-nav, .site-header-style2 .navbar-nav, .site-header-style3 .navbar-nav {
      float: none;
    }
    .site-header .navbar-nav > li, .site-header-style2 .navbar-nav > li, .site-header-style3 .navbar-nav > li {
      float: none;
    }
  }

  /*** site header style 2 ***/
  .home-style2 .slider-section {
    margin-top: 0;
  }

  .site-header-style2, .site-header-style3 {
    /*** topbar ***/
  }

  @media (max-width: 1199px) {
    .site-header-style2 .upper-topbar .contact-info ul li, .site-header-style3 .upper-topbar .contact-info ul li {
      font-size: 15px;
    }
  }

  .site-header-style2 .social-links, .site-header-style3 .social-links {

    float: right;
  }

  @media (max-width: 991px) {
    .site-header-style2 .social-links, .site-header-style3 .social-links {
      float: none;
      margin: 15px 0;
    }
  }

  .site-header-style2 .social-links li, .site-header-style3 .social-links li,
  .site-header-style2 .social-links a, .site-header-style3 .social-links a {
    background-color: transparent;
    color: #fff;
    width: auto;
    height: auto;
    line-height: 10px;
  }

  .site-header-style2 .upper-topbar .social-links li, .site-header-style3 .upper-topbar .social-links li {
    margin-right: 25px;
  }

  @media (max-width: 1199px) {
    .site-header-style2 .upper-topbar .social-links li, .site-header-style3 .upper-topbar .social-links li {
      margin-right: 15px;
    }
  }

  @media (max-width: 767px) {
    .site-header-style2 .upper-topbar .social-links li, .site-header-style3 .upper-topbar .social-links li {
      float: left;
    }
  }

  .site-header-style2 .social-links li:last-child, .site-header-style3 .social-links li:last-child {
    margin-right: 0;
  }

  .site-header-style2 .social-links a, .site-header-style3 .social-links a {
    font-size: 20px;
  }

  @media (max-width: 1199px) {
    .site-header-style2 .social-links a, .site-header-style3 .social-links a {
      font-size: 16px;
    }
  }

  .site-header-style2 .social-links a:hover, .site-header-style3 .social-links a:hover {
    background-color: transparent;
    color: #f39c12;
  }

  .site-header-style2 .navbar-brand, .site-header-style3 .navbar-brand {
    min-height: auto;
    margin-top: 10px;
  }

  @media (max-width: 991px) {
    .site-header-style2 .navbar-brand, .site-header-style3 .navbar-brand {
      margin-top: 0;
    }
    .site-header-style2 .navbar-brand img, .site-header-style3 .navbar-brand img {
      max-width: 120px;
    }
  }

  @media screen and (min-width: 992px) {
    .site-header-style2 #navbar, .site-header-style3 #navbar {
      padding-right: 0;
      margin-right: -20px;
    }
  }

  .site-header-style2 .navigation, .site-header-style3 .navigation,
  .site-header-style2 #navbar, .site-header-style3 #navbar {
    background: #fff;
  }

  @media (max-width: 991px) {
    .site-header-style2 .navigation, .site-header-style3 .navigation {
      padding: 15px 0;
    }
  }

  .site-header-style2 #navbar > ul > li > a, .site-header-style3 #navbar > ul > li > a {
    color: #06223e;
    font-weight: bold;
  }

  @media screen and (min-width: 992px) {
    .site-header-style2 #navbar > ul > li > a, .site-header-style3 #navbar > ul > li > a {
      padding: 40px 17px;
    }
  }

  .site-header-style2 .navbar-header button, .site-header-style3 .navbar-header button {
    top: 12px;
  }

  /*** header style 3 ***/
  @media screen and (min-width: 768px) {
    .site-header-style3 {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 100;
    }
  }

  @media screen and (min-width: 768px) {
    .site-header-style3 .upper-topbar {
      background-color: transparent;
      border-bottom: 1px solid #9c9c9c;
    }
  }

  .site-header-style3 .navigation,
  .site-header-style3 #navbar {
    background-color: transparent;
  }

  @media (max-width: 991px) {
    .site-header-style3 #navbar {
      background-color: #fff;
    }
  }

  @media screen and (min-width: 992px) {
    .site-header-style3 #navbar > ul > li > a {
      padding: 40px 17px;
      color: #fff;
    }
  }

  .site-header-style3 .navbar-header button {
    top: 5px;
  }

  @media (max-width: 991px) {
    .home-style-1 .site-header .navigation, .home-style-1 .site-header-style2 .navigation, .home-style-1 .site-header-style3 .navigation {
      border-top: 0;
      margin-top: 0 !important;
    }

.slider-section .main-heading {
    font-size: 30px !important;
}

.logo {
    justify-content: start;
}
  }
 .slider-section .main-heading {
     font-size: 50px !important;
     color: #00f1ff !important;
     font-weight: 800;
     line-height: 4.375rem;
     font-family: system-ui;
     position: absolute;
     left: auto !important;
     margin: auto 0 !important;
     width: 100%;
     /* display: flex; */
     justify-content: center;
  }

  @media (max-width: 991px) {
    .site-header .navigation, .site-header-style2 .navigation, .site-header-style3 .navigation {
      /* border-top: 1px solid #d9d9d9; */
      padding-top: 1px;
      margin-top: 0 !important;
    }
  }

  @media (max-width: 991px) {
    .site-header-style3 .navigation {
      border-top: 0;
      padding-top: 15px;
    }
    .site-header-style3 .upper-topbar {
      padding-bottom: 7px;
    }
  }

  /*** box layout headery style ***/
  @media screen and (min-width: 1200px) {
    .box-layout .site-header .navigation > .container, .box-layout .site-header-style2 .navigation > .container, .box-layout .site-header-style3 .navigation > .container {
      width: 1200px;
      margin: 0;
      padding: 0;
    }
  }

  @media screen and (min-width: 1200px) {
    .box-layout .site-header-style2 .navigation > .container, .box-layout .site-header-style3 .navigation > .container,
    .box-layout .site-header-style3 .navigation > .container {
      width: 1170px;
      margin: 0 auto;
      padding: 0 15px;
    }
  }

  .box-layout .site-header .navigation .social-links, .box-layout .site-header-style2 .navigation .social-links, .box-layout .site-header-style3 .navigation .social-links {
    right: 20px;
  }

  @media (max-width: 1199px) {
    .box-layout .site-header .navigation .social-links, .box-layout .site-header-style2 .navigation .social-links, .box-layout .site-header-style3 .navigation .social-links {
      right: 35px;
    }
  }

  /*--------------------------------------------------------------
  #0.4	hero slider
  --------------------------------------------------------------*/
  .slider-section {
  }

  @media (max-width: 767px) {
    .slider-section .main-heading,
    .slider-section .slider-text,
    .slider-section .link-button {
      /* display: none; */
    }

.mobile {
    position: relative;
    background: black;
}

.slider-section .main-heading {
    font-size: 15px !important;
}
  }

 

  .slider-section .slider-text {
    font-size: 1.125rem;
    line-height: 1.875rem;
    cursor: auto !important;
  }

  .slider-section .slider-btn {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    width: 150px;
    height: 48px;
    line-height: 48px;
    font-size: 1.125rem;
    color: #fff;
    padding: 0;
    text-align: center;
    border: 0;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    -o-border-radius: 55px;
    -ms-border-radius: 55px;
    border-radius: 55px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  @media (max-width: 991px) {
    .slider-section .slider-btn {
      width: 120px;
      height: 42px;
      line-height: 42px;
      font-size: 0.9375rem;
    }
  }

  .slider-section .link-button .slider-btn:nth-child(2) {
    background: #f39c12;
    color: #fff;
  }

  .slider-section .link-button a:first-child {
    margin-right: 25px;
  }

  .home-style2 .slider-section .main-heading {
    color: #06223e;
  }

  /*--------------------------------------------------------------
  #0.5	footer
  --------------------------------------------------------------*/
  .site-footer {
    
    /*** about widget ***/
    /*** news widget ***/
    /*** site map widget ***/
    /*** newsletter-widget ***/
    /*** social-media-widget ***/
    background: url(../upload_dynamic_content/banner-ladak.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 50px;
  }

  @media (max-width: 1199px) {
    .site-footer .upper-footer .container > .row > .col {
      margin-bottom: 80px;
    }
  }

  @media (max-width: 767px) {
    .site-footer .upper-footer .container > .row > .col {
      margin-bottom: 50px;
    }
  }

  .site-footer .upper-footer {
    padding: 50px 0 30px;   
  }

.site-footer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 25 44 / 84%);
}

  @media (max-width: 1199px) {
    .site-footer .upper-footer {
      padding: 115px 0 35px;
    }
  }

  @media (max-width: 767px) {
    .site-footer .upper-footer {
      padding: 80px 0 30px;
    }
  }

  .site-footer .upper-footer h3,
  .site-footer .upper-footer h4,
  .site-footer .upper-footer h5,
  .site-footer .upper-footer h6,
  .site-footer .upper-footer span,
  .site-footer .upper-footer p,
  .site-footer .upper-footer li,
  .site-footer .upper-footer a {
    color: #f9f9f9;
  }

  .site-footer .widget > h3 {
    font-size: 1.1rem;
    line-height: 0.5em;
    margin: 0 0 2.3em;
    text-transform: uppercase;
    font-weight: 700;
  }
.site-footer .widget > h3:before{
  background:#fff;
 content: "";
 display: table;
 height: 2px;
 width: 50px;
 margin-top: 23px;
 position: absolute;
}

  @media (max-width: 991px) {
    .site-footer .widget > h3 {
      font-size: 1.25rem;
    }
  }

  @media (max-width: 767px) {
    .site-footer .widget > h3 {
      font-size: 1.125rem;
    }
  }

  .site-footer .about-widget .footer-logo {
    display: inline-block;
    margin-bottom: 11px;
    max-width: 63%;
  }

  @media (max-width: 767px) {
    .site-footer .about-widget .footer-logo img {
      max-width: 140px;
    }
  }

  .site-footer .about-widget .office-time {
    position: relative;
    padding-left: 65px;
    margin-top: 40px;
  }

  @media (max-width: 767px) {
    .site-footer .about-widget .office-time {
      padding-left: 50px;
      margin-top: 20px;
    }
  }

  .site-footer .about-widget .office-time .icon {
    position: absolute;
    left: 0;
    top: -10px;
  }

  @media (max-width: 767px) {
    .site-footer .about-widget .office-time .icon {
      top: 0;
    }
  }

  .site-footer .about-widget .office-time .fi:before {
    font-size: 45px;
    color: #f39c12;
  }

  @media (max-width: 767px) {
    .site-footer .about-widget .office-time .fi:before {
      font-size: 25px;
    }
  }

  .site-footer .about-widget .office-time h4 {
    font-size: 1.375rem;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 0.31em;
  }

  @media (max-width: 991px) {
    .site-footer .about-widget .office-time h4 {
      font-size: 1.125rem;
    }
  }

  @media (max-width: 767px) {
    .site-footer .about-widget .office-time h4 {
      font-size: 0.9375rem;
    }
  }

  .site-footer .about-widget .office-time .time {
    color: #999999;
  }

  .site-footer .news-widget li {
    /* min-height: 65px; */
    position: relative;
    /* padding-left: 70px; */
    /* margin-bottom: 40px; */
    line-height: 35px;
  }

  .site-footer .news-widget li .entry-media {
    min-height: 65px;
    position: absolute;
    left: 0;
  }

  .site-footer .news-widget li h5 {
     font-family: "Poppins", sans-serif;
    font-size: 1.0625rem;
    line-height: 1.3em;
    font-weight: normal;
    margin: 0 0 0.3em;
  }

  @media (max-width: 767px) {
    .site-footer .news-widget li h5 {
      font-size: 0.9375rem;
    }
  }

  .site-footer .news-widget li .date {
    font-size: 14px;
    color: #999999;
  }

  .site-footer .news-widget li a:hover {
    color: #f39c12;
  }

  .site-footer .news-widget ul li:last-child {
    margin-bottom: 0;
  }

  .site-footer .site-map-widget ul li {
    margin-bottom: 10px;
  }

  .site-footer .site-map-widget ul li:last-child {
    margin-bottom: 0;
  }

  .site-footer .site-map-widget a:hover {
    color: #f39c12;
  }

  .site-footer .newsletter-widget {
    margin-bottom: 55px;
  }

  @media (max-width: 767px) {
    .site-footer .newsletter-widget {
      margin-bottom: 50px;
    }
  }

  .site-footer .newsletter-widget .form input {
    background-color: #0c131f;
    height: 45px;
    font-size: 1rem;
    border: 0;
    padding: 0 75px 0 20px;
    box-shadow: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }

  @media (max-width: 767px) {
    .site-footer .newsletter-widget .form input {
      height: 40px;
      font-size: 0.875rem;
    }
  }

  .site-footer .newsletter-widget .form > div {
    position: relative;
  }

  .site-footer .newsletter-widget .form > div button {
    background-color: #fff;
    width: 60px;
    height: 100%;
    font-size: 1.25rem;
    color: #f39c12;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 20px 20px 0;
  }

  @media (max-width: 767px) {
    .site-footer .newsletter-widget .form > div button {
      width: 50px;
      font-size: 1.125rem;
    }
  }

  .site-footer .newsletter-widget .form > div button:hover,
  .site-footer .newsletter-widget .form > div button:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
  }

  .site-footer .social-media-widget ul {
    overflow: hidden;
  }

  .site-footer .social-media-widget li {
    width: 48px;
    height: 48px;
    line-height: 48px;
    float: left;
    margin-right: 15px;
  }

  @media (max-width: 991px) {
    .site-footer .social-media-widget li {
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin-right: 10px;
    }
  }

  @media (max-width: 767px) {
    .site-footer .social-media-widget li {
      width: 35px;
      height: 35px;
      line-height: 35px;
      margin-right: 7px;
    }
  }

  .site-footer .social-media-widget ul > li:last-child {
    margin-right: 0;
  }

  .site-footer .social-media-widget a {
    background-color: #fff;
    display: block;
    font-size: 1.375rem;
    text-align: center;
    color: gray;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }

  @media (max-width: 991px) {
    .site-footer .social-media-widget a {
      font-size: 1.125rem;
    }
  }

  .site-footer .social-media-widget a:hover {
    color: #f39c12;
  }

  .site-footer .copyright {
    padding: 15px 0 10px;
   
  }

  @media (max-width: 991px) {
    .site-footer .copyright {
      text-align: center;
    }
    .site-footer .copyright p,
    .site-footer .copyright li {
      font-size: 0.875rem;
    }
  }

  .site-footer .copyright p {
    color: #dfdfdf;
    margin: 0;
    text-align: center;
  }

  .site-footer .copyright p a {
    color: #ffffff;
    /* background: -webkit-linear-gradient(left, #f99e1d, #e45e01); */
    background: -moz-linear-gradient(left, #00abc9, #193775);
    background: -o-linear-gradient(left, #00abc9, #193775);
    background: -ms-linear-gradient(left, #00abc9, #193775);
    background: linear-gradient(left, #00abc9, #193775);
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
  }

  .site-footer .copyright ul {
    overflow: hidden;
    float: right;
  }

  @media (max-width: 991px) {
    .site-footer .copyright ul {
      float: none;
      display: inline-block;
      margin-top: 15px;
    }
  }

  .site-footer .copyright ul li {
    float: left;
    margin-right: 20px;
  }

  .site-footer .copyright ul a {
    color: #7a7a7a;
  }

  /*--------------------------------------------------------------
  #0.6	featured
  --------------------------------------------------------------*/
  @media (max-width: 1199px) {
    .featured {
      padding-bottom: 85px;
    }
  }

  @media (max-width: 991px) {
    .featured {
      padding-bottom: 65px;
    }
  }

  @media (max-width: 767px) {
    .featured {
      padding-bottom: 15px;
    }
  }

  @media (max-width: 650px) {
    .featured .content > .col {
      width: 100%;
    }
  }

  @media (max-width: 1199px) {
    .featured .content > .col {
      margin-bottom: 35px;
    }
  }

  /*--------------------------------------------------------------
  #0.7	services
  --------------------------------------------------------------*/
  .services {
    padding: 45px 0 30px;
    background: #fbf6f0;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  @media (max-width: 991px) {
    .services {
      padding-bottom: 30px;
    }
  }

  @media (max-width: 767px) {
    .services {
      padding-bottom: 50px;
    }
  }

  .services .content > .col {
    margin-bottom: 32px;

  }

  @media (max-width: 767px) {
    .services .content > .col {
      margin-bottom: 30px;
    }
  }

  /*--------------------------------------------------------------
  #0.8	fun-fact
  --------------------------------------------------------------*/
  .fun-fact {
    background: url("../images/fun-fact-bg.jpg") center center/cover no-repeat local;
    padding: 25px 0 20px;
    position: relative;
    text-align: center;
    /* margin-bottom: 40px; */
    margin-top: 35px;
  }

  @media (max-width: 767px) {
    .fun-fact {
      padding: 60px 0 20px;
    }
  }
   .bravo-featured-item.style4 {
    background-color: #111111;
    border-bottom: none;
    margin-top: 0;
    padding: 30px 0 10px;
}

.tp-bgimg:before {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 46%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
 .bravo-featured-item .featured-item {
    margin-bottom: 20px;
    background: -webkit-linear-gradient(left, #ff5858, #ff8f2f);
    background: -moz-linear-gradient(left, #1a2b48, #ec1f24);
    background: -o-linear-gradient(left, #1a2b48, #ec1f24);
    background: -ms-linear-gradient(left, #1a2b48, #ec1f24);
    background: linear-gradient(left, #1a2b48, #ec1f24);
    float: left;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
}

.bravo-featured-item .featured-item .image {
    float: left;
    background: antiquewhite;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    text-align: center;
    border-radius: 50px;
}

.bravo-featured-item .featured-item .image img {
    width: 40px;
}

.bravo-featured-item .featured-item .content {
    margin-left: 60px;
    margin-top: 13px;
    align-items: center;
    display: flex;
}

@media (max-width: 990px) {
    .bravo-featured-item .featured-item .content {
        margin-left:60px
    }
}

.bravo-featured-item .featured-item .content .title {
    font-size: 22px;
    margin-top: 3px;
    font-family: 'Montserrat', sans-serif;
}

.bravo-featured-item .featured-item .content .desc {
    font-size: 13px
}
  .fun-fact:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #193775;
    background: -webkit-linear-gradient(left, rgb(99 178 193 / 80%), rgb(97 149 96 / 72%));
    background: -moz-linear-gradient(left, rgb(99 178 193 / 80%), rgb(97 149 96 / 72%));
    background: -o-linear-gradient(left, rgb(99 178 193 / 80%), rgb(97 149 96 / 72%));
    background: -ms-linear-gradient(left, rgb(99 178 193 / 80%), rgb(97 149 96 / 72%));
    background: linear-gradient(left,  rgb(99 178 193 / 80%), rgb(97 149 96 / 72%));
    position: absolute;
    left: 0;
    top: 0;
  }

  .fun-fact p,
  .fun-fact h3 {
    color: #fff;
    margin: 0;
  }

  @media (max-width: 767px) {
    .fun-fact .content > .col {
      margin-bottom: 40px;
    }
  }

  .fun-fact h3 {
    font-size: 2.125rem;
    padding-bottom: 0.2em;
    position: relative;
  }

  @media (max-width: 991px) {
    .fun-fact h3 {
      font-size: 2.5rem;
    }
  }

  @media (max-width: 767px) {
    .fun-fact h3 {
      font-size: 1.875rem;
    }
  }

  .fun-fact h3:after {
    content: "";
    background-color: #47a18a;
    width: 60px;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  @media (max-width: 991px) {
    .fun-fact h3:after {
      width: 50px;
      height: 2px;
    }
  }

  .fun-fact p {
    font-size: 1.5625rem;
  }

  @media (max-width: 991px) {
    .fun-fact p {
      font-size: 1.125rem;
    }
  }

  @media (max-width: 767px) {
    .fun-fact p {
      font-size: 0.875rem;
    }
  }

  /*--------------------------------------------------------------
  #0.9	about-us-section
  --------------------------------------------------------------*/
  .home-style-1 .about-us-section {
    position: relative;
  }

  .home-style-1 .about-us-section:after {
    content: "";
    width: 1170px;
    height: 1px;
    /* border-bottom: 1px solid #e6e6e6; */
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  @media (max-width: 1199px) {
    .home-style-1 .about-us-section:after {
      width: 970px;
    }
  }

  @media (max-width: 991px) {
    .home-style-1 .about-us-section:after {
      width: 750px;
    }
  }

  @media (max-width: 767px) {
    .home-style-1 .about-us-section:after {
      width: 100%;
    }
  }

  .about-us-section {
    /*** abou us slider ***/
  }

  @media (max-width: 991px) {
    .about-us-section .about-us-slider {
      margin-bottom: 3.75rem;
    }
  }

  @media (max-width: 767px) {
    .about-us-section .about-us-slider .signature img {
      max-width: 100px;
    }
  }

  .about-us-section .about-us-slider h3 {
    font-size: 1.5625rem;
    line-height: 1.3em;
    margin: 0 0 1em;
  }

  @media (max-width: 991px) {
    .about-us-section .about-us-slider h3 {
      font-size: 1.25rem;
    }
  }

  .about-us-section .about-us-slider p {
    margin-bottom: 1em;
  }

  .about-us-section .about-us-slider img {
    width: auto;
  }

  .about-us-section .about-us-slider .owl-controls {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .about-us-section .about-us-slider .owl-controls .owl-nav .owl-prev,
  .about-us-section .about-us-slider .owl-controls .owl-nav .owl-next {
    color: #f39c12;
  }

  .about-us-section .about-us-slider .owl-controls .owl-nav > div {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 1.125rem;
    margin: 0 5px 0 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    position: relative;
  }

  @media (max-width: 991px) {
    .about-us-section .about-us-slider .owl-controls .owl-nav > div {
      width: 35px;
      height: 35px;
      line-height: 35px;
    }
  }

  .about-us-section .about-us-slider .owl-controls .owl-nav > div:hover {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
  }

  .about-us-section .about-us-slider .owl-controls .owl-nav > div:before {
    content: "";
    width: 41px;
    height: 41px;
    position: absolute;
    left: 2px;
    top: 2px;
    background-color: #fff;
  }

  @media (max-width: 991px) {
    .about-us-section .about-us-slider .owl-controls .owl-nav > div:before {
      width: 31px;
      height: 31px;
      left: 2px;
      top: 2px;
    }
  }

  .about-us-section .about-us-slider .owl-controls .owl-nav i {
    position: relative;
    z-index: 10;
  }

  .about-us-section .skills .skill {
    margin-bottom: 5px;
  }

  .about-us-section .skills .skill:last-child {
    margin-bottom: 0;
  }

  .about-us-section .skills .skill:last-child .progress {
    margin-bottom: 0;
  }

  .about-us-section .skills h6 {
    font-size: 1.125rem;
    font-weight: normal;
    margin: 0 0 0.6em;
  }

  @media (max-width: 991px) {
    .about-us-section .skills h6 {
      font-size: 1rem;
    }
  }

  .about-us-section .skills .progress {
    background-color: #e6e6e6;
    height: 15px;
    box-shadow: none;
    overflow: visible;
    box-shadow: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }

  @media (max-width: 991px) {
    .about-us-section .skills .progress {
      height: 12px;
    }
  }

  .about-us-section .skills .progress-bar {
    background: #193775;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
  }

  .about-us-section .skills .progress-bar span {
    background-color: #f39c12;
    font-size: 0.75rem;
    color: #fff;
    padding: 2px 6px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }

  @media (max-width: 991px) {
    .about-us-section .skills .progress-bar span {
      padding: 0 6px;
    }
  }

  .about-us-section .skills .progress-bar span:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #f39c12;
    position: absolute;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /*--------------------------------------------------------------
  #0.10	latest-projects
  --------------------------------------------------------------*/
  @media screen and (min-width: 992px) {
    .latest-projects .section-title {
      margin-bottom: 20px;
    }
  }

  .latest-projects .grids-filters {
    text-align: center;
  }

  .latest-projects .grids-filters ul {
    display: inline-block;
    margin-bottom: 30px;
  }

  @media (max-width: 767px) {
    .latest-projects .grids-filters ul {
      margin-bottom: 15px;
    }
  }

  .latest-projects .grids-filters ul li {
    float: left;
    margin-right: 30px;
  }

  @media (max-width: 767px) {
    .latest-projects .grids-filters ul li {
      margin-right: 12px;
    }
  }

  .latest-projects .grids-filters ul li:last-child {
    margin-right: 0;
  }

  .latest-projects .grids-filters ul a {
    font-size: 1.125rem;
    font-weight: bold;
    color: #193775;
  }

  @media (max-width: 767px) {
    .latest-projects .grids-filters ul a {
      font-size: 0.9375rem;
    }
  }

  .latest-projects .grids-filters ul a:focus {
    text-decoration: none;
  }

  .latest-projects .more-projects {
    text-align: center;
    margin-top: 20px;
  }

  .btn {
    font-size: 17px;
    color: #ffffff;
    border-radius: 65px;
    padding: 10px 30px 8px;
    border: none;
 background-color: #00447a;
  background: -moz-linear-gradient(90deg, #3F51B5 0%, #2196F3 50%, #00BCD4 100%);
  background: -webkit-linear-gradient(90deg, #3F51B5 0%, #2196F3 50%, #00BCD4 100%);
  background: linear-gradient(90deg, #3F51B5 0%, #2196F3 50%, #00BCD4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e3504",endColorstr="#906611",GradientType=1);
  }
.btn:hover{
  background-color: #34221c;
  color: white;
  background-color: #00447a;
  background: -moz-linear-gradient(90deg, #00447a 0%, #406f93 50%, #26407f 100%);
  background: -webkit-linear-gradient(90deg, #00447a 0%, #406f93 50%, #26407f 100%);
  background: linear-gradient(90deg, #00447a 0%, #406f93 50%, #26407f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e3504",endColorstr="#906611",GradientType=1);
}

  @media (max-width: 991px) {
    .latest-projects .more-projects .btn {
      font-size: 1rem;
    }
  }

  .latest-projects .more-projects .btn i {
    color: #515151;
    display: inline-block;
    padding-left: 5px;
    display: none;
  }

  /*--------------------------------------------------------------
  #0.11	testimonials
  --------------------------------------------------------------*/
  .testimonials {
    background: url("../images/testimonials/bg.jpg") center center/cover no-repeat fixed;
    position: relative;
    padding-bottom: 0;
  }

  .testimonials:before {
    content: "";
    background: rgb(255 255 255);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  @media screen and (min-width: 992px) {
    .testimonials .left-col {
      padding-top: 45px;
    }
  }

  @media (max-width: 991px) {
    .testimonials .left-col {
      margin-bottom: 60px;
    }
  }

  .testimonials .left-col .section-title {
    text-align: left;
    margin-bottom: 40px;
  }

  .testimonials .left-col .section-title h2,
  .testimonials .left-col .section-title p {
    color: #fff;
  }

  .testimonials .left-col .section-title h2:after {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background: -webkit-linear-gradient(left, #f39c12 46%, transparent 46.1%, transparent 54%, #fff 54.1%);
    background: -moz-linear-gradient(left, #f39c12 46%, transparent 46.1%, transparent 54%, #fff 54.1%);
    background: -o-linear-gradient(left, #f39c12 46%, transparent 46.1%, transparent 54%, #fff 54.1%);
    background: -ms-linear-gradient(left, #f39c12 46%, transparent 46.1%, transparent 54%, #fff 54.1%);
    background: linear-gradient(left, #f39c12 46%, transparent 46.1%, transparent 54%, #fff 54.1%);
  }

  .testimonials .left-col .section-title p {
    margin-top: 28px;
  }

  .testimonials .left-col .theme-btn {
    background-color: #f39c12;
  }

  .testimonials .left-col .theme-btn:hover {
    background-color: #e08e0b;
  }

  .testimonials .testimonials-slider img {
    width: 100%;
  }

  .testimonials .testimonials-slider .box {
    background-color: #ffffff;
    text-align: center;
    position: relative;
    padding: 10px 15px 10px;
    height: auto;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
  }

  @media (max-width: 767px) {
    .testimonials .testimonials-slider .box {
      padding: 70px 20px 50px;
    }
  }

  .testimonials .testimonials-slider .client-pic {
    position: absolute;
    left: 50%;
    top: -45px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }

  .testimonials .testimonials-slider .client-pic img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }

  .testimonials .testimonials-slider h4 {
    font-size: 1.375rem;
    margin: 0 0 0.27em;
  }

  @media (max-width: 767px) {
    .testimonials .testimonials-slider h4 {
      font-size: 1.125rem;
    }
  }

  .testimonials .testimonials-slider .rating {
    margin-bottom: 10px;
  }

  .testimonials .testimonials-slider .rating i {
    color: #f39c12;
  }

  .testimonials .testimonials-slider p {
    margin: 0;
  }

  .testimonials .testimonials-slider .owl-controls {
    margin-top: 25px;
    display: none;
  }

  @media (max-width: 767px) {
    .testimonials .testimonials-slider .owl-controls {
      margin-top: 20px;
    }
  }

  .testimonials .testimonials-slider .owl-controls .owl-nav > div {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 1.125rem;
    padding: 0;
    margin: 0 10px 0 0;
    border: 2px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }

  @media (max-width: 767px) {
    .testimonials .testimonials-slider .owl-controls .owl-nav > div {
      width: 35px;
      height: 35px;
      line-height: 30px;
      font-size: 1rem;
    }
  }

  .testimonials .testimonials-slider .owl-controls .owl-nav > div:hover {
    background-color: #f39c12;
    border-color: #f39c12;
  }

  /*--------------------------------------------------------------
  #0.12	blog-section 
  --------------------------------------------------------------*/
  @media (max-width: 991px) {
    .blog-section {
      padding-bottom: 40px;
    }
  }

  @media (max-width: 767px) {
    .blog-section {
      padding-bottom: 30px;
    }
  }

  @media (max-width: 991px) {
    .blog-section .blog-section-grids > .col {
      margin-bottom: 60px;
    }
  }

  @media (max-width: 767px) {
    .blog-section .blog-section-grids > .col {
      margin-bottom: 50px;
    }
  }

  @media (max-width: 600px) {
    .blog-section .blog-section-grids > .col {
      width: 100%;
    }
  }

  /*--------------------------------------------------------------
  #0.13	contact-section
  --------------------------------------------------------------*/
  .contact-section-wrapper {
    padding-bottom: 0px;
    padding-top: 45px;
  }

  @media (max-width: 991px) {
    .contact-section-wrapper {
      padding-bottom: 100px;
    }
  }

  @media (max-width: 767px) {
    .contact-section-wrapper {
      padding-bottom: 80px;
    }
  }

  .contact-section-wrapper .contact-switcher {
    text-align: center;
  }

  .contact-section-wrapper .contact-switcher ul {
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;

  }

  .contact-section-wrapper .contact-switcher ul li {
    float: left;
  }

  .contact-section-wrapper .contact-switcher ul button {
    background-color: #fff;
    width: 120px;
    height: 50px;
    font-size: 1.0625rem;
    font-weight: bold;
    color: #f39c12;
    border: 0;
    outline: 0;
    box-shadow: none;
    border: 2px solid #193775;
  }

  @media (max-width: 991px) {
    .contact-section-wrapper .contact-switcher ul button {
      width: 100px;
      height: 45px;
      font-size: 0.9375rem;
      border: 1px solid #193775;
    }
  }

  @media (max-width: 767px) {
    .contact-section-wrapper .contact-switcher ul button {
      height: 40px;
      font-size: 0.8125rem;
      border: 1px solid #193775;
    }
  }

  .contact-section-wrapper .contact-switcher ul li:first-child button {
    border-radius: 30px 0 0 30px;
    border-right: 0;
  }

  .contact-section-wrapper .contact-switcher ul li:last-child button {
    border-radius: 0 30px 30px 0;
    border-left: 0;
  }

  .contact-section-wrapper .contact-switcher ul button .fi {
    color: #193775;
    display: inline-block;
    padding-right: 3px;
  }

  @media (max-width: 991px) {
    .contact-section-wrapper .contact-switcher ul button .fi:before {
      font-size: 0.9375rem;
    }
  }

  .contact-section-wrapper .contact-switcher ul .active {
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    border-right: 0;
    -ms-transform: scale(1, 1.1);
    -webkit-transform: scale(1, 1.1);
    transform: scale(1, 1.1);
  }

  .contact-section-wrapper .contact-switcher ul .active {
    color: #fff;
  }

  .contact-section-wrapper .contact-switcher ul .active .fi {
    color: #fff;
  }

  .contact-section-wrapper .hide-content {
    visibility: hidden;
    opacity: 0;
  }

  .contact-section-wrapper .contact-section {
    position: relative;
  }

  .contact-section-wrapper .contact-section .overlay {
    background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }

  .contact-section-wrapper .contact-section .map-wrapper {
    border-radius: 20px;
    width: 100%;
    height: 209px;
  }

  .contact-section-wrapper .contact-section .map {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }

.contact-section-wrapper .contact-section .map iframe {
    border-radius: 20px;
    height: 267px;
}

  .contact-section-wrapper .contact-block {
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }

  @media (max-width: 991px) {
    .contact-section-wrapper .contact-block {
      padding: 40px 45px;
    }
  }

  @media (max-width: 767px) {
    .contact-section-wrapper .contact-block {
      padding: 40px 15px;
      margin-bottom: 40px;
    }
  }

  .contact-section-wrapper .contact-block h2 {
    font-size: 2.125rem;
    font-weight: normal;
    margin: 0 0 0.7em;
    font-weight: 800;
    text-align: left;
  }

  @media (max-width: 991px) {
    .contact-section-wrapper .contact-block h2 {
      font-size: 1.5625rem;
    }
  }

  @media (max-width: 767px) {
    .contact-section-wrapper .contact-block h2 {
      font-size: 1.25rem;
    }
  }

  .contact-section-wrapper .contact-block .contact-info,
  .contact-section-wrapper .contact-block .contact-form {
    width: 100%;
  }

  @media (max-width: 767px) {
    .contact-section-wrapper .contact-block .contact-info,
    .contact-section-wrapper .contact-block .contact-form {
      width: 100%;
      float: none;
    }
  }

  .contact-section-wrapper .contact-block .contact-info {
    padding-right: 15px;
  }

  @media (max-width: 991px) {
    .contact-section-wrapper .contact-block .contact-info {
      padding-right: 0;
    }
  }

  .contact-section-wrapper .contact-block .contact-info ul {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .contact-section-wrapper .contact-block .contact-info ul li {
    position: relative;
    padding-left: 55px;
    margin-bottom: 25px;
    color: #667380;
  }

  .contact-section-wrapper .contact-block .contact-info li .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    left: 0;
 background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));    border-radius: 35px;
    margin-top: -7px;
  }

  .contact-section-wrapper .contact-block .contact-info li .icon:before {
 background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));    content: "";
    width: 31px;
    height: 31px;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 35px;
  }

  .contact-section-wrapper .contact-block .contact-info li .fi {
    position: relative;
  }

  .contact-section-wrapper .contact-block .contact-info li .fi:before {
    font-size: 1rem;
    color: #ffffff;
  }

  .contact-section-wrapper .contact-block .contact-form {
 background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));    padding: 40px;
    border-radius: 25px;
  }

  @media (max-width: 991px) {
    .contact-section-wrapper .contact-block .contact-form {
      padding-left: 30px;
    }
  }

  @media (max-width: 767px) {
    .contact-section-wrapper .contact-block .contact-form {
      padding-left: 0;
      margin-top: 50px;
    }
  }

  .contact-section-wrapper .contact-block .contact-form input,
  .contact-section-wrapper .contact-block .contact-form select,
  .contact-section-wrapper .contact-block .contact-form textarea {
    background-color: #ffffff;
    height: 55px;
    border: 0;
    box-shadow: none;
    padding-left: 20px;
  }

  @media (max-width: 991px) {
    .contact-section-wrapper .contact-block .contact-form input,
    .contact-section-wrapper .contact-block .contact-form select,
    .contact-section-wrapper .contact-block .contact-form textarea {
      height: 40px;
    }
  }

  .contact-section-wrapper .contact-block .contact-form textarea {
    height: 110px;
    padding-top: 15px;
    width: 100%;
    border-radius: 25px;
  }

  .contact-section-wrapper .contact-block .contact-form .form ::-webkit-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #8c8c8c;
  }

  .contact-section-wrapper .contact-block .contact-form .form :-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #8c8c8c;
  }

  .contact-section-wrapper .contact-block .contact-form .form ::-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #8c8c8c;
  }


  .contact-section-wrapper .contact-block .contact-form .form :-ms-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #8c8c8c;
  }

  .contact-section-wrapper .contact-block .contact-form .form > div {
    margin-bottom: 20px;
  }

  @media (max-width: 991px) {
    .contact-section-wrapper .contact-block .contact-form .form > div {
      margin-bottom: 10px;
    }
  }

  .contact-section-wrapper .contact-block .contact-form select {
    font-style: normal;
    background-position: 97% center;
    color: #8c8c8c;
  }

  .contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper {
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    width: 150px;
    height: 45px;
    line-height: 42px;
    position: relative;
  }

  @media (max-width: 991px) {
    .contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper {
      width: 130px;
      height: 40px;
      line-height: 38px;
    }
  }

  .contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper .btn {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 1.125rem;
    font-weight: bold;
    color: #f39c12;
    padding: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    outline: none;
  }

  @media (max-width: 991px) {
    .contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper .btn {
      font-size: 1rem;
    }
  }

  .contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper .btn:hover,
  .contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper .btn:focus {
    background-color: transparent;
  }

  .contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper:before {
    background-color: #fff;
    content: "";
    width: 146px;
    height: 41px;
    position: absolute;
    left: 2px;
    top: 2px;
  }

  @media (max-width: 991px) {
    .contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper:before {
      width: 126px;
      height: 36px;
    }
  }

  .contact-section-wrapper .contact-block .contact-form .form .submit-btn {
    margin-bottom: 0;
  }

  .contact-section-wrapper .contact-block .contact-form .btn-wrapper:hover .btn {
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    color: #fff;
  }

  /*--------------------------------------------------------------
  #	home style 2
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #1.1	services-style2
  --------------------------------------------------------------*/
  @media (max-width: 991px) {
    .services-style2 {
      padding-bottom: 50px;
    }
  }

  @media (max-width: 991px) {
    .services-style2 .services-style2-grids > .col {
      margin-bottom: 50px;
    }
  }

  @media (max-width: 767px) {
    .services-style2 .services-style2-grids > .col {
      margin-bottom: 30px;
    }
  }

  /*--------------------------------------------------------------
  #1.2	about-us-section-style2
  --------------------------------------------------------------*/
  .about-us-section-style2, .about-us-section-style3 {
    padding-bottom: 0;
    /* background: url("../images/about-style2-bg.jpg") right bottom/68% no-repeat local; */
  }

  @media (max-width: 991px) {
    .about-us-section-style2, .about-us-section-style3 {
      background-image: none;
    }
  }

  @media (max-width: 767px) {
    .about-us-section-style2 .signature img, .about-us-section-style3 .signature img {
      max-width: 100px;
    }
  }

  .about-us-section-style2 h3, .about-us-section-style3 h3 {
    font-size: 28px;
    line-height: 1.3em;
    margin: 0 0 1em;
    color: #3d3d3d;
    font-family: 'Montserrat', sans-serif;
  }

  @media (max-width: 991px) {
    .about-us-section-style2 h3, .about-us-section-style3 h3 {
      font-size: 1.25rem;
    }
  }

  .about-us-section-style2 p, .about-us-section-style3 p {
    margin-bottom: .5em;
  }

.about-us-section-style2 .btn {
    display: block;
    /* float: left; */
    margin-top: 20px;
    width: 150px;
}

  .about-us-section-style2 img, .about-us-section-style3 img {
    width: 100%;
    border-radius: 18px;
  }

.bg-light-grey {
  background-color: #F8F8F8;
}

.primary-bg {
 background: rgb(135,91,0);
 background: -moz-linear-gradient(90deg, rgba(135,91,0,1) 0%, rgba(249,187,60,1) 50%, rgba(185,141,50,1) 100%);
 background: -webkit-linear-gradient(90deg, rgba(135,91,0,1) 0%, rgba(249,187,60,1) 50%, rgba(185,141,50,1) 100%);
 background: linear-gradient(90deg, #3f51b5 0%, #00bcd4 50%, #009688 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#875b00",endColorstr="#b98d32",GradientType=1);
}

.primary-color {
  color: #6c5952;
}
  /*****************************
>>> Home travel search section  
******************************/
.home-trip-search {
  padding: 50px 0 50px;
}
.home-trip-search .trip-search-inner {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
}
.home-trip-search .group-input {
  width: 14%;
  padding: 8px;
  position: relative;
}
.home-trip-search .group-input i {
  position: absolute;
  bottom: 28px;
  right: 25px;
}
.home-trip-search .group-input.width-col-1 {
  width: 100%;
}
.home-trip-search label {
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  margin-bottom: 15px;
}
.home-trip-search input:focus {
  outline: none;
}
.home-trip-search input::placeholder {
  /* Firefox, Chrome, Opera */
  color: #999999;
}
.home-trip-search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}
.home-trip-search input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999;
}
.home-trip-search select,
.home-trip-search input {
  background-color: #F8F8F8;
  color: #383838;
  border: none;
  height: 56px;
  padding: 0 15px;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  line-height: 1.6;
}
.home-trip-search input[type=submit] {
  background: rgb(255 255 255 / 0%);
  border: 1px solid white;
  color: #ffffff;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: auto;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.home-trip-search input[type=submit]:hover, .home-trip-search input[type=submit]:focus {
  background-color: #00447a;
  background: -moz-linear-gradient(90deg, #00447a 0%, #406f93 50%, #26407f 100%);
  background: -webkit-linear-gradient(90deg, #00447a 0%, #406f93 50%, #26407f 100%);
  background: linear-gradient(90deg, #00447a 0%, #406f93 50%, #26407f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e3504",endColorstr="#906611",GradientType=1);
  color: #ffffff;
}
@media screen and (min-width: 576px) {
  .home-trip-search .group-input {
    width: 50%;
  }
  .home-trip-search .width-col-3 {
    width: 33.33%;
  }
}
@media only screen and (min-width: 915px) {
  .home-trip-search .group-input {
    width: 14%;
  }
}
@media only screen and (max-width: 580px) {
  .home-trip-search .group-input {
    width: 100%;
  }
  .home-trip-search .group-input i {
    bottom: 23px;
  }
  .home-trip-search select,
.home-trip-search input {
    height: 50px;
  }
  .home-trip-search input[type=submit] {
    margin-top: 5px;
  }
}

/*--------------------------------------------------------------
>>> form
----------------------------------------------------------------*/
form {
  position: relative;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  height: 55px;
}
@media screen and (max-width: 575px) {
  input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
    height: 42px;
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  background-color: #F8F8F8;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-size: 14px;
  padding: 0 15px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  border-color: #6c5952;
  outline: 0;
}
input[type=text]:-webkit-autofill, input[type=text]:-webkit-autofill:hover, input[type=text]:-webkit-autofill:focus, input[type=text]:-webkit-autofill:active,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:active,
input[type=url]:-webkit-autofill,
input[type=url]:-webkit-autofill:hover,
input[type=url]:-webkit-autofill:focus,
input[type=url]:-webkit-autofill:active,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:active,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill:active,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill:active,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:active,
input[type=range]:-webkit-autofill,
input[type=range]:-webkit-autofill:hover,
input[type=range]:-webkit-autofill:focus,
input[type=range]:-webkit-autofill:active,
input[type=date]:-webkit-autofill,
input[type=date]:-webkit-autofill:hover,
input[type=date]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill:active,
input[type=month]:-webkit-autofill,
input[type=month]:-webkit-autofill:hover,
input[type=month]:-webkit-autofill:focus,
input[type=month]:-webkit-autofill:active,
input[type=week]:-webkit-autofill,
input[type=week]:-webkit-autofill:hover,
input[type=week]:-webkit-autofill:focus,
input[type=week]:-webkit-autofill:active,
input[type=time]:-webkit-autofill,
input[type=time]:-webkit-autofill:hover,
input[type=time]:-webkit-autofill:focus,
input[type=time]:-webkit-autofill:active,
input[type=datetime]:-webkit-autofill,
input[type=datetime]:-webkit-autofill:hover,
input[type=datetime]:-webkit-autofill:focus,
input[type=datetime]:-webkit-autofill:active,
input[type=datetime-local]:-webkit-autofill,
input[type=datetime-local]:-webkit-autofill:hover,
input[type=datetime-local]:-webkit-autofill:focus,
input[type=datetime-local]:-webkit-autofill:active,
input[type=color]:-webkit-autofill,
input[type=color]:-webkit-autofill:hover,
input[type=color]:-webkit-autofill:focus,
input[type=color]:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  background-color: rgba(0, 0, 0, 0) !important;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888888;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  /* Firefox 19+ */
  color: #888888;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  /* IE 10+ */
  color: #888888;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=range]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=color]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  /* Firefox 18- */
  color: #888888;
}

textarea {
  padding: 20px 10px;
  width: 100%;
}

select {
  border: 1px solid #d9d9d9;
  color: #383838;
  height: 55px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 0 30px 0 10px;
}
select option {
  padding: 8px;
}
select:focus {
  outline: none;
}
@media screen and (max-width: 575px) {
  select {
    height: 42px;
  }
}

form label {
  font-weight: normal;
}

.search-form {
  position: relative;
}
.search-form input {
  width: 100%;
  padding: 0 55px 0 10px;
}
.search-form button.search-btn {
  background: rgb(135,91,0); background: -moz-linear-gradient(90deg, rgba(135,91,0,1) 0%, rgba(249,187,60,1) 50%, rgba(185,141,50,1) 100%); background: -webkit-linear-gradient(90deg, rgba(135,91,0,1) 0%, rgba(249,187,60,1) 50%, rgba(185,141,50,1) 100%); background: linear-gradient(90deg, rgba(135,91,0,1) 0%, rgba(249,187,60,1) 50%, rgba(185,141,50,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#875b00",endColorstr="#b98d32",GradientType=1);
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  -ms-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  color: #ffffff;
  font-size: 15px;
  border: none;
  position: absolute;
  right: 6px;
  top: 6px;
  padding: 13px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.search-form button.search-btn:hover {
  background-color: #34221c;
}

.form-group {
  margin-bottom: 15px;
}
.form-group select {
  height: 48px;
}
.form-group select,
.form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  width: 100%;
}
.form-group label {
  display: block;
  color: #383838;
  font-size: 15px;
  /* margin-bottom: 10px; */
  padding-left: 5px;
}
.form-group label.checkbox-list {
  position: relative;
  padding-left: 30px;
}
.form-group label .custom-checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #e6e6e6;
  position: absolute;
  left: 0;
  top: 2px;
}
.form-group label .custom-checkbox:before {
  background: rgb(135,91,0); background: -moz-linear-gradient(90deg, rgba(135,91,0,1) 0%, rgba(249,187,60,1) 50%, rgba(185,141,50,1) 100%); background: -webkit-linear-gradient(90deg, rgba(135,91,0,1) 0%, rgba(249,187,60,1) 50%, rgba(185,141,50,1) 100%); background: linear-gradient(90deg, rgba(135,91,0,1) 0%, rgba(249,187,60,1) 50%, rgba(185,141,50,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#875b00",endColorstr="#b98d32",GradientType=1);
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  text-align: center;
}
.form-group label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -9;
}
.form-group label input:checked ~ .custom-checkbox {
  border-color: #6c5952;
}
.form-group label input:checked ~ .custom-checkbox:before {
  opacity: 1;
}

/*--------------------------------------------------------------
>>> button
----------------------------------------------------------------*/
.outline-btn, .round-btn {
  font-size: 16px;
  line-height: 1.1;
  padding: 17px 30px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .outline-btn, .round-btn {
    font-size: 14px;
    padding: 12px 20px;
  }
}

input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
   background: #2196F3;
    background: -moz-linear-gradient(90deg, rgb(0 187 209) 0%, rgb(61 85 182) 50%, rgb(0 157 150) 100%);
    background: -webkit-linear-gradient(90deg, rgb(0 187 209) 0%, rgb(61 85 182) 50%, rgb(0 157 150) 100%);
    background: linear-gradient(90deg, rgb(0 187 209) 0%, rgb(61 85 182) 50%, rgb(0 157 150) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e3504",endColorstr="#906611",GradientType=1);  color: #ffffff;
  cursor: pointer;
  /* background: hwb(160deg 50% 0% / 0%) !important; */
  /* border: 2px solid #ababab !important; */
  padding: 12px 30px;
  font-weight: 400;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 100%;
}
input[type=button]:hover, input[type=button]:active, input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  background-color: #34221c;
}

.round-btn {
  background: rgb(135,91,0); background: -moz-linear-gradient(90deg, rgba(135,91,0,1) 0%, rgba(249,187,60,1) 50%, rgba(185,141,50,1) 100%); background: -webkit-linear-gradient(90deg, rgba(135,91,0,1) 0%, rgba(249,187,60,1) 50%, rgba(185,141,50,1) 100%); background: linear-gradient(90deg, rgba(135,91,0,1) 0%, rgba(249,187,60,1) 50%, rgba(185,141,50,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#875b00",endColorstr="#b98d32",GradientType=1);
  border: none;
  color: #ffffff;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.round-btn:hover, .round-btn:focus, .round-btn:active {
  background-color: #34221c;
  color: #ffffff;
}

.outline-btn {
  padding: 15px 30px;
  border: 2px solid #6c5952;
  color: #6c5952;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  -ms-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.outline-btn:hover, .outline-btn:focus, .outline-btn:active {
  background-color: #34221c;
  background: rgb(78,53,4); background: -moz-linear-gradient(90deg, rgba(78,53,4,1) 0%, rgba(124,83,0,1) 50%, rgba(144,102,17,1) 100%); background: -webkit-linear-gradient(90deg, rgba(78,53,4,1) 0%, rgba(124,83,0,1) 50%, rgba(144,102,17,1) 100%); background: linear-gradient(90deg, rgba(78,53,4,1) 0%, rgba(124,83,0,1) 50%, rgba(144,102,17,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e3504",endColorstr="#906611",GradientType=1);
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .outline-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

.outline-btn-white {
  border-color: hsl(0deg 0% 100% / 0%);
  color: #ffffff !important;
  -webkit-border-radius: 25px;
  background: rgb(0 0 0 / 58%);
  -ms-border-radius: 25px;
  border-radius: 25px;
}
.outline-btn-white:hover, .outline-btn-white:focus {
  background: rgb(78,53,4); background: -moz-linear-gradient(90deg, rgba(78,53,4,1) 0%, rgba(124,83,0,1) 50%, rgba(144,102,17,1) 100%); background: -webkit-linear-gradient(90deg, rgba(78,53,4,1) 0%, rgba(124,83,0,1) 50%, rgba(144,102,17,1) 100%); background: linear-gradient(90deg, rgba(78,53,4,1) 0%, rgba(124,83,0,1) 50%, rgba(144,102,17,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e3504",endColorstr="#906611",GradientType=1);
}

.text-btn {
  color: #6c5952;
  font-weight: 600;
  position: relative;
  line-height: 1.3;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.text-btn:hover, .text-btn:focus, .text-btn:active {
  color: #6c5952;
}


  /*--------------------------------------------------------------
  #1.3	company-timeline
  --------------------------------------------------------------*/
  .company-timeline {
    padding: 100px 0 0;
  }

  @media (max-width: 767px) {
    .company-timeline {
      display: none;
    }
  }

  .company-timeline .company-timeline-boxes {
    overflow: hidden;
    text-align: center;
    position: relative;
    padding-top: 5px;
  }

  .company-timeline .company-timeline-boxes:before {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid #d9d9d9;
    position: absolute;
    left: 0;
    top: 13px;
  }

  .company-timeline .company-timeline-boxes .list {
    width: 20%;
    float: left;
    position: relative;
  }

  .company-timeline .company-timeline-boxes .list:before {
    content: "";
    background-color: #f39c12;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 0;
    border: 5px solid #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }

  .company-timeline .company-timeline-boxes .list h6 {
    font-size: 18px;
    font-weight: normal;
    margin: 1.5em 0 0;
  }

  @media (max-width: 991px) {
    .company-timeline .company-timeline-boxes .list h6 {
      font-size: 15px;
    }
  }

  .company-timeline .company-timeline-boxes .list span {
    color: #06223e;
  }

  @media (max-width: 991px) {
    .company-timeline .company-timeline-boxes .list span {
      font-size: 12px;
    }
  }

  .company-timeline .company-timeline-boxes .list:hover:before {
    -webkit-box-shadow: 0 0 10px 0 #b3b3b3;
    -moz-box-shadow: 0 0 10px 0 #b3b3b3;
    -o-box-shadow: 0 0 10px 0 #b3b3b3;
    -ms-box-shadow: 0 0 10px 0 #b3b3b3;
    box-shadow: 0 0 10px 0 #b3b3b3;
  }

  /*--------------------------------------------------------------
  #1.4	faq
  --------------------------------------------------------------*/
  .faq {
    padding-bottom: 0;
  }

  .faq .section-title {
    margin-bottom: 55px;
    text-align: left;
  }

  @media (max-width: 767px) {
    .faq .section-title {
      margin-bottom: 40px;
    }
  }

  .faq .section-title h2 {
    line-height: 1.2em;
  }

  @media screen and (min-width: 992px) {
    .faq .section-title h2 {
      font-size: 2.5rem;
    }
  }

  .faq .section-title h2:after {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .faq .left-col {
    background: url("../images/faq/faq-video-bg.jpg") center center/cover no-repeat local;
    position: relative;
  }

  @media (max-width: 1199px) {
    .faq .left-col {
      height: 350px !important;
      margin-bottom: 100px;
    }
  }

  @media (max-width: 767px) {
    .faq .left-col {
      height: 250px !important;
      margin-bottom: 70px;
    }
  }

  .faq .left-col:before {
    content: "";
    background: rgba(25, 55, 117, 0.9);
    background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .faq .left-col a {
    font-size: 2.5rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .faq .right-col {
    padding-left: 35px;
  }

  @media screen and (min-width: 1200px) {
    .faq .right-col {
      width: 585px;
    }
  }

  @media (max-width: 1199px) {
    .faq .right-col {
      padding-left: 15px;
    }
  }

  .faq .panel {
    border: 0;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }

  .faq .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 0;
  }

  .faq .panel-heading {
     font-family: "Poppins", sans-serif;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }

  .faq .panel-heading a {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    display: block;
    font-size: 1rem;
    color: #fff;
    padding: 12px 25px;
    position: relative;
    border: 2px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }

  @media (max-width: 767px) {
    .faq .panel-heading a {
      font-size: 0.8125rem;
      padding: 10px 15px;
    }
  }

  .faq .panel-heading .collapsed {
    background: #fff;
    color: #06223e;
    border: 2px solid #193775;
  }

  .faq .panel-heading .collapsed i {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: 34%;
  }

  @media (max-width: 767px) {
    .faq .panel-heading .collapsed i {
      top: 30%;
    }
  }

  .faq .panel-heading a i {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center 5px;
    -ms-transform-origin: center 5px;
    transform-origin: center 5px;
  }

  @media (max-width: 600px) {
    .faq .panel-heading a i {
      display: none;
    }
  }

  .faq .panel-body {
    padding: 20px 20px 20px 210px;
    position: relative;
  }

  @media (max-width: 1199px) {
    .faq .panel-body {
      min-height: 165px;
    }
  }

  @media (max-width: 767px) {
    .faq .panel-body {
      padding: 15px 2px;
    }
  }

  .faq .panel-body .img-holder {
    width: 170px;
    height: 125px;
    position: absolute;
    left: 20px;
    top: 20px;
  }

  @media (max-width: 767px) {
    .faq .panel-body .img-holder {
      position: static;
      margin-bottom: 10px;
    }
  }

  .faq .panel-body p {
    line-height: 1.6em;
    margin: 0;
  }

  .faq .panel-group {
    margin-bottom: 0;
  }

  /*--------------------------------------------------------------
  #1.5	testimonials-style2
  --------------------------------------------------------------*/
  .testimonials-style2 {
    text-align: center;
  }

  .testimonials-style2 .testimonials-slider-style2 img {
    display: inline-block;
    width: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }

  .testimonials-style2 .details {
    margin-top: 30px;
  }

  @media (max-width: 767px) {
    .testimonials-style2 .details {
      margin-top: 15px;
    }
  }

  .testimonials-style2 .details p {

    font-size: 1.5625rem;
    color: #fff;
    line-height: 1.6em;
    margin-bottom: 1em;
  }

  @media (max-width: 991px) {
    .testimonials-style2 .details p {
      font-size: 1.25rem;
    }
  }

  @media (max-width: 767px) {
    .testimonials-style2 .details p {
      font-size: 0.9375rem;
    }
  }

  .testimonials-style2 .details .rating {
    margin-bottom: 8px;
  }

  .testimonials-style2 .details .rating i {
    font-size: 1.125rem;
    color: #f39c12;
  }

  @media (max-width: 767px) {
    .testimonials-style2 .details .rating i {
      font-size: 0.9375rem;
    }
  }

  .testimonials-style2 .details h4 {
    font-size: 1.375rem;
    color: #fff;
    margin: 0;
  }

  @media (max-width: 991px) {
    .testimonials-style2 .details h4 {
      font-size: 1.25rem;
    }
  }

  @media (max-width: 767px) {
    .testimonials-style2 .details h4 {
      font-size: 0.9375rem;
    }
  }

  .testimonials-style2 .testimonials-slider-style2 .owl-controls {
    margin-top: 60px;
  }

  @media (max-width: 767px) {
    .testimonials-style2 .testimonials-slider-style2 .owl-controls {
      margin-top: 40px;
    }
  }

  .testimonials-style2 .testimonials-slider-style2 .owl-controls .owl-nav > div {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 1.125rem;
    padding: 0;
    margin: 0 10px 0 0;
    border: 2px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }

  @media (max-width: 767px) {
    .testimonials-style2 .testimonials-slider-style2 .owl-controls .owl-nav > div {
      width: 35px;
      height: 35px;
      line-height: 30px;
      font-size: 1rem;
    }
  }

  .testimonials-style2 .testimonials-slider-style2 .owl-controls .owl-nav > div:hover {
    background-color: #f39c12;
    border-color: #f39c12;
  }

  /*--------------------------------------------------------------
  #	home style 3
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #2.1	featured
  --------------------------------------------------------------*/
  .home-style3 .slider-section {
    margin-top: 0;
  }

  .home-style3 .faq {
    padding-top: 0;
  }

  .home-style3 .featured {
    padding: 0;
    position: relative;
    z-index: 50;
  }

  @media (max-width: 991px) {
    .home-style3 .featured {
      padding-top: 100px;
    }
  }

  @media (max-width: 767px) {
    .home-style3 .featured {
      padding-top: 80px;
    }
  }

  @media screen and (min-width: 992px) {
    .home-style3 .featured {
      margin-top: -65px;
    }
  }

  @media (max-width: 1199px) {
    .home-style3 .featured .content > .col:last-child {
      margin-bottom: 0;
    }
  }

  /*--------------------------------------------------------------
  #2.2	about-us-section-style3
  --------------------------------------------------------------*/
  .about-us-section-style3 {
    padding-bottom: 120px;
    background-image: none;
  }

  @media (max-width: 991px) {
    .about-us-section-style3 {
      padding-bottom: 100px;
    }
  }

  @media (max-width: 767px) {
    .about-us-section-style3 {
      padding-bottom: 80px;
    }
  }

  @media (max-width: 991px) {
    .about-us-section-style3 .about-company-slider-wrapper {
      margin-top: 60px;
    }
  }

  .about-us-section-style3 .about-company-slider {
    position: relative;
  }

  .about-us-section-style3 .about-company-slider img {
    max-width: 100%;
  }

  @media (max-width: 991px) {
    .about-us-section-style3 .about-company-slider {
      max-width: 500px;
    }
  }

  .about-us-section-style3 .about-company-slider .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .about-us-section-style3 .about-company-slider .owl-controls .owl-nav > div {
    background: #f39c12;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  @media (max-width: 767px) {
    .about-us-section-style3 .about-company-slider .owl-controls .owl-nav > div {
      width: 35px;
      height: 35px;
      line-height: 35px;
    }
  }

  .about-us-section-style3 .about-company-slider .owl-controls .owl-nav .owl-prev,
  .about-us-section-style3 .about-company-slider .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .about-us-section-style3 .about-company-slider .owl-controls .owl-nav > div:hover {
    background: #193775;
  }

  .about-us-section-style3 .about-company-slider .owl-controls .owl-nav .owl-prev {
    left: 0;
  }

  .about-us-section-style3 .about-company-slider .owl-controls .owl-nav .owl-next {
    right: 0;
  }

  /*--------------------------------------------------------------
  #2.3	team
  --------------------------------------------------------------*/
  .team .team-slider .owl-controls {
    margin-top: 60px;
  }

  @media (max-width: 767px) {
    .team .team-slider .owl-controls {
      margin-top: 40px;
    }
  }

  .team .team-slider .owl-controls .owl-dots > div span {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    position: relative;
  }

  @media (max-width: 767px) {
    .team .team-slider .owl-controls .owl-dots > div span {
      width: 15px;
      height: 15px;
      margin: 0 7px 0 0;
    }
  }

  .team .team-slider .owl-controls .owl-dots > div span:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #fff;
    position: absolute;
    left: 2px;
    top: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }

  @media (max-width: 767px) {
    .team .team-slider .owl-controls .owl-dots > div span:before {
      width: 11px;
      height: 11px;
      left: 2px;
      top: 2px;
    }
  }

  .team .team-slider .owl-controls .owl-dots > .active span:before {
    background: #f39c12;
    box-shadow: 0 0 0 2px #f39c12;
  }

  /*--------------------------------------------------------------
  #2.4	pricing
  --------------------------------------------------------------*/
  .pricing {
    padding-top: 0;
  }

  .pricing .section-title {
    text-align: left;
  }

  .pricing .section-title h2:after {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }

  @media (max-width: 991px) {
    .pricing .pricing-grids > .col {
      margin-bottom: 80px;
    }
    .pricing .pricing-grids > .col:last-child {
      margin-bottom: 0;
      margin-left: 187px;
    }
  }

  @media (max-width: 767px) {
    .pricing .pricing-grids > .col {
      margin-bottom: 45px;
    }
    .pricing .pricing-grids > .col:last-child {
      margin-left: 0;
    }
  }

  /*--------------------------------------------------------------
  #2.5	cta
  --------------------------------------------------------------*/
  .cta {
    padding: 20px 0;
    position: relative;
    margin-top: 50px;
    display: none;
    background-image: url(../upload_dynamic_content/banner-ladak.jpg) !important;
    background-position: center !important;
    background-size: cover !IMPORTANT;
  }

  .cta:before {
    content: "";
    background-color: rgba(25, 55, 117, 0.9);
    background: -webkit-linear-gradient(left, rgb(255 112 0 / 87%), rgb(156 8 0 / 84%));
    background: -moz-linear-gradient(left, rgb(255 112 0 / 87%), rgb(255 14 1 / 88%));
    background: -o-linear-gradient(left, rgb(255 112 0 / 87%), rgb(255 14 1 / 88%));
    background: -ms-linear-gradient(left, rgb(255 112 0 / 87%), rgb(255 14 1 / 88%));
    background: linear-gradient(left,left, rgb(255 112 0 / 87%), rgb(255 14 1 / 88%));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .cta h5 {
    font-size: 2.25rem;
    color: #fff;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
  }

  @media (max-width: 991px) {
    .cta h5 {
      font-size: 1.375rem;
      line-height: 1.3em;
    }
  }

  .cta .btn {
    background: #000000;
    font-size: 1.0625rem;
    color: #fff;
    padding: 12px 35px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
  }

.cta .btn:hover {color: white !important;background: #2d2d2d;}

  @media (max-width: 991px) {
    .cta .btn {
      font-size: 1rem;
      padding: 10px 25px;
    }
  }

  @media (max-width: 767px) {
    .cta .btn {
      font-size: 0.9375rem;
      position: static;
      margin-top: 25px;
      padding: 8px 20px;
      -webkit-transform: none;
      -moz-transform: none;


      -o-transform: none;
      -ms-transform: none;
      transform: none;
    }
  }

  /*--------------------------------------------------------------
  #2.6	partner
  --------------------------------------------------------------*/
  .partner {
    text-align: center;
    padding: 80px 0;
  }

  @media (max-width: 767px) {
    .partner {
      padding: 50px 0;
    }
  }

  .partner .grid img {
    display: inline-block;
    width: auto;
    max-width: 90%;
  }

  /*--------------------------------------------------------------
  #	about page
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #3.1	page title
  --------------------------------------------------------------*/
  .page-title {
    background-image: url(../images/page-title/img-7.jpg);
    background-size: cover !important;
    background-position: center !important;
    height: 500px;
  }

.page-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
}

  /*--------------------------------------------------------------
  #3.2	about-company-s2	
  --------------------------------------------------------------*/
  .about-company-s2 ul li {
    /*** about compay slider ***/
    /*** mission ***/
    font-size: 14px;
    margin-bottom: 5px;
    color: #585858;
    list-style: circle;

  }

li {}

.sidebar ul li a {
    list-style: none;
    color: #080808;
    padding: 7px;
}

.sidebar ul {
    margin-left: 0;
}

.sidebar ul li {
    list-style: none;
    background: #ebfcff;
    padding: 10px;
    padding-left: 0px;
}

  .about-company-s2 .section-title {
    margin-bottom: 32px;
  }

  @media (max-width: 991px) {
    .about-company-s2 .section-title {
      margin-bottom: 35px;
    }
  }

  .about-company-s2 .about-company-s2-slider .owl-controls {
    /* margin: 30px 0 35px; */
    display: none;
  }

  @media (max-width: 991px) {
    .about-company-s2 .about-company-s2-slider .owl-controls {
      margin: 20px 0 25px;
    }
  }

  .about-company-s2 .about-company-s2-slider .owl-dots > div span,
  .about-company-s2 .about-company-s2-slider .owl-dots > .active span {
    width: 15px;
    height: 15px;
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    margin: 0 10px 0 0;
    position: relative;
  }

  @media (max-width: 767px) {
    .about-company-s2 .about-company-s2-slider .owl-dots > div span,
    .about-company-s2 .about-company-s2-slider .owl-dots > .active span {
      width: 13px;
      height: 13px;
      margin: 0 10px 0 0;
    }
  }

  .about-company-s2 .about-company-s2-slider .owl-dots > div span:before {
    content: "";
    background: #fff;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 2px;
    top: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }

  @media (max-width: 767px) {
    .about-company-s2 .about-company-s2-slider .owl-dots > div span:before {
      width: 11px;
      height: 11px;
      left: 1px;
      top: 1px;
    }
  }

  .about-company-s2 .about-company-s2-slider .owl-dots > div:hover span,
  .about-company-s2 .about-company-s2-slider .owl-dots > div:hover span:before,
  .about-company-s2 .about-company-s2-slider .owl-dots > .active span,
  .about-company-s2 .about-company-s2-slider .owl-dots > .active span:before {
    background: #f39c12;
  }

  .about-company-s2 .about-company-s2-slider-wrapper {
    padding-bottom: 35px;
    position: relative;
  }

  .about-company-s2 .about-company-s2-slider-wrapper:after {
    content: "";
    width: 97%;
    height: 1px;
    border-bottom: 1px solid #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .about-company-s2 .about-company-s2-slider-wrapper p {
    text-align: center;
  }

  @media screen and (min-width: 992px) {
    .about-company-s2 .about-company-s2-slider-wrapper p {
      padding: 0 45px;
    }
  }

  .about-company-s2 .mission {
    margin-top: 4px;
  }

  .about-company-s2 .mission .section-title {
    text-align: left;
  }

  .about-company-s2 .mission .section-title h2 {
    line-height: 1.2em;
  }

  .about-company-s2 .mission .section-title h2:after {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .about-company-s2 .mission .details {
    margin-top: 0px;
  }

  @media (max-width: 991px) {
    .about-company-s2 .mission .details {
      margin-bottom: 100px;
    }
  }

  @media (max-width: 767px) {
    .about-company-s2 .mission .details {
      margin-bottom: 80px;
    }
  }

  .about-company-s2 .mission .details li {
    font-size: 1.0625rem;
    line-height: 1.7em;
    color: #667380;
    margin-bottom: 22px;
  }

  @media (max-width: 991px) {
    .about-company-s2 .mission .details li {
      font-size: 0.9375rem;
      margin-bottom: 15px;
    }
  }

  .about-company-s2 .mission .details li i {
    display: inline-block;
    padding-right: 5px;
    color: #f39c12;
  }

  .about-company-s2 .mission .details ul li:last-child {
    margin-bottom: 0;
  }

  .about-company-s2 .mission .details .right-col {
    background: url("../images/about-page-video-bg.jpg") center center/cover no-repeat local;
    text-align: center;
    position: relative;
  }

  @media (max-width: 991px) {
    .about-company-s2 .mission .details .right-col {
      margin: 45px 15px 0;
    }
  }

  @media (max-width: 767px) {
    .about-company-s2 .mission .details .right-col {
      height: 250px !important;
    }
  }

  .about-company-s2 .mission .details .right-col:before {
    content: "";
    background: rgba(25, 55, 117, 0.9);
    background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .about-company-s2 .mission .details .right-col a {
    font-size: 2.1875rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  /*** others ***/
  .about-page .team {
    background-color: #06223e;
  }

  .about-page .team .section-title h2 {
    color: #fff;
  }

  .about-page .team .section-title h2:after {
    background: #fff;
    background: -webkit-linear-gradient(left, #f39c12 46%, #06223e 46.1%, #06223e 54%, #f39c12 54.1%);
    background: -moz-linear-gradient(left, #f39c12 46%, #06223e 46.1%, #06223e 54%, #f39c12 54.1%);
    background: -o-linear-gradient(left, #f39c12 46%, #06223e 46.1%, #06223e 54%, #f39c12 54.1%);
    background: -ms-linear-gradient(left, #f39c12 46%, #06223e 46.1%, #06223e 54%, #f39c12 54.1%);
    background: linear-gradient(left, #f39c12 46%, #06223e 46.1%, #06223e 54%, #f39c12 54.1%);
    width: 105px;

  }

  .about-page .team .section-title p {
    color: #cccccc;
  }

  .about-page .team .team-slider .owl-controls .owl-dots > div span:before {
    background: #06223e;
  }

  .about-page .team .team-slider .owl-controls .owl-dots > .active span:before {
    background: #f39c12;

  }

  /*--------------------------------------------------------------
  #	services
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #4.1	featured
  --------------------------------------------------------------*/
  @media screen and (min-width: 992px) {
    .service-page .featured {
      padding-bottom: 85px;
    }
    .service-page .featured .content > .col {
      margin-bottom: 35px;
    }
  }

  /*--------------------------------------------------------------
  #	services st2 page
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #5.1	service-st2-content	
  --------------------------------------------------------------*/
  @media (max-width: 991px) {
    .service-st2 .featured {
      padding-bottom: 100px;
    }
  }

  @media (max-width: 767px) {
    .service-st2 .featured {
      padding-bottom: 80px;
    }
  }

  @media (max-width: 991px) {
    .service-st2-content {
      margin-bottom: 100px;
    }
  }

  @media (max-width: 767px) {
    .service-st2-content {
      margin-bottom: 80px;
    }
  }

  .service-st2-content .section-title {
    text-align: left;
    margin-bottom: 60px;
  }

  @media (max-width: 767px) {
    .service-st2-content .section-title {
      margin-bottom: 40px;
    }
  }

  .service-st2-content .section-title h2 {
    margin: 0;
    padding: 0;
    line-height: 1.1em;
  }

  @media (max-width: 1199px) {
    .service-st2-content .section-title h2 {
      font-size: 2.1875rem;
    }
  }

  @media (max-width: 991px) {
    .service-st2-content .section-title h2 {
      font-size: 2rem;
    }
  }

  @media (max-width: 767px) {
    .service-st2-content .section-title h2 {
      font-size: 1.5rem;
    }
  }

  .service-st2-content .section-title h2:after {
    display: none;
  }

  .service-st2-content .grids > .col {
    margin-bottom: 30px;
  }

  @media (max-width: 650px) {
    .service-st2-content .grids > .col {
      width: 100%;
    }
  }

  .service-st2-content .load-more {
    text-align: center;
    margin-top: 55px;
  }

  @media (max-width: 991px) {
    .service-st2-content .load-more {
      margin-top: 35px;
    }
  }

  @media (max-width: 767px) {
    .service-st2-content .load-more {
      margin-top: 20px;
    }
  }

  .service-st2-content .load-more > div {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    width: 150px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    position: relative;
  }

  @media (max-width: 991px) {
    .service-st2-content .load-more > div {
      width: 130px;
      height: 42px;
      line-height: 42px;
    }
  }

  .service-st2-content .load-more > div:before {
    content: "";
    background: #fff;
    width: 146px;
    height: 41px;
    position: absolute;
    left: 2px;
    top: 2px;
  }

  @media (max-width: 991px) {
    .service-st2-content .load-more > div:before {
      width: 126px;
      height: 38px;
    }
  }

  .service-st2-content .load-more a {
    width: 150px;
    height: 45px;
    line-height: 45px;
    display: block;
    font-size: 1.125rem;
    color: #f39c12;
    padding: 0;
    position: relative;
    z-index: 10;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }

  @media (max-width: 991px) {
    .service-st2-content .load-more a {
      width: 130px;
      height: 42px;
      line-height: 42px;
      font-size: 0.9375rem;
    }
  }

  .service-st2-content .load-more a i {
    font-size: 1rem;
    display: inline-block;
    padding-right: 5px;
  }

  /*--------------------------------------------------------------
  #	service single page
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #6.1	service-single-content	
  --------------------------------------------------------------*/
  .service-single-content {
    /*** service-details ***/
    /*** service single tab ***/
  }

  .service-single-content .service-details h2 {
    font-size: 2.30rem;
    line-height: 0.8em;
    font-weight: normal;
    margin: 0 0 0.6em;
    text-align: center;
  }

  @media (max-width: 991px) {
    .service-single-content .service-details h2 {
      font-size: 2rem;
    }
  }

  @media (max-width: 767px) {
    .service-single-content .service-details h2 {
      font-size: 1.5rem;
    }
  }

  .service-single-content .service-details p {
    margin: 15px 0 15px;
  }

  .service-single-content .service-details ul li {
    color: #667380;
    margin-bottom: 8px;
  }

  @media (max-width: 767px) {
    .service-single-content .service-details ul li {
      margin-bottom: 15px;
    }
  }

  .service-single-content .service-details ul li:last-child {
    margin-bottom: 0;
  }

  .service-single-content .service-details ul i {
    color: #f39c12;
    display: inline-block;
    padding-right: 5px;
  }

  .service-single-content .service-single-slider {
    margin-top: 80px;
  }

  @media (max-width: 991px) {
    .service-single-content .service-single-slider {
      margin-top: 60px;
    }
  }

  @media (max-width: 767px) {
    .service-single-content .service-single-slider {
      margin-top: 40px;
    }
  }

  .service-single-content .service-single-slider .owl-controls {
    margin-top: 40px;
  }

  @media (max-width: 767px) {
    .service-single-content .service-single-slider .owl-controls {
      margin-top: 30px;
    }
  }

  .service-single-content .service-single-slider .owl-dots > div span,
  .service-single-content .service-single-slider .owl-dots > .active span {
    width: 15px;
    height: 15px;
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    margin: 0 10px 0 0;
    position: relative;
  }

  @media (max-width: 767px) {
    .service-single-content .service-single-slider .owl-dots > div span,
    .service-single-content .service-single-slider .owl-dots > .active span {
      width: 13px;
      height: 13px;
      margin: 0 10px 0 0;
    }
  }

  .service-single-content .service-single-slider .owl-dots > div span:before {
    content: "";
    background: #fff;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 2px;
    top: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }

  @media (max-width: 767px) {
    .service-single-content .service-single-slider .owl-dots > div span:before {
      width: 11px;
      height: 11px;
      left: 1px;
      top: 1px;
    }
  }

  .service-single-content .service-single-slider .owl-dots > div:hover span,
  .service-single-content .service-single-slider .owl-dots > div:hover span:before,
  .service-single-content .service-single-slider .owl-dots > .active span,
  .service-single-content .service-single-slider .owl-dots > .active span:before {
    background: #f39c12;
  }

  .service-single-content .service-single-tab {
    margin-top: 80px;
  }

  @media (max-width: 991px) {
    .service-single-content .service-single-tab {
      margin-top: 60px;
    }
  }

  @media (max-width: 767px) {
    .service-single-content .service-single-tab {
      margin-top: 40px;
    }
  }

  .service-single-content .service-single-tab .nav {
    overflow: hidden;
  }

  .service-single-content .service-single-tab .nav li {
    float: left;
  }

  .service-single-content .service-single-tab .nav a {
    font-size: 1.125rem;
    font-weight: bold;
    color: #f39c12;
    padding: 10px 45px;
  }

  @media (max-width: 767px) {
    .service-single-content .service-single-tab .nav a {
      font-size: 0.875rem;
      padding: 10px 17px;
    }
  }

  .service-single-content .service-single-tab .nav a:hover {
    background: none;
  }

  .service-single-content .service-single-tab .nav .active a {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    color: #fff;
  }

  .service-single-content .tab-content {
    padding-top: 35px;
  }

  @media (max-width: 767px) {
    .service-single-content .tab-content {
      padding-top: 25px;
    }
  }

  .service-single-content .tab-content .tab-pane p {
    margin-bottom: 35px;
  }

  @media (max-width: 767px) {
    .service-single-content .tab-content .tab-pane p {
      margin-bottom: 15px;
    }
  }

  .service-single-content .tab-content .tab-pane p:last-child {
    margin-bottom: 0;
  }

  /*--------------------------------------------------------------
  #	case studies page
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #7.1	page title
  --------------------------------------------------------------*/
  .case-studies-page .page-title {
    background-image: url(../images/page-title/img-8.jpg);
  }

  /*--------------------------------------------------------------
  #7.2	case-studies
  --------------------------------------------------------------*/
  .case-studies .case-studies-grids > .col {
    margin-bottom: 80px;
  }

  @media (max-width: 767px) {
    .case-studies .case-studies-grids > .col {
      margin-bottom: 50px;
    }
  }

  @media (max-width: 550px) {
    .case-studies .case-studies-grids > .col {
      width: 100%;
    }
  }

  .case-studies .page-pagination {
    margin-top: 40px;
  }

  @media (max-width: 991px) {
    .case-studies .page-pagination {
      margin-top: 20px;
    }
  }

  /*--------------------------------------------------------------
  #	case studies style 2 page
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #8.1	page title
  --------------------------------------------------------------*/
  .case-studies-page-style2 .page-title {
    background-image: url(../images/page-title/img-8.jpg);
  }

  /*--------------------------------------------------------------
  #8.2	case-studies-s2-content-wrapper
  --------------------------------------------------------------*/
  @media (max-width: 991px) {
    .case-studies-s2-content {
      margin-bottom: 100px;
    }
  }

  @media (max-width: 767px) {
    .case-studies-s2-content {
      margin-bottom: 80px;
    }
  }

  .case-studies-s2-content > .row {
    margin-bottom: 35px;
  }

  @media (max-width: 767px) {
    .case-studies-s2-content > .row {
      text-align: center;
      margin-bottom: 50px;
    }
  }

  .case-studies-s2-content > .row .img-holder img {
    display: inline-block;
  }

  .case-studies-s2-content > .row:last-child {
    margin-top: 100px;
    margin-bottom: 0;
  }

  @media (max-width: 991px) {
    .case-studies-s2-content > .row:last-child {
      margin-top: 80px;
    }
  }

  @media (max-width: 767px) {
    .case-studies-s2-content > .row:last-child {
      margin-top: 50px;
    }
  }

  @media (max-width: 767px) {
    .case-studies-s2-content .details {
      margin-top: 20px;
    }
  }

  .case-studies-s2-content .details h3 {
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 0.38em;
  }

  @media (max-width: 1199px) {
    .case-studies-s2-content .details h3 {
      font-size: 1.375rem;
    }
  }

  @media (max-width: 767px) {
    .case-studies-s2-content .details h3 {
      font-size: 1.125rem;
    }
  }

  .case-studies-s2-content .details > span {
    display: block;
    color: #667380;
  }

  .case-studies-s2-content .details .read-more {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    width: 135px;
    height: 42px;
    display: inline-block;
    margin-top: 58px;
    position: relative;
  }

  @media (max-width: 1199px) {
    .case-studies-s2-content .details .read-more {
      margin-top: 50px;
    }
  }

  @media (max-width: 767px) {
    .case-studies-s2-content .details .read-more {
      width: 126px;
      height: 36px;
      margin-top: 20px;
    }
  }

  .case-studies-s2-content .details .read-more a {
    background: #fff;
    display: block;
    width: 131px;
    height: 38px;
    line-height: 34px;
    font-size: 1rem;
    color: #f39c12;
    padding: 0;
    text-transform: capitalize;
    position: absolute;
    left: 2px;
    top: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }

  @media (max-width: 767px) {
    .case-studies-s2-content .details .read-more a {
      width: 124px;
      height: 34px;
      line-height: 30px;
      font-size: 0.9375rem;
      left: 1px;
      top: 1px;
    }
  }

  .case-studies-s2-content .details .read-more:hover {
    background: #f39c12;
  }

  .case-studies-s2-content .details .read-more:hover a {
    background: #f39c12;
    color: #fff;
  }

  /*--------------------------------------------------------------
  #	case study single page
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #9.1	page title
  --------------------------------------------------------------*/
  .case-study-single-page .page-title {
    background-image: url(../images/page-title/img-2.jpg);
  }

  /*--------------------------------------------------------------
  #9.2	case-study-single-content
  --------------------------------------------------------------*/
  .case-study-single-content .case-details {
    /*** service single tab ***/
  }

  @media (max-width: 991px) {
    .case-study-single-content .case-details {
      margin-bottom: 100px;
    }
  }

  @media (max-width: 767px) {
    .case-study-single-content .case-details {
      margin-bottom: 80px;
    }
  }

  .case-study-single-content .case-details h3 {
    font-size: 2rem;
    font-weight: normal;
    margin: 0 0 0.31em;
  }

  @media (max-width: 991px) {
    .case-study-single-content .case-details h3 {
      font-size: 1.75rem;
    }
  }

  @media (max-width: 767px) {
    .case-study-single-content .case-details h3 {
      font-size: 1.5rem;
    }
  }

  .case-study-single-content .case-details .case-title {
    margin: 50px 0 30px;
  }

  @media (max-width: 767px) {
    .case-study-single-content .case-details .case-title {
      margin: 35px 0 20px;
    }
  }

  .case-study-single-content .case-details .case-title > span {
    font-size: 1.125rem;
    display: block;
    color: #999999;
  }

  @media (max-width: 767px) {
    .case-study-single-content .case-details .case-title > span {
      font-size: 1rem;
    }
  }

  .case-study-single-content .case-details .chart {
    height: 400px;
    margin: 35px 0 45px;
  }

  @media (max-width: 767px) {
    .case-study-single-content .case-details .chart {
      height: 300px;
    }
  }

  .case-study-single-content .case-details .case-single-tab {
    margin-top: 45px;
  }

  .case-study-single-content .case-details .case-single-tab .nav {
    overflow: hidden;
  }

  .case-study-single-content .case-details .case-single-tab .nav li {
    float: left;
  }

  .case-study-single-content .case-details .case-single-tab .nav a {
    font-size: 1.125rem;
    font-weight: bold;
    color: #f39c12;
    padding: 10px 45px;
  }

  @media (max-width: 767px) {
    .case-study-single-content .case-details .case-single-tab .nav a {
      font-size: 0.875rem;
      padding: 10px 17px;
    }
  }

  .case-study-single-content .case-details .case-single-tab .nav a:hover {
    background: none;
  }

  .case-study-single-content .case-details .case-single-tab .nav .active a {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    color: #fff;
  }

  .case-study-single-content .case-details .tab-content {
    padding-top: 35px;
  }

  @media (max-width: 767px) {
    .case-study-single-content .case-details .tab-content {
      padding-top: 25px;
    }
  }

  .case-study-single-content .case-details .tab-content .tab-pane p {
    margin-bottom: 25px;
  }

  @media (max-width: 767px) {
    .case-study-single-content .case-details .tab-content .tab-pane p {
      margin-bottom: 15px;
    }
  }

  .case-study-single-content .case-details .tab-content .tab-pane p:last-child {
    margin-bottom: 0;
  }

  .case-study-single-content .case-details .tab-details {
    margin-top: 60px;
    overflow: hidden;
  }

  @media (max-width: 767px) {
    .case-study-single-content .case-details .tab-details {
      margin-top: 30px;
    }
  }

  .case-study-single-content .case-details .tab-details .img-holder {
    width: 43%;
    float: left;
  }

  @media (max-width: 767px) {
    .case-study-single-content .case-details .tab-details .img-holder {
      width: 100%;
      float: none;
    }
  }

  .case-study-single-content .case-details .tab-details .info {
    width: 57%;
    float: right;
    padding-left: 40px;
  }

  @media (max-width: 767px) {
    .case-study-single-content .case-details .tab-details .info {
      width: 100%;
      float: none;
      padding-left: 0;
      margin-top: 25px;
    }
  }

  .case-study-single-content .case-details .tab-details ul li {
    line-height: 1.6em;
    color: #667380;
    margin-bottom: 25px;
    padding-left: 25px;
    position: relative;
  }

  @media (max-width: 767px) {
    .case-study-single-content .case-details .tab-details ul li {
      margin-bottom: 15px;
    }
  }

  .case-study-single-content .case-details .tab-details ul li:last-child {
    margin-bottom: 0;
  }

  .case-study-single-content .case-details .tab-details ul li i {
    color: #f39c12;
    position: absolute;
    left: 0;
    top: 6px;
  }

  /*--------------------------------------------------------------
  #	careers page
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #10.1	page title
  --------------------------------------------------------------*/
  .careers-page .page-title {
    background-image: url(../images/page-title/img-3.jpg);
  }

  /*--------------------------------------------------------------
  #10.2	careers-content
  --------------------------------------------------------------*/
  .careers-content .section-title {
    text-align: left;
    margin: 0;
  }

  .careers-content .section-title h2:after {
    display: none;
  }

  @media (max-width: 1199px) {
    .careers-content .section-title h2 {
      font-size: 2.1875rem;
    }
  }

  @media (max-width: 991px) {
    .careers-content .section-title h2 {
      font-size: 2rem;
    }
  }

  @media (max-width: 767px) {
    .careers-content .section-title h2 {
      font-size: 1.5rem;
    }
  }

  .careers-content .first-row {
    margin-bottom: 40px;
  }

  @media (max-width: 767px) {
    .careers-content .first-row {
      margin-bottom: 30px;
    }
  }

  .careers-content .gallery-row {
    margin-bottom: 60px;
  }

  @media (max-width: 767px) {
    .careers-content .gallery-row {
      margin-bottom: 50px;
    }
  }

  .careers-content .careers-gallery {
    overflow: hidden;
  }

  .careers-content .careers-gallery img {
    max-width: 100%;
  }

  .careers-content .careers-gallery .img-holder {
    width: 50%;
    float: left;
  }

  @media (max-width: 991px) {
    .careers-content .reason-joinus {
      margin-bottom: 70px;
    }
  }

  .careers-content .reason-joinus h2 {
    line-height: 1.3em;
  }

  .careers-content .reason-joinus .grid-wrapper {
    overflow: hidden;
  }

  .careers-content .reason-joinus .grid {
    width: 50%;
    float: left;
    padding: 0 30px 30px;
  }

  @media (max-width: 1199px) {
    .careers-content .reason-joinus .grid {
      padding: 0 30px 30px 0;
    }
  }

  @media (max-width: 500px) {
    .careers-content .reason-joinus .grid {
      width: 100%;
      float: none;
      padding: 0 0 20px;
    }

  }

  @media (max-width: 500px) {
    .careers-content .reason-joinus .grid-wrapper .grid:last-child {
      padding-bottom: 0;
    }
  }

  .careers-content .reason-joinus .grid .icon {
    font-size: 35px;
    color: #f39c12;
    display: block;
    margin-bottom: 15px;
  }

  @media (max-width: 767px) {
    .careers-content .reason-joinus .grid .icon {
      font-size: 28px;
      margin-bottom: 10px;
    }
  }

  .careers-content .reason-joinus .grid p {
    margin: 0;
  }

  /*--------------------------------------------------------------
  #0.0	recent-job
  --------------------------------------------------------------*/
  .recent-job {
    position: relative;
    /*** job list ***/
  }

  .recent-job:before {
    content: "";
    background: rgba(25, 55, 117, 0.9);
    background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .recent-job .recent-job-slider {
    position: relative;
  }

  .recent-job .recent-job-slider .owl-controls {
    margin-top: 60px;
  }

  @media (max-width: 767px) {
    .recent-job .recent-job-slider .owl-controls {
      margin-top: 30px;
    }
  }

  .recent-job .recent-job-slider .owl-controls .owl-dots > div span {
    background: #fff;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
  }

  @media (max-width: 767px) {
    .recent-job .recent-job-slider .owl-controls .owl-dots > div span {
      width: 12px;
      height: 12px;
    }
  }

  .recent-job .recent-job-slider .owl-controls .owl-dots .active span {
    background: #f39c12;
  }

  .recent-job .job-list {
    background-color: #f39c12;
    background: -webkit-linear-gradient(left, #fff 30%, #f39c12 30.1%);
    background: -moz-linear-gradient(left, #fff 30%, #f39c12 30.1%);
    background: -o-linear-gradient(left, #fff 30%, #f39c12 30.1%);
    background: -ms-linear-gradient(left, #fff 30%, #f39c12 30.1%);
    background: linear-gradient(left, #fff 30%, #f39c12 30.1%);
    padding: 75px 45px;
    overflow: hidden;
  }

  @media (max-width: 1199px) {
    .recent-job .job-list {
      background: -webkit-linear-gradient(left, #fff 35%, #f39c12 35.1%);
      background: -moz-linear-gradient(left, #fff 35%, #f39c12 35.1%);
      background: -o-linear-gradient(left, #fff 35%, #f39c12 35.1%);
      background: -ms-linear-gradient(left, #fff 35%, #f39c12 35.1%);
      background: linear-gradient(left, #fff 35%, #f39c12 35.1%);
    }
  }

  @media (max-width: 991px) {
    .recent-job .job-list {
      background: #f39c12;
      padding: 45px;
    }
  }

  @media (max-width: 767px) {
    .recent-job .job-list {
      padding: 35px 25px;
    }
  }

  .recent-job .job-list:before {
    content: "";
    background-color: #fff;
    width: 200px;
    height: 100%;
    position: absolute;
    left: 200px;
    top: 0;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }

  @media (max-width: 1199px) {
    .recent-job .job-list:before {
      display: none;
    }
  }

  .recent-job .job-list .job-title {
    width: 40%;
    height: 100%;
    float: left;
    position: relative;
    z-index: 10;
  }

  @media (max-width: 1199px) {
    .recent-job .job-list .job-title {
      width: 35%;
    }
  }

  @media (max-width: 991px) {
    .recent-job .job-list .job-title {
      width: 100%;
      float: none;
    }
  }

  .recent-job .job-list .job-title h3 {
    font-size: 2rem;
    line-height: 1.3em;
    font-weight: normal;
    color: #1a1a1a;
    margin: 0 0 0.40em;
  }

  @media (max-width: 1199px) {
    .recent-job .job-list .job-title h3 {
      font-size: 1.5625rem;
    }
  }

  @media (max-width: 767px) {
    .recent-job .job-list .job-title h3 {
      font-size: 1.25rem;
    }
  }

  .recent-job .job-list .job-title .job-post {
    display: block;
    font-size: 1.0625rem;
    font-weight: bold;
    color: #999999;
  }

  @media (max-width: 991px) {
    .recent-job .job-list .job-title .job-post {
      font-size: 1rem;
      color: #fff;
    }
  }

  .recent-job .job-list .job-description {
    width: 60%;
    height: 100%;
    float: left;
    position: relative;
    z-index: 10;
    overflow: hidden;
  }

  @media (max-width: 1199px) {
    .recent-job .job-list .job-description {
      width: 65%;
      padding-left: 15px;
    }
  }

  @media (max-width: 991px) {
    .recent-job .job-list .job-description {
      width: 100%;
      float: none;
      padding-left: 0;
      margin-top: 35px;
    }
  }

  .recent-job .job-list .job-description .left-col {
    width: 60%;
    float: left;
  }

  @media (max-width: 767px) {
    .recent-job .job-list .job-description .left-col {
      width: 100%;
      float: none;
    }
  }

  .recent-job .job-list .job-description .left-col .details {
    font-size: 1.125rem;
    font-weight: bold;
  }

  @media (max-width: 991px) {
    .recent-job .job-list .job-description .left-col .details {
      font-size: 0.9375rem;
    }
  }

  .recent-job .job-list .job-description .right-col {
    width: 40%;
    float: left;
    text-align: center;
    margin-top: -12px;
  }

  @media (max-width: 767px) {
    .recent-job .job-list .job-description .right-col {
      width: 100%;
      float: none;
      margin: 15px 0 0;
    }
  }

  .recent-job .job-list .job-description p,
  .recent-job .job-list .job-description a {
    color: #fff;
  }

  .recent-job .job-list .job-description .icon,
  .recent-job .job-list .job-description .location {
    display: block;
    color: #fff;
  }

  .recent-job .job-list .job-description .icon {
    font-size: 50px;
    color: #fff;
  }

  @media (max-width: 991px) {
    .recent-job .job-list .job-description .icon {
      font-size: 35px;
    }
  }

  .recent-job .job-list .job-description .location {
    font-size: 1.125rem;
    margin-bottom: 5px;
  }

  @media (max-width: 991px) {
    .recent-job .job-list .job-description .location {
      font-size: 0.9375rem;
    }
  }

  .recent-job .job-list .job-description .apply-btn {
    background-color: #fff;
    display: inline-block;
    color: #f39c12;
    padding: 10px 30px;
    margin-top: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
  }

  @media (max-width: 991px) {
    .recent-job .job-list .job-description .apply-btn {
      font-size: 0.9375rem;
      padding: 7px 25px;
    }
  }

  .recent-job .job-list .job-description .apply-btn:hover {
    background-color: #00abc9;
    color: #fff;
  }

  /*--------------------------------------------------------------
  #	careers vacancy page
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #11.1	page title
  --------------------------------------------------------------*/
  .careers-vacancy-page .page-title {
    background-image: url(../images/page-title/img-3.jpg);
  }

  /*--------------------------------------------------------------
  #11.2	careers-vacancy-content
  --------------------------------------------------------------*/
  .careers-vacancy-content .vacancy-details {
    /*** service single tab ***/
  }

  .careers-vacancy-content .vacancy-details > h2 {
    font-size: 2.5rem;
    font-weight: normal;
    margin: 0 0 0.37em;
  }

  @media (max-width: 991px) {
    .careers-vacancy-content .vacancy-details > h2 {
      font-size: 2.125rem;
    }
  }

  @media (max-width: 767px) {
    .careers-vacancy-content .vacancy-details > h2 {
      font-size: 1.875rem;
    }
  }

  .careers-vacancy-content .vacancy-details .job-tag {
    overflow: hidden;
    margin-bottom: 35px;
  }

  .careers-vacancy-content .vacancy-details .job-tag li {
    float: left;
    color: #667380;
    padding-right: 12px;
    margin-right: 12px;
    position: relative;
  }

  .careers-vacancy-content .vacancy-details .job-tag li:after {
    content: "";
    background-color: #f39c12;
    width: 5px;
    height: 5px;
    position: absolute;
    right: -3px;
    top: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }

  .careers-vacancy-content .vacancy-details .job-tag li:last-child {
    margin: 0;
    padding: 0;
  }

  .careers-vacancy-content .vacancy-details .job-tag li:last-child:after {
    display: none;
  }

  .careers-vacancy-content .vacancy-details .btns > div {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    width: 165px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
  }

  @media (max-width: 991px) {
    .careers-vacancy-content .vacancy-details .btns > div {
      width: 145px;
      height: 40px;
      line-height: 40px;
    }
  }

  @media (max-width: 767px) {
    .careers-vacancy-content .vacancy-details .btns > div {
      width: 120px;
      height: 38px;
      line-height: 38px;
    }
  }

  .careers-vacancy-content .vacancy-details .btns .btn {
    background: #fff;
    width: 161px;
    height: 41px;
    line-height: 41px;
    font-size: 1.0625rem;
    color: #f39c12;
    padding: 0;
    position: absolute;
    left: 2px;
    top: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }

  @media (max-width: 991px) {
    .careers-vacancy-content .vacancy-details .btns .btn {
      width: 143px;
      height: 38px;
      line-height: 38px;
      font-size: 0.9375rem;
      left: 1px;
      top: 1px;
    }
  }

  @media (max-width: 767px) {
    .careers-vacancy-content .vacancy-details .btns .btn {
      width: 118px;
      height: 36px;
      line-height: 36px;
      font-size: 0.875rem;
      left: 1px;
      top: 1px;
    }
  }

  .careers-vacancy-content .vacancy-details .btns .btn:hover {
    background: transparent;
    color: #fff;
  }

  .careers-vacancy-content .vacancy-details .btns i {
    color: #f39c12;
    position: absolute;
    left: 33px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
  }

  @media (max-width: 991px) {
    .careers-vacancy-content .vacancy-details .btns i {
      left: 25px;
    }
  }

  .careers-vacancy-content .vacancy-details .job-tab {
    margin-top: 80px;
  }

  @media (max-width: 991px) {
    .careers-vacancy-content .vacancy-details .job-tab {
      margin-top: 60px;
    }
  }

  @media (max-width: 767px) {
    .careers-vacancy-content .vacancy-details .job-tab {
      margin-top: 40px;
    }
  }

  .careers-vacancy-content .vacancy-details .job-tab .nav-wrapper {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
  }

  .careers-vacancy-content .vacancy-details .job-tab .nav {
    overflow: hidden;
    display: inline-block;
  }

  .careers-vacancy-content .vacancy-details .job-tab .nav li {
    float: left;
  }

  .careers-vacancy-content .vacancy-details .job-tab .nav a {
    font-size: 1.125rem;
    font-weight: bold;
    color: #f39c12;
    padding: 10px 45px;
  }

  @media (max-width: 767px) {
    .careers-vacancy-content .vacancy-details .job-tab .nav a {
      font-size: 0.875rem;
      padding: 10px 17px;
    }
  }

  .careers-vacancy-content .vacancy-details .job-tab .nav a:hover {
    background: none;
  }

  .careers-vacancy-content .vacancy-details .job-tab .nav .active a {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    color: #fff;
  }

  .careers-vacancy-content .vacancy-details .job-tab .tab-content {
    padding-top: 35px;
  }

  @media (max-width: 767px) {
    .careers-vacancy-content .vacancy-details .job-tab .tab-content {
      padding-top: 25px;
    }
  }

  @media screen and (min-width: 1200px) {
    .careers-vacancy-content .vacancy-details .job-tab .tab-content .tab-pane ul {
      padding-right: 220px;
    }
  }

  .careers-vacancy-content .vacancy-details .job-tab .tab-content .tab-pane ul li {
    color: #667380;
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
  }

  .careers-vacancy-content .vacancy-details .job-tab .tab-content .tab-pane li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #f39c12;
  }

  .careers-vacancy-content .vacancy-details .job-tab .tab-content .tab-pane p {
    margin-bottom: 35px;
  }

  @media (max-width: 767px) {
    .careers-vacancy-content .vacancy-details .job-tab .tab-content .tab-pane p {
      margin-bottom: 15px;
    }
  }

  .careers-vacancy-content .vacancy-details .job-tab .tab-content .tab-pane p:last-child {
    margin-bottom: 0;
  }

  .careers-vacancy-content .apply-job {
    margin-top: 70px;
  }

  @media (max-width: 991px) {
    .careers-vacancy-content .apply-job {
      margin: 50px 0 100px;
    }
  }

  @media (max-width: 767px) {
    .careers-vacancy-content .apply-job {
      margin: 50px 0 80px;
    }
  }

  .careers-vacancy-content .apply-job h2 {
    font-size: 2.125rem;
    font-weight: normal;
    margin: 0 0 1em;
  }

  @media (max-width: 991px) {
    .careers-vacancy-content .apply-job h2 {
      font-size: 1.875rem;
    }
  }

  @media (max-width: 767px) {
    .careers-vacancy-content .apply-job h2 {
      font-size: 1.5625rem;
    }
  }

  .careers-vacancy-content .apply-job .form ::-webkit-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #999999;
  }

  .careers-vacancy-content .apply-job .form :-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #999999;
  }

  .careers-vacancy-content .apply-job .form ::-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #999999;
  }

  .careers-vacancy-content .apply-job .form :-ms-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #999999;
  }

  .careers-vacancy-content .apply-job .form .inputfile + label:after {
    content: "\f0ee";
    font-family: "FontAwesome";
    color: #f39c12;
    font-size: 20px;
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .careers-vacancy-content .apply-job .form .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }

  .careers-vacancy-content .apply-job .form .inputfile + label {
    background-color: #eef1f5;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    font-size: 1rem;
    font-weight: normal;
    color: #999999;
    cursor: pointer;
  }

  @media (max-width: 991px) {
    .careers-vacancy-content .apply-job .form .inputfile + label {
      height: 45px;
      line-height: 45px;
    }
  }

  @media (max-width: 767px) {
    .careers-vacancy-content .apply-job .form .inputfile + label {
      height: 40px;
      line-height: 40px;
      padding-left: 20px;
      font-size: 0.875rem;
    }
  }

  .careers-vacancy-content .apply-job .form .inputfile + label i {
    display: inline-block;
    padding-right: 8px;
  }

  .careers-vacancy-content .apply-job .form .inputfile + label * {
    pointer-events: none;
  }

  .careers-vacancy-content .apply-job .form > div {
    margin-bottom: 30px;
  }

  @media (max-width: 767px) {
    .careers-vacancy-content .apply-job .form > div {
      margin-bottom: 15px;
    }
  }

  .careers-vacancy-content .apply-job .form input,
  .careers-vacancy-content .apply-job .form textarea {
    background-color: #eef1f5;
    height: 50px;
    font-size: 1rem;
    padding-left: 30px;
    border: 0;
    box-shadow: none;
  }

  @media (max-width: 991px) {
    .careers-vacancy-content .apply-job .form input,
    .careers-vacancy-content .apply-job .form textarea {
      height: 45px;
    }
  }

  @media (max-width: 767px) {
    .careers-vacancy-content .apply-job .form input,
    .careers-vacancy-content .apply-job .form textarea {
      height: 40px;
      font-size: 0.875rem;
      padding-left: 20px;
    }
  }

  .careers-vacancy-content .apply-job .form textarea {
    height: 190px;
    padding-top: 25px;
  }

  @media (max-width: 991px) {
    .careers-vacancy-content .apply-job .form textarea {
      height: 150px;
    }
  }

  .careers-vacancy-content .apply-job .form .submit-btn {
    margin-bottom: 0;
  }

  .careers-vacancy-content .apply-job .form .submit-btn .btn {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 1.0625rem;
    color: #f39c12;
    padding: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }

  @media (max-width: 767px) {
    .careers-vacancy-content .apply-job .form .submit-btn .btn {
      width: 130px;
      height: 40px;
      line-height: 40px;
      font-size: 0.9375rem;
    }
  }

  .careers-vacancy-content .apply-job .form .submit-btn .btn:hover {
    color: #fff;
  }

  /*--------------------------------------------------------------
  #	team page
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #12.1	page title
  --------------------------------------------------------------*/
  .team-page .page-title {
    background-image: url(../images/page-title/img-4.jpg);
  }

  /*--------------------------------------------------------------
  #12.2	team-content
  --------------------------------------------------------------*/
  .team-page .team-content .team-grids-wrapper {
    overflow: hidden;
  }

  .team-page .team-content .team-grids .grid {
    overflow: hidden;
  }

  .team-page .team-content .team-grids > .col {
    margin-bottom: 30px;
  }

  @media (max-width: 415px) {
    .team-page .team-content .team-grids > .col {
      width: 100%;
    }
  }

  .team-page .team-content .team-grids img {
    max-width: 100%;
  }

  .team-page .team-content .page-pagination-row {
    margin-top: 50px;
  }

  @media (max-width: 991px) {
    .team-page .team-content .page-pagination-row {
      margin: 20px 0 100px;
    }
  }

  @media (max-width: 767px) {
    .team-page .team-content .page-pagination-row {
      margin: 20px 0 80px;
    }
  }

  /*--------------------------------------------------------------
  #	team style 2 page
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #13.1	page title
  --------------------------------------------------------------*/
  .team-s2-page .page-title {
    background-image: url(../images/page-title/img-4.jpg);
  }

  /*--------------------------------------------------------------
  #13.2	team-s2-content
  --------------------------------------------------------------*/
  .team-s2-page .team-s2-grids > .col {
    margin-bottom: 60px;
  }

  @media (max-width: 767px) {
    .team-s2-page .team-s2-grids > .col {
      margin-bottom: 50px;
    }
  }

  @media (max-width: 500px) {
    .team-s2-page .team-s2-grids > .col {
      width: 100%;
    }
  }

  .team-s2-page .team-s2-grids .member-details {
    padding-top: 20px;
  }

  .team-s2-page .team-s2-grids .member-details h3 {
    font-size: 1.375rem;
    font-weight: normal;
    margin: 0 0 0.28em;
  }

  @media (max-width: 767px) {
    .team-s2-page .team-s2-grids .member-details h3 {
      font-size: 1.125rem;
    }
  }

  .team-s2-page .team-s2-grids .member-details > span {
    color: #999999;
    display: block;
    margin-bottom: 15px;
  }

  .team-s2-page .team-s2-grids .member-details .view-profile {
    display: inline-block;
    color: #f39c12;
    font-weight: bold;
    margin-top: 20px;
  }

  @media (max-width: 767px) {
    .team-s2-page .team-s2-grids .member-details .view-profile {
      margin-top: 10px;
    }
  }

  .team-s2-page .page-pagination-row {
    margin-top: 40px;
  }

  @media (max-width: 991px) {
    .team-s2-page .page-pagination-row {
      margin: 10px 0 100px;
    }
  }

  @media (max-width: 767px) {
    .team-s2-page .page-pagination-row {
      margin: 10px 0 80px;
    }
  }

  /*--------------------------------------------------------------
  #	team single page
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #14.1	team-single-content
  --------------------------------------------------------------*/
  .team-single-content {
    /*** member details ***/
    /*** experience ***/
  }

  @media (max-width: 767px) {
    .team-single-content .member-details {
      margin-top: 35px;
    }
  }

  .team-single-content .member-details h3 {
    font-size: 2rem;
    font-weight: normal;
    margin: 0 0 0.17em;
    text-transform: capitalize;
  }

  @media (max-width: 991px) {
    .team-single-content .member-details h3 {
      font-size: 1.625rem;
    }
  }

  @media (max-width: 767px) {
    .team-single-content .member-details h3 {
      font-size: 1.375rem;
    }
  }

  .team-single-content .member-details > span {
    display: block;
    color: #a6a6a6;
    margin-bottom: 15px;
  }

  .team-single-content .member-info {
    margin-top: 35px;
  }

  @media (max-width: 767px) {
    .team-single-content .member-info {
      margin-top: 20px;
    }
  }

  .team-single-content .member-info > li {
    position: relative;
    padding-left: 45px;
    color: #667380;
    margin-bottom: 15px;
  }

  @media (max-width: 991px) {
    .team-single-content .member-info > li {
      padding-left: 35px;
    }
  }

  .team-single-content .member-info > li > i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 22px;
    color: #f39c12;
  }

  @media (max-width: 991px) {
    .team-single-content .member-info > li > i {
      font-size: 18px;
    }
  }

  .team-single-content .member-info > li > ul {
    overflow: hidden;
  }

  .team-single-content .member-info > li > ul li {
    float: left;
    margin: 0 15px 0 0;
  }

  @media (max-width: 991px) {
    .team-single-content .member-info > li > ul li {
      margin: 0 10px 0 0;
    }
  }

  .team-single-content .member-info > li > ul li:first-child a {
    background-color: #03638f;
  }

  .team-single-content .member-info > li > ul li:last-child a {
    background-color: #65b2e5;
  }


  .team-single-content .member-info > li > ul a {
    background-color: #00529c;
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 0 5px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }

  @media (max-width: 991px) {
    .team-single-content .member-info > li > ul a {
      width: 25px;
      height: 25px;
      line-height: 25px;
      font-size: 15px;
    }
  }

  .team-single-content .experience {
    margin-top: 50px;
  }

  @media (max-width: 991px) {
    .team-single-content .experience {
      margin: 40px -15px 100px;
    }
  }

  @media (max-width: 767px) {
    .team-single-content .experience {
      margin: 40px -15px 80px;
    }
  }

  @media screen and (min-width: 1200px) {
    .team-single-content .experience > .col:last-child {
      padding-right: 90px;
    }
  }

  .team-single-content .experience > .col:last-child span {
    font-weight: bold;
  }

  @media (max-width: 767px) {
    .team-single-content .experience > .col:last-child {
      margin-top: 35px;
    }
  }

  .team-single-content .experience h4 {
    font-size: 1.625rem;
    font-weight: normal;

    margin: 0 0 0.78em;
  }

  @media (max-width: 991px) {
    .team-single-content .experience h4 {
      font-size: 1.375rem;
    }
  }

  @media (max-width: 767px) {
    .team-single-content .experience h4 {
      font-size: 1.125rem;
    }
  }

  .team-single-content .experience ul li {
    margin-bottom: 10px;
    line-height: 1.7em;
  }

  .team-single-content .experience ul li i {
    color: #f39c12;
    display: include;
    padding-right: 3px;
  }

  .team-single-content .experience ul li:last-child {
    margin-bottom: 0;
  }

  /*--------------------------------------------------------------
  #	partners page
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #15.1	page title
  --------------------------------------------------------------*/
  .partners-page .page-title {
    background-image: url(../images/page-title/img-5.jpg);
  }

  /*--------------------------------------------------------------
  #15.2	partners-content-wrapper
  --------------------------------------------------------------*/
  @media (max-width: 991px) {
    .partners-content-wrapper .partners-content {
      margin-bottom: 90px;
    }
  }

  @media (max-width: 767px) {
    .partners-content-wrapper .partners-content {
      margin-bottom: 70px;
    }
  }

  .partners-content-wrapper .partners-content > .row {
    margin-bottom: 15px;
  }

  @media (max-width: 1199px) {
    .partners-content-wrapper .partners-content > .row {
      margin-bottom: 50px;
    }
  }

  @media (max-width: 767px) {
    .partners-content-wrapper .partners-content > .row {
      margin-bottom: 40px;
    }
  }

  .partners-content-wrapper .partners-content > .row:last-child {
    margin-bottom: 0;
  }

  @media screen and (min-width: 1200px) {
    .partners-content-wrapper .partners-content > .row > .col:last-child {
      padding-right: 65px;
    }
  }

  .partners-content-wrapper .partners-content h3 {
    font-size: 2rem;
    font-weight: normal;
    margin: 1.2em 0 0.56em;
  }

  @media (max-width: 1199px) {
    .partners-content-wrapper .partners-content h3 {
      font-size: 1.5625rem;
      margin: 1em 0 0.56em;
    }
  }

  @media (max-width: 991px) {
    .partners-content-wrapper .partners-content h3 {
      font-size: 1.375rem;
    }
  }

  @media (max-width: 767px) {
    .partners-content-wrapper .partners-content h3 {
      font-size: 1.25rem;
    }
  }

  /*--------------------------------------------------------------
  #	faq page
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #16.1	faq-content
  --------------------------------------------------------------*/
  @media screen and (min-width: 1200px) {
    .faq-page .faq-content {
      padding-right: 45px;
    }
  }

  @media (max-width: 991px) {
    .faq-page .faq-content {
      margin-bottom: 100px;
    }
  }

  @media (max-width: 767px) {
    .faq-page .faq-content {
      margin-bottom: 80px;
    }
  }

  .faq-page .faq-content .panel {
    border: 0;
    margin-top: 10px;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }

  .faq-page .faq-content .panel-heading {
     font-family: "Poppins", sans-serif;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }

  .faq-page .faq-content .panel-heading a {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    display: block;
    font-size: 1.125rem;
    color: #fff;
    padding: 22px 25px;
    position: relative;
    border: 2px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }

  @media (max-width: 991px) {
    .faq-page .faq-content .panel-heading a {
      font-size: 1rem;
      padding: 15px 15px;
    }
  }

  @media (max-width: 767px) {
    .faq-page .faq-content .panel-heading a {
      font-size: 0.875rem;
      padding: 10px 15px;
    }
  }

  .faq-page .faq-content .panel-heading .collapsed {
    background: #fff;
    color: #06223e;
    border: 2px solid #193775;
  }

  .faq-page .faq-content .panel-heading .collapsed:after {
    font-family: "FontAwesome";
    content: "\f067";
  }

  .faq-page .faq-content .panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f068";
    background-color: #f39c12;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }

  @media (max-width: 600px) {
    .faq-page .faq-content .panel-heading a:after {
      display: none;
    }
  }

  @media (max-width: 767px) {
    .faq-page .faq-content .panel-heading a:after {
      font-size: 10px;
    }
  }

  .faq-page .faq-content .panel > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
  }

  .faq-page .faq-content .panel-body {
    padding: 40px 50px;
    position: relative;
  }

  @media (max-width: 991px) {
    .faq-page .faq-content .panel-body {
      padding: 30px 35px;
    }
  }

  @media (max-width: 767px) {
    .faq-page .faq-content .panel-body {
      padding: 15px 2px 5px 15px;
    }
  }

  .faq-page .faq-content .panel-body p {
    margin-bottom: 30px;
  }

  @media (max-width: 991px) {
    .faq-page .faq-content .panel-body p {
      margin-bottom: 20px;
    }
  }

  .faq-page .faq-content .panel-group {
    margin-bottom: 0;
  }

  /*--------------------------------------------------------------
  #	testimonials page
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #17.1	page title
  --------------------------------------------------------------*/
  .testimonials-page .page-title {
    background-image: url(../images/page-title/img-6.jpg);
  }

  /*--------------------------------------------------------------
  #17.2	testimonials-content
  --------------------------------------------------------------*/
  @media (max-width: 991px) {
    .testimonials-content {
      margin-bottom: 100px;
    }
  }

  @media (max-width: 767px) {
    .testimonials-content {
      margin-bottom: 80px;
    }
  }

  .testimonials-content .testimonial-list {
    background-color: #ebeff3;
    text-align: center;
    padding: 35px 100px;
    margin-bottom: 8px;
  }

  @media (max-width: 1199px) {
    .testimonials-content .testimonial-list {
      padding: 35px 45px;
    }
  }

  @media (max-width: 767px) {
    .testimonials-content .testimonial-list {
      padding: 35px 25px;
    }
  }

  @media (max-width: 500px) {
    .testimonials-content .testimonial-list {
      padding: 35px 15px;
    }
  }

  .testimonials-content .testimonial-list .client-pic {
    width: 60px;
    height: 60px;
    margin: 0 auto 8px;
  }

  .testimonials-content .testimonial-list .client-pic img {
    max-width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }

  .testimonials-content .testimonial-list .rating {
    margin-top: 30px;
  }

  @media (max-width: 767px) {
    .testimonials-content .testimonial-list .rating {
      margin-top: 20px;
    }
  }

  .testimonials-content .testimonial-list .rating i {
    color: #f39c12;
  }

  .testimonials-content .testimonial-list .client-info h5 {
    font-size: 1.125rem;
    margin: 0.33em 0 0;
  }

  @media (max-width: 767px) {
    .testimonials-content .testimonial-list .client-info h5 {
      font-size: 1rem;
    }
  }

  .testimonials-content .testimonial-list:last-child {
    margin-bottom: 0;
  }

  /*--------------------------------------------------------------
  #	blog page
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #18.1	blog-section
  --------------------------------------------------------------*/

  @media (max-width: 991px) {
    .blog-page .blog-section {
      padding-bottom: 100px;
    }
  }

  @media (max-width: 767px) {
    .blog-page .blog-section {
      padding-bottom: 80px;
    }
  }

  .blog-page .blog-section-grids > .col {
    margin-bottom: 80px;
  }

  @media (max-width: 767px) {
    .blog-page .blog-section-grids > .col {
      margin-bottom: 50px;
    }
  }

  .blog-page .page-pagination-wrapper {
    padding-top: 20px;
  }

  @media (max-width: 991px) {
    .blog-page .page-pagination-wrapper {
      padding-top: 0;
    }
  }

  /*--------------------------------------------------------------
  #	blog width sidebar page
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #19.1	blog-with-sidebar-section
  --------------------------------------------------------------*/
  .blog-with-sidebar-section .blog-section-grids > .col {
    margin-bottom: 70px;
  }

  @media (max-width: 767px) {
    .blog-with-sidebar-section .blog-section-grids > .col {
      margin-bottom: 50px;
    }
  }

  @media (max-width: 600px) {
    .blog-with-sidebar-section .blog-section-grids > .col {
      width: 100%;
    }
  }

  .blog-with-sidebar-section .page-pagination-wrapper {
    margin-top: 30px;
  }

  @media (max-width: 991px) {
    .blog-with-sidebar-section .page-pagination-wrapper {
      margin: 0 0 100px;
    }
  }

  @media (max-width: 767px) {
    .blog-with-sidebar-section .page-pagination-wrapper {
      margin: 0 0 80px;

    }
  }

  /*--------------------------------------------------------------
  #	blog single page
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #20.1	blog-single-content	
  --------------------------------------------------------------*/
  @media screen and (min-width: 992px) {
    .blog-single-page .blog-with-sidebar > .col:first-child {
      padding-left: 45px;
    }
  }

  .blog-single-page .post .post-title-meta {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 20px;
  }

  .blog-single-page .post .post-title-meta h2 {
    font-size: 2.25rem;
    margin: 0 0 0.6em;
  }

  @media (max-width: 991px) {
    .blog-single-page .post .post-title-meta h2 {
      font-size: 1.875rem;
    }
  }

  @media (max-width: 767px) {
    .blog-single-page .post .post-title-meta h2 {
      font-size: 1.5625rem;
    }
  }

  .blog-single-page .post .meta-info {
    overflow: hidden;
  }

  .blog-single-page .post .meta-info li {
    float: left;
    margin-right: 50px;
  }

  .blog-single-page .post .meta-info li:last-child {
    margin-right: 0;
  }

  .blog-single-page .post .meta-info li a {
    color: #999999;
  }

  .blog-single-page .post .post-body h3 {
     font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    margin: 0 0 0.63em;
  }

  @media (max-width: 991px) {
    .blog-single-page .post .post-body h3 {
      font-size: 1.25rem;
    }
  }

  .blog-single-page .post .post-body p {
    font-size: 1.125rem;
    margin-bottom: 1.2em;
  }

  @media (max-width: 991px) {
    .blog-single-page .post .post-body p {
      font-size: 1rem;
    }
  }

  .blog-single-page .post .post-body p:first-child:first-letter {
    font-size: 2.1875rem;
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
  }

  .blog-single-page .post .gallery-post {
    padding-top: 40px;
    margin-bottom: 50px;
  }

  @media (max-width: 767px) {
    .blog-single-page .post .gallery-post {
      padding-top: 20px;
    }
  }

  .blog-single-page .post .gallery-post .gallery {
    overflow: hidden;
  }

  .blog-single-page .post .gallery-post .gallery img {
    width: 100%;
  }

  .blog-single-page .post .gallery-post .gallery > div:first-child {
    width: 60%;
    float: left;
  }

  .blog-single-page .post .gallery-post .gallery > div:last-child {

    width: 39%;
    float: right;
  }

  /*** tags ***/
  .blog-single-page .tag-share {
    overflow: hidden;
    padding: 20px 0 0;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 40px;
  }

  .blog-single-page .tag-share > div {
    display: inline-block;
  }

  @media (max-width: 1199px) {
    .blog-single-page .tag-share > div {
      display: block;
    }
  }

  .blog-single-page .tag-share > div > span {
    color: #000;
    display: inline-block;
    padding-right: 10px;
    position: relative;
    top: -10px;
  }

  .blog-single-page .tag-share > div:first-child {
    float: left;
  }

  @media (max-width: 1199px) {
    .blog-single-page .tag-share > div:first-child {
      float: none;
    }
  }

  .blog-single-page .tag-share > div:last-child {
    float: right;
  }

  @media (max-width: 1199px) {
    .blog-single-page .tag-share > div:last-child {
      float: none;
    }
  }

  .blog-single-page .tag-share .tag,
  .blog-single-page .tag-share .share {
    overflow: hidden;
    display: inline-block;
  }

  .blog-single-page .tag-share .tag li,
  .blog-single-page .tag-share .share li {
    float: left;
  }

  .blog-single-page .tag-share .tag li:last-child,
  .blog-single-page .tag-share .share li:last-child {
    margin-right: 0;
  }

  .blog-single-page .tag-share .tag a {
    color: #f39c12;
    display: inline-block;
    padding: 6px 20px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }

  .blog-single-page .tag-share .tag a:hover,
  .blog-single-page .tag-share .tag .active a {
    background: #f39c12;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    color: #fff;
  }

  .blog-single-page .tag-share .share li {
    margin-right: 15px;
  }

  .blog-single-page .tag-share .share li a {
    font-size: 20px;
    color: #193775;
  }

  .blog-single-page .tag-share .share li a:hover {
    color: #f39c12;
  }

  /*** comments ***/
  .blog-single-page .blog-with-sidebar .comments {
    padding: 55px 0 0;
    /*** .article ***/
  }

  @media (max-width: 767px) {
    .blog-single-page .blog-with-sidebar .comments {
      padding: 40px 25px 0;
    }
  }

  .blog-single-page .blog-with-sidebar .comments > ol {
    padding-left: 0;
  }

  .blog-single-page .blog-with-sidebar .comments ol {
    list-style: none;
  }

  .blog-single-page .blog-with-sidebar .comments ol > li {
    margin-bottom: 35px;
  }

  .blog-single-page .blog-with-sidebar .comments ol > li:last-child {
    margin-bottom: 0;
  }

  .blog-single-page .blog-with-sidebar .comments ol > li > ol {
    margin-left: 28px;
    margin-top: 35px;
    padding: 0;
  }

  @media (max-width: 767px) {
    .blog-single-page .blog-with-sidebar .comments ol > li > ol {
      margin: 30px 0 0 0;
    }
  }

  .blog-single-page .blog-with-sidebar .comments ol > li > ol > li {
    background-color: #fafafa;
    padding: 30px;
    margin-bottom: 35px;
  }

  @media (max-width: 767px) {
    .blog-single-page .blog-with-sidebar .comments ol > li > ol > li {
      padding: 20px;
    }
  }

  .blog-single-page .blog-with-sidebar .comments ol > li > ol > li:last-child {
    margin-bottom: 0;
  }

  .blog-single-page .blog-with-sidebar .comments .article {
    overflow: hidden;
  }

  .blog-single-page .blog-with-sidebar .comments .article h4 {
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
  }

  @media (max-width: 767px) {
    .blog-single-page .blog-with-sidebar .comments .article h4 {
      font-size: 14px;
    }
  }

  .blog-single-page .blog-with-sidebar .comments .article p {
    font-size: 15px;
    margin-bottom: 5px;
  }

  @media (max-width: 767px) {
    .blog-single-page .blog-with-sidebar .comments .article p {
      font-size: 14px;
    }
  }

  .blog-single-page .blog-with-sidebar .comments .article .replay {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    width: 95px;

    height: 32px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }

  .blog-single-page .blog-with-sidebar .comments .article .replay button {
    background: #fff;
    width: 93px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #f39c12;
    padding: 0;
    border: 0;
    outline: 0;
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 10;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }

  @media (max-width: 767px) {
    .blog-single-page .blog-with-sidebar .comments .article .replay button {
      font-size: 14px;
    }
  }

  .blog-single-page .blog-with-sidebar .comments .article .author-meta {
    overflow: hidden;
    margin-bottom: 5px;
  }

  .blog-single-page .blog-with-sidebar .comments .article .author-meta > div {
    display: inline-block;
  }

  .blog-single-page .blog-with-sidebar .comments .article .author-meta > div:last-child {
    font-size: 13px;
    color: gray;
    padding-left: 5px;
  }

  .blog-single-page .blog-with-sidebar .comments .article .author-pic {
    width: 10%;
    float: left;
  }

  .blog-single-page .blog-with-sidebar .comments .article .author-pic img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }

  @media (max-width: 767px) {
    .blog-single-page .blog-with-sidebar .comments .article .author-pic {
      width: 100%;
      float: none;
      margin-bottom: 10px;
    }
  }

  .blog-single-page .blog-with-sidebar .comments .article .details {
    width: 90%;
    float: left;
  }

  @media (max-width: 767px) {
    .blog-single-page .blog-with-sidebar .comments .article .details {
      width: 100%;
      float: none;
    }
  }

  .blog-single-page .blog-with-sidebar .comment-respond {
    margin-top: 75px;
  }

  .blog-single-page .blog-with-sidebar .comment-respond h3 {
    margin: 0 0 2em;
  }

  .blog-single-page .blog-with-sidebar .comment-respond form {
    margin: 0 -15px;
    position: relative;
  }

  .blog-single-page .blog-with-sidebar .comment-respond form input,
  .blog-single-page .blog-with-sidebar .comment-respond form textarea {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #cccccc;
  }

  .blog-single-page .blog-with-sidebar .comment-respond form textarea {
    height: 110px;
  }

  .blog-single-page .blog-with-sidebar .comment-respond form > div {
    margin-bottom: 50px;
  }

  .blog-single-page .blog-with-sidebar .comment-respond form .theme-btn {
    background: #193775;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
    background: -moz-linear-gradient(left, #193775, #00abc9);
    background: -o-linear-gradient(left, #193775, #00abc9);
    background: -ms-linear-gradient(left, #193775, #00abc9);
    background: linear-gradient(left, #193775, #00abc9);
    font-size: 16px;
    text-transform: none;
    padding: 10px 45px;
    box-shadow: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }

  @media (max-width: 767px) {
    .blog-single-page .blog-with-sidebar .comment-respond form .theme-btn {
      font-size: 14px;
      padding: 10px 35px;
    }
  }

  .blog-single-page .blog-with-sidebar .comment-respond form .theme-btn:hover {
    background: -webkit-linear-gradient(left, #00abc9, #193775);
    background: -moz-linear-gradient(left, #00abc9, #193775);
    background: -o-linear-gradient(left, #00abc9, #193775);
    background: -ms-linear-gradient(left, #00abc9, #193775);
    background: linear-gradient(left, #00abc9, #193775);
  }

  .blog-single-page .blog-with-sidebar .comment-respond form .comment-respond-submit {
    margin: 0;
    text-align: center;
  }

  @media (max-width: 991px) {
    .blog-single-page .blog-sidebar {
      margin-top: 100px;
    }
  }

  @media (max-width: 767px) {
    .blog-single-page .blog-sidebar {
      margin-top: 80px;
    }

  }

  /*--------------------------------------------------------------
  #	contact page
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #0.0	contact-section-wrapper
  --------------------------------------------------------------*/
  .contact-page .contact-section-wrapper .form input,
  .contact-page .contact-section-wrapper .form select,
  .contact-page .contact-section-wrapper .form textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }


  .btnservice
  {color: white;position: relative;text-decoration: none;}
  .btnservice:hover
  {color: #3a1701;font-weight: bold;background: aliceblue;}
  /*# sourceMappingURL=style.css.map */
  table td{padding:5px;}
  table td p{margin-bottom:0}
  table th{padding:5px;}
  @-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.5;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

.clients p{
     background: rgba(25, 55, 117, 0.9);
     background: -webkit-linear-gradient(left, #3075b9, #d56c30);
     background: -moz-linear-gradient(left, #3075b9, #d56c30);
     background: -o-linear-gradient(left, #3075b9, #d56c30);
     background: -ms-linear-gradient(left, #3075b9, #d56c30);
     background: linear-gradient(left, #3075b9, #d56c30);
     padding: 20px 8px;
     font-weight: 600;
     font-size: 20px;
     text-align: center;
     color: white;
     border-radius: 4px;
     text-transform: capitalize;
}
.marquee {
  position: relative;
  height: 80px;
  overflow: hidden;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}



/* ---mobile-view--v-01/08/022--- */
@media screen and (max-width: 576px) {
  .page-title{
    height: auto;
  }
  .page-title .title-box h1{
    margin: 6rem 0 0.5em;
  }
  .lower-topbar .logo img{width: 20%!important;}
  button.open-btn{
    top: 18px!important;
  }
  .upper-topbar{
    display: none;
  }
  .navigation {
    padding: 0!important;
  }
}


#ft-service-page ul li {list-style: disc;margin-bottom: 0px;font-size: 16px;align-items: center;font-weight: 700;display: flex;word-break: break-word;color: rgb(0 0 0 / 65%);justify-content: start;text-align: left;padding: 20px;width: 100%;vertical-align: middle;}

#ft-service-page ul {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 33% 33% 33%;
    padding-left: 0;
}

#ft-service-page ul li:nth-child(1) {background: #ffffac;}
#ft-service-page ul li:nth-child(2) {background: #ffcbac;}

#ft-service-page p {
    text-align: justify;
}
#ft-service-page ul li:nth-child(3) {background: #bcffac;}
#ft-service-page ul li:nth-child(4) {background: #ffacd5;}
#ft-service-page ul li:nth-child(5) {background: #caacff;}
#ft-service-page ul li:nth-child(6) {background: #ffecac;}
#ft-service-page ul li:nth-child(7) {background: #feabab;}
#ft-service-page ul li:nth-child(8) {background: #acffd0;}
#ft-service-page ul li:nth-child(9) {background: #f3ffac;}
#ft-service-page ul li:nth-child(10) {background: #af94e8;}
#ft-service-page ul li:nth-child(11) {background: #aae894;}
#ft-service-page ul li:nth-child(12) {background: #94b7e8;}
#ft-service-page ul li:nth-child(13) {background: #e5e894;}
#ft-service-page ul li:nth-child(14) {background: #e89494;}
#ft-service-page ul li:nth-child(15) {background: #94e8d1;}
#ft-service-page ul li:nth-child(16) {background: #f3ffac;}
#ft-service-page ul li:nth-child(17) {background: #af94e8;}
