@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700;800&display=swap');

body {
    font-family: 'Karla', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Karla', sans-serif;
}

p{
    font-family: 'Karla', sans-serif;
}

a,a:hover{
    text-decoration: none !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px !important;
}

.back-to-top.show-back-to-top {
    display: block;
    bottom: 1.25%;
    visibility: visible;
}

.back-to-top {
    position: fixed;
    right: 1.5%;
    bottom: -9.5%;
    height: 15px;
    cursor: pointer;
    width: 40px;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: bold;
    color: transparent;
    text-align: center;
    z-index: 3;
    visibility: hidden;
    outline: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: #434343;
}


.back-to-top::before, .back-to-top::after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 0;
}

.back-to-top::before {
    top: -20px;
    z-index: 4;
    border-bottom: 20px solid #434343;
}

.back-to-top::after {
    bottom: 0;
    z-index: 5;
    border-bottom: 20px solid #03a9f4;
}

.back-to-top.show-back-to-top {
    display: block;
    bottom: 1.25%;
    visibility: visible;
}
.back-to-top:hover, 
.back-to-top:focus {
    opacity: 1;
    text-decoration: none;
    height: 40px;
    color: #ffffff;
}

/*---------------------------------------------
    # Hero Section
-----------------------------------------------*/

.menu-two{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-two .logo img{
    max-width: 200px;
    width: 100%;
}

.navbar-toggler-icon {
    background-color: #03a9f4 !important;
}

.top-bar{
  padding: 20px 0px;
  background: #03a9f4;
}

@media (min-width: 1199px) {

    .navbar-nav .nav-item {
        margin-right: 12px;
    }
}

@media (min-width: 991px){
    .top-bar{
        padding: 10px 75px;
    }
    .header-two{
        padding: 15px 75px;
        background: rgb(0 0 0 / 30%);
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 62px;
        box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 12%);
    }
}

.navbar-nav .dropdown-menu .dropdown-item:hover>a {
    color: #fff !important;
}

.navbar-nav .nav-item:hover .nav-link {
    color: #fff !important;
}

.dropdown-item > a::before {
    background-color: #03a9f4 !important;
}

#c-scroll {
    background-color: #03a9f4 !important;
}

#c-scroll:after {
    border-bottom-color: #03a9f4 !important;
}

::-webkit-scrollbar-thumb {
    background: #03a9f4 !important;
}

.top-bar .social-icon{
  display: flex;
}

.top-bar .social-icon i{
  margin-right: 7px;
  line-height: 2.425rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 2.525rem;
  height: 2.525rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-align: center;
  color: #fefefe;
  font-size: 1.2625rem;
  border-radius: 5px;
  transition: all 0.5s ease;
}

.top-bar .social-icon .fa-facebook{
    background: #fff;
    
    color: #3b5998;
}

.top-bar .social-icon .fa-facebook:hover{
  background: #3b5998;
  color: #fff;
}

.top-bar .social-icon .fa-twitter{
    background: #fff;
    color: #55acee;
  
}

.top-bar .social-icon .fa-twitter:hover{
  
  background: #55acee;
  color: #fff;
  
}

.top-bar .social-icon .fa-instagram{
    background: #fff;
     color: #e63561;

}

.top-bar .social-icon .fa-instagram:hover{
 
  background: #e63561;
  color: #fff;
  
}

.top-bar .social-icon .fa-linkedin{
    background: #fff;
    color: #007bb5;
  
}

.top-bar .social-icon .fa-linkedin:hover{
  
  background: #007bb5;
  color: #fff;
  
}

.top-bar .social-icon .fa-pinterest{
    background: #fff;
    color: #e60023;
 
}

.top-bar .social-icon .fa-pinterest:hover{
  color: #fff;
  background: #e60023;
  
}

.top-bar .social-icon .fa-youtube{
    background: #fff;
    color: #bb0000;
    
}

.top-bar .social-icon .fa-youtube:hover{
  background: #fefefe;
  
}

.top-bar .content{
  display: flex;
  align-items: center;
  margin-right: 45px;
}

.top-bar .content:last-child{
  margin-right: 0;
}

.top-bar .content .icon i{
  color: #fff;
  font-size: 21px;
  position: relative;
  top: 2px;
  margin-right: 15px;
}

.top-bar .content .details p{
  margin-bottom: 0;
  font-size: 14px;
  color: #A5A5A5;
}

.top-bar .content .details p.light{
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
}

.top-bar .content .details p.light:hover{
  color: #000;
}

.navbar-nav .nav-item a,
.navbar-nav .dropdown-item a,
.navbar-expand-lg .navbar-nav .nav-link {
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
    padding:10px 15px;
    color: inherit;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    z-index: 99;
    position: relative;
}

.navbar-nav .nav-item a:before,
.navbar-nav .dropdown-item a:before{
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #03a9f4;
    z-index: -1;
    margin-left: 2px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.navbar-nav .nav-item a:hover:before,
.navbar-nav .dropdown-item a:hover:before{
    opacity: 1;
    width: 100%;
}

/*=================================
Home Area
====================================*/
.hero-sec {
  position: relative;
  padding-bottom: 0;
  background: #09082e;
  background-image: url(../img/home/hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-sec:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
}

.hero-sec .content-sec{
  width: 65%;
  border-radius: 0px;
  margin: 200px 0;
  padding: 40px 0px 40px 50px;
  position: relative;
  text-align: left;
}

.divider-sm-left {
    border-top: 6px solid #fff;
}

.divider-sm-left {
    max-width: 60px;
    margin-left: unset;
    margin-right: auto;
    margin-bottom: 1rem;
    background-color: transparent;
    border-radius: 3px;
}

hr {
    background-color: #e9e9e9;
    border: 0;
    height: 1px;
    margin: 0.438rem 0 2.063rem;
}

.hero-sec .content-sec .section-subtitle{
    color: #03a9f4;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
}

.hero-sec .content-sec .section-title{
    font-size: 45px;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0px 2px 7px rgb(0 0 0 / 50%);
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.hero-sec .content-sec .heading__description p {
    color: #fff;
    font-size: 1.125rem;
    max-width: 600px;
    font-weight: 600;
    line-height: 30px;
}

.btn-wraper{
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
  position: relative;
}

.hero-sec .content-sec .readmore-btn{
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    position: relative;
    letter-spacing: 0;
    border-radius: 5px;
    background-color: #03a9f4;
    color: #fff;
    font-size: 15px;
    text-align: center;
    transition: .3s;
    font-weight: 600;
    box-shadow: none;
    min-width: 10rem;
    font-size: 0.938rem;
    padding: 0.813rem 2.5rem;
}

.hero-sec .content-sec .readmore-btn:hover {
    color: #03a9f4;
    background-color: #ffffff;
}

@media (max-width: 1024px){
    .hero-sec .content-sec{
        width: 75%;
        margin: 120px 0;
    }
}

@media (max-width: 992px){
    .hero-sec .content-sec{
        margin: 120px 0;
        width: 90%;
    }
    .hero-sec .content-sec .section-title {
        font-size: 39px;
    }
}



/*=================================
slider Area End
====================================*/

.feature-area {
    position: relative;
    margin-top: -60px;
    z-index: 2;
    padding: 0;
  }

.bg-color{
    background: #03a9f4 !important;
}

.feature-area .feature-box{
  display: block;
  text-align: left;
  background-color: #fff;
  padding: 60px 25px;
  border-bottom: 6px solid #03a9f4;
  transition: all 0.3s;
  box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -10px;
}

.feature-area .feature-box .icon i {
    color: #fff;
    font-size: 40px;
}

.feature-area .feature-box .title {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
}

.feature-area .feature-box .title a {
    text-transform: capitalize;
    color: #fff;
}

.feature-area .feature-box .description{
    color: #fff;
    padding-bottom: 0;
}

.feature-area .img-box{
  margin: 0px 0px 0px -56px;
}

/*--------------------------------------------------------------
    # Sections General
--------------------------------------------------------------*/

@media (min-width: 992px){
  section {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
  }
}

@media (max-width: 992px){
  section {
    padding: 65px 0;
    overflow: hidden;
    position: relative;
  }
  section.home7-hero-sec {
    padding: 100px 0 0;
  }
  .header-two{
    background-color: #1f1f1f;
  }
}

.section-title-5 {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.section-title-5 h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
  position: relative;
}

.section-title-5 .separator {
    position: relative;
    margin: 5px auto 0px;
    width: 120px;
}

.section-title-5 .separator ul {
    padding: 0px;
    margin: 0px;
}

.section-title-5 .separator ul::before {
    content: '';
    width: 60px;
    height: 4px;
    background: #03a9f4;
    left: -18px;
    top: 47%;
    position: absolute;
    border-radius: 50px;
}

.section-title-5 .separator ul li i{
    color: #03a9f4;
    font-size: 24px;
}

.section-title-5 .separator ul::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 4px;
    background: #03a9f4;
    right: -18px;
    top: 47%;
    border-radius: 50px;
}

.section-title-5 p {
  margin: 25px auto;
  width: 100%;
  max-width: 900px;
  color: #838383;
  font-weight: 500;
}

.cl-white{
  color: #fff;
}


/* about css */

.about{
  position: relative;
  padding-bottom: 0;
  background-color: #fff;
}

.about .data-bg-img {
    background-image: url(../img/slider/2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: auto;
}

.about .about-content{
    text-align: left;
    background: #f5f5f5;
    padding: 100px 100px 100px 150px;
}

.about .about-content span{
    color: #03a9f4;
    font-weight: 600;
    font-size: 21px;
}

.about .about-content .main-title{
  display: block;
  margin: 25px 0 20px 0;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 600;
}

.col-sm-12.data-bg-img{
    height: 50vh;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-5{
  background-color: #fff;
}

.service-box{
    position: relative;
    overflow: hidden;
    margin-bottom:30px;
    perspective:1000px;
    -webkit-perspective:1000px;
    box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -10px;
}

.service-icon{
    width: 100%;
    height: 220px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
}

.service-content{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 220px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    background-color: #f5f5f5;
    backface-visibility:hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
}
.service-box .service-icon .front-content{
    position: relative;
    top:80px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-box .service-icon .front-content i {
    font-size: 32px;
    color: #fff;
    font-weight: normal;
}

.service-box .service-icon .front-content h3 {
    font-size: 21px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.service-box .service-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-top: 25px;
    margin-bottom:10px;
    text-transform: capitalize;
}
.service-box .service-content p {
    font-size: 17px;
    color: #f6f6f6;
    margin:0;
}
.box-color{
    background-color: #02a9f4;
}
        
.service-box:hover .service-icon{
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
}
.service-box:hover .service-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}

.service-box:hover .service-content {
    background-color: #1f1f1f !important;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio-box{
     background-color: #000;
     overflow: hidden;
     position: relative;
 }
 .portfolio-box:before{
     content: '';
     transform: scaleY(0);
     position: absolute;
     left: 12px;
     top: 12px;
     bottom: 12px;
     right: 12px;
     z-index: 1;
     transition: all 0.5s ease 0s;
 }
 .portfolio-box:hover:before{ 
    transform: scaleY(1); 
 }
 .portfolio-box img{
     width: 100%;
     height: auto;
     transition: all 0.5s ease 0s;
 }
 .portfolio-box:hover img{
     opacity: 0.2;
     transform: scale(1.1);
 }
 .portfolio-box .portfolio-box-content{
     color: #fff;
     text-align: center;
     width: 90%;
     filter: blur(5px);
     opacity: 0;
     transform: translateX(-50%) translateY(50%);
     position: absolute;
     bottom: 60%;
     left: 50%;
     z-index: 2;
     transition: all 0.5s ease 0.2s;
 }
 .portfolio-box:hover .portfolio-box-content{
     filter: blur(0);
     opacity: 1;
 }
 .portfolio-box .title{
     font-size: 25px;
     font-weight: 600;
     letter-spacing: 0.5px;
     text-transform: capitalize;
     margin: 0;
     color: #fff;
     transition: all 0.5s;
 }

  .portfolio-box .title:hover{
    color: #03a9f4;
  }
 
 .portfolio-box .icon{
     padding: 0;
     margin: 0;
     list-style: none;
     opacity: 0;
     transform: translateX(-50%) scale(0);
     position: absolute;
     left: 50%;
     bottom: 40%;
     z-index: 1;
     transition: all 0.3s ease 0.3s;
 }
 .portfolio-box:hover .icon{
     opacity: 1;
     transform: translateX(-50%) scale(1);
 }
 .portfolio-box .icon li{
     margin: 0 3px;
     display: inline-block;
 }
 .portfolio-box .icon li a{
     color: #fff;
     background-color: transparent;
     font-size: 25px;
     display: block;
     transition: all 0.3s ease 0s;
 }

 .portfolio-box .icon li a i{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #03a9f4;
    border-radius: 50px;
 }

 .portfolio-box .icon li a:hover{
     color: #fff;
 }

 @media only screen and (max-width:990px){
    .portfolio-box{ margin: 0 0 30px; }
 }

.cta-7 {
  padding: 100px 0;
  background-color: #03a9f4;
}

.bg-img{
  position: relative;
  background-image: url(../img/cta/cta.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cta-7:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.6;
}


.c-white {
    color: #fff;
}

.cta-7 h3{
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: capitalize;
}

.cta-7 h2{
  color: #fff;
  text-transform: capitalize;
  font-size: 48px;
  font-weight: 700; 
}

.cta-7 p{
  letter-spacing: 1px;
  max-width: 800px;
  margin: auto;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.cta-7 .flex-btn{
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-7 .btn{
    padding: 14px 38px;
    color: #272727;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border: 2px solid #fff;
    border-radius: 50px;
    background-color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.mb-0 {
    margin-bottom: 0!important;
}

.btn {
    display: inline-block;
    margin-top: 15px;
    border-radius: 0;
    font-size: 15px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn:hover{
  border: 2px solid #03a9f4;
  background-color: #03a9f4;
  color: #fff;
}

@media screen and (max-width: 768px){
  .cta-7 .btn {
    margin-top: 15px;
  }
  .banner-content {
    width: 80%;
  }
  .feature-area {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px){
  section.home7-hero-sec {
    padding: 50px 0 0 !important;
    }
  .navbar-collapse {
    margin-top: 0px !important;
    }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.our-team-sec{
    position: relative;
    width: 100%;
    background: #fff;
}

.our-team{
    padding: 8px;
    background: #fff;
    text-align: center;
    margin-bottom: 25px;
    box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -10px;
    border: 1px solid rgba(17,32,77,0.15);
    border-radius: 10px;
    padding: 10px;
    margin-top: 40px;
    transition: all 0.5s;
}
.our-team .pic{
    position: relative;
    transform: scale(1);
    transition: all 0.3s ease 0s;
}

.our-team .pic img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: -60px;
    transition: all 0.5s;
}


.our-team:hover .pic img{
    transform: scale(1.05);
}

.our-team .read-more{
    width: 100px;
    padding: 0 15px 15px 0;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.35px;
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    transform: translate3d(20px, 20px, 0px);
    transition: all 0.35s ease 0s;
}
.our-team:hover .read-more{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.our-team .team-content{
    padding: 20px 0;
}
.our-team .title{
    font-size: 22px;
    font-weight: 700;
    color: #3b3b3b;
    text-transform: capitalize;
    margin: 0 0 8px 0;
}
.our-team .post{
    font-size: 13px;
    font-weight: 500;
    color: #6e6e70;
    text-transform: capitalize;
}


/*--------------------------------------------------------------
# News & Blog
--------------------------------------------------------------*/

.blog-5 {
  position: relative;
  background: #f6f6f6;
}

.blog-5 .blog-item {
    border: 1px solid rgba(17,32,77,0.15);
    border-radius: 10px;
    padding: 10px;
    margin-top: 40px;
    transition: all 0.5s;
}

.blog-5 .blog-1 .post-img {
    overflow: hidden;
    margin-top: -50px;
    border-radius: 10px;
    position: relative;
}
.blog-5 .post-img {
    overflow: hidden;
}

.blog-5 .post-img img {
    width: 100%;
    transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}

.blog-5 .blog-item:hover .post-img img {
    transform: scale(1.1);
    
}

.blog-5 .blog-item:hover a.heading{
  color: #03a9f4;
}

.blog-5 .post-content{
  padding: 20px 40px 40px;
}

.blog-5 .post-content h5{
  line-height: 36px;
  padding: 20px 0;
  margin-bottom: 0;
}

.blog-5 .post-content h5 a {
    line-height: 1.4;
    font-size: 21px;
    color: #1f1f1f;
    display: block;
    transition: all 0.3;
}

.blog-5 .post-content h5 .heading:hover{
    color: #03a9f4;
}

.blog-5 .btn-wraper .read-more-btn{
    /*display: block;
    position: relative;
    width: 150px;
    text-align: center;
    padding: 12px 13px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    background-color: #03a9f4;
    transition: all 0.5s;
    border: 1px solid #03a9f4;*/
    text-decoration: none;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    padding: 5px 0;
    color: #03a9f4;
}

.blog-5 .btn-wraper .read-more-btn:before {
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #03a9f4;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.blog-5 .btn-wraper .read-more-btn:hover:before {
    width: 50%;
}

.blog-5 .date-box {
    width: 54px;
    position: absolute;
    top: 0;
    background: #03a9f4;
    text-align: center;
    color: #fff;
    z-index: 1;
    margin: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 5px 5px 40px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 40px 0px rgb(0 0 0 / 10%);
}

.date-box .m {
    font-size: 32px;
    padding: 8px;
    font-weight: bold;
}

.date-box .d {
    font-size: 12px;
    background: rgba(0, 0, 0, 0.1);
    letter-spacing: 2px;
    padding: 5px;
}

@media screen and (max-width: 991px){
    .navbar {
      width: 100%;
      padding: 0;
      position: absolute;
      top: 62px;
	  right:10px;
    }
    .about .about-content {
      padding: 40px 20px 30px 20px;
    }
}

.affix.sticky-menu {
    background-color: #1f1f1f;
}

/*==============================================
                Start Testimonials
===============================================*/

#testimonials{
    position: relative;
    width: 100%;
    background: #f6f6f6;
}

.testimonial {
    display: block;
    text-align: left;
    margin: 10px;
}

.testimonial blockquote {
    color: #fff;
    padding: 70px;
    background: #fff;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(17,32,77,0.15);
    transition: all 0.5s;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.testimonial i {
    font-size: 36px;
    color: #03a9f4;
}

.testimonial h3 {
    margin-top: 10px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 18px;
    color: #1f1f1f;
}

.testimonial blockquote p {
    color: #333;
    font-size: 16px;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7em;
}

.testimonial .author .name{
    font-size: 16px;
    font-weight: normal;
}

.testimonial .author .post{
    font-size: 12px;
    color: #1f1f1f;
    font-weight: normal;
}

blockquote span {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin-top: 10px;
    color: #03a9f4;
}

.testimonial blockquote:hover {
    background: rgba(0, 0, 0, .8);
}

.testimonial blockquote:hover h3,
.testimonial blockquote:hover p,
.testimonial blockquote:hover .post{
    color: #fff;
    transition: all 0.3s;
}



.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #03a9f4;
}

#testimonials .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}


#testimonials .testimonial:hover .testimonial-desc,
#testimonials .testimonial:hover .testimonial-profile .name,
#testimonials .testimonial:hover .testimonial-profile .post{
    color: #fff;
}

#testimonials .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 10px;
    margin: 12px 7px;
    border-radius: 3px;

}

/*==============================================
                End Testimonials
===============================================

/*==============================================
                Start Footer
===============================================*/
.footer{
  position: relative;
  padding: 100px 0;
  background-image: url(../img/footer/1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}

.footer .foot-top .logo img{
  width: 235px;
}

.footer .foot-top h2{
  font-size: 25px;
  text-transform: uppercase;
}

.footer .foot-top .desc{
  color: #888;
}

.footer .foot-top .menu-link,
.footer .foot-top .social-icon{
  margin-top: 50px;
}

.footer .foot-top .menu-link li{
  display: inline-block;
  margin-right: 40px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s;
}

.footer .foot-top .menu-link li:hover a{
  color: #03a9f4;
  transition: all 0.3s;
}

.footer .foot-top .social-icon li{
  display: inline-block;
  margin-right: 40px;
}

.footer .foot-top .social-icon li i{
  color: #838383;
  font-size: 17px;
  transition: 0.3s;
}

.footer .foot-top .social-icon li i:hover{
  color: #03a9f4;
}

.footer .foot-top .social-icon p{
  margin-top: 10px;
  font-size: 13px;
  color: #888;
}

.footer .foot-top .heading-con{
  position: relative;
  font-size: 19px;
  color: #03a9f4;
  margin: 20px 0 40px 0;
}

@media (min-width: 1025px) {
    .footer .foot-top .heading-con:after{
    position: absolute;
    content: '';
    width: 750px;
    top: 50%;
    right: 100px;
    background-color: #414141;
    height: 3px;
  }
}

@media (max-width: 1025px) {
    .footer .foot-top .heading-con:after{
    position: absolute;
    content: '';
    width: 550px;
    top: 50%;
    right: 100px;
    background-color: #414141;
    height: 3px;
  }
}

@media (max-width: 768px) {
    .footer .foot-top .heading-con:after{
    position: absolute;
    content: '';
    width: 350px;
    top: 50%;
    right:70px;
  }
}

@media (max-width: 768px) {
    .footer .foot-top .heading-con:after{
      width: 186px;
      right: 25px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .footer .foot-top .heading-con:after{
    width: 300px;
    right: 25px;
  }
}
.footer .foot-top .address-list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer .foot-top .address-list i{
  margin-right: 15px;
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  line-height: 35px;
  text-align: center;
  color: #888;
  border-radius: 50%;
  border: 1px solid #888;
  transition: all 0.3s;
}

.footer .foot-top .address-list li{
 display: flex;
 cursor: pointer;
}

.footer .foot-top .address-list li:hover i{
  color: #03a9f4;
  border-color: #03a9f4;
}

.footer .foot-top .address-list p{
  color: #888;
}

@media (max-width: 1024px){
    .top-bar .content {
        margin-right: 10px;
    }
    .top-bar .content .icon i {
        font-size: 18px;
        margin-right: 6px;
    }
    .navbar-nav .nav-item {
        margin-right: 0px;
    }
    .navbar-nav .nav-item a, 
    .navbar-nav .dropdown-item a {
        padding: 10px 8px !important;
    }
    .banner-content {
        width: 80%;
        padding: 40px 0;
    }
}

@media (max-width: 425px){
    .testimonial blockquote {
        padding: 15px;
    }
}

@media (max-width: 768px){
    .home-area .owl-theme .owl-dots {
        bottom: 50px !important;
    }
}

/* Preloader */

.preloader{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99999999999;
    text-align: center;
    overflow: hidden;
    background: #295df1;
    background: -webkit-linear-gradient(to right, #295df1 0%, #4487f2 100%);
    background: -moz-linear-gradient(to right, #295df1 0%, #4487f2 100%);
    background: linear-gradient(to right, #295df1 0%, #4487f2 100%);
}

.preloader .box{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
}

.preloader .box:after {
    content: '';
    width: 50px;
    height: 50px;
    background: #fff;
    -moz-animation: preloader 500ms linear infinite;
    -webkit-animation: preloader 500ms linear infinite;
    animation: preloader 500ms linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

.preloader .box:before {
    content: '';
    width: 50px;
    height: 5px;
    background: #000;
    -moz-animation: preloader-shadow 500ms linear infinite;
    -webkit-animation: preloader-shadow 500ms linear infinite;
    animation: preloader-shadow 500ms linear infinite;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
}

@-moz-keyframes preloader {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -moz-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -moz-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        -moz-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -moz-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}
@-webkit-keyframes preloader {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -webkit-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}
@keyframes preloader {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -moz-transform: translateY(9px) rotate(22.5deg);
        -ms-transform: translateY(9px) rotate(22.5deg);
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -moz-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        -ms-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        -webkit-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        -moz-transform: translateY(9px) rotate(67.5deg);
        -ms-transform: translateY(9px) rotate(67.5deg);
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -moz-transform: translateY(0) rotate(90deg);
        -ms-transform: translateY(0) rotate(90deg);
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}
@-moz-keyframes preloader-shadow {
    50% {
        -moz-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}
@-webkit-keyframes preloader-shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}
@keyframes preloader-shadow {
    50% {
        -moz-transform: scale(1.2, 1);
        -ms-transform: scale(1.2, 1);
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}