* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Philosopher", Sans-serif !important;
    
}

.main {
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: #FAF9F6 !important;
}

p {
    font-size: 18px;
}

p {
    margin: 0px;
    word-break: break-word;
}

img {
    max-width: 100%;
}

.color-orange {
    color: #D86F00;
}

.d-flex {
    display: flex !important;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    justify-content: end;
}

.banner {
  

    background-size: cover;
    background-position: center;
    height: 560px;
}
.al-header-contact ul li{
color: #fff;
}
.navbar .container-fluid div:first-child{
    flex: 7;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #ff7010 !important;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-top: 10px;
    transition: box-shadow .15s ease-in-out;
}
.al-heading-wrap,
.container-sub {
    max-width: 70%;
    margin: 0 auto;
}

a {
    text-decoration: none !important;
}

.banner-text {
    color: #fff;
}

.banner-text h1 {
    color: #ff7010;
    width: 100%;
    
    font-size: 3vw;
}



#banner-img {
    animation: rotateImage 30s linear infinite;
}

li {
    color: #000;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 700;
    font-size: 18px;
}

.active {
    border: 1px solid #ff7010;
    font-weight: 700;
    background: #ff7010;
    color: #fff !important;
    border-radius: 5px;
}

@keyframes rotateImage {
    from {
        transform: rotate(0deg);
        /* Initial rotation angle */
    }

    to {
        transform: rotate(360deg);
        /* Final rotation angle */
    }
}

.al-header-style1 .container {
    max-width: 100%;
}

.bg-grey {
    background: #000;
}

.al-header-wrapper {
    padding: 0;
}

.al-header-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.al-header-style1 .al-top-header-style {
    background: #02051a;
    padding: 14px 0 4px;
}

.al-header-style1 .al-top-header-style .al-top-header-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.al-header-style1 .al-top-header-style .al-top-header-inner .al-header-contact ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.al-header-style1 .al-top-header-style .al-top-header-inner .al-header-contact ul li {
    margin: 0 0 10px;
}

.al-header-style1 .al-top-header-style li a {
    color: #fff;
    margin-right: 20px;
}

.al-header-style1 .al-top-header-style li .as-infoicon {
    margin-right: 10px;
}

.al-header-style1 .al-top-header-style,
.al-header-style1 .al-header-style-one {
    width: 100%;
}

.al-header-style1 .al-header-style-one .al-logo img {
    max-height: 50px;
    margin: 10px 0;
}

.as-aboutimg span.as-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.as-aboutimg {
    position: relative;
}

.al-heading {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: var(--al-title-color);
    position: relative;
    padding: 0 0 15px;
}

.as-aboutimg span.as-play:after,
.as-aboutimg span.as-play:before {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: -5px;
    background-color: rgb(246 246 246 / 60%);
    animation: zoom 0.8s infinite alternate;
    border-radius: 100%;
    z-index: -1;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.as-contact-expert {
    display: flex;
    margin: 26px 0 30px;
    align-items: center;
    color: var(--dark-color1);
    flex-wrap: wrap;
}

.al-btn {
    padding: 13px 20px;
    background: #ff7010 !important;
    color: #fff !important;
    font-weight: 400;
    font-size: var(--al-font-size);
    display: inline-block;
    min-width: 170px;
    text-align: center;
    border-radius: var(--al-radius0) !important;
    border: none !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
    transition: box-shadow 0.5s;
    letter-spacing: 1px;
    border-radius: var(--al-btn-radius) !important;
}

.as-heading {
    font-size: 36px;
    text-transform: capitalize;
    padding-bottom: 17px;
    position: relative;
    margin: -8px 0 0;
    color: #000;
    font-weight: 600;
}

.as-paragraph-wrapper {
    padding-left: 20px;
    border-left: 4px solid #ff7010;
    margin-top: 20px;
}

.as-contact-expert .as-icon {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    position: relative;
    box-shadow: 1px 2px 30px 0px rgb(0 0 0 / 5%);
}

.as-contact-expert .infoo {
    width: calc(100% - 125px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.creme-bg {
    background-color: #f9f6f0 !important;
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.as-sign-box,
.as-service-box {
    background-color: #fff;
}

.as-sign-box .as-sign {
    background: #fff;
}

.as-sign-box p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    transition: none;
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}

.vc_column-inner::before {
    content: " ";
    display: table;
}

.as-sign-box {
    background-color: #fff;
    /* max-width: 170px; */
    padding: 25px 20px 20px;
    border-radius: 10px;
    position: relative;
    box-shadow: -2px 0px 28px 0px rgb(0 0 0 / 5%);
    border: 1px solid #efefef;
    margin-top: 30px;

}

.as-sign-box:hover {
    background: var(--primary-color);
    background: -moz-linear-gradient(top, var(--al-gradient-color1) 2%, var(--al-gradient-color2) 100%);
    background: -webkit-linear-gradient(top, var(--al-gradient-color1) 2%, var(--al-gradient-color2) 100%);
    background: linear-gradient(to bottom, #f4aa36 2%, #f37335 100%);
    border-color: var(--al-border-color);
}

.as-sign-box .as-sign img {
    max-height: 32px;
    transition: all 0.3s ease-in-out;
}

.as-sign-box:hover .as-sign img {
    transform: rotate(360deg);
}

.as-sign-box .as-sign {
    background: #FFF;
}

.as-sign-box .as-sign {
    background-color: #fff;
    box-shadow: -2px 0px 15px 0px rgba(0, 0, 0, 0.06);
    height: 56px;
    width: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 14px;
    border-radius: 100%;
}

.service-box {
    background-color: var(--al-white);
}

.as-service-box .as-subheading {
    margin: 40px 0 10px;
    font-size: 24px;
    position: relative;
    font-weight: 600;
    transition: none;
}

.as-service-box {
    background-color: var(--al-white);
    background-color: var(--al-dark);
    padding: 59px 22px 25px;
    padding: 50px 22px 50px;
    margin-top: 30px;
    box-shadow: 0px 0px 30px 0px rgba(86, 142, 210, 0.56);
    position: relative;
    min-height: 322px;
    border-radius: 10px;
    z-index: 1;
    transition: all 0.3s linear;
}

.as-service-box .as-icon svg {
    fill: #ff7010;
    transition: none;
}

.al-link:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #ff7010;
    bottom: 0;
    left: 0;
    right: 0;
}

.al-link {
    text-transform: uppercase;
    font-size: var(--al-font14);
    color: #ff7010;
    letter-spacing: 0.6px;
    padding: 0 0 3px;
    position: relative;
    display: inline-block;
}

.as-service-img-rel .as-service-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 150px;
    margin-top: 23px;
}

.as-service-img-rel {
    position: relative;
    /* margin-top: -200px; */
}

.al-animation img {
    animation: rotateImage 9s infinite linear;
    -webkit-animation: rotateImage 9s infinite linear;
    -moz-animation: rotateImage 9s infinite linear;
}


.as-contact-expert h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 0 0;
}

.as-contact-expert h5 {
    font-size: 18px;
    margin: 0;
}

.whychoose {
    background-image: url(./images/whychooseus.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.7);
}

.as-choose-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.as-number {
    display: block;
    position: relative;
    width: 130px;
    margin: 0 auto;
    color: #fff;
}

.as-whychoose-box h4 {
    font-size: 20px;
    margin: 25px 0 35px;
    text-align: center;
    color: #fff;
}

.col-sm-1\/5 {
    width: 20% !important;
}

.as-number {
    display: block;
    position: relative;
    width: 130px;
    margin: 0 auto;
    color: #fff;
}

.as-whychoose-box .as-number>span {
    font-size: 32px;

    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.al-testimonial-slider-wrapper {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    position: relative;
}

.al-testimonial-wrapper .swiper-container {
    position: relative;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.as-service-box:hover {

    background: linear-gradient(to bottom, #f4aa36 2%, #f37335 100%);
}
.navbar-brand img{
    height: 100px;
}

.as-service-box:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -135px 0 0 -135px;
    background-image: url(./images/service-circle.png);
    width: 271px;
    height: 270px;
    animation: rotateImage 9s infinite linear;
    -webkit-animation: rotateImage 9s infinite linear;
    -moz-animation: rotateImage 9s infinite linear;
    z-index: -1;
}

.as-service-box:hover .al-link {
    color: #fff !important;
}

.as-service-box:after {
    visibility: hidden;
    opacity: 0;
}

.as-service-box:hover:after {
    visibility: visible;
    opacity: 1;
}

.as-service-box:hover .as-link span svg {
    fill: #fff;
}

.as-service-box .as-link span svg,
.as-service-box .as-link span {
    transition: none !important;
    fill: #fff;
}

.as-service-box:hover .as-subheading,
.as-service-box:hover p,
.as-service-box:hover .as-link {
    color: #fff;
}

.as-service-box:hover .as-link svg {
    fill: #fff !important;
}


.as-service-box:hover .as-icon svg,
.as-service-box:hover .as-icon svg path {
    fill: #fff;
}

.al-breadcrumb-container h1 {
    color: #fff;
    margin: 0;
}

.al-breadcrumb-container ul {
    list-style: none;
    margin: 0;
    display: inline-block;
    padding: 7px 30px;
    position: relative;
    font-size: var(--al-font18);
    background: rgb(255 255 255 / 6%);
    border-radius: 100px;
}

.al-breadcrumb-wrapper {
    background: var(--al-page-title-bg);
    padding: 36px 0 50px;
    position: relative;
    background-size: cover !important;
    background-position: center bottom !important;
    color: var(--al-font-color);
}

.al-breadcrumb-container ul li {
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-weight: 500;
    position: relative;
    word-break: break-word;
    text-transform: capitalize;
}

.al-breadcrumb-container ul li a,
.al-breadcrumb-container ul li a:hover,
.al-breadcrumb-container ul li a:focus {
    color: #ff7010;
}

.al-breadcrumb-container ul li:before {
    margin: 0 8px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 14px;
    content: '\f054';
    font-size: 12px;
    color: inherit;
    font-family: "Font Awesome 5 Free";
    line-height: normal;
    font-weight: 900;
}

.al-heading {
    font-size: 35px;
    font-weight: 700;
    margin: 0;
    color: #000;
    position: relative;
    padding: 0 0 15px;
}

.al-contact-expert.al-contat-about {
    background-color: #ff7010;
}

.al-contact-expert {
    display: flex;
    background-color: var(--al-alternate-bg);
    border-radius: 10px;
    padding: 20px;
    align-items: center;
    max-width: fit-content;
    flex-wrap: wrap;
}


.al-contact-expert .al-icon {
    width: 65px;
    height: 65px;
    background-color: #ff7010;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    position: relative;
}

.al-contact-expert.al-contat-about .al-icon {
    background-color: #fff;
}

.al-contact-expert.al-contat-about .al-icon:before {
    border-color: #fff;
}

.al-contact-expert .al-icon:before {
    position: absolute;
    left: -7px;
    top: -7px;
    bottom: -7px;
    right: -7px;
    border: 1px dashed #ff7010;
    content: '';
    border-radius: 100%;
}

.al-contact-expert.al-contat-about .al-orange,
.al-contact-expert.al-contat-about {
    color: #fff;
}

.al-expert-content p {
    font-size: 34pxs;
    font-weight: 700;
    margin: 0;
}

.al-footer-wrapper {
    background: #222222;
    border-top: 1px solid var(--al-border-color);
    position: relative;
    color: #fff;
    z-index: 999;
    padding: 76px 0 8px;
}

.al-share-box {
    margin: 21px 0 0;
}

ol li,
ul li {
    margin-bottom: 10px;
}

.al-social-icons {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

.al-social-icons a {
    display: inline-block;
    height: 40px;
    width: 38px;
    line-height: 40px;
    border: none;
    border-radius: 50%;
    background: rgb(255 255 255 / 0.10);
    text-align: center;
    margin: 0 10px 3px 0;
    /* color: var(--al-main-bg); */
    color: #fff;
}
.navicons a{
    background: transparent;
    color: #fff  !important;
}

.navicons a:hover{
    
    color: #ff7010  !important;
}


.widget-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--al-title-color);
    margin: 0px 0 25px;
    position: relative;
    padding: 0 0 12px;
    display: inline-block;
}

.widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #ff7010;
    width: 85%;
}

.al-footer-widget .menu li {
    list-style: none;
    position: relative;
    padding: 0 0 0 15px;
}

.al-footer-widget .menu li {
    margin: 0 0 15px;
}

.al-footer-widget .menu li span {
    position: absolute;
    left: 0;
    height: 6px;
    width: 6px;
    border-radius: 0%;
    background: #ff7010;
    top: 10px;
}

.al-footer-wrapper .widget-title,
.al-footer-wrapper,
.al-footer-wrapper a,
.al-footer-wrapper .al-widget-post-title {
    color: #fff;
}

.al-footer-widget .menu {
    padding: 0;
}

.al-recent-post-widgets ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.al-recent-post-widgets ul li>img {
    height: 60px;
    width: 60px;
    object-fit: cover;
    margin: 0 20px 10px 0;
    border-radius: 6px;
}

.al-recent-post-widgets ul li>a {
    width: calc(100% - 80px);
    margin-bottom: 10px;
    font-size: 14px;
}

.al-widget-post-title {
    color: #fff;
    font-size: 15px !important;
}

.al-contact-list {
    padding: 0;
}
.widget ul, .widget ol {
    list-style: none;
    padding: 0; 
}

.al-contact-list p {
    width: calc(100% - 15px);
    padding: 0 0 0 15px;
    font-size: 15px;
    color: #fff;
}

.al-contact-list li {
    list-style: none;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: flex-start;
}
.row{
    margin: 0 !important;
}

.al-copyright-wrapper {
    padding: 13px 0 14px;
    position: relative;
    margin-top: 33px;
    color: #fff;
    background:#060606;
}
.custom_1631167708227 p{
    font-size: 17px;
    text-align: justify;
}

.bg-circle-roate{
    background: url(images/download.png);
    background-size: contain;
    height: fit-content;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    margin: 50px 0;
    animation: rotateImage 30s linear infinite;

}
/* 
.al-heading2:after {
    position: absolute;
    content: '';
    width: 36%;
    border-bottom: 3px solid #ff7010;
    left: 0;
    bottom: 0;
    right: 0;
} */
.new .as-service-box{
    min-height: fit-content;
    padding: 5px 22px 5px;
}
.new .as-service-box h4{
    margin-top: 10px;
}

.as-service-box:hover ul li{
    color: #fff !important;
}

.new-bg-bg{
    background-size: cover;
}
.al-contact-list p a:hover{
    color: #ff7010 !important;
}
/* .as-contact-expert{
    display: none;
   } */
   table.contact td {
    color: #000 !important;
    /* font-size: 18px; */
    padding:5px 0;
}


.al-social-icons a:hover ,.menu-item a:hover {
  color: #ff7010 ;
}

.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}
.whatsapp-button {
    font-weight: 500;
    text-transform: uppercase;
    background-color: #ff7010;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 30px 30px 30px 30px;
    padding: 20px ;
    color: #fff;
}
.al-sub{
    font-size: 18px;
}
.whatsapp-button:hover {
     font-weight: 500;
    text-transform: uppercase;
    background-color: #fff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 30px 30px 30px 30px;
    padding: 20px ;
    color: #000 !important;
}

.al-icons2 li a{
    background: rgba(86, 78, 78, 0.5);
   
}
.mt-8{
    margin-top: 10rem !important;
}
.al-social-icons li a.facebook {
    background-color: #3b5998; /* Facebook Blue */
}

.al-social-icons li a.twitter {
    background-color: #1da1f2; /* Twitter Blue */
}

.al-social-icons li a.linkedin {
    background-color: #0077b5; /* LinkedIn Blue */
}

.al-social-icons li a.youtube {
    background-color: #ff0000; /* YouTube Red */
}

.al-social-icons li a.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); /* Instagram Gradient */
}

.al-social-icons li a.whatsapp {
    background-color: #25d366; /* WhatsApp Green */
}
@media screen and (max-width:880px) {
    /* .flx-clm{
        flex-direction: column;
    }*/
    .mt-8{
        margin-top: 5rem !important;
    }

    .banner{
        height: fit-content;
    } 
    .vastuheight{
        height: 510px;
    }
    .as-heading {
        padding-top: 30px;
    }
    .navbar-brand img{
        height: initial;
    }
    
    .col-md-hidden{
        display: none;
    }
    /* .banner img{
        height: 95%;
        
    } */
    .banner-text h1 {
        color: #ff7010;
      width: initial;
       
        font-size: 27px;
    }
    .banner-text p{
        font-size: 18px !important;
    }
    .custom_1631167708227 p{
        font-size: 20px;
    }
    p{
        font-size: 20px;
    }
    .navbar-brand img {
        width: 65%;
    }
    .logo2{
        width: 20% !important;
    }

    
}

@media screen and (max-width:430px) {

    .flx-clm{
        flex-direction: column;
    }.flx-rev{
        flex-direction: column-reverse;
    }
    .vastuheight{
        height: initial;
    }
    
    .custom_1631167708227 p {
        font-size: 17px;
        text-align: left;
    }

    .abt-img{
        margin-bottom: 20px;
    }
    .col-md-hidden{
        display: block;
    }
    .banner{
        height: fit-content;
    }
    .banner img{
        height: 10%;
        
    }
    .navbar-brand img {
        width: 60%;
    }

    .as-heading{
        padding-top: 30px;
    }
    .as-service-img-rel {
        position: relative;
        margin-top: 10px;
    }
    .as-service-img{
        width: 58%;
    }
    .al-header-style1 .al-top-header-style li a {
        color: #fff;
        margin-right: 6px;
    }
    .al-social-icons a{
        margin: 0 3px 3px 0;
    }
    .mt-75{
        margin-top: 2% !important;
    }
    .col-sm-1\/5 {
        width: 50% !important;
        /* text-align: center; */
    }
    .whychoose{
        padding-top: 3rem !important;
    }
    .navbar-nav li:first-child{
        margin-top: 10px;
    }
    .active {
        padding-left: 5px !important;
    }
    label {
        display: inline-block;
        font-size: 25px;
    }
    .mt-8{
        margin-top: 5rem !important;
    }
    .mt-8 a,.mt-5 a{
        font-size: 16px !important;
    }
}