@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #ffffff;
    color: #666666;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 15px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}


img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img, iframe {
  border: none;
}

p {
  color: #666666;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-weight: 600;
}

b, strong {
  font-weight: 900;
}

.btn.active, .btn:active {
  background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}


.bg-gray {
  background-color: #edf5ff;
}


.gradient-bg {
  background-image: linear-gradient(90deg, rgba(74,196,243,1) 23%, rgba(9,168,228,1) 100%);
  background-color: #4ac4f3;
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
  box-shadow: inherit !important;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
  position: relative;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.default-padding-top {
  padding-top: 120px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px;
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

.top-border {
  border-top: 1px solid #e7e7e7;
}

.align-center {
  align-items: center;
}

/* Button */
a:hover, a:active {
  opacity: 1;
  text-decoration: none;
}

/* End Button */

.relative {
  position: relative;
  z-index: 1;
}

button, button:focus {
  border: none !important;
  box-shadow: inherit !important;
  outline: inherit !important;
}


/* Shape */
.fixed-shape-bottom {
    position: absolute;
    left: 0;
    bottom: -1px;
}

.fixed-shape-bottom img {
    width: 100%;
}

/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
  height: 100%;
}

.banner-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Carousel Indicators */


.double-items > .row div {
  height: auto;
}

/* Content */

.banner-area.bg-top {
    background-size: cover;
    background-position: bottom center;
}

.banner-area.top-pad-80 {
    padding-top: 80px;
}

.banner-area.top-pad-80-desktop {
    padding-top: 80px;
}

.banner-area.auto-height .content-box {
    padding-top: 110px;
}

.banner-area p {
    font-size: 16px;
    line-height: 32px;
    margin: 0;
}

.banner-area.text-center p,
.banner-area .text-center p {
  padding-left: 10%;
  padding-right: 10%;
}

.banner-area.auto-height .content-box .thumb-inner {
    margin-bottom: 50px;
    margin-top: 100px;
    position: relative;
    padding-right: 100px;
}

.banner-area.auto-height .content-box .thumb-inner img:nth-child(2) {
    position: absolute;
    right: 0;
    top: 120px;
    max-width: 350px;
    box-shadow: 0 0 10px #cccccc;
    border-radius: 10px;
    border: none !important;
}

.banner-area h2 {
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.4;
}

.banner-area h2 strong {
    font-weight: 100;
    display: block;
}

.banner-area a {
    margin-right: 25px;
    margin-top: 40px;
}

.banner-area .buttons {
  margin-top: 30px;
}

.banner-area .buttons a {
  margin-top: 10px;
}

.banner-area a.video-btn {
  margin-top: 30px;
}

.banner-area a:last-child {
    margin-right: 0;
}

.banner-area.text-center a, .banner-area .text-center a {
    margin-left: 7px;
    margin-right: 7px;
}

.text-capitalized h2 {
  text-transform: capitalize;
}

.banner-area .button {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.banner-area.text-center .button,
.banner-area .text-center .button {
    justify-content: center;
}

.banner-area .fixed-shape {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 50%;
}

.banner-area.bg-gradient {
  background: linear-gradient(to bottom, #FFFFFF, #AFE6FB);
}


@media only screen and (min-width: 1200px) {
  .banner-area.inc-shape::before {
      content: "";
      position: absolute;
      bottom: 28rem;
      left: 54rem;
      width: 90rem;
      height: 35rem;
      border-radius: 17rem;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      background: #4ac4f3;
      z-index: -1;
  }
}

.banner-area .thumb.width-160 img {
    max-width: 160%;
}

.banner-area .thumb.width-120 img {
    max-width: 120%;
}

.banner-area.content-less h2 {
  margin-bottom: 10px;
}

.banner-area h4 {
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 600;
}

.banner-area .info.shape {
    position: relative;
    z-index: 1;
}

.banner-area .info.shape::after {
    position: absolute;
    left: -80px;
    top: -80px;
    content: "";
    height: 200px;
    width: 200px;
    background: url(assets/img/12.png);
    z-index: -1;
    background-size: contain;
    background-position: left top;
}

.banner-area .top-shape {
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    height: 40%;
    width: 90%;
    z-index: -1;
    opacity: 0.07;
}

.banner-area .bottom-shape {
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40%;
    width: 90%;
    z-index: -1;
}

.banner-area.bg-bottom {
    background-size: cover;
    background-position: bottom center;
}

.banner-area.bg-bottom::after {
    position: absolute;
    left: -150px;
    top: -150px;
    content: "";
    height: 500px;
    width: 500px;
    background: #ffffff;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.1;
}

.banner-area.bg-bottom::before {
    position: absolute;
    left: -150px;
    top: -150px;
    content: "";
    height: 600px;
    width: 600px;
    background: #ffffff;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.07;
}


.banner-area.angle-shape:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    border-right: 100vw solid #ffffff;
    border-top: 300px solid transparent;
    width: 0;
    z-index: -1;
}

.banner-area .big-thumb video {
    max-width: 200%;
    margin-top: 80px;
}

.banner-area .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.banner-area .shape img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.banner-area form {
    position: relative;
    max-width: 100%;
    background: #ffffff;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    border-radius: 30px;
    margin-top: 35px;
}

.banner-area form input {
    background: transparent;
    box-shadow: inherit;
    border: none;
    border-radius: 30px;
    min-height: 60px;
    padding-left: 25px;
}

.banner-area form button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 50px;
    padding: 0 25px;
    border-radius: 30px;
    background: #4ac4f3;
    color: #ffffff;
    font-weight: 600;
}

.banner-area.bg-half-dark {
    position: relative;
    z-index: 1;
}

.banner-area.bg-half-dark::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 30%;
    width: 100%;
    background: #202942;
    z-index: -1;
}

.banner-area.bg-half-dark.auto-height .content-box .thumb-inner {
  margin-bottom: 0;
}


.banner-area.bg-half-dark.auto-height .content-box .thumb-inner img {
    border: 2px solid #e7e7e7;
    border-radius: 16px;
    border-top: 1px solid#e7e7e7;
}

.banner-area .left-shape {
    position: absolute;
    left: -230px;
    top: -200px;
    height: 800px !important;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: -1;
}


/* ============================================================== 
     # Overview Grid
=================================================================== */

.overview-grid-area .single-item {
  margin-bottom: 80px;
}

.overview-grid-area .single-item:last-child {
  margin-bottom: 0;
}

.overview-grid-area .single-item .info {
  padding-left: 35px;
}

.overview-grid-area .single-item .info.order-lg-first {
  padding-right: 35px;
  padding-left: 15px;
}

.overview-grid-area .single-item h4 {
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.overview-grid-area .single-item h4 span {
    display: inline-block;
    margin-right: 60px;
    position: relative;
    font-size: 36px;
    font-weight: 900;
}

.overview-grid-area .single-item h4 span::after {
    position: absolute;
    right: -42px;
    top: 50%;
    content: "";
    height: 2px;
    width: 30px;
    background: #4ac4f3;
    margin-top: -1px;
}

.overview-grid-area .single-item ul {
  margin-top: 20px;
}

.overview-grid-area .single-item ul li {
    padding: 0 15px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 600;
}

.overview-grid-area .single-item ul li::after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "N";
    font-family: ElegantIcons;
    color: rgb(74, 196, 243);
}


/* ============================================================== 
     # Contact From
=================================================================== */

.contact-area .info {
  text-align: center;
}

.contact-area .info h2 {
  font-weight: 600;
}

.contact-area .info ul li {
    float: left;
    padding-right: 30px;
    border-right: 1px solid #e7e7e7;
    margin-right: 30px;
}

.contact-area .info ul {
  margin-top: 40px;
  display: inline-block;
}

.contact-area .info ul li:last-child {
    padding: 0;
    margin: 0;
    border: navajowhite;
}

.contact-area .info ul li h5 {
    font-weight: 700;
    text-transform: uppercase;
}

.contact-area .info ul li h5 i {
    font-size: 25px;
    margin-right: 15px;
    color: #4ac4f3;
}

.contact-area .info ul li p {
    margin: 0;
}

.contact-area .info ul li i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #4ac4f3;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    margin-bottom: 26px;
    position: relative;
    z-index: 1;
    font-weight: 300;
    font-size: 20px;
}

.contact-area .info ul li i::after {
    position: absolute;
    left: -10px;
    top: -10px;
    height: 70px;
    width: 70px;
    content: "";
    background: #4ac4f3;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.3;
}

/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(assets/img/preloader.gif) center no-repeat #fff;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .modal-content{
    width: 100% !important;
  }
}
