
*,
*::after,
*::before{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:active,
:hover,
:focus
{
outline: 0 !important; 
outline-offset: 0;
}
a,
a:hover{
    text-decoration: none;
}
a:hover{
    color: brown;
}
ul,ol{
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 100%;
    font-weight: 400;
}
::-webkit-scrollbar{
    width: 0.756rem;
}
::-webkit-scrollbar-track{
    background-color: rgb(245, 227, 227);
}
::-webkit-scrollbar-thumb{
    background-color: rgb(3, 3, 64);
}
a{
    text-decoration: none;
}
.icon-bar {
	 position:fixed; 
    
	 top:   50%; 
    
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 10;
}

.icon-bar a {
	text-decoration: none;
	width: 220px;
    border-radius: 20px 20px;
    height: 70px;
	background: #1e4399;
	color: #fff;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 5px;
	font-size: 20px;
	transform: translateX(-170px);
	-webkit-transform: translateX(-170px);
	-ms-transform: translateX(-170px);
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
}
.icon-bar a i{
    padding-left: 30px;
    font-size: 30px !important;
    animation: letszoom 3s linear alternate-reverse infinite;
}

@keyframes letszoom {
	from {
		transform: scale(0.8);
	}

	to {
		transform: scale(1);
	}

} 
.icon-bar a:hover{
    color: rgb(252, 200, 136);
    transform: translate(0);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
}
.nh{
    color: white;
    background-color:rgb(31, 98, 191) ;
    direction: right;
    height: 25px;
    behavior: scroll;
}


h4{
    color: rgb(22, 0, 4);
    font-family:Georgia, 'Times New Roman', Times, serif; 
    font-size: 1.9rem;
    font-weight: 700;
    line-height: .934rem;
    margin-bottom: 0.5rem;
}
h5{
    color: rgb(0, 2, 0);
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: .686rem;
    margin-bottom: 0.3rem;
}
h3{
    color: black;
    font-family:Georgia, 'Times New Roman', Times, serif; 
    font-size: 2.3 rem;
    font-weight: 700;
    line-height: 1rem;
    margin-bottom: 0.7rem;
}

h7{
    font-size: .8rem;
    color: rgb(253, 253, 253);
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 1px;
    
}

p{
    font-size: 1.1rem;
    color: black;
    font-weight: 500;
    line-height: 1.46rem;
    letter-spacing: 1px;
    
}
.main-btn{
    display: inline-block;
    padding: 0.65rem 1.23rem;
    line-height: 1.34rem;
    background-color:wheat;
    color: rgb(5, 5, 65);
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition:all .4s ease-out 0s ;
    -moz-transition:all .4s ease-out 0s ;
    transition:all .4s ease-out 0s ;
    text-decoration: none;
}
.white-btn{
    padding: 0.543rem 0.987rem;
    line-height: 25px;
    background-color: transparent;
    /* border: 0.167rem solid rgb(0, 44, 0); */
    color: rgb(11, 6, 0);
    font-size: 1rem;
    font-weight: 600;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition:all .4s ease-out 0s ;
    -moz-transition:all .4s ease-out 0s ;
    transition:all .4s ease-out 0s ;
}
.main-btn:hover{
    background-color: rgb(35, 40, 181);
    color: rgb(252, 248, 248);
}
.white-btn:hover{
    background-color: rgb(12, 47, 99);
    color: rgb(243, 237, 227);
    border-radius: 5px 5px;
    /* border-color: black; */
}
.wrapper{
    padding-top: 8.34rem;
    padding-bottom: 8.34rem;
}
.wrapper1{
     padding-top: 8.34rem;
    padding-bottom: 8.34rem;  
    /* background-color: rgb(182, 215, 248); */
   
}
.wrapper3{
    background-image: url("/img/p4.jpg")  ;
    background-repeat: no-repeat;
    padding-top: 8.34rem;
    padding-bottom: 8.34rem;
}
.text-content{
    width: 70%;
    margin: auto;
}
.counter-section h4{
    color: aquamarine;
}
.navigation-wrap{
    
    width: 100%;
    /* height: 20%; */
    /* height: 50px; */
    left: 0;
    z-index: 1000;
    transition: all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out ;
    -o-transition:all .3s ease-out  ;
    -moz-transition:all .3s ease-out  ;
    background-color: transparent;
}

.navigation-wrap .navbar{
    padding: .3rem 0;
    background-color: rgb(31, 98, 191);
    
     /* background-color: rgb(59, 85, 171);  */
    transition: all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
    -o-transition:all .3s ease-out  ;
    -moz-transition:all .3s ease-out  ;
   /* border: 2px solid black;  */
    
}
.navigation-wrap .navbar  ul li a{
    text-decoration: none;
    color: #fff;
}
/* .dropdown-menu ul{
    list-style: none;
    padding: 0;
}
.dropdown-menu .show{
    display: flex;
}
.dropdown-menu li a{
    color: black;
    padding: .5em 1em;

    }
    .dropdown-menu li :first-child a{
        font-weight: bold;
        font-size: 1em;
        color: black;
    } */
.navigation-wrap .navbar-toggler{
    border: 0 solid rgb(22, 2, 2); 
    /* line-height: 2; */
    box-shadow: none;
}
/* .navigation-wrap .nav-item{ */
   
    /* border: 2px solid black; */

/* .navigation-wrap .nav-item:hover {
    background-color:rgb(9, 9, 93);
} */
.navigation-wrap img{
    width: 240px;
     height: 40px; 
}
/* .navigation-wrap .navbar-brand{
    font-size: .676rem;
    color: rgb(2, 171, 16);
    font-weight: 500;
    font-family: 'Times New Roman', Times, serif;
} */
.navigation-wrap .nav-item .nav-link{
    font-size: 1.1rem;
    font-weight: 500;
    color: whitesmoke;
    display: inline-block;
    font-family: Georgia, 'Times New Roman', Times, serif;
}


.navigation-wrap .nav-item{
    margin: 0 .225rem;
    padding: 0 0.567rem;
    transition: all .3s ease-out;
    -webkit-transition:all .3s ease-out;
    
}

 .navigation-wrap .nav-item .nav-link:hover


{
color: rgb(255, 248, 232);
/* border: 0px solid blue; */
 /* background-color:rgb(31, 98, 191) ;  */
} 
.navigation-wrap .nav-item .nav-link:focus{
    color: gold;
    
}
.navigation-wrap .nav-item .nav-link:active{
    color: rgb(99, 246, 0);
}



  .navbar-toggler:focus{
     outline: unset; 
    border: unset;
    box-shadow: none;

} 
.navigation-wrap .dropdown-menu .dropdown-item {
    color: black;
    /* background-color: white; */
}
.navigation-wrap .dropdown-menu .dropdown-item:hover{
    color: rgb(39, 37, 37);
    background-color: rgb(233, 233, 233);
}


.navigation-wrap .main-btn {
    padding: 0.345rem 1.23rem;
    box-shadow: none;
    margin-left: 0.645rem;
    text-decoration: none;
}
.navigation-wrap .scroll-on{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0.123rem .75rem 0 rgb(0,0,0,0,0.09);
    background-color: rgb(107, 150, 215);
    transition: all .15s ease-in-out 0s;
    -webkit-transition: all .15s ease-in-out 0s;
}
.top-banner{
    width: 100%;
    background: url('/img/pic1\ \(1\).jpg') no-repeat center;
    background-size: cover;
    padding: 16rem 0 9rem;
}
.counter-section{
    background-color: rgb(19, 19, 135);
    padding: .51rem 0;
  /* border: solid 3px black;   */
}
 .counter-section p{
    color: antiquewhite;

}
.counter-section h4{
    color: rgb(239, 245, 183);

} 
.hovertext {
    position: relative;
    color: #fff;
    /* border-bottom: 1px dotted black; */
  }
  
  .hovertext:before {
    content: attr(data-hover);
    visibility: hidden;
    opacity: 0;
     
     /* height: 200px; */
     width: 210px;    
    background-color: rgb(19, 19, 135);
    color: #fff9f9;
    text-align: center;
    /* border-radius: 5px; */
    padding: 2px 0;
    transition: opacity 1s ease-in-out;
  font-size: .876rem;
  font-weight: 600;
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: 100%;
    /* top: 110%; */
  }
  
   .hovertext:hover:before {
    opacity: 1;
    visibility: visible;
  }
  

 
.about-section{
    padding-top:2rem ;
}
.about-section ul li{
    font-size: 1rem;
    color: aquamarine;
    line-height: 30px;
    position: relative;
    margin-left: 30px;
}
.about-section ul li:hover{
    /* position: absolute; */
    left: -2rem;
    color: aqua;
    display: inline-block;
    content: '\f00c';
    padding-right: 3px;
    vertical-align: middle;
}

.services_wrapper img{
height: 600px;
width: 100%;
/* width: 600px; */
}
.service-menu-area .service-icon{
    /* height: 20px; */
    align-items: center;
    /* width: 400px; */
}
/* .service-menu-area{
    width: auto;
} */
.service-item-wrap{
    background-color:white;
}
.service-menu-area ul li a{
    display: block;
   
    margin-bottom: 2.13rem;
    
    text-decoration: none;
}
.service-menu-area ul li a .service-icon{
    height: 1.5rem;
    width: 1.5rem;
    background-color: rgb(190, 191, 200);
    line-height: 1.5rem;
    text-align: center;
    border-radius: 100%;
    float: left;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    
}

.service-menu-area ul li a .service-icon:hover,
.service-menu-area ul li a.active .service-icon{
    background-color: white;
    color: blue;
    box-shadow: 0 .12rem rgb(34 30 31/40%);
}
.service-menu-area ul li:nth-child(1){
    margin-left: .56rem;
}
.service-menu-area ul li:nth-child(2){
    margin-left: .56rem;
}
.service-menu-area ul li:nth-child(3){
    margin-left: .56rem;
}
.service-menu-area ul li:nth-child(4){
    margin-left:.56rem;
}
.service-menu-area ul li:nth-child(5){
    margin-left:.56rem;
}
.service-menu-area ul li a p span{
    color: chocolate;
}
.services .card:hover{
    -webkit-transform: translateY(-0.625rem);
    transform: translateY(-0.625rem);

}
/* .service1_wrapper{
    /* padding: .0003rem .006rem; */
    /* margin: 0px 3px; */

/* .service1_wrapper .icon-box{
    margin-bottom: 1rem;
    text-align: center; 
    height: 2rem;
    width: 2rem;
    background-color: rgb(190, 191, 200);
    line-height: 1rem;
    border: solid .10rem blue;
    border-radius: 100%;
    
     float: left;     
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    
    
} */


.service1_wrapper .card{
    background-color: transparent;
    /* border: .10rem solid rgb(2, 2, 65); */
    box-shadow: none;
     padding: .1rem .1rem; 
     position: relative; 
     overflow: hidden;
}
.service1_wrapper .card:before{
    position: absolute;
    content: '';
    width: 80%;
    height: 220px;
    background-color: rgb(26, 26, 2);
    top: -50%;
    left: -100%;
    z-index: 1;
    transform: rotate(25deg);
    transform-origin:top   center 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    /* transition: .5s; */
}

.service1_wrapper .card:hover :before{
  /* background: rgb(235, 237, 243);  */
  cursor: pointer;
  left: 10%;
  border-color: transparent;
  /* color: rgb(243, 234, 221); */
}
.service1_wrapper .card img{
    width: 100%;
    height: auto;
    /* opacity: 999; */
}
 .service1_wrapper .card-text{
    width: 100%;
    height: 100%;
     /* height: 50%;  */
    padding: 0px 20px;
    position: absolute;
      /* background-color: rgb(161, 161, 161);   */
    top: -100%;
    left: 0;
    /* color: #fff9f9; */
    z-index: 2;
    
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    /* transition: 1.1s; */
 }
 .service1_wrapper .card:hover .card-text{
      top: 0;
     background-color: aliceblue; 
     padding-top: 10rem;
    /*top: 10%;*/
    /* background-color: aliceblue; */
 }
 .service1_wrapper .white-btn{
    text-decoration: none;
 }


.footer_wrapper{
    background-color:rgb(22, 100, 209) ;
    padding: 5rem 0 5rem;
}

   
.footer_wrapper ul{
    padding: 0;
    
}
.footer_wrapper ul li{
    margin-bottom: .5rem;
    list-style: none;
    font-size: .875rem;
    /* text-decoration: none; */
}
.footer_wrapper ul li a,
.footer_wrapper p{
    list-style: none;
    color:white;
    padding-left: 1.5rem;
    position: relative;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    text-decoration: none;
}
.footer_wrapper ul li a::before{
    content: '\f105';
    font-family: 'Courier New', Courier, monospace;
    font-weight: 600;
    position: absolute;
    left: .3rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.footer_wrapper .link-widget li a:hover{
    margin-left: .625rem;
    color: rgb(222, 218, 103);
}


@media(max-width:1199.5px){
    
    .hovertext:before{
        height: 200px;
    width: 200px; 
    }
    .services_wrapper img{
        height: 510px;
    }
     p{
        font-size: .90rem;
        
        font-weight: 500;
        line-height: 1rem;
        letter-spacing: .54px;
        
    } 
    
}
@media(max-width:991px){
  .text-content{
    width: 100%;
  }
  .navigation-wrap .navbar-brand img{
    text-align: center;
    background-color: aliceblue;
  }
  

  .navigation-wrap .nav-link{
    line-height: 1.2rem;
  }
  .top-banner{
    padding: 9.3rem 0 9.3rem;
  }
 
  .dropdown:hover .dropdown-menu{
    display: block !important ;
    background-color:  white;
   width: 60vh; 
    
}
.dropdown .dropdown-menu .dropdown-item p{
    font-size: .7rem;
    line-height: .2rem;
}
.dropdown .dropdown-menu .dropdown-item h5{
    font-size: .9rem;
}
.dropdown:focus .dropdown-menu{
    display: block!important ;
   
    
}
.dropdown.dropdown-menu.show{
    display: none !important;
    
    overflow: scroll;
   
} 
.hovertext:before{
    height: 150px;
width: 180px; 
}
.navigation-wrap .navbar-brand{
    font-size: .615rem;
} 
.navigation-wrap img{
    width: 225px;
    
}

}
@media(max-width:776px){
    h4{
       
        font-size: 1.5rem;
        font-weight: 500;
        line-height: .7rem;
        margin-bottom: 0.5rem;
    }
    h5{
       
        font-size: 1.2rem;
        font-weight: 400;
        line-height: .5rem;
        margin-bottom: 0.2rem;
    }
    h3{
        font-size: 1.7rem;
        font-weight: 700;
        line-height: .9rem;
        margin-bottom: 0.7rem;
    }
     h7{
        font-size: .7rem;
       
        
    }
    .navigation-wrap .navbar-brand{
        font-size: .556rem;
    } 
    .top-banner{
        padding: 10rem 0 9.3rem;
    }
    .hovertext:before{
        height: 100px;
    width: 200px; 
    }
    .navigation-wrap img{
        width: 215px;
    }
    .services_wrapper img{
        height: 450px;
    } 
    .footer_wrapper> div{
        padding: 0 1.875rem;
    }
    .service_wrapper .card{
        padding: .734rem;
      }
    
    }

@media(max-width:360px){
    .hovertext:before{
        height: 100px;
    width: 110px; 
    }
    .navigation-wrap .navbar-brand{
        font-size: .556rem;
    }
    .navigation-wrap img{
        width: 205px;
    } 
    .services_wrapper img{
        height: 310px;
    } 
    .services_wrapper .card{
        padding: 1.875rem .825rem;
        text-align: center;
    }
    .services_wrapper .icon-box{
        margin-bottom: .9375rem;
    }
   
}



