@charset "utf-8";
/* CSS Document */
html{
  scroll-behavior: smooth;
}
body {
  margin:0px;
  padding:0px;
  font-size:16px !important;
  color:#1a1a1a;
  font-family: 'Red Hat Display', sans-serif !important;
  position: relative;
  background-color: #fff !important;
}
a{text-decoration:none !important;}
a:hover{text-decoration:none;}
h1, h2, h3, h4, h5, h6{
  font-family: 'Red Hat Display', sans-serif !important;
}
ul {list-style:none; margin:0; padding-left:0px !important}
* {
  box-sizing:border-box;
}
img {max-width: 100%;}
button:focus{outline:none !important;}
.checked {color: #ffd700;}
.stars i{font-size: 14px;padding: 2px;}

.fff9f9{background-color: #fff9f9}

.Left{
  width: 100%;
  text-align: left;
}
.Left ul{margin: 0;display: flex;}
.Left ul li{
  padding: 6px 15px;
  color: #252971;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.Right{
  width: 100%;
}
.Right ul{margin: 0;}
.Right ul{display: flex;justify-content: end;}
.Right ul li a{
  padding: 6px 15px;
  color: #fff;
  display: block;
  text-decoration: none;
}
.main-header {position: relative; padding:0;background: #fff;box-shadow: 0px 4px 14px rgba(217, 217, 217, 0.25);}

.main-header .logo{position: relative;width: 35%;}

.header-top{
  position: relative;
    padding: 6px 0;
    background: #181363;
    text-align: center;
    font-weight: bold;
    border-bottom: solid 1px #ddd;
}
.header-top p{
  margin-bottom: 0;
  color: #0b823b;
}
.callto{
  color: #fff;
  padding-right: 15px;
  font-size: 18px;
}
.h_top{
  position: relative;
  padding: 0;
}
.h_top::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 40%;
    background: #f6dc10;
    top: 0;
    z-index: -1;
    left: -25px;
    transform: skew(30deg);
}
.header-cta{display: inline-block;float: right;}
.header-cta ul{margin: 0}
.header-cta ul li {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #e1e1e140;
}
.header-cta ul li:first-child{margin-left: 0;}
.header-cta ul li:last-child{padding-right: 0; border-right: none;margin-right: 0;}
.header-cta ul li i {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
  color: #ff7350;
}
.header-cta .call-box {
    display: flex;
    text-align: left;
}
.call-box .icon {
    display: inline-block;
}
.header-cta .call-box .icon img {
    width: 35px;
}
.call-box .text {
    margin-left: 10px;
}
.call-box span {
    display: block;
    font-size: 12px;
    color: #fff;
}
.call-box a{color:#fff}

.subTT{
  font-weight: bold;
    color: #fe7350;
    font-size: 18px;
    border-bottom: solid;
    display: inline-block;
    margin-bottom: 15px;
}
.elementorMainTT{font-weight: bold;}
.elementor1Text p{text-align: justify;line-height: 28px;}

.hm-row{
  width: 100%;
  padding: 50px 0;
  background-color: #ff9600;
}
.hm-item{
  display: flex;
  align-items: center;
  margin-bottom: 15px;}
.hm-icon{
  width: 80px;
  height: 80px;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #4a1e75;
  border-radius: 100%;
  margin-right: 20px;
}
.hm-icon i {
  color: #fff;
  font-size: 25px;
}
.hm-cnt .hm-tt{
  font-size: 25px;
    font-weight: 700;
    color: #fff;
}
.hm-cnt a{
  letter-spacing: 0.01rem;
    font-style: normal;
    text-transform: none;
    font-size: 18px;
    color: #fff;
}
.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#fff; color:#666;border-radius: 5px;}
.MultiCarousel .MultiCarousel-inner .item > div p{margin-bottom: 5px;}
.MultiCarousel .MultiCarousel-inner .item > div .lead{
  font-weight: bold;
  line-height: 22px;
  height: 44px;
  color: #ff9600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.pad15 img{padding-bottom: 10px;padding-left: 10px;padding-right: 10px;}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
.MultiCarousel .leftLst { left:0; }
.MultiCarousel .rightLst { right:0; }

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
/*----------*/
.home-product-section {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.home-product-tab {
  width: 100%;
  background: #F2F2F2;
}
.home-product-tab .nav-tabs {
  border-bottom: 0 solid #FFF;
}
.home-product-tab .nav-tabs > li {
  width: 33.33%;
  float: left;
  margin: 0px;
}
.home-product-tab .nav-tabs > li{
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  cursor: pointer !important;
  background: #F2F2F2;
  border-color: transparent;
  border-right: 1px solid #ebe4db;
  border-radius: 0px;
  margin: 0px;
  padding: 20px 48px 20px 20px;
  line-height: 1.6;
}
.home-product-tab .nav-tabs > li:last-child{
  border: none;
}
.home-product-tab .nav-tabs > li .span_{
  font-size: 16px;
  color: #000;
  font-weight: 500;
  cursor: pointer !important;
}
.Ticon{margin-right: 15px;}
.Ticon i{font-size: 35px;color: #ff9600;}
.iconA{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #ff9600;
  color:#fff;
  font-size:25px;
  border-radius: 20%;
  margin-bottom: 10px;
}

/*------*/
.chances_f{
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  color: #252971;
  font-size: 18px;
  border: solid 2px #ddd;
}
.chances_f h2 {
  font-size: 35px;
  color: #252971;
  font-weight: 700;
  text-align: center;
    margin-bottom: 20px;
}
.elementor1Text a{
  color: #feb400;
  font-size: 18px;
}


.rs-services{
  width: 100%;
  padding: 40px 0;
}
.rs-services.style7 .services-item {
  position: relative;
}
.rs-services.style7 .services-item .img-part img {
  width: 100%;
}
.rs-services.style7 .services-item .content-part {
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 30px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.rs-services.style7 .services-item .icon-part img{
  width: 47px;
}
.rs-services.style7 .services-item .content-part .title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
}
.rs-services.style7 .services-item .content-part .title a {
  color: #ffffff;
}
.rs-services.style7 .services-item .content-part .title a:hover {
  color: #21a7d0;
  transition: all 0.3s ease;
}
.rs-services.style7 .services-item .content-part .desc {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
.rs-services.style7 .services-item:hover .content-part {
  top: -10px;
}
/*------------*/
.instructions {
  text-align: center;
  font-size: 20px;
  margin: 15vh;
}
.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  z-index: 101;
  display: none;
}
/*   This is the Popup Window   */
.delayedPopupWindow {
  display: none;
  position: fixed;
  width: auto;
  max-width: 480px;
  top: 50%;
  left: 50%;
  margin-left: -10%;
  margin-top: -15%;
  background-color: #efefef;
  border: 2px solid #333;
  z-index: 102;
  padding: 10px 20px;
}
/*   This is the closing button  */
#btnClose {
  width: 100%;
  display: block;
  text-align: right;
  text-decoration: none;
  color: #bcbcbc;
}
/*   This is the closing button hover state  */
#btnClose:hover {
  color: #c90c12;
}
/*   This is the description headline and paragraph for the form   */
#delayedPopup > div.formDescription {
  float: left;
  display: block;
  width: 100%;
  padding: 1% 3%;
  font-size: 18px;
  color: #666;
  clear: left;
}
/*   This is the styling for the form's headline   */
#delayedPopup > div.formDescription h2 {
  color: #444444;
  font-size: 36px;
  line-height: 40px;
}


#delayedPopup #mc_embed_signup {
  float: left;
  width: 100%;
  padding: 1%;
  display: block;
  font-size: 16px;
  color: #666;
  margin-left: 1%;
}

#delayedPopup #mc-embedded-subscribe {
  width: 100% !important;
  height: 40px !important;
  margin: 10px auto 0 auto;
  background: #5d9e62;
  border: none;
  color: #fff;
}
/*   This is the styling for the signup form submit button hover state  */
#delayedPopup #mc-embedded-subscribe:hover {
  background: #40c348;
  color: #fff;
  box-shadow: none !important;
  cursor: pointer;
}
/*--------------*/
.rs-cta {
  position: relative;
  padding: 50px 0;
}
.rs-cta .cta-img img {
  min-height: 425px;
  width: 100%;
}
.rs-cta .cta-content {
  position: absolute;
  width: 100%;
  max-width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rs-cta.style7 .partition-bg-wrap {
  background: none !important;
  position: relative;
}
.rs-cta-item{
  width: 100%;
  padding: 50px;
}

.rs-cta.style7 .partition-bg-wrap:after,
.rs-cta.style7 .partition-bg-wrap:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
.rs-cta.style7 .partition-bg-wrap:after {
  background: url(../img/1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.rs-cta.style7 .partition-bg-wrap:before {
  background: url(../img/2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
}
.sec-title2 .title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 800;
    color: #031a3d;
}
.white-color {
    color: #ffffff !important;
}
.readon {
  outline: none;
  padding: 12px 40px;
  border: 1px solid #21a7d0;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  color: #111111;
  background: #f3f8f9;
}
.readon.border-less {
    border: none;
}
.readon.border-less:hover {
    background: rgba(243, 248, 239, 0.8);
    color: #111111;
}
.readon:hover {
    background: #21a7d0;
    color: #ffffff;
}
/*--------*/

.rs-counter{padding: 80px 0}
.rs-counter .counter-item .rs-count {
    position: relative;
    display: inline-block;
    font-size: 42px;
    line-height: 1;
    color: #112958;
    padding-right: 25px;
    margin-bottom: 15px;
    font-weight: bold;
}
.rs-counter.style7 .counter-item .title {
    color: #54647b;
}
.rs-counter.style7 .counter-item .rs-count.purple-color {
    color: #c701f1;
}
.rs-counter.style7 .counter-item .rs-count.blue-color {
    color: #065ce8;
}
.rs-counter.style7 .counter-item .rs-count.pink-color {
    color: #f6075b;
}
.rs-counter.style7 .counter-item .rs-count.orange-color {
    color: #ffbc00;
}
.rs-counter .counter-item .rs-count:before {
    content: '';
    position: absolute;
    right: 0;
}
.rs-counter .counter-item .rs-count.percent:before {
    content: '%';
    right: -15px;
}
.rs-counter .counter-item .rs-count.plus:before {
    content: '+';
}

/*------*/

.faq-part{
  width: 100%;
  padding: 80px 0;
  background: #fff9f9;
}
.faq-main {
  padding: 60px 50px 70px;
  background: #f9f8f8;
}
.faq-main .title {
  font-size: 32px;
  color: #111111;
  line-height: 42px;
  font-weight: 700;
}

.accordion {
  width: 100%;
  max-width: 1000px;
}
.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  box-shadow: none;
  border: none !important;
}
.accordion-item-header {
  padding: 0.5rem 1rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-header.active{
  background-color: #ff5421;
  color: #fff;
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.8rem;
}
.faq-part .faq-img {
    background: url(../img/faq1.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 520px;
}
.media-icon {
    position: relative;
    display: inline-block;
    z-index: 1;
}

/*----------*/
.timeline{
  counter-reset: item 0;
  position: relative;
}

.timeline li{
  list-style: none;
  float: left;
  width: 50%;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bold;
  color: #184341;
  margin-bottom: 25px;
}
.timeline li span{
  display: inline-block;
  font-size: 24px;
}
.timelineDic{
  margin-bottom: 0;
  text-align: center;
  margin-top: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  font-size: 16px;
}
.timeline li:before{
  counter-increment: item;
  content: counter(item);
  width: 50px;
  height: 50px;
  border: 3px solid #ffd700;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 42px;
  margin: 0 auto 10px auto;
  background: #fff;
  color: #000;
  transition: all ease-in-out .3s;
  cursor: pointer;
}
.timeline li:hover:before{
  background: #000;
  color: #fff;
}

.timeline li.active{
  color: #555555;
}
.timeline li.active:before{
  background: #e21227;
  color: #F1F1F1;
}

.timeline li.active + li:after{
  background: #e21227;
}
/*-------*/
.ServItem{
  box-shadow: 0px 0px 24px -10px rgb(98 97 97 / 50%);
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 25px;
    overflow: hidden;
}
.ServItem .srvMain{
  padding: 15px 15px 25px 15px;
}
.ServItem .srvTT{
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
}
.ServItem .location{
  font-size: 14px;
  margin-bottom:15px;
}
/*-----------*/
.single-process {
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.single-process img {
  max-width: 100px;
  margin-bottom: 22px;
}

.single-process h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}

.single-process p {
  margin-bottom: 18px;
}

.single-process span {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #e21227;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-process:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-process:hover span {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 0 0 0 50px;
  font-size: 20px;
  line-height: 60px;
}
/*--------*/
.elementor-button{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1111;
}

.elementor-field-group{
  display: inline-block;
  width: 60%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 2px #022157;
  background-color: transparent;
  color: #022157;
  padding: 0.375rem 0.75rem;
  margin-right: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.elementor-field-group:focus {
    color: #022157;
    background-color: transparent;
    border-color: #022157;
    outline: 0;
    box-shadow: 0;
}
.animated-home-valign h4{
  color: #022157;
  font-weight: bold;
}
.animated-home-valign h1{
  color: #fff;
  font-weight: bold;
  font-size: 50px;
}
.animated-home-valign p{color: #fff;font-weight: bold;font-size: 18px}
/*---------*/
.rle_pagetitle_wrapper.style_2 {
    background-image: url(../img/brdcrm_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}
.rle_bottompadder40 {
    padding-bottom: 40px;
}
.rle_toppadder40 {
    padding-top: 40px;
}
.rle_pagetitle_wrapper .page_title {
    float: left;
    width: 100%;
}
.rle_pagetitle_wrapper.style_2 .page_title h2 {
    color: #ffffff;
}
.rle_pagetitle_wrapper .page_title h2 {
    float: left;
    width: 100%;
    font-size: 40px;
    margin: 0px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
}
ul.breadcrumb {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    justify-content: center;
}
ul.breadcrumb li {
    margin-right: 10px;
    color: #ffffff;
}
ul.breadcrumb li a {
    color: #ffffff;
}
ul.breadcrumb li a {
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*--------*/
.home-main{
  width: 100%;
  padding: 60px 0 20px;
}
.land-pack{
  margin: 0px 0px 0px 0px;
  text-align: center;
}
.land-pack ul{
  position:relative;
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.land-pack ul li{
  /*width: 24.6666%;*/
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 20px;
}
.land-pack a{text-decoration: none;}
.land-pack-grid{
  display:inline-block;
  position:relative;
  overflow:hidden;
  /*height: 250px;*/
  box-sizing:border-box;
  border-radius: 2px;
  background-color: transparent;
  background-clip: border-box;
  /*box-shadow: 0 2px 4px rgba(37, 39, 42, 0.15);*/
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
}
.land-pack-grid:hover .land-pack-grid-text{
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  transition:all .5s ease;
}
.land-pack-grid:hover .land-pack-grid-btn{
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  transition:all .5s ease;
  color: #3330;
}
.land-pack-grid-img{height: 190px;overflow: hidden;}
.land-pack-grid-img img{
  width:190px;
  transition:all .5s ease;
  height: 190px;
  object-fit: cover;
  border-radius: 25px !important;
  border: solid #ffd700 1px;
  padding: 2px;
}

.land-pack-grid-text h5{
  margin-top: 10px;
  line-height: 22px;
  font-weight: 600;
  text-align:center;
  width: 100%;
  text-align: center;
  color: #0f073a;
}
.elementor{
  width: 100%;
  padding: 50px 0;
}
.elementor1{
  width: 100%;
  padding: 50px 0;
  background-image: url(../img/bg2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.infobox{
  background-color: #fff;
  width: 100%;
  position: relative;
  border-radius: 10px 0px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    z-index: 111;
}
.infoboximg{height: 120px;width: 30%; overflow: hidden;}
.infoboximg img{width: 100%;height: 100%;object-fit: fill;}
.infoboxText{
  width: 70%;
  padding: 10px 15px;
}
.infoboxText h5{
  font-size: 16px;font-weight: bold;
  color: #222;
}
.infoboxText p{
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 14px;
  height: 36px;
  overflow: hidden;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.readMore{
  display: block;
  padding-top: 5px;
  text-decoration: none;
  color: #004eff;
  font-size: 12px;
}
.curve{
  position: relative;
  padding-bottom: 180px !important;
}
.curve:before {
  content: "";
  display: block;
  background: url(../img/corve.png) top repeat-x;
  background-size: auto 100%;
  height: 285px;
  left: 0px;
  right: 0px;
  position: absolute;
  bottom: 0;
  padding: 0;
}
.elementor-9 {
    background-image: url(../img/dots-shape.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 16% auto;
    opacity: 1;
    transition: background .3s,border-radius .3s,opacity .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 70px 0 70px;
    background-color:#fff;
}
.elementskit-section-subtitle{color: #68778c;font-size: 18px;font-weight: bold;}
.elementor-9 .elementorPopulated{
  box-shadow: 0px 0px 24px -10px rgb(98 97 97 / 50%);
    padding: 15px 10px;
    border-radius: 15px;
    text-align: center;
    background-color: #fff;
    height: 250px;
}
.elementorPopulatedIcon{
  margin: auto;
  height: 70px;
  margin-bottom: 20px;
}
.elementorPopulatedIcon img{height: 100%;}
.elementorPopulatedText h6{
  font-weight: bold;
}
/*--------------*/

.table2 table {
  width: 100%;
  position: relative;
  color: black;
  border-collapse: collapse;
  text-align: left;
}
/*table thead,
table tbody,
table thead th {
  display: block;
}
table th,
table td {
  padding: 15px 10px 0;
  height: 110px;
  box-sizing: border-box;
  overflow: hidden;
  min-width: 130px;
  font-size: 12px;
  text-overflow: ellipsis;
}
table th {
  padding-top: 45px;
}
table thead {
  float: left;
  white-space: nowrap;
}*/
.table2 table thead tr th {
  white-space: nowrap;
  border-bottom: none;
  border-right: none;
  background-color: #e87e21;
  padding-left: 20px;
  font-weight: bold;
  height: 60px;
  color: #fff;
  font-size: 20px;
}

.table2 table thead tr th:nth-child(even) {
  background-color: #ed9a51;
}
/*table tbody {
  width: auto;
  position: relative;
  overflow-x: auto;
}
table tbody tr {
  display: table-cell;
}*/
.table2 table tbody tr td {
  color: #000;
  border-bottom: 1px solid #E6E4E4;
  border-right: 1px solid #E6E4E4;
  padding: 10px 20px;
  font-size: 16px;
}
.table2 table tbody tr td:first-child {
  border-top: 1px solid transparent;
  white-space: nowrap;
  height: 60px;
  padding: 20px 20px;
  color: white;
  font-size: 20px;
  font-weight: 500;
  font-size: 18px;
}
.table2 table tbody tr td:nth-child(even) {
  background: #F8F8F8;
  border-right: 1px solid #E6E4E4;
}

/* Colored Columns Loop */
.table2 table tbody tr:nth-child(1) td:first-child:nth-child(odd) {
  background-color: #1EBD9C;
  border-bottom: 1px solid #1EBD9C;
  border-right: 1px solid #1EBD9C;
}
.table2 table tbody tr:nth-child(1) td:nth-child(odd) {
  background-color: #b4f3e6;
  border-bottom: 1px solid #b4f3e6;
  border-right: 1px solid #b4f3e6;
}
.table2 table tbody tr:nth-child(1) td:nth-child(even) {
  background-color: #88ecd7;
  border-bottom: 1px solid #88ecd7;
  border-right: 1px solid #88ecd7;
}

.table2 table tbody tr:nth-child(2) td:first-child:nth-child(odd) {
  background-color: #E87E21;
  border-bottom: 1px solid #E87E21;
  border-right: 1px solid #E87E21;
}
.table2 table tbody tr:nth-child(2) td:nth-child(odd) {
  background-color: #fbe9da;
  border-bottom: 1px solid #fbe9da;
  border-right: 1px solid #fbe9da;
}
.table2 table tbody tr:nth-child(2) td:nth-child(even) {
  background-color: #f6cfac;
  border-bottom: 1px solid #f6cfac;
  border-right: 1px solid #f6cfac;
}

.table2 table tbody tr:nth-child(3) td:first-child:nth-child(odd) {
  background-color: #A5C72B;
  border-bottom: 1px solid #A5C72B;
  border-right: 1px solid #A5C72B;
}
.table2 table tbody tr:nth-child(3) td:nth-child(odd) {
  background-color: #ebf4ca;
  border-bottom: 1px solid #ebf4ca;
  border-right: 1px solid #ebf4ca;
}
.table2 table tbody tr:nth-child(3) td:nth-child(even) {
  background-color: #daeba0;
  border-bottom: 1px solid #daeba0;
  border-right: 1px solid #daeba0;
}

.table2 table tbody tr:nth-child(4) td:first-child:nth-child(odd) {
  background-color: #745BC8;
  border-bottom: 1px solid #745BC8;
  border-right: 1px solid #745BC8;
}
.table2 table tbody tr:nth-child(4) td:nth-child(odd) {
  background-color: #f5f4fb;
  border-bottom: 1px solid #f5f4fb;
  border-right: 1px solid #f5f4fb;
}
.table2 table tbody tr:nth-child(4) td:nth-child(even) {
  background-color: #d5ceee;
  border-bottom: 1px solid #d5ceee;
  border-right: 1px solid #d5ceee;
}

.table2 table tbody tr:nth-child(5) td:first-child:nth-child(odd) {
  background-color: #2E97DE;
  border-bottom: 1px solid #2E97DE;
  border-right: 1px solid #2E97DE;
}
.table2 table tbody tr:nth-child(5) td:nth-child(odd) {
  background-color: #deeffa;
  border-bottom: 1px solid #deeffa;
  border-right: 1px solid #deeffa;
}
.table2 table tbody tr:nth-child(5) td:nth-child(even) {
  background-color: #b2d9f3;
  border-bottom: 1px solid #b2d9f3;
  border-right: 1px solid #b2d9f3;
}

.table2 table tbody tr:nth-child(6) td:first-child:nth-child(odd) {
  background-color: #334A5F;
  border-bottom: 1px solid #334A5F;
  border-right: 1px solid #334A5F;
}
.table2 table tbody tr:nth-child(6) td:nth-child(odd) {
  background-color: #97b0c7;
  border-bottom: 1px solid #97b0c7;
  border-right: 1px solid #97b0c7;
}
.table2 table tbody tr:nth-child(6) td:nth-child(even) {
  background-color: #7697b5;
  border-bottom: 1px solid #7697b5;
  border-right: 1px solid #7697b5;
}
.table2 table tbody tr:nth-child(7) td:first-child:nth-child(odd) {
  background-color: #745BC8;
  border-bottom: 1px solid #745BC8;
  border-right: 1px solid #745BC8;
}
.table2 table tbody tr:nth-child(7) td:nth-child(odd) {
  background-color: #f5f4fb;
  border-bottom: 1px solid #f5f4fb;
  border-right: 1px solid #f5f4fb;
}
.table2 table tbody tr:nth-child(7) td:nth-child(even) {
  background-color: #d5ceee;
  border-bottom: 1px solid #d5ceee;
  border-right: 1px solid #d5ceee;
}

.table2 table tbody tr:nth-child(8) td:first-child:nth-child(odd) {
  background-color: #334A5F;
  border-bottom: 1px solid #334A5F;
  border-right: 1px solid #334A5F;
}
.table2 table tbody tr:nth-child(8) td:nth-child(odd) {
  background-color: #97b0c7;
  border-bottom: 1px solid #97b0c7;
  border-right: 1px solid #97b0c7;
}
.table2 table tbody tr:nth-child(8) td:nth-child(even) {
  background-color: #7697b5;
  border-bottom: 1px solid #7697b5;
  border-right: 1px solid #7697b5;
}

.table2 table tbody tr:nth-child(9) td:first-child:nth-child(odd) {
  background-color: #E87E21;
  border-bottom: 1px solid #E87E21;
  border-right: 1px solid #E87E21;
}
.table2 table tbody tr:nth-child(9) td:nth-child(odd) {
  background-color: #fbe9da;
  border-bottom: 1px solid #fbe9da;
  border-right: 1px solid #fbe9da;
}
.table2 table tbody tr:nth-child(9) td:nth-child(even) {
  background-color: #f6cfac;
  border-bottom: 1px solid #f6cfac;
  border-right: 1px solid #f6cfac;
}

.table2 table tbody tr:nth-child(10) td:first-child:nth-child(odd) {
  background-color: #1EBD9C;
  border-bottom: 1px solid #1EBD9C;
  border-right: 1px solid #1EBD9C;
}
.table2 table tbody tr:nth-child(10) td:nth-child(odd) {
  background-color: #b4f3e6;
  border-bottom: 1px solid #b4f3e6;
  border-right: 1px solid #b4f3e6;
}
.table2 table tbody tr:nth-child(10) td:nth-child(even) {
  background-color: #88ecd7;
  border-bottom: 1px solid #88ecd7;
  border-right: 1px solid #88ecd7;
}
.table2 table tbody tr:nth-child(11) td:first-child:nth-child(odd) {
  background-color: #ffda00;
  border-bottom: 1px solid #ffda00;
  border-right: 1px solid #ffda00;
}
.table2 table tbody tr:nth-child(11) td:nth-child(odd) {
  background-color: #f4dc4e;
  border-bottom: 1px solid #f4dc4e;
  border-right: 1px solid #f4dc4e;
}
.table2 table tbody tr:nth-child(11) td:nth-child(even) {
  background-color: #fbf3c2;
  border-bottom: 1px solid #fbf3c2;
  border-right: 1px solid #fbf3c2;
}
.table2 table tbody tr:nth-child(12) td:first-child:nth-child(odd) {
  background-color: #334A5F;
  border-bottom: 1px solid #334A5F;
  border-right: 1px solid #334A5F;
}
.table2 table tbody tr:nth-child(12) td:nth-child(odd) {
  background-color: #97b0c7;
  border-bottom: 1px solid #97b0c7;
  border-right: 1px solid #97b0c7;
}
.table2 table tbody tr:nth-child(12) td:nth-child(even) {
  background-color: #7697b5;
  border-bottom: 1px solid #7697b5;
  border-right: 1px solid #7697b5;
}
.table2 table tbody tr:nth-child(13) td:first-child:nth-child(odd) {
  background-color: #2E97DE;
  border-bottom: 1px solid #2E97DE;
  border-right: 1px solid #2E97DE;
}
.table2 table tbody tr:nth-child(13) td:nth-child(odd) {
  background-color: #deeffa;
  border-bottom: 1px solid #deeffa;
  border-right: 1px solid #deeffa;
}
.table2 table tbody tr:nth-child(13) td:nth-child(even) {
  background-color: #b2d9f3;
  border-bottom: 1px solid #b2d9f3;
  border-right: 1px solid #b2d9f3;
}
.table2 table tbody tr:nth-child(14) td:first-child:nth-child(odd) {
  background-color: #950b95;
  border-bottom: 1px solid #950b95;
  border-right: 1px solid #950b95;
}
.table2 table tbody tr:nth-child(14) td:nth-child(odd) {
  background-color: #f6aaf6;
  border-bottom: 1px solid #f6aaf6;
  border-right: 1px solid #f6aaf6;
}
.table2 table tbody tr:nth-child(14) td:nth-child(even) {
  background-color: #f55ef5;
  border-bottom: 1px solid #f55ef5;
  border-right: 1px solid #f55ef5;
}
.table2 table tbody tr:nth-child(15) td:first-child:nth-child(odd) {
  background-color: #2E97DE;
  border-bottom: 1px solid #2E97DE;
  border-right: 1px solid #2E97DE;
}
.table2 table tbody tr:nth-child(15) td:nth-child(odd) {
  background-color: #deeffa;
  border-bottom: 1px solid #deeffa;
  border-right: 1px solid #deeffa;
}
.table2 table tbody tr:nth-child(15) td:nth-child(even) {
  background-color: #b2d9f3;
  border-bottom: 1px solid #b2d9f3;
  border-right: 1px solid #b2d9f3;
}
/*---------Counter ----------*/
.counter-main {
    background-image: url(../img/bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition: background .3s,border-radius .3s,opacity .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 70px 0 70px;
    background-color:#f9f9f9;
    color: #0d2333;
    border-radius: 100px 100px 0 0;
}

.counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}
.counter-container span{
  font-size: 18px;
  font-weight: bold;
}
.counter {
  font-size: 60px;
  margin-top: 10px;
}

@media (max-width: 580px) {
  body {
    flex-direction: column;
  }
  .counter-container{
      margin:0 0 20px 0;
  }
  .counter{
      font-size:30px;
  }
  .counter-main{padding-bottom:15px;}
  .fa-3x{font-size:2em;}
}
/*-------*/
.elementor-9 a{text-decoration: none;}
.elementorState{
  box-shadow: 0px 0px 24px -10px rgb(98 97 97 / 50%);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 25px;
}
.elementorStateIcon{
  margin: auto;
}
.elementorStateIcon img{height: 100%;}
.elementorStateText h6{
  font-weight: bold;
  color: #222;
  font-size: 18px;
}
/*----------*/
.eligibility{padding: 10px;}
.eligibility ul{padding-left: 12px !important;}
.eligibility ul li {
  padding-bottom: 5px;
  font-size: 14px;
  list-style: square;
  font-weight: 600;
}
.elementor10{
  width: 100%;
  padding: 50px 0;
  background-color: #fff;
}
.noticeElementor {
    width: 100%;
    height: 80vh;
    padding: 50px 20px;
    background: #022157;
    color: #fff;
    margin: 1em auto;
}
.microsoft{
  width: 100%;
    height: 50vh;
    overflow: hidden;
    
    position: relative;
    box-sizing: border-box;
}
.marquee {
    position: relative;
    box-sizing: border-box;
    animation: marquee 10s linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
}

/* Make it move! */

@keyframes marquee{
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}

/* Style the links */
.vanity {
    color: #333;
    text-align: center;
    font: .75em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.vanity a, .microsoft a {
    color: #fff;
    transition: color .5s;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    line-height: 1.6;
    font-size: 18px;
    display: flex;
}

.vanity a:hover, .microsoft a:hover {
    color: #022157;
}
.vanity a i, .microsoft a i{
  padding-top: 6px;
  margin-right: 10px;
  color: #022157;
}

/*-----*/
.contact-sec{
  width: 100%;
  padding: 50px 0 50px;
  border-top: solid 1px #ffd700;
  background-color: #ffd700;
  position: relative;
  color: #000;
}
.contact-sec h4{
  margin-top: 0;
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0px;
}
.contact-sec p{
  font-size: 18px;
  line-height: 34px;
}
.contact-sec .form-ss{
  width: 100%;
}

/*-------------*/
.reffer{
  width: 100%;
  padding: 50px 0;
}
.slider{position: relative;padding: 50px 0;}
.slider .buttons {
  z-index: 1;
  right: 50%;
  top: 261px;
  width: 80px;
  height: 40px;
  position: absolute;
  border-radius: 50px;
  transform: translateX(50%);
  background-color: #FFFFFF;
}
.slider .buttons .previous,
.slider .buttons .next {
  width: 50%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.slider .buttons .previous {
  left: 0;
  background-image: url("https://alcs-slider.netlify.app/images/icon-prev.svg");
}
.slider .buttons .previous:hover {
  transform: scale(1.25);
}
.slider .buttons .next {
  right: 0;
  background-image: url("https://alcs-slider.netlify.app/images/icon-next.svg");
}
.slider .buttons .next:hover {
  transform: scale(1.25);
}
.slider .slide {
  display: flex;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
.slider .slide .testimonial {
  padding: 32px 51px;
  background-size: 60px;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(https://alcs-slider.netlify.app/images/pattern-quotes.svg);
}
.slider .slide .testimonial blockquote {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 36px;
}
.slider .slide .testimonial .author {
  font-size: 15px;
  font-weight: 700;
}
.slider .slide .testimonial .author span {
  display: block;
  color: #babacf;
  font-weight: 500;
}
.slider .slide .slider-img {
  width: 100%;
  padding: 30px;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://alcs-slider.netlify.app/images/pattern-bg.svg);
}
.slider .slide .slider-img img {
  width: 240px;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 16px 40px 0px rgba(135, 105, 210, 0.4);
}
.slider .slide .active {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition-delay: 0.4s;
}

@media screen and (min-width: 600px) {
  {
    max-width: 800px;
  }
  .slider .buttons {
    top: 280px;
  }

}
@media screen and (min-width: 900px) {
  .slider .buttons {
    right: 37%;
    top: 430px;
  }
  .slider .slide {
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: row;
  }
  .slider .slide .testimonial {
    padding: 32px 0 0 0;
    background-size: 80px;
    background-position: 19% -7%;
    transform: translateX(100px);
  }
  .slider .slide .testimonial blockquote {
    font-size: 24px;
    line-height: 30px;
  }
  .slider .slide .testimonial .author span {
    display: contents;
  }
  .slider .slide .slider-img {
    padding: 55px;
  }
  .slider .slide .slider-img img {
    width: 400px;
  }
}

/*--------*/
.cta-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.cta-title.video-title h2{
    font-size: 68px;
}
.cta-title h2 {
  padding-bottom: 0;
  font-size: 50px;
color: #fff;
}
.cta-title h2 span{
    color: #fe7350;
    text-decoration: underline;
}
.cta-title h3{padding-bottom: 0; font-size:18px; color: #125875; text-transform: uppercase;}
.cta-title p{font-size: 18px;
color: #fff; margin-top: 15px;}
.cta-title h2::before{content: none;}
.cta-content p {
  color: #fff;
  padding-right: 80px;
  margin-bottom: 35px;
}
.cta-btn .btn{
    border: 1px solid #ff7350;
}
.cta-btn .btn:hover{
        border: 1px solid #125875;
}
.cta-btn .btn::before{background: #125875;}


.cta-btn2 .btn{
    border: 1px solid #125875;
    background: #1f1f1f;
}
.cta-btn2 .btn:hover{
        border: 1px solid #4ea9b4;
}
.cta-btn2 .btn::before{background: #4ea9b4;}
.ptr{
  display: inline;
  color: #fff;
  margin-bottom: 0;
}
/*--------------*/

.rs-footer {
  background-color: #f9f9f9;
  /*background-image: url(../img/footer-bg.png);
  background-size: cover;*/
}
.rs-footer.home9-style .footer-top {
  padding: 40px 0 50px;
}
.rs-footer.home9-style .footer-top .widget-title {
  color: #0d2333;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
  position: relative;
}
.rs-footer.home9-style .footer-top .widget-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 40px;
  background: #f4bf00;
}
.rs-footer.home9-style .footer-top .site-map li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 11px;
}
.rs-footer.home9-style .footer-top .site-map li a {
  color: #0d2333;
}
.rs-footer.home9-style .footer-top .site-map li a:hover {
  color: #f4bf00;
}
.rs-footer.home9-style .footer-top .site-map li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #f4bf00;
}
.rs-footer.home9-style .footer-top .site-map li:last-child {
  margin-bottom: 0;
}
.rs-footer.home9-style .footer-top .address-widget li {
  position: relative;
  margin-bottom: 16px;
}
.rs-footer.home9-style .footer-top .address-widget li i {
  position: absolute;
}
.rs-footer.home9-style .footer-top .address-widget li i:before {
  color: #f4bf00;
}
.rs-footer.home9-style .footer-top .address-widget li .desc {
  padding-left: 35px;
  color: #0d2333;
}
.rs-footer.home9-style .footer-top .address-widget li .desc a {
  color: #0d2333;
}
.rs-footer.home9-style .footer-top .address-widget li .desc a:hover {
  color: #f4bf00;
}
.rs-footer.home9-style .footer-top .address-widget li:last-child {
  margin-bottom: 0;
}
.rs-footer.home9-style .footer-top.no-gap {
  padding-top: 93px;
}
.rs-footer.home9-style .footer-top .recent-post {
  display: flex;
}
.rs-footer.home9-style .footer-top .recent-post .post-img {
  width: 130px;
  float: left;
  padding-right: 15px;
}
.rs-footer.home9-style .footer-top .recent-post .post-img img {
  border-radius: 4px;
}
.rs-footer.home9-style .footer-top .recent-post .post-item .post-desc a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
}
.rs-footer.home9-style .footer-top .recent-post .post-item .post-desc a:hover {
  color: #f4bf00;
}
.rs-footer.home9-style .footer-top .recent-post .post-item .post-date {
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
}
.rs-footer.home9-style .footer-top .recent-post .post-item .post-date i {
  font-size: 13px;
  color: #f4bf00;
  padding-right: 5px;
}
.rs-footer.home9-style .footer-bottom {
  padding: 40px 0;
  background: transparent;
  position: relative;
}
.rs-footer.home9-style .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #0d2333;
}
.rs-footer.home9-style .footer-bottom .copyright a {
  color: #f4bf00;
}
.rs-footer.home9-style .footer-bottom .copyright a:hover {
  color: #21a7d0;
}
.rs-footer.home9-style .footer-bottom .footer-logo a {
  display: inline-block;
}
.rs-footer.home9-style .footer-bottom .footer-logo a img {
  max-width: 80px;
}
.rs-footer.home9-style .footer-bottom .footer-social {margin-bottom: 0}
.rs-footer.home9-style .footer-bottom .footer-social li {
  display: inline;
  margin-right: 5px;
}
.rs-footer.home9-style .footer-bottom .footer-social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background: #f4bf00;
  color: #ffffff;
  text-align: center;
}
.rs-footer.home9-style .footer-bottom .footer-social li a:hover {
  color: #ffffff;
  background: #273c66;
}
.rs-footer.home9-style .footer-bottom .footer-social li:last-child {
  margin: 0;
}
.rs-footer.home9-style .footer-bottom:before {
  background: rgba(255, 255, 255, 0.1);
}

.cnt_add a{font-size: 16px;color: #000}
.cnt_add a i{margin-right: 10px}

@media only screen and ( max-width: 767px ) {
  header .login-ph,header .signup-ph{display: block;}
  header .login,header .signup{display: none;}
  .main-header .hdr-top .content {padding-left: 0;}
  .main-header .hdr-top .content {justify-content: center;}
  .main-header .hdr-top::before,ul.booking-icons-row li:not(:last-child) .booking-icons:after{display: none;}
  .main-header .hdr-top{background-color: #1A1A1A;}
  .main-header .hdr-top .content{justify-content: right;}
  .hdr-top .btn {padding: 8px 11px;}
  ./*header-top{display: none;}*/
  .main-header{padding: 10px 0;}
  .main-header .logo{width: 12%;}
  .timeline li{width: 100%}
  .fix-footer {display: block;}
  .rs-cta.style7 .partition-bg-wrap::after, .rs-cta.style7 .partition-bg-wrap::before{
    width: 100%;
    height: 50%;
  }
  .rs-cta.style7 .partition-bg-wrap::after {
    bottom: unset;
    top: 0;
  }
  .sec-title2 .title {
    font-size: 30px;
    line-height: 36px;
  }
  .rs-services.style7 .services-item{margin-bottom: 20px;height: 230px;overflow: hidden;}
  .rs-cta-item{padding: 20px 0}
  .counter-item{padding: 30px 0}
  .rs-counter {padding: 10px 0;}
  .call-box a{font-size: 12px}
  .header-cta .call-box .icon img{width: 25px}
  .header-cta .call-box{align-items: center;}
  .h_top::before{width: 15%;}
  .faq-part .faq-img{display: none;}
  .faq-main{padding: 15px}
  .table2 table tbody tr td:first-child{
    white-space: normal;
    font-size: 13px;
    padding: 10px;
    height: auto;
  }
  .table2 table tbody tr td{
    white-space: normal;
    font-size: 13px;
    padding: 10px;
    height: auto;
  }
  .callto {color: #fff;padding: 8px;padding: 8px 8px 8px 0px;font-size: 13px;}
  .home-product-tab .nav-tabs > li{width: 100%;border-bottom: 1px solid #fdbd62;border-right: none;}
  .delayedPopupWindow{margin-left: -40%;margin-top: -65%;}
}