/*
Theme Name:     Divi Child
Theme URI:      https://www.elegantthemes.com/gallery/divi/
Description:    Divi Child Theme
Author:         Elegant Themes
Author URI:     https://www.elegantthemes.com
Template:       Divi
Version:        1.0.8
*/

/* =Theme customization starts here
------------------------------------------------------- */
/******************* Global CSS Start *******************/

@font-face {
    font-family: 'Mont Regular';
    font-display:swap;
    src: url(/wp-content/themes/Divi/fonts/Mont-Regular.otf);
    src: url(/wp-content/themes/Divi/fonts/Mont-Regular.otf) format("opentype");
    src: url(/wp-content/themes/Divi/fonts/Mont-Regular.eot?#iefix) format('embedded-opentype'),
        url(/wp-content/themes/Divi/fonts/Mont-Regular.woff2) format('woff2'),
        url(/wp-content/themes/Divi/fonts/Mont-Regular.woff) format('woff'),
        url(/wp-content/themes/Divi/fonts/Mont-Regular.ttf) format('truetype'),
        url(/wp-content/themes/Divi/fonts/Mont-Regular.svg#FuturaBT-Book) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Mont Light';
  font-display:swap;
  src: url(/wp-content/themes/Divi/fonts/Mont-Light.otf);
  src: url(/wp-content/themes/Divi/fonts/Mont-Light.otf) format("opentype");
  src: url(/wp-content/themes/Divi/fonts/Mont-Light.eot?#iefix) format('embedded-opentype'),
      url(/wp-content/themes/Divi/fonts/Mont-Light.woff2) format('woff2'),
      url(/wp-content/themes/Divi/fonts/Mont-Light.woff) format('woff'),
      url(/wp-content/themes/Divi/fonts/Mont-Light.ttf) format('truetype'),
      url(/wp-content/themes/Divi/fonts/Mont-Light.svg#FuturaBT-Book) format('svg');
  font-weight: 300;
  font-style: normal;
}

h1,
h2,
h3,
h4,
a.et_pb_button,
.mont-bold {
  font-family: "Mont Bold", Helvetica, Arial, Lucida, sans-serif !important;
}
.blog-filter-tab-section ul.project-tiles {
  padding: 0 !important;
}
.blog-filter-tab-section ul.cat-list li:first-child {
  margin-left: 5px;
}

#top-menu li.current-menu-item > a {
  color: #334dff !important;
}
#home-banner p {
  font-family: "Mont Regular", Helvetica, Arial, Lucida, sans-serif !important;
}

p {
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  /* 	font-size: 18px;
	line-height: 30px; */
}

a.et_pb_button {
  width: auto;
  text-align: center;
  padding: 0 50px;
}

#custom-width-btn {
  width: 80% !important;
}

.td-none {
  text-decoration: none !important;
}

.slick-next:before,
.slick-prev:before,
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 1 !important;
}

.grey {
  color: #959595;
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
  background-color: transparent;
}

#et-info-email:hover,
#et-secondary-menu > ul > li > a:hover,
#top-menu-nav > ul > li > a:hover,
.et-social-icons a:hover {
  opacity: 1 !important;
  color: #334dff !important;
}

header#main-header.static {
  /* position: static !important; */
  /* 	background: #000; */
  background: -o-linear-gradient(343.54deg, #000000 0%, #242424 81.61%);
  background: linear-gradient(106.46deg, #000000 0%, #242424 81.61%);
}

header#main-header.static + #et-main-area {
  margin-top: 68px;
}

header#main-header.static.sticky {
  position: fixed !important;
}
/*******************blog induvidual page style**************/
/* .blog-induvidual-background
{
	background: linear-gradient(94.81deg, #334DFF 9.4%, #00D9E2 124.42%);
} */
.blog-induvidual-first-section {
  padding-top: 80px !important;
}
/******************* Global CSS Start *******************/
/********************Footer CSS**************************/
.country-list select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/wp-content/uploads/2021/08/Chevron-left.png) no-repeat;
  background-position: 95% 50%;
  background-color: #fff;
  outline: none !important;
  border: 0px !important;
  height: 45px;
}
/****************Footer CSS ends***********************/
/******************* Navigation CSS Start *******************/

/*change Divi hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
  content: "\4d";
}

/*rotate the Divi Menu icon on click*/

.mobile_menu_bar:before {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
}

/*rotate the Divi Menu icon on click*/

.mobile_nav.opened .mobile_menu_bar::before {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
}

/*  */
ul#mobile_menu li.last-child {
  cursor: pointer;
  border: 1px solid #334dff;
  border-radius: 35px;
  line-height: 22px;
  padding: 17px 0px !important;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  margin-top: 20px;
  width: 177px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul#mobile_menu .last-child a {
  padding: 0 !important;
  color: #334dff !important;
  font-size: 19px !important;
  text-align: center;
}

ul#mobile_menu li.last-child:hover {
  background: #334dff;
}

ul#mobile_menu li.last-child:hover a {
  color: #fff !important;
}

/*  */

@media only screen and (min-width: 981px) {
  /* 	 */

  #logo {
    max-height: 100%;
    max-width: 182.69px;
  }
  .et_pb_svg_logo #logo {
    height: 100%;
  }
  .et-fixed-header#top-header,
  .et-fixed-header#top-header #et-secondary-nav li ul {
    background-color: #334dff;
  }
  .et-fixed-header#main-header,
  .et-fixed-header#main-header .nav li ul,
  .et-fixed-header .et-search-form {
    background-color: rgba(0, 0, 0, 0.98);
  }
  .et-fixed-header #top-menu li a {
    font-size: 16px !important;
  }
  /* .et-fixed-header #et-top-navigation {
    float: left;
  } */
  .et-fixed-header #top-menu a,
  .et-fixed-header #et_search_icon:before,
  .et-fixed-header #et_top_search .et-search-form input,
  .et-fixed-header .et_search_form_container input,
  .et-fixed-header .et_close_search_field:after,
  .et-fixed-header #et-top-navigation .et-cart-info {
    color: #ffffff !important;
  }
  .et-fixed-header .et_search_form_container input::-moz-placeholder {
    color: #ffffff !important;
  }
  .et-fixed-header .et_search_form_container input::-webkit-input-placeholder {
    color: #ffffff !important;
  }
  .et-fixed-header .et_search_form_container input:-ms-input-placeholder {
    color: #ffffff !important;
  }
  .et-fixed-header #top-menu li.current-menu-ancestor > a,
  .et-fixed-header #top-menu li.current-menu-item > a,
  .et-fixed-header #top-menu li.current_page_item > a {
    color: #334dff !important;
  }

  .et_header_style_left .logo_container {
    position: relative;
    width: 182px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
  }
  #top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #top-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
  }

  .menu-login {
    font-family: "Mont Regular", Helvetica, Arial, Lucida, sans-serif !important;
    position: absolute !important;
    right: 200px;
    top: 0px;
    font-weight: normal;
    padding-right: 0px !important;
  }

  /* ie */

  html.ie .et_header_style_left #et-top-navigation {
    position: relative;
  }

  html.ie div#et-top-navigation {
    padding-left: 100px !important;
  }

  .et_header_style_left #et-top-navigation nav > ul > li > a {
    padding-bottom: 0px;
  }

  .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a {
    padding-bottom: 0px;
  }

  header#main-header {
    height: 106px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* header#main-header.et-fixed-header {
    padding: 10px 0;
  } */
  header#main-header .container {
    width: 100%;
    max-width: 80%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* 	 */
  header#main-header div#et-top-navigation > nav > ul > li > ul {
    top: calc(100% - -20px) !important;
    left: 0px;
  }

  header#main-header
    div#et-top-navigation
    > nav
    > ul
    > li
    > ul.sub-menu:before {
    content: url(/wp-content/uploads/2021/07/submenu-arrow.svg);
    position: absolute;
    top: -15px;
    left: 40px;
  }

  header#main-header
    div#et-top-navigation
    .menu-item-has-children
    > a:first-child {
    padding-right: 0px;
  }

  header#main-header
    div#et-top-navigation
    .menu-item-has-children
    > a:first-child:after {
    display: none;
  }
  header#main-header ul#menu-home-menu {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  ul#top-menu li.last-child {
    cursor: pointer;
    border: 1px solid #334dff;
    border-radius: 35px;
    font-size: 19px;
    line-height: 22px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    width: 177px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -18px;

    /* 		margin-left: 20px; */
  }

  ul#top-menu .last-child a {
    padding: 0 !important;
    color: #334dff !important;
  }

  ul#top-menu li.last-child:hover {
    background: #334dff;
  }

  ul#top-menu li.last-child:hover a {
    color: #fff !important;
  }

  div#et-top-navigation {
    padding-top: 0 !important;
    position: absolute;
    width: 100%;
    padding-left: 235px !important;
  }

  /******************* Three Column CSS Start *******************/
  div#three-column-layout .et_pb_column {
    margin-top: -100px !important;
  }
  /******************* Three Column CSS End *******************/
}

/******************* Navigation CSS End *******************/

/******************* Blog Slider CSS Start *******************/
#blog-slider .blog-item {
  /* width: 25%; */
  margin: 0 20px;
  background: #fff;
  border-radius: 16px;
}
.blog-slider-container .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.blog-slider-container .slick-slide {
  height: inherit !important;
}
#blog-slider .blog-img-container img {
  width: 100%;
}

#blog-slider .blog-info-container {
  background: #fff;
  padding: 40px 30px;
  border-radius: 0 0 12px 12px;
}

#blog-slider .blog-meta {
  margin-bottom: 10px;
}

#blog-slider span.blog-date {
  font-weight: 600;
  font-size: 18px;
}

#blog-slider span.blog-cat {
  color: #00d9e2;
  font-weight: 600;
  font-size: 18px;
}

#blog-slider h4.blog-title {
  font-family: "Mont Bold", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 41px;
}

#blog-slider p.blog-excerpt {
  margin-bottom: 20px;
}

#blog-slider .learn-more-btn {
  font-size: 20px;
  line-height: 22px;
}
#blog-slider .learn-more-btn-featured {
  border: 3px solid #334dff;
  padding: 10px 30px;
  border-radius: 35px;
}

#blog-slider .slick-prev:before {
  content: url(/wp-content/uploads/2021/06/Left.svg);
}

#blog-slider .slick-next:before {
  content: url(/wp-content/uploads/2021/06/Right.svg);
}

#blog-slider .slick-next:hover:before {
  content: url(/wp-content/uploads/2021/06/Right-h.svg);
}

#blog-slider .slick-prev:hover:before {
  content: url(/wp-content/uploads/2021/06/left-h.svg);
}

#blog-slider .slick-prev {
  left: -70px !important;
}

#blog-slider .slick-dots li button:before {
  border: 1px solid #fff;
  border-radius: 50%;
  color: transparent;
  opacity: 1;
  font-size: 10px !important;

  width: 10px !important;
  height: 10px !important;
}

#blog-slider .slick-dots li.slick-active button:before {
  border: 1px solid #334dff !important;
  color: transparent !important;
  background-color: #334dff !important;
  opacity: 1;
}

#blog-slider ul.slick-dots {
  width: 100%;
  padding: 0;
  bottom: -50px;
}

/******************* Blog Slider CSS End *******************/

/******************* Testimonial Slider CSS Start *******************/
#testimonial-slider .testimonial-item {
  margin: 0 10px;
}

#testimonial-slider .testimonial-desc,
#testimonial-slider .testimonial-user h4 {
  color: #fff;
}

#testimonial-slider .testimonial-user h4 {
  font-size: 20px;
  line-height: 33px;
}

#testimonial-slider .testimonial-top-row,
#testimonial-slider .testimonial-bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* 	align-items: center; */
}

#testimonial-slider .testimonial-top-row {
  margin-bottom: 40px;
}

#testimonial-slider .testimonial-desc {
  width: 85%;
}

#testimonial-slider .testimonial-quotes img {
  width: 75px;
}

#testimonial-slider .testimonial-logo img {
  width: 190px;
}

#testimonial-slider .slick-dots li button:before {
  border: 1px solid #fff;
  border-radius: 50%;
  color: transparent;
  opacity: 1;
  font-size: 10px !important;

  width: 10px !important;
  height: 10px !important;
}

#testimonial-slider .slick-dots li.slick-active button:before {
  border: 1px solid #334dff !important;
  color: transparent !important;
  background-color: #334dff !important;
  opacity: 1;
}

#testimonial-slider ul.slick-dots {
  width: auto;
  padding: 0;
  left: 10px;
}

#testimonial-slider .slick-prev:before {
  content: url(/wp-content/uploads/2021/06/testim-left.svg);
}

#testimonial-slider .slick-next:before {
  content: url(/wp-content/uploads/2021/06/testim-right.svg);
}

#testimonial-slider .slick-prev:hover:before {
  content: url(/wp-content/uploads/2021/07/testim-left-h.svg);
}

#testimonial-slider .slick-next:hover:before {
  content: url(/wp-content/uploads/2021/07/testim-right-h.svg);
}

#testimonial-slider .slick-next,
#testimonial-slider .slick-prev {
  bottom: -100px !important;
  top: unset !important;
  right: unset !important;
  left: unset !important;
}

#testimonial-slider .slick-next {
  right: 15px !important;
}

#testimonial-slider .slick-prev {
  right: 80px !important;
}

#testimonial-slider .slick-prev::after {
  content: "|";
  color: #959595;
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/******************* Testimonial Slider CSS End *******************/

/******************* About Testimonial Slider CSS Start *******************/
#about-testimonial-slider .testimonial-item {
  margin: 0 10px;
}

#about-testimonial-slider .testimonial-desc h3 {
  color: #000;
  font-size: 20px !important;
  line-height: 26px !important;
}

#about-testimonial-slider .testimonial-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* 	align-items: center; */
}

#about-testimonial-slider .testimonial-item {
  position: relative;
}

#about-testimonial-slider .testimonial-top-row {
  margin: 40px 0;
}

#about-testimonial-slider .blank-col {
  width: 20%;
}

#about-testimonial-slider .testimonial-desc {
  width: 70%;
  /* 	text-align: center; */
  padding-left: 3%;
}

#about-testimonial-slider .testimonial-quotes {
  width: 30%;
  /*     position: absolute;
	top: 0; */
}

#about-testimonial-slider .testimonial-quotes img {
  width: 75px;
  margin: auto;
}

#about-testimonial-slider .testimonial-logo img {
  width: 190px;
}

#about-testimonial-slider .slick-dots li button:before {
  border: 1px solid #00d9e2;
  border-radius: 50%;
  color: transparent;
  opacity: 1;
  font-size: 6px !important;

  width: 6px !important;
  height: 6px !important;
}

#about-testimonial-slider .slick-dots li.slick-active button:before {
  border: 1px solid #334dff !important;
  color: transparent !important;
  background-color: #334dff !important;
  opacity: 1;
}

#about-testimonial-slider ul.slick-dots {
  width: auto;
  padding: 0;
  left: 65%;
  bottom: -70px;
}

#about-testimonial-slider ul.slick-dots li {
  margin: 0 !important;
}

#about-testimonial-slider .slick-prev:before {
  content: url(/wp-content/uploads/2021/07/testim-left-h.svg);
}

#about-testimonial-slider .slick-next:before {
  content: url(/wp-content/uploads/2021/07/testim-right-h.svg);
}

#about-testimonial-slider .slick-prev:hover:before {
  content: url(/wp-content/uploads/2021/07/testim-left-h.svg);
}

#about-testimonial-slider .slick-next:hover:before {
  content: url(/wp-content/uploads/2021/07/testim-right-h.svg);
}

#about-testimonial-slider .slick-next,
#about-testimonial-slider .slick-prev {
  bottom: -70px !important;
  top: unset !important;
  right: unset !important;
  left: unset !important;
}

#about-testimonial-slider .slick-next {
  left: 25.5% !important;
}

#about-testimonial-slider .slick-prev {
  left: 20% !important;
}

#about-testimonial-slider .slick-prev::after {
  content: "|";
  color: #959595;
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/******************* About Testimonial Slider CSS End *******************/

/******************* Footer Accordion CSS Start *******************/

#footer-accordion h5.et_pb_toggle_title {
  padding: 0 !important;
}

#footer-accordion .et_pb_toggle_title:before,
#footer-accordion .et_pb_toggle_open .et_pb_toggle_title:after {
  position: absolute;
  right: 0;
  font-size: 32px;
  color: #000;
  top: 50%;
  margin-top: -0.5em;

  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
}

#footer-accordion .et_pb_toggle_title:before {
  content: "\33";
}

#footer-accordion .et_pb_toggle_open .et_pb_toggle_title:after {
  content: "\32" !important;
}
/******************* Footer Accordion CSS End *******************/
/****************Services page styling starts  */
.faster-smarter-surer .et_pb_module {
  margin-bottom: 5px !important;
}
.gapadvisory-features p {
  padding-bottom: 0px;
}
/************************************************************ Media Query for iPad Pro Start **************************************************/
@media only screen and (min-width: 981px) and (max-width: 1100px) {
  /******************* Navigation CSS Start *******************/
  .column-padding {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  div#services-slider-one .single-post {
    min-height: 100% !important;
  }
  div#services-slider-two .single-post {
    min-height: 100% !important;
  }
  header#main-header .container {
    width: 100%;
    max-width: 90% !important;
    margin: auto;
  }
  /******************* Navigation CSS End *******************/

  /******************* Home Banner CSS Start *******************/

  #home-banner .header-content {
    width: 100%;
    max-width: 100%;
  }

  #home-banner .et_pb_header_content_wrapper {
    width: 100% !important;
  }
  /******************* Home Banner CSS End *******************/

  /******************* Three Column CSS End *******************/
  .row-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    max-width: 90% !important;
  }

  .row-flex .et_pb_column {
    width: 31% !important;
    margin: 10px !important;
  }
  /******************* Three Column CSS End *******************/

  /******************* Fullwidth Row CSS Start *******************/
  .fullwidth-row .et_pb_column_3,
  .fullwidth-row .et_pb_column_10 {
    padding: 8% !important;
  }
  /******************* Fullwidth Row CSS End *******************/

  /******************* Blog Slider CSS Start *******************/

  #blog-slider .slick-prev {
    left: -25px !important;
    z-index: 9;
  }

  #blog-slider .slick-next {
    right: 25px;
  }

  div#home-blog-slider-custom-row-1 .et_pb_column {
    margin-top: -336px;
    position: relative;
  }

  div#home-blog-slider-custom-row-1 #blog-slider .blog-img-container {
    height: 306px;
  }

  div#home-blog-slider-custom-row-1 #blog-slider .blog-img-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
  }
  /******************* Blog Slider CSS End *******************/

  body
    #page-container
    .et_pb_section
    .row-flex
    .et_pb_cta_0.et_pb_promo
    .et_pb_button_wrapper
    .et_pb_promo_button.et_pb_button,
  body
    #page-container
    .et_pb_section
    .row-flex
    .et_pb_cta_1.et_pb_promo
    .et_pb_button_wrapper
    .et_pb_promo_button.et_pb_button,
  body
    #page-container
    .et_pb_section
    .row-flex
    .et_pb_cta_2.et_pb_promo
    .et_pb_button_wrapper
    .et_pb_promo_button.et_pb_button {
    padding: 12px 20px !important;
  }
}
/************************************************************ Media Query for iPad Pro End **************************************************/

/************************************************************ Media Query for iPad Start **************************************************/
@media only screen and (min-width: 600px) and (max-width: 981px) {
  /******************* Navigation CSS Start *******************/
  div#services-slider-one .single-post {
    min-height: 100% !important;
  }
  div#services-slider-two .single-post {
    min-height: 100% !important;
  }
  div#global-navbar .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /*   ul#mobile_menu1 {
	width: 300px;
} */
  /******************* Navigation CSS End *******************/

  /******************* Home Banner CSS Start *******************/

  #home-banner .header-content {
    width: 100%;
    max-width: 100%;
  }

  #home-banner .et_pb_header_content_wrapper {
    width: 100% !important;
  }
  /******************* Home Banner CSS End *******************/

  /******************* Three Column CSS Start *******************/
  .row-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row-flex .et_pb_column {
    width: 46%;
    margin: 10px;
  }

  div#three-column-layout .et_pb_column {
    margin-top: -100px !important;
  }

  div#three-column-layout .et_pb_column:last-child {
    margin-top: 0px !important;
  }
  /******************* Three Column CSS End *******************/

  /******************* Blog Slider CSS Start *******************/

  #blog-slider .slick-prev {
    left: -25px !important;
    z-index: 9;
  }

  #blog-slider .slick-next {
    right: 25px;
  }
  /******************* Blog Slider CSS End *******************/
  /****************Services page******************************/
  .gapmap-live-features .et_pb_column {
    margin: 40px auto;
  }
  .gap-advisory-feature .et_pb_column .et_pb_row {
    margin: 60px auto;
  }
  /*********Blog slider style***************/
  #blog-slider .blog-item {
    margin: 0 80px;
  }
}
/************************************************************ Media Query for iPad End **************************************************/

/************************************************************ Media Query for Mobile Start **************************************************/
@media all and (min-width: 768px) and (max-width: 980px) {
  .reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 600px) {
  /* Services slider code */

  .w-6 {
    width: 100% !important;
  }
  .country-mobile {
    /* 		margin-top:0px !important; */
    margin-bottom: 20px !important;
  }
  .reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  /******************* Navigation CSS Start *******************/

  div#global-navbar .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #mobile_menu li.menu-item-has-children a {
    position: relative;
  }

  #mobile_menu ul.sub-menu li a {
    color: #334dff !important;
  }

  /* 	#mobile_menu li.menu-item-has-children > a:before {
	content: '\33';
	position: absolute;
	right: 0;
	font-size: 32px;
	color: #fff;
	top: 50%;
	margin-top: -.5em;

	font-family: ETmodules!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0;
	direction: ltr;
} */

  /******************* Navigation CSS End *******************/

  /******************* Home Banner CSS Start *******************/

  #home-banner .header-content {
    width: 100%;
    max-width: 100%;
  }

  #home-banner .et_pb_header_content_wrapper {
    width: 100% !important;
  }
  /******************* Home Banner CSS End *******************/

  /******************* Three Column CSS Start *******************/

  div#three-column-layout .et_pb_column:nth-child(1) {
    margin-top: -100px !important;
  }
  /******************* Three Column CSS End *******************/

  /******************* Blog Slider CSS Start *******************/

  #blog-slider .slick-prev {
    left: -10px !important;
    z-index: 9;
  }

  #blog-slider .slick-next {
    right: 35px;
  }

  #blog-slider .slick-next,
  #blog-slider .slick-prev {
    display: none !important;
  }
  /******************* Blog Slider CSS End *******************/

  /********************* Testimonial Slider CSS Start ***************************/
  #testimonial-slider .testimonial-top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: column-reverse;
  }

  #testimonial-slider .testimonial-bottom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #testimonial-slider .testimonial-quotes {
    display: block;
    margin-left: auto;
  }

  #testimonial-slider ul.slick-dots {
    width: 100%;
    padding: 0;
    left: 0px;
  }

  #testimonial-slider .slick-next,
  #testimonial-slider .slick-prev {
    display: none !important;
  }

  #testimonial-slider .testimonial-item {
    text-align: center;
  }

  #testimonial-slider .testimonial-top-row {
    margin-bottom: 10px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #testimonial-slider .testimonial-logo {
    margin: 10px 0 30px;
  }

  #testimonial-slider .testimonial-quotes {
    margin-bottom: 20px;
  }
  /********************* Testimonial Slider CSS End ***************************/
  #about-testimonial-slider .blank-col {
    width: 0%;
  }

  #about-testimonial-slider .testimonial-quotes {
    width: 100%;
  }

  #about-testimonial-slider .testimonial-quotes img {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }

  #about-testimonial-slider .testimonial-desc {
    width: 100%;
    text-align: center;
  }

  #about-testimonial-slider ul.slick-dots {
    left: 50%;
    bottom: -25px;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
  }

  #about-testimonial-slider .slick-next,
  #about-testimonial-slider .slick-prev {
    bottom: -70px !important;
  }

  #about-testimonial-slider .slick-next {
    left: 200px !important;
  }

  #about-testimonial-slider .slick-prev {
    left: 130px !important;
  }

  #about-testimonial-slider .testimonial-top-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/* CSS code for about page new map dropdown */
.accordion-list .et_pb_toggle {
  background-color: transparent;
}

/* .accordion-list .et_pb_toggle_title:before
{
content:"\f063" !important;
}
*/
.accordion-list .et_pb_toggle_title {
  color: #fff !important;
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
  font-size: 21px;
  line-height: 56px;

  font-weight: 700;
}
.accordion-list .et_pb_toggle {
  border: none;
  border-bottom: 1px solid #f4f4f4;
}
.accordion-list .et_pb_toggle_open .et_pb_toggle_title {
  color: #00d9e2 !important;
}
.accordion-list .et_pb_toggle_content.clearfix {
  background-color: #000000 !important;
  opacity: 0.75;
  border: 0.5px solid #00d9e2;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.accordion-list .et_pb_toggle_content p {
  color: #fff !important;
  opacity: 1;
}
.accordion-list .et_pb_toggle_content {
  padding-bottom: 20px !important;
}
.accordion-list .dropdown-name {
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
.accordion-list .dropdown-mail a {
  color: #fff !important;
}
.accordion-list .visit-location {
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.accordion-list .et_pb_toggle_title:before {
  content: "\33" !important;
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
}

/*  Using toggle instead of accordion*/
#location-toggle .et_pb_toggle {
  border: none;
  border-bottom: 1px solid #f4f4f4;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
#lastchild {
  border-bottom: none !important;
}
#location-toggle .et_pb_toggle_title:before {
  content: "\33" !important;
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
}

#location-toggle .et_pb_toggle_open .et_pb_toggle_title:before {
  content: "\32" !important;
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
}
#location-toggle .et_pb_toggle_title {
  color: #fff !important;
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
  font-size: 21px;
  line-height: 56px;
  font-weight: 400;
}
#location-toggle .et_pb_toggle_content.clearfix {
  background-color: #000000 !important;
  opacity: 0.75;
  border: 0.5px solid #00d9e2;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
#location-toggle .dropdown-mail a {
  color: #fff !important;
}
#location-toggle .et_pb_toggle_content p {
  color: #fff !important;
  opacity: 1;
}
#location-toggle .visit-location {
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
#location-toggle .dropdown-name {
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
#location-toggle .et_pb_toggle_content {
  padding-bottom: 20px !important;
}
.gapmap-body-logo h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 0px !important;
}
/************************************************************ Media Query for Mobile End **************************************************/

/************************************************************ Media Query for iPhone 5(320x568) End **************************************************/
@media only screen and (max-width: 321px) {
  /* 	a.et_pb_button {
	padding-top: 12px!important;
	padding-right: 15px!important;
	padding-bottom: 12px!important;
	padding-left: 15px!important;
} */
  #home-banner .header-content {
    padding: 0;
  }

  #home-banner h1.et_pb_module_header {
    font-size: 32px;
    line-height: 33px;
  }

  #home-banner .et_pb_header_content_wrapper {
    font-size: 22px;
    line-height: 28px;
  }

  h2 {
    font-size: 32px !important;
    line-height: 38px !important;
  }

  h4 {
    font-size: 22px !important;
    line-height: 32px !important;
  }

  body
    #page-container
    .et_pb_section
    .row-flex
    .et_pb_cta_0.et_pb_promo
    .et_pb_button_wrapper
    .et_pb_promo_button.et_pb_button,
  body
    #page-container
    .et_pb_section
    .row-flex
    .et_pb_cta_1.et_pb_promo
    .et_pb_button_wrapper
    .et_pb_promo_button.et_pb_button,
  body
    #page-container
    .et_pb_section
    .row-flex
    .et_pb_cta_2.et_pb_promo
    .et_pb_button_wrapper
    .et_pb_promo_button.et_pb_button {
    padding: 12px 20px !important;
  }

  #blog-slider .slick-prev {
    left: -15px !important;
    z-index: 9;
  }

  #blog-slider .slick-next {
    right: 35px;
  }

  #about-testimonial-slider .blank-col {
    width: 0%;
  }

  #about-testimonial-slider .testimonial-quotes {
    width: 20%;
  }

  #about-testimonial-slider .testimonial-desc {
    width: 80%;
    text-align: center;
  }

  #about-testimonial-slider ul.slick-dots {
    left: 50%;
    bottom: 0px;
  }

  #about-testimonial-slider .slick-next,
  #about-testimonial-slider .slick-prev {
    bottom: 0px !important;
  }

  #about-testimonial-slider .slick-next {
    left: 65px !important;
  }

  #about-testimonial-slider .slick-prev {
    left: 0px !important;
  }
}
/************************************************************ Media Query for iPhone 5(320x568) End **************************************************/
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  /* ul#top-menu li.last-child {
    padding: 14px 42px !important;
  } */
}
/* media query for phablet */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  /* ul#top-menu li.last-child {
    padding: 14px 42px !important;
  } */
  .column-padding {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .column-padding {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

/* media query for phablet ends */

/*  */
@media only screen and (min-width: 1900px) {
  div#home-blog-slider-custom-row-1 .et_pb_column {
    margin-top: -333px;
    position: relative;
  }

  div#home-blog-slider-custom-row-1 #blog-slider .blog-img-container {
    height: 306px;
  }

  div#home-blog-slider-custom-row-1 #blog-slider .blog-img-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
  }
  div#home-blog-slider-custom-row-1 #blog-slider .slick-next,
  div#home-blog-slider-custom-row-1 #blog-slider .slick-prev {
    top: 292px !important;
  }
}

@media only screen and (min-width: 1599px) and (max-width: 1900px) {
  div#home-blog-slider-custom-row-1 .et_pb_column {
    margin-top: -277px;
    position: relative;
  }

  div#home-blog-slider-custom-row-1 #blog-slider .blog-img-container {
    height: 250px;
  }

  div#home-blog-slider-custom-row-1 #blog-slider .blog-img-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
  }
  div#home-blog-slider-custom-row-1 #blog-slider .slick-next,
  div#home-blog-slider-custom-row-1 #blog-slider .slick-prev {
    top: 235px !important;
  }

  div#home-blog-slider-custom-section-1 {
    padding-bottom: 280px;
  }
}

@media only screen and (min-width: 1399px) and (max-width: 1599px) {
  div#home-blog-slider-custom-row-1 .et_pb_column {
    margin-top: -249px;
    position: relative;
  }

  div#home-blog-slider-custom-row-1 #blog-slider .blog-img-container {
    height: 222px;
  }

  div#home-blog-slider-custom-row-1 #blog-slider .blog-img-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
  }
  div#home-blog-slider-custom-row-1 #blog-slider .slick-next,
  div#home-blog-slider-custom-row-1 #blog-slider .slick-prev {
    top: 207px !important;
  }

  div#home-blog-slider-custom-section-1 {
    padding-bottom: 260px;
  }
}

@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  div#home-blog-slider-custom-row-1 .et_pb_column {
    margin-top: -249px;
    position: relative;
  }

  div#home-blog-slider-custom-row-1 #blog-slider .blog-img-container {
    height: 209px;
  }

  div#home-blog-slider-custom-row-1 #blog-slider .blog-img-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
  }
  div#home-blog-slider-custom-row-1 #blog-slider .slick-next,
  div#home-blog-slider-custom-row-1 #blog-slider .slick-prev {
    top: 207px !important;
  }

  div#home-blog-slider-custom-section-1 {
    padding-bottom: 260px;
  }
}

@media only screen and (min-width: 981px) and (max-width: 1199px) {
  div#global-navbar .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    max-width: 90%;
  }

  div#global-navbar ul li a {
    font-size: 16px !important;
  }
  ul#menu-home-menu li.last-child {
    padding: 10px 30px !important;
  }

  div#home-blog-slider-custom-row-1 .et_pb_column {
    margin-top: -261px;
    position: relative;
  }

  div#home-blog-slider-custom-row-1 #blog-slider .blog-img-container {
    height: 242px;
  }

  div#home-blog-slider-custom-row-1 #blog-slider .blog-img-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
  }
  div#home-blog-slider-custom-row-1 #blog-slider .slick-next,
  div#home-blog-slider-custom-row-1 #blog-slider .slick-prev {
    top: 226px !important;
  }

  div#home-blog-slider-custom-section-1 {
    padding-bottom: 260px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 981px) {
  div#home-blog-slider-custom-row-1 .et_pb_column {
    margin-top: -456px;
    position: relative;
  }

  div#home-blog-slider-custom-row-1 #blog-slider .blog-img-container {
    height: 426px;
  }

  div#home-blog-slider-custom-row-1 #blog-slider .blog-img-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
  }
  div#home-blog-slider-custom-row-1 #blog-slider .slick-next,
  div#home-blog-slider-custom-row-1 #blog-slider .slick-prev {
    top: 411px !important;
  }

  div#home-blog-slider-custom-section-1 {
    padding-bottom: 440px;
  }
}

@media only screen and (max-width: 600px) {
  div#home-blog-slider-custom-row-1 .et_pb_column {
    margin-top: -215px !important;
    position: relative;
  }

  div#home-blog-slider-custom-row-1 #blog-slider .blog-img-container {
    height: 185px;
  }

  div#home-blog-slider-custom-row-1 #blog-slider .blog-img-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
  }
  div#home-blog-slider-custom-row-1 #blog-slider .slick-next,
  div#home-blog-slider-custom-row-1 #blog-slider .slick-prev {
    top: 171px !important;
  }

  div#home-blog-slider-custom-section-1 {
    padding-bottom: 240px;
  }
  .et_mobile_menu li a {
    font-size: 20px !important;
    line-height: 25px;
  }
  .sub-menu .menu-item a {
    font-size: 16px !important;
    line-height: 30px;
  }
}
/*  */

/* Full height slide-in menu that comes from the right */
@media only screen and (max-width: 980px) {
  ul#mobile_menu {
    background: #000 !important;
    z-index: -1;
  }

  .mobile_menu_bar:before {
    color: #fff !important;
  }
  .mobile_nav.opened .mobile_menu_bar:before {
    content: "\4d";
    color: #fff;
  }
  #main-header .container.clearfix.et_menu_container {
    width: 100%;
  }
  .logo_container {
    padding-left: 30px;
  }
  #et-top-navigation {
    padding-right: 30px;
  }
  .mobile_menu_bar,
  #logo {
    z-index: 10000;
  }
  #mobile_menu {
    display: block !important;
    right: 0;
    left: auto;
    top: 0;
    padding-top: 80px;
    min-height: 100vh;
    width: 400px;
    border-top: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
  }
  .mobile_nav.closed #mobile_menu {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0;
  }
  .mobile_nav.opened #mobile_menu {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
  }
}

@media only screen and (max-width: 600px) {
  #mobile_menu {
    width: 100%;
  }
}
.et-fixed-header .sub-menu li a:hover {
  color: #334dff;
}
/* Map style */
.map-style {
  border-bottom: 0.25px solid #4f4f4f;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.map-style .location-content {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.visit-location {
  text-align: center;
  color: #334dff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 8px 0;
}

.map-style .country-name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.map-style .location-mail {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
}
.map-style .country {
  color: #00d9e2;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
.map-style .location-mail {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
}

/****************************/
/*********gapmaps live slider one*************/
.services-slider-one .single-post {
  /*     background: linear-gradient(94.81deg, #21CF71 9.4%, #07B3BE 124.42%);
	border-radius: 12px; */
  text-align: center;
}

.services-slider-one .single-post .services-testimonial-title-one {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}
.services-slider-one .single-post p {
  color: #fff;
  font-weight: 300;
}
.services-slider-one .single-post p:before {
  content: "-";
}
.services-slider-one .post-info-container {
  padding: 70px 30px;
}

.services-slider-one .post-info-container.four-line {
  padding: 70px 30px 39.41px 30px;
}

@media only screen and (max-width: 981px) {
  .services-slider-one .post-info-container.four-line {
    padding: 70px 30px;
  }
}
.gapmaplive-img-container {
  /* left: 18%; */
  position: relative;
  text-align: center;
  z-index: 1000;
  /* top: -16%; */
}

.services-slider-one {
  margin-top: -80px;
  background: -o-linear-gradient(355.19deg, #21cf71 9.4%, #07b3be 124.42%);
  background: linear-gradient(94.81deg, #21cf71 9.4%, #07b3be 124.42%);
  border-radius: 12px;
}

.services-slider-one .slick-list {
  min-height: 260px;
}

.services-slider-one .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.services-slider-one .slick-slide {
  height: 100% !important;
}

div#services-slider-one .single-post {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  min-height: 260px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.services-slider-one .slick-dots li button:before {
  font-size: 10px !important;
  color: #fff;
  /*    color: transparent !important;
	background-color: #fff !important; */

  text-align: center;
}
.services-slider-one .slick-dots li.slick-active button:before {
  /* opacity: .75; */
  color: #fff;
}
.services-slider-one .slick-dots {
  position: absolute;
  bottom: 0px;
  padding: 0 1em 23px 1em;
}

/************************** Gap advisory style *******************/
.services-slider-two .single-post {
  /*     background: linear-gradient(90.94deg, #861085 19.72%, #730672 108.98%);
	border-radius: 12px; */
  text-align: center;
}
.services-slider-two .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.services-slider-two .slick-list {
  min-height: 260px;
}

.services-slider-two .slick-slide {
  height: 100% !important;
}

.services-slider-two .single-post .services-testimonial-title-one {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}
.services-slider-two .single-post p {
  color: #fff;
  font-weight: 300;
}
.services-slider-two .single-post p:before {
  content: "-";
}
.services-slider-two .post-info-container {
  padding: 70px 30px;
}
.services-slider-two .post-info-container.four-line {
  padding: 70px 30px 39.41px 30px;
}

@media only screen and (max-width: 981px) {
  .services-slider-two .post-info-container.four-line {
    padding: 70px 30px;
  }
}
.gapmaplive-img-container {
  /* left: 18%; */
  position: relative;
  text-align: center;
  z-index: 1000;
  /* top: -16%; */
}

.services-slider-two {
  margin-top: -80px;
  background: -o-linear-gradient(359.06deg, #861085 19.72%, #730672 108.98%);
  background: linear-gradient(90.94deg, #861085 19.72%, #730672 108.98%);
  border-radius: 12px;
}
div#services-slider-two .single-post {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  min-height: 260px;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.services-slider-two .slick-dots li button:before {
  font-size: 10px !important;
  color: #fff;
  /*    color: transparent !important;
	background-color: #fff !important; */

  text-align: center;
}
.gapadmin-img-container {
  position: relative;
  z-index: 1000;
  text-align: center;
}
.services-slider-two .slick-dots li.slick-active button:before {
  /* opacity: .75; */
  color: #fff;
}
.services-slider-two .slick-dots {
  position: absolute;
  bottom: 0px;
  padding: 0 1em 23px 1em;
}

.country-list select {
  width: 68%;
  border-radius: 12px;
  padding: 0px 18px;
}
.country-address h5 {
  font-size: 18px;
  line-height: 30px;
}
.country-address p {
  font-size: 14px;
  line-height: 22px;
}
.pb-0 {
  padding-bottom: 0;
}
.footer-contacts {
  margin-top: 10px;
  display: none;
}
.footer-contacts p a {
  color: #000;
}
.footer-mail a {
  text-decoration: underline;
}
select:focus {
  border-color: none !important;
}

.footer-button-contact a {
  font-family: "Mont Bold", Helvetica, Arial, Lucida, sans-serif !important;
  cursor: pointer;
  border: 2px solid #334dff;
  border-radius: 35px;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  color: #334dff;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 35px;
  width: 135px;
}

.footer-button-contact a:hover {
  background: #334dff;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .footer-button-contact a {
    margin: 0 auto;
  }
}

/*****************************************/
/******* Contact form Styling Start*******/
/*****************************************/

div#contact_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div#contact_form .w-12 {
  width: 100%;
}

div#contact_form .w-6 {
  width: 48%;
}

div#contact_form .w-12,
div#contact_form .w-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 25px 0 0;
}

.w-12:nth-child(5) {
  margin: 0 !important;
}

div#contact_form .w-12 > label,
div#contact_form .w-12 > span,
div#contact_form .w-6 > label,
div#contact_form .w-6 > span {
  width: 100%;
}

div#contact_form .w-12 > span input,
div#contact_form .w-6 > span input,
div#contact_form .w-12 > span select,
div#contact_form .w-6 > span select {
  width: 100%;
  background: #fff;
  height: 50px;
  border: 0;
  border-radius: 12px;
  padding-left: 15px;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 300;
  color: #000 !important;
}

::-webkit-input-placeholder {
  color: #000 !important;
}

::-moz-placeholder {
  color: #000 !important;
}

:-ms-input-placeholder {
  color: #000 !important;
}

::-ms-input-placeholder {
  color: #000 !important;
}

::placeholder {
  color: #000 !important;
}

div#contact_form .w-12 > span textarea {
  width: 100%;
  background: #fff;
  border: 0;
  border-radius: 12px;
  padding-left: 15px;
  padding-top: 25px;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 300;
  color: #000 !important;
}

div#contact_form .w-12 > label,
div#contact_form .w-6 > label {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-family: "Mont Bold", Helvetica, Arial, Lucida, sans-serif !important;
  margin-bottom: 8px;
}

div#contact_form .w-12 > label > span,
div#contact_form .w-6 > label > span {
  color: #00d9e2;
}

span.wpcf7-form-control-wrap.phone:after {
  content: "Please include international dialing code and area code";
  display: block;
  font-size: 12px;
  line-height: 12px;
  font-family: "Roboto";
  font-weight: 300;
  padding: 10px 3px;
  color: #fff;
}

input#contact_submit {
  width: 100%;
  background: transparent;
  border: 2px solid #fff;
  padding: 10px 30px;
  font-size: 20px;
  color: #fff;
  font-family: "Mont Bold";
  margin-top: 40px;
  border-radius: 50px;
  cursor: pointer;
}

div#contact_form .w-12 > span select,
div#contact_form .w-6 > span select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(/wp-content/uploads/2021/08/dropdown.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

@media only screen and (min-width: 981px) and (max-width: 1400px) {
  div#contact_column {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  div#contact_column {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

@media only screen and (max-width: 600px) {
  .w-m-12 {
    width: 100% !important;
  }
}

/* Social media share style */

.social-btn a {
  padding: 0 10px;
}
.social-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}
.gm-contact-name {
  font-weight: 500;
  padding: 5px 0;
}

/* Featured Post - Gapinsite */
#featured-posts .slick-dots li button:before {
  border-color: #334dff;
}

.posted-by {
  text-align: center;
  font-weight: 600;
  line-height: 15px;
  font-size: 18px;
  width: 100%;
  max-width: 80%;
  margin: auto;
  border-top: 1px solid #f4f4f4;
  padding-top: 30px;
}
h6.posted-by .social-box {
  padding-top: 40px;
}
.post-section {
  padding-bottom: 0px !important;
}

/* Blog */
ul.cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cat-list li {
  margin: 0 10px;
}
/* .blog-container {
    display: grid;
    grid-template-columns: auto auto auto;
   	grid-gap: 20px;
    justify-items: stretch;
    align-items: stretch;
	padding: 20px;
 } */

@media only screen and (min-width: 981px) and (max-width: 1255px) {
  header#main-header {
    height: 170px;
  }
  div#et-top-navigation {
    top: -10px;
  }
  nav#top-menu-nav {
    float: right;
  }

  header#main-header.static + #et-main-area {
    margin-top: 170px;
  }

  .menu-login {
    top: 70px;
    right: 220px;
  }
  ul#top-menu li.last-child {
    top: 50px;
    right: 20px;
  }
}

@media only screen and (min-width: 981px) and (max-width: 1100px) {
  #about-testimonial-slider .slick-next {
    left: 28.5% !important;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1300px) {
  #about-testimonial-slider .slick-next {
    left: 26.5% !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1500px) {
  #about-testimonial-slider .slick-next {
    left: 26% !important;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1600px) {
  #about-testimonial-slider .slick-next {
    left: 25.8% !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  #about-testimonial-slider .slick-next {
    left: 25.3% !important;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 2000px) {
  #about-testimonial-slider .slick-next {
    left: 24.3% !important;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 2000px) {
  #about-testimonial-slider .slick-next {
    left: 24.3% !important;
  }
}
@media only screen and (min-width: 2000px) {
  #about-testimonial-slider .slick-next {
    left: 23.5% !important;
  }
}
@media only screen and (max-width: 981px) {
  .testimonial-bottom {
    width: 100% !important;
    margin-left: 0% !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .testimonial-client h4,
  .testimonial-client p {
    text-align: center;
  }
}
.testimonial-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20%;
}
.testimonial-client p:first-child {
  font-family: "Mont Bold";
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #334dff;
  padding-bottom: 5px;
}
.testimonial-client p {
  font-family: "Mont Bold";
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  padding-bottom: 5px;
}
span.blog-cat:after {
  content: ", ";
}
span.blog-cat:last-child:after {
  content: "" !important;
}
#blog-slider span.blog-cat {
  color: #00d9e2;
  font-weight: 600;
  font-size: 18px;
}
.fallback-post-statement {
  text-align: center;
}

#services-slider-one .slick-prev {
  left: 0;
  z-index: 9999 !important;
}
#services-slider-one .slick-next {
  right: 0;
}
#services-slider-one .slick-next:before {
  content: url(/wp-content/uploads/2021/06/testim-right.svg);
  z-index: 9999;
}
#services-slider-one .slick-prev:before {
  content: url(/wp-content/uploads/2021/06/testim-left.svg);
  z-index: 9999;
}

#services-slider-two .slick-prev {
  left: 0;
  z-index: 9999 !important;
}
#services-slider-two .slick-next {
  right: 0;
}
#services-slider-two .slick-next:before {
  content: url(/wp-content/uploads/2021/06/testim-right.svg);
  z-index: 9999;
}
#services-slider-two .slick-prev:before {
  content: url(/wp-content/uploads/2021/06/testim-left.svg);
  z-index: 9999;
}

@media only screen and (max-width: 767px) {
  .services-slider-one .post-info-container,
  .services-slider-two .post-info-container {
    padding: 60px 30px;
  }
}

.et_section_general {
  width: 80%;
  margin: 0 auto;
}

.et_section_full.bg-blue {
  background: #ffffff;
  height: 100%;
}

.et_section_full .mid-height {
  background: #ffffff;
  height: 100%;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 30px;
}

.style2 .mid-height {
  background: #f4f4f4;
}

.et_section_full .bg-blue-overlays {
  background: -o-linear-gradient(181.2deg, #00d9e3 0%, #334dff 100%);
  background: linear-gradient(268.8deg, #00d9e3 0%, #334dff 100%);
  height: 235px;
  position: absolute;
  left: 0;
  right: 0;
}

.no-divi-container {
  width: 100% !important;
  max-width: 100% !important;
  padding-top: 0px !important;
}

.no-divi-container article {
  margin-bottom: 0px !important;
}

.no-divi-footer {
  margin-bottom: 0px;
}

.no-divi-footer .mid-height {
  margin-bottom: 3px;
}

.no-divi-container .main_title {
  font-family: "Mont Bold", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 48px;
  line-height: 61px;
  color: #000;
  padding-top: 85px;
  padding-bottom: 46px;
  margin-bottom: 0px;
}

.no-divi .s-date .et_pb_row {
  padding: 2% 0 0px;
}

.no-divi .s-date .et_pb_text_inner {
  color: #00d9e2 !important;
  font-family: "Mont Bold", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
}

.custom-date {
  color: #00d9e2 !important;
  font-family: "Mont Bold", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}

.no-divi .general-title {
  font-family: "Mont Bold", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 48px;
  line-height: 50px;
  color: #334dff;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 20px;
}

.no-divi .s-breakout {
  background-image: -o-linear-gradient(
    355.19deg,
    #334dff 9.4%,
    #00d9e2 124.42%
  ) !important;
  background-image: linear-gradient(
    94.81deg,
    #334dff 9.4%,
    #00d9e2 124.42%
  ) !important;
  margin-bottom: 60px;
}

@media only screen and (min-width: 1350px){
  .no-divi .s-breakout {
    padding: 54px 0;
  }
}


@media only screen and (min-width: 981px) and (max-width: 1349px) {
  .no-divi .s-breakout {
    padding: 4% 0;
  }
}

@media only screen and (max-width: 980px){
  .no-divi .s-breakout {
    padding: 50px 0;
  }
}


.no-divi .s-breakout .et_pb_row {
  padding: 4% 0px;
}

.no-divi .s-breakout .et_pb_text_3 h4 {
  font-size: 26px;
  color: #ffffff !important;
  line-height: 41px;
  text-align: center;
}

.no-divi .section_breakout .et_pb_text_inner {
  font-family: "Mont Bold", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 25px;
  color: #fff;
  padding: 20px;
  text-align: center;
}

.no-divi .row-button a {
  font-family: "Mont Bold", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 18px;
  line-height: 23px;
  color: #334dff;
  width: auto;
  border: 1px solid #334dff;
  border-radius: 25px;
  padding: 12px 25px;
  display: inline-block;
  text-align: center;
}

.no-divi .row-button a:hover {
  background: #334dff;
  color: #ffffff;
}

.no-divi .hide-button {
  display: none !important;
}

.et_section_full .media-item {
  background-color: #f4f4f4;
  border-radius: 25px;
}

.style2 .media-item {
  background-color: #ffffff;
}

.et_section_full .media-item .media-img {
  border-radius: 25px 25px 0px 0px;
  height: 171px;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}

.et_section_full .media-item .media-img .media-title {
  padding: 0px 45px 0px 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.et_section_full .media-item .media-img h1 {
  font-family: "Mont Bold", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  height: 100%;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.et_section_full .media-item .media-desc {
  height: 225px;
  padding: 40px 50px 40px 45px;
}

.et_section_full .media-item .media-desc p {
  font-family: "Mont Regular", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  padding-right: 30px;
  margin-bottom: 30px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.et_section_full .media-item .media-desc a {
  font-family: "Mont Bold", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 18px;
  line-height: 23px;
  color: #334dff;
  width: auto;
  border: 1px solid #334dff;
  padding: 12.5px 30px;
  display: inline-block;
  border-radius: 25px;
}

@media (max-width: 480px) {
  .et_section_full .media-item .media-img .media-title {
    padding: 0px 15px 0px 15px;
  }

  .et_section_full .media-item .media-img h1 {
    font-size: 20px;
    line-height: 25px;
  }

  .et_section_full .media-item .media-desc {
    height: auto;
    padding: 20px 15px 20px 15px;
  }

  .et_section_full .media-item .media-desc a {
    padding: 7px 30px;
  }
}

.et_section_full .media-item .hide-button {
  display: none !important;
}

.et_section_full .media-item .media-button.show-button {
  display: block !important;
}

.et_section_full .media-item .media-desc a:hover {
  background: #334dff;
  color: #ffffff;
}

.et_section_full .row_column_1 .media-item {
  margin-top: 37px;
}

@media (max-width: 991px) {
  .et_section_full .row_column_1 .media-item {
    margin-top: 34px;
  }
}

.et_section_general_full {
  width: 75%;
}

.img-general-Center {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.img-general-Right {
  display: block;
  margin-left: auto;
}

.page-template-template-press-releases .filter-blog {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
}

.page-template-template-press-releases .filter-blog ul li{
  margin-left: 0px !important;
}

.page-template-template-press-releases .filter-blog ul li a,
.page-template-template-press-releases .filter-blog ul li span {
  border: none;
  border-radius: 0px;
  font-family: "Mont Bold", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 30px;
  line-height: 38px;
  color: #334dff;
  margin-right: 30px;
  padding: 10px 30px 10px 0px;
}

.page-template-template-press-releases .filter-blog ul li a.active,
.page-template-template-press-releases .filter-blog ul li span.active {
  background-color: #ffffff !important;
  color: #334dff !important;
}

.page-template-template-press-releases .fallback-post-statement {
  text-align: left;
}

@media only screen and (max-width: 480px) {
  .page-template-template-press-releases .filter-blog ul li a,
  .page-template-template-press-releases .filter-blog ul li span {
    margin-right: 0px;
    padding: 10px 10px 10px 10px;
    font-size: 20px;
    line-height: 20px;
  }
}

.s-bg-with-text .et_pb_fullwidth_header_0 {
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1350px){
  .no-divi .s-bg-with-text {
    padding: 54px 0;
  }
}


@media only screen and (min-width: 981px) and (max-width: 1349px) {
  .no-divi .s-bg-with-text {
    padding: 4% 0;
  }
}

@media only screen and (max-width: 980px){
  .no-divi .s-bg-with-text {
    padding: 50px 0;
  }
}

.s-bg-with-text .et_pb_fullwidth_header {
  padding: 50px 0;
  position: relative;
  background-position: 50%;
  background-size: cover;
}

.s-bg-with-text .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
}

.s-bg-with-text .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
  position: relative;
  z-index: 3;
  width: 80%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.s-bg-with-text
  .et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.left
  .header-content-container.center,
.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.left
  .header-image-container.center,
.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.right
  .header-content-container.center,
.et_pb_fullwidth_header
  .et_pb_fullwidth_header_container.right
  .header-image-container.center {
  -ms-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 100%;
}

.s-bg-with-text
  .et_pb_fullwidth_header_0.et_pb_fullwidth_header
  .header-content
  h1 {
  font-family: "Mont Bold", Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
}

#main-header,
#main-header .nav li ul,
.et-search-form,
#main-header .et_mobile_menu {
  background-color: rgba(255, 255, 255, 0);
}
#main-header .nav li ul {
  background-color: rgba(255, 255, 255, 0.97);
}
.nav li ul {
  border-color: #ffffff;
}
#top-header,
#et-secondary-nav li ul {
  background-color: #334dff;
}
.et_header_style_centered .mobile_nav .select_page,
.et_header_style_split .mobile_nav .select_page,
.et_nav_text_color_light #top-menu > li > a,
.et_nav_text_color_dark #top-menu > li > a,
#top-menu a,
.et_mobile_menu li a,
.et_nav_text_color_light .et_mobile_menu li a,
.et_nav_text_color_dark .et_mobile_menu li a,
#et_search_icon:before,
.et_search_form_container input,
span.et_close_search_field:after,
#et-top-navigation .et-cart-info {
  color: #ffffff;
}
.et_search_form_container input::-moz-placeholder {
  color: #ffffff;
}
.et_search_form_container input::-webkit-input-placeholder {
  color: #ffffff;
}
.et_search_form_container input:-ms-input-placeholder {
  color: #ffffff;
}
#main-header .nav li ul a {
  color: #334dff;
}
#top-menu li a {
  font-size: 16px !important;
}

#main-header,
#et-top-navigation {
  font-family: "Mont Bold", Helvetica, Arial, Lucida, sans-serif;
}
@media only screen and (min-width: 1200px) {
  .page-id-8 header#main-header img#logo {
    max-height: 130% !important;
  }
}
.page-id-8 header#main-header.sticky img#logo {
  max-height: 100% !important;
}
.mobile_menu_bar:before,
.mobile_menu_bar:after,
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a {
  color: #334dff;
}
.et_mobile_menu {
  overflow: scroll !important;
  max-height: 84vh;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

.et_text_with_image {
  font-size: 18px;
}

.et_text_with_image .et_pb_text_inner p {
  font-size: 18px;
  line-height: 24px;
}

.et_general_title .et_pb_row {
  width: 90%;
}

.no-divi-header {
  padding-top: 95px;
}

@media (max-width: 991px) {
  .no-divi-header {
    padding-top: 30px;
  }
}

.no-divi-header .media-item {
  margin-bottom: 23px;
}

.div-avatar {
  padding-top: 21px;
  width: 100%;
  max-width: 80%;
  margin: auto;
  border-top: 1px solid #f4f4f4;
  display: block;
  text-align: center;
}

.div-avatar img.avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.div-avatar h6 {
  border-top: 0px;
  padding-top: 5px;
  color: #000;
  line-height: 23px;
}

.div-avatar .job-title {
  padding-top: 2px;
  margin-bottom: 0px;
  font-size: 14px;
  font-family: "Mont Book", Helvetica, Arial, Lucida, sans-serif !important;
  line-height: 17px;
  color: #000;
}

.s-row-image {
  margin-bottom: 22px;
}

.custom_image {
  background-size: cover !important;
  width: 100%;
}

.no-divi-container .type-page .main_title {
  padding-top: 121px;
  padding-bottom: 50px;
}

.no-divi-container .type-page .no-divi-header .s-bg-with-text {
  margin-top: -60px !important;
} 


.general-title{
  margin-bottom: 60px;
}

.s-sub-title p, .s-description p{
  font-size: 16px;
  line-height: 25px;
}

.general-title h3{
  line-height: 25px;
}

.s-location .s-title{
  padding-top: 30px;
}

.s-location .s-divider{
  height: auto;
  margin: 0px;
  margin-bottom: 0px !important;
}

.s-location .s-sub-title p{
  font-weight: 400;
}

.s-location .s-description{
  margin-bottom: 60px;
}

.bg-blue{
  background-image: linear-gradient(180deg,#2540d3 0%,#000a3a 100%)!important;
}

.bg-blue-with-image{
  background-image: linear-gradient(180deg,#2540d3 0%,#000a3a 100%)!important;
}

.bg-blue .general-title h3, .bg-blue .s-title h3, .bg-blue .s-sub-title p, .bg-blue .s-description p{
  color: #fff;
}

.s-features .item-column{
  padding-right: 60px;
}

.s-features .s-sub-title p{
  font-weight: 400;
}

@media (max-width: 767px){
  .s-features .item-column{
    padding-right: 0px;
  }
}

.btn-request{
  background-color: #324cff;
  border-color: #324cff;
  font-size: 16px;
  color: #fff;
  border-radius: 20px;
}

.btn-request:hover{
  background-color: #324cff;
  border-color: #324cff;
  opacity: 0.9;
}

.text-color-light-blue{
  color: #0087ff !important;
}
/* grib bootstrap 4 */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.black {
  color: #000000;
}

.white {
  color: #ffffff;
}

.request-demo .container:before {
  width: 0px !important;
}

.landing {
  /* border-radius: 0% 0% 30% 110%;
  background: linear-gradient(268.8deg, #334dff 0%, #00d9e3 100%); */
  margin-top: 106px
}

.bg-top {
  background: url("/wp-content/themes/Divi/images/bg-top.svg") no-repeat;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: bottom;
  min-height: 510px;
  position: absolute;
}

.landing-top {
  padding-top: 60px;
  padding-bottom: 110px;
}

.landing img {
  margin-top: -135px;
  position: absolute;
  right: -350px;
  max-width: 1100px;
}

.landing-title h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    padding-bottom: 0px;
}

.landing-desc {
  font-family: "Mont Regular", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 17px;
  line-height: 27px;
  color: #ffffff;
  margin-top: 20px;
  max-width: 400px;
}

.landing-btn {
  font-family: "Mont Bold", Helvetica, Arial, Lucida, sans-serif !important;
  background-color: #fff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #334DFF;
  margin-top: 50px;
  width: 230px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.landing-btn:hover {
  background: #334DFF;
  color: #ffff;
}

.mx-0 {
  margin-right: 0px;
  margin-left: 0px;
}

.text-center {
  text-align: center;
}

.landing-section {
  text-align: center;
  margin-top: 80px;
}

.landing-section h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  padding-bottom: 0px;
  max-width: 600px;
  margin: 0 auto;
  color: #000000;
}

.landing-section p {
  font-family: "Mont Light", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 65px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
}

.landing-page {
    margin-top: 200px;
    padding-bottom: 45px;
    background: url("/wp-content/themes/Divi/images/bg-laptop.svg") no-repeat;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: top;
    min-height: 520px;
}

.landing-macbook {
  position: relative;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.landing-page-gif {
  position: absolute;
  margin-top: -170px;
  width: 76.7%;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translate(-50%, 0);
}

.landing-page-img {
    width: 100%;
    max-width: 1020px;
    margin-top: -220px;
    margin-bottom: 50px;
}

.landing-page h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #ffffff;
    text-align: center;
}

.landing-list {
  margin-top: 90px;
  margin-bottom: 70px;
}

.landing-card {
  margin-bottom: 60px;
}

.landing-card img {
  height: 155px;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.landing-card-title {
  background-color: #ffffff;
  padding: 15px;
  height: 72px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.landing-card-title h2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #000000;
}

.landing-card-image {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.landing-brand-title {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
}

.landing-brands {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 135, 255, 0));
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  padding: 60px 0px 90px 60px;
  color: #ffffff;
  margin-top: 85px;
}

.landing-brands p {
  font-family: "Mont Regular", Helvetica, Arial, Lucida, sans-serif !important;
  padding-bottom: 0px;
  font-size: 12px;
  line-height: 24px;
  padding-right: 30px;
}

.landing-brand-line {
  margin-top: 0px;
  margin-bottom: 35px;
}

.landing-brand-line:after {
  content: url("/wp-content/themes/Divi/images/line.png");
  width: 71px;
  height: 3px;
  display: block;
  margin-top: 0px;
}

.landing-brand-countries {
  padding-top: 130px;
}

@media(max-width:1051px){

}

@media (min-width: 992px) and (max-width: 1024px) {
  .landing img {
    max-width: 950px;
    right: -300px !important;
  }
}

@media (max-width: 2000px) {
 
  .landing img {
    margin-top: -120px;
    right: -350px;
  }
}

/* @media (max-width: 1200px) {

  .landing img {
    right: -200px;
  }
} */

@media (min-width: 1200px) {
  .bg-top {
    background: url("/wp-content/themes/Divi/images/bg-top-lg.svg") no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  
}

@media (min-width: 2000px) {

  .bg-top {
    background: url("/wp-content/themes/Divi/images/bg-top-xl.svg") no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 565px;
  }
  
  .landing-section h1 {
    max-width: 660px;
  }
}

@media (min-width: 767px) and (max-width: 1199px) {
  .landing-page .container {
    width: 95% !important;
  }
}


@media (max-width: 992px) {
.landing {
  margin-top: 80px;
}

.landing-desc {
  font-size: 15px;
  max-width: 320px;
}

.landing-page-img {
  max-width: 730px;
}

.landing-page-gif {
  margin-top: -185px;
}

.bg-top {
  background: url("/wp-content/themes/Divi/images/bg-top-sm.svg") no-repeat;
  background-size: cover;
  background-position: bottom;
}

.landing img {
  max-width: 850px;
  right: -300px;
  margin-top: -85px;
}

.landing-brands {
  padding: 60px 0px 90px 30px;
  }
}


@media (min-width: 767px) {
  .countries-mobile {
    display: none;
  }

  .landing-brands .br-desktop .br {
      display: block;
  }
  .landing-brands .br-desktop + div {
        margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .bg-top {
    background: url("/wp-content/themes/Divi/images/bg-top-xs.svg") no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 800px;
    height: auto;
  }

  .landing-top {
    padding-top: 0px;
    padding-bottom: 70px;
  }

  .landing img {
    margin-top: -130px;
    position: relative;
    width: auto;
    left: -100px;
    max-width: 808px;
  }

  .landing-title {
    margin-top: 10px;
    text-align: center;
  }

  .landing-title h1 {
    font-size: 28px;
  }

  .landing-desc {
    text-align: center;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }

  .landing-section p {
    margin-top: 40px;
  }

  .landing-card {
    margin-bottom: 40px;
  }

  .landing-card img {
    height: 100px;
  }

  .landing-card-image {
    height: 95px;
  }

  .landing-card-title {
    padding: 15px;
    height: 50px;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .landing-card-title h2 {
    font-size: 12px;
  }

  .landing-list {
    margin-top: 40px;
    margin-bottom: 45px;
  }
  .landing-page-gif {
    top: 0;
    width: 65.4%;
    margin-top: -100px;
    padding-top: 4%;
  }

  .landing-page {
    background: url("/wp-content/themes/Divi/images/bg-laptop-mobile.svg") no-repeat;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: top;
    margin-top: 90px;
    padding-bottom: 0px;
  }

  .landing-page-img {
    margin-top: -100px;
    margin-bottom:0px;
    width: 85%;
  }

  .landing-page h1 {
    font-size: 28px;
    max-width: 320px;
    margin: 0 auto;
  }

  .px-xs-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .landing-brands {
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .landing-brand-countries {
    padding-top: 40px;
  }

  .landing-brands p {
    padding-right: 0px;
  }

  .landing-brands p:last-child {
    padding-bottom: 30px;
  }

  .landing-brand-line {
    margin-top: 0px;
  }

  .landing-support img {
    padding-bottom: 20px;
  }

  .landing-section {
    max-width: 380px;
    text-align: center;
    margin: 0 auto;
  }

  .landing-section h1 {
    max-width: 300px;
    font-size: 24px;
    margin: 0 auto;
  }

  .countries-desktop {
    display: none;
  }
}

@media (max-width: 382px) {
  .bg-top {
    background: url("/wp-content/themes/Divi/images/bg-top-mobile.svg") no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 710px !important;
  }

  .landing img {
    max-width: 600px;
  }

  .landing-top {
      padding-bottom: 80px;
  }
}


@media (max-width: 567px) {
  .landing img {
    margin-top: -90px;
  }
  .bg-top {
    background: url("/wp-content/themes/Divi/images/bg-top-mobile.svg") no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 800px;
  }

  .landing-btn {
    margin-top: 30px;
  }
  
  .landing-top {
    padding-bottom: 10px;
  }
}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative;
  /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: .9em;
  /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */
}

[tooltip]::after {
  content: attr(tooltip);
  /* magic! */

  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;

  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
  /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

.hide{
  display: none !important;
}

.general-title h2{
  font-family: "Mont Bold", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 30px;
  font-weight: 700;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 60px;
  line-height: 35px;
}

@media (max-width: 767px) {
  .general-title h2{
    font-size: 27px !important;
    margin-bottom: 0px !important;
  }
}

.section-location{
  position: relative;
  z-index: 10;
  padding-top: 90px;
}

.section-location .item-location{
  margin-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  .section-location .item-location{
    margin-bottom: 60px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px){
  .section-location .item-location{
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .section-location .item-location{
    margin-bottom: 10px;
  }
}

.location-image-last{

}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  .location-image-last{
    margin-bottom: 90px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px){
  .location-image-last{
    margin-bottom: 120px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .location-image-last{
      margin-bottom: 120px !important;
  }  
}

@media (max-width: 767px) {
  .location-image-last{
    margin-bottom: 120px !important;
  }
}


.section-location .container{
  padding-top: 0px !important;
  
}

@media only screen and (min-width: 768px) and (max-width: 1199px){
  .section-location .container{
    width: 90% !important;
  }
}

@media (max-width: 767px) {
  .section-location .container{
    width: 80% !important;
  }
}

.section-location h2{
  font-family: "Mont Bold", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 30px;
  font-weight: 700;
  color: #1c1c1c;
}

@media (max-width: 767px) {
  .section-location h2{
    font-size: 28px;
  }
}

.section-location .location-image{
  margin-bottom: 0px;
}

.section-location .location-image img{
  border-radius: 24px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.section-location .text-position-right{
  width: 290px;
}

@media (max-width: 1199px) {
  .section-location .text-position-right{
    width: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  .section-location .text-position-right{
    width: 320px;
    margin: 0;
  }
}


@media only screen and (min-width: 1200px) and (max-width: 1300px){
  .section-location .text-position-right{
    width: 400px;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .section-location .text-position-right{
    width: auto;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .section-location .text-position-right{
    width: auto;
  }
}


.section-location .text-position-left{
  width: auto;
  margin: 0;
  padding-left: 30px;
}


@media (max-width: 1199px) {
  .section-location .text-position-left{
    margin: 0;
    padding-left: 0px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px){
  .section-location .text-position-left .location.description p{
    padding-right: 30px !important;
  }
}


.section-location .text-position-left .location.description p{
  padding-right: 0px;
}

@media (max-width: 767px) {
  .section-location .text-position-left .location.description p{
    padding-right: 0px;
  }
}


/* @media (max-width: 991px) {
  .section-location .text-position-left{
    width: 100%;
    margin: 0;
    padding-left: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  .section-location .text-position-left{
    width: 300px;
    margin: 0 auto;
    padding-left: 0px;
  }
} */

.section-location .location-detail .title{
  padding-top: 30px;
  padding-bottom: 0px;
}

.section-location .location-detail .title h2{
  margin-bottom: 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  .section-location .location-detail .title{
    padding-top: 0px;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .section-location .location-detail .title{
    padding-top: 0px;
    padding-bottom: 15px;
  }
}

.section-location .location-detail .title::after{
  content: url("/wp-content/themes/Divi/images/line.png");
  width: 71px;
  height: 3px;
  margin-top: 0px;
}

.section-location .location-detail .sub-title{
  padding-right: 10px;
  padding-bottom: 30px;
  margin-top: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  .section-location .location-detail .sub-title{
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .section-location .location-detail .sub-title{
    margin-top: 0px;
    padding-bottom: 10px;
  }
}

.section-location .location-detail .sub-title p{
  line-height: 23px;
  font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  .section-location .location-detail .description p{
    line-height: 27px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .section-location .location-detail .description p{
    line-height: 23px;
    font-size: 14px;
  }
}

.title h2{
  font-family: "Mont Bold", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  color: #1c1c1c;
}

@media (max-width: 767px) {
  .title h2{
    font-size: 26px;
  }
}

.sub-title p{
  font-family: "Mont Regular", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 17px;
  font-weight: 400;
  color: #1c1c1c;
}

.description p{
  font-family: "Mont Light", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 300;
  font-size: 17px;
  color: #1c1c1c;
  line-height: 27px;
}

.section-features{
  position: relative;
  margin-top: -150px;
}

@media only screen and (min-width: 768px) and (max-width: 900px){
  .section-features{
    margin-top: -50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px){
  .section-features .container{
    width: 90% !important;
  }
}

@media (max-width: 767px) {
  .section-features .container{
    width: 80% !important;
  }
}

@media (max-width: 767px) {
  .section-features{
    position: relative;
    margin-top: -280px;
  }
}

.bg-wave{
  /* background: url("/wp-content/themes/Divi/images/blue/header-blue.png") no-repeat;
  width: 100%;
  height: auto;
  display: block;
  background-size: cover; */
}

.bg-wave:after{
  content: '';
  background: url("/wp-content/themes/Divi/images/blue/footer-blue.png") no-repeat;
  width: 100%;
  height: 950px;
  display: block;
  margin-top: -280px;
  background-position: bottom right;
  image-rendering: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .bg-wave:after{
    content: '';
    height: 850px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 767px){
  .bg-wave:after{
    content: '';
    height: 600px;
  }
}

@media (max-width: 499px) {
  .bg-wave:after{
    content: '';
    height: 500px;
  }
} 



.content-accordion{
  background: url("/wp-content/themes/Divi/images/blue/header-blue.png") no-repeat;
  width: 100%;
    height: auto;
    display: block;
    background-size: cover;
    image-rendering: auto;
}

@media (max-width: 767px) {
  .content-accordion{
    background-position: bottom;
  }
} 

/* @media (max-width: 991px) {
  .bg-wave{
    height: auto;
  }
}

@media (max-width: 767px) {
  .bg-wave{
    padding-bottom: 350px;
    background-size: cover;
  }
} */

/* .bg-footer{
  content: "";
  background: url("/wp-content/themes/Divi/images/bg-with-image.png") no-repeat;
  width: 100%;
  min-height: 960px;
  display: block;
  background-size: cover;
  background-position: bottom;
  margin-top: -420px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px){
  .bg-footer{
    margin-top: -10px;
  }
}

@media (max-width: 767px) {
  .bg-footer{
    background-position-x: right;
    min-height: 600px;
  }
} */

.bg-wave .general-title h2{
  color: #fff;
  margin-bottom: 60px;
}


@media (max-width: 767px) {
  .bg-wave .general-title h2{
    padding-top: 30px;
  }
}



@media (max-width: 767px) {
  .bg-wave .general-title-1{
      padding-top: 70px !important;
  } 
}

.bg-wave .title h2{
  font-family: "Mont Bold", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700;
  font-size: 27px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 35px !important;
}

@media (max-width: 767px) {
  .bg-wave .title h2{
    font-size: 24px !important;
    text-align: center;
    margin-bottom: 10px !important;
    line-height: 35px !important;
  }
}

.bg-wave .sub-title p{
  font-family: "Mont Bold", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .bg-wave .sub-title p{
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px !important;
  }
}

.bg-wave .description p{
  font-family: "Mont Regular", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 400;
  color: #fff;
  padding-right: 60px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .bg-wave .description p{
    font-size: 16px;
    padding-right: 0px;
    margin-bottom: 30px;
    text-align: center;
  }
}

.text-light-blue{
  color: #0087ff !important;
}

.content-accordion .container{
  padding-top: 109px !important;
  position: relative;
  top: 30px;
}

.content-accordion-item{
  width: 100%;
  display: inline-flex;
}

.content-accordion-item .row{
  display: table-cell;
  padding-right: 40px;
}

.content-accordion-item .row:last-child{
  padding-right: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px){
  .content-accordion-item .row{
    padding-right: 20px;
  }

  .content-accordion-item .row:last-child{
    padding-right: 0px;
  }
}

@media (max-width: 1139px) {
  .content-accordion-item{
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .content-accordion-item{
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .content-accordion-item .row{
    display: block;
    padding-right: 0;
    margin: 0 auto;
  }
}

.item-accordion{
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 40px;
  position: relative;
  width: 285px;
  height: 119px;
  z-index: 10;
}

@media (max-width: 767px) {
  .item-accordion{
    padding: 20px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .item-accordion{
    width: 220px;
  }
}

@media (max-width: 767px) {
  .item-accordion{
    width: 100%;
    height: auto !important;
  }
}

.item-accordion p{
  font-size: 14px;
  line-height: 18px;
  color: #262626;
  height: auto;
}

@media (max-width: 1140px) {
  .item-accordion p{
    height: auto;
  }
}

.item-accordion .accordion-title{
  cursor: pointer;
}

.item-accordion .accordion-title p{
  font-family: "Mont Bold", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700;
  line-height: 20px;
  height: auto;
  margin-bottom: 28px;
  padding-right: 30px;
}

@media (max-width: 1199px) {
  .item-accordion .accordion-title p{
    padding-right: 30px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .item-accordion .accordion-title p{
    padding-right: 30px;
    height: auto;
    margin-bottom: 20px;
  }
}

.item-accordion .accordion-caption p{
  font-family: "Mont Regular", Helvetica, Arial, Lucida, sans-serif !important;
  width: 100%;
  overflow: hidden;
  height: 55px;
}

@media (max-width: 1199px) {
  .item-accordion .accordion-caption p{
    height: 35px;
  }
}

.item-accordion .accordion-caption.caption-less p{
  display: block;
  height: auto;
} 


.item-accordion .accordion-title .icon:after{
  background-image: url(/wp-content/themes/Divi/images/Icon_expand_plus.svg);
  background-size: contain;
  object-fit: cover;
  content: '';
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  right: 10px;
  transition: all .2s ease-in;
}

.item-accordion .accordion-title .icon-min:after{
  background-image: url(/wp-content/themes/Divi/images/Icon_expand_min.svg);
  background-size: contain;
  object-fit: cover;
  content: '';
  width: 19px;
  height: 3px;
  display: block;
  position: absolute;
  right: 10px;
  top: 18px;
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .item-accordion .accordion-title .icon-min:after{
    top: 28px;
  }
}

.item-accordion .accordion-detail{
  padding-top: 20px;
  display: none;
}

.item-accordion .accordion-detail p{
  height: auto;
}

.content-img-footer{
  padding-top: 70px;
}

.section-improve-location{
  margin-top: -480px;
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .section-improve-location{
    margin-top: -350px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 1199px){
  .section-improve-location .container{
    width: 90% !important;
  }
}

@media only screen and (min-width: 500px) and (max-width: 767px){
  .section-improve-location{
    margin-top: -250px;
  }
}

@media (max-width: 499px) {
  .section-improve-location{
    margin-top: -120px;
  }
} 

.section-improve-location .container{
  padding-top: 0px !important;
}

.section-improve-location .section-improve-detail{
  text-align: center;
  width: 655px;
  margin: 0 auto;
}

@media only screen and (min-width:768px) and (max-width: 1199px){
  .section-improve-location .section-improve-detail{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .section-improve-location .section-improve-detail{
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
}

.section-improve-location .section-improve-detail .title{
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .section-improve-location .section-improve-detail .title{
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 0px;
  padding-right: 0px;
  }
}

.section-improve-location .section-improve-detail .description{
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .section-improve-location .section-improve-detail .description{
    padding-bottom: 30px;
  }
}

.section-improve-img{
  margin-left: -200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  .section-improve-img{
    margin-left: -150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .section-improve-img{
    margin-left: -100px;
  }
}

@media (max-width: 767px) {
  .section-improve-img{
    margin-left: -50px;
  }
}

.btn-request{
  font-family: "Mont Bold", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  background-color: #324bff;
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  text-align: center;
  margin: 0 auto;
  height: 48px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .section-desktop{
    display: none !important;
  }

  .section-mobile{
    display: block !important;
  }
}

@media (min-width: 768px) {
  .section-desktop{
    display: block !important;
  }

  .section-mobile{
    display: none !important;
  }
}

.show-acc{
  display: block !important;
}

.h-auto{
  height: auto !important;
}