:root {
  --text-color: #5A5A5C;
  --primary: #196467;
  --secondary: #ADFF1C;  
  --white: #fff;  
  --black: #000;  
}


* {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

body {
  font-size: 18px;
  overflow-x: hidden !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box !important;
}

div, section, footer {
  box-sizing: border-box;
}


body,
html {
  /* prevent horizontal scrolling */
}

html {
  /* scroll-behavior: smooth;*/
}

li,
ul,
ol {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight:600;
}

p {
  font-size: 18px;
  color: var(--text-color);
  font-style: normal;
  letter-spacing: -0.3px;
  line-height: 35px;
  font-weight: 400
}
button,
button:hover,
a,
a:hover {
  transition: 0.4s;
}

a {
  color: var(--text-color);
}

a:hover {
  color: #000;
}
a,
a:hover,
a:focus,
a:active,
button,
button:focus,
input,
textarea {
  outline: 0;
  text-decoration: none;
}

/* 02. COMMON STYLES */

.relative {
  position: relative !important;
}

/* line height */
.line-height-10 {
  line-height: 10px !important;
}
.line-height-13 {
  line-height: 13px !important;
}
.line-height-18 {
  line-height: 18px !important;
}
.line-height-20 {
  line-height: 20px !important;
}
.line-height-24 {
  line-height: 24px !important;
}
.line-height-22 {
  line-height: 22px !important;
}
.line-height-26 {
  line-height: 26px !important;
}
.line-height-28 {
  line-height: 28px !important;
}
.line-height-30 {
  line-height: 30px !important;
}
.line-height-35 {
  line-height: 35px !important;
}
.line-height-40 {
  line-height: 40px !important;
}
.line-height-45 {
  line-height: 45px !important;
}
.line-height-50 {
  line-height: 50px !important;
}
.line-height-55 {
  line-height: 55px;
}
.line-height-60 {
  line-height: 60px;
}
.line-height-65 {
  line-height: 65px;
}
.line-height-70 {
  line-height: 70px;
}
.line-height-75 {
  line-height: 75px;
}
.line-height-80 {
  line-height: 80px;
}
.line-height-85 {
  line-height: 85px;
}
.line-height-90 {
  line-height: 90px;
}
.line-height-95 {
  line-height: 95px;
}
.line-height-100 {
  line-height: 100px;
}
.line-height-110 {
  line-height: 110px;
}
.line-height-120 {
  line-height: 120px;
}

.font-size-11px {
  font-size: 11px !important;
}
.font-size-12px {
  font-size: 12px !important;
}
.font-size-13px {
  font-size: 13px !important;
}
.font-size-14px {
  font-size: 14px !important;
}
.font-size-15px {
  font-size: 15px !important;
}
.font-size-16px {
  font-size: 16px !important;
}
.font-size-17px {
  font-size: 17px !important;
}
.font-size-18px {
  font-size: 18px !important;
}
.font-size-19px {
  font-size: 19px !important;
}
.font-size-20px {
  font-size: 20px !important;
}
.font-size-21px {
  font-size: 21px !important;
}
.font-size-22px {
  font-size: 22px !important;
}
.font-size-23px {
  font-size: 23px !important;
}
.font-size-24px {
  font-size: 24px !important;
}
.font-size-25px {
  font-size: 25px !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}
.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-800 {
  font-weight: 800 !important;
}

.text-center{
  text-align: center !important;
}

.bordernone {
  border: 0 !important;
}

.h-auto {
  min-height: auto !important;
  resize: none;
}

.h-100vh {
  min-height: 100vh;
}

.bg-white{
  background-color: var(--white) !important
}

.mainBtn {
  background-color: var(--color-dark);
  border: 0;
  font-weight: 500;
  border-radius: 10px;
  padding: 12px 15px;
  color: var(--white);
  font-size: 18px;
  display: inline-block;
}
.mainBtn i{
  margin-left: 10px;
}

.mainBtn:hover {
  color: #fff;
  background-color:black;
}

.mainBtn:focus {
  color: #fff;
}

.mainBtn2 {
  background-color:var(--primary);
  border: 0;
  font-weight: 500;
  border-radius: 50px;
  padding: 0 55px;
  color: var(--white);
  font-size: 21px;
  height: 50px;
  line-height: 50px;
}
.mainBtn2:hover {
  color: #fff;
  background-color: var(--color-dark);
}
.mainBtn2:focus {
  color: #fff;
}

.mainBtn3 {
  background-color: var(--white);
  border: 0;
  font-weight: 700;
  border-radius: 25px;
  padding: 12px 30px;
  color: var(--primary);
  font-size: 18px;
}
.mainBtn3:hover {
  color: #fff;
  background-color: var(--color-dark);
}
.mainBtn3:focus {
  color: #fff;
}

@media (min-width: 200px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}





.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.hide {
  display: none;
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}
.color-white {
  color: var(--white);
}

.container {
  position: relative;
  max-width: 1420px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.header{
  position: sticky;
  background-color: #104042;
  padding: 25px 0;
  display: block;
  top: 0;
  z-index: 999
}

.header img{
  display: block;
}

.navbar{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.navbar .nav{
  position: relative;
  margin: 0;
  padding: 0;
}

.navbar .nav ul{
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
}
.navbar .nav ul li{
  display: inline-block;
  padding-left: 40px;
}

.navbar .nav ul li a{
  color: var(--white)
}
.navbar .nav ul li a:hover{
  color: var(--secondary)
}

.navbar .nav ul li:last-child{
  padding-left: 20px;
}



.mobileMenubar {
  padding: 17px 10px;
  display: none;
  background-color: #104042;
}

.mobileMenubar .logo{
  max-width: 180px;
  display: block;
}


nav.mobilemenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 290px;
  height: 100%;
  background: #0A295F;
  transform: translateX(102%);
  transition: transform 0.35s ease;
  z-index: 9999;
 /* box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.25);*/
  padding: 25px;
  padding-top: 75px;
}

nav.mobilemenu.open {
  overflow: auto;
  transform: translateX(0rem);
}
nav.mobilemenu ul {
  margin: 0 0px 0px;
  padding: 0;
}
nav.mobilemenu li {
  list-style: none;
  display: flex;
  align-self: flex-start;
  justify-content: start;
}

nav.mobilemenu li img{
  max-width: 26px;
}

nav.mobilemenu a {
  display: block !important;
  margin: 0;
  padding: 14px 0;
  transition: transform 0.35s ease;
  color: #fff;
}

nav.mobilemenu a:hover {
  color: #f5ff6f;
}

nav.mobilemenu a:hover,
nav a:active {
}
nav.mobilemenu.open a {
  padding-left: 1rem;
  display: block;
}
.menu-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  height: 30px;
  width: 30px;
  color: #fff;
  border-radius: 3px;
  line-height: 36px;
}

.menu-toggle img{
  width: 30px !important;
}

img.closeicon{
  width: 22px !important;
  margin-right: 5px;
}

nav.mobilemenu.open .nav-toggle {
  color: #fff;
  opacity: 0.5;
}
nav.mobilemenu .back {
  overflow: hidden;
}
nav.mobilemenu .blur {
  filter: blur(2px);
}

ul.m-nav {
  width: 100%;
  max-width: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  border-radius: 10px;
}
ul.m-nav .link {
  cursor: pointer;
  font-size: 18px;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: transparent;
  font-weight: 400;
  color: #fff;
  padding: 10px 0;
  font-size: 17px;
}
ul.m-nav .link a {
  padding-left: 0;
  padding: 0;
}

ul.m-nav span {
  width: 24px;
  display: inline-block;
  margin-right: 10px;
}

ul.m-nav span img {
  width: 100%;
}

ul.m-nav .link:hover {
  color: #f5ff6f;
}
ul.m-nav li i {
  position: absolute;
  top: 8px !important;
  left: 12px;
  font-size: 22px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
ul.m-nav li i.fa-angle-down {
  right: 0;
  left: auto;
  top: 17px !important;
  font-size: 14px;
}
ul.m-nav li.open i.fa-angle-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
ul.m-nav .submenu {
  display: none;
  padding: 10px 0;
  margin: 0;
}

ul.m-nav .submenu-active {
  display: block;
}
ul.m-nav .submenu li a {
  padding: 7px 0;
  color: #fff;
}
ul.m-nav .submenu li a:hover {
  color: #f5ff6f;
}


.header .needBtn{
  background-color: var(--white);
  font-size: 18px;
  color: var(--primary) !important;
  border-radius: 25px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.header .needBtn img{
  margin-left: 7px;
}

.header .needBtn:hover{
  background-color: #ffcc29
}

.header .contactBtn{
  background-color: var(--secondary);
  font-size: 18px;
  color: var(--primary) !important;
  border-radius: 9px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.header .contactBtn:hover{
  background-color: var(--black) !important;
  color: var(--white) !important
}

.home-hero{
  position: relative;
  background: #104042;
  background: linear-gradient(180deg, rgba(16, 64, 66, 1) 0%, rgba(41, 163, 168, 1) 100%);
  text-align: center;
  padding-top: 84px;
  padding-bottom: 26px;
  text-align: center;
}

.home-hero .design-1{
  position: absolute;
  top: 90px;
  left: 30px;
  z-index: 9;
  -webkit-animation: mover 3s infinite  alternate;
    animation: mover 3s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-40px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-40px); }
}


.home-hero .design-2{
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: 9;
}

.home-hero .design-3{
  position: absolute;
  top: 200px;
  right: 195px;
  animation-name: spin;
  animation-duration: 20000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.home-hero .design-4{
  position: absolute;
  top: 344px;
  left: 177px;
}



.home-hero:after{
  content: "";
  position: absolute;
  bottom: -186px;
  height: 186px;
  left: 0;
  right: 0;
  background-image: url(../img/cloud-wave.svg);
  background-repeat: repeat-x;
  background-position: bottom;
}

.home-hero h1{
  color: var(--white);
  font-size: 56px;
  max-width: 760px;
  margin: auto;
  line-height: 74px;
  position: relative;
  margin-bottom: 25px;
}

.home-hero h1 span {
  position: relative;
}

.home-hero h1 span:after{
  content: "";
  height: 17px;
  position: absolute;
  bottom: -15px;
  background-image: url(../img/hero-underline.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 17px;
  left: 0
}

.home-hero h2{
  color: var(--secondary);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.home-hero p.hero-paragraph{
  font-size: 22px;
  color: var(--white);
  margin: auto;
  margin-bottom: 20px;
  max-width: 960px;
  line-height: 38px;
}

.home-hero .features-area{
  position: relative;
  margin-top: 85px;
  display: flex;
  justify-content: space-between;
  column-gap: 45px
}

.home-hero .features-area .feature-tile{
  position: relative;
  background-color: #dcf7ae;
  width: 100%;
  padding: 22px;
  padding-top: 72px;
  border-radius: 20px;
  text-align: left
}

.home-hero .features-area .feature-tile:before{
  content: "";
  width: 90px;
  height: 78px;
  background-image: url(../img/polygon-1.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  right: 0
}

.home-hero .features-area .feature-tile span.numbers{
  position: absolute;
  top: -25px;
  height: 70px;
  width: 70px;
  background-color: var(--primary);
  border-radius: 100%;
  border:solid 5px #29A3A8;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--white);
  font-weight: 700
}

.home-hero .features-area h3{
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.home-hero .features-area p{
  color: #051515;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0
}

.losing-business-area{
  position: relative;
  padding-bottom: 65px;
}

.losing-business-area .element-1{
  position: absolute;
  top:50px;
  left:80px;
  animation-name: spin;
  animation-duration: 20000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
.losing-business-area .element-2{
  position: absolute;
  top:25px;
  right:120px;
}


.losing-business-area.mt{
  margin-top: 200px;
}

.losing-business-area h2{
  margin-top: 75px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  font-size: 40px;
  text-align: center;
  color: var(--black)
}

.losing-business-area h2 span {
  position: relative;
  color: #196467
}

.losing-business-area h2 span:after{
  content: "";
  height: 21px;
  position: absolute;
  bottom: -22px;
  background-image: url(../img/underline1.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size:cover;
  left: 0
}

.losing-business-area p.section-paragraph{
  text-align: center;
  max-width: 900px;
  margin: auto;
  margin-bottom: 20px;
  line-height: 35px;
}

.losing-business-area .features{
  margin-top:40px;
  flex: auto; 
  display: grid;
  grid-template: 1fr 1fr / 1fr 1fr;
  grid-gap: 25px;
}

.losing-business-area .features .item{
  background-color: var(--white);
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.losing-business-area .features .pr-25{
  padding-right: 25px;
}

.losing-business-area .features h3{
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 10px;
}

.losing-business-area .features h4{
  font-size: 40px;
  font-weight: 700;
  color: var(--primary);
  line-height: 40px;
  margin-bottom: 15px;
}

.losing-business-area .features p strong{
  font-weight: 500
}
.losing-business-area .features p{
  margin-bottom: 10px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 30px;
}

.losing-business-area .mb-0{
  margin-bottom: 0 !important
}


.game-for-business{
  position: relative;
  background-color: #DBFBFD;
  padding: 30px 0;
}

.game-for-business .element-1{
  position: absolute;
  bottom: 140px;
  right: 100px;
  animation-name: spin;
  animation-duration: 20000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}

.game-for-business .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 110px;
}

.game-for-business h2{
  margin-bottom: 30px;
  position: relative;
  font-size: 40px;
  color: var(--black);
  max-width:520px;
  line-height: 60px;
}

.game-for-business h2 span.underline {
  position: relative;
  color: #196467
}

.game-for-business h2 span.underline:after{
  content: "";
  height: 21px;
  position: absolute;
  bottom: -22px;
  background-image: url(../img/underline1.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size:cover;
  left: 0
}

.game-for-business ul{
  margin-top: 25px !important;
}

.game-for-business p{
  line-height: 35px;
  color: var(--text-color)
}



ul.list-04{
  margin: 0;
  padding: 0;
  font-size: 22px;
  margin-top: 20px;
}

ul.list-04 li{
  position: relative;
  padding-left: 100px;
  display: block;
  color: var(--black);
  display: block;
  margin-bottom: 40px;
  padding-top: 20px;
  font-weight: 500
}

ul.list-04 li span{
  position: absolute;
  top: 0;
  height: 70px;
  width: 70px;
  left: 0;
}

ul.list-04 li span img{
  width: 100%;
  display: block;
}



.why-choos-us{
  background: #29A3A8;
background: radial-gradient(circle, rgba(41, 163, 168, 1) 0%, rgba(41, 163, 168, 1) 0%, rgba(24, 94, 97, 1) 32%, rgba(16, 64, 66, 1) 100%);
  padding: 50px 0 70px 0;
  text-align: center;
  position: relative;
}
.why-choos-us h2{  
  position: relative;
  font-size: 40px;
  color: var(--white);
  max-width:1100px;
  margin: auto;
  line-height: 60px;
  text-align: center;
  margin-bottom: 30px;
}

.why-choos-us h2 span.underline {
  position: relative;
  color: var(--secondary)
}

.why-choos-us h2 span.underline:after{
  content: "";
  height: 21px;
  position: absolute;
  bottom: -22px;
  background-image: url(../img/underline2-white.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size:cover;
  left: 0
}

.why-choos-us p{
  color: var(--white);
  font-weight: 400;
}

.why-choos-us .inner{
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template: 1fr 110px 1fr / 1fr 110px 1fr;
  grid-gap: 25px;
  margin-top: 90px;
  align-items: center;
  height: 400px;
}

.why-choos-us .vsdiv{
  font-size: 40px;
  line-height: 40px;
  color: var(--white);
  font-weight: 700;
  padding: 20px 0;
}

.why-choos-us .item{
  position: relative;
}

.why-choos-us h3.bgred{
  background-color: #C00000;
  font-weight: 500;
  font-size: 28px;
  margin: 0 25px;
  padding:15px 10px 12px 10px;
  border-radius: 25px 25px 0 0;
  color: var(--white)
}

.why-choos-us h3.bggreen{
  background-color: #008000;
  font-weight: 500;
  font-size: 28px;
  margin: 0 25px;
  padding:15px 10px 12px 10px;
  border-radius: 25px 25px 0 0;
  color: var(--white)
}
.why-choos-us .item .tile{
  background-color: var(--white);
  border-radius: 20px;
  padding:20px 35px;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 0px 15px;
  position: relative;
  z-index: 3;
  text-align: left;
}

.why-choos-us ul{
  margin: 0;
  padding: 0;
}

.why-choos-us ul li{
  position: relative;
  margin: 25px 0;
  padding-left: 40px;
  font-size: 24px;
  font-weight: 400
}

.why-choos-us ul li img{
  position: absolute;
  top: 2px;
  left: 0
}


.award-section{
  background-color: #DBFBFD;
  padding: 50px 0;
  position: relative;
  padding-bottom: 100px;
}

.award-section h2{
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  font-size: 40px;
  text-align: center;
  color: var(--black);
  max-width: 800px;
}

.award-section h2 span {
  position: relative;
  color: #196467
}

.award-section h2 span:after{
  content: "";
  height: 21px;
  position: absolute;
  bottom: -22px;
  background-image: url(../img/underline1.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size:cover;
  left: 0
}

.award-section p{
  color: #7A7B7F
}

.award-section .award-logos{  
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 25px;
  max-width: 1280px;
  margin: auto;
  margin-top: 50px;
  align-items: flex-end;
}

.award-section .award-logos img{
  width: 100%;
}


.expertise-area{
  position: relative;
  padding: 60px 0 50px 0
}

.expertise-area .paperplane{
  position: absolute;
  top: -145px;
  right: 175px;
}

.expertise-area h2{
  margin: auto;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  font-size: 40px;
  text-align: center;
  color: var(--black);
  max-width: 940px;
}

.expertise-area h2 span {
  position: relative;
  color: #196467
}

.expertise-area h2 span.underline:after{
  content: "";
  height: 21px;
  position: absolute;
  bottom: -22px;
  background-image: url(../img/underline1.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size:cover;
  left: 0
}

.expertise-area p.section-paragraph{
  text-align: center;
  max-width: 950px;
  margin:auto;
}

.expertise-area .widget{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px auto 70px auto;
  max-width: 1190px;
  column-gap: 78px
}

.expertise-area .widget .item{
  background-color: var(--primary);
  border-radius: 15px;
  width: 100%;
  padding: 25px;
  text-align: center; 
  color: var(--white)
}

.expertise-area .widget img{
  margin-bottom: 15px;
}

.expertise-area .widget h3{
  color: var(--white);
  font-size: 35px;
  margin-bottom: 0;
}

.expertise-area .widget p{
  font-weight: 400;
  color: var(--white);
  margin-bottom: 0
}

.expertise-area .testimonials{
  position: relative;
  max-width: 1190px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 62px;
  grid-row-gap: 35px;
  margin: auto;
}

.expertise-area .testimonials .item{
  background-color: #F6FEE6;
  border-radius: 12px;
  padding: 15px;
  padding-right: 35px;
  min-height: 325px;
  position: relative;
  font-family: "Lato", sans-serif;
}

.expertise-area .testimonials .qoute{
  position: absolute;
  top: 15px;
  right: 15px
}

.expertise-area .testimonials .userinfo{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 30px;
  margin-bottom: 10px;
}

.expertise-area .testimonials .avatar{
  background-size: cover;
  height: 51px;
  width: 51px;
  border-radius: 100%;
  margin-right: 15px;
}

.expertise-area .testimonials h4.name-meta{
  font-family: "Lato", sans-serif;
  font-size: 20px;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}

.expertise-area .testimonials .user-detail{
  font-family: "Lato", sans-serif;
  color: var(--primary)
}

.expertise-area .testimonials .ratings{
  margin: 20px 0 15px 0
}

.expertise-area .testimonials h5{
  font-size: 24px;
  font-family: "Lato", sans-serif;
  line-height: 30px;
  color: var(--black);
  min-height: 75px;
}

.expertise-area .testimonials p{
  font-family: "Lato", sans-serif;
  color: #5A5A5C;
  line-height: 30px;
}


.cta{
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
}

.cta h2{
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  font-size: 40px;
  text-align: center;
  color: var(--black);
  max-width: 950px;
  line-height: 60px;
}

.cta h2 span {
  position: relative;
  color: #196467
}

.cta h2 span i.underline{
  position: relative;
  font-style: normal;
}

.cta h2 span .underline:after{
  content: "";
  height: 21px;
  position: absolute;
  bottom: -22px;
  background-image: url(../img/underline1.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size:cover;
  left: 0
}


.cta h2 span i.underline2{
  position: relative;
  font-style: normal;
}

.cta h2 span .underline2:after{
  content: "";
  height: 21px;
  position: absolute;
  bottom: -22px;
  background-image: url(../img/underline2.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size:cover;
  left: 0
}

.cta p{
  max-width: 776px;
  margin: auto;
  text-align: center;
  font-size: 20px;
  margin-bottom: 35px;
}

.cta .exploreBtn{
  background-color: #104042;
  font-size: 20px;
  color: var(--white) !important;
  border-radius: 30px;
  padding: 10px 10px;
  padding-left: 15px;
  display: inline-flex;
  align-items: center;
  font-weight: 500
}

.cta .exploreBtn img{
  margin-left: 10px;
}

.cta .exploreBtn:hover{
  background-color: #196467;
}

.cta .contactBtn{
  background-color: var(--secondary);
  font-size: 20px;
  color: #104042 !important;
  border-radius: 30px;
  padding: 15px 20px;
  border:solid 1px #104042;
  font-weight: 500;
  margin-left: 20px;
}
.cta .contactBtn:hover{
  background-color: var(--primary) !important;
  color: var(--white) !important
}



.footer{
  background-color: #DBFBFD;
  position: relative;  
}

.mainfooter{
  background-color: #104042;
  padding-top: 50px;
  margin-top: 117px;
  position: relative;
  color: var(--white)
}

.mainfooter:before{
  content: "";
  height: 117px;
  background-image: url(../img/footer-cloud.svg);
  width: 100%;
  top: -117px;
  position: absolute;
  background-repeat: repeat-x;
  background-position:left bottom;
  z-index: 99;
  background-color: #104042
}

.mainfooter .inner{
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 70px;
  grid-row-gap: 25px;
}

.mainfooter .logo{
  margin-bottom: 20px;
  display: block;
}

.mainfooter p{
  color: var(--white);
  line-height: 30px;
  margin-bottom: 20px;
}

.mainfooter ul.social{
  margin: 0;
  padding: 0 0 20px 0
}

.mainfooter ul.social li{
  display: inline-block;
  margin-right: 20px;
  font-size: 32px;
}

.mainfooter ul.social li a{
  color: var(--white)
}

.mainfooter ul.social li a:hover{
  color: var(--secondary)
}

.mainfooter h2{
  font-size: 24px;
  font-weight: 500;
  color: var(--secondary);
  margin-top: 4px;
  margin-bottom: 15px;
}

.mainfooter ul.ftrmenu{
  margin: 0;
  padding: 0;
}

.mainfooter ul.ftrmenu li{
  position: relative;
  font-weight: 300;
  display: block;
  padding: 15px 0
}

.mainfooter ul.ftrmenu li a{
  color: var(--white);
  
}

.mainfooter ul.ftrmenu li a:hover{
  color: var(--secondary);
  padding-left: 10px;
}

.mainfooter hr{
  margin: 20px 0;
  border: 0;
  height: 1px;
  background-color: #DEE1E6
}

.mainfooter .copyright{
  margin: 0;
  padding-bottom: 30px;
  font-weight: 300;
  font-size: 18px;
}