* {
    font-family: 'El Messiri', sans-serif;
    /* font-family: 'Montserrat', sans-serif; */
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


.my-text-justify{
    text-align: justify;
  text-justify: inter-word;
}

.top_header {
    background-color:  #476c96;
    color: #f7f7f7;
    padding-top: 10px;
    padding-bottom: 6px;
    /* display: flex; */

}

.top_header_right {
   
    color:  white;
    font-weight: bolder;
}

.top-btn{
    text-decoration: none;
    border: 2px solid  white;
    border-radius: 25px;
    background: transparent;
    width: 200px;
    padding: 10px 20px;
    margin-left: 20px;
    /* margin-top: 20px; */
    color:  white;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.top-btn:hover{
    background-color:  white;
    color:#254162;
    transition: 1s;
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .wraper {
        display: block;
    }

    .nav-2 {
        display: none;
    }

    .company-registration-content-col {
        left: -80px;
        z-index: 1;
        position: relative;

    }

    .icon-col{
        display: block;
    }

    .small-carousel{
        left: 100px;
    }
    .company-registration-img {
        width: 70%;
        position: relative;
        height: 450px;
        left: -10%;
    }
    .service2padding{
        margin-left: 30px;
    }
    
}

@media screen and (min-width:1000px){
    .nav-2 {
        display: none;
    }


    .company-registration-content-col {
        left: -60px;
        z-index: 1;
        position: relative;

    }
    .navbar .wrap i{
        display: none;
    }
    .icon-col{
        display: block;
    }

    .small-carousel{
        left: 60px;
    }
    .company-registration-img {
        width: 580px;
        position: relative;
        height: 450px;
        left: -10%;
    }
    
}

@media screen and (min-width: 700px) and (max-width: 1000px) {
    .wraper {
        display: none;
    }

    
    .icon-col{
        display: none;
    }
    .small-carousel{
        left: 10px;
    }
    .company-registration-img {
        width: 80%;
        position: relative;
        height: 450px;
        left: 10 px;
    }
}

@media screen and (max-width: 700px) {
    .top_header{
        padding-bottom: 20px;
    }
    
    .wraper {
        display: none;
    }

    
    .icon-col{
        display: none;
    }
    .small-carousel{
        left: 20px;
    }
    .company-registration-img {
        width: 70%;
        position: relative;
        height: 350px;
        left: 50px;
    }
    .next-what{
        margin-top: 180px;
    }
    .header-left{
        text-align: center;
    }
}




.wraper {
    height: 100%;
    width: 100%;

    background-color: white;
    padding-bottom: 0px;
}

/* large screen menu bar */

.navbar {
    width: 100%;
     height: 65px;
     padding-bottom: 0px;
     display: flex;
     align-items: center;
     justify-content: center;
     
    }

.navbar>ul {
    display: flex;
        
}

.navbar ul li {
    position: relative;
}
.dd-parent{
    height: 60px;
    margin-bottom: 0px;
}

.navbar ul li a {
    display: block;
    color: #254162;
    text-decoration: none;
    padding: 10px 10px;
    letter-spacing: 2px;
    transition: all 0, 2s ease;
}

.navbar ul li>a {
    margin-right: 1px;

}

.navbar ul li a {
    font-weight: bolder;
}

.navbar ul li:last-child a> {
    margin-right: 0px;
}

.navbar ul li:last-child a .icon {
    width: 25px;
    display: inline-block;
}

.navbar ul li a:hover,
.navbar ul li a:active,
.navbar .dd_menu ul li a:hover,
.navbar .dd_menu ul li a:active {
       color: rgb(22, 22, 236);
}

.navbar .dd_menu {
    position: absolute;
    top: 55px;
    /* display: none; */
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all,0, 2s, ease-in-out;
    z-index: 10;
    box-shadow:green 3px 3px 6px ;
    border-radius: 8px;

}
#s-b-dd{
    display: none;
}

#s-b:hover #s-b-dd{
    display: block;
}

.dd-parent .dd_menu{
    display: none;
}

.dd-parent:hover .dd_menu{
    display: block;
}


.navbar .dd_menu ul li a {
    display: block;
    text-align: left;
    color: #254162;
    padding: 2px;
    padding-left: 8px;
    letter-spacing: 1px;
    transition: all 0, 2s ease;

}

.navbar .dd_menu i{
color: rgb(160 202 60);
}

.ddw-big ul li a{
    width: 560px;
}

.ddw-small ul li a{
    width: 230px;
}

.navbar .dd_menu ul li{
    margin-left: 0;
    padding-left: 0;
}

.navbar .dd_menu .bottom-bg{
    z-index: 5;
    background: url('image/add-bg-.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    margin-left: 0px;
    
    
}

.navbar .dd_menu::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 60px;
    transform: translateX(-50%);
    z-index: 1;
    border: 15px solid;
    border-color: transparent transparent #254162 transparent;
}

/* small screen navbar */
.offcanvas-body {
    background-color: aliceblue;
}

.offcanvas-body .nav-item a {
    color:  #192f49 ;
    font-size: 25px;
}

.offcanvas-body .nav-item a:active,
.offcanvas-body .nav-item a:hover {
    color: rgb(9, 241, 9);
}

.offcanvas-body .dropdown-menu {
    background-color: rgb(184, 250, 184);
}

.offcanvas-body .dropdown-menu a {
    color:  #192f49;
    font-size: 19px;
    /* padding-left: 2px; */
}

.offcanvas-header {
    background-color:  aliceblue;
}

/*  service1 main area */
.prop-main a{
    padding: 12px 20px;
    background-color: black;
    color: white;
    border-radius: 25px;

}
.prop-main a:hover{
    background-color: white;
    color: black;
}
.prop-main{
    position: relative;
}

.prop-main-div1{
    position: absolute;
    height: 250px;
    width: 70px;
    background-color: #ffb245;
    left:-70px;
    bottom: -30px;
}
.prop-main-div2{
    position: absolute;
    height: 40px;
    width: 150px;
    bottom: -40px;
    left: 0px;
}

.prop-main-div3{
    position: absolute;
    height: 250px;
    width: 70px;
    background-color: #ffb245;
    left:100%;
    top: -20px;
}

.prop-main-div4{
    background-color: #C4C4C4;
    position: absolute;
    height: 100px;
    width: 100px;
    right: -40px;
    bottom: -40px;
}


@media screen and (max-width: 700px){
    .prop-main-div1{
        height: 200px;
        width: 20px;
        left:-20px;
        top:-20px;
    }
    .prop-main-div2{
        height: 40px;
        width: 100px;
        top: -62px;
        left: 20px;
    }
    .prop-main-div3{
        height: 200px;
        width: 20px;
        left: 100%;
        top: 80%;
    }
    .prop-main-div4{
        height: 60px;
        width: 60px;
        right: -20px;
        top: 20px
    }
    
}




/* second section of the page */
.prop-main2{
    background-color:  #fce8cd;
    padding: 60px 1px;
    padding-right: 0px;
    padding-bottom: 120px;
    margin-top: 80px;
}

.prop-main2-div2{
    background-color: white;
    padding-bottom: 0px;
    /* left: 0px; */
    /* position: relative; */

}

.prop-main2-div2-inner{
    background-color: #ffb245;
    color:#f7f7f7;
    font-size: 19px;
    position: relative;
    left: -70px;
    width: 105%;
    height: 90%;
   text-justify: inter-word;
}

.prop-main2-div2-icon{
    position: relative;
    max-height: 90px;
    max-width: 120px;
    left: -160px;
    top: 130px;
}

@media screen and (max-width: 700px){

    .prop-main2 img{
        width: 75%;
        /* height: 80%; */
        float: right;
        margin-bottom: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        margin-right: 0px;

}
.prop-main2-div2-icon{
    
    left: -300px;
    /* top: 180px; */
    
}


.prop-main2-div2-inner{
    padding-left: 20px;
    margin-left: 20px;
    margin: 10px;
}
.prop-main2-div2{
    padding-left: 50px;
    margin-left: 30px;
    
}
.prop-main2-div2-icon{
    position: relative;
    max-height: 90px;
    max-width: 120px;
    /* left: -200px; */
    top: -50px;
}
}

.prop-main3{
    background-color:  #fce8cd;
    padding: 50px 10px 90px 10px;
}
.prop-main3 li{
font-size: 18px;
color: rgb(11, 180, 158)
}

.myflex{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }

    .prop-main3-1{
        top:-90px;
        margin-top: 0px;
        width: 92%;
        position: relative;
        background-color: white;
        padding: 40px 20px;
    }

    .prop-main3-1-headig{
        border-left: #ffb245 8px solid;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 20px;
        font-weight: bolder;
        letter-spacing: 2px;
        color:#254162;
    }


    /* frequently asked quetion area */
    
    .prop-faq{
        background-color:  #ffb245;
        padding: 35px;
        position: relative;
    }
    .prop-faq-heading{
        background-color:   #fce8cd;
        padding: 25px;
        /* margin-right: 20px; */
        width: 80%;
        /* left: 100px; */
        position: absolute;
        top: -45px;
        letter-spacing: 1px;
    }

    .prop-faq-div{
        background-color: #C4C4C4;
        position: absolute;
        height: 70px;
        width: 70px;
        right: -35px;
        top: -35px; 
    }

   

    .prop-faq .accordion-item{
        box-shadow: 5px 5px 5px 5px white;
    }



       /* Footer Area */

       .footer-area {
        background-color: #EAF2F8;
    }
    
    .footer-area img {
        height: 100px;
        width: 100px;
    }
    
    .footer-icon {
        display: block;
    }
    
    .footer-icon i {
        color:rgb(0 55 99);
        padding: 5px;
        margin-left: 10px;
        border: 2px solid rgb(0 55 99);
        border-radius: 25px;
        font-size: 25px;
        height: 40px;
        width: 40px;
    }
    .footer-icon i:hover{
        box-shadow: 5px 5px 5px 5px rgb(0 55 99) inset;
        cursor: pointer;
    }
    
    .footer-link {
        color:rgb(146, 221, 70);
        font-size: 24px;
    }
    
    .footer-link .wrap:hover {
        cursor: pointer;
    }
    
    .dropdown-footer ul {
        padding-top: 5px;
        padding-left: 2px;
    }
    
    .dropdown-footer ul li a {
        text-decoration: none;
        color:rgb(0 55 99);
    }
    
    .dropdown-footer ul li a:hover {
        color:rgb(146, 221, 70);
    }
    
    .dropdown-footer {
        display: none;
    }
    .copyr{
        background-color: white ;
    
    }
    
    
    
    /* testimonial carousel */
    
    
      .visuallyhidden {
        position: absolute;
        z-index: -1;
        right: 0;
        opacity: 0;
        
      }
      
      
      
     .testimonial .container {
        overflow: hidden;
        padding: 20px;
        margin-top: 2em;
        background: rgba(0,0,0,.1)
      }
      
      .card-carousel {
        --card-width: 80%;
        --card-max-width: 280px;
        --card-height: 350px;
        --carousel-min-width: 600px;
        z-index: 1;
        position: relative;
        margin: 0 auto;
        width: 100%;
        height: var(--card-height);
        min-width: var(--carousel-min-width);
        transition: filter .3s ease;
      }
      
      @media screen and (max-width: 640px) {
        .card-carousel {
          margin-left: calc((100vw - var(--carousel-min-width) - 40px) / 2)
        }
      }
      
      .card-carousel.smooth-return {
        transition: all .2s ease;
      }
      
      .card-carousel .card {
        background: whitesmoke;
        width: var(--card-width);
        max-width: var(--card-max-width);
        text-align: center;
        padding: 1em;
        min-width: 250px;
        height: var(--card-height);
        position: absolute;
        margin: 0 auto;
        color: rgba(0,0,0,.5);
        transition: inherit;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
        border-radius: 1em;
        filter: brightness(.9);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }
      
      .card.highlight {
        filter: brightness(1)
      }
      
      
      .card:nth-of-type(1) .image-container {
          /* background-image: url("https://static.addtoany.com/images/dracaena-cinnabari.jpg"); */
          background-image: url("image/testimonial1.jpg");
      }
       
      .card:nth-of-type(2) .image-container {
        background-image: url("image/testimonial2.jpg")
      }
      
      .card:nth-of-type(3) .image-container {
        background-image: url("image/testimonial5.jpg")
      }
      .card:nth-of-type(4) .image-container {
        background-image: url("image/testimonial3.jpg")
      }
      .card:nth-of-type(5) .image-container {
        background-image: url("image/testimonial4.jpg")
      }
      
      
      
      .image-container {
        width: 8em;
        height: 8em;
        position: relative;
        background-size: cover;
        margin-bottom: 2em;
        border-radius: 100%;
        padding: 1em;
        -webkit-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.3);
      box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.3);
        
      }
      
      .image-container::after {
        content: "";
        display: block;
        width: 120%;
        height: 120%;
        border: solid 3px rgba(0,0,0,.1);
        border-radius: 100%;
        position: absolute;
        top: calc(-10% - 3px);
        left: calc(-10% - 3px);
      }
      
      /* h2 {
        padding: 1em;
        margin-top: 1em;
        background: rgba(0,0,0,.3);
        text-align: center;
        color: white;
        border-radius: .2em;
        display: inline-block;
        transform: translateX(calc((100vw - 100%) / 2))
      }
      
      h2 a {
        color: #f5b916
      } */