@font-face {
  font-family: "Lato-Bold";
  src: url("fonts/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("fonts/Montserrat-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Roboto-Black";
  src: url("fonts/Roboto-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Regular";
  src: url("fonts/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("fonts/Montserrat-Regular.otf") format("opentype");
}

body {
  font-family: "Montserrat-Regular";
}
a {
  text-decoration: none;
}

/*---------------------- header Start -----------------------*/
.top-header{
  padding: 15px;
  background: #ffffff;
}
.top-header a{
  margin: 8px;
  text-decoration: none;
}
.top-header .fa-stack-1x {
  line-height: inherit;
  color: #fff;
}
.top-header .fa-stack-2x {
  font-size: 2em;
  color: #2b88e2;
}
.top-header .right-side{
  text-align: right;
}
.top-header .support{
  color: #2b88e2;
  font-size: 16px;
}
.top-header .support img{
  width: 25px;
    margin-top: -10px;
}
.top-header .btn-login {
  border-radius: 20px;
 background-color: #69da65;
  width: 130px;
  color: #fff;
}
.top-header .btn-signup {
  border-radius: 20px;
 background-color: #2c8ae2;
  width: 130px;
  color: #fff;
}
.header{
  background: url(images/header-background-2.svg);
  background-color: #ffffff;
  /* background-size: 100% ,100%; */
  background-size: cover;
  /* background-position-y: 0px; */
  /* background-position: 100% , -202px; */
  background-repeat: no-repeat;
  width: 100%;
  height: 835px;
}
.navbar-light{
  padding-top: 20px;
}
.navbar-light .navbar-brand{
  width:150px;
}
.navbar-light .navbar-brand img{
  width: 100%;
  height: 100%;
}
.navbar-light .navbar-nav .nav-item{
  margin: 10px;
}
.navbar-light .navbar-nav .nav-item.btn-contact{
  margin-left: 30px;
}
.navbar-light .navbar-nav .nav-item.btn-contact .nav-link{
  border-radius: 20px;
  background-color: #fefeff;
  width: 130px;
  /* height: 31px; */
  color: #2c8ae2 !Important;
  text-align: center;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-light .navbar-nav .nav-item.btn-contact .nav-link:hover{
  background-color:#69da65;
  color:#fefeff !Important;
}
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position:relative;
}
.dropdown-submenu>.dropdown-menu {
  top:0;
  left:100%;
  margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
} 


.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .025rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-top: 5px solid #66d962;
  border-radius: .55rem;
}
.navbar-light .navbar-nav .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: none;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2b88e3;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.navbar-light .navbar-nav .nav-link{
font-size: 18px;
color: #ffffff;
font-family: "Lato-Regular";
font-weight: 400;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
  color: #ffffff;
}
.navbar-light .navbar-toggler {
  color: rgba(255,255,255,.9);
  border-color: rgba(255,255,255,.9);
}
.banner-text{
  padding-top: 80px;
}
.banner-text .banner-title{
font-size: 52px;
line-height: 60px;
color: #fefbfb;
font-family: "Montserrat-Bold";
font-weight: 700;
margin-bottom: 20px;
}
.banner-title span{
  font-family: "Montserrat-Regular";
}
.banner-text p{
  line-height: 30px;
    color: #ffffff;
    text-align: justify;
    /* font-family: "Lato-Regular"; */
    font-weight: normal;
    margin-bottom: 0px;
}
.banner-text .banner-buttons{
  margin-top: 20px;
  /* padding-bottom: 50px; */
}
.banner-buttons a{
width: 175px;
border-radius: 20px;
filter: drop-shadow(8.388px 12.436px 12.5px rgba(2, 2, 2, 0.1));
background-color: #ffffff;
font-size: 18px;
color: #2b8ae3;
font-weight: 700;
margin: 20px;
margin-left: 0px;
}
.banner-buttons a:hover{
  background: #69da65;
  color: #ffffff;
}
.col-md-6.banner-right{
  padding-left: 0px;
  padding-right: 0px;
}
.banner-text .banner-img{
  position: absolute;
}
.banner-text .banner-img2{
  position: absolute;
  width: 90%;
}
.banner-text .banner-img img{
  width: 110%;
}
.heading{
  color: #2c8ce2;
  font-size: 46px;
  font-family: "Montserrat-Bold";
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}
.heading span{
  color: #66d962;
  font-size: 46px;
  font-family: "Montserrat-Regular";
  line-height: 50px;
}
.heading .span1{
  color: #66d962;
  font-size: 46px;
  font-family: "Montserrat-Bold";
  line-height: 50px;
}
.sub-heading{
  color: #2c8ce2;
  font-size: 32px;
  font-family: "Montserrat-Bold";
  line-height: 50px;
  font-weight: 700;
}
.sub-heading span{
  color: #66d962;
  font-size: 32px;
  font-family: "Montserrat-Regular";
  line-height: 50px;
}


/*---------------------- Header Ends -----------------------*/

/*---------------------- About Us Start -----------------------*/
.about-us{
  padding-top: 80px;
  padding-bottom: 30px;
}
.about-us .about-details{
  padding-top:60px;
}
.about-us p{
  font-size: 18px;
  line-height: 36px;
  color: #969696;
  text-align: left;
}
.about-us p span{
  font-size: 18px;
  line-height: 36px;
  color: #969696;
  font-family: "Montserrat-Bold";
  text-align: left;
}
.about-us a.read-more{
  color: #969696;
  font-family: "Montserrat-Bold";
  text-decoration: none;
}
.about-us .video{
  margin-top: 15px;
  margin-bottom: 15px;
}
.about-us .video img{
  width: 100%;
  /* filter: drop-shadow(8.388px 12.436px 12.5px rgba(2,2,2,0.1)); */
}
.signup-box{
  border-radius: 30px;
filter: drop-shadow(8.388px 12.436px 12.5px rgba(2,2,2,0.1));
background-color: #ffffff;
}
.signup-box .box-head{
  background-image: linear-gradient(70deg, #2d8ce2 15%, #74caf3 100%);
  border-radius: 30px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-top: 25px;
    padding-bottom: 15px;
}

.box-head h2{
  font-size: 28px;
line-height: 25px;
color: #ffffff;
font-family: "Montserrat-Bold";
font-weight: 700;
text-align: center;
}
.signup-box .box-body{
  padding: 30px;
}
.box-body .form-control{
border-radius: 20px;
filter: drop-shadow(2.796px 4.145px 2.5px rgba(2,2,2,0.05));
background-color: #f3f1f1;
font-size: 18px;
font-family: "Lato-Regular";
color: #2b8ae3;
font-weight: 300;
border:transparent;
margin-bottom: 30px;
}
.form-control::-webkit-input-placeholder {
  color: #2b8ae3;
}
.box-body .btn-signup{
border-radius: 28px;
filter: drop-shadow(2.796px 4.145px 2.5px rgba(2,2,2,0.05));
background-color: #66d962;
font-size: 20px;
color: #ffffff;
font-family: "Lato-Regular";
font-weight: 700;
width:100%;
margin-top: 10px;
}

/*---------------------- About Us End -----------------------*/

/*---------------------- Our Features Start -----------------------*/
.features{
  padding-top: 80px;
  padding-bottom: 50px;
}
.features .features-details{
  padding-top: 50px;
}
.features .nav-tabs {
  border-bottom: 2px solid #3992e2;
}
.features .nav-tabs .nav-item {
  margin-bottom: -2px;
  margin-right: 50px;
}
 .features .nav-tabs .nav-link {
  display: block;
  padding: .5rem 1rem;
  padding-left: 0px;
}
.features .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  color: #969696;
  border: none;
}

.features .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #ffffff;
  border-color: #66d962;
  border-bottom: 2px solid #66d962;
  font-family: "Montserrat-Bold";
color: #66d962;
font-size: 18px;
}
.features .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color:#66d962;
  color: #66d962;
}
.features .tab-content>.active {
  display: block;
  padding-top: 40px;
}
.features .tab-content .sub-heading{
padding-bottom: 20px;
}
.features .tab-content p{
  font-size: 18px;
  line-height: 36px;
  color: #ababa8;
  font-family: "Lato-Regular";
  font-weight: 400;
}

.features .tab-content p .span1{
  color: #2b8ae2;
  font-family: "Lato-Bold";
}
.features .tab-content p .span2{
  color: #69da65;
  font-family: "Lato-Bold";
}
.features .tab-content .btn-more{
margin-top: 50px;
}
.features .tab-content .btn-more a{
  border-radius: 20px;
filter: drop-shadow(5.592px 8.29px 5px rgba(0,0,0,0.1));
background-color: #66d962;
font-size: 16px;
color: #ffffff;
font-family: "Lato-Bold";
font-weight: 600;
width: 186px;
text-align: center;
}

/*---------------------- Our Features End -----------------------*/

/*---------------------- Certifications Start -----------------------*/
.certifications{
padding-top: 60px;
padding-bottom: 130px;
  background: url(images/certification-back.png);
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  }
.certifications .heading{
  margin-bottom: 15px;;
}
.certifications p{
  font-size: 18px;
line-height: 32px;
color: #969696;
font-family: "Lato-Regular";
font-weight: 400;
text-align: center;
}
.certifications .certify-logos{
margin-top: 30px;
margin-bottom: 30px;
}
@media (min-width: 768px){
  .certifications .col-md-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}
.certifications .certify-logos img{
width: 80%;
}
/*---------------------- Certifications End -----------------------*/


/*---------------------- Customer priority Start -----------------------*/
.customer-priority {
  background: url(images/prority-background.svg);
  background-size: cover;
  background-position-y: 0px;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 100px;
  margin-top: -90px;
  padding-bottom: 20px;
  min-height: 725px;
}
.customer-priority .heading{
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 20px;
}
.customer-priority span{
  color: #ffffff;
  font-size: 36px;
}
.customer-priority p{
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
font-family: "Lato-Regular";
font-weight: 600;
  text-align: center;
  /* font-family: "Montserrat-Bold"; */
}
.customer-priority .priority-img{
  margin-top: 50px;
  position: absolute;
}
.customer-priority .priority-img img{
  width: 100%;
}
/*---------------------- Customer priority ENd -----------------------*/

/*---------------------- Select Features start -----------------------*/
.select-features{
  padding-top:200px;
  padding-bottom:300px;
}
.select-features .heading{
  margin-bottom: 15px;
}
.select-features .head p{
  color: #969696;
  font-size: 18px;
  line-height: 32px;
font-family: "Lato-Regular";
font-weight: 400;
  text-align: center;
  /* font-family: "Montserrat-Bold"; */
}
.select-features .head h4{
  color: #969696;
  margin-top: 15px;
  font-size: 18px;
  line-height: 32px;
font-family: "Lato-Bold";
font-weight: 400;
  text-align: center;
}
.select-features .upper-tabs{
  text-align: center;
  margin-top: 25px;
}
.select-features .upper-tabs .nav {
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.select-features .bottom-tabs{
  text-align: center;
  margin-top: 25px;
  padding-top: 40px;
}
.select-features .bottom-tabs .sub-heading{
  color: #2c8ce2;
  font-size: 28px;
  font-family: "Montserrat-Bold";
  line-height: 40px;
  font-weight: 700;
}
.select-features .bottom-tabs .sub-heading span{
  color: #66d962;
  font-size: 28px;
  font-family: "Montserrat-Regular";
  line-height: 40px;
}
.select-features .bottom-tabs .i-am{
color: #939292;
font-size: 20px;
line-height: 35px;
margin-top: 15px;
margin-bottom: 15px;
}
.select-features .bottom-tabs .nav {
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.select-features .upper-tabs ul li a{
  width: 400px;
height: 122px;
/* margin: 15px; */
}
.select-features .upper-tabs ul li a img{
  width: 85%;
  height: 100%;
}
/*  */
.select-features .upper-tabs .bottom-tabs ul li .btn-tab{
  width: 180px;
  height: auto !important;
  border-radius: 26px;
  filter: drop-shadow(5.592px 8.29px 5px rgba(0,0,0,0.1));
  background-color: #66d962;
  font-size: 18px;
color: #ffffff;
font-family: "Lato-Regular";
font-weight: 600;
margin:15px;
margin-top: 0px;
}

.select-features .bottom-tabs .tab-content{
  padding-top: 30px;
  text-align: left;
}
.select-features .bottom-tabs .tab-content .feature-heading{
  color: #66d962;
  font-size: 24px;
  font-family: "Montserrat-Bold";
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 50px;
}
.select-features .bottom-tabs .tab-content .feature-heading span{
  color: #66d962;
  font-size: 18px;
  font-family: "Montserrat-Regular";
  line-height: 40px;
  font-weight: 500;
}
.select-features .bottom-tabs .tab-content .feature-heading{
  margin-bottom: 10px;
}
.select-features .bottom-tabs .tab-content p{
font-size: 18px;
line-height: 40px;
color: #969696;
font-family: "Lato-Regular";
font-weight: 400;
}
.bottom-tabs .tab-content ol
{ 
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  padding-inline-start: 25px;
}
.bottom-tabs .tab-content ol.continue
{ 
  counter-increment:item 5 !important;
  
}
.bottom-tabs .tab-content li{
position: relative;
display: block;
counter-increment: item;
padding-left: 15px;
margin-top: 50px;
font-size: 18px;
line-height: 25px;
color: #969696;
font-family: "Lato-Regular";
font-weight: 400;

text-align: left;
}
.bottom-tabs .tab-content li .addReadMore .span1{
  font-weight: 700;
  }

.bottom-tabs .tab-content li::before{
    width: 35px;
    /* /* padding-left: 13px; */
    padding-top: 5px; 
    content: counter(item) " ";
    height: 35px;
    position: absolute;
    background-image: url(images/bullet-back.png);
    background-size: cover;
    background-position: center;
    left: -30px;
   text-align: center;
    z-index: -1;
    color: #fff;
    direction: rtl !important;
    font-size: 14px;
}
.morecontent span {
  display: none;
}
.morelink {
  font-weight: bold;
  margin-left: 2px;
  color: #969696;
  cursor: pointer;
  text-decoration: none;
}
.morelink:hover{
  color: #969696;
  text-decoration: none;
}
.morecontent .btn-external{
border-radius: 20px;
    filter: drop-shadow(5.592px 8.29px 5px rgba(0,0,0,0.1));
    background-color: #66d962;
    font-size: 14px;
    color: #ffffff;
    font-family: "Lato-Bold";
    font-weight: 600;
    width: 120px;
    text-align: center;
    margin-top: 15px;
}
.morecontent .btn-external:hover{
      background-color:#ffffff ;
      color: #66d962;
  }
  .job-alert{
    border-radius: 30px;
filter: drop-shadow(8.388px 12.436px 12.5px rgba(2,2,2,0.1));
background-color: #f3f1f1;
  }
  .job-alert .alert-head{
    padding: 5px;
    padding-bottom: 2px;
    padding-left: 25px;
  }
  .job-alert .alert-head h4{
    font-size: 22px;
    line-height: 40px;
    color: #2d8ce2;
    font-family: "Lato-Bold";
    font-weight: 700;
    margin-bottom: 0px;
  }
  .job-alert .alert-body{
  padding: 10px;
  padding-bottom: 2px;
  filter: drop-shadow(8.388px 12.436px 12.5px rgba(2,2,2,0.1));
  background-color: #66d962;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  }
.job-alert .marquee {
  /* width: 450px; */
    color: #fff !important;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    /* box-sizing: border-box; */
    /* border: 1px green solid; */
}


.marquee span {
  display: inline-block;
  padding-left: 100%;
  text-indent: 0;
  animation: marquee 15s linear infinite;
}
.marquee span:hover {
  animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}


.select-features .side-icons .single-icon {
  border-radius: 15px;
  color: #ffffff;
  text-align: center;
  padding: 50px;
  padding-left: 0px;
  padding-right: 0px;
  width: 210px;
}
.select-features .side-icons .single-icon.icon1{
    background-image: -moz-linear-gradient( -125deg, rgb(124,209,245) 0%, rgb(28,128,223) 66%, rgb(28,128,223) 68%);
    background-image: -webkit-linear-gradient( -125deg, rgb(124,209,245) 0%, rgb(28,128,223) 66%, rgb(28,128,223) 68%);
    background-image: -ms-linear-gradient( -125deg, rgb(124,209,245) 0%, rgb(28,128,223) 66%, rgb(28,128,223) 68%);
    box-shadow: 0px 20px 40px 0px rgba(221, 231, 238, 0.392);
    margin-top: 90px;
  }
  .select-features .side-icons .single-icon.icon2{
    background-image: -moz-linear-gradient( 77deg, rgb(102,217,98) 2%, rgb(116,231,112) 72%, rgb(129,245,125) 100%);
    background-image: -webkit-linear-gradient( 77deg, rgb(102,217,98) 2%, rgb(116,231,112) 72%, rgb(129,245,125) 100%);
    background-image: -ms-linear-gradient( 77deg, rgb(102,217,98) 2%, rgb(116,231,112) 72%, rgb(129,245,125) 100%);
    box-shadow: 0px 20px 40px 0px rgba(221, 231, 238, 0.392);
    position: absolute;
    margin-top: -250px;
    margin-left: 230px;
  }

  .select-features .side-icons .single-icon.icon3{
      background-image: -moz-linear-gradient( 77deg, rgb(255,255,255) 0%, rgb(255,255,255) 100%);
      background-image: -webkit-linear-gradient( 77deg, rgb(255,255,255) 0%, rgb(255,255,255) 100%);
      background-image: -ms-linear-gradient( 77deg, rgb(255,255,255) 0%, rgb(255,255,255) 100%);
      box-shadow: 0px 10px 9px 0px rgba(221, 231, 238, 0.196);
    position: absolute;
    margin-top: -110px;
    margin-left: 195px;
    color: #69da65;
    z-index: 9999999;
  }
  
  .select-features .side-icons .single-icon.icon4{
    background-image: -moz-linear-gradient( 77deg, rgb(102,217,98) 2%, rgb(116,231,112) 72%, rgb(129,245,125) 100%);
    background-image: -webkit-linear-gradient( 77deg, rgb(102,217,98) 2%, rgb(116,231,112) 72%, rgb(129,245,125) 100%);
    background-image: -ms-linear-gradient( 77deg, rgb(102,217,98) 2%, rgb(116,231,112) 72%, rgb(129,245,125) 100%);
    box-shadow: 0px 20px 40px 0px rgba(221, 231, 238, 0.392);
    color: #fff;
    position: absolute;
    margin-top: -10px;
    margin-left: 35px;
}
 
.select-features .side-icons .single-icon.icon5{
  background-image: -moz-linear-gradient( -125deg, rgb(124,209,245) 0%, rgb(28,128,223) 66%, rgb(28,128,223) 68%);
    background-image: -webkit-linear-gradient( -125deg, rgb(124,209,245) 0%, rgb(28,128,223) 66%, rgb(28,128,223) 68%);
    background-image: -ms-linear-gradient( -125deg, rgb(124,209,245) 0%, rgb(28,128,223) 66%, rgb(28,128,223) 68%);
    box-shadow: 0px 20px 40px 0px rgba(221, 231, 238, 0.392);
    color: #fff;
    position: absolute;
    margin-top: 110px;
    margin-left: 220px;
}
 
  .select-features .single-icon i{
  font-size:40px;
  margin-bottom: 5px;
}
.select-features .single-icon .title{
  font-size: 18px;
  line-height: 32px;
font-family: "Lato-Bold";
font-weight: 400;
}
.numberCircle {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 6px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-family: "Lato-Bold";
  position: absolute;
  margin-top: -60px;
  margin-left: -8px;
}
.numberCircle.green{
  background-color: rgb(102, 217, 98);
} 
.numberCircle.blue{
  background-color: rgb(28, 128, 223);
} 
.numberCircle.white{
  background-color: rgb(255, 255, 255);
  color: #2b88e2;
} 


/*---------------------- Signup-free Start -----------------------*/
.signup-free {
  background: url(images/signup-back.png);
    background-size: cover;
    /* background-position-y: -20px; */
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 100px;
    margin-top: -90px;
    padding-bottom: 20px;
    min-height: 550px;
}
.signup-free .heading{
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 20px;
  text-align: left;
}
.signup-free span{
  color: #ffffff;
  font-size: 36px;
}
.signup-free p{
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
font-family: "Lato-Regular";
font-weight: 400;

  /* font-family: "Montserrat-Bold"; */
}
.signup-free .signup-img{
  margin-top: -180px;
  position: absolute;
}
.signup-free .signup-img img{
  width: 98%;
}
.signup-free .signup-buttons{
  margin-top: 20px;
  padding-bottom: 50px;
}
.signup-buttons a{
width: 200px;
border-radius: 20px;
filter: drop-shadow(8.388px 12.436px 12.5px rgba(2, 2, 2, 0.1));
background-color: #ffffff;
font-size: 18px;
color: #69da65;
font-weight: 700;
margin: 20px;
margin-left: 0px;
}
.signup-buttons a:hover{
  background: #69da65;
  color: #ffffff;
}
/*---------------------- Signup-free End -----------------------*/
 
/*---------------------- Reliable Start -----------------------*/

.reliable{
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 768px){
.reliable .trust-features .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
} 
}
.reliable .trust-features{
  margin-top: 40px;
}
.reliable .trust-features .single-feature {
  border-radius: 13px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 20px 40px 0px rgba(181, 181, 181, 0.492);
  text-align: center;
  color: #2491ff;
  padding: 40px;
}
.trust-features .single-feature i{
  font-size:40px;
  margin-bottom: 5px;
}
.trust-features .single-feature .title{
  font-size: 18px;
  line-height: 32px;
font-family: "Lato-Regular";
font-weight: 400;
}
.trust-features .single-feature:hover {
  border-radius: 14px;
  background-image: -moz-linear-gradient( -125deg, rgb(124,209,245) 0%, rgb(28,128,223) 100%);
  background-image: -webkit-linear-gradient( -125deg, rgb(124,209,245) 0%, rgb(28,128,223) 100%);
  background-image: -ms-linear-gradient( -125deg, rgb(124,209,245) 0%, rgb(28,128,223) 100%);
  box-shadow: 0px 20px 40px 0px rgba(221, 231, 238, 0.392);
  color: #ffffff;
}


/*---------------------- Signup-free Start -----------------------*/
.free-trial {
  background-color: #68da64;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
}
.free-trial .heading{
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 5px;
  text-align: left;
}
.free-trial span{
  color: #ffffff;
  font-size: 36px;
}
.free-trial p{
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
font-family: "Lato-Regular";
font-weight: 400;
}
.free-trial .company-links a{
margin: 25px;
text-decoration: none;
}
.free-trial .company-links a img{
  width: 35px;
  }
  .free-trial .company-links a .img1{
    width: 120px;
    }
.free-trial .signup-box{
  position: absolute;
  width: 95%;
  margin-top: -90px;
}
/*---------------------- free-trial End -----------------------*/

/*---------------------- footer start -----------------------*/
.footer{
  padding-top: 120px;
 background-color:#f3f1f1;
 padding-bottom: 40px;
}
.footer .footer-menu{
  width: 80%;
}
.footer .footer-menu .heading{
color: #2d8ce2;
text-decoration: underline;
font-size: 26px;
font-family: "Lato-Bold";
text-align: left;
}
.footer .footer-menu ul {
  display: block;
  list-style-type: none;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
}
.footer .footer-menu ul li{
  color: #2b8ae2;
  font-family: "Lato-Regular";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer .footer-menu ul li a{
  color: #2b8ae2;
  text-decoration: none;
}
.footer .footer-menu ul li i{
  margin-right: 10px;
    margin-left: -20px;
}
.footer .footer-menu p{
color: #2b8ae2;
font-family: "Lato-Regular";
}
.footer .footer-menu .rattings{
  color: #e9bf2d;
}
.footer-menu .logos img{
  width: 70px;
  margin: 15px;
  margin-left: 0px;
  margin-bottom: 10px;
}
.footer-menu .menu-btns a{
  display: table;
    background-color: #2d8ce2;
    filter: drop-shadow(3.796px 2.145px 2.5px rgba(4,4,0,0.15));
    color: #ffffff;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 35px;
    text-decoration: none;
}
.footer-menu .powered{
  color: #2d8ce2;
  font-size: 14px;
  margin-top: 55px;
  font-weight: 600;
}
.footer .form-control{
    background-color: rgb(45, 140, 226);
    border-radius: 20px;
    padding-left: 20px;
}
.footer .form-control::-webkit-input-placeholder {
color: #fff;
font-size: 18px;
font-family: "Lato-Regular";
font-weight: 300;
border:transparent;
}
.footer .btn-signup {
  border-radius: 28px;
  filter: drop-shadow(2.796px 4.145px 2.5px rgba(2,2,2,0.05));
  background-color: #66d962;
  font-size: 16px;
  color: #ffffff;
  font-family: "Lato-Regular";
  font-weight: 600;
  width: 100%;
}
.footer .custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: transparent;
  border: #2b8ae2 solid 1px;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0rem;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: bottom;
  color: #2b8ae2;
  font-family: "Lato-Regular";
  font-size: 14px;
  font-weight: 500;
}
.footer-bottom p{
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0px;
}
.footer-bottom {
  background-color: rgb(45, 140, 226);
  padding-top: 12px;
  padding-bottom: 6px;
  font-family: "Lato-Regular";
  /* margin-top: 30px; */
}
.footer-bottom .lower-links{
  text-align: right;
  margin-right: 30px;
}
.footer-bottom .lower-links a{
  text-decoration: none;
  font-family: "Lato-Regular";
  color: #ffffff;
  margin-left: 80px;
  font-size: 14px;
}

/*---------------------- Care Provider Page -----------------------*/

.banner-img2 .signup-box{
  margin-top: 20px;
}
.banner-img2 .signup-box .box-head{
background:#69da65;
}
.banner-img2 .box-body .btn-signup {
  width: 80%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.new-jobs{
  padding: 10px;
  padding-bottom: 8px;
  filter: drop-shadow(8.388px 12.436px 12.5px rgba(2,2,2,0.1));
  background-color: #66d962;
}
.job-alert2 {
  /* width: 450px; */
    color: #fff !important;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    /* box-sizing: border-box; */
    /* border: 1px green solid; */
}
.job-alert2 p{
  margin-bottom: 0px;
}

.care-provider{
  padding-top: 80px;
  padding-bottom: 30px;
}
.care-provider .provider-details{
  padding-top:40px;
}
.care-provider p{
  font-size: 18px;
  line-height: 36px;
  color: #969696;
  text-align: center;
}
.care-provider .provider-category{
  margin-top: 30px;
}
.provider-category .single-category{
  border-radius: 33px;
  text-align: center;
  padding: 30px;
  margin-bottom: 45px;
}
.provider-category .single-category .icon img{
  width: 80px;
  margin-bottom: 20px;
}
.provider-category .single-category .title{
  font-family: "Lato-Bold";
}
.provider-category .single-category.category1{
    background-image: -moz-linear-gradient( -125deg, rgb(124,209,245) 0%, rgb(28,128,223) 66%, rgb(28,128,223) 68%);
    background-image: -webkit-linear-gradient( -125deg, rgb(124,209,245) 0%, rgb(28,128,223) 66%, rgb(28,128,223) 68%);
    background-image: -ms-linear-gradient( -125deg, rgb(124,209,245) 0%, rgb(28,128,223) 66%, rgb(28,128,223) 68%);
    box-shadow: 0px 20px 40px 0px rgba(221, 231, 238, 0.392);
    color: #fff;
  }
  .provider-category .single-category.category2{
      background-image: -moz-linear-gradient( -125deg, rgb(245,244,244) 0%, rgb(245,244,244) 66%, rgb(245,244,244) 68%);
      background-image: -webkit-linear-gradient( -125deg, rgb(245,244,244) 0%, rgb(245,244,244) 66%, rgb(245,244,244) 68%);
      background-image: -ms-linear-gradient( -125deg, rgb(245,244,244) 0%, rgb(245,244,244) 66%, rgb(245,244,244) 68%);
      box-shadow: 0px 10px 10px 0px rgba(221, 231, 238, 0.196);
    color: #2b88e2;
  }

  .provider-category .single-category.category3{
      background-image: -moz-linear-gradient( 77deg, rgb(102,217,98) 2%, rgb(116,231,112) 72%, rgb(129,245,125) 100%);
      background-image: -webkit-linear-gradient( 77deg, rgb(102,217,98) 2%, rgb(116,231,112) 72%, rgb(129,245,125) 100%);
      background-image: -ms-linear-gradient( 77deg, rgb(102,217,98) 2%, rgb(116,231,112) 72%, rgb(129,245,125) 100%);
      box-shadow: 0px 20px 40px 0px rgba(221, 231, 238, 0.392);
  color: #fff;
}
  
  .provider-category .single-category.category1 p ,.provider-category .single-category.category3 p{
    color: #fff;
    font-family: "Lato-Regular";
  }
  .provider-category .single-category.category2 p{
    color: #2b88e2;
    font-family: "Lato-Regular";
  }
  .provider-category .single-category .read-more{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }


  /*---------------------- Agency Page Start -----------------------*/

  .reliable .nav-tabs {
    border-bottom: 0px;
}
  .reliable .sub-details{
    padding-top: 60px;
  }  
  .reliable .trust-features ul li a{
    text-decoration: none;
  } 
  .nav-tabs .nav-link.active .single-feature{
    background: #66d962;
    color: #fff;
    box-shadow: none;
  }
  .reliable .nav-link {
    display: block;
    padding: 0px;
}
  .reliable .nav-tabs .nav-link.active {
    background-color: #ffffff;
    border-color: #66d962;
    border-bottom: 0px;
}
  .reliable .trust-features ul a .single-feature:hover{
    background: #66d962;
    color: #fff;
  }

  .reliable .tab-content p{
    font-size: 18px;
    line-height: 36px;
    color: #ababa8;
    font-family: "Lato-Regular";
    font-weight: 400;
  }
  
  .reliable .tab-content p .span1{
    color: #2b8ae2;
    font-family: "Lato-Bold";
  }
  .reliable .tab-content p .span2{
    color: #69da65;
    font-family: "Lato-Bold";
  }
  .reliable .tab-content .btn-more{
  margin-top: 50px;
  }
  .reliable .tab-content .btn-more a{
    border-radius: 20px;
  filter: drop-shadow(5.592px 8.29px 5px rgba(0,0,0,0.1));
  background-color: #66d962;
  font-size: 16px;
  color: #ffffff;
  font-family: "Lato-Bold";
  font-weight: 600;
  width: 186px;
  text-align: center;
  }
  .select-features.select-features2 {
    padding-top: 80px;
    padding-bottom: 120px;
}


/*---------------------- Job Seeker Page Start -----------------------*/
.job-seeker{
  background: url(images/search-job-back.png);
  background-color: #ffffff;
  /* background-size: 100% ,100%; */
  background-size: cover;
  /* background-position-y: 0px; */
  /* background-position: 100% , -202px; */
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 60px;
}
.job-seeker .heading{
  margin-bottom: 20px;
}
.job-seeker p{
  font-size: 18px;
    line-height: 36px;
    color: #969696;
    text-align: center;
  font-weight: 400;
}
.job-seeker .form-control{
  border-radius: 20px;
  color: #fff;
  background: none;
  background-color: #2c8de3;
}
.job-seeker .btn-search {
  border-radius: 28px;
  filter: drop-shadow(2.796px 4.145px 2.5px rgba(2,2,2,0.05));
  background-color: #66d962;
  font-size: 20px;
  color: #ffffff;
  font-family: "Lato-Regular";
  font-weight: 700;
  width: 80%;
  margin-top: 20px;
}
.job-seeker .jobs{
  margin-top: 30px;
}
.job-seeker .jobs .single-job{
    border-radius: 30px;
    padding: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 7.5px 12.99px 25px 0px rgba(2, 2, 2, 0.039);
    margin-bottom: 35px;
}
.jobs .single-job .job-title{
  font-size: 20px;
  color: #2b8ae3;
  line-height: 35px;
  font-family: "Lato-Bold";
}
.jobs .single-job .right-side{
  text-align: right;
  color: #2b88e3;
  font-size: 18px;
  font-weight: 600;
}
.jobs .single-job .right-side i{
  font-size: 20px;
  margin-top: 5px;
}
.jobs .single-job .job-location .location{
  font-size: 18px;
  font-family: "Lato-Bold";
  color: #929191;
}
.jobs .single-job .job-description{
  margin-top: 18px;
}
.jobs .single-job p{
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}
.jobs .single-job .bottom-details{
  color: #66d962;
  font-size: 16px;
  font-family: "Lato-Regular";
}
.jobs .single-job .bottom-details .bottom-btn {
  text-align: right;
}
.jobs .single-job .bottom-details .bottom-btn .btn-view {
  border-radius: 20px;
  background: #66d962;
  box-shadow: 2.5px 4.33px 5px 0px rgba(2, 2, 2, 0.02);
  color: #ffffff;
  font-family: "Lato-Regular";
  text-align: center;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}
.jobs .view-all{
  text-align: center;
}
.jobs .btn-all{
    box-shadow: 2.5px 4.33px 5px 0px rgba(2, 2, 2, 0.02); 
    color: #2b88e3;
  font-family: "Lato-Bold";
  text-align: center;
  background: #f3f1f1;
  font-size: 18px;
  border-radius: 20px;
 margin-top: 40px;
  width: 250px;
}
.select-features.select-features3 {
  padding-top: 100px;
  padding-bottom: 150px;
}

.select-features3 .bottom-tabs {
  text-align: center;
  margin-top: 25px;
  padding-top: 15px;
}

.select-features3 .bottom-tabs .tab-content .feature-heading{
  color: #2b88e3;
  font-size: 28px;
  font-family: "Montserrat-Bold";
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 50px;
}
.select-features3 .bottom-tabs .tab-content .feature-heading span{
  color: #66d962;
  font-size: 28px;
  font-family: "Montserrat-Regular";
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 50px;
}

/*---------------------- Job Seeker Detials page -----------------------*/

.job-seeker.job-seeker2{
  background: #ffffff;
  padding-bottom: 150px;
}
.job-seeker.job-seeker2 .single-job{
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 10px 10px 23px -14px rgba(0,0,0,0.45);
  -moz-box-shadow: 10px 10px 23px -14px rgba(0,0,0,0.45);
  box-shadow: 10px 10px 23px -14px rgba(0,0,0,0.45);
}

.job-seeker.job-seeker2 .job-description h6{
  font-family: "Lato-Bold";
  color: #929191;
  font-size: 20px;
}
.job-seeker.job-seeker2 .job-description{
  margin-top: 20px;
}
.job-seeker.job-seeker2 .job-description p{
  margin-bottom: 30px;
  font-size: 18px;
}
.jobs .single-job .bottom-btn .btn-view {
  border-radius: 20px;
  background: #66d962;
  box-shadow: 2.5px 4.33px 5px 0px rgba(2, 2, 2, 0.02);
  color: #ffffff;
  font-family: "Lato-Regular";
  text-align: center;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}
.jobs .single-job .search-tags{
  margin-top: 40px;
}
.jobs .single-job .search-tags h5{
 color:#2b8ae3;
 font-family: "Lato-Bold";
}
.jobs .single-job .search-tags a{
  background: #efefef;
  color: #2b88e3;
  border-radius: 20px;
  text-decoration: none;
  /* padding: 10px; */
  margin:8px;
  font-size: 14px;
  margin-bottom: 8px;
}
.jobs .single-job.job2 .job-title {
  font-size: 16px;
  color: #2b8ae3;
  line-height: 35px;
  font-family: "Lato-Bold";
}
.jobs .single-job.job2 .job-location .location {
  font-size: 14px;
  font-family: "Lato-Bold";
  color: #929191;
}
.jobs .single-job.job2 .right-side {
  text-align: left;
  color: #2b88e3;
  font-size: 14px;
  font-weight: 600;
}
.job-seeker .single-job.job2 .job-description {
  margin-top: 5px;
}
.jobs .single-job.job2 p {
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 5px;
}
.jobs .single-job.job2 .bottom-details {
  color: #66d962;
  font-size: 14px;
  font-family: "Lato-Regular";
}
.jobs .single-job.job2 .bottom-details .bottom-btn .btn-view {
  border-radius: 20px;
  background: #66d962;
  box-shadow: 2.5px 4.33px 5px 0px rgba(2, 2, 2, 0.02);
  color: #ffffff;
  font-family: "Lato-Regular";
  text-align: center;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}
.jobs .single-job .categories a{
  text-decoration: none;
  color: #66d962;
  font-size: 14px;
  /* font-family: "Lato-Regular"; */
  display: block;
  margin-bottom: 5px;
}

/*---------------------- Inner Pages -----------------------*/
.header.header-inner{
  background: url(images/inner-header-back.png);
  background-color: #ffffff;
  /* background-size: 100% ,100%; */
  background-size: cover;
  /* background-position-y: 0px; */
  /* background-position: 100% , -202px; */
  background-repeat: no-repeat;
  width: 100%;
  height: 580px;
}
.header.header-inner .banner-text {
  padding-top: 100px;
}
.features.features-inner {
  padding-top: 10px;
  padding-bottom: 50px;
}
.features.features-inner .tab-content>.active {
  display: block;
  padding-top: 0px;
}
.features.features-inner .features-details {
  padding-top: 10px;
}
.features.features-inner .sub-details {
  margin-bottom: 30px;
  margin-bottom: 30px;
}
.features.features-inner .sub-heading {
  color: #2c8ce2;
  font-size: 24px;
}
.features.features-inner .sub-heading span{
  font-size: 24px;
}
.features.features-inner .tab-content .sub-heading {
  padding-bottom: 0px;
}


/*---------------------- Mobile Menu -----------------------*/

.mobile-header{
  padding-top: 25px;
}
.mobile-header img{
  width: 130px;
}

.push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-menu{
  color: #ffffff;
  border: 1px solid #fff;
}
.btn-menu:hover{
  color: #ffffff;
  border: 1px solid #fff;
}
.backBtn {
  background-color: #2980b9;
  font-size: 16px;
  text-align: right;
}

.menu-top .backBtn, .menu-bottom .backBtn {
  text-align: left;
}
h2 {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin: 15px 0;
}
.menu {
  border-right: 1px solid #2980b9;
  background-color: #3498db;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 280px;
  height: 100%;
  display: block !important;
}
.menu ul {
  padding-inline-start:0px;
}
.menu  ul li{
  list-style: none;
  border-top: 1px solid #2980b9;
}
.menu a {
  display: block;
  color: #fff;
  padding: 16px;
  text-decoration: none;
  position: relative;
  z-index: 11;
}
.menu .dropdown-menu{
  width: 100%;
}
.menu a.dropdown-item{
  color: #2b88e3;
}
.menu a.dropdown-item:hover{
  background: #69da65;
}
.menu a:last-child {
  border-bottom: 1px solid #2980b9;
}
.menu a:hover, .menu a:active {
  background-color: #2980b9;
}

.menu li.social-links{
  display: flex;
  padding-top: 10px;
}
.menu .fa-stack-1x {
  line-height: inherit;
  color: #2b88e2;
}
.menu .fa-stack-2x {
  font-size: 2em;
  color: #fff;
}

.menu .btn-login {
  border-radius: 20px;
 background-color: #69da65;
 width: 115px;
    font-size: 16px;
  color: #fff;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 15px;
}
.menu .btn-signup {
  border-radius: 20px;
 background-color: #fff;
 width: 115px;
    font-size: 16px;
  color: #2c8ae2;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 15px;
}
.menu-left {
  left: -280px;
}
.menu-left.left-open {
  left: 0;
  padding: 0;
}
.menu-right {
  right: -280px;
}
.menu-right.right-open {
  right: 0;
}
.menu-top {
  width: 100%;
  top: -100%;
}
.menu-top.top-open {
  top: 0;
}
.menu-bottom {
  width: 100%;
  top: 100%;
}
.menu-bottom.bottom-open {
  top: 0;
}

.sticky1{
  position: fixed;
  bottom: 20px;
    right: 20px;
  z-index: 99999999;
}
.sticky1.btn-menu{
  border: 1px solid #68da64;
  border-radius: 50%;
			box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 0px 0px 1px white, inset 0px 0px 0px 0px rgba(204,198,197,.5);;
			height: 70px;
			width: 70px;			
			-webkit-transition: all .1s linear;
      transition: all .1s linear;
      background:  #68da64;
      padding-top: 18px;
}
.sticky1.btn-menu .fa{
  font-size: 30px;
}
/* .top-auto{
  top: auto !important;
} */



.login-body{
  background: url('images/login-bg.png')no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}
.login-body .main-content{
  padding-top: 30px;
  text-align: center;
}
.login-body .main-content .signup-box{
  margin-bottom: 30px;
}
.login-body .main-content .form-control{
padding-left: 20px;
}
.login-body .main-content .form-control::placeholder{
  color: #2e2f2f !important;
}
.login-body .main-content .form-check{
  text-align: left;
}
.login-body .main-content .forgot{
  color: #2b8ae3;
  text-decoration: none;
  font-size: 12px;
}
.login-body .main-content .signup{
  text-decoration: underline;
}

.login-body .main-content .details{
  padding-top: 50px;
}
 

.login-body .main-content  .logos{
  padding-top: 50px;
  padding-bottom: 30px;
}
.login-body .main-content  .logos img{
  width: 80%;
}

.login-body .main-content .carousel-item{
 border-radius: 30px;
  background-color: rgb(102, 217, 98);
  box-shadow: 7.5px 12.99px 25px 0px rgba(2, 2, 2, 0.039);
  min-height: 350px;
}

.login-body .main-content .carousel-indicators {
  bottom: -55px;
}
.login-body .main-content .carousel-indicators li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: rgb(45, 140, 226);
}

.splash-body{
  background: url('images/RONOVE_Splash.png')no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
}
.splash-body .main-content{
  /* padding-top: 30px; */
  text-align: center;
}
.splash-body .main-content{
  /* padding-top: 50px; */
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.splash-body  .details{
  padding-top: 50px;
  
}
.splash-body .details img{
  width: 100%;
}
.splash-body .details .btn-continue{
width: 200px;
    border-radius: 20px;
    filter: drop-shadow(8.388px 12.436px 12.5px rgba(2, 2, 2, 0.1));
    background-color: #ffffff;
    font-size: 18px;
    color: #2491ff;
    font-weight: 700;
    margin: 20px;
    margin-left: 0px;
}



.system-body{
  background: url('images/bg-system.png')no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
}
.system-body .main-content{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.system-body .details{
  padding-top: 50px;
 
}
.system-body .col-lg-6{
  padding-left: 50px;
  padding-right: 50px;
}
.system-body .single-system{
  width: 100%;
  display: flex;
    border-radius: 18px;
    background-color: rgb(253, 251, 251);
    box-shadow: 7.5px 12.99px 25px 0px rgba(2, 2, 2, 0.09);
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    margin-bottom: 30px;
}
.system-body .single-system h3{
  color: #3a93e2;
  font-family: 'Lato-Bold';
  padding-left: 35px;
  margin-top: 15px;
  font-size: 26px;
  /* font-weight: 700; */
}
.system-body .single-system:hover{
  background-color: rgb(102, 217, 98);
}
.system-body .single-system:hover h3{
  color: #fff;
}
.system-body .single-system:hover img{
filter: brightness(0) invert(1);
}
.system-body  .carousel-control-prev {
  left: -6%;
}
.system-body  .carousel-control-next {
  right: -6%;
}
.system-body  .carousel-control-next, .system-body  .carousel-control-prev {
  width: 5%;
  opacity: 1;
}

.system-body .main-content .carousel-indicators {
  bottom: -30%;
}
.system-body .main-content .carousel-indicators li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: rgb(102, 217, 98);
}



/*---------------------- Responsive Quriese -----------------------*/

@media (max-width: 575px){
  .system-body{
    padding-bottom: 70px;
  }
  .system-body .single-system h3{
    color: #3a93e2;
    font-family: 'Lato-Bold';
    padding-left: 25px;
    margin-top: 20px;
    font-size: 16px;
    /* font-weight: 700; */
  }
  .system-body .single-system img{
    width: 50px;
  }
  .system-body  .carousel-control-prev {
    left: -2%;
  }
  .system-body  .carousel-control-next {
    right: -2%;
  }
  .system-body .main-content .carousel-indicators {
    bottom: -10%;
  }
  .system-body .col-lg-6 {
    padding-left: 40px;
    padding-right: 40px;
}
.splash-body .main-content {
  transform: translate(-50%, -40%);
  width: 90%;
}
.system-body .main-content {
  transform: translate(-50%, -40%);
  width: 90%;
}
.login-body .main-content .details .carousel{
  display: none;
}
}

@media screen and (device-aspect-ratio: 40/71) {
}
@media only screen and (min-width: 600px) {
}
@media only screen and (max-width: 768px) {

  .header {
    background-size: cover;
    background-position-y: 0px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.top-header .right-side a {
  margin: 2px;
  text-decoration: none;
}
.top-header .right-side {
  text-align: left;
  margin-top: 10px;
}
.top-header .support {
  color: #2b88e2;
  font-size: 14px;
}
.top-header .btn-login {
  width: 100px;
  font-size: 14px;
}
.top-header .btn-signup {
  width: 100px;
  font-size: 14px;
}
.navbar-nav {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  padding-top: 0px;
}
.navbar-light .navbar-nav .nav-item.btn-contact {
  margin-left: 0px;
  margin-top: 10px;
}
.navbar-light .navbar-nav .nav-item {
  margin: 0px;
}
.banner-text {
  padding-top: 50px;
}
.banner-text .banner-title {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}

.banner-buttons a {
  width: 150px;
}
.banner-text .banner-img {
  position: relative;
}
.banner-text .banner-img img {
  width: 100%;
}
.heading {
  font-size: 32px;
  line-height: 32px;
}
.heading span {
  font-size: 32px;
  line-height: 32px;
}
.certifications .certify-logos .last-logo {
  text-align: center;
}
.certifications .certify-logos .last-logo img{
  width:50% ;
}
.customer-priority {
  min-height: 550px;
  margin-top: -145px;
}

.customer-priority .priority-img img {
  width: 95%;
}
.select-features {
  padding-top: 200px;
  padding-bottom: 200px;
}

.select-features .upper-tabs ul li a img {
  width: 70%;
  margin: 10px;
  height: auto;
}

.select-features .side-icons{
  height: 480px;
}
.numberCircle {
  margin-top: -50px;
  margin-left: -8px;
}
.select-features .side-icons .single-icon {
  padding: 40px;
  padding-left: 0px;
  padding-right: 0px;
  width: 170px;
}
.select-features .single-icon i {
  font-size: 30px;
  margin-bottom: 5px;
}
.select-features .single-icon .title {
  font-size: 14px;
}
.select-features .side-icons .single-icon.icon2 {
  margin-top: -245px;
  margin-left: 195px;
}

.select-features .side-icons .single-icon.icon3 {
  margin-top: -110px;
  margin-left: 160px;
}
.select-features .side-icons .single-icon.icon4 {
  margin-top: -12px;
  margin-left: 25px;
}
.select-features .side-icons .single-icon.icon5 {
  margin-top: 110px;
  margin-left: 165px;
}
.signup-free .signup-img {
  margin-top: -160px;
  position: relative;
}
.signup-free .heading {
  font-size: 26px;
  margin-top: 20px;
}
.signup-buttons a {
  width: 150px;
  font-size: 16px;
}
.signup-free .signup-buttons {
  margin-top: 20px;
  padding-bottom: 120px;
}
.reliable {
  padding-top: 0px;
  padding-bottom: 100px;
}
.reliable .trust-features .single-feature {
  margin-bottom: 25px;
}
.free-trial .signup-box {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.free-trial .company-links a img {
  width: 35px;
  margin-bottom: 20px;
  text-align: center;
}
.footer {
  padding-top: 40px;
  background-color: #f3f1f1;
  padding-bottom: 40px;
}
.footer .footer-menu {
  width: 100%;
  margin-bottom: 50px;
}
.footer-bottom .lower-links {
  text-align: left;
  margin-top: 10px;
}
.footer-bottom .lower-links a {
  margin-left: 0px;
  margin-right: 40px;
}
.banner-text .banner-img2 {
  position: relative;
  width: 100%;
}
.jobs .single-job .right-side {
  text-align: left;
}
.jobs .single-job .bottom-details .bottom-btn {
  text-align: left;
}
.features .nav-tabs .nav-item {
  margin-bottom: -2px;
  margin-right: 10px;
}
.features .nav-tabs .nav-link {
  display: block;
  padding: 0.5rem 0.5rem;
  padding-left: 0px;
  font-size: 14px;
}
.features .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  color: #000;
  border: none;
}
.reliable .nav-tabs {
  border-bottom: 0px;
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 999999;
  background: #ffffff;
}
.nav-tabs .nav-item.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 8px;
    padding-right: 8px;
}
.reliable .trust-features .single-feature {
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 20px 40px 0px rgba(181, 181, 181, 0.492);
  text-align: center;
  color: #2491ff;
  padding: 10px;
}
.trust-features .single-feature i {
  font-size: 20px;
  margin-bottom: 0px;
}
.trust-features .single-feature .title {
  font-size: 14px;
  line-height: 20px;
  font-family: "Lato-Regular";
  font-weight: 400;
}
/* .select-features .bottom-tabs .nav{
position: sticky;
    top: 0px;
    background: #eee;
    padding-top: 5px;
    z-index: 99999999;
    transition-duration: 3s;
    width: 100%;
} */
.select-features .upper-tabs .bottom-tabs ul li .active.btn-tab{
color: #68da64;

} 
.select-features .upper-tabs .bottom-tabs ul li .active.btn-tab:focus{
  color: #68da64;

}
.select-features .upper-tabs .bottom-tabs ul li .btn-tab {
  width: auto;
  height: auto !important;
  border-radius: 0px;
  filter: none;
  background-color: transparent;
  font-size: 14px;
  color: #212529;
  font-family: "Lato-Regular";
  font-weight: 600;
  margin: 8px;
  margin-top: 0px;
  padding-left: 5px;
padding-right: 5px;
}
.follow{
  position: sticky;
top: 0px;
background: #fff;
z-index: 999999;
transition-duration: 3s;
width: 100%;
padding-top: 20px;
}
.follow .heading {
  font-size: 20px;
  line-height: 20px;
}
.follow .heading span{
font-size: 20px;
  line-height: 20px; 
}
.follow .nav-tabs{
  background: #eee;
  margin-top: 15px;
  padding: 10px;
padding-bottom: 0px;
}
.follow .nav-tabs .nav-link.active {
background-color: transparent;
border-color: #66d962;
border-bottom: 2px solid #66d962;
font-family: "Montserrat-Bold";
color: #66d962;
font-size: 18px;
}
}
@media only screen and (min-width: 768px) {
  .signup-free .signup-img img {
    width: 85%;
}
.reliable .trust-features .col-md-4 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33%;
}
.system-body .main-content .carousel-indicators {
  bottom: -15%;
}
.system-body .carousel-control-prev {
  left: -3%;
}
.system-body .carousel-control-next {
  right: -3%;
}
}
@media only screen and (min-width: 992px) {
  .reliable .trust-features .col-md-4 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.signup-free .signup-img {
  margin-top: -125px;
  position: absolute;
}
.signup-free .signup-img img {
  width: 98%;
}
.banner-text .banner-img img {
  width: 100%;
}
}
@media only screen and (min-width: 1200px) {
  .signup-free .signup-img {
    margin-top: -180px;
    position: absolute;
}
.banner-text .banner-img img {
  width: 110%;
}
}
@media only screen and (min-width: 1440px) {
  /* .header {
    background-position-y: -100px;
  } */
}
@media only screen and (min-width: 1500px) {
  .header {
    background-position-y: -40px;
  }
}
@media only screen and (min-width: 1600px) {
  .header {
    background-position-y: -90px;
  }
  .header2 {
    background-position-y: -60px;
}
}
  @media only screen and (min-width: 1700px) {
    .header {
      background-position-y: -130px;
    }
  }
    @media only screen and (min-width: 1800px) {
      .header {
        background-position-y: -200px;
      }
    }


  