@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+slab:600,700,800&display=swap");
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
  /* overflow-x: hidden; */
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  text-align: left;
  background-color: #fff;
  font-weight: 400;
  color: #6a7695;
}
body .call_icon{
  background: url(../images/phone-receiver.png) no-repeat center;
  background-size: 15px;
}
body .btm_icon .icon{
  background: url("../images/technologies/ai.png") no-repeat center;
}
body .menu_icons_wrap a:nth-child(3) .btm_icon .icon{
  background: url("../images/technologies/blockchain.png") no-repeat center;
}
body .page_links div:nth-child(1) .page_link_inner{
  background-image: url("../images/newblog.png");
}
body .page_links div:nth-child(2) .page_link_inner{
  background-image: url("../images/newwhite_paper.png");
}
body .page_links div:nth-child(3) .page_link_inner{
  background-image: url("../images/newindustry.png");
}
body .page_links div:nth-child(4) .page_link_inner{
  background-image: url("../images/play.png");
}
body .page_links div:nth-child(6) .page_link_inner{
  background-image: url("../images/gallery.png");
}
/* contact widget  */
.couldnt{
  border: 1px solid rgba(128, 128, 128, 0.14);
  box-shadow: 0px 0px 15px 1px rgba(128, 128, 128, 0.14);
  position: relative;
  padding: 20px 220px 20px 20px;
  background-color: white;
  margin: 30px 0;
}
.couldnt-text h4{
  font-size: 21px;
  color: #363439;
  margin: 0px 0 0;
  font-style: unset !important;
  box-shadow: unset !important;
  line-height: 25px;
}
.couldnt-text p{
  line-height: 3;
  margin-bottom: 0;
}
.couldnt-button{
  position: absolute;
  padding: 10px 25px;
  right: 2%;
  border-radius: 3px;
  top: 45%;
  margin-top: -19px;
  border: none;
  outline: none;
  background-color: #ef0d33;
  /* box-shadow: 0 0 7px 1px rgba(239, 13, 51, 0.48); */
  color: white;
  cursor: pointer;
  font-size: 11px;
  text-shadow: none;
  font-family: montserrat_light, sans-serif;
  text-align: center;
}
.couldnt-button:hover{
  color: white;
  box-shadow: 0 0 7px 1px rgba(239, 13, 51, 0.48);
}
.section.contact-widget{
  padding: 0rem 0;
}
section#chapter{
  padding-top: 3rem;
}
section#banner{
  padding-bottom: 3rem;
}
body, html {
  width: 100%;
  height: 100%;
}
/*--------------------
 TYPOGRAPHY
-----------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: .5rem;
  color: #263b5e;
}
.h1,
h1 {
  font-size: 2.125rem;
  line-height: 40px;
}
.h2,
h2 {
  font-size: 1.625rem;
}
.h3,
h3 {
  font-size: 28px;
}
.h4,
h4 {
  font-size: 22px;
}
.h5,
h5 {
  font-size: 18px;
}
.h6,
h6 {
  font-size: 16px;
}
.text-sm {
  font-size: 14px;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #263b5e;
}
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #cc302b;
}
.section-heading h2 {
  color: #263b5e;
}
/*--------------------
Common Styles
-----------------*/
.section-heading {
  margin-bottom: 80px;
}
.section {
  position: relative;
  padding: 7.5rem 0;
}
.section-top {
  padding-top: 8.125rem;
}
.section-bottom {
  padding-bottom: 8.125rem;
}
.bg-grey {
  background: #F4F7FC;
}
.text-color {
  color: #cc302b;
}
/*-------------------
  BUTTONS STYLE
----------------=----*/
.btn {
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 35px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.3s ease-in-out !important;
}
.btn:focus {
  box-shadow: none !important;
}
.btn-main {
  border-color: #385777;
  color: #fff;
  background: #385777;
}
.btn-main:hover {
  background: #cc302b;
  color: #fff;
  border-color: #cc302b;
}
.btn-main-2 {
  background: #cc302b;
  color: #fff;
  border-color: #cc302b;
  height: unset;
  width: unset;
}
.btn-main-2:hover {
  background: #385777;
  color: #fff;
  border-color: #385777;
}
.btn-white {
  background: #fff !important;
  color: #cc302b;
  border-color: #fff;
}
.btn-border-tp {
  border-color: #385777;
  background: transparent;
  color: #385777;
}
.btn-border-tp:hover {
  background: #385777;
  color: #fff !important;
}
.btn-small {
  padding: 12px 22px;
  font-size: 13px;
}
/*------------------------
 BACKGROUND
----------------------------*/
a {
  color: #222;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  outline: none;
  text-decoration: none;
}
.btn-b11w{
  margin-left: auto;
  margin-right: auto;
}
.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.text-color-2 {
  color: #385777;
}
.text-lg {
  width: 93%;
  font-size: 40px;
  line-height: 1.4;
}
.text-md {
  font-size: 32px;
  line-height: 1.3;
}
.letter-spacing {
  letter-spacing: 2px;
}
.text-sm {
  font-size: 14px;
  color: #cc302b;
}
.bg-gray {
  background: #f5f5f5;
}
.lead {
  line-height: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
/*----------------------
 BANNER STYLE
-----------------------*/
.py-7 {
  padding: 7.5rem 0;
}
/*-------------------------
 HOME
-----------------------------*/
.banner-main {
  position: relative;
}
h1 {
  font-size: 60px;
  line-height: 70px;
  color: #263b5e;
}
.main-banner {
  padding: 60px 0px 90px;
}
.main-banner p {
  padding-right: 100px;
}
.cta-2 {
  padding: 0px 0px 6.5rem 0px;
}
.about {
  position: relative;
}
.about .about-img img {
  box-shadow: 0px 20px 40px 0px rgba(38, 59, 94, 0.1);
}
.cta-home {
  background: #F4F7FC;
}
.featured-client img {
  margin: 0px 15px;
}
.chapter-item {
  margin-bottom: 30px;
}
.chapter-item h4 {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 18px;
  color: #cc302b;
}
.chapter-item i {
  font-size: 20px;
}
.book-preview {
  display: inline-block;
  max-width: 400px;
  width: 100%;
  position: relative;
}
.book-preview .background-device {
  width: 100%;
  position: absolute;
}
/* Owl Slider */
.owl-book {
  width: 80%;
  display: inline-block;
  margin: 0 auto;
}
.owl-book .book-item {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  margin-top: 48px;
  position: relative;
}
.owl-book .book-item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.7);
}
.owl-book .book-item:hover .overlay {
  opacity: 1;
}
.owl-book .book-item img {
  width: 100%;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.owl-book .book-item .overlay > a {
  position: absolute;
  display: inline-block;
  left: calc(50% - 30px);
  top: calc(50% - 25px);
  font-size: 24px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  color: #385777;
}
.owl-book .book-item .overlay > a:hover {
  color: white;
  background: #cc302b;
}
.owl-reviews .book-item {
  padding: 0 15px;
}
.owl-reviews .owl-controls {
  position: absolute;
  width: 100%;
  top: calc(50% - 30px);
}
.owl-reviews .owl-controls .owl-prev,
.owl-reviews .owl-controls .owl-next {
  position: absolute;
  font-size: 36px;
  color: #bbb;
  transition: all 0.3s ease;
}
.owl-reviews .owl-controls .owl-prev:hover,
.owl-reviews .owl-controls .owl-next:hover {
  color: #484d53;
}
.owl-reviews .owl-controls .owl-prev {
  left: -40px;
}
.owl-reviews .owl-controls .owl-next {
  right: -40px;
}
.book-info ul li {
  padding: 8px 30px;
  margin-bottom: 5px;
  font-weight: 700;
}
.book-info ul li i {
  color: #cc302b;
}
.book-item {
  position: relative;
}
.book-item:hover .hover-item {
  opacity: 1;
  visibility: visible;
}
.book-item .hover-item {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all .35s ease;
}
.book-item .hover-item i {
  width: 60px;
  height: 60px;
  background: #fff;
  color: #222;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  padding-top: 20px;
  transition: all .35s ease;
}
.book-item .hover-item i:hover {
  background: #cc302b;
  color: #fff;
}
/*******************************
* Does not work properly if "in" is added after "collapse".
*******************************/
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #ebebeb;
}
.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
}
.panel-title {
  font-size: 20px;
  font-weight: 400;
}
.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}
.more-less {
  float: right;
  color: #212121;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
}
.panel-body {
  padding: 20px;
}
.counter-item .content h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
}
.counter-item i {
  width: 70px;
  height: 70px;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  padding-top: 22px;
  color: #cc302b;
  font-size: 22px;
}
.service-block {
  padding: 60px 40px 100px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.service-block:hover {
  background: #fff;
  box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1);
}
.service-block i {
  font-size: 60px;
}
.feature-block {
  padding: 60px 40px;
  text-align: center;
  box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1);
  background: #fff;
}
.feature-block i {
  font-size: 60px;
}
.feature {
  margin-top: -80px;
}
/*------------------------------------
SECTION TESTIMONIAL
-------------------------------------*/
.testimonial {
  position: relative;
  background: #F4F7FC;
}
.testimonial-item-content {
  text-align: center;
  transition: all .7s ease;
  position: relative;
  padding: 40px  30px;
}
.testimonial-item-content:hover {
  cursor: pointer;
}
.test-author-thumb img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.rating a {
  color: #cc302b;
}
.testimonial2 p {
  font-size: 20px;
  color: #000;
  line-height: 38px;
}
.testimonial2 .author {
  text-align: center;
}
.testimonial2 .author img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
}
.testimonial2 .author .author-info {
  margin-top: 20px;
}
.testimonial2 .author h4 {
  font-size: 18px;
  margin-bottom: 0;
}
.testimonial2 .author p {
  font-size: 14px;
}
/*---------------------------
CONTACT PAGE
-----------------------------*/
.contact-info-block h4 {
  margin-bottom: 0px;
}
.contact-info-block i {
  font-size: 40px;
  margin-bottom: 20px;
  display: block;
  color: #cc302b;
}
.form-control {
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #F4F7FC;
  height: 60px;
  padding-left: 15px;
}
.form-control:focus, .form-control:hover {
  border-color: #cc302b;
  box-shadow: none;
}
/*----------------------
 FOOTER
-----------------------*/
.footer {
  padding: 20px 0px;
}
.footer-copy {
  font-size: 16px;
}
.current-year {
  color: #cc302b !important;
}
.text-black {
  color: #222;
}
/*-----------------------------
 SCROLL TO TOP
--------------------------------*/
.scroll-to-top {
  position: fixed;
  content: "";
  right: 30px;
  bottom: 50px;
  z-index: 999;
  background: #cc302b;
  color: #fff !important;
  border-radius: 100%;
  opacity: 0;
}
.scroll-to-top i {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 60px;
  display: block;
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}
.scroll-to-top:hover, .scroll-to-top:focus {
  text-decoration: none;
}
.scroll-to-top.reveal{
  opacity: 1;
  visibility: visible;
}
/* Banner 4 */
.container-padding{
  padding:0px 100px;
  background:#F4F7FC;
}
.banner-img4{
  margin-bottom:-90px;
}
.featured-text{
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 13px;
  color:#cc302b;
}
/*  About Section 4 */
.about-item2{
  position: relative;
  padding-left: 100px;
}
.about-icon{
  position: absolute;
  content:"";
  left:0px;
  top:0px;
  width:70px;
  height:70px;
  text-align: center;
  border:5px solid #ddd;
  font-size: 25px;
  padding-top: 18px;
  border-radius: 100%;
  margin-top: -5px;
  transition: all .4s ease;
}
.about-item2 h5{
  transition: all .4s ease;
}
.about-item2:hover h5{
  color: #cc302b;
}
.about-item2:hover .about-icon{
  background:#cc302b;
  border-color: #cc302b;
  color:#fff;
}
/*  Feature 4 */
.feature-two{
  box-shadow: none;
  padding:40px 40px;
  text-align: left;
  position: relative;
  transition: all .4s linear 0s;
}
.feature-two:hover{
  box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1);
}
.feature-two:after{
  position: absolute;
  content:"";
  left:40px;
  width:50px;
  height:2px;
  background:#cc302b;
  bottom:0px;
  right:0px;
  transition: all .4s linear 0s;
  opacity: 0;
}
.feature-two:hover:after{
  width:80%;
  opacity: 1;
}
.pt-80{
  padding-top:80px
}
.pb-80{
  padding-bottom:80px
}
/* Tetsimonial 4  */
.testimonial-item2{
  padding:40px;
  opacity: .2;
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border:1px solid transparent;
}
.testimonial-slider .center .testimonial-item2{
  opacity: 1;
  transform: scale3d(1, 1, 1);
  background:#fff;
  border-radius: 5px;
  border:1px solid #ddd;
}
.box-shadow{
  /* box-shadow: 0 35px 60px rgba(0,0,0,0.10); */
}
.testimonial-item2 p {
  font-size: 18px;
  color: #000;
  line-height: 38px;
  margin-bottom: 30px;
}
.testimonial-item2 .author {
  text-align: center;
}
.testimonial-item2 .author-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom:30px;
}
.testimonial-item2 .author .author-info {
  margin-top: 20px;
}
.testimonial-item2 .author h4 {
  font-size: 16px;
  margin-bottom: 0;
}
.testimonial-item2 .author p {
  font-size: 13px;
  margin-bottom: 0px;
}
.testimonial-slider .owl-dots .owl-dot{
  outline: none;
}
.testimonial-slider .owl-dots {
  margin-top:40px!important;
}
.testimonial-slider .owl-dots .owl-dot.active span{
  background: #cc302b;
}
.subscribe-form .form-control{
  background: #fff;
}
/*  Dark Home style */
.dark-home .main-navigation{
  background: #030507;
}
.dark-home .main-navigation .navbar-brand h2{
  color: #fff;
}
.dark-home .navbar-nav .nav-link{
  color: #fff;
}
.dark-bg-1{
  background: #0A121E!important;
}
.dark-bg-1 h1, .dark-bg-1 h2, .dark-bg-1 h3,.dark-bg-1 h4,.dark-bg-1 h5,.dark-bg-1 span,.dark-bg-1 p{
  color: #fff;
}
.dark-bg-1.banner-main {
  padding-top: 180px;
}
.dark-bg-2{
  background: #17212E!important;
}
.dark-bg-2 h1,.dark-bg-2 h2, .dark-bg-2 h3 ,.dark-bg-2 h4 ,.dark-bg-2 h5,.dark-bg-2 p, .dark-bg-2 span{
  color: #fff;
}
.dark-bg-1 p,.dark-bg-2 p{
  opacity: .9;
}
.dark-bg-2 .border,
.dark-bg-1 .border{
  border-color: rgba(255,255,255,.06)!important;
}
.dark-bg-2 .service-block h5{
  color: #000;
}
.dark-bg-2 .service-block p{
  color: #444;
}
.dark-bg-2 .panel-title > a{
  color: #fff;
}
.dark-bg-2 .panel-group .panel{
  border-color: rgba(255,255,255,.08);
}
.dark-bg-2 .more-less{
  color: #fff;
}
.dark-bg-2 .panel-body{
  color: #fff;
  opacity: .8;
}
.dark-bg-2 .follow a{
  color: #fff;
}
.dark-bg-1 .counter-item i{
  border-color: rgba(255,255,255,.08);
}
.dark-home .top-socials a{
  border-color: rgba(255,255,255,.1);
}
h3.main_head {
  font-size: 50px;
  font-weight: bolder;
  color: #EBEBEB;
  margin: 0px;
  line-height: 60px;
  margin-top: 40px;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    border-color: #ff5168;
    background-color: #d04254;
    outline: none;
    box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    color: #f3f3f3;
}
.color-white{
  color: #fff !important;
}
#simple-msg-two {
    color: red;
    margin-bottom: 13px;
}
#message {
    margin-bottom: 13px;
}
.play-video-btn,
.bg-custom,
.btn-custom,
.social-icon>li a:hover,
.back-to-top:hover {
    background-color: #ff5168;
}
#form .second {
    display: none;
}
.home-registration-form {
    border-radius: 3px;
    box-shadow: 0px 0px 3px 0px #000000;
}
form {
    position: relative;
    width: 100%;
}
.input_wrap {
    position: relative;
    color: #ddd;
    margin-bottom: 20px;
}
.input_wrap select,
.input_wrap input {
    height: 48px;
    width: 100%;
    outline: none;
    color: #999;
    box-shadow: none;
    padding: 6px 15px;
    background: #f5f5f5;
    border-color: #eee;
    font-size: 14px;
    line-height: 1.714;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.section-title .section-title-icon i {
    font-size: 28px;
    opacity: 0.7;
    margin-bottom: 30px;
}
.contact-info i {
    font-size: 34px;
    color: #83878a;
    float: left;
}
.contact-info .contact-heading {
    font-weight: 500;
}
.contact-info p {
    color: #83878a;
}
.text-custom,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active,
.navbar-custom .navbar-nav li.active a,
.team-social li a:hover,
.social .social-icon:hover {
    color: #ff5168 !important;
}
.input_wrap select option {
    color: #000;
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background: #f5f5f5;
    position: relative;
}
select option:checked,
select option:hover {
    box-shadow: 0 0 10px 100px #000 inset;
}
.input_wrap label {
    font-size: 14px;
    margin-bottom: 0;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    color: #8a898a;
}
.input_wrap select:focus+label,
.input_wrap input:focus+label {
    top: -20px;
    font-size: 12px;
    color: #a4a4a4;
}
.input_wrap input:focus~label,
.input_wrap input:not(:placeholder-shown)~label {
    top: -20px !important;
    font-size: 14px;
}
.input_wrap input,
.input_wrap select:not([value=""]):invalid~label {
    top: -18px !important;
    font-size: 14px;
}
.input_wrap select:focus~label,
.input_wrap select:not([value=""]):valid~label {
    top: -20px !important;
    font-size: 14px;
}
.input_wrap .selected~label {
    top: -18px !important;
}
.next_btn {
    background: #ff5168;
    border-radius: 3px;
    box-shadow: 0px 2px 19px 9px rgba(239, 13, 51, 0.08);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    width: 87px;
    text-align: center;
    z-index: 1000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 7px 15px;
    margin: 0 auto;
}
.second {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#form .second {
    display: none;
}
.btn,
.btn:focus,
button,
button:focus {
    outline: none !important;
}
a {
    text-decoration: none !important;
    outline: none;
}
.section {
    position: relative;
}
.btn-round {
    border-radius: 30px;
}
.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.home-center {
    display: table;
    width: 100%;
    height: 100%;
}
.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}
.btn-custom {
    border: 1px solid;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    color: #f3f3f3;
}
.btn-outline-custom {
    border: 1px solid #fff;
}
.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open>.dropdown-toggle.btn-outline-custom {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.section-title {
    max-width: 550px;
}
.section-title h5 {
    font-size: 26px;
}
.section-title .section-title-icon i {
    font-size: 28px;
    opacity: 0.7;
    margin-bottom: 30px;
}
.home-title {
    font-size: 46px;
    line-height: 1.4;
    font-weight: 300;
}
.bg-home {
    background-image: url('../images/website-development-company.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 190px 0;
}
.home-registration-form {
    border-radius: 3px;
    box-shadow: 0px 0px 3px 0px #000000;
}
.search-form input,
select {
    padding: 15px 20px;
    width: 100%;
    font-size: 17px;
    color: #4c5667 !important;
    border: none;
    outline: none !important;
    padding-right: 160px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 30px;
}
.services-box p {
    line-height: 1.6
}
.search-form input,
select {
    padding: 10px 20px;
    width: 100%;
    font-size: 16px;
    color: #4c5667 !important;
    border: none;
    outline: none !important;
    padding-right: 40px;
    padding-left: 30px;
}
.faq-content p {
    line-height: 1.6;
}
.contact-info i {
    font-size: 34px;
    color: #83878a;
    float: left;
}
.contact-info p {
    color: #83878a;
}
.contact-info .contact-heading {
    font-weight: 500;
}
.custom-form .form-control {
    height: 45px;
    font-size: 15px;
    box-shadow: none !important;
    outline: none !important;
}
.custom-form textarea.form-control {
    height: auto;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}
.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #f36270;
    color: #f36270;
    border-radius: 5px;
    font-size: 14px;
}
.contact-loader {
    display: none;
}
#success_page {
    text-align: center;
    margin-bottom: 50px;
}
#success_page h3 {
    color: #0dba26;
    font-size: 22px;
}
.bg-footer {
    background: #242424 !important;
}
.logo {
  width: 129px;
  padding: 4px 13px 10px;
  background: #ef0d33;
  display: block;
  position: relative;
  top: 0;
  left: 30px;
  z-index: 1;
  box-shadow: 0px 2px 19px 9px rgb(239 13 51 / 10%);
}
.logo img {
  width: 105px;
  height: 24px;
  object-fit: cover;
}
.read-more-button{
  top: 80%;
  position: absolute;
  margin-top: 1vw;
  font-size: 1.2vw;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: underline !important;
  color: red;
}
.menu_open {
    overflow: hidden !important;
}
.menu_outer {
    z-index: 1000;
    position: relative;
    left: 0px;
    width: 100%;
}
.menu_outer p {
    font-family: montserrat_regular;
}
.menu_open .menu_outer {
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}
.menu_btn_wrap {
    background: #ef0d33;
    border-radius: 3px;
    box-shadow: 0px 2px 19px 9px rgba(239, 13, 51, 0.08);
    color: #fff;
    position: absolute;
    top: 12px;
    right: 40px;
    cursor: pointer;
    font-size: 0;
    z-index: 1000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 1px;
}
#menu_title {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    font-weight: 400;
    font-family: montserrat_light;
    font-size: 10px;
    border-right: 1px solid rgba(197, 11, 42, 0.4);
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.menu_open #menu_title {
    width: 0;
    padding: 0;
}
.call_icon {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 30px;
    background: url(../images/menu/call.png) no-repeat center;
    background-size: 15px;
    cursor: pointer;
    border-right: 1px solid rgba(197, 11, 42, 0.4);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.menu_open .call_icon {
    width: 0;
    padding: 0;
    border: none;
}
.menu_icon {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 30px;
    background-size: 25px;
    cursor: pointer;
}
.menu_icon:hover,
.call_icon:hover {
    background-color: #d60c2e;
}
#nav-icon3 {
    width: 15px;
    height: 45px;
    position: relative;
    margin: 9px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}
#nav-icon3 span:nth-child(1) {
    top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 6px;
}
#nav-icon3 span:nth-child(4) {
    top: 12px;
}
.menu_open #nav-icon3 span:nth-child(1),
.detail_open #nav-icon3 span:nth-child(1) {
    top: 6px;
    width: 0%;
    left: 50%;
}
.menu_open #nav-icon3 span:nth-child(2),
.detail_open #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu_open #nav-icon3 span:nth-child(3),
.detail_open #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu_open #nav-icon3 span:nth-child(4),
.detail_open #nav-icon3 span:nth-child(4) {
    top: 6px;
    width: 0%;
    left: 50%;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.menu_wrapper {
    height: 100%;
    display: none;
}
.menu_open .menu_wrapper {
    display: block;
    animation: fadeIn 1s;
    z-index: 10;
}
.menu_links_wrap {
    position: absolute;
    right: -100%;
    top: 0px;
    bottom: 0;
    background: #f5f5f5;
    width: 22.5%;
    padding: 20px 30px;
    box-sizing: border-box;
    z-index: 1;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.menu_wrapper.open .menu_links_wrap {
    right: 0%;
}
h4.main_head {
    font-size: 50px;
    font-weight: bolder;
    color: #ebebeb;
    margin: 0px;
    line-height: 60px;
    margin-top: 40px;
}
.menu_links_wrap>ul {
    list-style: none;
    padding: 10px 30px 0px 0px;
    border-bottom: 1px solid #ebebeb;
}
.menu_links_wrap ul li {
    position: relative;
    opacity: 0;
}
@keyframes menuSlideLeft {
    0% {
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}
.menu_open .menu_links_wrap ul li {
    animation: menuSlideLeft 0.5s forwards;
    animation-delay: 0.5s;
}
.menu_open .menu_links_wrap ul li:nth-child(2) {
    animation-delay: 0.6s;
}
.menu_open .menu_links_wrap ul li:nth-child(3) {
    animation-delay: 0.7s;
}
.menu_open .menu_links_wrap ul li:nth-child(4) {
    animation-delay: 0.8s;
}
.menu_open .menu_links_wrap ul li:nth-child(5) {
    animation-delay: 0.9s;
}
.menu_open .menu_links_wrap ul li:nth-child(6) {
    animation-delay: 1s;
}
.menu_links_wrap ul>li>a {
    color: #121315;
    padding: 6px 10px;
    display: block;
    font-size: 11px;
    margin: 0px 0px;
    font-weight: 600;
    font-family: montserrat_light, sans-serif;
    border: 1px solid transparent;
    line-height: 24px;
}
.menu_links_wrap ul>li:hover>a,
.menu_links_wrap ul>li.active>a {
    background-color: white;
    color: #ef0d33;
}
.menu_links_wrap ul li ul {
    max-height: 0px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: none;
}
.menu_links_wrap ul li:hover ul {
    max-height: 200px;
}
.menu_open .menu_links_wrap ul li ul li {
    padding-left: 30px;
    display: block;
    opacity: 1;
    animation: none;
}
.menu_links_wrap ul li ul li a {
    font-size: 10px;
    color: #585858;
    padding: 5px 0px;
    border: none;
    margin: 0;
}
.menu_links_wrap ul li ul li:hover a {
    border: none;
    box-shadow: none;
    color: #999;
}
.menu_links_wrap ul li ul li:after {
    content: '';
    position: absolute;
    width: 0px;
    border-bottom: 1px solid #ef0d33;
    left: 5px;
    top: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.menu_links_wrap ul li ul li:hover:after {
    width: 15px;
}
.menu_icons_wrap {
    display: flex;
    flex-wrap: wrap;
}
.menu_icons_wrap h2 {
    font-weight: bolder;
    font-size: 28px;
    color: #ebebeb;
    margin: 10px 0px 10px;
    line-height: 28px;
    width: 100%;
}
.menu_icons_wrap a {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
.btm_icon {
    text-align: center;
    width: 100%;
    cursor: pointer;
    margin: 5px 0px;
    padding: 5px;
    box-sizing: border-box;
    z-index: 1;
    padding-top: 5px;
}
.btm_icon:hover {
    background: #ebebeb;
}
.btm_icon .icon {
    width: 40px;
    height: 40px;
    margin: 5px auto 0px;
    background: white;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    background: url("../images/menu/ai.png") no-repeat center;
    background-size: contain;
}
.menu_icons_wrap a:nth-child(3) .btm_icon .icon {
    background: url("../images/menu/ent.png") no-repeat center;
}
.menu_icons_wrap a:nth-child(4) .btm_icon .icon {
    background: url("../images/technologies/ar_vr.png") no-repeat center;
}
.menu_icons_wrap a:nth-child(5) .btm_icon .icon {
    background: url("../images/technologies/iot.png") no-repeat center;
}
.menu_icons_wrap a:nth-child(6) .btm_icon .icon {
    background: url("../images/technologies/big_data.png") no-repeat center;
}
.menu_icons_wrap a:nth-child(7) .btm_icon .icon {
    background: url("../images/technologies/cloud_computing.png") no-repeat center;
}
.btm_icon p {
    color: #777;
    font-size: 10px;
    line-height: 12px;
    margin: 5px 0px 0px;
    height: 40px;
    overflow: hidden;
}
/*for page_links written by athul start*/
.page_links {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    background-color: #ebebeb;
    padding: 20px 0;
    overflow: hidden;
}
.page_links::before {
    content: '';
    position: absolute;
    width: 105%;
    height: 23px;
    border-radius: 50%;
    top: -22px;
    left: -5%;
    -webkit-box-shadow: 0 6px 6px -7px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 6px 6px -7px rgba(0, 0, 0, 0.35);
    box-shadow: 0 6px 6px -7px rgba(0, 0, 0, 0.35);
}
.page_link_adjust {
    display: flex;
    display: -ms-flex;
    display: -mos-flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 0 8%;
    flex-wrap: wrap;
}
.page_links_div {
    width: 48%;
    text-align: center;
    margin: 5px 0;
}
.page_links_div a {
    display: flex;
    align-items: center;
}
.page_link_inner {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f8f8f8;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
}
.page_link_p {
    padding-top: 5px;
    text-align: left;
    color: #5b5b5b;
    font-size: 11px;
    font-family: montserrat_regular;
}
.page_links div:nth-child(1) .page_link_inner {
    background-image: url("../images/menu/blog.png");
}
.page_links div:nth-child(2) .page_link_inner {
    background-image: url("../images/menu/wp.png");
}
.page_links div:nth-child(3) .page_link_inner {
    background-image: url("../images/menu/res.png");
}
.page_links div:nth-child(4) .page_link_inner {
    background-image: url("../images/menu/vid.png");
}
.page_links div:nth-child(6) .page_link_inner {
    background-image: url("../images/menu/gallery.png");
    opacity: 0.6;
}
.submit-btn{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 10px 20px;
  border-radius: 35px;
  cursor: pointer;
}
/* loader inside btn */
.loadIt {
    position: relative;
}
.loadIt::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/loaderwhite.gif);
    background-position: center;
    background-size: 20%;
    background-repeat: no-repeat;
    z-index: 1;
}
.loadIt::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: .5;
    border-radius: 25px;
}
#simple-msg {
    color: red;
    margin-bottom: 13px;
}
#message {
    margin-bottom: 13px;
}
.desktop-view {
    display: block;
}
.mobile-view {
    display: none;
}
.section#about {
    background-position: right;
    background-repeat: no-repeat, repeat;
    background-image: url(../images/AI-project-development.png);
}
.section#about .about-image {
    display: none;
}
@media only screen and (max-width: 990px) {
    .mobile-view {
        display: block;
    }
    .section#about {
        background-image: unset;
    }
    .section#about .about-image {
        display: block;
    }
}
@media only screen and (max-width: 720px) {
    .desktop-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    /* .bg-home {
        background-image: url(../images/mobile/app-development-company.jpg)!important;
    }
    .bg-counter {
        background-image: url(../images/mobile/app-development-company.jpg)!important;
    }
    .bg-download {
        background-image: url(../images/mobile/app-development-company.jpg)!important;
    } */
}
@media only screen and (max-width: 578px) {
  h1{
    font-size: 40px;
    line-height: 1.4;
  }
  .main-banner p{
    padding-right: 0;
  }
    .clutchLeft h1 {
        padding: 25px 0 0 0;
    }
    .middle_menu {
        display: none;
    }
    .menu_links_wrap {
        width: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .blog_menu {
        display: none;
    }
    .menu_icons_wrap h2 {
        width: 100%;
    }
    .menu_card_outer {
        width: 100%;
    }
    .page_links {
        height: auto;
    }
    .footer_head h2 {
        margin-bottom: 10px;
        margin-top: 16px;
        font-size: 32px;
    }
    .clutchContainer {
        height: 100%;
        flex-direction: column;
    }
    .clutchSection {
        padding: 0;
    }
    .clutchLeft,
    .clutchRight {
        width: 100%;
        height: 100%;
        position: relative;
        padding: 5% 5% 5% 5%;
        min-height: 408px;
    }
    .clutchLeft h1,
    .clutchRight h1 {
        font-size: 30px;
        line-height: 36px;
        margin: 20px 0 10px 0;
        letter-spacing: 0px;
        letter-spacing: -.02em;
    }
    .clutchLeft p,
    .clutchRight p {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 1px;
    }
    .clutchLeftfooter,
    .clutchRightfooter {
        height: 60px;
        left: 0;
        width: 100%;
        text-align: center;
        bottom: 0px;
        position: relative;
    }
    .clutchLeftfooter button,
    .clutchRightfooter button {
        padding: 12px 40px 12px 15px;
    }
    img.clutchb {
        max-height: 70px;
    }
    .clutchlogoContainer {
        display: flex;
        justify-content: space-around;
        padding: 10px 5px 10px 5px;
    }
    img.forrester {
        width: 120px;
    }
    img.clutch_logo {
        width: 100px;
    }
    .clutchContainer {
        flex-direction: column;
        box-sizing: border-box;
        overflow: hidden;
    }
    .newsSectionR {
        padding: 0 15px 0 15px;
    }
    .newsSection {
        height: auto;
        width: 100%;
        display: block;
    }
    .newSec {
        display: block;
        vertical-align: unset;
    }
    h4.main_head {
        line-height: 40px;
        margin-top: 0px;
    }
}
@media only screen and (max-width: 500px) {
    .pt-5.learn-more-padding {
        padding-top: 0rem!important;
    }
    .bg-home {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .learn-more-btn {
        display: none;
    }
    .critarea-desc h5 {
        text-align: center;
    }
    .contact-us-button {
        text-align: center!important;
    }
    #form .mx-auto {
        margin-left: 0!important;
        margin-right: 0!important;
    }
    #form .w-75 {
        width: 100%!important;
    }
}
#faq h4 {
    margin-bottom: 20px;
    font-size: 16px;
}
#faq a {
    color: #ff5168;
}
#faq a:hover {
    color: #0056b3;
}
#faq .faq-content .underline {
    position: relative;
    margin: 40px 0;
    border-top: 1px solid #EEE;
}
@media (max-width: 768px) {
  .read-more-button{
    font-size: 1.8vw;
    top: 85%;
  }
}
@media (max-width: 500px) {
  .subscribe-form label{
    font-size: 12px;
  }
  .read-more-button {
    font-size: 3.8vw;
}
}
.section{
    height: unset;
}
body{
    overflow: auto;
}
.outer{
    height: unset;
}
body .form-control{
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: #F4F7FC;
    height: 60px;
    padding-left: 15px;
    width: 100%;
    margin: 0;
}
body textarea.form-control{
    height: unset;
}
.container{
    margin: 0 auto;
}


.cs-heading h4{
    font-size: 2.08vw;
    text-align: center;
    font-weight: 600;
    color: #101010;
}
.cs-heading p{
color: #626262;
line-height: 1.4;
font-weight: 400;
font-size: .9vw;
    padding: 1.1vw;
    text-align: center;
}
.cs-grid{
    display: grid;
    grid-template-columns: 30.4vw auto;
    margin-top: 2.2vw;
    background: #FFFFFF;
box-shadow: 0px 0px 47px rgba(0, 0, 0, 0.06);
border-radius: 8px;
}
.cs-grid1{
    position: relative;
}
.cs-grid-content.show{
    display: block;
}
.cs-grid-content{
    position: absolute;
    bottom: 0;
    padding-bottom: 2.9vw;
    display: none;
}
.cs-grid-content h4{
    color: #FFFFFF;
    font-weight: 600;
    padding: 0 2.9vw .6vw 2.9vw;
    font-size: 2.05vw;
    line-height: 1.5;
}
.cs-grid-content p{
    padding: 0 4vw 0 2.9vw;
    color: #FFFFFF;
    font-weight: 500;
    font-size: .83vw;
    line-height: 1.5;
}
.cs-grid1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cs-grid2{
    padding: 3vw 4.3vw 2vw 4.3vw;
}
.cs-grid2 .cs-grid2-form1 h4{
    color: #101010;
    font-weight: 600;
    font-size: 1.23vw;
    padding-bottom: 3.2vw;
}
.cs-grid2-form1 .split-field-group{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
    padding-bottom: 1.7vw;
}
.cs-grid2-form1 label{
    color: #919191;
    font-weight: 400;
    font-size: .82vw;
}
.cs-grid2-form1 input.error{
    background: #FFF2F2;
    border-bottom: 1.5px solid #DB333C;
}
.cs-grid2-form1 input{
    font-size: .82vw;
    box-sizing: border-box;
    margin: 0.3vw 0 0 0;
    width: 100%;
    padding: 0 .5vw;
    background: #F9F9F9;
    border-radius: 4px 4px 0px 0px;
    border-bottom:1.5px solid #D9D9D9;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    height: 2.6vw;
}
.cs-grid2-form1 input:focus{
    border-bottom: 1.5px solid #DB333C;
}
.cs-grid2-form1 label span{
    color: #EF0D33;
}
.cs-grid2-form1 .full-field-group{
    position: relative;
    padding-bottom: 1.7vw;
}
.cs-grid2-form1 span.cs-validation{
    display: block;
    opacity: 0;
    position: absolute;
    color: #D64242;
    font-weight: 400;
    font-size: .77vw;
}
.cs-grid2-form1 span.cs-validation.show{
    opacity: 1;
}
.cs-grid2-form1 span.cs-validation::before{
    content: '!';
    background: #D64242;
    color: white;
    padding: 0vw 0.34vw;
    border-radius: 50%;
    line-height: 0;
    margin-right: .3vw;
    font-size: .6vw;
}
.cs-grid2-form1 .form1-next:hover{
    background: #d60c2e;
}
.cs-grid2-form2 .form2-next:hover {
    background: #d60c2e;
}
.cs-grid2-form3 .form3-continue:hover {
    background: #d60c2e;
}
.cs-grid2-form1 .form1-next{
    font-weight: 600;
    color: #FFFFFF;
    background: #DB333C;
    border-radius: 4px;
    line-height: 0;
    padding: 1.3vw 3.9vw;
    display: inline-block;
    float: right;
    margin-top: 4.8vw;
    font-size: .7vw;
    cursor: pointer;
}
.cs-grid2-form1.show{
    display: block;
}
.cs-grid2-form1.hide{
    display: none;
}
.cs-grid2-form2.hide{
    display: none;
}
.cs-grid2-form2.show{
    display: block;
}
.cs-grid2-form3.hide{
    display: none;
}
.cs-grid2-form3.show{
    display: block;
}
.cs-select-style {
    position: relative;
    margin: 0.3vw 0 0 0;
  }
  
  .cs-select-style select {
    display: none; 
  }
  
  .cs-select-style .select-selected {
    background: #F9F9F9;
    border-bottom: 1.5px solid #D9D9D9;
  }
  
  .cs-select-style .select-selected:after {
    top: 1.2vw;
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: 1vw;
    width: .61vw;
    height: 0.4vw;
    border: unset;
  }
  
  .cs-select-style .select-selected.select-arrow-active:after {
    top: 1vw;
       transform: rotate(180deg);
       right: 1vw;
  }
  
  .cs-select-style .select-items div,.cs-select-style .select-selected {
    font-size: .82vw;
    padding: 1.3vw .6vw;
    color: #D8D8D8;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    line-height: 0;
  }
  .cs-select-style .select-items::-webkit-scrollbar {
    width: .3vw;
  }
  .cs-select-style .select-items::-webkit-scrollbar-thumb {
    background: #888; 
  }
  .cs-select-style .select-items {
    max-height: 13vw;
    overflow: auto;
    background-color: #F6F6F6;
    box-shadow: 1px 4px 20px -4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    color: #919191;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .cs-select-style .select-items div{
    color: #919191;
  }
  .cs-select-style .select-hide {
    display: none;
  }
  
  .cs-select-style .select-items div:hover, .cs-select-style .same-as-selected {
    background: #FBFBFB;
    border-left: unset !important;
  }
  .cs-grid2-form2 h4{
    color: #101010;
    font-weight: 600;
    font-size: 1.23vw;
    padding-bottom: 3.2vw;
  }
  .cs-grid2-form2 .split-field-group{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
    padding-bottom: 1.7vw;
  }
  .cs-grid2-form2 label{
    color: #919191;
    font-weight: 400;
    font-size: .82vw;
  }
  .cs-grid2-form2 textarea{
    font-size: .82vw;
    margin: 0 0 0 0;
    width: 100%;
    box-sizing: border-box;
    border: unset;
    background: #F9F9F9;
    border-radius: 4px 4px 0px 0px;
    height: 9.2vw;
    border-bottom: 1.5px solid #D9D9D9;
    padding: .5vw;
  }
  .cs-grid2-form2 label span{
    color: #EF0D33;
  }
  .cs-grid2-form2 .s-field p{
    font-size: .82vw;
    padding-top: .2vw;
    color: #909090;
  }
  .cs-grid2-form2 .form2-next{
    font-weight: 600;
    color: #FFFFFF;
    background: #DB333C;
    border-radius: 4px;
    line-height: 0;
    padding: 1.3vw 3.9vw;
    display: inline-block;
    float: right;
    margin-top: 4.8vw;
    font-size: .7vw;
    cursor: pointer;
  }
  .cs-grid2-form2 span.cs-validation.show{
    opacity: 1;
  }
  .cs-grid2-form2 span.cs-validation{
    display: block;
    opacity: 0;
    position: absolute;
    color: #D64242;
    font-weight: 400;
    font-size: .77vw;
  }
  .cs-grid2-form2 span.cs-validation::before{
    content: '!';
    background: #D64242;
    color: white;
    padding: 0vw 0.34vw;
    border-radius: 50%;
    line-height: 0;
    margin-right: .3vw;
    font-size: .6vw;
  }
  .cs-grid2-form2 textarea.error{
    background: #FFF2F2;
    border-bottom: 1.5px solid #DB333C;
  }
  .cs-grid2-form3 h4{
    color: #101010;
    font-weight: 600;
    font-size: 1.23vw;
    padding-bottom: 3.2vw;
  }
  .cs-grid2-form3 label{
    color: #919191;
    font-weight: 400;
    font-size: .82vw;
  }
  .cs-grid2-form3 .split-field-group{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
    padding-bottom: 1.7vw;
  }
  .form3-continue{
    font-weight: 600;
    color: #FFFFFF;
    background: #DB333C;
    border-radius: 4px;
    line-height: 0;
    padding: 1.3vw 2.9vw;
    display: inline-block;
    float: right;
    margin-top: 4.8vw;
    font-size: .7vw;
    cursor: pointer;
  }
  .contact_clicked::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 20%;
    background-repeat: no-repeat;
    z-index: 1;
}
.contact_clicked::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: .5;
}
.cs-grid2-form3 input{
    font-size: .82vw;
    box-sizing: border-box;
    margin: 0.3vw 0 0 0;
    width: 100%;
    padding: 0 .5vw;
    background: #F9F9F9;
    border-radius: 4px 4px 0px 0px;
    border-bottom: 1.5px solid #D9D9D9;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    height: 2.7vw;
}
.cs-grid2-form3 input:focus{
    border-bottom: 1.5px solid #DB333C;
}
.cs-select-style .select-selected.enable{
    color: #919191;
}
#signinButton:hover{
    background: #efefef;
}
#signinButton{
    margin-top: 4.8vw;
    color: #919191;
    line-height: 0;
    position: relative;
    padding: .4vw .4vw .4vw 0.4vw;
    font-size: .7vw;
    border: 1px solid #f4a7ab;
    background: white;
    font-weight: 300;
    cursor: pointer;
    border-radius: 4px;
}
.contact-step3 #signinButton img{
    top: unset;
    position: unset;
    height: unset;
    padding: .3vw .5vw;
    width: 2vw;
}
#signinButton span{
    float: right;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: .8vw;
}
.uniqu-field{
    display: none;
}
@media only screen and (max-width: 500px){
    .cs-select-style .select-items{
        max-height: 45vw;
    }
    .contact-step3 #signinButton img{
        width: 6vw;
        padding: 1.2vw 1.5vw;
        margin-right: 1.4vw;
    }
    #signinButton{
        padding: 2.3vw 1.7vw 2.3vw 1.4vw;
    font-size: 3.5vw;
    margin-top: 8.5vw;
    }
    #signinButton span {
        padding-top: 2.4vw;
    }
    .contact-step3{
        padding: 0vw 2.3vw;
    }
    .cs-heading h4{
        font-size: 6.67vw;
        /* font-size: 6.3vw; */
        text-align: revert;
    }
    .cs-heading p{
        font-size: 3.49vw;
    /* font-size: 3.3vw; */
    padding-top: 3.2vw;
    text-align: revert;
    }
    .cs-grid{
        grid-template-columns: auto;
        margin-top: 7.2vw;
        box-shadow: unset;
    }
    .cs-grid1 img{
        height: 35vw;
    }
    .cs-grid1{
        height: 35vw;
    }
    .cs-grid-content h4{
        font-size: 5.3vw;
    }
    .cs-grid-content p{
        font-size: 3.3vw;
    }
    .cs-grid2{
        padding: 4vw 0;
    }
    .cs-grid2 .cs-grid2-form1 h4{
        font-size: 4.6vw;
    }
    .cs-grid2-form1 .split-field-group{
        grid-template-columns: auto;
        padding-bottom: 4vw;
        gap: 4vw;
    }
    .cs-grid2-form1 label{
        font-size: 3.23vw;
    }
    .cs-grid2-form1 .full-field-group{
        padding-bottom: 4vw;
    }
    .cs-grid2-form1 input{
        padding: 0 2.5vw;
        font-size: 3.3vw;
        height: 9.6vw;
    }
    .cs-grid2-form1 span.cs-validation{
        font-size: 2.3vw;
    }
    .cs-grid2-form1 span.cs-validation::before{
        padding: 0vw 1vw;
        margin-right: 1.3vw;
        font-size: 2vw;
    }
    .cs-grid2-form1 .form1-next{
        font-size: 3.5vw;
        padding: 5vw 15.3vw;
        margin-top: 8.5vw;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
    .cs-grid2-form2 label{
        font-size: 3.23vw;
    }
    .cs-grid2-form2 h4{
        font-size: 4.6vw;
    }
    .cs-grid2-form2 .split-field-group{
        grid-template-columns: auto;
        padding-bottom: 4vw;
        gap: 4vw;
    }
    .cs-select-style .select-selected{
        font-size: 3.3vw;
        padding: 5.3vw 2vw;
    }
    .cs-select-style .select-selected:after{
        top: 5vw;
        right: 3.1vw;
        width: 3vw;
        height: 2vw;
    }
    .cs-select-style .select-selected.select-arrow-active:after{
        top: 4vw;
        right: 3.1vw;
    }
    .cs-select-style .select-items div, .select-selected{
        font-size: 3.3vw;
        padding: 3.69vw 2.6vw;
    }
    .cs-grid2-form2 textarea{
        font-size: 3.3vw;
        height: 29.2vw;
        padding: 1.5vw;
    }
    .cs-grid2-form2 .s-field p{
        font-size: 3.3vw;
    }
    .cs-grid2-form2 .form2-next{
        font-size: 3.5vw;
        padding: 5vw 15.3vw;
        margin-top: 8.5vw;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
    .cs-grid2-form2 span.cs-validation {
        font-size: 2.3vw;
    }
    .cs-grid2-form2 span.cs-validation::before {
        padding: 0vw 1vw;
        margin-right: 1.3vw;
        font-size: 2vw;
    }
    .cs-grid2 .cs-grid2-form3 h4 {
        font-size: 4.6vw;
    }
    .cs-grid2-form3 label {
        font-size: 3.23vw;
    }
    .cs-grid2-form3 .split-field-group {
        grid-template-columns: auto;
        padding-bottom: 4vw;
        gap: 4vw;
    }
    .cs-grid2-form3 input {
        padding: 0 2.5vw;
        font-size: 3.3vw;
        height: 9.6vw;
    }
    .cs-grid2-form3 .form3-continue {
        font-size: 3.5vw;
        padding: 5vw 15.3vw;
        margin-top: 8.5vw;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
}
@media only screen and (max-width: 4000px) and (min-width: 1452px) {
    .logo{
        width: 8.3vw;
        padding: 0.7vw 0.833vw 0.64vw;
        left: 1.92vw;
        box-shadow: 0px 0.128vw 1.2179vw 0.57vw rgb(239 13 51 / 10%);
    }
}
@media only screen and (max-width: 500px){
    .section.contact{
        padding: 0.5rem 0 7.5rem 0;
    }
    .pr-5, .px-5{
        padding-right: 1rem!important;
    }
    .about.section{
        padding: 0.5rem 0 7.5rem 0;
    }
}