/**
* Template Name: Resi - v2.1.0
* Template URL: https://bootstrapmade.com/resi-free-bootstrap-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
  font-family: "Helvetica";
  color: #444444;
}

a {
  color: #5a5af3;
}

a:hover {
  color: #2a2af0;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #255fcd;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #7272f5;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background: #fff;
}

#header.header-scrolled, #header.header-inner-pages {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #5a5af3;
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    padding: 12px 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #434175;
  transition: 0.3s;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #255fcd;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #434175;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #255fcd;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
  color: #5a5af3;
  border-radius: 50px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 13px;
  display: inline-block;
  border: 2px solid #5a5af3;
  text-transform: uppercase;
  font-weight: 600;
}

.get-started-btn:hover {
  background: #5a5af3;
  color: #fff;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #434175;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #434175;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #5a5af3;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(48, 47, 84, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Graph
--------------------------------------------------------------*/

#chartContainer{
    width: 70%;
    height: 350px;
    margin-top: 50px;
    margin-left: 210px;
    margin-bottom: 50px;
}

#chartContainer a{
    display: none;
}

@media (max-width:768px){
    #chartContainer{
        width: 95%;
        height: 350px;
        margin-top: 50px;
        margin-left: 10px;
        margin-bottom: 50px;
    }
}

@media (max-width:1024px){
    #chartContainer{
        width: 90%;
        height: 350px;
        margin-top: 50px;
        margin-left: 45px;
        margin-bottom: 50px;
    }
}

/*--------------------------------------------------------------
# Statistics Section
--------------------------------------------------------------*/

.stats {
    width: 70%;
    height: 100px;
    background-color: white;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); 
    border-radius: 20px;
    margin-left: 210px;
    margin-top: 100px;
}

.stats #img1{
    width: 90px;
    height: 90px;
    margin-left: 50px;
    margin-top: 5px;
}

.stats #img2{
    width: 50px;
    height: 50px;
    margin-left: 70px;
    margin-top: 25px;
    margin-right: 20px;
}

.stats #img3{
    width: 50px;
    height: 50px;
    margin-left: 70px;
    margin-top: 25px;
    margin-right: 20px;
}

.stats #img4{
    width: 85px;
    height: 55px;
    margin-left: 70px;
    margin-left: 40px;
    margin-top: 25px;
   
}

.stats h4{
    margin-top: 25px;
}

.stats h6{
    color: #969696;
}

@media (max-width:768px){
    .stats {
        width: 70%;
        height: auto;
        background-color: white;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); 
        border-radius: 20px;
        margin-left: 60px;
        margin-top: 100px;
    }
    
    .stats #img4{
        margin-right: 5px;
        margin-left: 50px;
    }
    
}

@media (max-width:1024px){
    .stats {
        width: 90%;
        height: auto;
        margin-left: 50px;
    }
    
    .stats #img4{
        margin-right: 5px;
        margin-left: 50px;
    }
    
    .stats #img2{
        margin-left: 30px;
    }
    
    .stats #img3{
        margin-left: 30px;
    }
    
    .stats #img4{
        margin-left: 30px;
    }
    
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  margin: 0px 30px 25px 80px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  background: #fff;
  border-style: solid;
  border-color: #255fcd;
  border-width: medium;
}

.count-box img{
    width:40px;
    margin-top: 30px;
}

.stars img{
    width: 130px;
    margin-top: 70px;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #5a5af3;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0c0ca8;
}

.counts .count-box p {
  font-size: 40px;
  color: #7c7b7b;
  margin-top: 10px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .counts {
    padding-left: 30px;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: rgb(0, 0, 0);
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #000;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #ccc;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #000;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc !important;
}

.testimonials .owl-dot.active {
  background-color: #106eea !important;
}

.testimonial-item .row{
    display: flex;
    margin-left: 200px;
}

.testimonial-item .row p{
    color: #7f7f7f;
    font-style: normal;
}

.testimonial-item .row img{
    width: 30px;
    height: 30px;
    margin-left: 300px;
}

.testimonial-item .row .linkedin{
    width: 45px;
    height: 25px;
    margin-right: 400px;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 768px){
    .testimonial-item .row p{
        color: #7f7f7f;
        font-style: normal;
        text-align: center;
    }
}

/*--------------------------------------------------------------
# Table Top
--------------------------------------------------------------*/

#table-top{
    width: 60%;
    height: auto;
}

#table-top row{
    display: flex;
}

#table-top h4{
    font-weight: normal;
    font-size: 20px;
}

#table-top .free h4{
    font-weight: normal;
    font-size: 25px;
    padding: 30.9px;
    font-weight: bold;
}

.blue{
    width: 250px;
    height: auto;
    color: white;
    padding: 30px;
    text-align: center;
}

.free  {
    margin-left: 730px;
    background-color: #f8f8f8;
    border-top-left-radius: 20px;
    color: #acacac;
}

.blue .row{
    display: flex;
}

.blue img{
    width: 30px;
    height: 40px;
    margin-left: 20px;
    margin-top: 10px;
}

.blue h1{
    padding-left: 10px;
    font-size: 50px;
}

.blue2  {
    margin-left: 728px;
    background-color: #2764d8;
}

@media (max-width:1024px){
    .blue{
        width: 230px;
    }
    
    .free  {
        margin-left: 535px;
        background-color: #f8f8f8;
        border-top-left-radius: 20px;
        color: #acacac;
    }
    
    .blue2  {
        margin-left: 560px;
    }
}

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/

#table, td{
    width: 1000px;
    border: 1px solid black;
    border-collapse: collapse;
    padding: 20px;
    margin-left: 215px;
    text-align: center;
}

table img{
    width: 30px;
}

.my_box{
    height: 10px;
    text-align: left;
    font-size: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
}

.feature{
    background-color: #eeeeee;
    
}
.highlight {
    background-color: #255fcd;
    color: white;
    font-weight: bold;
}

.fa-info-circle {
    font-size: 20px;
    margin-left: 20px;
}

.pro-recruit {
    margin-left: 10px;
}

.text-color {
    color: #255fcd;
}

table.empty {
  width: 350px;
  border-collapse: collapse;
  empty-cells: hide;
}

td.empty {
  border-style: solid;
  border-width: 1px;
  border-color: blue;
}

td:empty {
  visibility: hidden;
}

.button{
    background-color: white;
    border-style: solid;
    border-color: #255fcd;
    border-radius: 5px;
    padding: 5px 55px;
}

.button {
  transition-duration: 0.4s;
}

button:hover {
  background-color: #255fcd;
  color: #fff;
}

@media (max-width:768px){
    .table-responsive{
        width: 377px;
    }
    
    .button{
        padding: 5px 7px;
    }
}

@media (max-width:1024px){
    #table, td{
        width: 930px;
        border: 1px solid black;
        border-collapse: collapse;
        padding: 20px;
        margin-left: 50px;
        text-align: center;
    }
    
    .button{
        padding: 5px 30px;
    }
}

/*--------------------------------------------------------------
# Security Section
--------------------------------------------------------------*/

.img1 img{
    width: 100px;
    margin-left: 550px;
    margin-top: 30px;
}

.img2 img{
    margin-top: 33px;
    width: 15px;
    margin-left: 100px;
}

.security p{
    font-size: 15px;
    margin-left: 60px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.row2 img{
    margin-top: 0px;
}

.row2 p{
    margin-top: 0px;
}

@media (max-width:768px){
    .img1 img{
        margin-left: 50px;
    }
        
    .img1 img{
        width: 150px;
        margin-left: 140px;
        margin-top: 10px;
    }

    .img2 img{
        margin-top: 3px;
        width: 15px;
        margin-left: 120px;
    }

    .security p{
        font-size: 15px;
        margin-left: 70px;
        margin-top: 5px;
    }
    
    .col-sm-1{
        width: 80px;;
    }
    
    .row .row1, .row2{
        display: flex;
        flex-wrap: nowrap;
    }

    .row2 img{
        margin-top: 0px;
    }

    #mobile .row2 p{
        margin-top: 0px;
    }
}

@media (max-width:1024px){
   .img1 img{
        width: 100px;
        margin-left: 350px;
        margin-top: 30px;
    }

    .img2 img{
        margin-top: 33px;
        width: 15px;
        margin-left: 50px;
    }
    
    .security p{
        font-size: 15px;
        margin-left: 30px;
        margin-top: 30px;
    }
    
    .row2 img{
        margin-top: 0px;
    }
    
    .row2 p{
        margin-top: 0px;
    }
}

/*--------------------------------------------------------------
# Prime Card Section
--------------------------------------------------------------*/

.cards_wrap .card_item{
    width: 25%;
    padding: 10px;
    margin-left: 90px;
}

#prime .cards_wrap .card_item{
    margin-left: 540px;
}

#prime .cards_wrap .card_inner{
    background: #255fcd;
    border-radius: 30px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

#prime .row{
    display: flex;
}

#prime img{
    width: 50px;
    margin-left: 80px;
    margin-top: 20px;
}

.card_top h3{
    color: white;
    font-size: 20px;
    font-weight: normal;
    margin-top: 35px;
    padding-top: 25px;
    text-align: center;
}

.card_top h1{
    color: white;
    text-align: center;
}

#prime_white{
    width:100%;
    height: auto;
    background-color: white;
    border-radius: 30px;
    border-color: #255fcd;
    border-width: medium;
    border-style: solid;
}

#prime_white p{
    text-align: center;
    font-size: 22px;
    color: #202020;
    font-weight: lighter;
    text-align: center;
    padding: 20px 20px 0px 20px;
}

#prime_white button{
    margin-top: 0px;
    margin-bottom: 20px;
}

#prime_white h4{
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #969696;
    padding-bottom: 10px;
}

#prime_white h3{
    color: #202020;
    font-weight: normal;
    text-align: center;

    font-size: 22px;
    padding: 0px 30px 0px 30px;
    font-weight: lighter;
}

#prime_white h5{
    text-align: center;
    font-weight: lighter;
    padding: 20px 0px;
}

#prime_white a{
    color: #255fcd;
    text-decoration: underline;
}

@media (max-width:1024px){
    .cards_wrap .card_item{
        width: 32%;
        padding: 20px;
        margin-left: 10px;
    }
    #prime .cards_wrap .card_item{
        margin-left: 345px;
    }
}

.hide {
  display: none;
}

@media (max-width:768px){
    .cards_wrap .card_item{
        width: 90%;
        padding: 20px;
        margin-left: 25px;
    }
    #prime .cards_wrap .card_item{
        margin-left: 25px;
    }
    .testimonials .testimonial-item p {
        width: 75%;
    }
    table, td{
        width: 500px;
        border: 1px solid black;
        border-collapse: collapse;
        padding: 20px;
        margin-left: 31px;
        text-align: center;
    }

}

/*--------------------------------------------------------------
# Table Top Responsive
--------------------------------------------------------------*/

#main section{
    background-color: #f8faff;
    margin-top: 20px;
}


/* Table Top Mobile */
.slideshow-container {
    width: 145px;
    height: auto;
    position: relative;
    background: #255fcd;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: 250px;
}

.slideshow-container #free{
    background-color: #f8f8f8;
    color: #acacac;
}

/* Slides */
.mySlides {
    display: none;
    padding: 20px;
    padding-top: 35px;
    font-size: 20px;
    text-align: center;
    color: white;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 40px;
  margin-top: -30px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

a:not([href]) {
  color: black;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  
  color: white;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}

@media (min-width:768px){
    #slider{
        display: none;
    }
    .table-responsive{
        display: none;
    }
}

@media (max-width:768px){
    .desktop_tabletop{
        display: none;
    }
    #table{
        display: none;
    }
    .table-responsive{
        display: table;
        margin-left: 17px;
    }
}






