#preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    background: var(--th-primary-soft-color);
}



.loader {
   width:80px;
   height:80px;
   display:inline-block;
   padding:0px;
   text-align:left;
   position: fixed;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
}
.loader span {
   position:absolute;
   display:inline-block;
   width:80px;
   height:80px;
   border-radius:100%;
   background: var(--th-primary-color);
   -webkit-animation:loader 1.5s linear infinite;
   animation:loader 1.5s linear infinite;
}
.loader span:last-child {
   animation-delay:-0.9s;
   -webkit-animation-delay:-0.9s;
}
@keyframes loader {
   0% {transform: scale(0, 0);opacity:0.8;}
   100% {transform: scale(1, 1);opacity:0;}
}
@-webkit-keyframes loader {
   0% {-webkit-transform: scale(0, 0);opacity:0.8;}
   100% {-webkit-transform: scale(1, 1);opacity:0;}
}

img{
    max-width: 100%;
    display: block;
}

.owl-nav button{
    position: absolute;
    top: -60px;
    bottom: 0;
    display: inline-table;
    margin: auto;
    max-height: 40px;
}
button.owl-prev {
   left: 0;
}
button.owl-next{
    right: 0;
}
.owl-nav button span {
    font-size: 50px;
    float: left;
    display: block;
    background: var(--th-primary-soft-color);
    color: var(--th-primary-color);
    width: 40px;
    line-height: 40px;
    font-weight: 200;
}


.th-primary-btn{
    background-color: var(--th-primary-color);
    color: var(--th-primary-soft-color);
}

.heading-border span{
    font-style: italic;
}
.header-top-bar .list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
}
.header-top-bar .list-inline-item span {
    margin-left: 5px;
}

.navbar-nav .nav-link{
  padding: 24px 12px;
}

.top-header .nav-item:last-child a{
    padding-right: 0rem;
}
.top-header.header-sticky{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
nav.navbar {
    box-shadow: rgb(33 35 38 / 10%) 0px 10px 10px -10px;
}
/* .top-header.header-sticky:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    box-shadow: 0 1px 8px 0 #00000094;
} */


.carousel-item {
    min-height: 300px;
    background-position: center center;
    background-size: cover;
}
.carousel-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: -1;
}
.slider-content{
    width: 100%;
    float: left;
    position: relative;
}
.carousel-caption.text-center-top{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    display: block; 
    margin: 0 auto;
}
.carousel-caption.text-center-center{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    display: inline-table;
    margin: auto;
}
.carousel-caption.text-center-bottom{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    display: block; 
    margin: 0 auto;
}



.carousel-caption.text-left-top{
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    color: #fff;
    text-align: left;
    display: block;
    margin: 0 auto;
}
.carousel-caption.text-left-center{
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    top: 0;
    color: #fff;
    text-align: left;
    display: inline-table;
    margin: auto;
}
.carousel-caption.text-left-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    color: #fff;
    text-align: left;
    display: inline-table;
    margin: auto;
}




.carousel-caption.text-right-top{
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    color: #fff;
    text-align: left;
    display: block;
    margin: 0 auto;
}
.carousel-caption.text-right-center{
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    top: 0;
    color: #fff;
    text-align: left;
    display: inline-table;
    margin: auto;
}
.carousel-caption.text-right-bottom{
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    top: auto;
    color: #fff;
    text-align: left;
    display: inline-table;
    margin: auto;
}

.carousel-item .slider-title {
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: -0.20rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.carousel-item .slider-text{
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: -0.03rem;
    font-weight: 300;
    margin-bottom: 40px;
}
.slider-btn{
    background: transparent;
    border: 1px solid;
    border-color: #fff;
    border-radius: 0;
    color: #fff;
    font-weight: 300;
}
.slider-btn:hover{
    background: var(--th-primary-color);
    border-color: var(--th-primary-color);
    color: #fff;
}
.navbar .navbar-nav .nav-link.active {
    color: var(--th-primary-color);
    font-weight: 400;
}

ul.social-icon li a{
    background: var(--th-primary-color);
    color: var(--th-primary-soft-color);
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: block;
    line-height: 36px;
    text-align: center;
}

.footer-newsletter-form input {
    background: transparent;
    border: 1px solid;
    border-color: var(--th-primary-color);
    font-weight: 300;
    border-radius: 0;
}
.footer-newsletter-form .btn {
    border-radius: 0;
    font-weight: 300;
    padding: 8px;
}
.footer-newsletter-form .btn:hover {
    color: var(--th-primary-soft-color);
}
.footer-newsletter-form .form-control:focus {
    color: var(--th-primary-color);
    background-color: var(--th-primary-soft-color);
    outline: 0;
    box-shadow: none;
}
.newsletter-text i{
    border: 1px solid var(--th-primary-color);;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
}


.heading-border{
    position: relative;
}
.heading-border::before {
    content: '';
    width: 60px;
    height: 3px;
    background: var(--th-primary-color);
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.our-technology:hover .our-technology-left-inner .heading-border::before{
    background: var(--th-primary-soft-color);
}

/*
services css start
*/

        
.section-head {
  margin-bottom: 40px;
}
.section-footer{
    margin-top: 30px;
}

.service-item .item {
    background: var(--th-primary-soft-color);
    text-align: center;
    padding: 30px 25px;
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    color: var(--th-primary-color);
}
.service-item:nth-last-child(-n+3) .item{
    margin-bottom: 0px;
}
.service-item .item:hover{
    background:var(--th-primary-color);
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    color: var(--th-primary-soft-color);
}
.service-item .item .icon {
    font-size: 40px;
    margin-bottom:20px;
    color: var(--th-primary-soft-color);   
    width: 90px;
    height: 90px;
    line-height: 76px;
    border-radius: 50px;
    background:var(--th-primary-color);
    display: inline-block;
    text-decoration: none;
}
.service-item .item:hover .icon{
    color: var(--th-primary-color); 
    background:var(--th-primary-soft-color);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    border-radius: 3px;
}
.service-item .item .icon img{
    width: 50px;
    display: inline-block;
}
.service-item .item .icon img.img-hover{
    display: none;
}
.service-item .item:hover img{
    display: none;
}
.service-item .item:hover .icon img.img-hover{
    display: inline-block;
}
.service-item .item a{
    color: var(--th-primary-color);
    font-weight: 400;
}
.service-item .item:hover a{
    color: var(--th-primary-soft-color);
}


.service-item .item .icon span.svg-icon svg{
    width: 100%;
    display: block;
    height: auto;
}
.service-item .item .icon span.svg-icon{
    padding: 20px;
    display: inline-block;
    
}
.service-item .item .icon span.svg-icon svg, .service-item .item .icon span.svg-icon svg path{
    fill: var(--th-primary-soft-color);
}

.service-item .item:hover span.svg-icon svg, .service-item .item:hover span.svg-icon svg path{
    fill: var(--th-primary-color);
}

/*
services css end
*/
.our-technology{
    background: var(--th-primary-soft-color);
    position: relative;
    overflow: hidden;
}
.our-technology::before {
    content: "";
    height: 100%;
    width: 30.3%;
    background-color: var(--th-primary-color);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.our-technology:hover:before {
    width: 0;
}
.our-technology-left {
    position: relative;
    padding-right: 30px;
    padding-bottom: 30px;
    height: 100%;
    z-index: 9;
}
.our-technology-left:after {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    right: 0;
    top: 30px;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    z-index: -1;
}
.our-technology:hover .our-technology-left:after{
    border-color: var(--th-primary-color);
}
.our-technology-left-inner{
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 50px 30px;
    position: relative;
    flex-wrap: wrap;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
     -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.our-technology:hover .our-technology-left-inner{
    background: var(--th-primary-color);
    color: var(--th-primary-soft-color);
     -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.our-technology:hover .our-technology-left-inner .heading span{
    color: #fff;
}
.our-technology-right i {
    margin: 6px auto;
    display: table;
    font-size: 50px;
    color: var(--th-primary-color);
}
.our-technology-right .inner{
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    margin: 20px auto;
}
.our-technology-right .inner span {
    color: var(--th-primary-color);
    text-align: center;
    display: block;
    font-weight: 400;
}

/*
testimonials
*/


.testimonials-clean .item .box {
  padding:30px;
  background: var(--th-primary-soft-color);
  position:relative;
}

.testimonials-clean .item .box:after {
  content:'';
  position:absolute;
  left:30px;
  bottom:-24px;
  width:0;
  height:0;
  border:15px solid transparent;
  border-width:12px 15px;
  border-top-color:var(--th-primary-soft-color);
}

.testimonials-clean .item .author {
  margin-top:28px;
  padding-left:25px;
}

.testimonials-clean .item .name {
  font-weight:400;
  margin-bottom:2px;
  font-size: 16px;
  color:var(--th-primary-color);
  position: relative;
  /* top: 8px; */
}

.testimonials-clean .item .title {
  font-size:12px;
  font-weight: 300;
  color:var(--th-primary-color);
}

.testimonials-clean .item .description {
  margin-bottom:0;
  color:var(--th-primary-color);
}

.testimonials-clean .item img {
  max-width:40px;
  float:left;
  margin-right:12px;
  margin-top:-5px;
}

/*
End testimonials
*/

/*
Blogs
*/

.blog-box-content{
    padding: 20px;
}
.blog-box {
    position: relative;
    box-shadow: rgb(221 221 221) 0px 0px 14px;
    height: 100%;
    background-color: rgb(255, 255, 255);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

span.post_author, span.post_date {
    background: var(--th-primary-soft-color);
    color:var(--th-primary-color);
    padding: 10px 10px;
    font-size: 12px;
    border-radius: 69px;
    font-weight: 400;
    line-height: 10px;
    vertical-align: middle;
/*    display: table;*/
}
.post-meta span.post_author, .post-meta span.post_date{
    padding: 8px 10px;
}
.blog-item{
    margin-bottom: 30px;
}
/*.blog-item:nth-last-child(-n+3){
    margin-bottom: 0px;
}*/
/*
End Blogs
*/

.form-group {
    margin-bottom: 1rem;
}
.form-control {
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
    color: var(--th-primary-text-color);
    border-color: var(--th-primary-color);
    padding: 10px 12px;
    border-radius: 0px;
}
.wrapper {
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
}
.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}
.info-wrap .dbox .text {
    width: calc(100% - 50px);
}
.info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}
.info-wrap .dbox .text a{
    color: var(--th-primary-soft-color);
}
.contact-wrap .form-group .form-control{
     border-color: var(--th-primary-color);
}
.contact-wrap .form-group .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--th-primary-color);
    outline: 0;
    box-shadow: 0 0 0 0.25rem var(--th-primary-soft-color);
}
.contact-wrap .form-group .form-control::placeholder, .contact-wrap .form-group .form-control:placeholder{
    color: var(--th-primary-color);;
}
@media (min-width: 992px){
    .info-wrap {
        margin-top: -20px;
        margin-bottom: -20px;
        border-radius: 5px;
    }
}

.sidebar-card .card{
    background-color: var(--th-primary-soft-color);
    border-color: var(--th-primary-color);
    overflow: hidden;
}
.sidebar-card .card a{
    color: var(--th-primary-color);
}
.sidebar-card .card .card-header{
    background-color: var(--th-primary-color);
    color: var(--th-primary-soft-color);
    border-radius: 0;
    border: none;
}
.sidebar-card .card .card-body{
    color: var(--th-primary-color);
    background-color: var(--th-primary-soft-color);
}
.category-listing .card .card-body{
     padding: 0;
}

.sidebar-card .card .card-body .list-group-item{
    background: transparent;
    border-color: var(--th-primary-color);
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--th-primary-color);
    outline: 0;
    box-shadow: 0 0 0 0.25rem var(--th-primary-soft-color);
}
.badge-primary{
    background-color: var(--th-primary-color);
    color: var(--th-primary-soft-color);
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px;
}
.btn{
    font-weight: 400;
    padding: 12px 40px;
}

.home-choose .image img, .home-about .image img{
    max-height: 460px;
    width: 100%;
    object-fit: cover;
}

.search-form button.btn {
    padding: 10px 12px;
}

.blog-sidebar-post .list-group-item{
    padding: 6px !important; 
}
.blog-sidebar-post .blog-side-image{
    width: 23%;
}
.blog-sidebar-post .blog-side-title{
    width: 74%;
}
.blog-sidebar-post a{
    font-size: 12px;
    line-height: 16px!important;
    display: block;
    font-weight: 400;
}
.blog-sidebar-category a{
    font-size: 14px;
    font-weight: 400;
}
.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 15px rgb(16 110 234 / 15%);
}
.team .member .member-img {
    position: relative;
    overflow: hidden;
}
.team .member .social {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
}
.team .member .social a {
    transition: color 0.3s;
    color: #222222;
    margin: 0 3px;
    padding-top: 7px;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    background:var(--th-primary-soft-color);
    display: inline-block;
    transition: ease-in-out 0.3s;
    color: var(--th-primary-color);
}
.team .member .social a:hover{
    background:var(--th-primary-color);
    color: var(--th-primary-soft-color);
}
.team .member .social i {
    font-size: 18px;
}
.team .member:hover .social {
    opacity: 1;
    bottom: 15px;
}
.team .member .member-info {
    padding: 25px 15px;
}
.team .member .member-info h4 {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--th-primary-color);
}
.team .member .member-info span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: var(--th-primary-color);
}

.blog-box .blog-box-thumb img {
    height: 250px;
    object-fit: cover;
}
.blog-side-image img {
    width: 100%;
    height: 50px;
    object-fit: cover;
}
.gm-style-iw-d{
    overflow: auto!important;
}
.gm-style-iw{
    background-color: var(--th-primary-color)!important;
    color: var(--th-primary-soft-color)!important;
    padding: 24px!important;
}

.gm-style .gm-style-iw-tc::after, .gm-style-iw a, .gm-style-iw a:hover{
    background-color: var(--th-primary-color)!important;
    color: var(--th-primary-soft-color)!important;
}
.gm-ui-hover-effect>span{
    background-color: var(--th-primary-soft-color)!important;
}

.gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 16px!important;
}

.gm-ui-hover-effect {
    top: 2px!important;
    right: 2px!important;
}

.page-item.active .page-link {
    z-index: 3;
    background-color: var(--th-primary-color)!important;
    color: var(--th-primary-soft-color)!important;
    border-color: var(--th-primary-color)!important;
}
.page-link {
    position: relative;
    display: block;
    color: var(--th-primary-color)!important;
    background-color: var(--th-primary-soft-color)!important;
    text-decoration: none;
    border: 1px solid var(--th-primary-color)!important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}





