

/*@font-face {
  font-family: obviously;
  src: url("https://use.typekit.net/af/05ead4/00000000000000007735c9e3/31/l?subset_id=2&fvd=n4&v=3") format("woff2"), 
      url("https://use.typekit.net/af/05ead4/00000000000000007735c9e3/31/d?subset_id=2&fvd=n4&v=3") format("woff"),
      url("https://use.typekit.net/af/05ead4/00000000000000007735c9e3/31/a?subset_id=2&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: obviously;
  src: url("https://use.typekit.net/af/6252d0/00000000000000007735ca07/31/l?subset_id=2&fvd=n7&v=3") format("woff2"),
      url("https://use.typekit.net/af/6252d0/00000000000000007735ca07/31/d?subset_id=2&fvd=n7&v=3") format("woff"),
      url("https://use.typekit.net/af/6252d0/00000000000000007735ca07/31/a?subset_id=2&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: auto;
}
*/
div h1,
div h2,
div h3,
div h4,
div h5,
div h6{
   line-height: inherit;
}
.header-main .nav  li  a {
/*  font-family: obviously;*/
/*  font-weight: 400;*/
  font-size: 16px;
}
.header-nav.nav > li {
  margin: 0 20px;
}
.footer-wrapper .menu-item a{
    font-size: 16px;
/*    font-family: obviously;*/
    font-weight: 600;
    text-decoration: underline;
  line-height: 30px;
  font-family: Montserrat, sans-serif;
}
.footer-wrapper .widget-title{
/*    font-family: obviously;*/
    font-weight: 700;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
}
.footer-wrapper .widget > ul > li + li, 
.footer-wrapper ul.menu > li + li {
  border-top: none;
}
.footer-wrapper .widget .is-divider {
  display: none;
}
.footer_link{
/*    font-family: obviously;*/
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 14.4px;
     text-decoration: underline;
}
.button.color_fuchsia,
.color_fuchsia{
    color: #f0f;
}
.button.button_simple{
    background: transparent;
    border: 1px solid #b7bedc;
    color: #b7bedc;
}

.button.button_simple:hover{
    background: #b7bedc;
    color: #000;
}
/**.button_transparent**/
a.button.button_transparent{
    background: transparent;
    border: 1px solid #b7bedc;
    color: #b7bedc !important;
    box-shadow: none;
    opacity: 1;
    background-color: transparent !important;
}
a.button.button_transparent:hover{
    background: #b7bedc !important;
    color: #000 !important;
}
/**.button_simple_white**/
a.button.button_simple_white{
    background-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: none;
  opacity: 1;
}
a.button.button_simple_white:hover{
    opacity: 0.8;
}
/**.button_white**/
.button.button_white{
    color: #f0f !important;
}
.button.button_white:hover{
    opacity: 0.8;
    box-shadow: none;
}
/**button_white_grey**/
.button.button_white_grey{
    color: #b7bedc !important;
    border-color: #b7bedc !important;
    border: 1px solid;
    background: transparent;
}
.button.button_white_grey:hover{
    background: #b7bedc !important;
    color: black !important;
    box-shadow: none
}
/**button_grey**/
.button.button_grey{
    color: #000000 !important;
    border: none;
    background: #b7bedc;
}
.button.button_grey:hover{
    opacity: 0.8;
}
/**.button_white_fuchsia**/
a.button.button_white_fuchsia{
    color: #f901eb !important;
    border-color: #f901eb !important;
    border: 2px solid;
    background: #ffffff;
    background-color: #ffffff;
    box-shadow: none;
}
a.button.button_white_fuchsia:hover{
   opacity: 0.8;
}
/****/
a.button.button_black{
    color: #ffffff !important;
    border-color: #0a0a0a !important;
    border: none;
    background: #0a0a0a;
    background-color: #0a0a0a !important;
    box-shadow: none;
}
a.button.button_black:hover{
   opacity: 0.8;
}
/****/
a.button.button_blue{
    color: #ffffff !important;
    border: none;
    background: #001780;
    background-color: #001780 !important;
    box-shadow: none;
}
a.button.button_blue:hover{
   opacity: 0.8;
}
/*****/
a.button_white_dark{
    background: #ffffff;
    border: 1px solid #000000;
     color: #f0f !important;
}
a.button_white_dark:hover{
     background-color: #000000 !important;
}
/*****/
a.button.custom_btn_grey {
  padding: 10px 15px;
  font-size: 1.5rem;
  font-family: Oswald,sans-serif;
  line-height: normal;
  text-transform: uppercase;
  color: #212529 !important;
  background-color: #efefef !important;
  border-color: #efefef;
  font-weight: 400;
}
a.button.custom_btn_grey:hover{
   background-color: #dcdcdc !important;
  border-color: #d6d6d6;
  color: #212529 !important;
  box-shadow: none;
}
/*****/
.marginB_0,
.marginB_0 p,
.marginB_0 h2,
.marginB_0 .col,
.col.marginB_0{
    margin-bottom: 0;
    padding-bottom: 0;
}
/**.block_center**/
div.block_center div.text-center{
    margin-left: auto !important;
  margin-right: auto !important;
}
/**.margin_left**/
.margin_left .box-image{
    margin: 0;
}

.space-between{
    justify-content: space-between;
}
.text p>a,
.text li>a{
    text-decoration: underline;
  color: inherit;
}
/**TABLE**/
.praxi-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 20px 0;
  border: 2px solid #ffffff;
}
.praxi-table {
/*  font-family: "Obviously", "Helvetica Neue", Arial, sans-serif;*/
  border-collapse: separate;
  border-spacing: 0;
  overflow: auto;
  position: relative;
  display: block;
}
.praxi-table thead th {
  background: #001f3f;
  color: #ffffff;
  text-align: left;
  font-weight: 700;
  padding: 12px 14px;
  border: 2px solid #ffffff;
}
.praxi-table td {
  padding: 12px 14px;
  border: 2px solid #ffffff;
  vertical-align: top;
  color: #000000;
/*  font-weight: 700;*/
}
.praxi-table tbody tr:nth-child(2n+1) {
  background: #EAF4FF;
}
.praxi-table tbody tr:nth-child(2n) {
  background: #D4E9FF;
}
.praxi-table td:first-child,
.praxi-table th:first-child{
    padding-left: 14px;
}
/***LOGOS Carousel***/
.custome_logos_carousel{
    
}
.custome_logos_carousel .carousel-slider.owl-drag .owl-item {
  max-width: 256px;
  min-width: 256px;
}
.custome_logos_carousel .carousel-slider__item{
    max-width: 158px;
}
.custome_logos_carousel .carousel-slider .owl-stage {
  display: flex;
  align-items: center;
}
.custome_logos_carousel .owl-nav{
    position: absolute;
  display: flex;
  width: 140px;
  height: 50px;
  margin: auto;
  left: 0;
  right: 0;
}
.custome_logos_carousel .carousel-slider .owl-nav button.owl-next,
.custome_logos_carousel .carousel-slider .owl-nav button.owl-prev {
  background: rgba(0,0,0, 0.7);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custome_logos_carousel .carousel-slider .owl-nav button.owl-next svg,
.custome_logos_carousel .carousel-slider .owl-nav button.owl-prev svg{
    width: 60%;
}
.custome_logos_carousel .carousel-slider .owl-nav button.owl-next:hover,
.custome_logos_carousel .carousel-slider .owl-nav button.owl-prev:hover {
    background: rgba(0,0,0, 1);
}
.custome_logos_carousel .carousel-slider .owl-nav button.owl-next:hover svg,
.custome_logos_carousel .carousel-slider .owl-nav button.owl-prev:hover svg{
    color: #ffffff
}
.custome_logos_carousel .carousel-slider .owl-nav button.owl-next{
    right: 0;
}
.custome_logos_carousel .carousel-slider .owl-nav button.owl-prev{
    left: 0;
}
.sqsrte_text_highlight{
    border-bottom: 6px solid rgb(255, 0, 255);
}
.sqsrte_text_highlight_2{
     border-bottom: 2px solid rgb(255, 0, 255);
}
.accordion_custome{
    
}
.accordion_custome .accordion-title.active {
  font-weight: inherit;
  background-color: #ffffff;
}
.accordion_custome .accordion-title {
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 15px 40px 15px 15px;
  position: relative;
}
.accordion_custome .accordion-title span{
    padding-left: 8px;
}
.accordion_custome .accordion-title span:before{
    content: ">";
    position: absolute;
    left: 0;
    font-size: inherit;
    color: inherit;
}
.accordion.accordion_custome .toggle {
  right: 0;
  left: auto;
}
.accordion_custome .accordion-inner{
    padding-top: 0;
    padding-bottom: 0;
}
.image_absolute{
    
}
/* div.text_extra{
    font-size: 15rem;
}*/
 div.text_extra p{
    font-size: 15rem;
}
.nav > li.has-icon > a > i {
  color: #fff;
  font-size: 43px;
}
/*******************/
.chevron-up-proper {
    position: relative;
    width: 100%;
    height: 0px;
    bottom: 0;
}

.chevron-up-proper::before,
.chevron-up-proper::after {
    content: '';
  position: absolute;
  top: 0;
  width: 50.3%;
  height: 6px;
  background-color: #001780;
  border-radius: 0px;
  display: inline-block;
}

.chevron-up-proper::before {
  left: 0;
  transform: rotate(-6deg);
  transform-origin: left top;
}

.chevron-up-proper::after {
  right: 0;
  transform: rotate(6deg);
  transform-origin: right top;
}

.chevron_down_proper {
    position: relative;
    width: 100%;
    height: 0px;
    bottom: 56px;
}

.chevron_down_proper::before,
.chevron_down_proper::after {
    content: '';
  position: absolute;
  top: 0;
  width: 50.3%;
  height: 2px;
  background-color: #001780;
  border-radius: 0px;
  display: inline-block;
}

.chevron_down_proper::before {
  left: 0;
  transform: rotate(6deg);
  transform-origin: left bottom;
}

.chevron_down_proper::after {
  right: 0;
  transform: rotate(-6deg);
  transform-origin: right bottom;
}

/***************************************/
/*.youtube-video-wrap .player-controls-top{
    display: none;
}*/
.youtube-video-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }

  .youtube-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
  }

  .youtube-video-wrap iframe {
    pointer-events: none;
  }

  .youtube-video-wrap::after {
    content: '';
    position: absolute;
    bottom: 5%;
    left: 2%;
    width: 40px;
    height: 40px;
    pointer-events: auto;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    z-index: 10;
    display: none;
  }

  .youtube-video-wrap {
    cursor: pointer;
  }
  .youtube-video-wrap iframe {
    pointer-events: none;
  }

  .youtube-video-wrap::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 20%;
    z-index: 20;
    pointer-events: auto;
    background: transparent;
  }
/**************/
.clippath_bar {
  width: 100%;
  height: 107px;
  background-color: #001e8e;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0 100%, 0 0%, 50% 100%);
  position: absolute;
  bottom: -30px;
}
.clippath_bar_white{
     width: 100%;
  height: 107px;
  background-color: #ffffff;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0 100%, 0 0%, 50% 100%);
  position: absolute;
  bottom: 0;
}
.wave_clip{
/*    background: red;
    width: 100%;
    height: 107px;*/
   
}
.slider_fuel_width{
    
}
.slider_fuel_width .flickity-prev-next-button {
  transform: translateX(0%);
  opacity: 1;
  width: 60px;
  height: 60px;
  color: #ffffff;
}
.slider_fuel_width .flickity-prev-next-button svg{
    background: rgba(0,0,0, 0.7);
    border: none;
}
.slider_fuel_width  .slider-nav-circle .flickity-prev-next-button:hover svg {
  fill: #fff !important;
  background: rgba(0,0,0, 0.7);
  border: none;
}
.slider_fuel_width .slider-nav-circle .flickity-prev-next-button .arrow,
.slider_fuel_width .slider-nav-circle .flickity-prev-next-button svg{
    border: none;
}

/*****/
.tg_2 td,
.tg_2 th {
  border: 1px solid black;
  padding: 10px 8px !important;
  word-break: normal;
  color: #000000;
  text-align: left;
  vertical-align: top;
}
.tg_2 th {
  font-size: 28px;
  font-weight: bold;
}
.tg_2 td {
  font-size: 24px;
}


.tg {
  border-collapse: collapse;
  border-spacing: 0;
}
.tg th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
/*  font-family: Obviously, sans-serif;*/
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px !important;
  word-break: normal;
}
.tg .tg-98vu {
  border-color: #ffffff;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
.tg td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
/*  font-family: Obviously, sans-serif;*/
  font-size: 14px;
  overflow: hidden;
  padding: 10px 5px !important;
  word-break: normal;
}
.tg .tg-r1rv {
  border-color: #ffffff;
  color: #ffffff;
  font-size: 24px;
  text-align: left;
  vertical-align: top;
}
.c24{
    border-color: rgb(0, 0, 128);
    border-width: 1px;
    min-width: 980px;
    position: relative;
    width: 100%;
}
.table_wrap{
    overflow-x: auto;
}
.c24 tr td{
    color: #001780;
    border: 1px solid #001780;
    font-size: 18px;
}
.c24 tr td a{
    color: #111;
}
.c24 td:first-child, .c24 th:first-child {
  padding-left: 15px;
}
/***GFORM******/
.gform-theme--framework .gform_validation_errors {
  display: none;
}
.gform_body input[type="date"], 
.gform_body input[type="email"], 
.gform_body input[type="number"],
.gform_body input[type="password"],
.gform_body input[type="search"], 
.gform_body input[type="tel"], 
.gform_body input[type="text"],
.gform_body input[type="url"],
.gform_body select,
.gform_body textarea {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    color: rgb(73, 80, 87);
    height: calc(2em + .75rem);
    padding: .375rem 1.5625rem;
    transition: all 300ms;
    vertical-align: middle;
    width: 100%;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    
}
.gform_body .gfield_error input[type="date"], 
.gform_body .gfield_error input[type="email"], 
.gform_body .gfield_error  input[type="number"],
.gform_body .gfield_error  input[type="password"],
.gform_body .gfield_error  input[type="search"], 
.gform_body .gfield_error  input[type="tel"], 
.gform_body .gfield_error  input[type="text"],
.gform_body .gfield_error  input[type="url"],
.gform_body .gfield_error  select,
.gform_body .gfield_error  textarea {
     border-color: red;
}
.gform_body input[type="date"]:focus, 
.gform_body input[type="email"]:focus, 
.gform_body input[type="number"]:focus,
.gform_body input[type="password"]:focus,
.gform_body input[type="search"]:focus, 
.gform_body input[type="tel"]:focus, 
.gform_body input[type="text"]:focus,
.gform_body input[type="url"]:focus,
.gform_body select:focus,
.gform_body textarea:focus {
   color: #495057;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255,102,0,.25);
}
.gform-theme--foundation .gfield textarea.large {
  min-block-size: 76px;
}
.gform-theme--foundation .gform_fields {
    gap: 20px;
}
.gchoice .gform-field-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #636363;
}
.our_services_form .gform-body .gfield--type-submit input[type="submit"].gform-button{
    color: #fff;
  background-color: #f60;
  border-color: #f60;
  text-transform: uppercase;
  padding: .375rem 5px;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0;
  transition: all 300ms;
}
.our_services_form .gform-body .gfield--type-submit input[type="submit"].gform-button:hover{
    background-color: #d95700;
  border-color: #cc5200;
  color: #fff;
}

.gform-theme--framework .field_description_below .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)) {
  display: none;
}
.btn_group .col{
    padding-bottom: 0;
}

.gfield--type-submit{
    position: relative;
}
.gform-loader{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.img.logo_wrmsdc img{
    width: 42px;
}
@media all and (max-width: 1024px) and ( min-width: 849px) {
    .gform-theme--foundation .gfield--width-half {
        grid-column: span 12;
    }
    .gform-theme--foundation .gfield--width-two-thirds {
        grid-column: span 12;
    }
    .gform-theme--foundation .gfield--width-third {
        grid-column: span 12;
    }
}
.our_services_form {
    
}
/*********/

@media all and (max-width: 1599px) {
   
}
@media all and (max-width: 1024px) {
    div.text_extra p{
        font-size: 10rem;
    }
    .c24 tr td {
        font-size: 16px;
    }
}
@media all and (max-width: 991px) {
  
}
@media all and (max-width: 849px) {
   div.text_extra p{
        font-size: 6rem;
    }
    .clippath_bar{
        height: 50px;
    }
    .tg .tg-r1rv,
    .tg_2 tr td{
        font-size: 16px;
    }
    .tg .tg-98vu,
    .tg_2 tr th{
        font-size: 18px;     
    }
}
@media all and (max-width: 549px) {
    .clippath_bar{
        bottom: 0;
    }
    .tg .tg-98vu,
    .tg_2 tr th{
        font-size: 16px;
    }
    .tg .tg-r1rv,
    .tg_2 tr td{
        font-size: 14px;
        line-height: 1;
    }
} 
@media all and (max-width: 600px) {
   
}


/**END ARCHIVE PAGE***/
@media all and (max-width: 1200px) {
   
}
@media all and (max-width: 849px) {
   
}
@media all and (max-width: 600px) {
   
}