@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@100;200;300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@900&display=swap');

  @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  @import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');




:root {
    --primary-color: #102447; /*Change*/
    --secondary-color:; /*Change*/
    --font-color: #6c757d; /*Change*/
    --bg-color:;/*Change*/
    --heading-color: #dee2e6; /*Change*/

    --heading-one-color:#000000;
    --heading-two-color: #ffffff;
    --heading-three-color: #8B98A9;
    --heading-four-color:#BECEFB;
    --primary-button-border:#5978DA;
    --border-color: #EBEBEB;
    --bg-color:#0F3CC9;

    --footer-color: #222935;
    --textarea-color: #fff;
    --copywrite-color: #303743;
    --tran:all 0.4s linear;
}  

*{
    margin: 0px;
    padding: 0px;
    font-family: 'Inter Tight', sans-serif;
    /*font-family: 'Alata', sans-serif;*/
}
.gutter{--bs-gutter-x: 0rem;}
.cont-width{width: 65%;}
.cont-widtha{width: 65%;}
.pad-50{width: 50%;}
.padd-50{width: 50%;}
.pad-60{width: 70%;}
.pad-80{width: 70%;}
.formpy{padding-top: 1rem;padding-bottom: 1rem;}
.pads-100{width: 70%;}
.padss-100{width: 100%;}
.pad-5{padding: 3rem;}
.n-pad{padding: 3rem;}
.round{border-radius: 0px;}
.tex-center{text-align: center;}
#newsletter-form input{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border: 1px solid #183153;
}
#newsletter-form button{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #183153;
}



.owl-dot span {
    width:10px;
    height:10px;
    margin:5px 7px;
    background: #8298DF !important;
    display:block;
    -webkit-backface-visibility:visible;
    -webkit-transition:opacity 200ms ease;
    -moz-transition:opacity 200ms ease;
    -ms-transition:opacity 200ms ease;
    -o-transition:opacity 200ms ease;
    transition:opacity 200ms ease;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
}

.owl-dot.active span {
    width:50px;
    height:10px;
    margin:5px 7px;
    background: #0F3CC9 !important;
    display:block;
    -webkit-backface-visibility:visible;
    -webkit-transition:opacity 200ms ease;
    -moz-transition:opacity 200ms ease;
    -ms-transition:opacity 200ms ease;
    -o-transition:opacity 200ms ease;
    transition:opacity 200ms ease;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
}
.blog img{
        height: 300px;
    }

.blog{
    /*background-image: linear-gardient(rgba(0,8,51,0.9),rgba(0,8,51,0.9)), url(../img/pexc.jpg);*/
    /*background-image: url(../img/pexc.jpg);*/
    background-image:
    
    background-repeat: no-repeat;
    background-size: auto;

}


.modal-sm{max-width: 400px;}











html,body
{
    /*font-family: 'Overpass', sans-serif;*/
    width: 100%;
    /*height: 100%;*/
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    color: #183153;
}
h1{
    font-size: 80px;
    font-weight: 900;
    color: var(--heading-one-color);    
}
h2{
    font-size: 70px;
    font-weight: 900;
    color: var(--heading-two-color);  
}
h3{
    line-height: 50px;
    color: var(--heading-three-color);  
}
h4{
    line-height: 40px;
    color: var(--heading-four-color);  
}
h5{
    color: var(--heading-one-color); 
   /* font-weight: 500;*/

}
h6{
    color: var(--heading-one-color);   
    font-size: 20px;
    font-weight: 700;
    color: #183153;
    margin-left: 1.15rem;
}

p{
    color: #191919;
    font-weight: 400;
}


h1,h2,h3,h4,h5,h6{
    
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }
a,
a:active,
a:focus,
a:active {
   text-decoration : none;
   outline         : none;
   color: var(--primary-color);
   transition: all .2s linear;font-weight: 400;

}

a:hover,
a:focus {
    text-decoration : none;
    color: var(--bg-color);
}

ul li{
    padding-top: 3px;
    padding-bottom: 3px;
}
.lipadx{padding-left: 8px;padding-right: 8px;}
.secpady{padding-top: 3rem;padding-bottom: 3rem;}

.body-padding{padding: 100px 0px;}
.bodya-padding{padding-top: 50px;padding-bottom: 20px;}

.btn{
    color: var(--heading-two-color);
    font-size: 18px; 
    font-weight: 600;
    padding: 12px 30px;
    text-align: center;
    border-radius: 50px;
}
.btn-img{
    height: 18px;
    width: 18px;
    margin-right: 8px;
    }

.primary-button{
    color: var(--heading-four-color);
    background-color: transparent;
    border: 1px solid var(--primary-button-border);
}

.primary-button:hover{
    border: 1px solid var(--heading-two-color);
    color: #BECEFB;
    transition: all .5s linear;
}

.secondry-button{
    background-color: #0F3CC9;  
}

.blog-button{
    background-color: transparent;
    color: #ffffff; 
    border-color: #ffffff; 
}

.secondry-button:hover{
    color: var(--heading-two-color);
    background-color: #052ead;
    transition: all .5s linear;
}

.social-icon{width: 25px;height: 25px;border-radius: 1px;}
.form-padding{padding: 3rem;}
.form-paddings{padding: 0.5rem 3rem 1rem 3rem;}
.slider1{margin-top: 75px;}
#mo-full-name,#mo-company-name,#mo-first-name,#mo-last-name,#mo-mobile,#mo-your-email,#mo-your-message,#subject{border-radius: 15px;padding: 8px 15px;font-size: 16px;birder:1px solid #CBD6E2;}
#full-name,#company-name,#first-name,#last-name,#mobile,#your-email,#your-message,#subject{border-radius: 15px;padding: 8px 15px;font-size: 18px;birder:1px solid #CBD6E2;background-color: #F5F8FA;}
.form-control:focus {
    background-color: #ffffff;
  border-color: #000093;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: all .5s linear;
}

/* --------------------- */
/* Sticky Navbar Section */
/* --------------------- */

header{
    position: relative;
    width: 100vw;
    height: 75px;
    background-color: #0F3CC9;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 25%);
    display: flex;
    align-items: center;
    z-index: 1061;
}

header .container-fluid{
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navb-logo img{
    width: 120px;
    height: 35px;
}

header .navb-logo span{
    font-size: 22px;
    color: #ffffff;
    font-weight: 800;
}

header .navb-items{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*letter-spacing: 1px;*/
}

header .item{
    text-align: center;
    margin-inline: 3%;
    /*font-size: 20px;*/
    font-weight: 700;
    /*letter-spacing: 1px;*/
    color: #fff;
    padding: 5px 0;
    transition: all .1s ease;
    border-bottom: 0px solid #64d6f4;
    border-top: 0px solid #64d6f4;
    cursor: pointer;
}

header .item a{
    font-size: 17px;
    font-weight: 400;
}

header .item a:hover{
    color: #BECEFB;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
}
}

header .item .nav-item .dropdown-menu{
    background-color: var(--heading-two-color);
    border: none;
    border-radius: 0px;  
    position: absolute;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 25%);
    padding: 0;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideDownIn {
     0% {
         
         -webkit-transform: translateY(80px);
     }
     100% {
         
         -webkit-transform: translateY(12px);
     }
     
     0% {
         -webkit-transform: translateY(80px);
     }
}

@keyframes slideDownIn {
    0% {
        transform: translateY(80px);
    }
    100% {
        transform: translateY(12px);
    }
    0% {
        transform: translateY(80px);
    }
}

.slideDownIn {
    -webkit-animation-name: slideDownIn;
    animation-name: slideDownIn;
}

header .item .nav-item .nav-link{
   color: #fff;
   /*font-size: 15px;*/
}

header .item .nav-item .nav-link a{
   font-size: 17px;
   

}

header .item .nav-item .nav-link:hover{
   color: #BECEFB;
   transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;;
    -ms-transition: all 0.5s linear;;
}
}

header .item .nav-item .dropdown-menu .dropdown-item{
   color: #141414;
   font-size: 18px;
   padding: 10px 20px;
   font-weight: 500;
}

header .item .nav-item .dropdown-menu .dropdown-item:hover{
   color: var(--heading-two-color);
   background-color: #0A2885;
}

header .item-button a{
    background-color: #3E1193;
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    transition: all .5s ease;
    border-radius: 30px;
}

header .item-button a:hover{
    background-color: var(--heading-two-color);
    color: #274d8a;
}

header .mobile-toggler img{
    width: 30px;
    height: 30px;
    opacity: 1;
}


/* --------------------- */
/* scroll to hide header */
/* --------------------- */

.scrolled-down{
  transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
  transform:translateY(0); transition: all 0.3s ease-in-out;
}
.hide{display: block;}


/* --------------------------- */
/* Sticky Navbar Section Modal */
/* --------------------------- */

#navbModal .modal-header{
    height: 75px;
    background-color: #0F3CC9;
    padding: 0 5%;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 25%);
}

 #navbModal .nav-modal .modal-header .navb-logo span{
        font-size: 22px;
        color: var(--heading-two-color);
        font-weight: 600;
}

#navbModal .modal-header .btn-close {
    padding: 0.5rem 0.7rem;
    background: transparent url(../img/close.png) center/32px auto no-repeat;
    opacity: 1;
    cursor: pointer;
}

#navbModal .dropdown-toggle::after {
    
     margin-left: 0; 
    vertical-align: 0.1rem;
   
}

#navbModal .btn-close:hover {
    opacity: 1;
}







#navbModal .modal-footer {
    justify-content: center;
    /*background-color: #0E2A47;*/
     padding: 0.5rem;
}



.collapse-nav-heading{
        font-weight: 600;
    }

.bor-bot{
    border-bottom: 1px solid #000000;
}
/*.bor-bot-t{
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}*/







/* ---------------------*/
/* ----Modal Contact----*/
/* ---------------------*/
#newslettermodal .modal-header, #staticBackdrop .modal-header{
    height: 55px;
    padding: 0 5%;
     background-color: #0F3CC9;
     border-bottom: 0px;
}

#newslettermodal .modal-title, #staticBackdrop .modal-title{
    color: #ffffff;
}

#newslettermodal .modal-header.btn-close, #staticBackdrop .modal-header .btn-close {
    padding: 0.5rem 0.7rem;
    background: transparent url(../img/close.png) center/25px auto no-repeat;
    opacity: 1;
    cursor: pointer;
}






/* ---------------- */
/* carousel section */
/* ---------------- */

.slider{
        margin-top: 0rem;
}

.carousel-indicators{
    margin-bottom: -30px;

}

.carousel-indicators [data-bs-target] {
    height:10px;
    width:10px; 
    border-radius: 0.5rem;  
    border-top: 0px;
    border-bottom: 0px; 
    background-color: #0F3CC9; 
}

.carousel-indicators .active  {
    width: 27px;

}









/* --------------- */
/* Service Section */
/* --------------- */

.service.py-5 {
    padding-top: 4rem!important;
    padding-bottom: 2rem!important;
}
.image_frame img{
    transition: var(--tran);
}

.image_frame{
    position: relative; 
    overflow: hidden;
    cursor: pointer;
}

.image_frame1{
    position: relative; 
    overflow: hidden;
    cursor: pointer;
}


.image_frame .captions{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.image_frame1 .captionss{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
   display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}






.image_frame:hover img{
    transform: scale(1.3);
}

.image_frame .captions h1{
   /* text-transform: uppercase;*/
    font-size: 1.5rem;
    font-weight: 700;
}

.image_frame .captions p{
    text-transform: capitalize;
    
}

/* ------------- */
/* Owel Carousel */
/* ------------- */
.section-1{
        /*background-color:  hsl(206, 21%, 94%);*/
        background-color: #F0F2F5;
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }




/*--------------*/
/*Footer Section*/
/*--------------*/
/*.footer{
    padding-top: 5rem;
    padding-bottom: 5rem;
}*/

.bg-footer{
    background-color: #F5F5F5;
}
.footer-logo{
    width: 140px;
    height: 35px;
    margin-left: 1.25rem;
}

#footerAccordion .accordion-item .accordion-header {
  display: none;
}
#footerAccordion .accordion-item .collapse {
    display: inherit;
}

#footerAccordion .accordion-item{
        border: 0;
        background-color: transparent;
    }
/*.para-list ul li{
    font-size: 16px;
    font-weight: 600;
    color: #CFD9E0;
}*/

/*.para-list ul li a{
     color: var(--bg-color);
}*/





/* ----------------- */
/* copywrite section */
/* ----------------- */

.bg-dark-gray {
    background-color: #0E2A47;
}
.text-gray-300 {
    color: #BAC8D3;
    border-top: 1px solid #0E2A47 !important;
    border-bottom: 1px solid #0E2A47 !important;
    font-size: 16px;
    font-weight: 600;
}




/* ------------- */
/* Bottom to top */
/* ------------- */
.crunchify-top.btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #0A2885;
  width: 35px;
  height: 35px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  z-index: 5;
  outline: none;
  padding: 4px 8px;

}
.crunchify-top:focus {
    outline: none;
}
.crunchify-top:hover{
    cursor: pointer;
    
}
.bounce {
    -webkit-animation: bounce 4s infinite;
    animation: bounce 4s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } 
}

.crunchify-top .fa-angle-up {
    color: #fff;
}



 


/*contact*/
.vertical-divider {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  width: auto;
  height: 50%;
  line-height: 0;
  text-align:center;
  /*text-transform: uppercase;*/
  transform: translateX(-50%);
  font-size: 22px;
}

.vertical-divider:before, 
.vertical-divider:after {
  position: absolute;
  left: 50%;
  content: '';
  z-index: 9;
  border-left: 1px solid rgba(34,36,38,.15);
  border-right: 1px solid rgba(255,255,255,.1);
  width: 0;
  height: calc(100% - 1rem);
}

.row-divided > .vertical-divider {
  height: calc(50% - 1rem);    
}

.vertical-divider:before {
  top: -100%;
}

.vertical-divider:after {
  top: auto;
  bottom: 0;
}

.row-divided {
  position:relative;
}

.row-divided > [class^="col-"],
.row-divided > [class*=" col-"] {
  padding-left: 30px;  /* gutter width (give a little extra room) 2x default */
  padding-right: 30px; /* gutter width (give a little extra room) 2x default */
}
.contact-page {
    padding-right: 3rem!important;
    padding-left: 3rem!important;
}
.contact-pagea img{
    width: 150px;
    height: 150px;
    margin-bottom: 25px;
}
.contact-page h3{
    margin-bottom: 15px;color: #183153;font-weight: 700;

}

.contact-page h4{
    color: #666666;font-size: 23px;margin-bottom: 30px;line-height: 40px;font-weight: 400;
}
.contact-pagea h3{
    color: #183153;
    font-size: 30px;
    font-weight: 700;
}
.contact-pagea a h4{
    color: var(--bg-color);
    font-size: 24px;
}


/*News Letter*/
input {
  padding: .8rem 1rem;
  width: 40%;
  border-radius: 5rem;
  outline: none;
  border: .1rem solid #d1d1d1;
  font-size: 16px;
}

::placeholder {
  color: #d1d1d1;
}

.news-letter img{
    width: 350px;
    height: 350px;
}
.news-letter h3{
    color: #212529;
     margin-bottom: 20px;
}
.news-letter h4{
    color:#595959;
    margin-bottom: 40px;
    line-height: 35px;
}



#whatsapp .wtsapp{

        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        color: #fff;
        box-shadow: 0 0 20px rgba( 0,0,0,0.15);
        font-size: 50px;
        width: 60px;
        height: 60px;
        z-index: 2;
        border-radius: 100%;
        position: fixed;
        bottom: 15px;
        right: 20px;

}

#whatsapp .wtsapp img{
   width: 30px;
   height: 30px;
    }

#whatsapp .wtsapp:before{
        content: '';
        position: absolute;
        border:20px solid #2626A3;
        border-radius: 50%;
        top: -20px;
        left: -20px;
        right: -20px;
        bottom: -20px;
        animation: bloom1 3s linear infinite;
        opacity: 0.1;
        z-index: 1;

}

#whatsapp .wtsapp:after{
        content: '';
        position: absolute;
        border:20px solid #2626A3;
        border-radius: 50%;
        top: -20px;
        left: -20px;
        right: -20px;
        bottom: -20px;
        animation: bloom2 3s linear infinite;
        opacity: 0.1;
        z-index: 1;
        animation-delay: 3s;

}

@keyframes bloom1{

    0%{
            transform: scale(0.7);
    }
    50%{
            opacity: 0.1;
    }
    100%{
            transform: scale(1);
    }
}

@keyframes bloom2{

    0%{
            transform: scale(0.7);
    }
    50%{
            opacity: 0.1;
    }
    100%{
            transform: scale(1);
    }
}


/*#whatsapp .wtsapp{
    position: fixed;
    transform: all .5s ease;
    background-color: var(--heading-two-color);
    display: block;
    text-align: center;
    box-shadow: 0 0 20px rgba( 0,0,0,0.15);
    border-radius: 50px;
    border-right: none;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    bottom: 15px;
    right: 20px;
    border: 0;  
    z-index: 9999;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

#whatsapp .wtsapp:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background-color: var(--heading-two-color);
    border-radius: 50%;
   -webkit-animation:pulse-border 4000ms ease-out infinite;
    animation:pulse-border 4000ms ease-out infinite;
}

#whatsapp .wtsapp:focus{
    border: none;
    outline: none;
}

@keyframes pulse-border{

    8%{transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity: 1;}
    100%{transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity: 0;}

}*/


















/*FAQ*/

#accordionFaq.accordion-flush .accordion-item{
        border: 1px solid var(--border-color);
        margin-bottom: 20px;
        border-radius: 20px;
        overflow: hidden;
}
#accordionFaq .accordion-item h2{
    padding: 0px;
    
}
#accordionFaq .accordion-item .accordion-header button{
    outline: none !important;
    padding: 30px 25px;
    font-size: 22px;
    font-weight: 500;
    color: var(--heading-one-color); 
}

#accordionFaq .accordion-item .accordion-header button:hover{
    outline: none !important;
    transition: all .2s linear; 
}

#accordionFaq .accordion-item .accordion-header button:focus{
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
#accordionFaq .accordion-item .accordion-collapse .accordion-body {
    padding: 1rem 40px 2rem 25px;
    border-top: 1px solid var(--border-color);

}
#accordionFaq .accordion-item .accordion-header .accordion-button:not(.collapsed){
   background-color: var(--header-two-color)
    border: 0;
    box-shadow: none;
}

#accordionFaq .accordion-item .accordion-header .accordion-button:after {
    background-image: url(../img/addc.png);
}


#accordionFaq .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url(../img/addc.png);
    transform: rotate(-45deg);
}


























/* Media Query for Tablets Ipads portrait mode */

@media (max-width: 1199px){

.pad-60{width: 80%;}
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------Modal accordion---------- */
/* ----------------------------------- */
/* ----------------------------------- */


#modalAccordion{
    padding: 40px 100px;
}

#modalAccordion .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: var(--border-color);
    box-shadow: none;
    transition: all .5s linear;
}

#modalAccordion .accordion-item .accordion-header a{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 20px;
    font-weight: 700;
    color: #183153;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

#modalAccordion .accordion-item .accordion-header .accordion-button{
    font-size: 20px;
    font-weight: 700;
    color: #183153;
    padding: 1rem 1.25rem;
}

#modalAccordion .accordion-body ul li a{
    font-size: 1rem;
}

#modalAccordion .accordion-button::after {
    background-image: url(../img/next.png);
}
#modalAccordion .accordion-button:not(.collapsed)::after {
    background-image: url(../img/next.png);
    transform: rotate(90deg);
}

#modalAccordion .accordion-item:first-of-type .accordion-button {
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#modalAccordion .accordion-item:nth-child(1){
   border-bottom: 1px solid  var(--border-color);
   border-top: 1px solid  var(--border-color);;
   border-left: 0px;
   border-right: 0px;
   border-width: thin;
}

#modalAccordion .accordion-item:nth-child(2){
   border-bottom: 1px solid  var(--border-color);
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   border-width: thin;
}

#modalAccordion .accordion-item:nth-child(3){
   border-bottom: 1px solid  var(--border-color);
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   border-width: thin;
}

#modalAccordion .accordion-item:nth-child(4){
   border-bottom: 1px solid  var(--border-color);
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   border-width: thin;
}

#modalAccordion .accordion-item:nth-child(5){
   border-bottom: 1px solid  var(--border-color);
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   border-width: thin;
}


#modalAccordion .accordion-button:focus {
    z-index: 1;
    border:0px;
    outline: 0px;
    box-shadow:none; 
}


/* ------------------------------------- */
/* ------------------------------------- */
/* ----------Footer Accordion ---------- */
/* ------------------------------------- */
/* ------------------------------------- */

#footerAccordion .accordion-item{
    border-bottom: 1px solid  var(--border-color);
}

#footerAccordion .bortop {
    border-top: 1px solid  var(--border-color);
}

#footerAccordion .accordion-item:first-of-type{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#footerAccordion .accordion-item:last-of-type {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;  
}

#footerAccordion .accordion-item .collapse {
    display: none;
}

#footerAccordion .accordion-item .collapse.show {
    display: block;
}

#footerAccordion .accordion-item .accordion-header {
    display: block;
}

#footerAccordion .accordion-button {
    font-size: 20px;
    font-weight: 700;
    background-color: transparent;
    color: var(--heading-one-color);
}

#footerAccordion .accordion-button::after {
    background-image: url(../img/addc.png);
}

#footerAccordion .accordion-button:not(.collapsed) {
    /*color: #4F87FB;*/
    background-color: var(--border-color);
    box-shadow: none;
}

#footerAccordion .accordion-button:not(.collapsed)::after {
    background-image: url(../img/minu.png);
    transform: rotate(-90deg);

}

#footerAccordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;

}

#footerAccordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
    
#footerAccordion .accordion-button:focus {
    z-index: 1;
    border:0px;
    outline: 0px;
    box-shadow:none; 
}







/*Faq*/
.cont-width{
    width: 80%;
}

#accordionFaq .accordion-item .accordion-header button{
    
    padding: 30px 25px;
    font-size: 14px;
    font-weight: 700;
    
}

#accordionFaq .accordion-item .accordion-collapse .accordion-body {
    padding: 1rem 3rem 2rem 1.3rem;

}











}















@media (max-width:767px) {
    .pad-60{width: 90%;}
    .cont-width{width: 90%;}

    #modalAccordion{
    padding: 40px 60px;
}


    .image_frame{border-radius: 0px}
    .image_frame .captions h1{
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
}

.dbdb{display:block;}
    .xc{width: 25px;height: 25px;}
    .vc span{font-size: 13px;font-weight: 300;}
    
    
    .full {
        --bs-gutter-x: 0;
    }
    /*.accordion-body {
        border-bottom: 1px solid  #E0E0E0;
    }*/
    .divider {                             /* minor cosmetics */
            display: table; 
            font-size: 20px; 
            text-align: center; 
            width: 75%;                         /* divider width */
            margin: 40px auto;                  /* spacing above/below */
        }
        .divider span { display: table-cell; position: relative; }
        .divider span:first-child, .divider span:last-child {
            width: 50%;
            top: 18px;                          /* adjust vertical align */
            -moz-background-size: 100% 2px;     /* line width */
            background-size: 100% 2px;          /* line width */
            background-position: 0 0, 0 100%;
            background-repeat: no-repeat;
        }
        .divider span:first-child {             /* color changes in here */
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#E9E9E9));
            background-image: -webkit-linear-gradient(180deg, transparent, #E9E9E9);
            background-image: -moz-linear-gradient(180deg, transparent, #E9E9E9);
            background-image: -o-linear-gradient(180deg, transparent, #E9E9E9);
            background-image: linear-gradient(90deg, transparent, #E9E9E9);
        }
        .divider span:nth-child(2) {
            color: #595959; padding: 0px 5px; width: auto; white-space: nowrap;
        }
        .divider span:last-child {              /* color changes in here */
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E9E9E9), to(transparent));
            background-image: -webkit-linear-gradient(180deg, #E9E9E9, transparent);
            background-image: -moz-linear-gradient(180deg, #E9E9E9, transparent);
            background-image: -o-linear-gradient(180deg, #E9E9E9, transparent);
            background-image: linear-gradient(90deg, #E9E9E9, transparent);
        }




}
@media(max-width:992px){

    header .container-fluid{

        padding: 0 5%;
    }
}

















.dropdown-toggle::after {
    
    margin-left: 0.1em;
    vertical-align: 0.2em;
   
}
      
 






/* Media Query for Mobile Devices */
@media (max-width: 480px) {


    .blog img{
        height: 200px;
    }
h1{font-size: 45px;}
h2{font-size: 28px;}
h4{font-size: 18px;line-height: 24px;}
h3{font-size: 22px;line-height: 30px;}
.pads-100{width: 90%;}
.padss-100{width: 95%;}
.tex-center{text-align: left;}
.padd-50{width: 95%;text-align: left;}

.pad-5{padding: 2rem 2rem 2rem 2rem;}
.round{border-top-left-radius: 10px;border-top-right-radius: 10px;}
.roundb{border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.hww{font-size: 25px;}
.btn{
    font-size: 18px; 
    padding: 12px 15px;
    width: 100%;
}
.btn-img{
    height: 18px;
    width: 18px;
    margin-right: 5px;
    }
.lipadx{padding-left: 3px;padding-right: 3px;}
.secpady{padding-top: 2rem;padding-bottom: 2rem;}
.formpy{padding-top: 0.5rem;padding-bottom: 0.5rem;}
#mo-full-name,#mo-company-name,#mo-first-name,#mo-last-name,#mo-mobile,#mo-your-email,#mo-your-message,#subject{font-size: 14px;}
#first-name,#last-name,#mobile,#your-email,#your-message,#subject{border-radius: 15px;padding: 8px 15px;font-size: 14px;}
.form-control:focus {
    background-color: #ffffff;
  border-color: #000093;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slider1{margin-top: 55px;}
.pad-50{width: 95%;}
.pad-60{width: 100%;}
.pad-80{width: 100%;}

p{font-size: 12px;}
#whatsapp .wtsapp{

        
        
        width: 45px;
        height: 45px;
       

}
#whatsapp .wtsapp img{

        
      width: 25px;
      height: 25px;

}
p{font-size: 14px;}
label{font-size: 14px;}
input[type="text"],[type="email"]{font-size: 13px;}
textarea {font-size: 13px;}


.form-padding{padding: 2rem 2rem 1rem 2rem;}
.form-paddings{padding: 0.5rem 0.5rem 0.5rem 0.5rem;}

.body-padding{padding: 60px 0px;}
.bodya-padding{padding-top: 0px;padding-bottom: 10px;}

     #modalAccordion{
    padding: 20px 10px;
}

    
    header{
        height: 55px;
        
    }

    header .mobile-toggler img{
        width: 25px;
        height: 25px;
    } 

    .navb-logo img{
        width: 45px;
        height: 25px;
    }  

    #navbModal .nav-modal .modal-header{
        height: 60px;
    }

    #navbModal .nav-modal .modal-header .btn-close {
        background: transparent url(../img/close.png) center/25px auto no-repeat;
    }


















    /*.accordion-button:not(.collapsed) {
        color: var(--heading-two-color);
        background-color: #E0E0E0;
        box-shadow: none;
    }*/

    .collapse-nav-heading{
        padding: 1rem 1.25rem;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        background-color: #fff;
        font-weight: 600;
    }

    .service.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 1rem!important;
    }

    .service .container{
        padding: 0rem 1rem;
    }
    .image_frame{
        border:1px solid var(--bg-color);
    }

    .image_frame .captions h1{
        margin-top: 0.7rem;
        font-size: 16px;
    }

    .section-1{
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .bg-col{
        padding-top: 0rem !important;
        padding-bottom: 0;
    }
    .bg-gray {
    padding-top: 0;
    padding-bottom: 0;
    }
    .contact .but {
    padding: 6px;
}
    
    


    .carousel-caption {
    color: var(--heading-two-color);
    right: 40%;
    text-align: left;
    max-width: 60%;
    left: 15px;
   top: 0px;
    vertical-align: middle;
    }
.big{font-size:20px;font-weight:700;}
.big1{font-size:15px;font-weight:500;}

/*.cdv{color:var(--heading-two-color);font-size: 13px;font-weight: 400;}*/

.bordb a{font-size: 15px;font-weight: 600;}




.carousel-indicators [data-bs-target] {
    height:7px;
    width: 7px;
   
}
.carousel-indicators .active  {
    width: 27px;
    
}
.footer{
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
#footerAccordion .accordion-item{margin-left: 1rem;margin-right: 1rem;}
#footerAccordion .accordion-body{padding-left: 0.8rem;padding-right: 0.8rem;}
#footerAccordion .accordion-header{}
#footerAccordion .accordion-button {
    
    padding-left: 0.8rem;padding-right: 0.8rem;
}
.footer-logo{
    margin-left: 0.8rem;
    width: 110px;
    height: 28px;
}


/*.para-list ul li {
    font-size: 16px;font-weight: 500;
     color: #CFD9E0;
}*/


.bg-dark-gray.py-4{
    padding-bottom: 5px;
    padding-top: 5px;
}

/*Contact Page*/
.contact-page,.contact-pagea {
    padding-right: 2rem!important;
    padding-left: 2rem!important;
}
.contact-pagea img{
    width: 80px;
    height: 80px;
}
.contact-page h3{
    font-size: 20px;
    font-weight: 700;
    
}
.contact-pagea h3{
    font-size: 20px;
    font-weight: 700;
   
}
.contact-page h4{
    font-size: 16px;
    line-height: 28px;
}
.contact-pagea a h4{
    font-size: 16px;
    }
.divider {
    margin: 20px auto;
}

/*News Letter*/
.n-pad{padding: 0rem 5rem 2rem 5rem;}
.news-letter{text-align: center;}
.news-letter img{
    width: 180px;
    height: 180px;
} 

.news-letter h2{
    
     margin-bottom: 30px;
}

.news-letter h4{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    
}
/*input {
  padding: .5rem 1rem;
  width: 80%;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 16px;
}*/
.subscribe-btn {
  padding: .7rem 2rem;
}
.mkm{
    padding: .7rem 2rem; 
    }



/*Faq*/
.cont-width{width: 100%;}
.cont-widtha{width: 95%;border-radius: 10px;margin-bottom: 40px;}


#accordionFaq .accordion-item .accordion-header button{
    
    padding: 25px 20px;
    font-size: 14px;
    font-weight: 700;
    
}

#accordionFaq .accordion-item .accordion-collapse .accordion-body {
    padding: 1rem 1rem 2rem 1.3rem;

}

iframe{height: 200px;}




}
     









/* Media Query for low resolution  Tablets, Ipads */

@media (min-width: 481px) and (max-width: 767px) {
    #left{text-align: left;}
     header{
        height: 55px;
    }

    .slider{
        margin-top: 0px;
    }

    header .navb-logo span{
        font-size: 20px;
    }

    header .mobile-toggler img{
        width: 30px;
        height: 30px;
    }

    .modal-header .btn-close {
        padding: 0.5rem 0.8rem;
    }

    .nav-modal .modal-header{
        height: 55px;
    }

    .nav-modal .modal-header .navb-logo span{
        font-size: 20px;
    }

    .modal-header .btn-close {
        background: transparent url(../img/close.png) center/30px auto no-repeat;
    }

    .accordion-button:not(.collapsed) {
        color: var(--heading-two-color);
        background-color: #E0E0E0;
        box-shadow: none;
    }

    .collapse-nav-heading{
        padding: 1rem 1.25rem;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        background-color: #fff;
    }

    














}















/* Media Query for Tablets Ipads portrait mode */

@media (min-width: 768px) and (max-width: 1024px){








        
}
        