@font-face {
  font-family: 'gothamblack';
  src: url('../fonts/gotham-black-webfont.woff2') format('woff2'),
       url('../fonts/gotham-black-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;

}

@font-face {
  font-family: 'gothambold';
  src: url('../fonts/gotham-bold-webfont.woff2') format('woff2'),
       url('../fonts/gotham-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;

}

@font-face {
  font-family: 'gothambook';
  src: url('../fonts/gotham-book-webfont.woff2') format('woff2'),
       url('../fonts/gotham-book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gothamlight';
  src: url('../fonts/gotham-light-webfont.woff2') format('woff2'),
       url('../fonts/gotham-light-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;

}

@font-face {
  font-family: 'gothammedium';
  src: url('../fonts/gotham-medium-webfont.woff2') format('woff2'),
       url('../fonts/gotham-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;

}

@font-face {
  font-family: 'gothamthin';
  src: url('../fonts/gotham-thin-webfont.woff2') format('woff2'),
       url('../fonts/gotham-thin-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;

}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

strong{
  font-weight: 600;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: 'gothamlight', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 25px;
  color: #333;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'gothamlight', sans-serif;
  color: #333;
}

.bg-blue{
  background-color: #0066ff;
}

.bg-light-blue{
  background-color: #E2F9FF;
}

.bg-grey{
  background-color: #fbfbfb;
}

.bg-blue h4{
  color: #fff;
}

.bg-blue h3{
  color: #fff;
}

.bg-blue h5{
  color: #fff;
}

.bg-blue p{
  color: #fff;
}

.bg-blue ul li{
  color: #fff;
}

.bg-grey{
  background: #F6F6F6;
}

.bg-grey h3{
  max-width: 100% !important;
}

.border-radius-40{
  border-radius: 40px;
}

.text-left{
  text-align: left !important;
}

.text-right{
  text-align: right !important;
}

.text-center{
  text-align: center !important;
}

.text-underline{
  text-decoration: underline;
  font-weight: 500;
}

.text-grey{
  color: #9b9b9b;
}

.fs-s{
  font-size: 18px;
}

.fs-25{
  font-size: 25px !important;
}

.mr-2{
  margin-right: 20px !important;
}

.w-70{
  max-width: 70%;
  margin: 0 auto;
}

.pt-200{
  padding-top: 200px !important;
}

.pt-100{
  padding-top: 100px !important;
} 

.pb-100{
  padding-bottom: 100px !important;
}

.pt-80{
  padding-top: 80px !important;
} 

.pb-80{
  padding-bottom: 80px !important;
}

.mt-80{
  margin-top: 80px;
}

.mb-2{
  margin-bottom: 20px;
}

.mb-3{
  margin-bottom: 30px;
}

h5{
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center; 
  color: #333333;
  margin-bottom: 15px;
}

h3{
  font-family: 'gothambold';
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;  
  color: #333333;
  max-width: 57%;
  margin: 0 auto;
  line-height: 45px;
}

h6{
  color: #333333;
  font-weight: 400;
  font-size: 24px;
  text-align: center;  
}

.section{
  padding: 0px 10px;
}

.section ul{
  margin: 0px;
  padding: 0px;
  max-width: 80%;
  margin-top: 30px;
}

.section ul li {
  font-weight: 400;
  font-size: 20px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.section ul li i {
  font-size: 7px;
  margin-right: 15px;
  margin-top: 11px;
}

@media (max-width: 1400px) {
  h3{
    max-width: 100%;
  }
}
  

@media (min-width: 1200px) {
  .container {
      max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
      max-width: 1350px;
  }
}

@media (min-width: 1600px) {
  .container {
      max-width: 1400px;
  }
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
  .section ul{
    max-width: 100%;
  }
  .pt-100{
    padding-top: 60px !important;
  } 
  .pb-100{
    padding-bottom: 60px !important;
  }
  .pt-200{
    padding-top: 150px !important;
  }
  .me-3 {
    margin-right: 0rem !important;
  }
  .w-70{
    max-width: 100%;
  }
}


a.main-button-slider {
  font-size: 18px;
  border-radius: 40px;
  padding: 15px 90px;
  background-color: #00ccff;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 40px auto;
  display: table;
  font-family: 'gothammedium';
  text-align: center;
}


a.main-button-slider:hover {
  background-color: #fff;
  color: #00ccff;
}

a.whatsapp-button{
  font-size: 18px;
  border-radius: 40px;
  padding: 15px 40px;
  background-color: #25D366;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 40px auto;
  display: table;
  font-family: 'gothammedium';
  text-align: center;
}

a.whatsapp-button:hover {
  background-color: #21BA5A;
  color: #fff;
}

a.whatsapp-button img{
  width: 20px;
  margin-left: 5px;
  margin-top: -5px;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #00b4c6;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #0088e8;
}

.lang{
  color: #fff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin-top: 15px;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 10px 20px;
  background-color: #f55858;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #0088e8;
}

.section-heading h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  color: #232323;
  margin-bottom: 20px;
}

.section-heading p {
  font-size: 17px;
  color: #777;
  text-align: center;
}


@media (max-width: 991px) {
  a.whatsapp-button{
    padding: 15px 28px;
    width: 50%;
    margin-right: 0px !important;
  }
}

@media (max-width: 765px) {
  a.whatsapp-button{
    padding: 15px 28px;
    width: 100%;
    margin-right: 0px !important;
    text-align: center;
  }
}



/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.inner-header {
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff ;
}

.background-header .main-nav .nav > li:hover > a {
  color: #fff ;
}

.background-header .main-nav .nav > li > ul > li:hover > a {
  color: #fff;
}

.background-header .nav li a.active {
  color: #fff !important;
}

.inner-header .nav li a.active{
  color: #333 !important;
}

.header-area {
  background-color: #0066ff;
  z-index: 100;
  height: 80px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between; 
  padding-left: 50px;
  padding-right: 50px;
}

.header-area .main-nav .logo {
  line-height: 80px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  margin-right: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}


.header-area .main-nav .nav li a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
}

.header-area .main-nav .nav li:hover a {
  color: #fff;
  position: relative;
}

.header-area .main-nav .nav li:hover a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 30px;
  height: 5px;
  background: #00cfff;
  border-radius: 10px;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
}

.header-area .main-nav .nav li.submenu:hover a::after {
  display: none;
}

.header-area.background-header .main-nav .nav li.submenu:after {
  color: #fff;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #fff;
  color: #3b566e;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #f5f5f5;
}

.header-area .main-nav .nav li.submenu ul li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #00ccff;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #00ccff;
  padding-left: 20px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 5px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 15px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  left: 0;
}



.inner-header .main-nav .menu-trigger span:before,
.inner-header .main-nav .menu-trigger span:after {
  background-color: #333 !important;
}

.inner-header .main-nav .menu-trigger span:before,
.inner-header .main-nav .menu-trigger span:after {
  background-color: #333 ;
}

.inner-header .main-nav .menu-trigger span, 
.inner-header .main-nav .menu-trigger span:before,
.inner-header .main-nav .menu-trigger span:after{
  background-color: #333 ;
}


/* .background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
} */

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 100%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 30% 100%;
  -ms-transform-origin: 30% 100%;
  -webkit-transform-origin: 30% 100%;
  transform-origin: 30% 100%;
  top: -6px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 26% 0;
  -ms-transform-origin: 26% 0;
  -webkit-transform-origin: 26% 0;
  transform-origin: 26% 0;
  top: 6px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 80px;
}


.header-area.header-sticky .lang{
  margin-top: 0px;
}

.header-area.header-sticky .nav li a.active {
  font-weight: 600;
  position: relative;
}

.header-area.header-sticky .nav li a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  width: 30px;
  height: 4px;
  background: #00ccff;
  border-radius: 8px;
}

.header-area .main-nav .logo img{
  width: 160px;
}

footer img.logo {
  width: 160px;
}

.inner-header{
  background-color: #fff;
  position: relative;
  z-index: 999;
}

.inner-header .main-nav .nav li a {
  color: #333;
}

.inner-header .main-nav .nav li:hover a {
  color: #00cfff;
}

.inner-header .lang{
  color: #333 !important;
}

@media (max-width: 1440px) {
  .header-area .main-nav{
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 8px;
    padding-right: 8px;
  }
  .header-area .main-nav:before {
    display: none;
  }
  .header-area .main-nav img.logo  {
    width: 140px;
  }
  footer .logo img{
    width: 140px;
  }
}


@media (max-width: 991px) {
  .header-area {
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .main-nav .logo img{
    width: 120px;
  }
  footer img.logo {
    width: 120px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav{
    display: inherit !important;
  }
  .header-area .main-nav .menu-trigger.active span:before{
    top: -10px;
    width: 25px;
  }
  .header-area .main-nav .menu-trigger.active span:after{
    top: 10px;
    width: 25px;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #333 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }
  .header-area .main-nav .nav > li > a:hover,
  .header-area .main-nav .nav .submenu > ul > li > a:hover {
    color: #f55858;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {

  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3b566e;
    right: 20px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .lang{
    margin-top: 27px !important;
    margin-right: 55px;
    display: block;
    float: right;
  }
  .banner-area::before, .banner-area::after{
    width: 200px !important;
    height: 200px !important;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
Banner
--------------------------------------------- 
*/
.banner-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0066ff;
  padding-top: 100px !important;
  overflow: hidden;
}

.banner-area::before,
.banner-area::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: #00ccff;
  filter: blur(100px);
  opacity: 0.7;
  border-radius: 50%;
  z-index: 0;
}

.banner-area::before {
  top: 30%;
  left: -150px;
}

.banner-area::after {
  bottom: 200px;
  right: -150px;
}

.banner-area .header-text {
  text-align: center;
  width: 100%;
}

.banner-area .header-text .left-text {
  align-self: center;
}

.banner-area .header-text h1 {
  font-size: 62px;
  line-height: 62px;
  margin-bottom: 0px;
  color: #fff;
  margin-top: 50px;
  font-family: 'gothambold';
}

.banner-area .header-text h2 {
  font-size: 24px;
  color: #fff;
  margin: 30px auto 15px auto;
  font-family: 'gothammedium';
}

.banner-area .header-text p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  max-width: 55%;
  margin: 0 auto;
}

.inner-banner .container{
  position: relative;
  z-index: 9;
}

.inner-banner h4{
 font-size: 62px;
 line-height: 62px;
 color: #fff;
 font-family: 'gothambold';
}

.inner-banner h5{
  font-size: 32px;
  line-height: 62px;
  color: #fff;
  font-family: 'gothammedium';
  text-align: left;
}

.inner-banner p{
  font-size: 20px;
  color: #fff;
  text-align: left;
  line-height: 26px;
}

@media (max-width: 991px) {
  .banner-area .header-text p {
    color: #fff;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .header-area .main-nav{
    padding-left: 0px;
    padding-right: 0px;
  }
  a.main-button-slider{
    margin: 30px auto !important;
    width: 50%;
  }
  .inner-banner h4{
    font-size: 38px;
    line-height: 38px !important;
  }
  .inner-banner h5{
    font-size: 20px;
    line-height: 20px !important;
  }
  .inner-banner p{
    font-size: 16px;
  }
}

@media (max-width: 765px) {
  .banner-area {
    margin-bottom: 0px;
    padding-top: 30px !important;
  }
  .banner-area .header-text .buttons {
    display: none;
  }
  .banner-area .header-text h1 {
    font-weight: 800;
    font-size: 38px !important;
    margin-top: 40px;
    line-height: 45px;
  }
  .banner-area .header-text h2 {
    font-weight: 500;
    font-size: 20px !important;
  }
  .banner-area .header-text p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
  }
  .inner-banner{
    padding-top: 150px !important;
    padding-bottom: 0px !important;
  }
  a.main-button-slider{
    width: 100%;
  }
  .banner-area  a.main-button-slider{
    width: auto !important;
  }
  .inner-banner h4{
    text-align: center !important;
  }
  .inner-banner h5{
    text-align: center;
  }
  .inner-banner p{
    text-align: center;
  }
}

/*
---------------------------------------------
Features
---------------------------------------------
*/

.feature-box{
  background-color: #E2F9FF;
  border-radius: 20px;
  padding: 15px;
  min-height: 270px;
}

.feature-box h4{
  font-size:28px !important;
}

.features-box {
  position: relative;
  border-radius: 24px;
  background: linear-gradient(254.77deg, rgba(255, 255, 255, 0.2) 0.95%, rgba(202, 202, 202, 0.1) 52.09%, rgba(255, 255, 255, 0.15) 99.01%);
  border: 1px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(153, 153, 153, 0.06) 100%); 
  box-shadow: 0px 0px 25px 5px #FFFFFF1A;
  padding: 30px;
  margin: 50px auto;
  border: 1px solid #1f8aff;
}

.features-icon{
  margin-bottom: 15px;
}

.features-box h3{
  color: #fff;
  font-size: 24px;
  max-width: 100% !important;
  letter-spacing: 0%;
  text-align: center;
  line-height: 30px;
  font-family: 'gothammedium';
}
@media (max-width: 991px) {
  .features-box {
    margin: 10px auto !important;
  }
  .banner-area{
    padding-bottom: 60px;
  }
  .banner-area .col-lg-12 img{
    margin-bottom: 50px;
  }
  .banner-area .col-lg-12 .whatsapp-button img{
    margin-bottom: 5px;
  }
  h3{
    max-width: 100% !important;
    font-size: 27px;
    line-height: 30px;
  }
  h6{
    font-size: 16px;
  }

}


/*
---------------------------------------------
Sectors
---------------------------------------------
*/

.sectors{
  text-align: center;
}

.sector-text{
  font-size: 30px;
  font-family: 'gothammedium';
  line-height: 35px;
}

.sector-box {
  position: relative;
  border-radius: 20px;
  padding: 30px;
  margin: 50px auto;
  min-height: 242px;
  text-align: left;
}

.sector-box.light-blue{
  background-color: #00ccff;
}

.sector-box.light-blue:hover{
  background-color: #0cb6e0; 
}

.sector-box.dark-blue{
  background-color: #0066ff;
}

.sector-box.dark-blue:hover{
  background-color: #0557d1;
}

.sector-box.phushy{
  background-color: #AF1FE7;
}

.sector-box.phushy:hover{
  background-color: #9416c6;
}

.sector-icon{
  margin-bottom: 20px;
  align-items: center;
}

a .sector-box{
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;  
}

.sector-vector{
  width: 28px;
  height: 28px;
}


@media (max-width: 991px) {
  .sector-box {
    margin: 30px auto 0px auto;
  }
  a .sector-box{
    font-size: 28px;
    line-height: 32px;
  }
  .sector-icon img{
    width: 50px;
  }
  .sector-icon img:last-child{
    width: 28px;
  }
}

/* 
---------------------------------------------
services
--------------------------------------------- 
*/
.services {
  position: relative;
}

.services h4{
  font-size: 36px;
  font-family: 'gothambold';
}

.services p{
  font-weight: 400;
  font-size: 20px; 
}

.yellow-tag{
  background-color: #FFE500;
  color: #333;
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 40px;
  font-family: 'gothammedium';
  margin-bottom: 14px;
  margin-right: 14px;
}

@media (max-width: 991px) {
  .services h3{
    max-width: 100%;
  }
  .services h4{
    font-size: 20px !important;
    margin-top: 20px;
    margin-bottom: 0px !important;
  }
  .services p{
    font-size: 16px;
  }
  .section ul li{
    font-size: 16px;
  }
  .yellow-tag{
    padding: 10px 15px !important;
    font-size: 14px;
  }
}

/* 
---------------------------------------------
Contact Us
--------------------------------------------- 
*/

.address h3{
  max-width: 100%;
}

@media (max-width: 991px) {
  .address h3{
    max-width: 100%;
  }
}


/* 
---------------------------------------------
Social Media
--------------------------------------------- 
*/
.social-media {
  position: relative;
}

.social-media h4{
  font-Weight:700;
  font-size: 36px;
}

.social-media p{
  font-weight: 400;
  font-size: 20px; 
}

@media (max-width: 991px) {
  .social-media h3{
    max-width: 100%;
  }
}



/* 
---------------------------------------------
Features
--------------------------------------------- 
*/
.features {
  position: relative;
}

.features h4{
  font-Weight:700;
  font-size: 36px;
}

.features p{
  font-weight: 400;
  font-size: 20px; 
}

.nav-pills .nav-link{
  border-radius: 20px;
}

.nav-link{
  text-align: left;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #E9E8E8;
  padding: 15px 20px;
  margin-bottom: 10px;
  transition: 0.2s ease-in;
  width: 100%;
  font-family: 'gothammedium';
  font-size: 18px;
}

.nav-link:hover{
  background-color: #0d6efd;
  color: #fff !important;
}

.nav  button{
  color: #333;
  font-size: 18px;
  font-family: 'gothammedium';
}

.card.card-body{
  border: 1px solid #E9E8E8;
  background: #FFFFFF;
  padding: 15px;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 15px;
}

.card.card-body ul{
  margin-left: 10px;
  max-width: 100% !important;
}


.tab-content{
  border: 1px solid #E9E8E8;
  background: #FFFFFF;
  padding: 30px;
  border-radius: 20px;
  min-height: 600px;
  display: flex;
  align-items: center;
}

.tab-content ul{
  margin-left: 10px;
  max-width: 100% !important;
}

@media (max-width: 991px) {
  .features h3{
    max-width: 100%;
  }
  .tab-content{
    padding: 15px !important;
  }
}

.nav-pills .nav-link.active::before {
  content: "";
  position: absolute;
  background-image: url('../images/arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 50px;
  left: 106%;
  top: 60%;
  transform: translateY(-50%);
}

.nav-pills .nav-link {
  position: relative;
}


/*
---------------------------------------------
frequently-question
---------------------------------------------
*/

.frequently-question {
  padding: 120px 0px;
}

.frequently-question .section-heading p {
  margin-bottom: 80px;
}

.frequently-question .left-text {
  align-self: center !important;
}

.frequently-question .left-text h5 {
  font-size: 26px;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 40px;
  margin-bottom: 25px;
}

.frequently-question .left-text p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
}

.frequently-question .left-text span {
  font-size: 16px;
  color: #333;
  margin-bottom: 50px;
  display: block;
}

.frequently-question .left-text span a {
  font-weight: 500;
}

@media (max-width: 765px) {
  .frequently-question .left-text {
    margin-bottom: 60px;
  }
}

.accordion{
  border: 1px solid #E9E8E8;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 25px;
}

.accordion-head {
  font-size: 18px;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  border-radius: 25px;
  font-family: 'gothammedium';
  padding: 20px 20px 20px 20px;
}

.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #0066ff;
  border-bottom: none;
  margin-bottom: 15px;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
  padding: 0px 20px;
}

.accordion-body p {
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .accordion-head{
    font-size: 16px;
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .accordion-head span{
    max-width: 90%;
    display: inline-block;
  }
  .accordion-head span.icon{
    max-width: inherit !important;
  }
}

/* 
---------------------------------------------
difrences
--------------------------------------------- 
*/

.difrences{
  font-size: 20px;
  font-family: 'gothammedium';
  margin-top: 20px;
  max-width: 90%;
  display: flex;
}

.difrences span{
  display: inline-block;
  height: 100px;
  margin-right: 10px;
}


@media screen and (max-width: 991px) {
  .difrences{
    max-width: 100%;
  }
}


/* 
---------------------------------------------
pricing-plan
--------------------------------------------- 
*/

.pricing-plan{
  border: 1px solid #D7D7D7;
  padding: 30px 15px;
  border-radius: 20px;
}

.pricing-plan h5{
  font-size: 28px;
  font-family: 'gothambold';
  margin-bottom: 5px;
}

.pricing-plan h4{
  font-size: 30px;
  font-family: 'gothambold';
}

.pricing-plan h4 span{
  font-size: 16px;
  font-family: 'gothammedium';
}

.pricing-plan a{
  font-size: 18px;
  border-radius: 40px;
  padding: 15px 90px;
  color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 30px auto;
  display: table;
  font-family: 'gothammedium';
  text-align: center;
  border: 1px solid #D7D7D7;
}

.purple-tag{
  background-color: #7F56D9;
  color: #fff;
  font-size: 16px;
  padding: 8px 25px 8px 20px;
  border-radius: 20px;
  font-family: 'gothammedium';
  margin-bottom: 14px;
  margin-right: 14px;
  display: table;
  margin-top: -10px;
}

.pricing-plan ul{
  max-width: 100% !important;
}

.pricing-plan ul li{
  display: inherit !important;
  text-align: left;
  background-image: url('../images/tick.png');
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 35px;
  font-size: 14px;
  font-family: 'gothambook', sans-serif;
}

.pricing-plan ul li.de-active{
  background-image: url('../images/de-active.png');
}

.pricing-plan ul li span{
  display: block;
  font-family: 'gothammedium';
  margin-bottom: 5px;
  font-size: 16px;
}

.pricing-plan.bg-light-blue{
  padding: 30px 15px 50px 15px;
}

.mt--20{
  margin-top: -45px;
}

.pricing h3{
  font-size: 62px; 
  line-height: 62px;
}

.basic a{
  transition: all 0.5 ease-in;
}

.basic a:hover{
  background-color: #f9f9f9;
}

.premium a{
 background-color: #0066FF;
 color: #fff;
 border-color:#0066FF;
 transition: all 0.5 ease-in;
}

.premium a:hover{
  background-color: #004fc5;
  color: #fff;
  border-color:#004fc5;
}

.custom a{
 margin-top: 50px;
 background-color: #00CCFF;
 color: #fff;
 border-color:#00CCFF;
 transition: all 0.5 ease-in;
}

.custom a:hover{
  background-color: #02b6e2;
  color: #fff;
  border-color:#02b6e2;
}

@media screen and (max-width: 991px) {
  .mt--20{
    margin-top: 0px;
  }
  .pricing-plan.bg-light-blue{
    padding: 30px 15px;
  }
  .pricing h3{
    font-size: 38px; 
    line-height: 38px;
    white-space: no-wrap;
  }
  .purple-tag{
    margin: -10px auto 14px auto;
  }
  .pricing-plan{
    margin-bottom: 20px;
  }
}


/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
.client-box{
  margin-bottom: 40px;
  text-align: left;
}

.client-box a:hover{
  text-decoration: underline !important;
}

.client-box h5{
  font-size: 20px;
  font-family: 'gothambold';
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: left;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background-color: #fbfbfb;
  padding: 60px 0px 30px 0px;
  border-top: 1px solid #E9E8E8;
}

footer li a{
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin: 8px 0px;
  font-family: 'gothambook', sans-serif;
  display: block;
}

footer li a:hover{
  color: #0066ff;
}

footer .social {
  overflow: hidden;
  text-align: right;
}

footer .social li {
  margin: 0px 5px;
  display: inline-block;
}

footer .social li a {
  color: #fff;
  text-align: center;
  background-color: #0066ff;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 40px;
  display: inline-block;
  font-size: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: #0088e8;
  color: #fff;
}

footer .copyright {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #333;
  text-transform: capitalize;
  text-align: right;
}

footer .copyright a{
  color: #333;
}

footer .copyright a:hover{
  color: #0066ff;
}

footer a.lang-link{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

@media (max-width: 991px) {
  footer .copyright {
    text-align: center;
  }
  footer .social {
    text-align: center;
    margin-top: 15px;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-color: #0066ff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 35%;
  right: 0;
  bottom: 50%;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

button[aria-expanded="true"] {
  background-color: #0066FF;
  color: #fff;
}