:root{ scroll-behavior: smooth;}
body {
    -webkit-font-smoothing: antialiased!important;
    text-rendering: auto;
    font-family: 'Poppins', sans-serif;
    color: #e1e1e1;
font-size: 16px;
font-weight: 400;
line-height: 1.65;
background-color: #080838;
}
body.home{
    background-color: #080838;   color: #e1e1e1;
}
a.view-btn {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
.spad{padding: 80px 0;}
.main-heading {
    font-size: 50px;  font-weight: 600;
    color: #fff;
}
.bg-blue{background-color:#012b9a;}
.main-subheading{
    color: #0d6efd;font-size: 18px;font-weight: 600;margin-bottom: 15px;
}
.btn-pl{
    padding: 12px 25px!important;font-weight: 600;
}

nav.navbar {
    padding: 12px 0;border-bottom: 1px solid #ffffff24;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.footer-part {
    text-align: center;
    font-size: 14px;
    color: #ffffffa3;
    padding: 6px 10px;border-top: 1px solid #ffffff24;
}
.hm-banner h1 {
    font-size: 65px;
    font-weight: 600;
}
.hm-support h1{
    font-size: 50px;
    margin-bottom: 50px;
}
.call-card.card{
	border-radius:10px;
	border: none;
}
.call-card .card-body {
	border-radius: 10px;
    border: none;
    padding: 30px;
    background: #012b9a;
}
.call-card .card-body h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 2rem;
    line-height: 1.47;
}
.call-card .card-body h2 span {
    color: #18c139;
    display: inline-block;
    border-bottom: 4px solid #18c139;
}
section.cities {
    position: relative;
    padding: 50px;
    background: #000;
}
.city-qlink {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 0;
}
.city-qlink li {
    width: 20%;
}
.city-qlink li a {
    text-decoration: none;
    color: #fff;
	white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display:block;
}
.hm-support-sd{
   position: relative;
}

.box-wrap {
    padding: 30px;
    border-radius: 5px;
    border: 1px solid rgb(255 255 255 / 9%);
    height: 100%;
}
.box-wrap1{    background-color: rgb(255 255 255 / 9%);}
.box-wrap h5, 
.box-wrap h5 a, 
.our-process h5, 
.blog-part .banner-small-post-content h5 a, 
.related-post .banner-small-post-content h5 a{
    font-weight: 600; color: #fff;
    font-size: 22px;
    text-decoration: none;
	    margin-bottom: 15px;
}
.blog-part .banner-small-post-content h5 a, .related-post .banner-small-post-content h5 a{text-decoration: none;}
.box-wrap img {
    width: 70px;
    margin-bottom: 20px;
    filter: invert(1);
}

.nav-tabs .nav-link {
    color: #fff;
    font-weight: 600;
    font-size: 22px;    padding: 0.5rem 0rem;
}
.nav-tabs {
    border-bottom: 1px solid #0d6efd3b;
}
.nav-tabs .nav-item {
    width: 50%;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;    border-bottom: 3px solid #0d6efd;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
    isolation: isolate;
}
@keyframes shake {
    0% { transform: rotate(0); }
    10% { transform: rotate(-5deg); }
    50% { transform: rotate(5deg); }
    80% { transform: rotate(-5deg); }
    100% { transform: rotate(0); }
}

/* Apply the animation to the element */
.shake {
    animation: shake 1s ease-in-out;
    animation-iteration-count: infinite; /* Optional: repeat the animation */
}
.our-process h4 {
    font-size: 45px;
    margin: 20px 0 10px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    color: #94b9ee;
}
.hm-testimonial .box-wrap .quote-img1 {
    transform: rotate(180deg);
}
.hm-testimonial .box-wrap img{
    filter: invert(0);
}

.accordion-item {
    background-color: #1e1e4a;
    border: 1px solid rgb(51 51 90);
    margin-bottom: 10px;
}
.accordion-button ,.accordion-button:not(.collapsed){
font-weight: 600;
    font-size: 22px;
    color: #ffffff;
    background-color: #1e1e4a;
  
}
.accordion-button::after{filter: invert(1);}
.accordion-button:not(.collapsed)::after{
    filter: brightness(0) invert(1);
}

.hm-contact .box-wrap i{
    padding: 12px;
    border-radius: 5px;
    background: #0d6efd;
    font-size: 25px;
}
.hm-contact .box-wrap p{margin-bottom: 10px;}
.hm-contact .form-control {
    padding: 0.8rem 0.75rem;
    color: #212529;
    background-color: #080838;
    border: 1px solid #080838;
}
.hm-contact label{margin-bottom: 5px;}
textarea.form-control{height: 150px;}
.price {
    color: #fff;
    font-weight: 700;
    font-size: 55px;
    height: 60px;
    line-height: 1.1;
}
.price span {
    font-size: 35px;
    position: relative;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    color: #a9a3a3;
    margin: 0 2px;
}
.price span::before {
    background-color: #a9a3a3;
    content: " ";
    height: 2px;
    position: absolute;
    top: calc(50% - 0px);
    width: 100%;
}
.hm-price ul{padding: 0;margin: 0;list-style: none; display:flex;flex-wrap: wrap;}
.hm-price ul li {
    margin: 0 0 12px;
    padding-left: 26px;
    position: relative;
    font-size: 15px; width:50%;
}
.hm-price ul li:after {
    content: '';
    background-image: url(../images/deepblue-tick.png);
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    filter: brightness(0) invert(1);
}
.hm-long-content {
    font-size: 18px;
}
.hm-long-content ul{
	list-style: none;
    padding: 0;
}
.hm-long-content ul li {
    margin: 0 0 12px;
    padding-left: 26px;
    position: relative;
}
.hm-long-content ul li:after {
    content: '';
    background-image: url(../images/deepblue-tick.png);
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 5px;
    filter: brightness(0) invert(1);
}
.hm-long-content h2 {
    color: #0d6efd;
    margin: 2rem 0 1rem;
    font-size: 30px;
    font-weight: 600;
}
.hm-long-content h3 {
    color: #18c139;
    font-size: 24px;
    font-weight: 500;
}
.blog-wrapper-image {
    width: 100%;
    min-height: 250px;
    background: #ccc;
    margin-bottom: 30px;
    border-radius: 15px;
	background-image: url('../images/logo-new1.png');
    background-repeat: no-repeat;
    background-position: center;
	display: block;
}
.blog-part .blog-wrapper-image img,.related-post .blog-wrapper-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
	margin-bottom: 0;
    border-radius: 15px;
}
.blog-part .banner-small-post-content p ,.related-post .banner-small-post-content p{ font-size: 15px;}
p.meta-nav a {
    color: #0d6efd;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}
.post-single-part .post_category a.blog-cat {
    padding: 3px 15px;
    background-color: #0d6efd;
    border-radius: 20px;
    color: #fff !important;
    font-weight: 100 !important;
    text-decoration: none;
}
.post-single-part article img {
    max-width: 100%;
    height: auto;margin-bottom: 20px;
}
.post-single-part .entry-content > p:first-of-type::first-letter{
    font-size: 48px;
    color: #3a3a3a;
    float: left;
    font-family: 'Le Jeune Deck';
    position: relative;
    margin-right: 15px;
  margin-bottom: 5px;
    line-height: 1;
  }
.post-single-part .entry-content > p {
    text-align: justify;
    font-size: 15px;
    line-height: 1.8;
}
.post-single-part .main-heading{ color: #3a3a3a;}
.post-single-part .entry-content > li{    margin-bottom: 10px;}
.blog-share-box {
    padding: 10px 0;
    border-top: 1px solid #ffffff24;
    border-bottom:1px solid #ffffff24;
    margin-top: 10px;
}
.blog-share-box h6 {
    margin-bottom: 0;
    font-weight: 700;
    margin-right: 10px;
}
.blog-share-box ul {
    margin: 0;
    padding: 0;
    text-decoration: none
}

.blog-share-box ul li{
    display: inline-block;
    padding: 5px;
    border-radius: 50%;
    background-color: #080838;
    color: #def2f1;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 18px;
    margin-right: 5px
}

.blog-share-box ul li {
    background-color: transparent
}

.blog-share-box ul li a{
    text-decoration: none;
}
div#comments, nav.navigation.post-navigation {
    display: none;
}
.smbtn-fx{display:none;}
@media only screen and (max-width: 1000px) {
	.city-qlink li {
		width: 33.33%;
	}
}
@media only screen and (max-width: 767px) {
	.city-qlink li {
		width: 50%;
	}
    .hm-banner h1 {
        font-size: 40px;
    }
    .main-heading {
        font-size: 32px;
    }
    .box-wrap h5, .our-process h5 {
        font-size: 20px;
    }
    .box-wrap { padding: 20px;}
    .box-wrap img {
        width: 60px;
        margin-bottom: 20px;
        margin-right: 1rem !important;
    }
    .hm-price .text-end{text-align: left!important;}
	.hm-price ul li {width:100%; float:left;}
.smbtn-fx {
    width: auto;
    height: auto;
    float: left;
    position: relative;
    z-index: 99999;
    opacity: 1;
display:block;
}
a.btn-cta {
    width: 65px;
    position: fixed;
    bottom: 20px;
    left: 19px;
    height: 65px;
    border-radius: 50%;
    text-decoration: none;
    background-color: #0021a3;
    /* height: 60px; */
    color: #fff;
    padding: 18px;
}
.btn-cta svg{color: #fff;
    height: 28px;}
.smbtn-fx i{
    font-size: 33px;width: 45px;height: 45px;text-align: center;padding: 7px;color: #fff;
    position: relative; 
 }
 
  }

  .post-single-part {
    background-color: #fff;
    color: #3a3a3a;
}


