@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}


:root{
    
    --primary-color: #fdc201;
    --primary-dull: #f48600;
    --secondary-color: #251449;
    --secondary-dull: rgb(231, 231, 231);
    --black:black;
    --white:white;
}
.c1{
    color: var(--primary-color) !important;
}
.c2{
    color: var(--primary-dull) !important;
}

li::marker {
    color: var(--white);
}


.small-c .c {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    font-family: 'poppins', sans-serif;
    background-color: #f48600;
    width: 100%;
    height: 100px;
}

.small-c .c p {
    color: gray;
    margin-top: 20px;
}

.small-c .c a {
    color: white;
    padding: 2px;
    margin-top: 20px;
    transition: .8s;
}

.small-c .c a:hover {
    color: gray;
}



/* Header Navbar------------------------------------------------------------------------ */
header .navbar {
    width: 90%;
    height: 80px;
    margin-left: 5%;
    margin-top: -45px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    box-shadow: none;

    display: flex !important;
    justify-content: space-between !important;
    position: sticky !important;
    top: 0;
}

.nav-link{
    border-radius: 20px;
    border: 2px solid white;
    color: white !important;
    }
    .nav-link:hover{
        border: 2px solid #251449;
        color: #251449 !important;
    }

/* .collapse .navbar-nav .nav-item {
    z-index: 10;
} */


.navbar .container-fluid .navbar-brand .logo-section img {
    width: 100%;
    height: 60px;
    margin-top: auto;
}

.navbar .container-fluid .navbar-brand {
    width: 20%;
}

.navbar .container-fluid .navbar-brand .logo-section {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

}

.navbar .container-fluid .navbar-brand .logo-section .title h1 {
    font-size: 18px !important;
    font-family: 'poppins', sans-serif !important;
  
}

.navbar .container-fluid .navbar-brand .logo-section .title span {
    font-size: 12px;
    font-family: 'Cardo', serif;
    font-family: 'poppins', sans-serif;
    color: gray;
    float: right;

}

.navbar .container-fluid .collapse ul li a {
  
    font-size: 14px;
    font-weight: bold;
    margin: 5px;
    transition: 0.5s;
    
}

.navbar .container-fluid .collapse ul li a:hover {
    color: #251449;
}



.navbar .container-fluid .search a:hover,
.navbar .container-fluid .Carry-bag a:hover {
    color: #251449;
}

.active {
    color: var(--primary-color) !important;
}

.fa-facebook-f:hover{
    color: rgb(32, 111, 202) !important;
}
.fa-instagram:hover{
    color: deeppink;
}
.fa-linkedin-in:hover{
    color: rgb(32, 111, 202) !important;
}
.fa-twitter:hover{
    color: rgb(32, 111, 202) !important;
}


/********************* contact us ***************/

.answer-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    align-items: center;
    height: 60px;

}

.answer-content .numbers {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.answer-content .numbers .headphone {
    display: flex;
    align-items: center;
}


.answer-content .numbers .headphone i {
    padding: 7px;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: bolder;
    margin: 10px;
}

.answer-content .numbers .headphone h5 {
    color: var(--white);
    font-size: 15px;
}

.answer-content .numbers .ans-con {
    padding: 10px;
    margin: 8px;
    color: white;
    font-weight: bolder;
    display: flex;
    align-items: center;
    border-right: 0.5px solid white;
}

.answer-content .numbers .ans-con h4 {
    font-size: 15px;
}

.answer-content .ans-partner {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 0.5px solid var(--gray);
}

.answer-content .ans-partner a {
    margin: 5px;
    text-decoration: none;
    color: var(--primary-color);
    transition: 0.5s;
}


.answer-content .ans-logo a {
    color: white;
    margin: 10px;
    transition: 0.5s;
}

.answer-content .ans-logo a:hover {
    color: black;
    margin: 10px;
    transition: 0.5s;
}
.answer-content .ans-partner a:hover,
.answer-content .ans-logo a:hover {
    color: #f48600;

}






.hero{
    width: 100%;
    height: 100vh;
    background: url(img/cbanner.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -53px;
    margin-right: 50px;

}
.hero .text{
    width: 90%;
    margin: auto;
}
.hero .text h4{
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}
.hero .text h1{
    color: #fff;
    font-size: 80px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 11px;
    font-weight: bold;
}

.hero .text p{
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
}
.hero .text .btn{
    padding: 8px 8px;
    background-color: #0c253f;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 9px;
    border: 2px solid #0c253f;
    transition: 0.3s;
}
.hero .text .btn:hover{
    background-color: #251449;
}
.motor{
    color: #0c253f;
}

/**about-1**/
.feature-area {
    padding: 50px 0px;
}

.feature-bg {
    background-image: url('../img/feature_bg.jpg');
    background-repeat: repeat;
}

.single-feature {
    position: relative;
}

.feature-area .single-feature img {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    max-width: 320px;
    -webkit-transition: .5s;
    transition: .5s;
}

.feature-area .single-feature:hover img {
    -webkit-transform: translate(0px, 82%);
    transform: translate(0px, 82%);
}


.feature-area .single-feature .feature-info {
    background-color: #312f2f;
    padding: 36px 31px 32px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 320px;
    -webkit-transform: translate(25px, -70px);
    transform: translate(25px, -70px);
    -webkit-transition: .5s;
    transition: .5s;
    height: 250px;

}

.feature-area .single-feature:hover .feature-info {
    -webkit-transform: translate(25px, -82%);
    transform: translate(25px, -82%);
    background-color: #f48600;
}

.single-feature .feature-info .icon-wrapper i {
    font-size: 50px;
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.single-feature .feature-txt h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}
.content2  h1{
    font-size: 35px !important;
    color: #f48600;
}

/***about-2***/
.row .btn{
    background-color: #f48600;
    border-radius: 16px;
}
.row .btn:hover{
    background-color: #251449;
    border-radius: 16px;
}
.text{
    color: #f48600;
    font-size: 30px !important;
    font-family: bold;
}
.text .h2{
    font-size: 12px !important;
}
.ps-h3 h6{
    font-size: 16px !important;
    color: #251449 !important;
    
}
.ps-h3 span{
    font-size: 14px !important;
}
.about h1{
    font-size: 25px;
}
.about h6{

    color: #f48600;
    font-size: 28px;
}
.content1 img{
    margin-top: -13px;
}


/****service****/
/**s1**/
.service-icon i {
    font-size: 40px;
    color: #e8bc00;
    margin-bottom: 20px;
    display: inline-block;
}
.service-title h4{
    font-size: 35px;
    color: #f48600;
    font-weight: bold;
}

.service-wrap1 {
    border: 1px solid #e6e6e6;
    padding: 50px 30px;
    transition: all .5s;
    position: relative;
}

.service-wrap1 p{
      position: relative;
}

.service-wrap1:hover {
    background-image: url(../img/service1.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}

.service-wrap1:hover:before {
    background: rgba(0, 0, 0, 0.2901960784313726);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    content: "";
    top: 0;
    opacity: 1;
}

.service-wrap1:hover h4,.service-wrap1:hover p{
    color: #fff;
}
.service-wrap1 h4 {
    font-weight: 600;
    color: #1e2331;
    margin-bottom: 17px;
    font-size: 18px;
    text-transform: capitalize;
      position: relative;
}
.service-wrap1 a {
    font-size: 14px;
    font-weight: 600;
      position: relative;
      color: #f48600;
}

  /**s2**/

.service-wrap2 {
    border: 1px solid #e6e6e6;
    padding: 50px 30px;
      position: relative;
}

.service-wrap2 p{
      position: relative;
}

.service-wrap2:hover {
    background-image: url(../img/service2.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}

.service-wrap2:hover:before {
    background: rgba(0, 0, 0, 0.2901960784313726);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    content: "";
    top: 0;
    opacity: 1;
}

.service-wrap2:hover h4,.service-wrap2:hover p{
    color: #fff;
}
.service-wrap2 h4 {
    font-weight: 600;
    color: #1e2331;
    margin-bottom: 17px;
    font-size: 18px;
    text-transform: capitalize;
      position: relative;
}
.service-wrap2 a {
    font-size: 14px;
    font-weight: 600;
      position: relative;
      color: #f48600;

}

/**s3**/

.service-wrap3 {
    border: 1px solid #e6e6e6;
    padding: 50px 30px;
      position: relative;
}

.service-wrap3 p{
      position: relative;
      color: black;
}

.service-wrap3:hover {
    background-image: url(../img/service3.webp);
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}

.service-wrap3:hover:before {
    background: rgba(0, 0, 0, 0.2901960784313726);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    content: "";
    top: 0;
    opacity: 1;
}

.service-wrap3:hover h4,.service-wrap3:hover p{
    color: white;
}
.service-wrap3 h4 {
    font-weight: 600;
    color: #1e2331;
    margin-bottom: 17px;
    font-size: 18px;
    text-transform: capitalize;
      position: relative;
}
.service-wrap3 a {
    font-size: 14px;
    font-weight: 600;
      position: relative;
      color: #f48600;

}

/**s4**/

.service-wrap4 {
    border: 1px solid #e6e6e6;
    padding: 50px 30px;
      position: relative;
}

.service-wrap4 p{
      position: relative;
      color: black;
}
.service-wrap4:hover h4,.service-wrap4:hover p{
    color: white;
}
.service-wrap4:hover {
    background-image: url(../img/service4.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}

.service-wrap4:hover:before {
    background: rgba(0, 0, 0, 0.2901960784313726);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    content: "";
    top: 0;
    opacity: 1;
}
.service-wrap4 p:hover{
    color: white !important;
}

.service-wrap4 h4 {
    font-weight: 600;
    color: #1e2331;
    margin-bottom: 17px;
    font-size: 18px;
    text-transform: capitalize;
      position: relative;
}
.service-wrap4 a {
    font-size: 14px;
    font-weight: 600;
      position: relative;
      color: #f48600;

}


/**s5**/
.service-wrap5 {
    border: 1px solid #e6e6e6;
    padding: 50px 30px;
      position: relative;
}

.service-wrap5 p{
      position: relative;
      color: black;
}

.service-wrap5:hover {
    /* background-image: url(../img/service5.1.jpg);  */
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}
.service-wrap5:hover h4,.service-wrap5:hover p{
    color: white;
}
.service-wrap5:hover:before {
    background: rgba(0, 0, 0, 0.2901960784313726);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    content: "";
    top: 0;
    opacity: 1;
}

.service-wrap5 h4 {
    font-weight: 600;
    color: #1e2331;
    margin-bottom: 17px;
    font-size: 18px;
    text-transform: capitalize;
      position: relative;
}
.service-wrap5 a {
    font-size: 14px;
    font-weight: 600;
      position: relative;

}

.service-wrap5 {
    border: 1px solid #e6e6e6;
    padding: 50px 30px;
      position: relative;
}

.service-wrap5 p{
      position: relative;
}

.service-wrap5:hover {
    background-image: url(../img/service5.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}

.service-wrap5:hover:before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    content: "";
    top: 0;
    opacity: 1;
}

.service-wrap5 :hover h4,.service-wrap3:hover p{
    color: #fff;
}
.service-wrap5 h4 {
    font-weight: 600;
    color: #1e2331;
    margin-bottom: 17px;
    font-size: 18px;
    text-transform: capitalize;
      position: relative;
}
.service-wrap5 a {
    font-size: 14px;
    font-weight: 600;
      position: relative;
      color: #f48600;

}
/**s6**/
.service-wrap6 {
    border: 1px solid #e6e6e6;
    padding: 50px 30px;
      position: relative;
}

.service-wrap6 p{
      position: relative;
      color: black;
}

.service-wrap6:hover {
    /* background-image: url(../im); */
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}

.service-wrap6:hover:before {
    
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    content: "";
    top: 0;
    opacity: 1;
}

.service-wrap6:hover h4,.service-wrap6:hover p{
    color: #fff;
}
.service-wrap6 h4 {
    font-weight: 600;
    color: #1e2331;
    margin-bottom: 17px;
    font-size: 18px;
    text-transform: capitalize;
      position: relative;
}
.service-wrap6 a {
    font-size: 14px;
    font-weight: 600;
      position: relative;

}

.service-wrap6 {
    border: 1px solid #e6e6e6;
    padding: 50px 30px;
      position: relative;
}

.service-wrap6 p{
      position: relative;
}

.service-wrap6:hover {
    background-image: url(../img/service6.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}

.service-wrap6:hover:before {
    background: rgba(0, 0, 0, 0.2901960784313726);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    content: "";
    top: 0;
    opacity: 1;
}

.service-wrap6:hover h4,.service-wrap3:hover p{
    color: #fff;
}
.service-wrap6 h4 {
    font-weight: 600;
    color: #1e2331;
    margin-bottom: 17px;
    font-size: 18px;
    text-transform: capitalize;
      position: relative;
}
.service-wrap6 a {
    font-size: 14px;
    font-weight: 600;
      position: relative;
      color: #f48600;
}

/**why choose us ***/

.why-txt h1{
    font-size: 35px;
    color: #f48600;
}
.why-txt p{
    font-size: 16px;
    
}
.why-box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2%;
}
.w-i-box{
    height: 70px;
    width: 70px;
    background-color: var(--c2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2%;
}
.w-i-box i{
    color: var(--c1);
    font-size: 40px;
    padding: 3%;
}
.w-t{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.w-box-text{
    font-weight: bold;
    font-size: 19px !important;
    margin-bottom: 0% !important;
    color: #f48600;
}
.wy-img{
    overflow: hidden;
}
.wy-img img{
    width: 100%;
    height: 93%;
    object-fit: cover;
    margin-top: 20px;
}



/* ----------------------------------tesmonial section ------------ */

.tesimonial-section {
    margin-bottom: 5%;
    height: auto;
}

.tesimonial-section .testimonial-title {
    text-align: center;
    margin-bottom: 3%;
}

.tesimonial-section .testimonial-title h4 {
    color: #f48600;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 35px;
}

.tesimonial-section .testimonial-title h1 {

    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}


.tesimonial-section .testimonial-content {
    display: flex;
    justify-content: space-between;
    height: auto;
}

.tesimonial-section .testimonial-content .reviewers-img {
    width: 47%;
    height: 400px;
}

.tesimonial-section .testimonial-content .reviewers-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tesimonial-section .testimonial-content .reviewers {
    width: 47%;
    height: 400px;
    text-align: center;

}

.owl-carousel .owl-stage-outer {
    height: 100%;
}

.tesimonial-section .testimonial-content .reviewers .content-area {
    height: 100%;
    width: 100%;
    padding: 3%;
    position: relative;
    z-index: 0;
}

.tesimonial-section .testimonial-content .reviewers .content-area .content-area-background{
    width: 100%;
    height: 100%;
    position: absolute;
  
    left: 0;
    top: 0;
    opacity: 30%;
}

.tesimonial-section .testimonial-content .reviewers .content-area .content {
    height: 400px;
    width: 100% !important;
    position: relative;
    padding-top: 10%;
    z-index: 1;
}

.tesimonial-section .testimonial-content .reviewers .content-area .content .fa-quote-left {
    position: absolute;
    left: 0;
    color: #f48600;
}

.tesimonial-section .testimonial-content .reviewers .content-area .content img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 50%;
    object-fit: cover;
    transform: translate(-50%, 0);
    margin-bottom: 3%;

}

.tesimonial-section .testimonial-content .reviewers .content-area .content .review-content .review-media {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 5%;

}

.tesimonial-section .testimonial-content .reviewers .content-area .content .review-content h4 {
    color: black;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
}
.tesimonial-section .testimonial-content .reviewers .content-area .content .review-content p {
    color: black;
    font-family: 'Poppins', sans-serif;


}

.tesimonial-section .testimonial-content .reviewers .content-area .content .review-content .review-media i {
    color: #251449;
    transition: 0.5s;
}

.tesimonial-section .testimonial-content .reviewers .content-area .content .review-content .review-media i:hover {
    color: var(--red1);
}

.quadrado {

    animation: crescendo 1.5s alternate infinite ease-in;
    }
    
    @keyframes crescendo {
      0%   {transform: scale(.7);}
      100% {transform: scale(1);}
    }


/***testimonial animated section***/



/* -----------------------------FAQ section --------------------------- */

.faq {
    margin-top: -26px !important;

}

.faq .title {
    font-size: 35px;
    text-align: center;
    font-weight: bolder;
    color: var(--primary-dull) !important;
    margin-top: 40px;
    margin-bottom: 30px;
   }
.questions-container {
    max-width: 800px;
    margin: 0 auto;
}

.question {
    border-bottom: 1px solid #fff;
    transition: 0.5s;
    margin: 0 10% 0 10%;
}

.question button {
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border: none;
    outline: none;
    font-size: 18px;
    color: var(--gray);
    cursor: pointer;
    font-weight: 500 !important;
    
}

.question p {
    font-size: 15px;
    max-height: 0;
    opacity: 0;
    text-transform: initial;
    line-height: 1.5;
    overflow: hidden;
    transition: all 0.6s ease;
}

.d-arrow {
    transition: transform 0.5s ease-in;
    color: #fff;
}

/*add this class when click*/

.question p.show {
    max-height: 200px;
    opacity: 1;
    padding: 0px 15px 30px 15px;
}
.rotate {
    transition: 0.5s;
    transform: rotate(180deg);
}



/*** Footer ***/
.footer {
    background: linear-gradient(rgba(34, 36, 122, 0.9), rgba(34, 36, 122, 0.9)), url(../img/footer.jpeg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    padding: 3%;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.how  h1{
    font-size: 35x;
}
.display-4 {
    font-size: 35px !important;
    color: rgb(244, 134, 0);
    font-weight: bold !important;
    font-family: 'poppins' sans-serif;
}
.bg{
    background-color: #f48600;
}
.triple h4{
    font-size: 17px;
    color: #251449;
    padding: 16px;
    font-weight: bold;
}
.py-5{
    padding-top: 0rem;
}
    .fa-code-pull-request:before {
        content: "\e13c";
        font-size: 40px;
    }
    .fa-calendar-check:before {
        content: "\f274";
        font-size: 40px;
    }
    .fa-get-pocket:before {
        content: "\f265";
        font-size: 40px;
    }



    /* ------------------------ */
    .pac-card{
        width: 100%;
        background-color: #fff;
        display: flex;
        align-items: center;
        height: 100%;
    }
    .round-num{
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background-color: var(--primary-dull);
        display: flex;
        align-items: center;
        justify-content: center;

    }
    .round-num p{
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }
    .a-pac{
        color: var(--primary-dull);
    }
    .pac-ul li{
        margin-bottom: 2px;
        font-size: 14px;
    }

     /* Popup container */
     .popup {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

   
.popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

.popup-content {
    background-color: #fefefe;
    /* padding: 20px; */
    border: 1px solid #888;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    /* width: 80%;  */
    max-width: 600px; /* Maximum width */
    margin: auto; /* Center horizontally */
    position: relative;
}

.popup .close-p {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    /* border: 1px solid #000; */
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -7%;
    right: -2%;
    color: #000;
    float: right;
    font-size: 28px;
    /* font-weight: bold; */
    z-index: 5;
}

.close-p:hover,
.close-p:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.click{
    width: 30px;
    position: absolute;
    bottom: 6%;
    left: 30%;
    transform: rotate(90deg);
}
.cl2{
    width: 20px;
}

    @media screen and (max-width:991px) {
        .click{
            width: 30px;
            position: absolute;
            bottom: 4%;
            left: 25%;
        }
        .numbers{
            display: flex !important;
        }

        .ans-con{
            display: flex !important;

        }
        .popup .close-p {
            width: 40px;
            height: 40px;
            border-radius: 100%;
            /* border: 1px solid #000; */
            background-color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            top: -7%;
            right: -2%;

        }
    }
@media screen and (max-width:320px) {
    html,
        body {
            margin: 0 !important;
            padding: 0 !important;
        }


       
        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 100%;
            height: 50px;
        }

        .navbar .container-fluid .navbar-brand {
            width: 50%;
        }

        .small-c .c {
            display: flex !important;
            flex-direction: row;
            justify-content: center;
            font-family: 'poppins', sans-serif;
            background-color: #f48600;
            width: 100%;
            height: 100px;
        }

        .small-c .c p {
            color: gray;
            margin-top: 10px;
            font-size: 8px;
        }

        .small-c .c a {
            color: white;
            margin-top: 8px;
            transition: .8s;
            font-size: 8px;
        }

        .small-c .c a:hover {
            color: gray;
        }

        /* -----------------header navbar section---------------------------- */

        .navbar .container-fluid .collapse {
      
            transform: translateY(15px);
            box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

        }

        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 100%;
            height: 50px;
        }

        .navbar .container-fluid .navbar-brand {
            width: 50%;
        }

        .navbar .container-fluid .collapse .navbar-nav .nav-item {
            padding: 5px;
        }

        .navbar .container-fluid .collapse .navbar-nav .nav-item a:hover {
            color: #f48600;
        }
        
        /*----------------- CONTACT US--------------------- */

        .contact-us {
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
            align-items: center;
            width: 100%;
            margin-left: 0%;

        }

        .contact-us .section {
            margin: 5px;
            padding: 5px;
            display: flex;
            flex-direction: row;
            border-left: none;
        }

        .contact-us .section .contact-icons {
            display: none;

        }

        .contact-us .section .co {
            flex-direction: row;
        }

        .contact-us .section .co a h1 {
            font-size: 8px;
        }

        .contact-us .section2 span {
            display: none;
        }

        .contact-us .section .co span {
            display: none;
        }
        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 100%;
            height: 50px;
        }
        .navbar .container-fluid .navbar-brand {
            width: 60%;
            height: 50px;
        }
  .navbar-toggler{
    background-color: white!important;
  }
        
  .navbar-nav{
    z-index: 2;
    background-color: black;
  }

  .collapse ul li a{
    text-align: center;
  }

  a-twitter:before {
    content: "\f099";
    FONT-SIZE: 19PX !important;
}
        .navbar .container-fluid .collapse .navbar-nav .nav-item {
            padding: 5px;
        }

       
        .answer-content .ans-partner a:hover,
.answer-content .ans-logo a:hover {
    color: #f48600;



}
.fa-facebook-f:hover{
    color: rgb(32, 111, 202) !important;
}
.fa-instagram:hover{
    color: deeppink;
}
.fa-linkedin-in:hover{
    color: rgb(32, 111, 202) !important;
}
.fa-twitter:hover{
    color: rgb(32, 111, 202) !important;
}

        
        /* ---------------------answer Content ----------------------- */
    
        /* .answer-content {
            display: none;
    
        } */


        



        .hero{
            width: 100%;
            height: 70vh;
            background: url(img/cbanner.jpg);
            background-position: bottom -37px right -282px;
            background-size: cover;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: -73px;
            background-repeat: no-repeat;
        }
        .motor{
            color: #0c253f !important;
        }
        .hero .text{
            width: 90%;
            margin: auto;
            font-size: 14px;
            margin-top: 80px;
        }
        .hero .text h4{
            font-size: 18px;
            color: #fff;
            font-weight: 500;
            margin-bottom: 10px;
        }
        .hero .text h1{
            color: #fff;
            font-size: 30px;
            text-transform: uppercase;
            line-height: 1;
            margin-bottom: 11px;
           
        }
        
        .hero .text p{
            color: #fff;
            margin-bottom: 30px;
            font-size: 14px;
        }
        .hero .text .btn{
            padding: 8px 10px;
            background-color: #042f86;
            text-transform: uppercase;
            color: #fff;
            font-weight: bold;
            border-radius: 9px;
            border: 2px solid #042f86;
            transition: 0.3s;
            font-size: 10px;
            margin-top: -60px;
        }
        .hero .text .btn:hover{
            background-color: transparent;
        }
        .answer-content .ans-logo a {
            color: white;
            margin: 8px;
            transition: 0.5s;
            font-size: 14px;
        }
        .fa-brands{
            font-weight: 500 !important;
        }
  
/**about-1**/
.feature-area {
    padding: 2px 0px;
}

.feature-bg {
    background-image: url('../img/feature_bg.jpg');
    background-repeat: repeat;
}

.single-feature {
    position: relative;
}

.feature-area .single-feature img {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 40px);
    max-width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    height: 320px;
}

.feature-area .single-feature:hover img {
    -webkit-transform: translate(0px, 70%);
    transform: translate(0px, 82%);
}


.feature-area .single-feature .feature-info {
    background-color: #312f2f;
   
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%;
    -webkit-transform: translate(25px, -70px);
    transform: translate(0%, -70px);
    -webkit-transition: .5s;
    transition: .5s;
    height: 30%;

}

.feature-area .single-feature:hover .feature-info {
    -webkit-transform: translate(25px, -82%);
    transform: translate(0, -82%);
    background-color: #f48600;
}

.single-feature .feature-info .icon-wrapper i {
    font-size: 50px;
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.single-feature .feature-txt h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}
.row .btn{
    background-color: #f48600;
    border-radius: 16px;
}
.row .btn:hover{
    background-color: #251449;
    border-radius: 16px;
}
.text{
    color: #f48600;
    font-size: 30px !important;
    font-family: bold;
}
.text .h2{
    font-size: 12px !important;
}
.ps-h3 h6{
    font-size: 16px !important;
    color: #251449 !important;
    
}
.ps-h3 span{
    font-size: 14px !important;
}
.about h1{
    font-size: 25px;
}
.about h6{
    color: #f48600;
    font-size: 28px;
}

/**why choose us ***/

.why-txt h1{
    font-size: 26px;
    color: #f48600;
}
.why-txt p{
    font-size: 16px;
    
}
.why-box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2%;
}
.w-i-box{
    height: 70px;
    width: 70px;
    background-color: var(--c2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2%;
}
.w-i-box i{
    color: var(--c1);
    font-size: 40px;
    padding: 3%;
}
.w-t{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.w-box-text{
    font-weight: bold;
    font-size: 19px !important;
    margin-bottom: 0% !important;
    color: #f48600;
}
.wy-img{
    overflow: hidden;
}
.wy-img img{
    width: 100%;
    height: 93%;
    object-fit: cover;
}


    /* ----------------------------------tesmonial section ------------ */

    .tesimonial-section {
        margin-bottom: 5%;
        height: auto;
    }

    .tesimonial-section .testimonial-title h4 {
        font-size: 38px !important;
    }
    .tesimonial-section .testimonial-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto;
    }

    .tesimonial-section .testimonial-content .reviewers-img {
        width: 100%;
        height: 250px;
        margin-bottom: 3%;
    }

    .tesimonial-section .testimonial-content .reviewers-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .tesimonial-section .testimonial-content .reviewers {
        width: 100%;
        height: 300px;
        text-align: center;

    }


    .owl-carousel .owl-stage-outer {
        height: 100%;
    }

    .tesimonial-section .testimonial-content .reviewers .content-area {
        height: 100%;
        width: 100%;
        padding: 3%;
    }

    .tesimonial-section .testimonial-content .reviewers .content-area .content {
        height: 400px;
        width: 100% !important;
        position: relative;
        padding-top: 10%;
    }

    .tesimonial-section .testimonial-content .reviewers .content-area .content .fa-quote-left {
        position: absolute;
        left: 0;
       
    }

    .tesimonial-section .testimonial-content .reviewers .content-area .content img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-left: 50%;
        object-fit: cover;
        transform: translate(-50%, 0);
        margin-bottom: 3%;

    }

    .tesimonial-section .testimonial-content .reviewers .content-area .content .review-content .review-media {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        margin-top: 5%;

    }
    

/* -----------------------------FAQ section --------------------------- */

.faq {
    margin-bottom: 5%;
}

.faq .title {
    font-size: 2rem;
    text-align: center;
    font-weight: bolder;
    color: var(--color);
    margin-top: 40px;
    margin-bottom: 30px;
   }
.questions-container {
    max-width: 800px;
    margin: 0 auto;
}

.question {
    border-bottom: 1px solid #fff;
    margin: 0 10% 0 10%;
}

.question button {
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border: none;
    outline: none;
    font-size: 15px;
    color: black;
    cursor: pointer;
    font-weight: 400;
    
}

.question p {
    font-size: 15px;
    max-height: 0;
    opacity: 0;
    text-transform: initial;
    line-height: 1.5;
    overflow: hidden;
    transition: all 0.6s ease;
}

.d-arrow {
    transition: transform 0.5s ease-in;
    color: #fff;
}

/*add this class when click*/

.question p.show {
    max-height: 200px;
    opacity: 1;
    padding: 0px 15px 30px 15px;
}

.question button .d-arrow .rotate {
    transform: rotate(180deg);
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    padding: 1%;
    width: 78%;
    height: 35px;
}
.content1{
  order: 2;
}
.content2{
    order: 1;
  }
}




@media screen and (min-width:321px) and (max-width:425px) {
    html,
        body {
            margin: 0 !important;
            padding: 0 !important;
        }


        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 100%;
            height: 50px;
        }

        .navbar .container-fluid .navbar-brand {
            width: 50%;
        }

        .small-c .c {
            display: flex;
            flex-direction: row;
            justify-content: center;
            font-family: 'poppins', sans-serif;
            background-color: #f48600;
            width: 100%;
            height: 100px;
        }

        .small-c .c p {
            color: gray;
            margin-top: 10px;
            font-size: 8px;
        }

        .small-c .c a {
            color: white;
            margin-top: 8px;
            transition: .8s;
            font-size: 8px;
        }

        .small-c .c a:hover {
            color: gray;
        }

        /* -----------------header navbar section---------------------------- */

        .navbar .container-fluid .collapse {

            transform: translateY(15px);
      

        }

        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 100%;
            height: 50px;
        }

        .navbar .container-fluid .navbar-brand {
            width: 50%;
        }

        .navbar .container-fluid .collapse .navbar-nav .nav-item {
            padding: 5px;
        }

        .navbar .container-fluid .collapse .navbar-nav .nav-item a:hover {
            color: red;
        }
        
        .navbar-toggler{
            background-color: white!important;
          }
                
          .navbar-nav{
            z-index: 2;
            background-color: black;
          }
        
          .collapse ul li a{
            text-align: center;
          }

          .navbar-brand{
            width: 60%;
            height: 50px;
          }
          
          .answer-content .ans-logo a {
            color: white;
            margin: 8px;
            transition: 0.5s;
            font-size: 14px;
        }
        
        /*----------------- CONTACT US--------------------- */

        .contact-us {
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
            align-items: center;
            width: 100%;
            margin-left: 0%;

        }

        .contact-us .section {
            margin: 5px;
            padding: 5px;
            display: flex;
            flex-direction: row;
            border-left: none;
        }

        .contact-us .section .contact-icons {
            display: none;

        }

        .contact-us .section .co {
            flex-direction: row;
        }

        .contact-us .section .co a h1 {
            font-size: 8px;
        }

        .contact-us .section2 span {
            display: none;
        }

        .contact-us .section .co span {
            display: none;
        }
        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 100%;
            height: 50px;
        }
        .navbar .container-fluid .navbar-brand {
            width: 50%;
        }

        

        .navbar .container-fluid .collapse .navbar-nav .nav-item {
            padding: 5px;
        }

        .navbar .container-fluid .collapse .navbar-nav .nav-item a:hover {
            color: red;
        }
        .answer-content .ans-partner a:hover,
.answer-content .ans-logo a:hover {
    color: #f48600;

}  

.fa-facebook-f:hover{
    color: rgb(32, 111, 202) !important;
}
.fa-instagram:hover{
    color: deeppink;
}
.fa-linkedin-in:hover{
    color: rgb(32, 111, 202) !important;
}
.fa-twitter:hover{
    color: rgb(32, 111, 202) !important;
}

        /* ---------------------answer Content ----------------------- */
    
        /* .answer-content {
            display: none;
    
        } */
        
.hero{
    width: 100%;
    height: 80vh;
    background: url(img/bg.jpg);
    background-position: bottom -37px right -275px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -73px;
    background-repeat: no-repeat;
}
.hero .text{
    width: 90%;
    margin: auto;
    font-size: 14px;
    margin-top: 100px;
}
.hero .text h4{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}
.hero .text h1{
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 11px;
   

}
.hero .text h1 span{
    color: #f48600;
    font-size: 30px;
    font-weight: bold;
  
}
.hero .text p{
    color: #fff;
    margin-bottom: 30px;
    font-size: 14px;
}
.hero .text .btn{
    padding: 10px 10px;
    background-color: #042586;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 9px;
    border: 2px solid #042586;
    transition: 0.3s;
    margin-top: -55px;
    font-size: 10px;
}
.hero .text .btn:hover{
    background-color: transparent;
}
.motor{
    color: #0c253f !important;
}
/**about-1**/
.feature-area {
    padding: 2px 0px;
}

.feature-bg {
    background-image: url('../img/feature_bg.jpg');
    background-repeat: repeat;
}

.single-feature {
    position: relative;
}

.feature-area .single-feature img {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 40px);
    max-width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    height: 320px;
    margin-top: 50px;
}

.feature-area .single-feature:hover img {
    -webkit-transform: translate(0px, 70%);
    transform: translate(0px, 82%);
}


.feature-area .single-feature .feature-info {
    background-color: #312f2f;
   
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%;
    -webkit-transform: translate(5%, -70px);
    transform: translate(0%, -70px);
    -webkit-transition: .5s;
    transition: .5s;
    height: auto;

}

.feature-area .single-feature:hover .feature-info {
    -webkit-transform: translate(25px, -82%);
    transform: translate(0, -82%);
    background-color: #f48600;
}

.single-feature .feature-info .icon-wrapper i {
    font-size: 50px;
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.single-feature .feature-txt h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}
  
.why-txt h1{
    font-size: 26px;
    color: #f48600;
}
.why-txt p{
    font-size: 16px;
    
}
.why-box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2%;
}
.w-i-box{
    height: 70px;
    width: 70px;
    background-color: var(--c2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2%;
}
.w-i-box i{
    color: var(--c1);
    font-size: 40px;
    padding: 3%;
}
.w-t{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.w-box-text{
    font-weight: bold;
    font-size: 19px !important;
    margin-bottom: 0% !important;
    color: #f48600;
}
.wy-img{
    overflow: hidden;
}
.wy-img img{
    width: 100%;
    height: 93%;
    object-fit: cover;
}
.row .btn{
    background-color: #f48600;
    border-radius: 16px;
}
.row .btn:hover{
    background-color: #251449;
    border-radius: 16px;
}
.text{
    color: #f48600;
    font-size: 30px !important;
    font-family: bold;
}
.text .h2{
    font-size: 12px !important;
}
.ps-h3 h6{
    font-size: 16px !important;
    color: #251449 !important;
    
}
.ps-h3 span{
    font-size: 14px !important;
}
.about h1{
    font-size: 25px;
}
.about h6{
    color: #f48600;
    font-size: 28px;
}


    /* ----------------------------------tesmonial section ------------ */

    .tesimonial-section {
        margin-bottom: 5%;
        height: auto;
    }


    .tesimonial-section .testimonial-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto;
    }

    .tesimonial-section .testimonial-content .reviewers-img {
        width: 100%;
        height: 250px;
        margin-bottom: 3%;
    }

    .tesimonial-section .testimonial-content .reviewers-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .tesimonial-section .testimonial-content .reviewers {
        width: 100%;
        height: 300px;
        text-align: center;

    }


    .owl-carousel .owl-stage-outer {
        height: 100%;
    }

    .tesimonial-section .testimonial-content .reviewers .content-area {
        height: 100%;
        width: 100%;
        padding: 3%;
    }

    .tesimonial-section .testimonial-content .reviewers .content-area .content {
        height: 400px;
        width: 100% !important;
        position: relative;
        padding-top: 10%;
    }

    .tesimonial-section .testimonial-content .reviewers .content-area .content .fa-quote-left {
        position: absolute;
        left: 0;
        color: var(--red);
    }

    .tesimonial-section .testimonial-content .reviewers .content-area .content img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-left: 50%;
        object-fit: cover;
        transform: translate(-50%, 0);
        margin-bottom: 3%;

    }

    .tesimonial-section .testimonial-content .reviewers .content-area .content .review-content .review-media {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        margin-top: 5%;

    }
    
/* -----------------------------FAQ section --------------------------- */

.faq {
    margin-bottom: 5%;
}

.faq .title {
    font-size: 2rem;
    text-align: center;
    font-weight: bolder;
    color: var(--color);
    margin-top: 40px;
    margin-bottom: 30px;
   }
.questions-container {
    max-width: 800px;
    margin: 0 auto;
}

.question {
    border-bottom: 1px solid #fff;
    margin: 0 10% 0 10%;
}

.question button {
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border: none;
    outline: none;
    font-size: 15px;
    color: black;
    cursor: pointer;
    font-weight: 400;
    
}

.question p {
    font-size: 15px;
    max-height: 0;
    opacity: 0;
    text-transform: initial;
    line-height: 1.5;
    overflow: hidden;
    transition: all 0.6s ease;
}

.d-arrow {
    transition: transform 0.5s ease-in;
    color: #fff;
}

/*add this class when click*/

.question p.show {
    max-height: 200px;
    opacity: 1;
    padding: 0px 15px 30px 15px;
}

.question button .d-arrow .rotate {
    transform: rotate(180deg);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    padding: 1%;
    width: 75%;
    height: 40px;
}

.content1{
    order: 2;
  }
  .content2{
      order: 1;
    }
}

@media screen and (min-width:426px) and (max-width:600px) {
    html,
        body {
            margin: 0 !important;
            padding: 0 !important;
        }


        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 100%;
            height: 50px;
        }

        .navbar .container-fluid .navbar-brand {
            width: 50%;
        }

        .small-c .c {
            display: flex;
            flex-direction: row;
            justify-content: center;
            font-family: 'poppins', sans-serif;
            background-color: #f48600;
            width: 100%;
            height: 100px;
        }

        .small-c .c p {
            color: gray;
            margin-top: 10px;
            font-size: 8px;
        }

        .small-c .c a {
            color: white;
            margin-top: 8px;
            transition: .8s;
            font-size: 8px;
        }

        .small-c .c a:hover {
            color: gray;
        }

        /* -----------------header navbar section---------------------------- */

        .navbar .container-fluid .collapse {

            transform: translateY(15px);
            box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

        }

        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 80%;
            height: 90px !important;
        }

        .navbar .container-fluid .navbar-brand {
            width: 50%;
        }

        .navbar .container-fluid .collapse .navbar-nav .nav-item {
            padding: 5px;
        }

        .navbar .container-fluid .collapse .navbar-nav .nav-item a:hover {
            color: red;
        }
        .navbar-toggler{
            background-color: white!important;
          }
                
          .navbar-nav{
            z-index: 2;
            background-color: black;
          }
        
          .collapse ul li a{
            text-align: center;
          }

          .navbar-brand{
            width: 60%;
            height: 50px;
          }
          
          .answer-content .ans-logo a {
            color: white;
            margin: 8px;
            transition: 0.5s;
            font-size: 18px;
        }
        
.fa-facebook-f:hover{
    color: rgb(32, 111, 202) !important;
}
.fa-instagram:hover{
    color: deeppink;
}
.fa-linkedin-in:hover{
    color: rgb(32, 111, 202) !important;
}
.fa-twitter:hover{
    color: rgb(32, 111, 202) !important;
}
        
        /*----------------- CONTACT US--------------------- */

        .contact-us {
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
            align-items: center;
            width: 100%;
            margin-left: 0%;

        }

        .contact-us .section {
            margin: 5px;
            padding: 5px;
            display: flex;
            flex-direction: row;
            border-left: none;
        }

        .contact-us .section .contact-icons {
            display: none;

        }

        .contact-us .section .co {
            flex-direction: row;
        }

        .contact-us .section .co a h1 {
            font-size: 8px;
        }

        .contact-us .section2 span {
            display: none;
        }

        .contact-us .section .co span {
            display: none;
        }
        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 100%;
            height: 50px;
        }
        .navbar .container-fluid .navbar-brand {
            width: 50%;
        }

        

        .navbar .container-fluid .collapse .navbar-nav .nav-item {
            padding: 5px;
        }

        .navbar .container-fluid .collapse .navbar-nav .nav-item a:hover {
            color: red;
        }
        
        /* ---------------------answer Content ----------------------- */
/*     
        .answer-content {
            display: none;
    
        } */
        .motor{
            color: #0c253f !important;
            font-size: 34px;
        }
.hero{
    width: 100%;
    height: 100vh;
    background: url(img/bg.jpg);
    background-position: bottom -37px right -328px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -73px;
    background-repeat: no-repeat;
}
.hero .text{
    width: 90%;
    margin: auto;
    font-size: 14px;
    margin-top: 135px;
}
.hero .text h4{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}
.hero .text h1{
    color: #fff;
    font-size: 34px !important;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 11px;
   

}
.hero .text h1 span{
   
    font-weight: bold;
   
}
.hero .text p{
    color: #fff;
    margin-bottom: 30px;
}
.hero .text .btn{
    padding: 10px 10px;
    background-color: #042586;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 9px;
    border: 2px solid #042586;
    transition: 0.3s;
    font-size: 12px;
    margin-top: -44px;
}
.hero .text .btn:hover{
    background-color: transparent;
}





/**about-1**/
.feature-area {
    padding: 2px 0px;
}

.feature-bg {
    background-image: url('../img/feature_bg.jpg');
    background-repeat: repeat;
}

.single-feature {
    position: relative;
}

.feature-area .single-feature img {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 40px);
    max-width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    height: auto;
    margin-top: 80px;
}

.feature-area .single-feature:hover img {
    -webkit-transform: translate(0px, 70%);
    transform: translate(0px, 82%);
}


.feature-area .single-feature .feature-info {
    background-color: #312f2f;
   
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%;
    -webkit-transform: translate(25px, -70px);
    transform: translate(0%, -70px);
    -webkit-transition: .5s;
    transition: .5s;
    height: 250px;

}

.feature-area .single-feature:hover .feature-info {
    -webkit-transform: translate(25px, -82%);
    transform: translate(0, -82%);
    background-color: #f48600;
}

.single-feature .feature-info .icon-wrapper i {
    font-size: 50px;
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.single-feature .feature-txt h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.single-feature .feature-info .icon-wrapper i {
    font-size: 50px;
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.single-feature .feature-txt h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}
.row .btn{
    background-color: #f48600;
    border-radius: 16px;
}
.row .btn:hover{
    background-color: #251449;
    border-radius: 16px;
}
.text{
    color: #f48600;
    font-size: 30px !important;
    font-family: bold;
}
.text .h2{
    font-size: 12px !important;
}
.ps-h3 h6{
    font-size: 16px !important;
    color: #251449 !important;
    
}
.ps-h3 span{
    font-size: 14px !important;
}
.about h1{
    font-size: 25px;
}
.about h6{
    color: #f48600;
    font-size: 28px;
}


/**why choose us**/
.why-txt h1{
    font-size: 28px;
    color: #f48600;
}
.why-txt p{
    font-size: 16px;
    
}
.why-box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2%;
}
.w-i-box{
    height: 70px;
    width: 70px;
    background-color: var(--c2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2%;
}
.w-i-box i{
    color: var(--c1);
    font-size: 40px;
    padding: 3%;
}
.w-t{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.w-box-text{
    font-weight: bold;
    font-size: 19px !important;
    margin-bottom: 0% !important;
    color: #f48600;
}
.wy-img{
    overflow: hidden;
}
.wy-img img{
    width: 100%;
    height: 93%;
    object-fit: cover;
}


    /* ----------------------------------tesmonial section ------------ */

    .tesimonial-section {
        margin-bottom: 5%;
        height: auto;
    }


    .tesimonial-section .testimonial-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto;
    }

    .tesimonial-section .testimonial-content .reviewers-img {
        width: 100%;
        height: 250px;
        margin-bottom: 3%;
    }

    .tesimonial-section .testimonial-content .reviewers-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .tesimonial-section .testimonial-content .reviewers {
        width: 100%;
        height: 300px;
        text-align: center;

    }


    .owl-carousel .owl-stage-outer {
        height: 100%;
    }

    .tesimonial-section .testimonial-content .reviewers .content-area {
        height: 100%;
        width: 100%;
        padding: 3%;
    }

    .tesimonial-section .testimonial-content .reviewers .content-area .content {
        height: 400px;
        width: 100% !important;
        position: relative;
        padding-top: 10%;
    }

    .tesimonial-section .testimonial-content .reviewers .content-area .content .fa-quote-left {
        position: absolute;
        left: 0;
        color: var(--red);
    }

    .tesimonial-section .testimonial-content .reviewers .content-area .content img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-left: 50%;
        object-fit: cover;
        transform: translate(-50%, 0);
        margin-bottom: 3%;

    }

    .tesimonial-section .testimonial-content .reviewers .content-area .content .review-content .review-media {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        margin-top: 5%;

    }

 
/* -----------------------------FAQ section --------------------------- */

.faq {
    margin-bottom: 5%;
}

.faq .title {
    font-size: 2rem;
    text-align: center;
    font-weight: bolder;
    color: var(--color);
    margin-top: 40px;
    margin-bottom: 30px;
   }
.questions-container {
    max-width: 800px;
    margin: 0 auto;
}

.question {
    border-bottom: 1px solid #fff;
    margin: 0 10% 0 10%;
}

.question button {
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border: none;
    outline: none;
    font-size: 15px;
    color: black;
    cursor: pointer;
    font-weight: 400;
    
}

.question p {
    font-size: 15px;
    max-height: 0;
    opacity: 0;
    text-transform: initial;
    line-height: 1.5;
    overflow: hidden;
    transition: all 0.6s ease;
}

.d-arrow {
    transition: transform 0.5s ease-in;
    color: #fff;
}

/*add this class when click*/

.question p.show {
    max-height: 200px;
    opacity: 1;
    padding: 0px 15px 30px 15px;
}

.question button .d-arrow .rotate {
    transform: rotate(180deg);
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    padding: 1%;
    width: 60%;
    height: 35px;
}

.content1{
    order: 2;
  }
  .content2{
      order: 1;
    }
}

@media screen and (min-width:601px) and (max-width:768px) {
    html,
        body {
            margin: 0 !important;
            padding: 0 !important;
        }


        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 100%;
            height: 50px;
        }

        .navbar .container-fluid .navbar-brand {
            width: 50%;
        }

        .small-c .c {
            display: flex;
            flex-direction: row;
            justify-content: center;
            font-family: 'poppins', sans-serif;
            background-color: #f48600;
            width: 100%;
            height: 100px;
        }

        .small-c .c p {
            color: gray;
            margin-top: 10px;
            font-size: 8px;
        }

        .small-c .c a {
            color: white;
            margin-top: 8px;
            transition: .8s;
            font-size: 8px;
        }

        .small-c .c a:hover {
            color: gray;
        }

        /* -----------------header navbar section---------------------------- */

        .navbar .container-fluid .collapse {
  
            transform: translateY(15px);
            box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

        }

        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 100%;
            height: 50px;
        }

        .navbar .container-fluid .navbar-brand {
            width: 50%;
        }

        .navbar .container-fluid .collapse .navbar-nav .nav-item {
            padding: 5px;
        }

        .navbar .container-fluid .collapse .navbar-nav .nav-item a:hover {
            color: red;
        }
        .navbar-toggler{
            background-color: white!important;
          }
                
          .navbar-nav{
            z-index: 2;
            background-color: black;
          }
        
          .collapse ul li a{
            text-align: center;
          }

          .navbar-brand{
            width: 60%;
            height: 50px;
          }
          
          .answer-content .ans-logo a {
            color: white;
            margin: 8px;
            transition: 0.5s;
            font-size: 18px;
        }
        
.fa-facebook-f:hover{
    color: rgb(32, 111, 202) !important;
}
.fa-instagram:hover{
    color: deeppink;
}
.fa-linkedin-in:hover{
    color: rgb(32, 111, 202) !important;
}
.fa-twitter:hover{
    color: rgb(32, 111, 202) !important;
}
       
        /*----------------- CONTACT US--------------------- */

        .contact-us {
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
            align-items: center;
            width: 100%;
            margin-left: 0%;

        }

        .contact-us .section {
            margin: 5px;
            padding: 5px;
            display: flex;
            flex-direction: row;
            border-left: none;
        }

        .contact-us .section .contact-icons {
            display: none;

        }

        .contact-us .section .co {
            flex-direction: row;
        }

        .contact-us .section .co a h1 {
            font-size: 8px;
        }

        .contact-us .section2 span {
            display: none;
        }

        .contact-us .section .co span {
            display: none;
        }
        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 100%;
            height: 81px;
        }
        .navbar .container-fluid .navbar-brand {
            width: 50%;
        }

        

        .navbar .container-fluid .collapse .navbar-nav .nav-item {
            padding: 5px;
        }

        .navbar .container-fluid .collapse .navbar-nav .nav-item a:hover {
            color: red;
        }
        .answer-content .ans-partner a:hover,
.answer-content .ans-logo a:hover {
    color: #f48600;

}

        
        /* ---------------------answer Content ----------------------- */
    
        /* .answer-content {
            display: none;
    
        } */
     
.hero{
    width: 100%;
    height: 100vh;
    background: url(img/bg.jpg);
    background-position: bottom -37px right -254px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -72px;
    background-repeat: no-repeat;
}
.hero .text{
    width: 90%;
    margin: auto;
    font-size: 14px;
    margin-top: 150px;
}
.hero .text h4{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}
.hero .text h1{
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 11px;

}
.hero .text h1 span{
    color: #042f86;
    font-size: 34px;
    font-weight: bold;
    
}
.hero .text p{
    color: #fff;
    margin-bottom: 30px;
}
.hero .text .btn{
    padding: 10px 10px;
    background-color: #042586;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 9px;
    border: 2px solid #042586 ;
    transition: 0.3s;
    margin-top: -55px;
    font-size: 12px;
}
.hero .text .btn:hover{
    background-color: transparent;
}
 


/**about-1**/
.feature-area {
    padding: 2px 0px;
}

.feature-bg {
    background-image: url('../img/feature_bg.jpg');
    background-repeat: repeat;
}

.single-feature {
    position: relative;
}

.feature-area .single-feature img {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 40px);
    max-width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    height: 400px;
    margin-top: 80px;
}

.feature-area .single-feature:hover img {
    -webkit-transform: translate(0px, 70%);
    transform: translate(0px, 82%);
}


.feature-area .single-feature .feature-info {
    background-color: #312f2f;
   
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%;
    -webkit-transform: translate(25px, -70px);
    transform: translate(0%, -70px);
    -webkit-transition: .5s;
    transition: .5s;
    height: 250px;

}

.feature-area .single-feature:hover .feature-info {
    -webkit-transform: translate(25px, -82%);
    transform: translate(0, -82%);
    background-color: #f48600;
}

.single-feature .feature-info .icon-wrapper i {
    font-size: 50px;
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.single-feature .feature-txt h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.single-feature .feature-info .icon-wrapper i {
    font-size: 50px;
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.single-feature .feature-txt h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.row .btn{
    background-color: #f48600;
    border-radius: 16px;
}
.row .btn:hover{
    background-color: #251449;
    border-radius: 16px;
}
.text{
    color: #f48600;
    font-size: 30px !important;
    font-family: bold;
}
.text .h2{
    font-size: 12px !important;
}
.ps-h3 h6{
    font-size: 16px !important;
    color: #251449 !important;
    
}
.ps-h3 span{
    font-size: 14px !important;
}
.about h1{
    font-size: 25px;
}
.about h6{
    color: #f48600;
    font-size: 28px;
}

/**why choose us**/
.why-txt h1{
    font-size: 30px;
    color: #f48600;
}
.why-txt p{
    font-size: 16px;
    
}
.why-box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2%;
}
.w-i-box{
    height: 70px;
    width: 70px;
    background-color: var(--c2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2%;
}
.w-i-box i{
    color: var(--c1);
    font-size: 40px;
    padding: 3%;
}
.w-t{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.w-box-text{
    font-weight: bold;
    font-size: 19px !important;
    margin-bottom: 0% !important;
    color: #f48600;
}
.wy-img{
    overflow: hidden;
}
.wy-img img{
    width: 100%;
    height: 93%;
    object-fit: cover;
}

    /* ----------------------------------tesmonial section ------------ */

    .tesimonial-section {
        margin-bottom: 5%;
        height: auto;
    }


    .tesimonial-section .testimonial-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto;
    }

    .tesimonial-section .testimonial-content .reviewers-img {
        width: 100%;
        height: 250px;
        margin-bottom: 3%;
    }

    .tesimonial-section .testimonial-content .reviewers-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .tesimonial-section .testimonial-content .reviewers {
        width: 100%;
        height: 300px;
        text-align: center;

    }


    .owl-carousel .owl-stage-outer {
        height: 100%;
    }

    .tesimonial-section .testimonial-content .reviewers .content-area {
        height: 100%;
        width: 100%;
        padding: 3%;
    }

    .tesimonial-section .testimonial-content .reviewers .content-area .content {
        height: 400px;
        width: 100% !important;
        position: relative;
        padding-top: 10%;
    }

    .tesimonial-section .testimonial-content .reviewers .content-area .content .fa-quote-left {
        position: absolute;
        left: 0;
        color: var(--red);
    }

    .tesimonial-section .testimonial-content .reviewers .content-area .content img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-left: 50%;
        object-fit: cover;
        transform: translate(-50%, 0);
        margin-bottom: 3%;

    }

    .tesimonial-section .testimonial-content .reviewers .content-area .content .review-content .review-media {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        margin-top: 5%;

    }
 
/* -----------------------------FAQ section --------------------------- */

.faq {
    margin-bottom: 5%;
}

.faq .title {
    font-size: 2rem;
    text-align: center;
    font-weight: bolder;
    color: var(--color);
    margin-top: 40px;
    margin-bottom: 30px;
   }
.questions-container {
    max-width: 800px;
    margin: 0 auto;
}

.question {
    border-bottom: 1px solid #fff;
    margin: 0 10% 0 10%;
}

.question button {
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border: none;
    outline: none;
    font-size: 15px;
    color: black;
    cursor: pointer;
    font-weight: 400;
    
}

.question p {
    font-size: 15px;
    max-height: 0;
    opacity: 0;
    text-transform: initial;
    line-height: 1.5;
    overflow: hidden;
    transition: all 0.6s ease;
}

.d-arrow {
    transition: transform 0.5s ease-in;
    color: #fff;
}

/*add this class when click*/

.question p.show {
    max-height: 200px;
    opacity: 1;
    padding: 0px 15px 30px 15px;
}

.question button .d-arrow .rotate {
    transform: rotate(180deg);
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    padding: 1%;
    width: 60%;
    height: 35px;
}

.content1{
    order: 2;
  }
  .content2{
      order: 1;
    }
    
.fa-facebook-f:hover{
    color: rgb(32, 111, 202) !important;
}
.fa-instagram:hover{
    color: deeppink;
}
.fa-linkedin-in:hover{
    color: rgb(32, 111, 202) !important;
}
.fa-twitter:hover{
    color: rgb(32, 111, 202) !important;
}
}

@media screen and (min-width:769px) and (max-width:900px) {
    html,
        body {
            margin: 0 !important;
            padding: 0 !important;
        }


        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 100%;
            height: 50px;
        }

        .navbar .container-fluid .navbar-brand {
            width: 50%;
        }

        .small-c .c {
            display: flex;
            flex-direction: row;
            justify-content: center;
            font-family: 'poppins', sans-serif;
            background-color: #f48600;
            width: 100%;
            height: 100px;
        }

        .small-c .c p {
            color: gray;
            margin-top: 10px;
            font-size: 8px;
        }

        .small-c .c a {
            color: white;
            margin-top: 8px;
            transition: .8s;
            font-size: 8px;
        }

        .small-c .c a:hover {
            color: gray;
        }

        /* -----------------header navbar section---------------------------- */

        .navbar .container-fluid .collapse {

            transform: translateY(15px);
            box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

        }

        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 100%;
            height: 50px;
        }

        .navbar .container-fluid .navbar-brand {
            width: 50%;
        }

        .navbar .container-fluid .collapse .navbar-nav .nav-item {
            padding: 5px;
        }

        .navbar .container-fluid .collapse .navbar-nav .nav-item a:hover {
            color: red;
        }

        .navbar-toggler{
            background-color: white!important;
          }
                
          .navbar-nav{
            z-index: 2;
            background-color: #f48600;
          }
        
          .collapse ul li a{
            text-align: center;
          }

          .navbar-brand{
            width: 60%;
            height: 50px;
          }
          
          .answer-content .ans-logo a {
            color: white;
            margin: 8px;
            transition: 0.5s;
            font-size: 18px;
        }
        
        /*----------------- CONTACT US--------------------- */

        .contact-us {
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
            align-items: center;
            width: 100%;
            margin-left: 0%;

        }

        .contact-us .section {
            margin: 5px;
            padding: 5px;
            display: flex;
            flex-direction: row;
            border-left: none;
        }

        .contact-us .section .contact-icons {
            display: none;

        }

        .contact-us .section .co {
            flex-direction: row;
        }

        .contact-us .section .co a h1 {
            font-size: 8px;
        }

        .contact-us .section2 span {
            display: none;
        }

        .contact-us .section .co span {
            display: none;
        }
        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 60%;
            height: 70px;
        }
        .navbar .container-fluid .navbar-brand {
            width: 50%;
        }

        

        .navbar .container-fluid .collapse .navbar-nav .nav-item {
            padding: 5px;
        }

        .navbar .container-fluid .collapse .navbar-nav .nav-item a:hover {
            color: red;
        }
        .answer-content .ans-partner a:hover,
.answer-content .ans-logo a:hover {
    color: #f48600;

}

        /* ---------------------answer Content ----------------------- */
    
        /* .answer-content {
            display: none;
    
        } */
        
.hero{
    width: 100%;
    height: 100vh;
    background: url(img/bg.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -72px;
}
.hero .text{
    width: 90%;
    margin: auto;
    font-size: 14px;
    margin-top: 130px;
}
.hero .text h4{
    font-size: 25px !important;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}
.hero .text h1{
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 11px;

}
.hero .text h1 span{
    color: #042f86;
    font-size: 45px;
    font-weight: bold;
   
}
.hero .text p{
    color: #fff;
    margin-bottom: 30px;
}
.hero .text .btn{
    padding: 10px 10px;
    background-color: #042586;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 9px;
    border: 2px solid #042586;
    transition: 0.3s;
    font-size: 12px;
    margin-top: -55px;
}
.hero .text .btn:hover{
    background-color: transparent;
}
 
/**about-1**/
.feature-area {
    padding: 2px 0px;
}

.feature-bg {
    background-image: url('../img/feature_bg.jpg');
    background-repeat: repeat;
}

.single-feature {
    position: relative;
}

.feature-area .single-feature img {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 40px);
    max-width: 90%;
    -webkit-transition: .5s;
    transition: .5s;
    height: 300px;
    margin-top: 80px;
}

.feature-area .single-feature:hover img {
    -webkit-transform: translate(0px, 70%);
    transform: translate(0px, 82%);
}


.feature-area .single-feature .feature-info {
    background-color: #312f2f;
   
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 90%;
    -webkit-transform: translate(25px, -70px);
    transform: translate(0%, -70px);
    -webkit-transition: .5s;
    transition: .5s;
    height: 320px;

}

.feature-area .single-feature:hover .feature-info {
    -webkit-transform: translate(25px, -82%);
    transform: translate(0, -82%);
    background-color: #f48600;
}

.single-feature .feature-info .icon-wrapper i {
    font-size: 50px;
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.single-feature .feature-txt h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.single-feature .feature-info .icon-wrapper i {
    font-size: 50px;
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.single-feature .feature-txt h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.row .btn{
    background-color: #f48600;
    border-radius: 16px;
}
.row .btn:hover{
    background-color: #251449;
    border-radius: 16px;
}
.text{
    color: #f48600;
    font-size: 30px !important;
    font-family: bold;
}
.text .h2{
    font-size: 12px !important;
}
.ps-h3 h6{
    font-size: 16px !important;
    color: #251449 !important;
    
}
.ps-h3 span{
    font-size: 14px !important;
}
.about h1{
    font-size: 25px;
}
.about h6{
    color: #f48600;
    font-size: 28px;
}


/**why choose us**/
.why-txt h1{
    font-size: 32px;
    color: #f48600;
}
.why-txt p{
    font-size: 16px;
    
}
.why-box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2%;
}
.w-i-box{
    height: 70px;
    width: 70px;
    background-color: var(--c2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2%;
}
.w-i-box i{
    color: var(--c1);
    font-size: 40px;
    padding: 3%;
}
.w-t{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.w-box-text{
    font-weight: bold;
    font-size: 19px !important;
    margin-bottom: 0% !important;
    color: #f48600;
}
.wy-img{
    overflow: hidden;
}
.wy-img img{
    width: 100%;
    height: 93%;
    object-fit: cover;
}
 /* ----------------------------------tesmonial section ------------ */

 .tesimonial-section {
    margin-bottom: 5%;
    height: auto;
}


.tesimonial-section .testimonial-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
}

.tesimonial-section .testimonial-content .reviewers-img {
    width: 100%;
    height: 250px;
    margin-bottom: 3%;
}

.tesimonial-section .testimonial-content .reviewers-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tesimonial-section .testimonial-content .reviewers {
    width: 100%;
    height: 300px;
    text-align: center;

}


.owl-carousel .owl-stage-outer {
    height: 100%;
}

.tesimonial-section .testimonial-content .reviewers .content-area {
    height: 100%;
    width: 100%;
    padding: 3%;
}

.tesimonial-section .testimonial-content .reviewers .content-area .content {
    height: 400px;
    width: 100% !important;
    position: relative;
    padding-top: 10%;
}

.tesimonial-section .testimonial-content .reviewers .content-area .content .fa-quote-left {
    position: absolute;
    left: 0;
    color: var(--red);
}

.tesimonial-section .testimonial-content .reviewers .content-area .content img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 50%;
    object-fit: cover;
    transform: translate(-50%, 0);
    margin-bottom: 3%;

}

.tesimonial-section .testimonial-content .reviewers .content-area .content .review-content .review-media {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 5%;

}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    padding: 1%;
    width: 64%;
    height: 35px;
}

.content1{
    order: 2;
  }
  .content2{
      order: 1;
    }
    
.fa-facebook-f:hover{
    color: rgb(32, 111, 202) !important;
}
.fa-instagram:hover{
    color: deeppink;
}
.fa-linkedin-in:hover{
    color: rgb(32, 111, 202) !important;
}
.fa-twitter:hover{
    color: rgb(32, 111, 202) !important;
}
.fa-youtube:hover{
    color: red !important;
}
}

@media screen and (min-width:901px) and (max-width:992px) {
    html,
        body {
            margin: 0 !important;
            padding: 0 !important;
        }


        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 100%;
            height: 50px;
        }

        .navbar .container-fluid .navbar-brand {
            width: 50%;
        }

        .small-c .c {
            display: flex;
            flex-direction: row;
            justify-content: center;
            font-family: 'poppins', sans-serif;
            background-color: #f48600;
            width: 100%;
            height: 100px;
        }

        .small-c .c p {
            color: gray;
            margin-top: 10px;
            font-size: 8px;
        }

        .small-c .c a {
            color: white;
            margin-top: 8px;
            transition: .8s;
            font-size: 8px;
        }

        .small-c .c a:hover {
            color: gray;
        }

        /* -----------------header navbar section---------------------------- */

        .navbar .container-fluid .collapse {
      
            transform: translateY(15px);
            box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

        }

        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 65% !important;
            height: 80px !important;
        }

        .navbar .container-fluid .navbar-brand {
            width: 50%;
        }

        .navbar .container-fluid .collapse .navbar-nav .nav-item {
            padding: 5px;
        }

        .navbar .container-fluid .collapse .navbar-nav .nav-item a:hover {
            color: red;
        }
        
        .navbar-toggler{
            background-color: white!important;
          }
                
          .navbar-nav{
            z-index: 2;
            background-color: #f48600;
          }
        
          .collapse ul li a{
            text-align: center;
          }

          .navbar-brand{
            width: 60%;
            height: 50px;
          }
          
          .answer-content .ans-logo a {
            color: white;
            margin: 8px;
            transition: 0.5s;
            font-size: 18px;
        }
        .answer-content .ans-partner a:hover,
.answer-content .ans-logo a:hover {
    color: #f48600;

}

        
        /*----------------- CONTACT US--------------------- */

        .contact-us {
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
            align-items: center;
            width: 100%;
            margin-left: 0%;

        }

        .contact-us .section {
            margin: 5px;
            padding: 5px;
            display: flex;
            flex-direction: row;
            border-left: none;
        }

        .contact-us .section .contact-icons {
            display: none;

        }

        .contact-us .section .co {
            flex-direction: row;
        }

        .contact-us .section .co a h1 {
            font-size: 8px;
        }

        .contact-us .section2 span {
            display: none;
        }

        .contact-us .section .co span {
            display: none;
        }
        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 100%;
            height: 50px;
        }
        .navbar .container-fluid .navbar-brand {
            width: 50%;
        }

        

        .navbar .container-fluid .collapse .navbar-nav .nav-item {
            padding: 5px;
        }

        .navbar .container-fluid .collapse .navbar-nav .nav-item a:hover {
            color: red;
        }
        
        /* ---------------------answer Content ----------------------- */
    
        /* .answer-content {
            display: none;
    
        } */
        
.hero{
    width: 100%;
    height: 100vh;
    background: url(img/bg.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -53px;
}
.hero .text{
    width: 90%;
    margin: auto;
    font-size: 14px;
}
.hero .text h4{
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}
.hero .text h1{
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 11px;

}
.hero .text h1 span{
    color: #042f86;
    font-size: 45px;
    font-weight: bold;
    
}
.hero .text p{
    color: #fff;
    margin-bottom: 30px;
}
.hero .text .btn{
    padding: 10px 10px;
    background-color: #042586;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 9px;
    border: 2px solid #042586;
    transition: 0.3s;
}
.hero .text .btn:hover{
    background-color: transparent;
}
 


/**about-1**/
.feature-area {
    padding: 2px 0px;
}

.feature-bg {
    background-image: url('../img/feature_bg.jpg');
    background-repeat: repeat;
}

.single-feature {
    position: relative;
}

.feature-area .single-feature img {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 40px);
    max-width: 90%;
    -webkit-transition: .5s;
    transition: .5s;
    height: 300px;
    margin-top: 80px;
}

.feature-area .single-feature:hover img {
    -webkit-transform: translate(0px, 70%);
    transform: translate(0px, 82%);
}


.feature-area .single-feature .feature-info {
    background-color: #312f2f;
   
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 90%;
    -webkit-transform: translate(25px, -70px);
    transform: translate(0%, -70px);
    -webkit-transition: .5s;
    transition: .5s;
    height: 320px;

}

.feature-area .single-feature:hover .feature-info {
    -webkit-transform: translate(25px, -82%);
    transform: translate(0, -82%);
    background-color: #f48600;
}

.single-feature .feature-info .icon-wrapper i {
    font-size: 50px;
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.single-feature .feature-txt h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.single-feature .feature-info .icon-wrapper i {
    font-size: 50px;
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.single-feature .feature-txt h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.row .btn{
    background-color: #f48600;
    border-radius: 16px;
}
.row .btn:hover{
    background-color: #251449;
    border-radius: 16px;
}
.text{
    color: #f48600;
    font-size: 30px !important;
    font-family: bold;
}
.text .h2{
    font-size: 12px !important;
}
.ps-h3 h6{
    font-size: 16px !important;
    color: #251449 !important;
    
}
.ps-h3 span{
    font-size: 14px !important;
}
.about h1{
    font-size: 25px;
}
.about h6{
    color: #f48600;
    font-size: 28px;
}

/**why choose us**/
.why-txt h1{
    font-size: 35px;
    color: #f48600;
}
.why-txt p{
    font-size: 16px;
    
}
.why-box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2%;
}
.w-i-box{
    height: 70px;
    width: 70px;
    background-color: var(--c2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2%;
}
.w-i-box i{
    color: var(--c1);
    font-size: 40px;
    padding: 3%;
}
.w-t{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.w-box-text{
    font-weight: bold;
    font-size: 19px !important;
    margin-bottom: 0% !important;
    color: #f48600;
}
.wy-img{
    overflow: hidden;
}
.wy-img img{
    width: 100%;
    height: 93%;
    object-fit: cover;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    padding: 1%;
    width: 65%;
    height: 35px;
}

.content1{
    order: 2;
  }
  .content2{
      order: 1;
    }
    
.fa-facebook-f:hover{
    color: rgb(32, 111, 202) !important;
}
.fa-instagram:hover{
    color: deeppink;
}
.fa-linkedin-in:hover{
    color: rgb(32, 111, 202) !important;
}
.fa-twitter:hover{
    color: rgb(32, 111, 202) !important;
}
}

@media screen and (min-width:993px) and (max-width:1024px) {
    html,
        body {
            margin: 0 !important;
            padding: 0 !important;
        }


        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 100%;
            height: 50px;
        }

        .navbar .container-fluid .navbar-brand {
            width: 50%;
        }

        .small-c .c {
            display: flex;
            flex-direction: row;
            justify-content: center;
            font-family: 'poppins', sans-serif;
            background-color: #f48600;
            width: 100%;
            height: 100px;
        }

        .small-c .c p {
            color: gray;
            margin-top: 10px;
            font-size: 8px;
        }

        .small-c .c a {
            color: white;
            margin-top: 8px;
            transition: .8s;
            font-size: 8px;
        }

        .small-c .c a:hover {
            color: gray;
        }

        /* -----------------header navbar section---------------------------- */

        .navbar .container-fluid .collapse {

            transform: translateY(15px);
         

        }

        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 70% !important;
            height: 80px !important;
        }

        .navbar .container-fluid .navbar-brand {
            width: 50%;
        }

        .navbar .container-fluid .collapse .navbar-nav .nav-item {
            padding: 5px;
        }

        .navbar .container-fluid .collapse .navbar-nav .nav-item a:hover {
            color: red;
        }
        
        .navbar-toggler{
            background-color: white!important;
          }
                
          .navbar-nav{
            z-index: 2;
            background-color: #f48600;
          }
        
          .collapse ul li a{
            text-align: center;
          }

          .navbar-brand{
            width: 60%;
            height: 50px;
          }
          
          .answer-content .ans-logo a {
            color: white;
            margin: 8px;
            transition: 0.5s;
            font-size: 18px;
        }
        
           .navbar .collapse ul li a{
            font-size: 10px !important;
           }
        /*----------------- CONTACT US--------------------- */

        .contact-us {
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
            align-items: center;
            width: 100%;
            margin-left: 0%;

        }

        .contact-us .section {
            margin: 5px;
            padding: 5px;
            display: flex;
            flex-direction: row;
            border-left: none;
        }

        .contact-us .section .contact-icons {
            display: none;

        }

        .contact-us .section .co {
            flex-direction: row;
        }

        .contact-us .section .co a h1 {
            font-size: 8px;
        }

        .contact-us .section2 span {
            display: none;
        }

        .contact-us .section .co span {
            display: none;
        }
        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 60% !important;
            height: 80px !important;
        }
        .navbar .container-fluid .navbar-brand {
            width: 50%;
        }

        

        .navbar .container-fluid .collapse .navbar-nav .nav-item {
            padding: 5px;
        }

        .navbar .container-fluid .collapse .navbar-nav .nav-item a:hover {
            color: red;
        }
        .navbar-toggler{
            background-color: white!important;
          }
                
          .navbar-nav{
            z-index: 2;
            background-color: #f48600;
          }
        
          .collapse ul li a{
            text-align: center;
            font-size: 12px;
          }

          .navbar-brand{
            width: 60%;
            height: 50px;
          }
          
          .answer-content .ans-logo a {
            color: white;
            margin: 8px;
            transition: 0.5s;
            font-size: 18px;
        }
        .answer-content .ans-partner a:hover,
.answer-content .ans-logo a:hover {
    color: #f48600;

}

       
        
        /* ---------------------answer Content ----------------------- */
    
        /* .answer-content {
            display: none;
    
        } */
        
.hero{
    width: 100%;
    height: 100vh;
    background: url(img/bg.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -53px;
}
.hero .text{
    width: 90%;
    margin: auto;
    font-size: 18px;
}
.hero .text h4{
    font-size: 30px !important;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}
.hero .text h1{
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 11px;

}
.hero .text h1 span{
    color: #042586;
    font-size: 45px;
    font-weight: bold;
   
}
.hero .text p{
    color: #fff;
    margin-bottom: 30px;
    font-size: 16px;
}
.hero .text .btn{
    padding: 10px 10px;
    background-color: #042586;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 9px;
    border: 2px solid #042586;
    transition: 0.3s;
}
.hero .text .btn:hover{
    background-color: transparent;
}
  


/**about-1**/
.feature-area {
    padding: 2px 0px;
}

.feature-bg {
    background-image: url('../img/feature_bg.jpg');
    background-repeat: repeat;
}

.single-feature {
    position: relative;
}

.feature-area .single-feature img {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 40px);
    max-width: 90%;
    -webkit-transition: .5s;
    transition: .5s;
    height: 300px;
    margin-top: 80px;
}

.feature-area .single-feature:hover img {
    -webkit-transform: translate(0px, 70%);
    transform: translate(0px, 82%);
}


.feature-area .single-feature .feature-info {
    background-color: #312f2f;
   
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 90%;
    -webkit-transform: translate(25px, -70px);
    transform: translate(0%, -70px);
    -webkit-transition: .5s;
    transition: .5s;
    height: 320px;

}

.feature-area .single-feature:hover .feature-info {
    -webkit-transform: translate(25px, -82%);
    transform: translate(0, -82%);
    background-color: #f48600;
}

.single-feature .feature-info .icon-wrapper i {
    font-size: 50px;
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.single-feature .feature-txt h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.single-feature .feature-info .icon-wrapper i {
    font-size: 50px;
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.single-feature .feature-txt h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}
.row .btn{
    background-color: #f48600;
    border-radius: 16px;
}
.row .btn:hover{
    background-color: #251449;
    border-radius: 16px;
}
.text{
    color: #f48600;
    font-size: 30px !important;
    font-family: bold;
}
.text .h2{
    font-size: 12px !important;
}
.ps-h3 h6{
    font-size: 16px !important;
    color: #251449 !important;
    
}
.ps-h3 span{
    font-size: 14px !important;
}
.about h1{
    font-size: 25px;
}
.about h6{
    color: #f48600;
    font-size: 28px;
}


/**why choose us**/
.why-txt h1{
    font-size: 38px;
    color: #f48600;
}
.why-txt p{
    font-size: 16px;
    
}
.why-box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2%;
}
.w-i-box{
    height: 70px;
    width: 70px;
    background-color: var(--c2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2%;
}
.w-i-box i{
    color: var(--c1);
    font-size: 40px;
    padding: 3%;
}
.w-t{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.w-box-text{
    font-weight: bold;
    font-size: 19px !important;
    margin-bottom: 0% !important;
    color: #f48600;
}
.wy-img{
    overflow: hidden;
}
.wy-img img{
    width: 100%;
    height: 93%;
    object-fit: cover;
}

.content1{
    order: 2;
  }
  .content2{
      order: 1;
    }
    
.fa-facebook-f:hover{
    color: rgb(32, 111, 202) !important;
}
.fa-instagram:hover{
    color: deeppink;
}
.fa-linkedin-in:hover{
    color: rgb(32, 111, 202) !important;
}
.fa-twitter:hover{
    color: rgb(32, 111, 202) !important;
}
}

@media screen and (min-width:1025px) and (max-width:1140px) {
    html,
        body {
            margin: 0 !important;
            padding: 0 !important;
        }


        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 100%;
            height: 50px;
        }

        .navbar .container-fluid .navbar-brand {
            width: 50%;
        }

        .small-c .c {
            display: flex;
            flex-direction: row;
            justify-content: center;
            font-family: 'poppins', sans-serif;
            background-color: #f48600;
            width: 100%;
            height: 100px;
        }

        .small-c .c p {
            color: gray;
            margin-top: 10px;
            font-size: 8px;
        }

        .small-c .c a {
            color: white;
            margin-top: 8px;
            transition: .8s;
            font-size: 8px;
        }

        .small-c .c a:hover {
            color: gray;
        }

        /* -----------------header navbar section---------------------------- */

        .navbar .container-fluid .collapse {

            transform: translateY(15px);
          

        }

        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 100%;
            height: 50px;
        }

        .navbar .container-fluid .navbar-brand {
            width: 50%;
        }

        .navbar .container-fluid .collapse .navbar-nav .nav-item {
            padding: 5px;
        }

        .navbar .container-fluid .collapse .navbar-nav .nav-item a:hover {
            color: red;
        }
        
        .navbar-toggler{
            background-color: white!important;
          }
                
          .navbar-nav{
            z-index: 2;
            background-color: #f48600;
          }
        
          .collapse ul li a{
            text-align: center;
          }

          .navbar-brand{
            width: 60%;
            height: 50px;
          }
          
          .answer-content .ans-logo a {
            color: white;
            margin: 8px;
            transition: 0.5s;
            font-size: 18px;
        }

           .navbar .collapse ul li a{
            font-size: 10px !important;
           }
        
        /*----------------- CONTACT US--------------------- */

        .contact-us {
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
            align-items: center;
            width: 100%;
            margin-left: 0%;

        }

        .contact-us .section {
            margin: 5px;
            padding: 5px;
            display: flex;
            flex-direction: row;
            border-left: none;
        }

        .contact-us .section .contact-icons {
            display: none;

        }

        .contact-us .section .co {
            flex-direction: row;
        }

        .contact-us .section .co a h1 {
            font-size: 8px;
        }

        .contact-us .section2 span {
            display: none;
        }

        .contact-us .section .co span {
            display: none;
        }
        .navbar .container-fluid .navbar-brand .logo-section img {
            width: 60%;
            height: 80px;
        }
        .navbar .container-fluid .navbar-brand {
            width: 50%;
        }

        

        .navbar .container-fluid .collapse .navbar-nav .nav-item {
            padding: 5px;
        }

        .navbar .container-fluid .collapse .navbar-nav .nav-item a:hover {
            color: red;
        }
        .answer-content .ans-partner a:hover,
.answer-content .ans-logo a:hover {
    color: #f48600;

}

.fa-facebook-f:hover{
    color: rgb(32, 111, 202) !important;
}
.fa-instagram:hover{
    color: deeppink;
}
.fa-linkedin-in:hover{
    color: rgb(32, 111, 202) !important;
}
.fa-twitter:hover{
    color: rgb(32, 111, 202) !important;
}

        /* ---------------------answer Content ----------------------- */
    
        /* .answer-content {
            display: none;
    
        } */
        
.hero{
    width: 100%;
    height: 100vh;
    background: url(img/bg.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -53px;
}.hero .text{
    width: 90%;
    margin: auto;
    font-size: 14px;
}
.hero .text h4{
    font-size: 38px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}
.hero .text h1{
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 11px;

}
.hero .text h1 span{
    color: #042f86;
    font-size: 45px;
    font-weight: bold;
   
}
.hero .text p{
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
}
.hero .text .btn{
    padding: 10px 10px;
    background-color: #042586;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 9px;
    border: 2px solid #042586;
    transition: 0.3s;
}
.hero .text .btn:hover{
    background-color: transparent;
}



/**about-1**/
.feature-area {
    padding: 2px 0px;
}

.feature-bg {
    background-image: url('../img/feature_bg.jpg');
    background-repeat: repeat;
}

.single-feature {
    position: relative;
}

.feature-area .single-feature img {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 40px);
    max-width: 90%;
    -webkit-transition: .5s;
    transition: .5s;
    height: 300px;
    margin-top: 80px;
}

.feature-area .single-feature:hover img {
    -webkit-transform: translate(0px, 70%);
    transform: translate(0px, 82%);
}


.feature-area .single-feature .feature-info {
    background-color: #312f2f;
   
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 90%;
    -webkit-transform: translate(25px, -70px);
    transform: translate(0%, -70px);
    -webkit-transition: .5s;
    transition: .5s;
    height: 320px;

}

.feature-area .single-feature:hover .feature-info {
    -webkit-transform: translate(25px, -82%);
    transform: translate(0, -82%);
    background-color: #f48600;
}

.single-feature .feature-info .icon-wrapper i {
    font-size: 50px;
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.single-feature .feature-txt h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.single-feature .feature-info .icon-wrapper i {
    font-size: 50px;
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.single-feature .feature-txt h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}
.row .btn{
    background-color: #f48600;
    border-radius: 16px;
}
.row .btn:hover{
    background-color: #251449;
    border-radius: 16px;
}
.text{
    color: #f48600;
    font-size: 30px !important;
    font-family: bold;
}
.text .h2{
    font-size: 12px !important;
}
.ps-h3 h6{
    font-size: 16px !important;
    color: #251449 !important;
    
}
.ps-h3 span{
    font-size: 14px !important;
}
.about h1{
    font-size: 25px;
}
.about h6{
    color: #f48600;
    font-size: 28px;
}

/**why choose us**/
.why-txt h1{
    font-size: 38px;
    color: #f48600;
}
.why-txt p{
    font-size: 16px;
    
}
.why-box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2%;
}
.w-i-box{
    height: 70px;
    width: 70px;
    background-color: var(--c2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2%;
}
.w-i-box i{
    color: var(--c1);
    font-size: 40px;
    padding: 3%;
}
.w-t{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.w-box-text{
    font-weight: bold;
    font-size: 19px !important;
    margin-bottom: 0% !important;
    color: #f48600;
}
.wy-img{
    overflow: hidden;
}
.wy-img img{
    width: 100%;
    height: 93%;
    object-fit: cover;
}

.fa-facebook-f:hover{
    color: rgb(32, 111, 202) !important;
}
.fa-instagram:hover{
    color: deeppink;
}
.fa-linkedin-in:hover{
    color: rgb(32, 111, 202) !important;
}
.fa-twitter:hover{
    color: rgb(32, 111, 202) !important;
}
}



/* blinking  */

.blinking {
    position: fixed;
    bottom: 10px;
    left: 10px;
    padding: 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    opacity: 70%;
    z-index: 12;
}

.blick {
    width: 40px;
    height: 40px;
}

.blinking .blick img{
    width: 100%;
    animation: blink 2s linear infinite;
    border-radius: 50%;
    opacity: 100%;
    margin-top: 0;
}

@keyframes blink {
    0%{
        box-shadow: 
        0 0 0 0.7rem var(--green),
        0 0 0 1rem var(--green),
        0 0 0 5rem var(--green),;
    }

    100%{
        box-shadow: 
        0 0 0 1rem var(--green),
        0 0 0 3rem var(--green),
        0 0 0 5rem var(--green);
    }
}


.blinking-2 {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    opacity: 70%;
    z-index: 12;
}

.blick-2 {
    width: 40px;
    height: 40px;

}

.blinking-2 .blick-2 img{
    width: 100%;
    border-radius: 50%;
    animation: blink-1 2s linear infinite;
    opacity: 100%;
    margin-top: 0;
}

@keyframes blink-1 {
    0%{
        box-shadow: 
        0 0 0 0.7rem var(--blue),
        0 0 0 1rem var(--blue),
        0 0 0 5rem var(--blue),;
    }

    100%{
        box-shadow: 
        0 0 0 1rem var(--blue),
        0 0 0 3rem var(--blue),
        0 0 0 5rem var(--blue);
    }
}




.page-header {
    height: 400px;
    margin-top: -75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(22, 22, 24, 0.9), rgba(34, 34, 36, 0.9)), url(img/bg-banner.jpg);
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

/***about-2***/
.row .btn{
    background-color: #f48600;
    border-radius: 16px;
}
.row .btn:hover{
    background-color: #251449;
    border-radius: 16px;
}
.text{
    color: #f48600;
    font-size: 30px !important;
    font-family: bold;
}
.text .h2{
    font-size: 12px !important;
}
.ps-h3 h6{
    font-size: 16px !important;
    color: #251449 !important;
    
}
.ps-h3 span{
    font-size: 14px !important;
}
.about h1{
    font-size: 25px;
}
.about h6{
    color: #f48600;
    font-size: 28px;
}

  
.memories-sec {
    text-align: center;
    margin-bottom: 5%;
    padding: 2%;
}


.memories-sec .memories-title {
    margin-bottom: 5%;
}

.memories-sec .memories-title h1 {
    color: var(--primary-dull);
    font-weight: 700;
}

.memories-sec .memories-title h1 span {
    color: var(--black);
}

.memories-sec .memories-content {
    display: flex;
    justify-content: space-evenly;
}

.memories-sec .memories-content .memories-vision {
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 3%;
    align-items: center;
    border: 1px solid #f48600;
    position: relative;
    border-radius: 10px;
    background: rgb(172, 172, 172);
    background: linear-gradient(130deg, rgba(172, 172, 172, 0.6979166666666667) 50%, rgba(0, 0, 0, 0) 50%);

}

.memories-sec .memories-content .memories-vision .vision-icon {
    position: absolute;
    padding: 3%;
    background-color: #f48600;
    top: 0;
    transform: translate(0%, -50%);
    border: 1px solid var(--color);
    border-radius: 10px;
    transition: 0.8s;
}


.memories-sec .memories-content .memories-vision .vision-icon i {
    color: var(--color);
    font-size: 2rem;
    transition: 0.8s;
}

.memories-sec .memories-content .memories-vision:hover .vision-icon {
    background-color: #f48600;
}

.memories-sec .memories-content .memories-vision:hover .vision-icon i {
    color: var(--white);
}

.memories-sec .memories-content .memories-vision h3 {
    color: #f48600;
    font-weight: 600;
}

.memories-sec .memories-content .memories-vision h4 {
    color: var(--black);
    font-weight: 700;
}

.memories-sec .memories-content .memories-vision p {
    color: var(--black);
}




/**about***/
ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  img {
  max-width: 100%;
  height: auto;
  margin-top: 3px;
  }
  section {
    padding: 35px 0;
  }
  .color h2{
    color: black;
  }
  
  .sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:30px;
  }
  
  .sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: black;
  font-weight: 500;
  margin-top: 10px;
  }
  
  .sec-title h2{
  position: relative;
  display: block;
  font-size:35px;
  line-height: 1.28em;
  color: #d38f46;
  font-weight: 600;
  padding-bottom:18px;
  }
  
  .sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
  }
  
  .sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: black;
  font-weight: 400;
  margin-top: 35px;
  }
  
  .sec-title.light h2{
  color: #ffffff;
  }
  
  .sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
  }
  
  .list-style-one{
  position:relative;
  }
  
  .list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
  }
  
  .list-style-one li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  font-size: 18px;
  padding: 0px;
  color: #ff2222;
  font-weight: 600;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.6;
  font-family: "Font Awesome 5 Free";
  }
  
  .list-style-one li a:hover{
  color: #44bce2;
  }
  
  .btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #d38f46;
  }
  
.about-section{
    position: relative;
    padding: 120px 0 70px;
    }
    
    .about-section .sec-title{
    margin-bottom: 35px;
    }
    
    .about-section .content-column{
    position: relative;
    margin-bottom: 50px;
    }
    
    .about-section .content-column .inner-column{
    position: relative;
    padding-left: 30px;
    margin-top: 80px;
    }
    
    .about-section .text{
    margin-bottom: 20px;
    font-size: 16px !important;
    line-height: 26px;
    color: black;
    font-family: 'poppins' sans-serif;

    }
    
    .about-section .list-style-one{
    margin-bottom: 45px;
    }
    
    .about-section .btn-box{
    position: relative;
    }
    
    .about-section .btn-box a{
    padding: 15px 50px;
    }
    
    .about-section .image-column{
    position: relative;
    }
    
    .about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
    }
    
    .about-section .image-column .inner-column{
    position: relative;
    padding-left: 80px;
    padding-bottom: 0px;
    }
    .about-section .image-column .inner-column .author-desc{
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: orange;
    padding: 10px 15px;
    left: 96px;
    width: calc(100% - 152px);
    border-radius: 50px;
    }
    .about-section .image-column .inner-column .author-desc h2{
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    margin: 0;

    }
    .about-section .image-column .inner-column .author-desc span{
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
    display: block;
    font-weight: 400;

    }
    .about-section .image-column .inner-column:before{
    content: '';
    position: absolute;
    width: calc(50% + 80px);
    height: calc(100% + 160px);
    top: -40px;
    left: -3px;
    background: transparent;
    z-index: 0;
    border: 45px solid #d38f46;
    margin-top: -22px;
    }
    
    .about-section .image-column .image-1{
    position: relative;
    }
    .about-section .image-column .image-2{
    position: absolute;
    left: 0;
    bottom: 0;
    }
    
    .about-section .image-column .image-2 img,
    .about-section .image-column .image-1 img{
    box-shadow: 0 30px 50px rgba(8,13,62,.15);
    border-radius: 46px;
    }
    
    .about-section .image-column .video-link{
    position: absolute;
    left: 70px;
    top: 170px;
    }
    
    .about-section .image-column .video-link .link{
    position: relative;
    display: block;
    font-size: 22px;
    color: #191e34;
    font-weight: 400;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 30px 50px rgba(8,13,62,.15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    }




    

/*------------------- Counter section ------------------------------------------- */

.counter-section {
    width: 100%;
    text-align: center;
    margin-bottom: 5%;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 2%;
    height: auto;
}

.counter-section .counter-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.counter-section .counter-content .counter-box {
    width: 20%;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f48600;
    background: linear-gradient(108deg, rgb(209, 129, 32) 100%,rgb(209, 129, 32) 100%);
    border-radius: 10px;
}
.counter-section .counter-content .counter-box:hover{
    color: black !important;
}

.counter-section .counter-content .counter-box h4 {
    color: var(--white);
    font-weight: 900;
}

.counter-section .counter-content .counter-box span {
    font-weight: 900;
    font-size: 1.5rem;
    color: var(--white);
}

/*-------------- counter title ------------- */

.counter-section .counter-title h4 {
    color: var(--red);
    font-weight: 700;
}

.counter-section .counter-title p {
    color: var(--gray);
}



/* blinking  */

.blinking {
    position: fixed;
    bottom: 10px;
    left: 10px;
    padding: 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    opacity: 70%;
    z-index: 12;
}

.blick {
    width: 40px;
    height: 40px;
}

.blinking .blick img{
    width: 100%;
    animation: blink 2s linear infinite;
    border-radius: 50%;
    opacity: 100%;
    margin-top: 0;
}

@keyframes blink {
    0%{
        box-shadow: 
        0 0 0 0.7rem var(--green),
        0 0 0 1rem var(--green),
        0 0 0 5rem var(--green),;
    }

    100%{
        box-shadow: 
        0 0 0 1rem var(--green),
        0 0 0 3rem var(--green),
        0 0 0 5rem var(--green);
    }
}


.blinking-2 {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    opacity: 70%;
    z-index: 12;
}

.blick-2 {
    width: 40px;
    height: 40px;

}

.blinking-2 .blick-2 img{
    width: 100%;
    border-radius: 50%;
    animation: blink-1 2s linear infinite;
    opacity: 100%;
    margin-top: 0;
}

@keyframes blink-1 {
    0%{
        box-shadow: 
        0 0 0 0.7rem var(--blue),
        0 0 0 1rem var(--blue),
        0 0 0 5rem var(--blue),;
    }

    100%{
        box-shadow: 
        0 0 0 1rem var(--blue),
        0 0 0 3rem var(--blue),
        0 0 0 5rem var(--blue);
    }
}


@media screen and (max-width:320px) {
    .memories-sec {
        text-align: center;
        margin-bottom: 5%;
    }


    .memories-sec .memories-title {
        margin-bottom: 15%;
    }

    .memories-sec .memories-title h1 {
        color: var(--color);
        font-weight: 700;
    }

    .memories-sec .memories-title h1 span {
        color: var(--black);
    }


    .memories-sec .memories-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .memories-sec .memories-content .memories-vision {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column !important;
        padding: 3%;
        margin-bottom: 10%;
        align-items: center;
        border: 1px solid var(--color);
        position: relative;

    }

    .memories-sec .memories-content .memories-vision .vision-icon {
        position: absolute;
        padding: 3%;
        background-color: var(--white);
        top: 0;
        left: 0;
        transform: translate(0%, -50%);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

   
    .navbar .container-fluid .navbar-brand .logo-section img {
        width: 100%;
        height: 50px;
        margin-block: auto;

    }
}
.fa-youtube:before {
    content: "\f167";
}

.fa-youtube:before:hover {
    color: red !important;
}