@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/ProximaNova/ProximaNova-Regular.otf');
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('../fonts//ProximaNova/ProximaNova-Semibold.otf');
}

@font-face {
  font-family: "iconfont"; /* Project id 3184496 */
  src: url('../fonts/homepage_iconfont/iconfont.woff2?t=1644910481500') format('woff2'),
       url('../fonts/homepage_iconfont/iconfont.woff?t=1644910481500') format('woff'),
       url('../fonts/homepage_iconfont/iconfont.ttf?t=1644910481500') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-a-lujing801:before {
  content: "\e625";
}

.icon-a-jiantou1:before {
  content: "\e624";
}

@media (min-device-width: 1024px){
  html{font-size: 8.53px;}
}
@media (min-device-width: 1280px){
  html{font-size: 10.67px;}
}
@media (min-device-width: 1336px){
  html{font-size: 11.18px;}
}
@media (min-device-width: 1440px){
  html{font-size: 12.12px;}
}
@media (min-device-width: 1680px){
  html{font-size: 14.54px;}
}
@media (min-width: 1920px){
  html{font-size: 16px;}
  .container {
      width: 1440px;
  }
}

body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #333;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #608dfd;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #608dfd;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
#menu {
  padding: 15px;
  transition: all 0.8s;
}
#menu.navbar-default {
  background: linear-gradient(90deg, #030C24 0%, #1A4E97 100%);
  border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
#menu.navbar-default .navbar-nav > li > a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}
.moblie-show{
  display: none !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  font-weight: 600 !important;
}
.navbar-default .navbar-nav > li > a:hover{
  font-weight: 600 !important;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #608dfd;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #608dfd;
}
.section-title {
  margin-bottom: 4.375rem;
  text-align: center;
}
.customers h2{
  font-family: 'ProximaNova-Semibold';
  position: relative;
  padding-top: 80px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  color: #333333;
  font-size: 3.75rem;
}
/* .customers h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #51B0A1 0%, #2294BA 100%);
  height: 5px;
  width: 10%;
  border-radius: 4px;
  bottom: 0;
  left: 45%;
} */
.section-title h2 {
  position: relative;
  padding-top: 5rem;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
/* .section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #51B0A1 0%, #2294BA 100%);
  height: 5px;
  width: 10rem;
  border-radius: 4px;
  bottom: 0;
  left: 41%;
} */
#products .section-title h2::after{
  content: unset !important;
}
#contact .section-title h2::after{
  content: unset !important;
}
.section-title p {
  font-size: 18px;
}
.btn-custom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #5ca9fb;
  background-image: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #6372ff;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}

#header .slick-dots li button:before{
  content: unset !important;
}
#header .ant-carousel .slick-dots li{
  width: 3.75rem;
  height: 8px;
  margin: 0px 20px 1rem 20px;
}
#header .ant-carousel .slick-dots li > button{
  width: 60px;
  height: 8px;
  border-radius: 5px;
}
#header .ant-carousel .slick-dots li.slick-active button{
  opacity: 0.79;
}
#header .header-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px 6px 2rem;
}
#header .header-btn .button-icon{
  margin-left: 1.625rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: #60CBD6;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .header-btn .button-icon i{
  color: white;
}
#header .header-img-1{
  margin-left: -1rem;
}
#header .header-img-2{
  margin-top: -5rem;
}
@media(max-width: 800px){
  #header .col-sm-12{
    text-align: center;
  }
  #header .header-img-1{
    margin-left: 0 !important;
    margin-bottom: 2rem;
  }
  #header .header-img-2{
    margin-top: 0 !important;
    margin-bottom: 4rem;
  }
  #header .ant-btn{
    margin-left: auto;
    margin-right: auto;
  }
  #contact .col-sm-12 p{
    float: unset !important;
    text-align: center;
  }
  #menu.navbar-default .navbar-nav > li > a:after{
    display: none !important;
  }
  .navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after{
    display: none !important;
  }
  .navbar-default .navbar-nav > .active, 
  .navbar-default .navbar-nav > .active:hover, 
  .navbar-default .navbar-nav > .active:focus{
    /* background: #18498D !important; */
  }
  .moblie-show{
    display: block !important;
  }
}
/* Header Section */
.intro {
  display: table;
  width: 100%;
  font-family: "ProximaNova-Regular";
  padding: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .overlay {
  /* background: rgba(0, 0, 0, 0.2); */
}
.intro h1 {
  font-family: "ProximaNova-Regular";
  color: #fff;
  font-size: 4.125rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}
.spinoff .intro h1 {
  font-family: "ProximaNova-Regular";
  color: black;
  font-size: 4.125rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}
.intro p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.intro button {
  margin: 60px 0px 100px 0px;
  background-color:  #1DB5C5;
  height: auto;
  border: none;
  border-radius: 35px;
}
.intro .header_description{
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  opacity: 0.6;
  margin-top: 20px;
  font-weight: 400;
  color: white;
  font-size: 2.125rem;
  line-height: 41px;
}
.spinoff .intro .header_description{
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  margin-top: 20px;
  font-weight: 400;
  color: #181946;;
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-bottom: 50px;
  width:60%
}
.intro button > span{
  font-size: 2rem;
  color: white;
}
.intro button:hover,
.intro button:focus{
  background-color: #1DB5C5 !important;
  color: white !important;
}
header .intro-text {
  padding-top: 350px;
  padding-bottom: 200px;
  text-align: center;
}
/* Products Section */
#features {
  background: #F8FBFD;
}
#features .container{
  padding-bottom: 80px;
}
#features i.fa {
  font-size: 38px;
  margin-bottom: 20px;
  transition: all 0.5s;
  color: #fff;
  width: 100px;
  height: 100px;
  padding: 30px 0;
  border-radius: 50%;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
#features .customer_flex{
  display: flex;
  height: 10rem;
  justify-content:center;
  align-items:center;
  margin-top: 15px;
  margin-bottom: 15px;
}
#features .customer{
  background: #FFFFFF;
  box-shadow: 2px 2px 10px 0px rgba(232, 232, 232, 0.8);
  border-radius: 8px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* About Section */
#products {
  padding: 0 0 6.25rem 0;
  background-color: #F0F4F7;
}
#products .section-title h2{
  font-family: 'ProximaNova-Semibold';
  font-weight: 600;
  color: #333333;
  font-size: 2.625rem;
  text-transform: unset;
}
#products .section-title .description{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  color: #333333;
  line-height: 2rem;
  text-align: left;
  opacity: 0.79;
  padding-bottom: 40px;
}
#products h3 {
  font-size: 1.375rem;
  margin: 0 0 20px;
}
#products h2 {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 0px;
  font-size: 1.5rem;
}
#products .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#products .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #5ca9fb;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
/* #products img {
  width: 520px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
} */
#products .product{
  width: 90% !important;
  background-color: white;
  margin-left: 5%;
  height: 300px;
  box-shadow: 2px 2px 10px 0px rgba(232, 232, 232, 0.5);
  border-radius: 16px;
}
#products .flex{
  margin-top: 12%;
}
#products .margin-top{
  margin-top: 5% !important;
}
#products .product .col-md-12{
  height: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#products .product .product_title{
  font-family: 'Open Sans', sans-serif;
  position: relative;
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  opacity: 0.79;
  font-size: 1.5625rem;
}
/* #products .product span{
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  opacity: 0.79;
  font-size: 20px;
  margin-left: 10%;
  margin-right: 10%;
} */
#products p {
  line-height: 24px;
  margin: 30px 0;
}
#products .section-title{
  margin-bottom: 0px !important;
}
#products .center h2{
  font-family: 'ProximaNova-Semibold';
  font-weight: 600;
  color: #333333;
  line-height: 50px;
  font-size: 2.625rem;
  text-transform: unset;
}
#products .center h4{
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  font-size: 1.5rem;
  margin-top: 1.875rem;
}
#products .center .description{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  font-size: 1.625rem;
  opacity: 0.79;
}
#products .center i{
  margin-right: 10px;
  color: #333333;
  opacity: 0.8;
  font-size: 0.875rem;
}
#products .center .grey{
  color: #333333;
  opacity: 0.8;
  display: flex;
}
#products .center .grey i{
  margin-top: 1.875rem;
  line-height: 30px;
}
#products .center .text{
  font-family: 'Open Sans', sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  font-size: 1.5rem;
  opacity: 0.8;
}
#products .center .contact{
  line-height: 60px !important;
}
@media(max-width: 800px){
  #products .slick-prev{
    /* display: none !important; */
    left: 0.5rem !important;
  }
  #products .slick-next{
    /* display: none !important; */
    right: -1rem !important;
  }
  #products .product{
    width: 80% !important;
  }
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(
    to right,
    rgba(99, 114, 255, 0.8) 0%,
    rgba(92, 169, 251, 0.8) 100%
  );
  padding: 30% 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text > h4 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 1.125rem;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}
/* Advantage Section */
#advantage {
  padding: 0px 0 50px 0px;
  background: #F8FBFD;
}
#advantage .section-title h2{
  font-family: 'ProximaNova-Semibold';
  font-size: 3.75rem;
}
#advantage h4 {
  margin: 5px 0;
}
#advantage .team-img {
  width: 240px;
}
#advantage .thumbnail {
  background: transparent;
  border: 0;
}
.ant-card{
  background-color: transparent !important;
}
.ant-card .ant-card-body{
  text-align: left;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media(max-width: 800px){
  #advantage .ant-card .ant-card-body{
    text-align: center !important;
  }
  #advantage .ant-card .ant-card-cover img{
    margin: auto;
  }
}
.ant-card .ant-card-body .ant-card-meta-title{
  font-size: 1.875rem;
  font-family: "ProximaNova-Semibold";
  font-weight: 600;
  color: #333333;
  line-height: 2.25rem;
  white-space: unset !important;
  text-overflow: unset !important;
}
.ant-card .ant-card-body .ant-card-meta-description{
  font-size: 1.5rem;
  font-family:  'Open Sans', sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 2.18rem;
  opacity: 0.8;
}
.ant-card .ant-card-body .ant-card-meta-description i{
  font-size: 0.75rem;
  color: #333333;
  opacity: 0.8;
  margin-right: 0.625rem;
}
#advantage .thumbnail .caption {
  padding: 10px 0 0;
  color: #888;
}
/* Team Section */
#examples {
  padding: 0px 0 50px 0px;
  background-color: #F0F4F7;
}
#examples .section-title h2{
  font-family: 'ProximaNova-Semibold';
  font-size: 3.75rem;
}
#examples h4 {
  margin: 5px 0;
}
#examples .team-img {
  width: 240px;
}
#examples .thumbnail {
  background: transparent;
  border: 0;
}
#examples .thumbnail .caption {
  padding: 10px 0 0;
  color: #888;
}
#examples .ant-card{
  background-color: white !important;
  border-radius: 36px;
}
#examples .ant-card .ant-card-cover {
  margin-bottom: -10%;
}
#examples .ant-card .ant-card-body {
  display: inline-block;
  background-color: white;
  border-radius: 36px;
  padding: 2.5rem 1.875rem;
  min-height: 21rem
}
#examples .ant-card .ant-card-body .ant-card-meta{
  padding: 0px 30px;
}
#examples .ant-card .ant-card-body .ant-card-meta .ant-card-meta-description div{
  margin-top: 1.875rem;
}
#examples .ant-card .ant-card-body .ant-card-meta .ant-card-meta-description p{
  margin: 0;
  font-size: 1.4rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 2.18rem;
  opacity: 0.79;
}
/* Contact Section */
#contact {
  padding: 80px 0 20px;
  background: #0A223E;
  color: rgba(255, 255, 255, 0.75);
}
#contact .section-title {
  margin-bottom: 40px;
}
#contact .section-title h2{
  font-weight: 600;
  color: #F8FBFD;
  line-height: 4.5rem;
  font-size: 3.125rem;
  opacity: 0.92;
}
#contact .section-title p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #F8FBFD;
  line-height: 35px;
  opacity: 0.6;
}
#contact h2 {
  color: #fff;
  margin-top: 0.5rem;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px !important;
}
#contact h3 {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 400;
}
#contact form {
  padding-top: 20px;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .center-btn {
  text-align: center;
}
#contact .btn-custom {
  margin: 30px 0;
  font-weight: 400; 
  padding: 1rem 11.37rem;
  background: #1DB5C5;
  border-radius: 35px;
  font-size: 2rem;
  text-transform: unset;
}
label {
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  height: auto !important;
  padding: 1rem 1.875rem;
  font-size: 1.5rem;
  color: #333333;
  background: #F0F4F7;
  background-image: none;
  border:none;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control::-webkit-input-placeholder {
  color: #333333;
  opacity: 0.6;
}
#contact .form-control:-moz-placeholder {/* Firefox 18- */
  color: #333333;
  opacity: 0.6;
}
#contact .form-control::-moz-placeholder{/* Firefox 19+ */
  color: #333333;
  opacity: 0.6;
}
#contact .form-control:-ms-input-placeholder {
  color: #333333;
  opacity: 0.6;
}
#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
#contact .contact-item {
  margin: 20px 0;
}
#contact .contact-item span {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  display: block;
}
#contact .contact-item i.fa {
  margin-right: 10px;
}
#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 1.375rem;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #608dfd;
  background: #fff;
}
/* Footer Section*/
#footer {
  background: #f6f6f6;
  padding: 30px 0;
}
#footer p {
  color: #888;
  font-size: 0.875rem;
}
#footer a {
  color: #608dfd;
}
#footer a:hover {
  border-bottom: 2px solid #608dfd;
}

@media (max-width: 768px) {
  #about img {
    margin: 50px 0;
  }
}
.ant-carousel .slick-slide{
  height: auto !important;
}
.ant-carousel .slick-dots{
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.flex{
  display: flex;
}
.flex .center{
  margin: auto;
}
.flex .center-img{
  text-align: center;
  margin: auto
}
@media screen and (max-width: 400px) {
  .flex{
    display: block !important;
  }
}
.slick-slide img {
  margin: 0px 10px;
}
.slick-slide{
  height: auto !important;
}
.slick-prev:before, .slick-next:before{
  color: grey !important;
  font-size: 1.875rem !important;
}
.ant-anchor-ink{
  display: none !important;
}
.ant-anchor{
  float: right;
  padding-right: 40px !important;
}
.ant-anchor-link .dots{
  background: #CACDCF;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 10px;
}
.ant-anchor-link-active .dots{
  background: #7E8081 !important;
}
.ant-anchor-ink::before{
  background-color: transparent !important;
}
.slick-dots{
  display: none !important;
}
.ant-affix{
  bottom: 60%;
  top: unset !important;
}
.ant-popover-content{
  background: #E2E7EB !important;
  border-radius: 18px !important;
  color: #333333;
  opacity: 0.79;
  font-size: 1.125rem;
  font-family: "Open Sans", sans-serif;
}
.ant-popover-arrow{
  display: none !important;
}
.ant-popover-inner{
  background: white !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}
.ant-popover-inner .ant-popover-inner-content{
  padding: 6px 14px;
}
.ant-select-selector{
  border: none !important;
  font-size: 1.5rem;
  height: auto !important;
  padding: 1rem 1.875rem !important;
  background-color: #F0F4F7 !important;
  border-radius: 4px !important;
}
.ant-select-single .ant-select-selector .ant-select-selection-placeholder{
  line-height: unset !important;
}
.ant-select-multiple .ant-select-selection-search-input{
  height: unset !important;
  line-height: unset !important;
}
.ant-select-arrow{
  font-size: 1.125rem !important;
  right: 2.5rem !important;
}
.ant-select-multiple .ant-select-selection-item{
  background-color: transparent !important;
}
.ant-select-multiple .ant-select-selection-item-remove{
  font-size: 1.25rem !important;
  font-weight: bold !important;
}
.ant-select-single .ant-select-selector .ant-select-selection-item{
  line-height: unset !important;
}
.ant-select-single .ant-select-selector .ant-select-selection-item::after{
  display: none !important;
}
#contact .ant-select-selection-placeholder {
  color: #333333;
  opacity: 0.6;
}
#contact .ant-select-multiple .ant-select-selection-placeholder{
  padding: 0rem 1.2rem;
}
.cancel-resize{
  resize: none;
  overflow: hidden;
}
.ant-anchor-wrapper{
  position: absolute;
  right: 0;
  overflow: unset !important;
}
.ant-modal-content{
  background: #FFFFFF;
  box-shadow: 4px 8px 40px 0px rgba(14, 84, 106, 0.1);
  border-radius: 20px !important;
}
.ant-modal-header{
  padding: 20px 24px !important;
  border-radius: 20px 20px 0px 0px !important;
  text-align: center;
  border-bottom: 1px solid #DCDFE6 !important;
}
.ant-modal-title{
  font-family:"Open Sans", sans-serif !important;
  font-weight: bold !important;
  color: #333333 !important;
  font-size: 1.875rem !important;
}
.ant-modal-body{
  font-size: 1.5rem !important;
  font-family:"Open Sans", sans-serif !important;
  font-weight: 400 !important;
  color: #333333 !important;
  line-height: 35px;
  opacity: 0.59;
  padding: 16px 30px !important;
}
.ant-modal-close{
  display: none !important;
}
.ant-modal-footer{
  border-top: none !important;
  text-align: center !important;
  padding: 10px 36px 36px 36px !important;
}
.ant-modal-footer .ant-btn-primary{
  display: none;
}
.ant-modal-footer .ant-btn{
  font-size: 2rem !important;
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  color: #FFFFFF !important;
  width: 60%;
  background: #1DB5C5 !important;
  border-radius: 35px !important;
  height: auto !important;
}
.ant-btn :hover
.ant-btn :focus{
  color: white !important;
}
.circle1{
  width: 12px;
  height: 12px;
  margin-top: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  border: 1px solid #1DB5C5;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.redg1{
  border-radius: 0% !important;
}
.ant-select-item-option-selected .redg1 .redg{
  border-radius: 0% !important;
}
.ant-select-item-option-selected .circle1 .circle{
  width: 6px;
  height: 6px;
  background-color: #1DB5C5;
  border-radius: 50%;
}
.ant-select-selection-item .circle1{
  display: none;
}
#header .slick-list{
  background: linear-gradient(90deg, #030C24 0%, #1A4E97 100%);
}
#header .spinoff .slick-list{
  background: white;
  background-image: url("../img/spinoff/header.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media(max-width: 800px){
  #header .spinoff .slick-list{
    background-size: auto;
    background-position: calc(100% + 1000px)
  }
}

.contact-logo img{
  width: 200px;
  padding: 0px 2px; 
  float: right
}
@media(max-width: 800px){
  .contact-logo{
    text-align: center;
  }
  .contact-logo img{
    width: 200px;
    padding:none;
    float:none;
  }
}

@media screen and (max-width: 991px) {
  .sideDots{
    display: none !important;
  }
  #products .flex{
    display: block !important;
  }
}
.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input{
  background-color: #FFF3F3 !important;
  border-color: #ff4d4f !important;
}
/* .ant-form-item-explain{
  display: none !important;
} */
.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector{
  background-color: #FFF3F3 !important;
  border-color: #ff4d4f !important;
}
.ant-form-item-explain-error{
  margin-bottom: 1rem;
}
.slick-next:before{
  content: unset !important;
}
.slick-prev:before{
  content: unset !important;
}
.slick-next{
  width: 2.875rem !important;
  height: 2.875rem !important;
  right: -3rem !important;
  z-index: 9999;
  top: calc(50% - 1rem) !important;
}
.slick-prev{
  width: 2.875rem !important;
  height: 2.875rem !important;
  left: -2rem !important;
  top: calc(50% - 1rem) !important;
}
.slick-next img{
  width: 2.875rem;
  height: 2.875rem;
}
.slick-prev img{
  width: 2.875rem;
  height: 2.875rem;
  transform: rotate(180deg);
}
.insideTab{
  font-size: 12px;
  opacity: 0.66;
  font-family: 'ProximaNova-Regular';
  margin-left: 30px !important;
  padding: 4px 2px !important;
}

.navbar-default .navbar-toggle {
  border: none !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent !important;
  border: none !important;
}

.spinoff #menu.navbar-default {
    background: rgba(255, 255, 255, 0.6);
    border-color: rgba(231, 231, 231, 0);
}

.spinoff #menu.navbar-default .navbar-nav > li > a{
    color: #181946;
}

.spinoff .service h2{
  text-transform: none;
  font-family: 'ProximaNova-Semibold';
  font-weight: 600;
  color: #333333;
  font-size: 2.625rem;
}

.spinoff .service .description{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 1.5rem;
  opacity: 0.8;
}

.spinoff .service{
  padding-top: 50px;
  padding-bottom: 50px;
}