

*{
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none;
}
html {
  scroll-behavior: smooth;
}
h1,h2,h3,h4,h5,h6{margin:0;}
body {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
}
.container-fluid {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto; 
}
.navbar-dark .navbar-nav .nav-link {
    color: #182945;
}
.navbar-shrink{
    padding-top: 0;
    padding-bottom: 0;
    transition: all ease .5s;
}
.mybg-dark {
    background: white  !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
h3.my-heading {
    font-weight: bold;
}
li.nav-item {
    margin: 0 20px 0 0;
    color: black;
}
header{

    width: 100%;
    height: 600px;
    background-size: cover;
    /*background: linear-gradient(#503eff, #08d4fd);*/
    /*background: linear-gradient(0deg, #08d4fd 0%, #503eff 100%);*/
    /*background: linear-gradient(#e66465, #9198e5);*/
    position: relative;
    color: #182945;
    overflow-x: hidden;
    overflow-y: hidden;
}
.overlay{position:absolute;background-color:white;height:100%;width:100%;top:0;left:0;opacity:.3}
header .tophead{
    margin-top: 100px;
}
header .title-main{
    
    font-weight: bold;
    
}
header .subtitle-main{
  
    margin-top: 10px;
    margin-bottom: 35px;
    line-height: 1.5em;
}


header .btn-explore{
    display: inline-block;
    padding: 8px 20px;
    /*width: 128px;*/
    font-size: 14px;
    background: #3dce8c;
    border: 1px solid #3dce8c;
    color: white;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
    cursor:pointer;
    box-shadow: 0px 0px 10px 0px #00000059;
}

header .btn-account{
    display: inline-block;
    padding: 8px 20px;
   /* width: 128px;*/
    font-size: 14px;
    background: #182945;
    border: 1px solid #182945;
    color: white;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
    cursor:pointer;
    box-shadow: 0px 0px 10px 0px #00000059;
}

.top-btn-block a{
    margin: 0 7px 0 0;
}





/***overview***/
.overview-wrap .title-overview{
    text-align: center;
    color: #3dce8c;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 23px;
}
.overview-wrap .subtitle-overview{
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    max-width: 660px;
    margin: 19px auto 103px;
    text-align: center;
}



.sesgoabajo{
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: 0;
    border-width: 0 0 10vh 100vw;
    border-style: solid;
    border-color: transparent transparent #182945 transparent;
}
.sesgoarriba{
    z-index: 10;
     position: absolute;
    left: 0;
    top: 0;
    border-width: 10vh 100vw 0 0;
    border-style: solid;
    border-color: #182945 transparent transparent  transparent;
}
.contenedor{
    overflow: hidden;
    padding: 100px 5px;
}




/***our team***/
.our-team{position: relative;padding: 2rem 0;}
.title-our-team{
    text-align: center;
    color: #3dce8c;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 23px;
}
.subtitle-our-team{
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    max-width: 660px;
    margin: 19px auto 103px;
    text-align: center;
}



/***overview***/
.overview-box{
    height: 340px;
    width: 100%;
    text-align: center;
    padding: 35px 20px;
}
.overview-box:hover{box-shadow: 0px 0px 10px rgba(0,0,0,0.3);transition: all ease 1s;}
.overview-box h5{
    font-weight: 700;
    line-height: 30px;
    font-size: 18px;
    text-transform: uppercase;
    color: #606060;
    margin-bottom:20px;
}
.overview-box p{font-size: 14px;color:#666666;}
.features-icons-icon {       
    vertical-align: middle;
    margin: 20px auto;
}
.features-icons-icon i {color:lightgrey;}
.overview-box:hover .features-icons-icon i.html5 {
    color: #e54d26;
    transition: all ease 1s;
}.overview-box:hover .features-icons-icon i.css3 {
    color: #379ad5;
    transition: all ease 1s;
}.overview-box:hover .features-icons-icon i.android {
    color: #a4c739;
    transition: all ease 1s;
}
.overview-box:hover .features-icons-icon i.drupal {
    color: #0c76ab;
    transition: all ease 1s;
}




/***gallery***/

.galeria{
    width: 100%;
    height: 500px;
    overflow: hidden;
    display: flex;
    position: relative;
}
.imagenes{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.imagenes img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.enmica{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 73, 94, 0.815);
}
.enmica h2{
    position: relative;
    top: 45%;
    text-align: center;
    color: #182945;
}
.enmica div{
    position: relative;
    display: block;
    top: 46%;
    width: 40px;
    height: 5px;
    background: #182945;
    margin: auto;
}




/***testimonial***/
.testimonials-wrap{
     background: linear-gradient(0deg, grey 0%, #182945 100%);
     width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    position: relative;
    padding: 1rem 0 1rem;
}
.title-testimonials{
   text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 5px;
}
.subtitle-testimonials{
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    color: white;
    max-width: 660px;
    margin: 19px auto 103px;
    text-align: center;
}
.slide-one {
    padding: 30px 70px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #00000059;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}
.banner-slide img {
    height: 120px;
    width: 120px;
    border-radius: 100%;
    overflow: hidden;
    object-fit: cover;
}
.banner-slide h5 {
    color: #046ab3;
    font-weight: 700;
    margin: 15px 0;
}
.banner-slide h6 {
    font-size: 15px;
    color: #000;
    margin-bottom: 45px;
    font-weight: 600;
}
.banner-slide p {
    color: #000;
    font-size: 16px;
    
}
.carousel-control-prev {
    left: -175px;
}
.carousel-control-next {
    right: -175px;
}

.carousel-indicators{bottom:-70px;}




/******/
.row.heading h2 {
    color: #fff;
    font-size: 52.52px;
    line-height: 95px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
ul{
  margin:0;
  padding:0;
  list-style:none;
}

.our-team .mycard-block{ 
   float:left; 
   width:100%; 
   background:#fff; 
   padding:30px 20px; 
   text-align:center; 
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 3px solid #182945;
    margin-bottom: 2rem;
}
.our-team .mycard-block:hover{
    border: 3px solid #503eff;
}

.our-team .mycard-block img{ 
   width:130px; 
   height:130px; 
   border-radius:100%; 
   object-fit: cover;
}
.our-team .mycard-block h3{ 
   color:#2a2a2a; 
   font-size:20px; 
   font-weight:500; 
   padding:6px 0;
   text-transform:uppercase;
}
.our-team .mycard-block h3 a{
  text-decoration:none;
    color: #606060;
    font-weight: 700;
}
.our-team .mycard-block h3 a:hover{
    color:#337ab7;
}
.our-team .mycard-block p{ 
   color:#2a2a2a; 
   font-size:13px; 
   line-height:20px; 
   font-weight:400;
}

.our-team .mycard-block .follow-us li{ 
    display:inline-block; 
    width:auto; 
    margin:0 5px;
}

.btn-circle {
    border-radius: 50%;
}
.my-social-btn {
    background: lightgrey;
}
a.btn.btn-circle.my-social-btn {
    color: #fff;
    height: 40px;
    width: 40px;
}
.mycard-block:hover .my-social-btn.fb {
    background: #205b9f;
}
.mycard-block:hover .my-social-btn.twitter {
    background: #00ace3;
}
.mycard-block:hover .my-social-btn.google {
    background: #ff3921;
}



/******contact wrap******/

section.contact-wrap{
    padding: 5rem 0;
    position: relative;
    background: url('../../resource/base-images/cover.jpg') no-repeat center center fixed;
    background-size: cover;
}
.cta {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

section.service-wrap{
    padding: 5rem 0;
    position: relative;
    background: url('../../resource/base-images/parcelmann2.png') no-repeat center center fixed;
    background-size: cover;
}
.cta .cta-inner {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 3rem;
    margin: .5rem;
    box-shadow: 0px 0px 10px 0px #00000059;
}

.cta .cta-inne {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 3rem;
    padding-bottom: 3rem;
    box-shadow: 0px 0px 10px 0px #00000059;
    font-size: 14px;
}

.contactForm {
    width: 100%;
    max-width: 484px;
    border-radius: 5px;
    margin: auto;
    padding: 30px 40px 20px;
    
}
.contactForm .form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #222222;
    background-color: transparent !important;
    color: #222222;
    margin-bottom: 2rem;
    outline:none;
}
.contactForm ::placeholder{color: #222222;}
input.btn-login {
    display: block;
    margin: auto;
    text-align: center;
    background-color: #182945;
    border: 1px solid #3dce8c;
     border-radius: 3px;
     font-size: 14px;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 50px;
    outline: none;
     box-shadow: 0px 0px 10px 0px #00000059;
}


/* Footer */
footer.footer{padding:4rem 0;}
footer.footer ul li a{color: #182945;text-decoration: none;}
footer.footer p{font-size: 18px;color:#dcdcdc;}


/***responsive---/

@media only screen and (min-width: 960px) and (max-width: 1023px) {}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .enmica h2{font-size:15px;}
    /******/
    .testimonials{padding: 18rem 0;}
}

@media only screen and (max-width:736px) and (orientation:landscape){}
@media only screen and (max-width:667px) and (orientation:landscape){}
@media only screen and (max-width:568px) and (orientation:landscape){}
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .enmica h2{font-size:18px;}
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
    header .tophead {margin-top: 100px;}
    header .title-main {font-size: 28px;}
    header .subtitle-main {font-size: 13px;}
    header .btn-explore{padding: 5px 8px;font-size: 13px;}
    header .btn-account{padding: 5px 8px;font-size: 13px;}
    /******/
    .overview .title-overview{font-size: 28px;}
    .overview .subtitle-overview{font-size: 14px;}
    /******/
    .title-our-team{font-size: 28px;}
    .subtitle-our-team{font-size: 14px;}
    /******/
    .title-testimonials{font-size: 28px;}
    .subtitle-testimonials{font-size: 14px;}
    /******/
    .slide-one {padding: 30px 25px;}
    /******/
    section#blog .title-blog{font-size: 28px;}
    section#blog .subtitle-blog{font-size: 14px;}
    /******/
    .contactForm{padding: 0;}
    .contact-wrap h2{font-size: 28px;}
}

@media only screen and (min-width: 321px) and (max-width: 479px) {
    header .tophead {margin-top: 100px;}
    header .title-main {font-size: 25px;}
    header .subtitle-main {font-size: 13px;}
    header .btn-explore{padding: 5px 8px;font-size: 13px;}
    header .btn-account{padding: 5px 8px;font-size: 13px;}
    /******/
    .overview .title-overview{font-size: 25px;}
    .overview .subtitle-overview{font-size: 14px;}
    /******/
    .title-our-team{font-size: 25px;}
    .subtitle-our-team{font-size: 14px;}
    /******/
    .title-testimonials{font-size: 25px;}
    .subtitle-testimonials{font-size: 14px;}
    /******/
    .slide-one {padding: 30px 25px;}
    /******/
    section#blog .title-blog{font-size: 25px;}
    section#blog .subtitle-blog{font-size: 14px;}
    /******/
    .contactForm{padding: 0;}
    .contact-wrap h2{font-size: 25px;}
}

/*nav bar*/


.dropdown:hover>.dropdown-menu {
  display: block;

}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-toggle::after {
    display: none;
}

/*track coloumn*/
 .progress-title{
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px;
}
.progress{
    height: 10px;
    background: #333;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
}
.progress .progress-bar{
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}
.progress .progress-bar:after{
    content: "";
    display: inline-block;
    width: 9px;
    background: #fff;
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: -1px;
    z-index: 1;
    transform: rotate(35deg);
}
.progress .progress-value{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    position: absolute;
    top: -30px;
    right: -25px;
}
@-webkit-keyframes animate-positive{
    0%{ width: 0; }
}
@keyframes animate-positive {
    0%{ width: 0; }
}


@media only screen  and (max-width: 600px) {
    #home{
        overflow-y: scroll;
    }

    #hideFace{
        display: none;
    }
    .slider{
        display: none;
    }
    #slider{
        display: none !important;
    }
}


/* ========== Who We Are ========== */

section.contact-wrap1{
    padding: 5rem 0;
    position: relative;
    background: url('../../resource/base-images/wrapper2.jpeg') no-repeat center center fixed;
    background-size: cover;
}

.info-section{
    float: left;
    width:100%;
    padding:5rem 0;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    

}
.info-section h2{
    font-weight: 700;
    font-size: 2.5rem;
}

.info-section .head-sec{
    float: left;
    width:100%;
}

.info-section h3{
    font-size: 1.4rem;
}
.info-section p {
    font-size: 1rem;
    line-height: 1.3rem;
}
.info-section .box h2{
    font-size:24px;
    margin-bottom:20px;
    margin-top:0;
}

.info-section .box i{
    font-size:20px;
}
.info-section .box{
    display:flex;
}
.info-section .text-box{
    flex:1 1 0;
    text-align:left;
}
.info-section .icon-box{
    line-height: 1.2;
    width:70px;
}
.info-section .service-block-overlay{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.info-section .service-block-overlay:hover{
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 90px rgba(0, 0, 0, 0.1);
    float: left;
    margin-top: -10px;
    position: relative;
    width: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.content-half{
    color:#fff;
}
.content-half ul{
    padding:0;
    list-style:none;
}
.content-half ul li{
    margin:15px 0;
    float:left;
    width:100%;
}
.content-half ul li i{
    float:left;
    font-size:30px;
    padding-top:10px;
    padding-bottom:10px;
}
.content-half ul li .list-content{
    float:left;
    margin-left:20px;
}
.content-half ul li strong{
    font-size:19px;
    font-weight:700;
}
.content-half .btn{
    margin-top:20px;
}
/*--- three Block Panel ---*/
.three-panel-block{
    float: left;
    width: 100%;
}
.three-panel-block i{
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.three-panel-block i.box-round{
    border-color: inherit;
    border-width: 1px;
    border-style:solid;
    padding:16px;
    border-radius: 50%;
}

/*--- Two Block Panel ---*/
.two-panel-block{
    float: left;
    width: 100%;
}
.two-panel-block p{
    font-size:16px;
}


/*--- Two Block Panel ---*/
.four-panel-block{
    float: left;
    width:100%;
}

/* ========== Who We Are ========== */




/*Nav bar*/
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
body {
  
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
  height: 100vh;
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.vakatel {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
  position: relative;
  left: 0;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
  left: -10px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0%;
  left: -300px;
  z-index: 999;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
  padding-top: 0%;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding:5px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 16px !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
}

.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}

.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 0px;
}

.page-wrapper .page-content > div {
  padding-left: 0px;
  padding-right: 0px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


/*-----------------------------vakatel-------------------------------------------------*/

.vakatel .sidebar-wrapper {
    background: #31353D;
}

.vakatel .sidebar-wrapper .sidebar-header,
.vakatel .sidebar-wrapper .sidebar-search,
.vakatel .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #3a3f48;
}

.vakatel .sidebar-wrapper .sidebar-search input.search-menu,
.vakatel .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.vakatel .sidebar-wrapper .sidebar-header .user-info .user-role,
.vakatel .sidebar-wrapper .sidebar-header .user-info .user-status,
.vakatel .sidebar-wrapper .sidebar-search input.search-menu,
.vakatel .sidebar-wrapper .sidebar-search .input-group-text,
.vakatel .sidebar-wrapper .sidebar-brand>a,
.vakatel .sidebar-wrapper .sidebar-menu ul li a,
.vakatel .sidebar-footer>a {
    color: #818896;
}

.vakatel .sidebar-wrapper .sidebar-menu ul li:hover>a,
.vakatel .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.vakatel .sidebar-wrapper .sidebar-header .user-info,
.vakatel .sidebar-wrapper .sidebar-brand>a:hover,
.vakatel .sidebar-footer>a:hover i {
    color: #b8bfce;
}

.page-wrapper.vakatel.toggled #close-sidebar {
    color: white;
}

.page-wrapper.vakatel.toggled #close-sidebar:hover {
    color: #ffffff;
}

.vakatel .sidebar-wrapper ul li:hover a i,
.vakatel .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.vakatel .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.vakatel .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #16c7ff;
    text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5);
}

.vakatel .sidebar-wrapper .sidebar-menu ul li a i,
.vakatel .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.vakatel .sidebar-wrapper .sidebar-search input.search-menu,
.vakatel .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3a3f48;
}

.vakatel .sidebar-wrapper .sidebar-menu .header-menu span {
    color: white;
}

.vakatel .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

.vakatel .sidebar-footer>a:first-child {
    border-left: none;
}

.vakatel .sidebar-footer>a:last-child {
    border-right: none;
}


/*Head*/
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

.navbar-icon-top .navbar-nav .nav-link > .fas {
  position: relative;
  width: 36px;
  font-size: 24px;
}

.navbar-icon-top .navbar-nav .nav-link > .fas > .badge {
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  font-family: sans-serif;
}

.navbar-icon-top .navbar-nav .nav-link > .fas {
  top: 3px;
  line-height: 12px;
}

.navbar-icon-top .navbar-nav .nav-link > .fas > .badge {
  top: -10px;
}

@media (min-width: 576px) {
  .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa > .badge {
    top: -7px;
  }
}

@media (min-width: 768px) {
  .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fa > .badge {
    top: -7px;
  }
}

@media (min-width: 992px) {
  .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link > .fa > .badge {
    top: -7px;
  }
}

@media (min-width: 1200px) {
  .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fa > .badge {
    top: -7px;
  }
}
 
 .bg-w{
    color: white;
 }

 .inforide {
  box-shadow: 1px 2px 8px 0px #f1f1f1;
  background-color: white;
  border-radius: 8px;
  height: 125px;
}

.inforide {
  box-shadow: 1px 2px 8px 0px #f1f1f1;
  background-color: white;
  border-radius: 8px;
  
}

.rideone img {
  width: 100%;
}

.ridetwo img {
  width: 60%;
}

.ridethree img {
  width: 50%;
}



.fontsty {
  margin-right: 0px;
}

.fontsty h2{
  color: #6E6E6E;
  font-size: 35px;
  margin-top: 15px;
  text-align: right;
  margin-right: 30px;
}

.fontsty h4{
  color: #6E6E6E;
  font-size: 25px;
  margin-top: 20px;
  text-align: right;
  margin-right: 30px;
}




 /***Nav bar ends****/
/**Indicator***/

.progress-title{
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px;
}
.progress{
    height: 10px;
    background: #333;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
}
.progress .progress-bar{
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}
.progress .progress-bar:after{
    content: "";
    display: inline-block;
    width: 9px;
    background: #fff;
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: -1px;
    z-index: 1;
    transform: rotate(35deg);
}
.progress .progress-value{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    position: absolute;
    top: -30px;
    right: -25px;
}
@-webkit-keyframes animate-positive{
    0%{ width: 0; }
}
@keyframes animate-positive {
    0%{ width: 0; }
}




.card-counter{
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
  }


  .card-counter:hover{
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
  }

  .card-counter.primary{
    background-color: #007bff;
    color: #FFF;
  }

  .card-counter.danger{
    background-color: #ef5350;
    color: #FFF;
  }  

  .card-counter.success{
    background-color: #66bb6a;
    color: #FFF;
  }  

  .card-counter.info{
    background-color: #26c6da;
    color: #FFF;
  }  

  .card-counter i{
    font-size: 5em;
    opacity: 0.2;
  }

  .card-counter .count-numbers{
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
  }

  .card-counter .count-name{
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.8;
    display: block;
    font-size: 20px;
  }



  /*Carousel slider*/
/*search box css start here*/
.search-sec{
    padding: 3rem;
}
.search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(0rem + 2px) !important;
    border-radius:0;
}
.wrn-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
@media (min-width: 992px){
    .search-sec{
        position: relative;
        top: -400px;
        right: -40vw;
        background: white;
        opacity: 0.6;
    }
}


@media only screen  and (max-width: 600px) {
    #home{
        overflow-y: scroll;
    }

    #hideFace{
        display: none;
    }
    .slider{
        display: none;
    }
    #slider{
        display: none !important;
    }

    .carousel-caption{
        padding-left: 0px !important;
    }

    .ico-wrap{
        display: none;
    }
    .navbar-brand{
        font-size: 14px !important;
    }
    .tabs li{
  background-color:#fff;
  opacity: 0.8;
  margin-top:1px;
  text-align:center;
  height:10vh !important;
  width:30vw !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
  padding-top:3vh !important;
  -webkit-border-radius:3px;
  border-radius:3px;
}


.tabs a{
  font-size:12px;
  font-family:OpenSans,sans-serif;
  font-weight:700;
  color:#fff;
  padding:0px;
  text-decoration: none;
  margin:0px;

}

.carousel-item img{
    height: 60vh !important;
}

}
@media (max-width: 992px){
    .search-sec{
        background: #1A4668;
    }

    .first-bar{
        display: none;
    }

    .tabs li{
  background-color:#fff;
  opacity: 0.8;
  margin-top:1px;
  text-align:center;
  height:90px;
  width:100px;
  padding-top:45px;
  -webkit-border-radius:3px;
  border-radius:3px;
}

.tabs a{
  font-size:12px;
  font-family:OpenSans,sans-serif;
  font-weight:700;
  color:#fff;
  padding:5px;
  text-decoration: none;
}

}


.tabs{
  background-color:transparent;
  padding-top:30px;
  padding-bottom:30px;
}

.tabs .tab-pane{
  margin-left:20px;
}

.tabs h3{
  font-size:20px;
  margin-top:10px;
  margin-bottom:60px;
}

.tabs p{
  font-size:14px;
}

.tabs a{
  font-size:15px;
  font-family:OpenSans,sans-serif;
  font-weight:700;
  color:#fff;
  padding:30px;
  text-decoration: none;
}

.tabs li{
  background-color:#333;
  margin-top:1px;
  text-align:center;
  height:110px;
  width:150px;
  padding-top:45px;
  -webkit-border-radius:3px;
  border-radius:3px;
}

.tabs li.active{
  background-color:#182945;

}


section {
    background-color: #f1f4fa;
}
.wrap {
    display: flex;
    background: white;
    opacity: 0.9;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.wrap:hover {
    background: linear-gradient(135deg,#182945 0%,#182945 100%);
    color: white;
}

.ico-wrap{
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}
h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 700;
}

 p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 25px;
}
.display-6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1re}



      .bg-grey {
        background: #292929;
     }
     .logo-footer {
        margin-bottom: 40px;
     }
     footer {
            color: grey;
     }
     footer p, a {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}
footer h6 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 40px;
    position: relative;
}
footer h6:after {
    position: absolute;
    content: "";
    background: grey;
    width: 12%;
    height: 1px;
    left: 0;
    bottom: -20px;
}
     .btn-footer {
                 color: grey;
              
                text-decoration: none;
                border: 1px solid;
                border-radius: 43px;
                font-size: 13px;
                padding: 7px 30px;
                line-height: 47px;
     }
     .btn-footer:hover {
                
                text-decoration: none;
               
     }
    .form-footer input[type="text"] {
        border: none;
    border-radius: 16px 0 0 16px;
    outline: none;
    padding-left: 10px;
    
}

 .form-footer input[type="button"] {
    border: none;
    background:#232323;
        margin-left: -5px;
    color: #fff;
    outline: none;
    border-radius: 0 16px 16px 0;
    padding: 2px 12px;
}
     .social .fa {
    color: grey;
    font-size: 22px;
    padding: 10px 15px;
    background: #3c3c3c;
}
     footer ul li {
    list-style: none;
    display: block;
}
  footer ul  {
   padding-left: 0;
}
footer ul  li a{
  text-decoration: none;
  color: grey;
  text-decoration:none;
}
a:hoer {
    text-decoration: none;
    color: #f5f5f5 !important;
    
}
.logo-part {
    border-right: 1px solid grey;
    height: 100%;
    }



/*App Store*/

    .big-btn{
padding: 10px 0px 11px 0px;
width: 215px;
margin-top:5px;
}

.big-btn i{
font-size: 65px;
margin-right: 0px !important;
}
.big-btn strong{
font-size: 25px;
text-shadow: 1px 2px 0px #34659B;
color: #fff;
line-height: 24px;
}
.big-btn .btn-text{
margin-top:6px;
}

.big-btn small{font-size: 75%;}

.android-btn{

width: 240px;
padding: 13px 17px 13px 0px;
background-color: #000;
border-color: #000;

}
.android-btn:hover{
background-color: #272727;
}

.android-btn i{
font-size: 55px;
}

.android-btn .btn-text{
margin-top: 0px;
}

.android-btn strong{
font-size: 25px;
text-shadow: none;
color: #fff;
line-height: 24px;
}

.windows-btn{
background-color:#008A00;
width: 235px;
padding: 13px 5px 13px 10px;
border-color: #055805;
}

.windows-btn:hover{
background-color: #008A00;
}
.windows-btn .btn-text{
text-shadow: none;
font-size: 26px;
line-height: 25px;
}