* {
    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;
    }

    .service1card ul li a{
       
        font-size: 15px;
        line-height: 26px;
    }
}




.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;
}

/* small card small-carousel */


.small-carousel {
    
    z-index: 1;
    top: -150px;
    position: relative;
    
}

.small-carousel-border{
    width: 300px;
    height: 320px;
    /* border: 10px solid #254162; */
    position: absolute;
}
.small-carousel-border:hover{
    animation-play-state:paused;

}

.small-carousel-border::before{
    content:"";
    position: absolute;
     z-index: 2;
    background-color: rgb(219, 219, 18);
    animation-name: border-rotate;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    

}

@keyframes border-rotate{
    0%{
        left:-10px;
        top:-10px;
        height: 50%;
        width: 50%;
    }
    25%{
        left: 0px;
        top: -10px;
        height: 20px; 
        width: 100%; 
        /* background: green; */
        
    }
    50%{
        right:0px;
        left: 300px;
        top: -10 px;
        height: 100%; 
         width: 10px ;
         background:  rgb(219, 219, 18);
    }
    75%{
        left: 0px;
        bottom: -10px;
        height: 100px;
        width: 100%;
        background:  rgb(219, 219, 18);
        
    }
    100%{
        left: -10px;
        bottom: 0px;
        width: 30px;
        height:100%;
    }
    
    

}
    

.content{
    z-index: 3;
    position: absolute;
    
    
}

.small-carousel .card{
    height: 320px;
    width: 300px;
}
.small-carousel .card-body {
    background-image: linear-gradient(to right, rgba(255,255,255,0.3),  rgba(37, 65, 98,0.3));

}

.small-carousel .card-header {
    border-radius: 5px;
    box-shadow: #254162 2px 2px;
    background-color:  #254162;
     color:  aliceblue;

}

.small-carousel-card{
    padding: 1px;
    font-size: 18px;
}
.card-img-overlay{
    /* background-image: linear-gradient(to right, rgba(255,255,255,0.6),  rgb(37, 65, 98, 0.9)); */
    background-color:  rgb(37, 65, 98, 0.4);
    color:  rgb(219, 219, 18);
}

.small-carousel-item {
    text-decoration: none;
    color:  white;
    
}

.small-carousel ul li a:hover{
color:  rgb(219, 219, 18);
text-decoration: underline;
/* text-transform:uppercase; */
}
/* area after small small-carousel */


.hero-btn {
    margin-top: 0px;
    padding: 12px;
    border: 2px dashed rgb(9, 241, 9);
    background-color: #254162;
    color: aliceblue;
    border-radius: 25px;
    width: 40%;
    margin-left: 30px;
    transition: 1s;
}

.hero-btn:hover {

    border: 2px dashed #254162;
    background-color: rgb(9, 241, 9);
    color: #254162;


}

/* icon carousel div area */

.icon-div1 {
    display: block;
    height: 140px;
    width: 200px;
    position: relative;
    top: -70px;
    right: 15px;
    float: right;
    z-index: 2;
}

.icon-div {
    background-color: transparent;
}

.icon-div i {
    height: 70px;
    width: 95px;
    text-align: center;
    font-size: 38px;
    color: rgb(219, 219, 18);
    border: 5px solid rgb(219, 219, 18);
    padding: 5px;
}


/* Start New Company Registration */

.company-registration {
    width: 100%;
    background-color: rgb(207, 253, 207);
    color: #254162;
    text-align: left;


}

.company-registration h2 {
    /* border-left: solid 4px rgb(9, 241, 9); */
    margin: 10px;
}



.company-registration-heading {
    background-color: #254162;
    color: aliceblue;
    height: 75px;
    border-left: solid 4px rgb(9, 241, 9);
}

.company-registration-content {
    display: inline;
    margin-top: 20px;
}

.company-registration-content i {
    display: flex;
    width: 110px;
    height: 75px;
    font-size: 40px;
    color: #254162;
    justify-content: center;
    align-items: center;
    padding: 2px;
    border: 6px solid rgb(9, 241, 9);

}


/* services */

        /* servicecard categories First*/
.service1 {
    background-color: rgba(237, 238, 253, 0.337);
    padding: 20px;
}

.service1 h2 {
    background-color: #bcbeff;
    border-radius: 28px 0px;
    padding: 5px;
    color:whitesmoke;
    font-size: 35px;
    margin-top: 40px;
}
.service1 .card{
    border: 3px solid white;;
}
.service1-top-icon{
    left:-7px;
    top:-38px;
    position: absolute;
}
.service1-top-icon i{
    font-size: 30px;
    padding: 6px 14px;
    margin-left:-9px;
    color: #a7aafd;
    border: solid 4px #a7aafd;
}


.service1card{
    background: white;
    /* margin: 2px; */
    margin-top: 50px;
    padding-top: 40px;
    box-shadow:  2px 2px #c3dcfa;
    position: relative;
}

.service1card h3{
    color: #254162; 
    text-shadow: 2px 2px white;
    font-size: 31px;
}

.service1card ul li a{
    text-decoration: none;
    color: rgba(104, 163, 252, 0.9);
    font-size: 16px;
    line-height: 33px;
}



.service1card ul li a:hover{
    color:#e72005;
    text-decoration: underline;
}
 .service1card i{
    margin-right: 4px;
    color:  rgb(13 110 253 / 90%);

 }


/* servicecard categories Second*/

.service2 h2 {
    padding: 8px;
    
}

.service2 {
    background-color: #d0f2fa29;
    padding: 20px;
    position: relative;

}



.service2card{
    margin: 2px;
    padding-top: 10px;

}
 
.service2card h3{
    color: #05829b;
}
.service2card ul{
    margin-left: 0px;
    padding-left: 0px;
}

.service2card ul li a{
    text-decoration: none;
    color:#254162;
}

.service2card i{
    margin-right: 4px;
    color:  rgba(9, 46, 102, 0.9);

 }


.service2card ul li a:hover{
    color:#e72005;
}

.service2icon1{
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
     float: right;
    display: block;
    left:30px;
    z-index: -1;
    width: 50%;
    max-width: 280px;
}

.iconservice2{
   /* position: relative; */
   position: absolute;
   top: 0px;
   z-index: -1;
    /* top:-50px; */
    display: block;
    float: right;
} 

/* servicecard categories Third*/


.service3 h3 {
    padding: 8px;
 
}
.service3card .card-title{
    background-color: #ff6363;
    color:#f7f7f7;
    width:75%;
    padding: 6px;
    margin-left: 0px;
    left: 0px;
    display: block;
}

.service3card .card-img-overlay{
    left:0px;
    padding-left: 0px;
    top:70%;
}

.service3card .card-img-overlay i
{
    font-size: 30px;
    padding: 4px 15px;
    /* margin: 0px 0px; */
    
    color: #f7f7f7;
    border: solid 4px #f7f7f7;
}

.service3card ul{
    margin-top:60px;
     margin-left: 0px; 
    padding-left: 5px;
}

.service3card{

    margin: 2px;
    padding-top: 10px;

}



.service3card ul li a{
    text-decoration: none;
    color:#254162;
    font-size: 14px;
}


.service3card ul i{
    margin-right: 2px;
    color: #ff6363;


 }


.service3card ul li a:hover{
    color: #ff6363;
    text-decoration: underline;
}



                /* 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
  } */