/* TypoGraphy */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
  box-sizing: border-box;
}

:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: inherit;
}

textarea.form-control {
  resize: none;
  overflow: hidden;
}

figure {
  margin: 0;
}

html,
body {
  width: 100%;
}

body {
  padding: 0;
  margin: 0 !important;
  background: #fff;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'Lato Regular';
  color: #011E3D;
  font-weight: normal;
}

/* body::-webkit-scrollbar {
  display: none;
} */

img {
  max-width: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato Heavy';
  font-weight: 900;
  color: #6bbfcd;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #6bbfcd;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #000;
}

h1 {
  font-style: normal;
  font-size: 40px;
  line-height: 46px;
}

h2 {
  font-size: 32px;
  line-height: normal;
}

h3 {
  font-size: 28px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 28px;
}

h5 {
  font-size: 23px;
  line-height: 28px;
}

h6 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
}

p {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  margin-bottom: 20px;
  font-family: 'Lato Regular';
  font-weight: normal;
}

p a {
  color: #6bbfcd;
}

p a:visited {
  color: #6bbfcd;
}

p a:hover {
  color: #000;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  padding: 0px 0 1.5rem 20px;
  margin: 0px !important;
}

ol {
  padding-left: 0;
  padding-bottom: 0px;
  counter-reset: listitem;
  margin: 0 0 1.5rem !important;
}

ol li {
  list-style: none;
  position: relative;
  padding-left: 0;
}

ol li::before {
  counter-increment: listitem;
  content: counters(listitem, '.')'.';
  color: #011E3D;
  display: inline-block;
  margin-right: 5px;
}

li {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-family: 'Lato Regular';
  font-weight: normal;
}

li a {
  color: #000;
}

li a:hover {
  color: #6bbfcd;
}

a {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  color: #6bbfcd;
}

a:hover {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  color: #000000;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
}

.button {
  font-size: 16px;
  line-height: 1;
  font-family: 'Lato Bold';
  font-weight: bold;
  text-transform: uppercase;
  color: #7f8283;
  min-width: 267px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: 1s;
  -webkit-transition: 1s;
  cursor: pointer;
  border-radius: 0;
  position: relative;
  border: 2px #95d3dd solid;
  padding: 8px 20px 10px;
  text-align: center;
}

.button:hover {
  background: #333333;
  border-color: #333333;
  color: #fff;
}

.button.btn-white {
  border-color: #fff;
  background: #fff;
  color: #333333;
}

.button.btn-white:hover {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}

.button.btn-border {
  border-color: #6bbfcd;
  background: none;
  color: #6bbfcd;
}

.button.btn-border:hover {
  background: #6bbfcd;
  color: #ffffff;
}

/** ================== // HEADER CSS START // ================== **/

.header {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.47) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.47) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.47) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: top 1s ease;
  -moz-transition: top 1s ease;
  -o-transition: top 1s ease;
  transition: top 1s ease;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 0 10px;

}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2px;
}

.logo {
  margin: 0;
  width: 264px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  width: calc(100% - 264px);
}

.navigation .moblelogo {
  display: none;
}

.navigation {
  width: 100%;
}

.main-nav .menu-bar {
  display: none;
}

.nav-manu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-manu ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style-type: none;
}

.nav-manu ul li {
  padding: 0;
  position: relative;
  font-size: 18px;
  font-family: 'Lato Light';
  font-weight: 300;
  margin: 0 29px 0 0;
  color: #fff;
}

.nav-manu ul li:last-child {
  margin-right: 0;
}

.nav-manu ul li a {
  color: rgba(255, 255, 255, 1);
  padding: 0;
  display: inline-block;
  position: relative;
}

.nav-manu ul li.current-menu-item {
  font-family: 'Lato Medium';
  font-weight: 500;
}

.nav-manu ul li:hover a,
.nav-manu ul li.current-menu-item a {
  color: #95d3dd;
}


/** SUB MENU **/

.navigation ul li ul.sub-menu {
  position: absolute;
  display: block;
  top: 100%;
  width: auto;
  transform: scale(1, 0);
  transition: all 0.5s;
  transform-origin: top center;
  opacity: 0;
  visibility: hidden;
  min-width: 215px;
  left: 0;
  z-index: 1999;
  padding: 8px 0 0;
  width: auto;
}


.navigation ul li ul.sub-menu.shop-submenu {
  left: auto;
  right: 0;
}

.navigation ul li:hover>ul.sub-menu {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.navigation ul li ul.sub-menu.shop-submenu::before {
  left: auto;
  right: 40px;
}

.navigation ul li ul.sub-menu li {
  padding: 0;
  width: 100%;
  margin: 4px 0 0;
  transition: .4s;
  background-color: #6c7e8cf2;
  position: relative;
  border-radius: 0;
  border: 1px solid #dfdfdf;
  border-radius: 140px;
}

.navigation ul li ul.sub-menu li::after {
  display: none;
}

.navigation ul li ul.sub-menu li a {
  display: block;
  padding: 13px 19px 12px;
  color: #fff;
}

.navigation ul li ul.sub-menu li a::after {
  display: none;
}

.navigation ul li ul.sub-menu li:last-child a {
  border-bottom: none;
}

.navigation ul li ul.sub-menu li a::before {
  right: 17px;
  transform: rotate(-90deg);
  top: 40%;
}

.navigation ul li ul.sub-menu li.current-menu-item {
  background-color: #339DDC;
}

.navigation ul li ul.sub-menu li.current-menu-item a {
  color: #fff;
}

.navigation ul li ul.sub-menu>li:hover>a {
  color: #000;
  background: #fff;
  border-radius: 250px;
}

.navigation ul li ul.sub-menu ul.sub-menu {
  left: 100%;
  top: 0;
  width: max-content;
  margin-left: 3px;
  padding-top: 0;
}

.navigation ul li ul.sub-menu ul.sub-menu::before {
  top: 0;
}

.navigation ul li ul.sub-menu ul.sub-menu li {
  border-left: 0;
}

.navigation ul li.menu-item-has-children {
  padding-right: 15px;
}

.navigation .menu-item-has-children>a::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -14px;
  width: 7px;
  height: 7px;
  transition: 0.4s;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.6);
  margin-top: 1px;
}

.navigation ul li.menu-item-has-children:hover a::before {
  border-top-color: #95d3dd;
  transition: 0.4s;
}

.navigation ul li.current-menu-item ul.sub-menu li a::before {
  top: 43%;
}

.navigation ul li ul.sub-menu li:hover::before {
  border-color: #fff;
}

.navigation ul li ul.sub-menu ul.sub-menu li a {
  color: #fff;
}

.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu>li:hover>a {
  color: #000;
  background: #fff;
}

.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu a {
  color: #fff;
}

.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu li:hover a {
  color: #000;
}

.navigation ul li.menu-item-has-children ul.sub-menu li:hover a::before {
  border-top-color: #000;
}

.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li a::before {
  border-top-color: #fff;
}

.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li:hover a::before {
  border-top-color: #000;
}

.contact-btn-head {
  position: relative;
  margin-left: 30px;
}

.contact-btn-head a {
  color: #333333 !important;
  background: #42c1cf;
  padding: 21px 21px;
  display: block;
  font-size: 18px;
  font-family: 'Lato Medium';
  font-weight: 500;
}

.contact-btn-head a:hover {
  background: #fff;
}

/** ================== // HEADER CSS END // ================== **/


/** ================== // HERO SECTION START // ================== **/
.hero-section {
  margin: 0;
  padding: 0;
}

.hero-repeat-item {
  position: relative;
}

.hero-image {
  position: relative;
  background-color: #1c7895;
  height: 864px;
  width: 100%;
  background-blend-mode: luminosity;
  background-position: center;
  background-size: cover;
}

.hero-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #004c54;
  opacity: 0.85;
  mix-blend-mode: multiply;
}


.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content-absolute {
  position: absolute;
  top: 252px;
  left: 0;
  right: 0;
}

.hero-content-info {
  margin: 0;
  padding: 0 0 0 0;
  max-width: 1070px;
}

.hero-tittle h1,
.hero-tittle h2,
.hero-tittle h3,
.hero-tittle h4,
.hero-tittle h5 {
  font-size: 41px;
  margin: 0 0 24px;
  line-height: 46px;
}

.hero-tittle h1 span,
.hero-tittle h2 span,
.hero-tittle h3 span,
.hero-tittle h4 span,
.hero-tittle h5 span {
  font-family: 'Lato Regular';
  font-weight: normal;
}

.hero-content-info h1,
.hero-content-info h2,
.hero-content-info h3,
.hero-content-info h4 {
  margin: 0 0 36px;
  padding: 0 50px 0 0;
  font-size: 43px;
  font-family: 'Lato Light';
  font-weight: 300;
  color: #fff;
  line-height: 60px;
}

.hero-content-info p {
  text-transform: uppercase;
  font-size: 23px;
  letter-spacing: 3.4px;
  font-family: 'Lato SemiBold';
  font-weight: 600;
  margin: 0 0 66px;
  color: #6bbfcd;
}

.hero-content-info p a {
  color: #6bbfcd;
}

.hero-content-info p:last-child {
  margin-bottom: 0;
}

.hero-content-info .button {
  font-size: 22px;
  letter-spacing: 0.7px;
  height: 58px;
  padding: 10px 33px;
}

.slick-slide>div {
  display: flex;
  flex-wrap: wrap;
}

.hero-content-info ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.hero-content-info ul li {
  text-transform: uppercase;
  font-size: 23px;
  letter-spacing: 3.4px;
  font-family: 'Lato SemiBold';
  font-weight: 600;
  margin: 0;
  color: #6bbfcd;
  display: block;
}

.hero-content-info ul li::after {
  content: "/";
}

.hero-content-info ul li a {
  color: #6bbfcd;
}

.hero-content-info ul li::after {
  content: "/";
  margin: 0 9px;
}

.hero-content-info ul li:last-child::after {
  display: none;
}

/** ================== // HERO SECTION END   // ================== **/

/** ================== //  SERVICES SECTION START   // ================== **/
.services-commn-txt-section {
  margin: 0;
  padding: 32px 0 49px;
  position: relative;
  z-index: 1;
}

.services-commn-txt-section::after {
  content: "";
  background: rgb(127, 213, 223);
  background: -moz-linear-gradient(180deg, rgba(127, 213, 223, 1) 20%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(127, 213, 223, 1) 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(127, 213, 223, 1) 20%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 173px;
  z-index: -1;
}

.services-top-headline {
  text-align: center;
  padding: 0 0;
}

.services-top-headline p {
  font-size: 27px;
  line-height: 46px;
}

.services-top-headline p strong {
  font-family: 'Lato Bold';
  font-weight: bold;
}

.services-section {
  margin: 0;
  padding: 50px 0 83px;
  position: relative;
  z-index: 1;
}

.services-section .container {
  max-width: 1920px;
  padding: 0 40px;
}

.services-outer-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 50px;
}

.services-col-5 {
  width: 20%;
}

.services-col-5:hover {
  position: relative;
  z-index: 1;
}

.services-col-item-info {
  margin: 0;
  padding: 60px 26px 68px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #fff;
  position: relative;
  text-align: center;
  z-index: 1;
}

.services-col-item-info .button {
  font-family: 'Lato SemiBold';
  font-weight: 600;
  color: #7f8283;
}

.services-col-item-info:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: 0 8px 51px rgba(223, 223, 223, 1);
}

.icon-item {
  width: 140px;
  height: 69px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 30px;
}

.icon-item img {
  height: 100%;
  height: 100%;
}

.hovericon {
  display: none;
}

.services-col-item-info h5 {
  color: #000;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: 21px;
}

.services-col-item-info p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px;
}

.services-col-item-info:hover {
  z-index: 2;
}

.services-col-item-info:hover::before {
  background: #6bbfcd;
  transform: scaleY(1.2);
  -webkit-transform: scaleY(1.2);
  -ms-transform: scaleY(1.2);
}

.services-col-item-info:hover .icon-item img {
  display: none;
}

.services-col-item-info:hover .icon-item img.hovericon {
  display: block;
}

.services-col-item-info:hover h5 {
  color: #fff;
}

.services-col-item-info:hover .button {
  background: #333333;
  border-color: #333333;
  color: #fff;
}

.services-results-container {
  max-width: 1250px;
  margin: 0 auto;
}

.services-results-info {
  padding: 0;
  margin: 66px 0 0;
}

.services-results-info h1,
.services-results-info h2 {
  font-size: 40px;
  margin: 0 0 14px;
  padding: 0;
  line-height: 46px;
}

.services-results-info h2 span {
  font-family: 'Lato Regular';
  font-weight: normal;
}

.services-results-info p {
  font-family: 'Lato Light';
  font-weight: 300;
  font-size: 20.5px;
  line-height: 32px;
}

.services-results-info p i {
  font-family: 'Lato SemiBold';
  font-weight: 600;
}

/** ================== //  SERVICES SECTION END   // ================== **/

/** ================== //  GREY BG TEXT SECTION START   // ================== **/
.grey-content-section {
  margin: 0;
  padding: 40.5px 0;
  background: #333333;
}

.grey-content-section .services-top-headline p {
  color: #fff;
  font-family: 'Lato Light';
  font-weight: 300;
}

.grey-content-section .services-top-headline p strong {
  color: #6bbfcd;
  font-family: 'Lato SemiBold';
  font-weight: 600;
}

/** ================== //  GREY BG TEXT SECTION END   // ================== **/


/** ================== // ABOUT US SECTION START   // ================== **/
.about-section {
  margin: 0;
  padding: 103px 0;
}

.about-outer-row {
  display: flex;
  flex-wrap: wrap;
}

.about-col-left {
  width: 50%;
  padding-right: 25px;
  padding-left: 1px;
}

.about-img {
  position: relative;
  margin: 0 0 24px;
  max-width: 439px;
  background: #66addf;
}

.about-img img {
  mix-blend-mode: multiply;
  width: 100%;
  filter: grayscale(1);
}

.about-img:last-child {
  margin-bottom: 0;
}

.about-col-img-info {
  position: relative;
}

.about-box-fixed {
  position: absolute;
  top: 44%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.about-img-content {
  margin: 0;
  padding: 46px 29px 46px 45px;
  background: #6bbfcd;
  width: 300px;
}

.about-img-content h3 {
  color: #fff;
  font-family: 'Lato Bold';
  font-weight: bold;
  margin: 0;
}

.about-col-right {
  width: 50%;
  padding-left: 25px;
}

.about-col-rlt-info {
  margin: 0;
  padding: 0;
}

.about-col-rlt-info h6 {
  color: #333;
  text-transform: uppercase;
  margin: 0 0 26px;
  font-family: 'Lato Regular';
  font-weight: normal;
}

.about-col-rlt-info h2 {
  font-family: 'Lato Light';
  font-weight: 300;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 25px;
}

.about-col-rlt-info h3 {
  font-family: 'Lato Light';
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
  margin: 0 0 25px;
}

.about-col-rlt-info p {
  margin: 0 0 25px;
  font-style: normal;
  font-family: 'Lato Light';
  font-weight: 300;
}

.about-col-rlt-info p:last-child {
  margin-bottom: 0;
}

.about-col-rlt-info p strong {
  font-family: 'Lato Regular';
  font-weight: normal;
}

/** ================== // ABOUT US SECTION END   // ================== **/

/** ================== // YOUR PATH TO ASSET RECOVERY SECTION START   // ================== **/
.asset-recovery-section {
  margin: 0;
  padding: 102px 0;
  background: #333333;
}

.asset-recovery-section .container {
  max-width: 1920px;
  padding: 0 40px;
}

.heading {
  margin: 0 0 54px;
  padding: 0;
  text-align: center;
}

.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 46px;
  color: #6bbfcd;
  font-family: 'Lato Light';
  font-weight: 300;
}

.heading h6 {
  color: #000000;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.heading.heading-clr h6 {
  color: #ffffff;
}

.recovery-services-row {
  display: flex;
  flex-wrap: wrap;
}

.recovery-services-item-col-5 {
  width: 20%;
  transform: none !important;
}

.recovery-services-item-info {
  margin: 0;
  padding: 35px 28px 22px 40px;
  border: 1px #515151 solid;
  height: 100%;
  position: relative;
}

.recovery-services-item-info::after {
  content: "";
  background: url('../images/arrow-back-img.png') no-repeat;
  background-size: 100%;
  width: 76px;
  height: 52px;
  position: absolute;
  right: -28px;
  top: 20px;
  z-index: 1;
}

.recovery-services-item-col-5:first-child .recovery-services-item-info {
  padding-left: 28px;
}

.recovery-services-item-col-5:last-child .recovery-services-item-info::after {
  display: none;
}

.content-recovery {
  margin: 0 0 25px;
  padding: 0;
}

.content-recovery:last-child {
  margin-bottom: 0;
}

.recovery-services-item-info h3 {
  font-family: 'Lato Regular';
  font-weight: normal;
  color: #95d3dd;
  font-size: 26px;
  line-height: normal;
  margin: 0 0 25px;
  position: relative;
  z-index: 2;

}

.recovery-services-item-info h6 {
  color: #fff;
  font-family: 'Lato Bold';
  font-weight: bold;
  margin: 0 0 5px;
}

.recovery-services-item-info p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.recovery-bottom-section {
  margin: 0 auto;
  padding: 62px 0 0;
  max-width: 1662px;
  text-align: center;
}

.recovery-bottom-section p {
  font-size: 22px;
  line-height: 32px;
  color: #6bbfcd;
  text-align: left;
  margin: 0 0 40px;
}

.recovery-bottom-section p strong {
  color: #fff;
  font-family: 'Lato Heavy';
  font-weight: 900;
}

.recovery-bottom-section .button {
  border-color: #fff;
  background: none;
  color: #fff;
}

.recovery-bottom-section .button:hover {
  border-color: #fff;
  background: #fff;
  color: #333333;
}

/** ================== // YOUR PATH TO ASSET RECOVERY SECTION END   // ================== **/

/** ================== // RESOLUTION CONTACT FORM RECOVERY SECTION START   // ================== **/
.resolution-contact-section {
  margin: 0;
  padding: 113px 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-color: #1c7895;
  background-blend-mode: multiply;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.resolution-contact-section::after {
  content: "";
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: -1;
}

.resolution-contact-section .container {
  max-width: 1920px;
  padding: 0 100px;
}

.resolution-contact-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.resolution-contact-col-left {
  width: calc(100% - 593px);
}

.resolution-contact-text-info {
  padding-right: 50px;
}

.resolution-contact-text-info h6 {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.resolution-contact-text-info h3 {
  font-family: 'Lato Light';
  font-weight: 300;
  font-size: 40px;
  line-height: 46px;
  margin: 0 0 20px;
}

.resolution-contact-text-info p {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.resolution-contact-text-info p a i {
  text-decoration: underline;
}

.resolution-contact-text-info p a {
  color: #95d3dd;
}

.resolution-contact-text-info p a:hover i {
  text-decoration: none;
}

.resolution-contact-text-info p a strong {
  color: #fff;
}

strong {
  font-family: 'Lato Bold';
  font-weight: bold;
}

.form-content-item {
  margin: 0;
  padding: 0;
}

.form-content-item:not(last-child) {
  margin-bottom: 46px;
}

.resolution-contact-col-right {
  width: 593px
}

.resolution-contact-form {
  margin: 0;
  padding: 40px 40px;
  background: #fff;
}

.resolution-contact-form h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 36px;
}

.form-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
  gap: 49px 0;
}

.form-group {
  width: 50%;
  padding: 0 14px;
  margin: 0;
  position: relative;
}

.form-group.form-full-group {
  width: 100%;
}

.form-group label {
  display: block;
  color: #010101;
  font-size: 18px;
  line-height: normal;
  font-family: 'Lato Regular';
  font-weight: normal;
  position: absolute;
  margin: 0;
  top: 13px;
  z-index: 0;
  transition: 0.5s;
}

.form-group label.active {
  top: -20px;
}

.form-group label span {
  color: #95d3dd;
}

.medium {
  width: 100%;
  border: none !important;
  border-bottom: 2px #6bbfcd solid !important;
  color: #010101 !important;
  font-size: 18px;
  line-height: normal;
  font-family: 'Lato Regular';
  font-weight: normal;
  display: block;
  padding: 10px 0 !important;
  background: none;
  height: 44px;
  position: relative;
  z-index: 1;
  border-radius: 0 !important;
}

textarea.medium {
  resize: none;
}

.medium:-webkit-autofill,
.medium:-webkit-autofill:hover,
.medium:-webkit-autofill:focus {
  -webkit-text-fill-color: #010101;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.form-group .button {
  background: #6bbfcd;
  color: #fff;
  text-transform: capitalize;
  min-width: 157px;
  height: 52px;
  border-color: #6bbfcd;
  margin-top: 10px;
  font-family: 'Lato SemiBold';
  font-weight: 600;
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 20px 10px;
}

.form-group .button:hover {
  background: #000000;
  color: #fff;
  border-color: #000;
}

/** ================== // RESOLUTION CONTACT FORM RECOVERY SECTION END   // ================== **/

/** ================== // LEGAL AREAS WE COVER SECTION START  // ================== **/
.legal-areas-section {
  margin: 0;
  padding: 92px 0 100px;
  background: #6bbfcd;
}

.legal-areas-section .container {
  max-width: 1903px;
  padding: 0 10px;
}

.legal-areas-section .heading {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.legal-areas-section h6 {
  color: #fff;
}

.legal-areas-section p {
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  font-family: 'Lato Light';
  font-weight: 300;
}

.legal-areas-section p a {
  color: #fff;
  font-style: italic;
  text-decoration: underline;
  font-weight: bold;
}

.legal-areas-section p a:hover {
  text-decoration: none;
}

.legal-areas-services-row {
  display: flex;
  flex-wrap: wrap;
}

.legal-areas-item-col10 {
  width: 9.09%;
  border-right: 1px #fff solid;
}

.legal-areas-item {
  margin: 0;
  padding: 25px 20px;
  text-align: center;
  height: 100%;
}

.legal-areas-item-col10:last-child {
  border-right: none;
}

.legal-areas-item figure {
  margin: 0 0 30px;
  padding: 0;
  height: 70px;
}

.legal-areas-item img {
  filter: invert(1);
  width: 100%;
  height: 100%;
}

.legal-areas-item h4 {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0;
}

/** ================== // LEGAL AREAS WE COVER SECTION END  // ================== **/

/** ================== // CLIENT TESTIMONIALS SECTION START  // ================== **/
.client-testimonials-section {
  margin: 0;
  padding: 79px 0;
}

.client-testimonials-section .container {
  max-width: 1300px;
}

.star-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3px;
  margin: 0 0 28px;
}

.testimonials-text-item {
  padding: 20px 25px;
}

.testimonials-text-info {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 60px 34px 43px;
  margin: 0;
  position: relative;
  height: 460px;
}

.testimonials-text-info::after {
  content: "";
  background: url('../images/comma-icon.png') no-repeat;
  width: 55px;
  height: 38px;
  background-size: 100%;
  position: absolute;
  bottom: 17px;
  right: 30px;
}

.testimonials-text-info p {
  font-family: 'Lato Light';
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 30px;
}

.testimonials-text-info span {
  font-family: 'Lato Heavy';
  font-weight: 900;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #95d3dd;
  text-transform: uppercase;
}

.testimonials-text-info span strong {
  color: #000;
  display: block;
}

/** ================== // CLIENT TESTIMONIALS SECTION END  // ================== **/

/** ================== // BLOG NEWS SECTION START  // ================== **/
.blog-news-section {
  margin: 0;
  padding: 84px 0;
  position: relative;
}

.blog-news-bg-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #1977c1;
  height: 521px;
  background-blend-mode: multiply;
  background-position: right -580px top;
  background-attachment: fixed;
  background-size: cover;
}

.blog-news-bg-banner img {
  width: 100%;
  filter: grayscale(1);
  mix-blend-mode: multiply;
  height: 100%;
  object-fit: cover;
}

.blog-news-section .heading {
  text-align: left;
}

.blog-news-section .heading h6 {
  color: #6bbfcd;
}

.blog-news-section .heading h3 {
  color: #ffffff;
}

.view-link {
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
  float: right;
  margin: -30px 0 0;
  color: #6bbfcd !important;
}

.view-link:hover {
  color: #fff !important;
}

.blog-row-warp {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -28px;
  gap: 41px 0;
}

.blog-post-col3 {
  width: 33.333%;
  padding: 0 28px;
}

.blog-post-text-info {
  margin: 0;
  padding: 0;
  height: 100%;
}

.blog-post-text-info figure {
  padding: 0;
  margin: 0;
}

.blog-post-text-info figure img {
  width: 100%;
  height: auto;
}

.blog-post-text-info figcaption {
  margin: 0;
  background: #fff;
  padding: 28px;
}

.blog-post-text-info figcaption span img {
  width: 17px;
  margin-right: 5px;
  margin-top: -4px;
}

.blog-post-text-info h4 {
  font-size: 30px;
  line-height: 32px;
  color: #000;
  margin: 0 20px 13px 0;
  padding: 0;
}

.blog-post-text-info h4 a {
  color: #000;
}

.blog-post-text-info p {
  font-size: 16px;
  line-height: 22px;
}

.blog-post-text-info span {
  font-family: 'Lato Heavy';
  font-weight: 900;
  display: block;
  color: #000;
}

.blog-post-text-info em {
  font-style: normal;
  color: #6bbfcd;
}

.load-more-btn {
  text-align: center;
}

/** ================== // BLOG NEWS SECTION END  // ================== **/

/** ================== // FOOTER START  // ================== **/
.footer {
  margin: 0;
  padding: 123px 0 0;
  background: #212121;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer::after {
  content: "";
  position: absolute;
  top: 0;
  right: -320px;
  width: 1164px;
  background: url('../images/footer-bg-img.jpg') no-repeat center;
  mix-blend-mode: lighten;
  height: 100%;
  background-size: 100%;
  z-index: -1;
  opacity: 0.20;
}

.footer::before {
  content: "";
  background: #333333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.40;
  z-index: -1;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 85px;
}

.footer-col-left {
  width: 445px;
}

.footer-col-text-info {
  margin: 0;
  padding: 0 80px 0 0;
}

.footer-col-text-info a:hover {
  color: #fff;
}

.footer-logo {
  margin: 0 0 25px;
}

.footer-col-text-info h6 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 21px;
  line-height: 29px;
}

.footer-col-text-info p {
  color: #b1abab;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 27px;
}

.footer-col-text-info span {
  display: block;
  color: #6bbfcd;
  font-size: 24px;
  line-height: 29px;
}

.footer-col-text-info span a {
  color: #6bbfcd;
}

.footer-menu {
  width: 325px;
  padding-top: 9px;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
}

.footer-menu ul li {
  margin: 0 0 17px;
  padding: 0;
  display: block;
  font-family: 'Lato Light';
  font-weight: 300;
  font-size: 17px;
  line-height: normal;
}

.footer-menu ul li:last-child {
  margin-bottom: 0;
}

.footer-menu ul li a::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 27px;
  color: #42c1cf;
}

.footer-menu ul li a {
  color: #fff;
  position: relative;
  padding-left: 23px;
}

.footer-menu ul li a:hover {
  color: #42c1cf;
}

.footer-cricle-box {
  width: 185px;
  height: 185px;
  background: #6bbfcd;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin-top: -20px;
  margin-right: -14px;
}

.footer-cricle-box p {
  color: #fff;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
}

.footer-cricle-box p strong {
  cursor: pointer;
}

.copyright-section {
  background: #6bbfcd;
  padding: 21px 0;
}

.copyright-warp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.copyright-warp p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
}

.copyright-warp p a {
  color: #000;
}

.copyright-warp p a:hover {
  color: #fff;
}

/** ================== // FOOTER END  // ================== **/

/** ================== // ABOUT US PAGE CSS START  // ================== **/
.inner-hero-section .hero-image {
  height: 487px;
}

.inner-hero-section .hero-content-absolute {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.parallax-commn-section {
  margin: 0;
  padding: 0;
  background: #1c7895;
  height: 680px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.parallax-bg-image {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-blend-mode: luminosity;
  background-color: #005570;
}

.parallax-bg-image::after {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}

.about-expert-content {
  text-align: center;
  position: relative;
}

.about-expert-content h2 {
  text-align: center;
  font-size: 59px;
  line-height: normal;
  font-family: 'Lato SemiBold';
  font-weight: 600;
  margin: 0 0 38px;
}

.about-expert-content p {
  color: #fff;
  font-size: 28px;
  line-height: normal;
  margin: 0 0 32px;
}

.about-inner-section .about-box-fixed {
  top: 50%;
}

.about-col-rlt-info p i {
  font-family: 'Lato SemiBold';
  font-weight: 600;
}

.about-col-rlt-info .button {
  font-size: 20px;
  line-height: 28px;
  padding: 14px 34px;
  margin-top: 0;
}

.about-inner-section .about-col-rlt-info p {
  margin: 0 0 32px;
  line-height: 30px;
}

/** ================== // ABOUT US PAGE CSS END  // ================== **/

/** ================== // SPECIALIST TEAM SECTION START  // ================== **/
.team-section {
  margin: 0;
  padding: 120px 0 80px;
  background: #333333 url('../images/team-background-img.jpg') no-repeat left bottom;
}

.team-section .container {
  max-width: 2543px;
  padding: 0 50px;
}

.team-flex-row {
  display: flex;
  flex-wrap: wrap;
}

.team-left-col {
  width: 24%;
  padding-right: 35px;
}

.team-heading {
  margin: 0 0 0 auto;
  padding: 0;
  max-width: 390px;
}

.team-heading h6 {
  color: #6bbfcd;
}

.team-heading h3 {
  color: #fff;
  font-size: 40px;
  line-height: 60px;
}

.team-heading h3 span {
  font-family: 'Lato Regular';
  font-weight: normal;
}

.team-right-col {
  width: 76%;
  padding-top: 22px;
}

.team-box-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -23px;
  gap: 20px 0;
}

.team-item-col-4 {
  width: 33.333%;
  padding: 0 23px;
}

.team-item-col-info {
  margin: 0;
  padding: 0;
  background: #fff;
  height: 100%;
}

.team-item-col-info figure {
  margin: 0;
  padding: 0;
}

.team-item-col-info figure img {
  width: 100%;
}

.team-item-col-info figcaption {
  margin: 0;
  padding: 28px 35px 33px 42px;
}

.team-item-col-info h4 {
  font-size: 36px;
  line-height: normal;
  color: #333333;
  margin: 0 0 5px;
}

.team-item-col-info span {
  color: #6bbfcd;
  font-family: 'Lato Heavy';
  font-weight: 900;
  font-size: 20px;
  display: block;
  margin: 0 0 6px;
}

.team-item-col-info p {
  font-size: 18px;
  line-height: 26px;
}

/** ================== // SPECIALIST TEAM SECTION END  // ================== **/

/** ================== // CONTACT PAGE SECTION START  // ================== **/
.contact-page-section {
  margin: 0;
  padding: 130px 0 113px;
  background-repeat: no-repeat;
  background-position: right -270px top;
  background-size: cover;
  background-color: #1c7895;
  background-blend-mode: multiply;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.contact-page-section::before {
  content: "";
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, 0) 80%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, 0) 80%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, 0) 80%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 250px;
  z-index: 0;
}

.contact-page-section::after {
  content: "";
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: -1;
}

.contact-page-text-info {
  margin: 0;
  padding: 0 68px 0 130px;
}

.contact-page-text-info h6 {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.ask-link {
  font-size: 33px;
  line-height: normal;
  font-family: 'Lato Light';
  font-weight: 300;
  display: inline-block;
  position: relative;
  color: #6bbfcd;
  margin: 0 0 40px;
}

.ask-link:focus {
  color: #6bbfcd;
}

.ask-link u {
  border-bottom: 1px #6bbfcd solid;
  text-decoration: none;
}

.ask-link:hover {
  color: #6bbfcd;
}

.ask-link:hover u {
  border-bottom: none;
}

.contact-page-text-info p {
  color: #fff;
  margin: 0 0 42px;
  padding: 0;
  font-size: 29px;
  line-height: 40px;
  font-family: 'Lato Light';
  font-weight: 300;
}

.contact-page-text-info ul {
  margin: 0;
  padding: 0;
}

.contact-page-text-info ul li {
  margin: 0 0 20px;
  padding: 0;
  display: block;
  color: #6bbfcd;
  font-size: 30px;
  line-height: normal;
  font-family: 'Lato Light';
  font-weight: 300;
}

.contact-page-text-info ul li:last-child {
  margin-bottom: 0;
}

.contact-page-text-info ul li a {
  color: #fff;
}

.contact-page-text-info ul li a:hover {
  color: #6bbfcd;
}

.contact-page-text-info ul li.textbig {
  font-size: 42px;
}

.contact-page-text-info ul li.textbig a {
  font-family: 'Lato Bold';
  font-weight: bold;
}

/** ================== // CONTACT PAGE SECTION END  // ================== **/

/** ================== // FAQS PAGE SECTION START  // ================== **/
.faqs-page-section {
  margin: 0;
  padding: 34px 0 113px;
}

.faq-content {
  margin-top: 89px;
}

.faq-item {
  margin: 0 0 25px;
  padding: 0 0 25px;
  border-bottom: 1px #7f7c7c solid;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item-title {
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.faq-item-title::after {
  content: "";
  background: url('../images/plus-icon-new.png') no-repeat;
  background-size: 100% !important;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq-item.open .faq-item-title::after {
  background: url('../images/mins-icon.png') no-repeat;
}

.faq-item-title h3 {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Lato Regular';
  font-weight: normal;
  font-size: 30px;
  line-height: normal;
}

.faq-item-content {
  display: none;
  margin-bottom: 40px;
  margin-top: 20px;
}

.faq-item-content p {
  font-size: 22px;
  line-height: 26px;
  font-family: 'Lato Light';
  font-weight: 300;
}

.faq-item.open .faq-item-title h3 {
  color: #282828;
  font-size: 37px;
}

.faq-item.open {
  margin-top: 40px;
}

.faq-button {
  text-align: center;
  margin-top: 80px;
}

.faq-button .button {
  background: #7f7c7c;
  color: #fff;
  border-color: #7f7c7c;
  font-size: 30px;
  font-family: 'Lato Regular';
  font-weight: normal;
  padding: 28px 81px;
}

.faq-button .button:hover {
  border-color: #6bbfcd;
  background: #6bbfcd;
}

/** ================== // FAQS PAGE SECTION END  // ================== **/


/** ================== // NEWS PAGE SECTION START  // ================== **/
.news-page-section {
  margin: 0;
  padding: 0 0 63px;
}

.news-page-section .blog-post-text-info {
  border: 1px #333333 solid;
}

.load-more-btn {
  margin-top: 54px;
}

.load-more-btn .button {
  min-width: 237px;
  min-height: 52px;
  font-size: 22px;
  font-family: 'Lato Regular';
  font-weight: normal;
  color: #6bbfcd;
}

.news-page-hero .hero-content-info h1 {
  padding-right: 0;
}

.inner-hero-section .hero-content-info h6 {
  margin-bottom: 0;
}

.blog-card {
  display: none;
}

.news-social-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
}

.news-social-title span img {
  width: 17px;
  margin-right: 5px;
  margin-top: -5px;
}

.news-social-title ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.news-social-title ul li {
  margin: 0 10px 0 0;
  padding: 0;
  display: block;
  font-size: 14px;
  line-height: normal;
}

.news-social-title ul li:last-child {
  margin-right: 0;
}

.news-social-title ul li .fa {
  font-size: 30px;
}

.news-social-title ul li i.fa.fa-facebook-official {
  color: #4b67ad;
}

.news-social-title ul li i.fa.fa-twitter {
  color: #4fa0ec;
  font-size: 20px;
  margin: 0 5px;
}

.news-social-title ul li i.fa.fa-linkedin-square {
  color: #3b82b9;
}

.news-details-content {
  padding: 58px 0;
}

.news-details-content p {
  line-height: 32px;
}

.news-details-content p a {
  text-decoration: underline;
  font-family: 'Lato SemiBold';
  font-weight: 600;
}

.news-details-content p a:hover {
  text-decoration: none;
}

.inner-hero-section .hero-content-info h1,
.inner-hero-section .hero-content-info h2,
.inner-hero-section .hero-content-info h3,
.inner-hero-section .hero-content-info h4 {
  padding-right: 0;
}

/** ================== // NEWS PAGE SECTION END  // ================== **/

/** ================== // SERVICES PAGE SECTION END  // ================== **/
.about-col-rlt-info ul li {
  padding-left: 13px;
  margin-bottom: 22px;
}

.about-col-rlt-info ul li:last-child {
  margin-bottom: 0;
}

.services-about-section .about-col-rlt-info p i {
  color: #6bbfcd;
}

.services-about-section .about-col-rlt-info p {
  font-family: 'Lato Regular';
  font-weight: normal;
}

.services-about-section .about-img-content h3 {
  font-size: 26px;
  line-height: 32px;
}

.about-section.services-about-section {
  padding-top: 50px;
}

.services-range-section {
  margin: 0;
  padding: 34px 0 0;
  position: relative;
  z-index: 1;
  background-color: #6bbfcd;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.services-range-section::after {
  content: "'";
  background: #6bbfcd;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.95;
  z-index: -1;
}

.services-range-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.services-range-left-col {
  width: 58%;
}

.services-range-img-right {
  width: 42%;
}

.services-range-info h4 {
  font-family: 'Lato Light';
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  line-height: 46px;
  margin: 0 0 25px;
}

.services-range-info p {
  font-size: 24px;
  line-height: 36px;
  color: #172022;
  margin: 0 0 36px;
}

.services-range-info h5 {
  font-size: 28px;
  line-height: 42px;
  font-family: 'Lato Bold';
  font-weight: bold;
  color: #172022;
  margin: 0;
  padding: 0;
}

.services-range-info h5 a {
  color: #172022;
  text-decoration: underline;
}

.services-range-info h5 a:hover {
  text-decoration: none;
}

.services-range-info {
  padding-left: 18px;
  padding-top: 100px;
  padding-bottom: 180px;
}

.services--img-info img {
  max-width: inherit;
}

/** ================== // SERVICES PAGE SECTION END  // ================== **/

/** ================== // SUCCESS STORIES PAGE SECTION START  // ================== **/
.success-stories-section .services-results-info {
  margin: 0 0 35px;
  border-bottom: 1px #7f7c7c solid;
  padding-bottom: 19px;
}

.success-stories-section .services-results-info:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.services-results-container.success-stories-section {
  margin-bottom: 130px;
}

.global-reach-section .parallax-bg-image {
  background-position: center top;
}

.global-reach-section .parallax-bg-image::after {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.17;
}

.success-content-section {
  padding: 84px 0 95px;
}

.success-content-section .services-results-container.success-stories-section {
  margin-bottom: 0;
}

.services-top-headline h3 {
  font-style: italic;
  font-family: 'Lato Bold';
  margin: 0;
  padding: 0;
}

.services-section.successfirst-section {
  padding-top: 0;
}

/** ================== // SUCCESS STORIES PAGE SECTION END  // ================== **/


/** ================== // ASK ABOUT FORM CASE POPUP START  // ================== **/
.popup-about-form-section {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #333;
  z-index: 9999;
  padding: 28px 0 70px !important;
  display: none;
  height: auto;
}

.popup-about-form-section .modal-dialog {
  max-width: 100%;
  transform: none !important;
  margin: 0;
}

.popup-about-form-section .modal-content {
  background: none;
  border: none;
  border-radius: 0;
}

button.close {
  position: absolute;
  right: 20px;
  top: -18px;
  text-shadow: none;
  color: #6bbfcd;
  opacity: 1;
  font-weight: normal;
  font-size: 35px;
  font-family: 'Lato Light';
}

button.close:hover {
  color: #ffff;
}

.popup-about-form-section .container {
  max-width: 1576px;
}

.case-popup-heading {
  margin: 0 0 52px;
  padding: 0;
}

.case-popup-heading h2 {
  font-size: 35px;
  font-family: 'Lato SemiBold';
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
  padding: 0;
}

.case-popup-heading p {
  color: #fff;
  font-size: 28px;
  line-height: normal;
  font-family: 'Lato Light';
}

.about-case-step-form .case-step {
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}

.form-card {
  text-align: left
}

.about-case-step-form .case-step:not(:first-of-type) {
  display: none
}

.flex-progress-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
  padding: 0 38px;
}

.form-input {
  width: 50%;
  padding: 0 22px;
}

.form-input.form-input-full {
  width: 100%;
}

.form-input .medium {
  color: #fff !important;
  padding: 5px 15px !important;
  font-size: 20px;
  font-family: 'Lato Light';
  font-weight: 300;
  border-bottom: 1px #6bbfcd solid !important;
}

.form-input textarea.medium {
  border: 1px #6bbfcd solid !important;
  height: 161px;
  padding-top: 10px !important;
}

.form-input.form-input-full textarea.medium {
  height: 235px;
}

.form-input .medium::-webkit-input-placeholder {
  color: #fff;
}

.button-step {
  text-align: right;
  padding: 52px 60px 0;
  position: relative;
}

.action-button {
  min-width: 131px;
  background: #6bbfcd !important;
  font-size: 26px;
  font-weight: normal;
  font-family: 'Lato Regular';
  color: #ffffff !important;
  border: none !important;
  border-radius: 0px !important;
  cursor: pointer;
  padding: 0 30px !important;
  line-height: 26px !important;
  height: 56px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.action-button:hover,
.action-button:focus {
  background: #fff;
  color: #6bbfcd;
}

.fs-title {
  margin: 0 0 25px;
  padding: 0;
}

.fs-title h4 {
  margin: 0;
  padding: 0;
  font-family: 'Lato SemiBold';
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.about-case-step-form form {
  position: relative;
}

.progress {
  height: 17px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 45px;
  width: calc(100% - 106px);
  margin-left: auto;
  margin-bottom: 44px;
}

.progress-bar {
  background-color: #6bbfcd
}

.steps-text {
  position: absolute;
  top: -3px;
  left: 0;
}

.steps-text p {
  color: #7e7d7d;
  font-family: 'Lato SemiBold';
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  line-height: normal;
}

.file-upload {
  display: block;
}

.file-upload .file-select {
  display: block;
  border: 1px solid #6bbfcd;
  color: #34495e;
  cursor: pointer;
  height: 62px;
  text-align: left;
  background: none;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select .file-select-button {
  background: #6bbfcd;
  padding: 0 20px;
  display: inline-flex;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 3px;
  font-family: 'Lato Regular';
  bottom: 0;
  align-items: center;
  justify-content: center;
}

.file-upload .file-select .file-select-name {
  display: inline-flex;
  padding: 0 20px 7px;
  height: 100%;
  font-size: 20px;
  color: #fff;
  font-family: 'Lato Light';
  font-weight: 300;
  align-items: center;
}

.file-upload .file-select:hover {
  border-color: #fff;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
  background: #ffff;
  color: #6bbfcd;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}

.add-another-file {
  display: flex;
  align-items: center;
  padding: 25px 20px;
}

.add-another-file label {
  padding: 0 0 0 10px;
  font-size: 20px;
  margin: 0;
  color: #fff;
  font-family: 'Lato Light';
}

.thankyou--row {
  padding: 0 200px 80px;
}

.thankyou--row p {
  color: #fff;
  font-size: 23px;
  font-family: 'Lato Light';
  line-height: 58px;
  font-weight: 300;
}

.thankyou--row p strong {
  display: block;
  font-family: 'Lato Bold';
  font-weight: bold;
  font-style: italic;
}

body .modal-backdrop.show {
  opacity: 0;
}

.default-content-page blockquote {
  padding: 0;
  margin: 0 0 01.5em;
}

.default-content-page h1,
.default-content-page h2,
.default-content-page h3,
.default-content-page h4,
.default-content-page h5,
.default-content-page h6 {
  margin: 0 0 1.5rem;
}

.form-input .required.error {
  border-color: #F44336 !important;
}

/** ================== // ASK ABOUT FORM CASE POPUP END  // ================== **/


.file-select-new .codedropz-upload-handler {
  display: block;
  border: 1px solid #6bbfcd;
  color: #34495e;
  cursor: pointer;
  height: 62px;
  text-align: left;
  background: none;
  overflow: hidden;
  position: relative;
  border-radius: 0;
  margin: 0;
}

.file-select-new .codedropz-upload-handler .codedropz-upload-container {
  padding: 0;
  height: 100%;
}

.file-select-new .codedropz-upload-handler .codedropz-upload-inner {
  text-align: left;
  display: inline-flex;
  padding: 0 20px 7px;
  height: 100%;
  align-items: center;
}

.file-select-new .codedropz-upload-handler .codedropz-upload-inner h3 {
  font-size: 20px;
  color: #fff;
  font-family: 'Lato Light';
  font-weight: 300;
  margin: 0;
  line-height: normal;
}

.file-select-new .codedropz-upload-handler .codedropz-upload-inner span {
  display: none;
}

.file-select-new .codedropz-btn-wrap {
  display: inline-flex;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
}

.file-select-new .codedropz-btn-wrap a.cd-upload-btn {
  background: #6bbfcd;
  padding: 0 20px;
  display: inline-flex;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 3px;
  font-family: 'Lato Regular';
  align-items: center;
  justify-content: center;
  height: 100%;
}

.file-select-new .codedropz-upload-handler span.dnd-upload-counter {
  display: none;
}

.file-select-new .dnd-upload-status {
  padding: 25px 0 0 20px;
}

.file-select-new .dnd-upload-status .dnd-upload-details {
  padding-left: 40px;
  width: 100%;
  position: relative;
}

.file-select-new .dnd-upload-status .dnd-upload-image {
  display: none;
}

.file-select-new .dnd-upload-status .dnd-upload-details .name {
  display: flex;
  padding: 0;
  font-size: 20px;
  margin: 0;
  color: #fff;
  font-family: 'Lato Light';
}

.file-select-new .dnd-upload-status .dnd-upload-details .remove-file {
  top: 13px;
  left: 0;
  right: auto;
  transform: rotate(45deg);
}

.file-select-new .dnd-upload-status .dnd-upload-details .remove-file span:after {
  content: '';
  width: 28px;
  height: 28px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('../images/plus-icon-new.png');
}

.file-select-new .dnd-upload-status .dnd-upload-details .name em {
  color: #ffffff;
  font-weight: 700;
}

.file-select-new .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background: #6bbfcd;
}

body .wpcf7 form.sent .wpcf7-response-output {
  border-color: #6bbfcd;
  color: #6bbfcd;
  font-size: 20px;
  line-height: normal;
  font-family: 'Lato Light';
  margin: 0;
  border-width: 1px;
  padding: 10px 20px 15px;
}

.popup-about-form-section .wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.button-step span.wpcf7-spinner {
  position: absolute;
  right: 60px;
  margin: 0;
  bottom: 10px;
}

.error-404.not-found {
  padding: 180px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.error-404.not-found::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #004c54;
  opacity: 0.85;
  mix-blend-mode: multiply;
  z-index: -1;
}

.page-not-found-info {
  text-align: center;
  margin: 0;
  padding: 0;
}

.page-not-found-info h1 {
  font-family: 'Lato bold';
  font-weight: bold;
  font-size: 50px;
  line-height: 64px;
  margin: 0 0 25px;
  color: #6bbfcd;
}

.page-not-found-info p {
  color: #fff;
}

.title-404 {
  font-family: 'Lato Light';
  font-weight: bold;
  font-size: 400px;
  line-height: 315px;
  margin: 0 0 45px;
  color: #fff;
}

.title-404 strong {
  color: #6bbfcd;
}

.form-input .medium:-webkit-autofill,
.form-input .medium:-webkit-autofill:hover,
.form-input .medium:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #333333 inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* Recaptcha */
.grecaptcha-badge {
  visibility: hidden;
}
