/*font-family: 'Kalam', cursive;
font-family: 'Poppins', sans-serif;*/
body{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #131313;
}
.space-adjust {
    padding-top: 60px;
    margin-top: -60px;
}
.pr{
    position: relative;
}
.pt-zero{
    padding-top:0;
}
.pb-zero{
    padding-bottom:0;
}
section {
    padding: 60px 0;
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    color: #131313;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    
}
.title{
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.6;
    text-transform: capitalize;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-20 {
    margin-bottom: 20px;
}
.sub_title {
    font-family: "Kalam";
    font-weight: 700;
    font-size: 1.25em;
    color: #131313;
    margin-bottom: 10px;
}
.slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: #311818;
}
.slick-dots li.slick-active {
    padding: 4px;
    border: 1px solid #311818;
}
.blog-slider ul.slick-dots {
    bottom: auto;
    top: -17%;
    left: auto;
    right: 0;
    text-align: right;
}
.logo img{
    width:148px;
}
.logo a:hover img {
    opacity: 0.5;
}
header {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: auto;
    /* top: 20px; */
    padding: 5px;
    transition: 0.2s ease-out;
}
header.header.fixed-menu {
    position: fixed;
    background-color: #fff;
    top: 0;
    padding: 0px;
    transition: 0.2s ease-out;
    box-shadow: 0px 12px 20px #00000026;
}
.navbar-style #navbarNavDropdown {
    justify-content: end;
}
.navbar-style li {
    margin: 0 15px;
}
.navbar-style li a {
    text-transform: capitalize;
    color: #131313;
    font-weight: 500;
    display: block;
    padding: 10px 10px;
    font-size: 16px;
    position: relative;
}
    .navbar-style li a:hover {
        color: #c03838;
    }
    .navbar-style li a:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        background-color: #c03838;
        width: 0%;
        height: 2px;
        transition: 0.3s;
    }
.navbar-style li a:hover:after{
    width: 100%;
    transition: 0.3s;
}
.btn-primary {
    background-color: #960000 !important;
    padding: 12px 50px;
    border-color: #960000;
    border-radius: 50px;
    color: #ffffff !important;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 600;
    position: relative;
    padding-left: 27px;
    text-decoration:none;
    min-width: 160px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.btn-secondary{
    background-color: transparent !important;
    padding: 12px 60px;
    border-radius: 50px;
    color: #2B1B9A !important;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 600;
    position: relative;
    border: 2px solid #2B1B9A !important;
    padding-left: 22px;
    min-width: 200px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.btn-primary svg, .btn-secondary svg {
    position: absolute;
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: auto;
}
.btn-primary:hover svg, .btn-secondary:hover svg {
    right: 25px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

/*First sec start*/
.custom-container {
    max-width: 1600px;
}
.main-banner {
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
   
}

.ms-img img{
    width:100%;
}
.main-banner .container-fluid {
    padding: 0;
}

.align-center{
    align-items: center;
}
.banner-text .btn-secondary {
    margin-left: 25px;
}
.banner-image img{
    width: 100%;
}
/*First sec end*/
/*Second Sec start*/
.moretext {
  display: none;
}
.wrap_about-text h3 {
    font-weight: 600;
    font-size: 1.125em;
    line-height: 2;
    margin-bottom: 30px;
}
.wrap_about-text p {
    line-height: 2;
}

img.about-bg-side {
    position: absolute;
    right: 3%;
    top: auto;
    max-width: 6%;
    bottom: 30%;
}
.wrap_about-image img {
    width: 100%;
    z-index: 9;
    position: relative;
}
.about_o2 {
    top: 143px;
    left: 29%;
    z-index:-1;
}
.about_4 {
    top: auto;
    bottom: 10%;
    left: 10%;
}
.about_o3 {
    top: 0;
    left: 0;
}
/*Second Sec End*/

.slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.slick-prev {
    position: absolute;
    top: -70px;
    right: 10%;
    left: auto;
    width: 70px;
    background: #fff;
    height: 70px;
    border-radius: 50px;
    border: 0;
    line-height: 70px;
    text-align: center;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    background-image: url(../img/icon/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}
.slick-next {
    position: absolute;
    top: -70px;
    right: 2%;
    width: 70px;
    background: #fff;
    height: 70px;
    border-radius: 50px;
    border: 0;
    line-height: 70px;
    text-align: center;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    background-image: url(../img/icon/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}
.slick-prev:before, .slick-next:before {
    font-size: 40px;
    line-height: 1.6;
    color: black;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    
    background: white;
    opacity: 0.8;
}
/*Third Sec End*/



/*Seventh Sec Start*/
.bg_idea {
    padding: 70px 100px;
    position: relative;
    background: transparent linear-gradient(90deg, #251919 0%, #ff0000 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px;
}
img.idea_area_01 {
    bottom: 20px;
    left: 32%;
    position: absolute;
    animation: zoomIn 5s linear infinite;
    opacity: 0.3;
}
img.idea_area_02 {
    position: absolute;
    bottom: 40px;
    right: 44%;
    opacity: 0.3;
    animation: animationFramesOne 40s infinite;
}
img.idea_area_03 {
    position: absolute;
    right: 20px;
    top: 52%;
    animation: zoomInDown 6s infinite;
    opacity: 0.3;
}
img.idea_area_04 {
    position: absolute;
    top: 20px;
    left: 29%;
    opacity: 0.3;
    animation: animationFramesTwo 12s linear infinite;
}
img.idea_area_05 {
    position: absolute;
    bottom: 65px;
    left: 20px;
    opacity: 0.3;
    animation: rotated 2s linear infinite;
}
img.position-absolute.idea_area_06 {
    top: -79px;
    left: -151px;
    z-index: -1;
}

h2.idea_heading {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.6;
}
.dial {
    justify-content: end;
}
a.dial_call {
    color: #ffffff;
    font-weight: 600;
    font-size: 33px;
    text-decoration: none;
}
a.dial_call:hover {
    opacity: 0.8;
}
.dial_call h2{
    font-weight: 700;
}
.bgwhite {
    height: 70px;
    width: 70px;
    background: #fff;
    border-radius: 50px;
    color: #720000;
    display: inline-block;
    line-height: 70px;
    transform: rotate(45deg);
    text-align: center;
    animation: bounceIn 2s linear infinite;
    vertical-align: middle;
}
/*Seventh Sec End*/
.services-sec {
    background-color: #f8f8fc;
}
.service-slider .ss-img img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.service-slider .ss-img{
    padding:0 10px;
}



.ss-content-box {
    border: 1px solid #ddd;
    border-radius: 0 0 10px 10px;    
    padding:10px;
    margin-bottom:10px;
}
.service-slider .ss-img .ss-img-box {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
    .service-slider .ss-img .ss-content-box h4 {
        font-weight: bold;
        font-size:1.2em;
        /*text-decoration: underline;*/
    }
    /*.service-slider .ss-img .ss-img-box{
        margin-bottom:10px;
    }*/

    .service-slider .ss-img .ss-content-box p {
        color: #888;
        font-size: 12px;
    }
    /*Tenth Sec Start*/
    .single_price {
        background: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.4) -10px 12px 54px -51px;
        margin-bottom: 23px;
        padding: 29px 29px;
        display: block;
        position: relative;
        align-items: center;
        text-decoration: none;
        z-index: 0;
        overflow: hidden;
        flex-wrap: wrap;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
        cursor: pointer;
        border-radius: 10px;
    }
.price_img {
    position: relative;
}
.price {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -17px;
}
.price p {
    display: inline-block;
    height: 72px;
    width: 72px;
    background: #ffffff;
    text-align: center;
    line-height: 72px;
    color: #2B1B9A !important;
    font-size: 24px;
    font-weight: 700;
    border-radius: 15px;
    border: 2px solid #2B1B9A;
}
.price_content {
    padding-left: 100px;
    position: relative;
    flex: 1;
    margin-right: 213px;
    padding-top: 16px;
}
.price_content::before {
    position: absolute;
    content: "";
    left: 46px;
    height: 100%;
    top: 50%;
    width: 1px;
    border: 1px dashed #CFCFCF;
    opacity: 0.6;
    transform: translateY(-50%);
}
.price_content h4 {
    text-transform: capitalize;
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 1.5em;
}
.price_content p {
    letter-spacing: 0.5px;
}
.single_price:hover {
    background-color: #438FF9;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    color: #ffffff;
}
.single_price:hover .price_content h4,
.single_price:hover .price_content p  {
    color: #ffffff;
}

.single_price:hover .btn-secondary {
    background-color: #fff !important;
    color: #2B1B9A !important;
    
    border: 2px solid #fff !important;
    
}
/*Tenth Sec End*/
/*Eleven Sec Start*/
.choose-section {
    overflow-x: clip;
    background-color: #181818;
    background-image: url(../images/choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}
.choose-section .choose-section__thumb {
    position: relative;
    z-index: 1;
}
.choose-section .choose-section__thumb-video {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    z-index: -1;
}   
.choose-section .choose-section__thumb-video img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.choose-section .cbv {
    position: relative;
    z-index: 1;
}
.sub-title {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #e74545;
    line-height: 26px;
}
.section__content .h6 {
    margin-bottom: 20px;
}
.choose-section .title {
    color: #ffffff;
}
.section__content .h2 {
    margin-bottom: 30px;
}
.choose-section ul {
    margin-top: 40px;
}
.choose-section li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}
.choose-section .thumb {
    width: 64px;
    height: 64px;
    min-width: 64px;
}
.choose-section li img {
    filter: brightness(0) invert(1);
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px;
}
.choose-section .thumb img {
    width: 100%;
    height: 100%;
}
.choose-section .content p {
    color: #ffffff;
    text-transform: capitalize;
}
.choose-section .h5 {
    font-weight: 700;
    margin-bottom: 12px;
}
.choose-section .content p {
    color: #ffffff;
    text-transform: capitalize;
}
.choose-section .cta__group {
    justify-content: flex-start;
    margin-top: 50px !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: -20px;
}
.choose-section .cta__group a {
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    text-decoration: none;
}
.choose-section .cta__group a i {
    font-size: 2em;
}
/*Eleven Sec End*/
/*Thirteen Sec Start*/
.blog-card {
    border: 1px solid rgba(111, 24, 242, 0.1254901961);
    border-radius: 10px;
    margin: 0 10px;
}
.blog-card .blog-image {
    position: relative;
}
.blog-card .blog-image a {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.blog-card .blog-image a img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.blog-card .blog-image .publish-date {
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: center;
    padding: 12px 16px;
    background-color: #ffffff;
}
.blog-card .blog-image .publish-date .h4 {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}
.blog-card .blog-image .publish-date p {
    font-size: 14px;
    line-height: 1;
    color: #4569e7;
}
.blog-card .blog-content {
    padding: 36px 30px;
}
.blog-card .tag {
    margin-bottom: 20px;
}
.blog-card .tag a {
    font-size: 14px;
    line-height: 1;
    padding: 8px 14px;
    text-transform: capitalize;
    color: #808080;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    text-decoration: none;
}
.blog-card h4{
    font-size: 1.5em;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 30px;
}

.blog-card .h4 a {
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
    text-decoration: none;
    color: #6c6c6c;
}
.blog-slider .slick-slide.slick-current.slick-active .h4 a
.blog-card .cta {
    margin-top: 30px;
}
.blog-card .cta a {
    font-size: 18px;
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transform: rotate(45deg);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s
}
.blog-card:hover .tag a,
.blog-card:hover .cta a
 {
    color: #fff;
    background-color: #0d6efd;
}
.blog-card:hover .h4 a{
    color: #0d6efd;
}
.blog-card:hover .cta a {
    transform: rotate(90deg);
}
.blog-slider .slick-slide.slick-current.slick-active .h4 a{
    color: #0d6efd;
}
.blog-card:hover .blog-image a img {
    opacity: 0.8;
}
/*Thirteen Sec End*/
/*Fourteen Sec Start*/
.contact-main .contact-main__thumb {
    height: 100%;
    padding: 65px;
    background-image: url(images/contact-thumb.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    padding-bottom:10px;
}
.contact-main .content .h2, .contact-main .content p {
    color: #ffffff;
    text-transform: capitalize;
}
.contact-main .content .paragraph {
    margin-top: 20px;
}
.contact-main .thumb {
    margin: 20px 0px 20px;
}
.contact-main .single-group li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.contact-main .single-group li a {
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    outline: 0px;
    border: 0px;
    transition: all 0.4s ease-in-out;
}
.contact-main .single-group li i {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.08);
    font-size: 16px;
    color: #ffffff;
}
.form-control {
/*    padding: 0px 20px 20px 0px;*/
    padding: 10px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: none !important;
}
.form-control#textarea {
    min-height: 150px;
}
.form-group .btn i {
    margin-left: 10px;
}
.contact-main__content {
    height: 100%;
    padding: 65px;
    background-color: #ffffff;
}
/*Fourteen Sec End*/
/*Fifteen Sec Start*/
.client_card img {
    max-width: 220px;
    opacity: 0.9;
    transition: all 0.4s ease-in-out;
    margin: auto;
    padding: 0 15px;
    vertical-align: middle;
}
/*.slick-slide.slick-center .client_card img{
    opacity: 1;
}*/
/*Fiteen Sec End*/
.contact-detail .contact-detail-item {
    width: 270px;
    height: 270px;
    border-radius: 10px;
    background: transparent linear-gradient(90deg, #a65a5a 0%, #0c0c0c 100%) 0% 0% no-repeat padding-box;
    position: relative;
    text-align: center;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-detail .col-md-6:nth-child(2) .contact-detail-item,
.contact-detail .col-md-6:nth-child(4) .contact-detail-item {
    background: transparent linear-gradient(90deg, #960000 0%, #ec1414 100%) 0% 0% no-repeat padding-box;
}
.contact-detail a {
    text-decoration: none;
}
.contact-detail-item-text-item-middle {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
}
.contact-detail-item-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    color: white;
    padding: 10px;
}
    .contact-detail-item-text img {
        margin-bottom: 10px;
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-duration: 0.8s;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        transition-property: transform;
    }
.contact-detail a:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.contact-detail a:hover .contact-detail-item {
    opacity: 0.8;
}
    .contact-detail-item-text p {
        text-transform: uppercase;
        color: white;
        font-weight: bold;
    }
/*Footer Start*/
.footer {
    background-color: #0c0c0c;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    padding-bottom: 0px !important;
    overflow-x: clip;
    padding: 70px 0px;
}
.row.gaper {
    row-gap: 30px;
}
.footer .content {
    margin: 20px 0px 30px;
}
.footer .content p {
    text-transform: capitalize;
    color: #818181;
}
.footer .footer__head {
    margin-bottom: 36px;
}
.footer .social {
    justify-content: flex-start;
    gap: 10px;
}       
.social li {
    display: inline-flex;
    align-items: center;
    justify-content: center;

}
.footer .footer__head .h5 {
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
}
.footer .footer__address li {
    margin-bottom: 16px;
}
.footer .footer__address a {
    display: flex;
    gap: 10px;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #818181;
    text-decoration: none;
    align-items: center;
}
.footer .footer__address a i {
    color: #ffffff;
    transition: inherit;
    margin-right: 7px;
}
.social a {
    color: #4569e7;
    background-color: #f0efff;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}
.footer .social {
    justify-content: flex-start;
    gap: 10px;
}
.footer__address ul,
.footer__list ul,
.footer .social{
    padding-left:0;
}
.footer .footer__list li {
    margin-bottom: 16px;
}
.footer .footer__list a {
    text-transform: capitalize;
    color: #818181;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.footer .footer__list a i {
    margin-right: 7px;
}
.footer .social a {
    border: 1px solid #414141;
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}
.footer .footer__list a:hover {
    color: #ffffff;
    padding-left: 8px;
}
.footer .footer__address a:hover {
    color: #ffffff;
}
.footer .social a:hover {
    background-color: #ffffff;
    color: #4569e7;
    border: 1px solid #ffffff;
}
.footer hr {
    height: 10px;
    margin-top: 55px;
    background-color: #e74545;
    background: transparent linear-gradient(90deg, #a65a5a 0%, #ff0000 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    margin-bottom: 0;
}
.footer__list ul{
    column-count:3
}
/*Footer end*/

/*Portfoli start*/
#lightgallery {
    padding: 0;
}
    #lightgallery li {
        list-style: none;
        display: inline-block;
        margin: 2px 0;
        cursor: pointer;
        width: 32%;
    }
    #lightgallery li:hover{
        opacity: 0.7
    }
    #lightgallery li img {
        width: 100%;
    }
/*Portfoloi End*/
/*Thankyou start*/
.thank-you img {
    width: 150px;
    margin-bottom: 10px;
}
.thank-you h2 {
    font-weight: bold;
    font-size: 2.3em;
}
.thank-you p {
    margin: 20px 0;
}
.thank-you {
    padding: 120px 0;
}
/*Thankyou end*/