@font-face {
  font-family: 'Hind-Light';
  src: url("fonts/Hind-Light.ttf");
  font-weight: lighter;
  font-style: normal; }
@font-face {
  font-family: 'Hind-Regular';
  src: url("fonts/Hind-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Hind-SemiBold';
  src: url("fonts/Hind-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Hind-Bold';
  src: url("fonts/Hind-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  min-width: 320px; }

a {
  text-decoration: none; }

li {
  list-style: none; }

.close-sidebar{
  position: absolute;
  right: 80px;
  top: 80px;
  z-index: 100000000;
  cursor: pointer;
}
.close-sidebar img{
    height: 22px;
    width: 22px;
}

header {
  background-color: #fff;
  height: 80px;
  position: fixed;
  z-index: 12;
  width: 100%;
  top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  header .container {
    height: 100%; }
    header .container .row {
      height: 100%; }
      header .container .row .col-lg-12 {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        header .container .row .col-lg-12 .logo a {
          display: block;
          max-width: 200px;
          height: auto; }
          header .container .row .col-lg-12 .logo a img {
            display: block;
            height: auto;
            width: 100%; }
        header .container .row .col-lg-12 .menu-icon {
          width: 40px;
          display: flex;
          align-items: center;
          height: 31px;
          cursor: pointer;
          position: relative;
          z-index: 999; }
          header .container .row .col-lg-12 .menu-icon img{
              height: 30px;
              width: 30px;
          }
         

          header .container .row .col-lg-12 .menu-icon .hamburger .line {
            width: 33px;
            height: 3px;
            background-color: #000;
            display: block;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            border-radius: 16px; }
            header .container .row .col-lg-12 .menu-icon .hamburger .line:nth-child(1){
              height: 3.1px;
            }
            header .container .row .col-lg-12 .menu-icon .hamburger .line:nth-child(3){
              height: 3.1px;
            }
            header .container .row .col-lg-12 .menu-icon .hamburger .line:not(:first-child) {
              margin: 6px 0 0px 0; }
          header .container .row .col-lg-12 .menu-icon #hamburger-1.is-active .line:nth-child(2) {
            opacity: 0; }
          header .container .row .col-lg-12 .menu-icon #hamburger-1.is-active .line:nth-child(1) {
            -webkit-transform: translateY(10px) rotate(45deg);
                -ms-transform: translateY(10px) rotate(45deg);
                    transform: translateY(10px) rotate(45deg); }
          header .container .row .col-lg-12 .menu-icon #hamburger-1.is-active .line:nth-child(3) {
            -webkit-transform: translateY(-8px) rotate(-45deg);
                -ms-transform: translateY(-8px) rotate(-45deg);
                    transform: translateY(-8px) rotate(-45deg); }

.language {
  font-family: 'Hind-Regular';
  position: absolute;
  right: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
  .language span {
    font-size: 18px;
    cursor: pointer;
    display: block;
    margin-right: 10px;
  }
    /*
    .language span.hidden {
      display: none;
    }*/
    .language span a {
      display: block;
      color: #000;
      margin-top: 7px;
    }
/**
 * Tooltip Styles
 */
.tooltip{
    display: inline;
    position: relative;
    text-align: center;
}
.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: -36px;
    color: #fff;
    content: attr(title);
    left: -100%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 90px;
}
.all_sections {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease; }

.blur {
  -webkit-filter: blur(2px);
          filter: blur(2px); }

.menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10; }
  .menu nav {
    z-index: 12;
    position: fixed;
    left: 30%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .menu nav .menu_links li a {
      color: #fff;
      font-size: 30px;
      font-family: 'Hind-Semibold';
      -webkit-transition: opacity 0.1s ease;
      -o-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
      .menu nav .menu_links li a:hover {
        opacity: 0.7; }

.scrolltop-btn {
  -webkit-tap-highlight-color: transparent !important;
  width: 41px;
  height: 40px;
  border-radius: 50%;
  background-color: #222;
  opacity: 0.7;
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 4;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  display: none; }
  .scrolltop-btn:hover {
    opacity: 1; }
  .scrolltop-btn::before {
    content: '';
    position: absolute;
    left: 16px;
    bottom: 14px;
    width: 2px;
    height: 14px;
    background-color: #fff;
    -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
            transform: rotate(35deg);
    border-radius: 0px 2px 0px 0px; }
  .scrolltop-btn::after {
    content: '';
    position: absolute;
    left: 23px;
    bottom: 14px;
    width: 2px;
    height: 14px;
    background-color: #fff;
    -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
            transform: rotate(-35deg);
    border-radius: 2px 0px 0px 0px; }

.about_us {
  margin-top: 72px; }
  .about_us .col {
    padding: 0px;
    height: 95vh; }
    .about_us .col .greeting {
      background: url(../img/main-photo.jpg) no-repeat center top;
      background-size: cover;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      position: relative; }
      .about_us .col .greeting::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.6)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)); }
      .about_us .col .greeting .greeting_headline {
        text-align: center;
        font-family: 'Hind-SemiBold';
        color: #fff;
        font-size: 46px;
        max-width: 1000px;
        margin: 0 auto;
        line-height: 54px;
        padding: 10px 20px;
        background-color: rgba(192, 18, 63, 0.65);
        margin-bottom: 8%;
        position: relative;
        z-index: 1; }
      .about_us .col .greeting .scrolldown-btn {
        position: absolute;
        bottom: 45px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
            -ms-transform: translate(-50%, 0%);
                transform: translate(-50%, 0%);
        z-index: 1;
        width: 35px;
        height: 35px;
        background: transparent;
        border-radius: 50%;
        border: 2px solid #fff;
        -webkit-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        cursor: pointer; }
        .about_us .col .greeting .scrolldown-btn:hover {
          opacity: 0.7; }
        .about_us .col .greeting .scrolldown-btn img {
          position: absolute;
          left: 51%;
          top: 55%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          color: #fff;
          cursor: pointer;
          height: 24px;
          width: 24px;
           }

.what_we_do {
  padding: 60px 0 50px 0; }
  .what_we_do .mark_section {
    color: #C11267;
    font-family: 'Hind-SemiBold';
    display: block;
    padding-left: 7px;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 1px; }
  .what_we_do .text_section {
    color: #111; }
    .what_we_do .text_section .title_section {
      font-size: 48px;
      font-family: 'Hind-SemiBold';
      line-height: 62px;
      margin-bottom: 45px; }
    .what_we_do .text_section .paragraph_section {
      margin-top: 20px;
      font-size: 20px;
      line-height: 30px;
      font-family: 'Hind-Regular'; }
    .what_we_do .text_section .subtitle_paragraph {
      font-size: 28px;
      font-family: 'Hind-Regular'; }

.services {
  padding: 60px 0 50px 0;
  background-color: #F2F2F2; }
  .services .mark_section {
    color: #C11267;
    font-family: 'Hind-SemiBold';
    display: block;
    padding-left: 7px;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 1px; }
  .services .text_section {
    color: #111; }
    .services .text_section .title_section {
      font-size: 48px;
      font-family: 'Hind-SemiBold';
      line-height: 62px;
      margin-bottom: 45px; }
    .services .text_section .paragraph_section {
      margin-top: 20px;
      font-size: 20px;
      line-height: 30px;
      font-family: 'Hind-Regular'; }
    .services .text_section .subtitle_paragraph {
      font-size: 28px;
      font-family: 'Hind-Regular'; }
  .services .services_row {
    padding: 40px 0 60px 0; }
    .services .services_row .services_row_text {
      color: #111; }
      .services .services_row .services_row_text .title_section {
        font-size: 48px;
        font-family: 'Hind-SemiBold';
        line-height: 62px;
        margin-bottom: 45px; }
      .services .services_row .services_row_text .paragraph_section {
        margin-top: 20px;
        font-size: 20px;
        line-height: 30px;
        font-family: 'Hind-Regular'; }
      .services .services_row .services_row_text .subtitle_paragraph {
        font-size: 28px;
        font-family: 'Hind-Regular'; }
    .services .services_row .services_row_image img {
      display: block;
      width: 100%;
      height: auto; }

.who_we_are {
  padding: 60px 0 50px 0; }
  .who_we_are .mark_section {
    color: #C11267;
    font-family: 'Hind-SemiBold';
    display: block;
    padding-left: 7px;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 1px; }
  .who_we_are .text_section {
    color: #111; }
    .who_we_are .text_section .title_section {
      font-size: 48px;
      font-family: 'Hind-SemiBold';
      line-height: 62px;
      margin-bottom: 45px; }
    .who_we_are .text_section .paragraph_section {
      margin-top: 20px;
      font-size: 20px;
      line-height: 30px;
      font-family: 'Hind-Regular'; }
    .who_we_are .text_section .subtitle_paragraph {
      font-size: 28px;
      font-family: 'Hind-Regular'; }

.testimonials {
  background-color: #F2F2F2;
  padding: 60px 0 60px 0; }
  .testimonials .text_section {
    text-align: center;
    color: #111; }
    .testimonials .text_section .title_section {
      font-size: 48px;
      font-family: 'Hind-SemiBold';
      line-height: 62px;
      margin-bottom: 45px; }
    .testimonials .text_section .paragraph_section {
      margin-top: 20px;
      font-size: 20px;
      line-height: 30px;
      font-family: 'Hind-Regular'; }
    .testimonials .text_section .subtitle_paragraph {
      font-size: 28px;
      font-family: 'Hind-Regular'; }
  .testimonials .testimonials_slider {
    border-top: 1px solid #909090;
    max-width: 1400px !important;
    margin-bottom: 0;
    padding-bottom: 20px; }
    .testimonials .testimonials_slider .testimonial {
      padding-left: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 50px;
      outline: none !important; }
      .testimonials .testimonials_slider .testimonial .image_customer {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        position: relative; }
        .testimonials .testimonials_slider .testimonial .image_customer::after {
          content: '';
          position: absolute;
          top: -28px;
          left: 49%;
          -webkit-transform: translate(0%, -50%);
              -ms-transform: translate(0%, -50%);
                  transform: translate(0%, -50%);
          width: 1px;
          height: 45px;
          background-color: #909090; }
        .testimonials .testimonials_slider .testimonial .image_customer img {
          width: 72px;
          height: 72px;
          border-radius: 50%;
          display: block; }
      .testimonials .testimonials_slider .testimonial .testimonial_text {
        max-width: 600px;
        text-align: left;
        padding-left: 25px;
        color: #111; }
        .testimonials .testimonials_slider .testimonial .testimonial_text .title_section {
          font-size: 48px;
          font-family: 'Hind-SemiBold';
          line-height: 62px;
          margin-bottom: 45px; }
        .testimonials .testimonials_slider .testimonial .testimonial_text .paragraph_section {
          margin-top: 20px;
          font-size: 20px;
          line-height: 30px;
          font-family: 'Hind-Regular'; }
        .testimonials .testimonials_slider .testimonial .testimonial_text .subtitle_paragraph {
          font-size: 28px;
          font-family: 'Hind-Regular'; }
        .testimonials .testimonials_slider .testimonial .testimonial_text .paragraph_section {
          font-size: 18px;
          line-height: 24px;
          margin-top: 0px; }
        .testimonials .testimonials_slider .testimonial .testimonial_text .about_customer {
          font-size: 18px;
          font-family: 'Hind-Bold';
          margin-top: 20px; }
          .testimonials .testimonials_slider .testimonial .testimonial_text .about_customer span {
            font-family: 'Hind-Light'; }
    .testimonials .testimonials_slider .slick-dots li button:before {
      font-family: 'slick';
      font-size: 16px; }
    .testimonials .testimonials_slider .slick-dots li.slick-active button:before {
      opacity: .65;
      color: black; }

.contact .col-md-4, .contact .col-md-8 {
  height: 100%;
  padding: 0px;
  overflow: hidden; }
.contact .contact_info {
  background-color: #05193a;
  height: 80vh;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
  background-image: url(../img/a-symbol.png);
  background-repeat: no-repeat;
  background-position: top 20% left 50%;
  background-size: 30%; }
  .contact .contact_info h6 {
    color: #fff;
    font-size: 22px;
    font-family: 'Hind-Light'; }
    .contact .contact_info h6:first-of-type {
      margin-bottom: 0px; }
    .contact .contact_info h6 a {
      color: #fff; }
.contact .map {
  height: 100%;
  height: 80vh;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
  .contact .map iframe {
    width: 100%;
    height: 100%;
    border: 0; }

footer {
  background-color: #F2F2F2;
  padding: 60px 0;
  font-family: 'Hind-Regular'; }
  footer .footer_case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer .footer_case .logo {
      text-align: center; }
      footer .footer_case .logo img {
        display: block;
        max-width: 240px;
        height: auto;
        margin: 0 auto; }
      footer .footer_case .logo span {
        display: block;
        padding-top: 10px;
        font-family: 'Hind-Regular';
        font-size: 16px; }

        footer .footer_case .logo a{
          font-family: 'Hind-Regular';
          color: #000;
        }
        footer .footer_case .logo a:hover{
          color: #000;
          text-decoration: none;
        }
    footer .footer_case .locations .locations_list h6 {
      opacity: 0.5;
      font-size: 16px;
      font-family: 'Hind-Regular';
      font-style: italic;
      margin-bottom: 8px; }
    footer .footer_case .locations .locations_list a {
      display: block;
      color: #000;
      line-height: 20px; }
      footer .footer_case .locations .locations_list a:not(:last-child) {
        margin-bottom: 4px; }
      footer .footer_case .locations .locations_list a:hover {
        text-decoration: underline; }
      footer .footer_case .locations .locations_list a li {
        font-size: 16px;
        line-height: 20px; }
    footer .footer_case .links {
      padding-left: 120px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      footer .footer_case .links .footer_nav h6 {
        opacity: 0.5;
        font-size: 16px;
        font-family: 'Hind-Regular';
        font-style: italic;
        margin-bottom: 8px; }
      footer .footer_case .links .footer_nav a {
        display: block;
        color: #000;
        line-height: 20px; }
        footer .footer_case .links .footer_nav a:not(:last-child) {
          margin-bottom: 4px; }
        footer .footer_case .links .footer_nav a:hover {
          text-decoration: underline; }
        footer .footer_case .links .footer_nav a li {
          font-size: 16px;
          line-height: 20px; }
      footer .footer_case .links .footer_nav:last-of-type {
        padding-left: 40px;
        padding-top: 35px; }
    footer .footer_case .social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 30px; }
      footer .footer_case .social a {
        display: block;
        width: 45px;
        height: 45px;
        background-color: #111;
        border-radius: 50%;
        position: relative;
        padding-top: 10px;
        padding-left: 12px;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }

        footer .footer_case .social a img {
          position: relative;
          z-index: 2;
          color: #fff;
          height: 25px; 
          width: 25px;
        }
        footer .footer_case .social a:nth-of-type(2) {
          padding-left: 10px; }
        footer .footer_case .social a:nth-of-type(3) {
          padding-left: 11px; }
        footer .footer_case .social a:not(:last-of-type) {
          margin-right: 20px; }
        footer .footer_case .social a:hover {
          opacity: 0.75; }


#hamburger-1 .line{
  width: 38px;
  height: 4px;
  background-color: #ffffff;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-1:hover{
  cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

.sidebar-menu{
    position: fixed !important;
    height: 100vh;
    background: #05193a;
    right: -50%;
    z-index: 100000;
    display: none;
    top: 0;
}
.sidebar-inner{
    height: inherit;
    display: block;
    margin-left: 9%;
    padding-top: 83px;
}
.menu-items ul{
  padding-inline-start: 0px;
  margin-bottom: 15px;
}
.explore-tab{
  margin-top: 60px;
}
.sidebar-extra-menu{
  margin-top: 15px;
}
.menu-items ul li{
  list-style-type: none;
}
.inline{
  display: inline-block;
  float: left;
}
.menu-items ul li a{
  font-size: 34px;
  color: #ffffff;
  font-family: 'Hind-SemiBold';
  letter-spacing: 1px;
    -webkit-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  text-decoration: none;
}
.address-box h4{
  color: #ffffff;
  font-family: 'Hind-SemiBold';

}

.no-pad-l{
  padding-left: 0px !important;
}
.address-box-main{
  margin-top: 60px;
  padding-left: 20px !important
}
.address-box{
  padding-left: 0px;
}
.address-box p{
  color: #ffffff;
  font-family: 'Hind-Regular';
  font-size: 14px;
}
.menu-items ul li a:hover,.menu-items ul li a:focus,.menu-items ul li a:active{
  color: #6AB5C0;
}
.other-menu-items{
    text-transform: uppercase;
    font-family: 'Hind-Regular';
    display: block;
    color: #fff;
    letter-spacing: 1px;
    padding-left: 5px;
}
.menu-items p{
    font-size: 16px;
    padding-bottom: 12px;
    font-family: 'Hind-Regular';
    color: #fff;
    /*text-decoration: underline;*/
}
.social-icon{
  margin-bottom: 40px;
}
.social-icon a img{
  color: #ffffff;
  margin-right: 15px;
  height: 18px;
  width: 18px;
}
.other-menu-items:hover, .other-menu-items:active, .other-menu-items:focus{
    text-decoration: none;
    color: #6ab5c0;
}
.sidebar-inner-address{
    margin-left: 9%;
    position: absolute !important;
    bottom: 24%;
}
.sidebar-inner-address p{
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: 'HindLight';
    margin-bottom: 0px;
    letter-spacing: 1px;

}
.sidebar-inner-address p span{
    font-family: 'HindBold';
}

.sidebar-inner-address a{
    display: block;
    font-size: 16px;
    font-family: 'Hind-SemiBold';
    color: #fff;
    padding-left: 15px;
}

/*privacy policy page*/
.privacy-policy-section{
    margin-top: 80px;
    padding-bottom: 50px;
    padding-top: 50px;
}
.privacy-policy-section .title{
    font-family: 'Hind-SemiBold';
    font-size: 30px;
    margin-bottom: 15px;
}
.privacy-policy-section .para{
    font-family: 'Hind-Regular';
    font-size: 16px;
    margin-bottom: 15px;
}
.privacy-policy-section .title-para{
    font-size: 20px;
    font-family: 'Hind-SemiBold';
    margin-top: 25px;
}
.privacy-policy-section ol{
    padding-inline-start: 40px;
}
.privacy-policy-section ul{
    padding-inline-start: 40px;
}
.privacy-policy-section li{
    font-family: 'Hind-Regular';
    font-size: 16px;
    margin-bottom: 5px;
    list-style: circle;
}
.privacy-policy-section li a{
    color: #000;
}


/*end*/

.contact-btn{
    font-size: 16px;
    padding: 12px 25px;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: none;
    cursor: pointer;
        display: block;
    margin: auto;
    margin-top: 20px;
}
.contact-btn:hover, .contact-btn:focus, .contact-btn:active{
    outline: 0; 
    background-color: #ffffff;
    border-color: #ffffff;
    color: #05193A;

}
.mar-b-0{
  margin-bottom: 0px !important;
}
.contact-submit-btn{
    font-size: 16px;
    padding: 12px 25px;
    background: transparent;
    color: #000;
    border: 2px solid #000;
    box-shadow: none;
    cursor: pointer;
    margin: auto;
    display: inline-block;
    margin-top: 5px;
    margin-left: 24.5%;
}
.contact-submit-btn:focus{
    outline: 0;
}

.contact-modal{
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    left: 100%;
    display: none;
    z-index: 10000;
    display: block;
}
.contact-modal .modal-overlay{
    background: rgba(0,0,0,0.8);
    height: inherit;
    width: inherit;
    display: block;
    position: relative;
}
.contact-modal .modal-overlay .modal-main{
    width: 50%;
    margin-left: 25%;
    padding-top: 6%;
    display: block;
    position: relative;
}
.contact-modal .modal-overlay .modal-main .modal-main-inner{
    height: inherit;
    width: 100%;
    padding:30px 30px 20px 30px; 
    background: #fff;
}
.modal-main-inner .modal-header h3{
    font-size: 25px;
    text-align: left;
    font-family: 'Hind-SemiBold';
    margin-left: 5%;
    margin-bottom: 5px;
}
.modal-main-inner .modal-header p{
    font-size: 14px;
    text-align: left;
    font-family: 'Hind-SemiBold';
    margin-left: 5%;
    margin-bottom: 5px;
}
.contact-form{
    padding: 5px 0 25px 0;
    width: 90%;
    margin-left: 5%;
}
.contact-form .form-group{
    margin-bottom: 15px; 
}
.contact-form .form-group label{
    font-family: 'Hind-SemiBold';
    font-size: 16px;
    display: inline-block;
    width: 24%;
}
.contact-form .form-group input.form-control{
    height: 37px;
    padding-left: 15px;
    border: 2px solid #000;
    font-family: 'Hind-Regular';
    width: 75%;
    margin-left: 0px;
}
.contact-form .form-group .form-control:hover, .contact-form .form-group .form-control:focus, .contact-form .form-group .form-control:active{
    box-shadow: none;
    outline: none;
}
.contact-form .form-group .textarea-label{
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    height: 60px;
}
.contact-form .form-group textarea.form-control{
    border: 2px solid #000;
    width: 53%;
    padding-top: 5px;
    font-family: 'Hind-Regular';
    padding-left: 15px;
    vertical-align: top;
}
.privacy-policy{
    font-size: 15px;
    text-decoration: underline !important; 
}
.privacy-policy:hover,.privacy-policy:active,.privacy-policy:focus{
    text-decoration: underline !important;
}
.close-modal{
      background: none;
    box-shadow: none;
    outline: none;
    border: 0;
    cursor: pointer;
    position: absolute;
    margin-top: -60px;
    right: 60px;
    z-index: 1000;
}
.close-modal img{
    height: 18px;
}

.error-tab{
    display: inline-block;
    font-size: 12px;
    margin-left: 15px;
    font-family: 'Hind-SemiBold';
    width: 25%;
    vertical-align: middle;
}
.mar-t-15{
    margin-top: 15px;
}
.error-ul{
    font-family: 'Hind-Regular';
    position: relative;
    width: 100%;
    height: auto;
    font-weight: 600;
    padding-inline-start: 0;
}
.error-ul li{
    list-style-type: none;
}
.thankyou-mes{
    height: auto;
    padding: 0;
    position: fixed;
    top: 0;
    display: none;
    width: 100%;
    margin: auto;
    left: 0;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    z-index: 10000000000;
    align-items: center;
}
.thankyou-mes-head{
    background: #7CC576;
    font-family: 'Hind-SemiBold';
    text-align: center;
    font-size: 20px;
    border: 4px solid #00746B;
    border-radius: 15px;
    width: 35%;
    margin: auto;
    padding: 15px 0;
}

.error-ul li{
    color: red;
    font-size: 14px;
}

.preloader{
    padding: 0px 15px;
    margin: auto;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin-top: -1%;
    height: 45px;
    display: none;
}

.inline-flex{
    display: inline-flex !important;
}
.noscript-mes{
  font-size: large;
  color: red;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  footer .footer_case .links {
    padding-left: 60px; } }
@media (max-width: 992px) {
  .about_us .col .greeting .greeting_headline {
    font-size: 32px;
    margin-bottom: 12%; }

  .title_section {
    font-size: 32px !important;
    font-family: 'Hind-SemiBold';
    line-height: 44px !important;
    margin-bottom: 25px !important; }

  .paragraph_section {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Hind-Regular'; }

  .subtitle_paragraph {
    font-size: 28px;
    font-family: 'Hind-Regular'; }

  .services .services_row .services_row_image {
    margin-top: 70px; }

  .testimonials .testimonials_slider {
    padding-bottom: 10px; }

  .contact .contact_info h6 {
    font-size: 18px; }

  footer .footer_case .locations .locations_list {
    padding-left: 30px; }

  footer .footer_case .links {
    padding-left: 20px; }

  footer .footer_case .logo img {
    max-width: 160px; }

  footer .footer_case .logo span {
    font-size: 14px; }

  footer .footer_case .social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10px; }

  footer .footer_case .social a:not(:last-of-type) {
    margin-right: 0px; }

  footer .footer_case .social a {
    width: 31px;
    height: 31px;
    padding-top: 5px;
    padding-left: 9px; }
    footer .footer_case .social a:not(:last-child) {
      margin-bottom: 7px; }
    footer .footer_case .social a:nth-of-type(2) {
      padding-top: 6px;
      padding-left: 7px; }
    footer .footer_case .social a:last-of-type {
      padding-top: 5px;
      padding-left: 8px; }

  footer .footer_case .social a i {
    font-size: 16px; } }
@media (max-width: 768px) {
  .about_us .col .greeting .greeting_headline {
    margin-bottom: 100px;
    font-size: 28px;
    line-height: 36px; }

  footer .col-md-6:first-of-type {
    margin-bottom: 40px; } }
@media (max-width: 768px) and (orientation: landscape) {
  .about_us .col .greeting .greeting_headline {
    margin-bottom: 100px; }

  .about_us .col .greeting .scrolldown-btn {
    bottom: 60px; }

  .menu nav .menu_links li a {
    font-size: 20px; }

  .menu nav {
    top: 55%; } }
@media (max-width: 576px) {
  .about_us .col .greeting .greeting_headline {
    font-size: 24px;
    line-height: 30px; }

  .about_us .col .greeting .scrolldown-btn {
    bottom: 50px; }

  .mark_section {
    font-size: 18px !important;
    margin-bottom: 15px !important; }

  .title_section {
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 10px !important; }

  .paragraph_section {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-top: 0px !important; }
    .testimonials .testimonials_slider .testimonial .testimonial_text .about_customer{
      text-align: center;
    }

  .services .services_row {
    padding: 25px 0 0px 0; }

  .services .services_row .services_row_image {
    margin-top: 15px;
    margin-bottom: 10px; }

  .services .services_row .services_row_text .subtitle_paragraph {
    font-size: 22px; }

  .testimonials .testimonials_slider .testimonial {
    padding-left: 0px; }

  .testimonials .testimonials_slider .testimonial .testimonial_text {
    padding-left: 10px; 
    display: block;
    width: 100%;
  }
  .testimonials .testimonials_slider .testimonial .image_customer img{
    margin: auto;
  }

  .testimonials .testimonials_slider .testimonial {
    margin-right: 0px; 
    display: block;
  }
  .testimonials .testimonials_slider .testimonial .image_customer::after{
    height: 55px;left: 50%;
  }
  .testimonials .testimonials_slider .testimonial .image_customer{
    display: block;
    width: 100%;
  }


  .contact .contact_info {
    height: 60vh;
    background-size: 15%;
    padding-top: 40px;
    background-position: top 10% left 50%; }

  footer .footer_case nav .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px; }

  footer .footer_case .links .footer_nav:last-of-type {
    padding-top: 4px;
    padding-left: 0px; }

  footer .footer_case .social {
    padding-right: 30px;
    padding-top: 35px; }

  footer .footer_case .social a:not(:last-child) {
    margin-bottom: 20px; }

  .scrolltop-btn {
    bottom: 10px;
    right: 10px; }

  footer .footer_case .logo span {
    padding-left: 20px;
    text-align: left; }

  footer .footer_case .locations .locations_list a li {
    text-align: right; }

  footer .footer_case .locations .locations_list {
      padding-right: 10px; 
      margin-top: 25px; 
  }

  header {
    height: 65px; }

  .about_us {
    margin-top: 52px; }

  header .container .row .col-lg-12 .logo a {
    display: block;
    max-width: 160px;
    height: auto; }

  .menu nav .menu_links li a {
    font-size: 24px; }

  .what_we_do {
    padding: 30px 0 20px 0; }

  .services {
    padding: 30px 0 20px 0; }

  .who_we_are {
    padding: 30px 0 20px 0; }

  .testimonials {
    padding: 30px 0 20px 0; }

  footer {
    padding: 30px 0 60px 0; }

  .language {
    font-family: 'Hind-Regular';
    position: absolute;
    right: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2px; }
    .language span {
      font-size: 16px;
      cursor: pointer;
      display: block;
      margin-right: 10px; }
      .language span.hidden {
        }
      .language span a {
        display: block;
        color: #000; } 
      .explore-tab{
          margin-top: 0px;
          padding-left: 0px;
      }
      .address-box-main {
          margin-top: 26px;
      }
      .sidebar-inner{
        overflow: auto;
        padding-bottom: 60px;
      }    
      .menu-items{
        padding-left: 0 !important;
      }
      .address-box{
          margin-bottom: 25px;
      }
      .contact-modal .modal-overlay .modal-main {
        width: 90%;
        margin-left: 5%;
      }
      .contact-modal .modal-overlay .modal-main .modal-main-inner{
        padding: 25px 0;
      }
      .explore-tab, .sidebar-extra-menu, .address-box-main{
        padding-left: 0px !important;
      }

      .contact-form .form-group label{
        width: 30%;
      }
      .contact-form .form-group input.form-control{
        width: 68%;
      }
      .close-modal{
        right: 22px;
      }
      .contact-modal .modal-overlay .modal-main{
        padding-top: 23%;
      }
      footer .footer_case .social a img{
          height: 15px;
          width:15px;
      }

}