
@font-face {
    font-family: Lato-Bold;
    src: url(Lato-Bold.ttf);   
}

@font-face {
    font-family: Lato-Regular;
    src: url(Lato-Regular.ttf);   
}

@font-face {
    font-family: BoecklinsUniverse;
    src: url(BoecklinsUniverse.ttf);   
}

@font-face {
    font-family: JosefinSans-Bold;
    src: url(JosefinSans-Bold.ttf);   
}

@font-face {
    font-family: Roboto-Black;
    src: url(Roboto-Black.ttf);   
}

@font-face {
    font-family: Roboto-Bold;
    src: url(Roboto-Bold.ttf);   
}



/*----- default changes ---- */


html{
scroll-behavior: smooth;
    margin: 0!important;
}


/*---------header (home page)----------*/
body{
    position: relative;
}

header{
    /*transition: transform 0.7s;*/
    z-index: 999;
    width: 100%;
    
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 10px 0;
}

.site-header .site-branding {
    display: flex;
    align-items: center;
}

.site-header .site-branding img {
    width: 60px;
    height: auto;
    margin-right: 15px;
}

.site-header .site-title-wrapper {
    display: flex;
    flex-direction: column;
}

.site-header .site-title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #01456C;
    line-height: 1;
    text-transform: uppercase;
}

.site-header .site-subtitle {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #01456C;
    line-height: 1;
}

.site-header .navbar-toggler {
    border: none;
    padding: 0;
}

.site-header .navbar-toggler i {
    color: #01456C;
    font-size: 24px;
}

.site-header .navbar ul.navbar-nav li a {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #01456C !important;
    text-transform: capitalize;
    font-size: 18px;
    padding: 10px 15px !important;
    transition: color 0.3s ease;
}

.site-header .navbar ul.navbar-nav li a:hover {
    color: #187DB1 !important;
    opacity: 1;
}

.navbar-dark .navbar-toggler-icon{
    background-color:#187DB1;
    color: #fff !important
}

button.navbar-toggler {
    border-color: #01456C; !important;
    
}

button.navbar-toggler {
    float: right;
    margin: 25px 25px 0 0;
    padding: 6px;
    display: none;
}
span.navbar-toggler-icon {
    padding: 5px;
    color: #01456C;
}
.site-content{
    position:relative;
}

a.nav-link{
    
}

a.nav-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

a.nav-link::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  -webkit-transition: width .3s;
  transition: width .3s;
}

a.nav-link:hover::after {
  width: 100%;
}

nav.navbar.navbar-expand-md.navbar-dark.col-xs-2.col-md-9 {
    padding-top: 8px;
    padding-right: 9%;
}

.custom-logo-link {
    display: flex;
    align-items: center;
}

/*------------------------------------- Home Page ------------------------------------------------------*/ 
.home-banner {
    position: relative;
    
}

.home-banner .img-box{
    width: 100%;
    position: relative;
}
.home-banner .box-b {
    border-left: 15px solid #fff;
    border-top: 15px solid #fff;
    position: relative;
    box-shadow: none;
}

.home-banner .box-b::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 90%;
    height: 90%;
    background: #01456C;
    z-index: -1;
    opacity: 0.9;
}

.home-banner .box-b:hover{
    box-shadow: 0.5rem 0.5rem #0032a0 -0.5rem -0.5rem #ECFBFC;
     animation-delay: 5s;
}

.home-banner .box-content2:hover{
transform: translateY(-12px);
    transition-duration: 0.4s;
    animation-delay: 5s;
    padding: 3%;
}




.home-banner .box-content:hover{
transform: translateY(-9px);
    transition-duration: 0.4s;
    animation-delay: 5s;
}

.home-banner .box-content {
    position: absolute;
    padding: 2%;   
background: rgba( 255, 255, 255, 0.55 );
  /*box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
backdrop-filter: blur( 4.5px );
-webkit-backdrop-filter: blur( 4.5px );    
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 ); 
     min-height: 50px;
 /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
    border-radius: 10px; 
    /*
 background: rgba( 255, 255, 255, 0.6 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 2px );
-webkit-backdrop-filter: blur( 2px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
    */
    top: 186px;
    left: 13%;
    z-index: 9999;
}



.home-banner .box-content2 {
    position: absolute;
    padding: 50px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 9999;
    max-width: 700px;
}

.animate__animated.animate__backInRight {
  --animate-duration: 2s;
}

/* This changes all the animations globally */
:root {
  --animate-duration: 3000ms;
  --animate-delay: 4s;
}








.home-banner .box-content h2{
    font-family: BoecklinsUniverse;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #fff;
     
}


.home-banner .box-content2 h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-title5 .bar {
    width: 80px;
    height: 4px;
    background: #fff;
    margin-bottom: 20px;
}


.home-banner .box-content p {
  /*  font-family: Roboto-Bold;*/
    font-size: 24px;
    font-weight: 600;
    color: black;
    transition: all 0.2s;
     transform:  translatey(-3px);
     margin-bottom:5px;

}


.home-banner .box-content p:hover{
    color: #000;
    transition: all 0.8s;
     transform:  translatey(-9px)
}



.home-banner .home-btn {
    padding: 12px 30px;
    background-color: #5D89D3;
    border: none;
    color: #fff !important;
    border-radius: 5px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.home-banner .home-btn:hover {
    background-color: #01456C;
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.home-banner .prev-arrow {
    position: absolute;
    top: 49%;
    left: 4%;
    width: 20px;
    z-index: 999;
}

.home-banner .next-arrow {
    position: absolute;
    top: 49%;
    right: 4%;
    width: 20px;
    z-index: 999;
}

/*------------------------------------- Home Page End ------------------------------------------------------*/



/*------------------------------------- About Us Page ------------------------------------------------------*/
.about-us {
    position: relative;
    background-image: url(overlap.png);
    padding: 3% 0;
    background-repeat: no-repeat;
    background-position: center;
    background-position: right;
  background-size: 44% 82% 
}

.borderlefttext{
	display: inline-block;
	padding: 0 0 0 2%;
	border-left: 10px solid #0032a0;
} 

    .about-us .box-b{
        box-shadow: -2.5rem -2.5rem #ECFBFC;
   
}

.about-us .box-b:hover{
    box-shadow: 0.5rem 0.5rem #0032a0 -0.5rem -0.5rem #ECFBFC;
     animation-delay: 5s;
}

.about-us.box-content2:hover{
transform: translateY(-12px);
    transition-duration: 0.4s;
    animation-delay: 5s;
    padding: 3%;
}


.row-sp {
    padding: 10% 4% 10% 4%;
}

.about-us h2 {
    padding: 0px 0px 1px;
    font-family: BoecklinsUniverse;
    font-size: 7vh;
    color: #162894;
    
    display: inline-block;
}

.about-us .row-sp {
    padding: 10% 0% 10% 0%;
}

.about-us h4 {
    font-family: Roboto-Bold;
    font-size: 4vh;
    font-weight: 600;
    
}

.about-us h4:hover{
  transition: all 0.8s;
transform:  translatey(-2px);
}

.about-us p {
   /* font-family: Roboto-Bold;*/
   text-align: justify;
}

.about-us .about-btn {
    margin-top: 10px;
    padding: 10px 15px;
    background-color: #162894;
    border: 1px solid #162894;
    color: #fff !important;
    border-radius: 10px;
}

.about-us .about-btn:hover {
    background-color: #fff;
    border: 1px solid #162894;
    color: #162894 !important;
    transition: all .7s;
    
     transform:  translatey(-9px)
}

.about-us .row-sp img {
    padding: 0px 32px 0px 32px;
}

.about-us .row-sp img:hover {
      transition: all .3s;
   transform:  translatey(-7px);
}


.about-us .prev-arrow {
    position: absolute;
    top: 49%;
    left: 51%;
    width: 20px;
    z-index: 999;
    
}


.about-us .prev-arrow:hover {
   
    transition: all 0.3s;
     transform: scale(1.6);
}


.about-us .next-arrow {
    position: absolute;
    top: 49%;
    right: 11%;
    width: 20px;
    z-index: 999;

}

.about-us .next-arrow:hover {
    transition: all 0.3s;
     transform: scale(1.6);
  
}

/*------------------------------------- About Us Page End------------------------------------------------------*/



/*------------------------------------- Product Page ----------------------------------------------------------*/
.product {
    background-image: url(product.jpg);
  min-height: 50px;
 /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}

.product {
    padding: 3% 0% 3% 0%;
    background-color: #162894;
}

.product h2 {
    padding-top: 21px;
    font-family: BoecklinsUniverse;
    font-size: 60px;
    color: #fff;
    text-align: center;
}

.product h5 {
    padding-top: 12px;
    padding-bottom: 30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.product .product-type {
    border-radius: 7px;
    margin-bottom: 35px;
    padding: 3% 2% 8% 2%;
    background: rgb(0,0,128);
background: linear-gradient(312deg, rgba(0,0,128,0.9) 37%, rgba(0,0,194,0.9) 92%);
 
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 3.5px );
-webkit-backdrop-filter: blur( 3.5px );   
}
.product .product-type:hover{
 transition: all .3s;
   transform:  translatey(-7px);
}
.product .product-type h5 {
    padding: 8% 0% 1% 0%;
    font-size: x-large;
    color: #fff;
    text-align: center;
} 


.product .product-type  img{
    transition: 0.3s all ease-in-out;
}

.product .product-type  img:hover{
    transform: scale(1.1);
}


/*------------------------------------- Product Page End------------------------------------------------------*/




/*------------------------------------- Facilities Page ------------------------------------------------------*/
.facilities {
    
    position: relative;
    padding: 3% 0% 3% 0%;
}

.facilities2 {
     background-image: url(tool.jpg);
      background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}

.facilities .row-sp {
    padding: 0% 4% 0% 4%;
}

.facilities h2 {
    padding-top: 10px;
    font-family: BoecklinsUniverse;
    font-size: 60px;
    color: #162894;
    text-align: center;
}

.facilities h5 {
    font-weight: 600;
    text-align: center;
}

.facilities .next-arrow {
    position: absolute;
    top: 53%;
    right: 4%;
    width: 20px;
    z-index: 999;
}

.facilities .prev-arrow {
    position: absolute;
    top: 53%;
    left: 4%;
    width: 20px;
    z-index: 999;
}

.facilities .next-arrow:hover {
   transform: scale(1.3); 
    transition: all 0.3s;
}

.facilities .prev-arrow:hover {
   transform: scale(1.3); 
    transition: all 0.3s;
}

.facilities .facility-slider h5 {
    margin-top: 4%;
}
 
.facilities .facility-slider {
    margin: 4% 35px 4% 35px;
}

.facilities .facility-img {
    padding: 0px 15px 0px 15px;
}

.facilities .image-responsive {
    border: 5px solid gray;
    border-radius: 50%;
    padding: 10px;
    margin: 1px;
}

.facilities .image-responsive:hover {
    transition: all .3s;
   transform:  translatey(-3px);
}
/*------------------------------------- Facilities Page End --------------------------------------------------*/



/*------------------------------------- Why Page -----------------------------------------------------------*/
.why img:hover{
 transition: all 0.8s;
     transform: scale(1.03);
}


.why .row-sp{
    padding: 0% 0% 0% 6%;
}

.why .row-sub{
    padding: 7% 0% 0% 0%;
}

.why .row-sub p {
        
color:white;
   /*  font-family: Roboto-Bold; */
    font-size: large;
}
 
   
        
.why{     
      background-image: url(tool3.jpg);
  min-height: 50px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.why h2 {
  font-family: BoecklinsUniverse;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 28px;
    color: white;
}

.why p i {
 color:white;
    margin-right: 10px;
}
.why p:hover {
    
    transition: all .3s;
   transform:  translatey(-3px);
}
/*------------------------------------- Why Page End-----------------------------------------------------------*/



/*------------------------------------- Mission Page -----------------------------------------------------------*/
.mission {
    position: relative;
    padding: 3% 0% 3% 0%;
}

.mission2{
    background-image: url(tool4.jpg);
  min-height: 50px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mission .row-sp {
    padding: 0% 4% 0% 4%;
}

.mission .row-sp p { 
  /*  font-family: Roboto-Bold; */
}

.mission {
      padding: 6% 0;
   /*background-image: url(overlap.png);
  
    background-repeat: no-repeat;
    background-position: center;
    background-position: right;
    background-size: contain; 
    */
}

.mission h4 {
    font-family: BoecklinsUniverse;
    margin-left: 8%;
    color: #162894;
    font-size: 6vh;
    text-align: left;
}

.mission p {
    margin-left: 8%;
    color: #000;
    /*font-size: 3vh;*/
    text-align: left;
}
/*------------------------------------- Mission Page End-----------------------------------------------------------*/



/*------------------------------------- WantWork Page -------------------------------------------------------------*/



    .wantwork {
      
      background-image: url(tool3.jpg);
  min-height: 10px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wantwork h2 {
    font-size: 40px;
    font-weight: 600;
  /*    color: #162894; */
    color: white;
}

.wantwork a {
    margin: 0px 16% 0px 0px;
    float: right;
    padding: 18px 52px;
    background-color: #162894;
    border: 3px solid white;
    color: #fff !important;
    border-radius: 10px;
}

.wantwork a:hover {
    background-color: #fff;
    border: 3px solid #162894;
    color: #162894 !important;
    
}
/*------------------------------------- WantWork Page End----------------------------------------------------------*/


.testimonial-2 .testimonial-text {
	background-color: #fff;
	padding: 15px 0px;
}

.testimonial-2 .testimonial-text .fa-quote-right {
	position: absolute;	
	right: 15px;	
	top: -90px;	
	font-size: 70px;	
	color: rgba(245,190,25,0.3);
}

.testimonial-2 .testimonial-detail {
	padding: 0px;
}

.testimonial-2 .testimonial-pic,
.testimonial-grid-2 .testimonial-pic {
	float: left;
	margin-right: 15px;
	width: 85px;
	height: 85px;
	border: 5px solid #f0f0f0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.testimonial-2 .testimonial-pic img,
.testimonial-grid-2 .testimonial-pic img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.testimonial-2 .testimonial-name,
.testimonial-2 .testimonial-position {
	padding: 2px 0;
}

.testimonial-2 .testimonial-name {
	color: #1a1a1a;
}

.testimonial-2 .testimonial-position {
	color: #1a1a1a;
}

.testimonial-2 .quote-left:before {
	top: 50px;
}


/*testimonial 2 with background image*/

.testimonial-2.testimonial-bg .testimonial-name,
.testimonial-2.testimonial-bg .testimonial-position {
	color: #F5BF23;
}

@media only screen and (max-width:768px) {
	.testimonial-2.no-bg-testimonial {
		margin: 0px;
		border: 1px solid #f0f0f0;
	}
	.testimonial-2{padding:0px;margin:0px;}
}



.testimonial-home .owl-prev,
.testimonial-home .owl-next {
	background-color: transparent;
	color: #ffffff;
	padding: 8px 10px;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 13px;
	display: inline-block;
	cursor: pointer;
}

.testimonial-home .owl-prev i,
.testimonial-home .owl-next i {
	font-size: 24px;
	font-weight: 800;
}

.testimonial{
      background-image: url(tool.jpg);
     min-height: 10px;
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    padding:2% 0 3% 0;

}



.text-box2{
    padding: 24px 18px;
    margin: 20px;
    color: black;
    background: #fff;

    box-shadow: rgb(80,160,246,0.4) 5px 5px, rgb(80,160,246,0.3) 10px 10px, rgb(80,160,246,0.2) 15px 15px, rgb(80,160,246,0.1) 20px 20px, rgb(80,160,246,0.05) 25px 25px;
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.testimonial h2 {
    padding-top: 10px;
    font-family: BoecklinsUniverse;
    font-size: 60px;
    color: #162894;
    text-align: center;
}

.testimonial h5 {
    font-weight: 600;
    text-align: center;
}

/*------------------------------------- Client start-----------------------------------------------------------*/
.client {
    padding: 80px 0;
    background: #EAF4FE;
    position: relative;
    overflow: hidden;
}

.client::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background: repeating-linear-gradient(90deg, #187DB1, #187DB1 2px, transparent 2px, transparent 10px);
    opacity: 0.1;
}

.client::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: repeating-linear-gradient(90deg, #187DB1, #187DB1 2px, transparent 2px, transparent 10px);
    opacity: 0.1;
}

.client h2 {
    font-family: BoecklinsUniverse;
    font-size: 64px;
    color: #162894;
    text-align: center;
    margin-bottom: 5px;
}

.client .section-title3 .bar {
    background: #162894;
    width: 80px;
    height: 5px;
    margin: 0 auto 20px;
    border-radius: 0;
}

.client h5 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #444;
    text-align: center;
    margin-bottom: 40px;
}

.client-img {
    background: #fff;
    padding: 30px;
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 150px;
}

.client-img:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.client-img img {
    max-width: 100%;
    height: auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.client-img:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

    .section-title{text-align:left;
        margin-bottom:6px
    }

    .section-title .bar{
        height:4px;
        width:230px;
        background:#162894;
      /*  margin:7px  0; */
        position:relative;
        border-radius:5px;
        overflow:hidden
}
    
    .section-title .bar::before{content:'';position:absolute;
        left:0;
        top:0;
        height:100%;
        width:5px;
        background:#fff;
        -webkit-animation-duration:3.3s;
        animation-duration:3.3s;
        -webkit-animation-timing-function:linear;
        animation-timing-function:linear;
        -webkit-animation-iteration-count:infinite;
        animation-iteration-count:infinite;
        -webkit-animation-name:MOVE-BG;
        animation-name:MOVE-BG}@-webkit-keyframes MOVE-BG{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(230px);transform:translateX(230px)}}@keyframes MOVE-BG{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(230px);transform:translateX(230px)}}
    
 .section-title2{text-align:center;
        margin-bottom:6px;
    }

    .section-title2 .bar{
        height:4px;
        width:121px;
        background:#fff ;
        margin:7px auto  0;
        position:relative;
        border-radius:5px;
        overflow:hidden
}
    
    .section-title2 .bar::before{content:'';position:absolute;
        left:0;
        top:0;
        height:100%;
        width:5px;
        background:#162894;
        -webkit-animation-duration:2.3s;
        animation-duration:2.3s;
        -webkit-animation-timing-function:linear;
        animation-timing-function:linear;
        -webkit-animation-iteration-count:infinite;
        animation-iteration-count:infinite;
        -webkit-animation-name:MOVE-BG;
        animation-name:MOVE-BG}@-webkit-keyframes MOVE-BG{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(121px);transform:translateX(121px)}}@keyframes MOVE-BG{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(121px);transform:translateX(121px)}}
    
 .section-title3{text-align:center;
        margin-bottom:6px;
    }

    .section-title3 .bar{
        height:4px;
        width:121px;
        background:#162894 ;
        margin:9px auto  5px;
        position:relative;
        border-radius:5px;
        overflow:hidden
}
    
    .section-title3 .bar::before{content:'';position:absolute;
        left:0;
        top:0;
        height:100%;
        width:5px;
        background:#fff;
        -webkit-animation-duration:2.3s;
        animation-duration:2.3s;
        -webkit-animation-timing-function:linear;
        animation-timing-function:linear;
        -webkit-animation-iteration-count:infinite;
        animation-iteration-count:infinite;
        -webkit-animation-name:MOVE-BG;
        animation-name:MOVE-BG}@-webkit-keyframes MOVE-BG{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(121px);transform:translateX(121px)}}@keyframes MOVE-BG{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(121px);transform:translateX(121px)}}
  


 .section-title4{text-align:center;
        margin-bottom:15px;
    }

    .section-title4 .bar{
        height:4px;
        width:121px;
        background:#fff ;
       /* margin:7px auto  0; */
        position:relative;
        border-radius:5px;
        overflow:hidden
}
    
    .section-title4 .bar::before{content:'';position:absolute;
        left:0;
        top:0;
        height:100%;
        width:5px;
        background:#162894;
        -webkit-animation-duration:2.3s;
        animation-duration:2.3s;
        -webkit-animation-timing-function:linear;
        animation-timing-function:linear;
        -webkit-animation-iteration-count:infinite;
        animation-iteration-count:infinite;
        -webkit-animation-name:MOVE-BG;
        animation-name:MOVE-BG}@-webkit-keyframes MOVE-BG{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(121px);transform:translateX(121px)}}@keyframes MOVE-BG{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(121px);transform:translateX(121px)}}
    
 
 .section-title5{text-align:center;
        margin-bottom:15px;
    }

    .section-title5 .bar{
        height:4px;
        width:121px;
        background:#fff ;
        margin:16px 0px ; 
        position:relative;
        border-radius:5px;
        overflow:hidden
}
    
    .section-title5 .bar::before{content:'';position:absolute;
        left:0;
        top:0;
        height:100%;
        width:5px;
        background:#162894;
        -webkit-animation-duration:2.3s;
        animation-duration:2.3s;
        -webkit-animation-timing-function:linear;
        animation-timing-function:linear;
        -webkit-animation-iteration-count:infinite;
        animation-iteration-count:infinite;
        -webkit-animation-name:MOVE-BG;
        animation-name:MOVE-BG}@-webkit-keyframes MOVE-BG{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(121px);transform:translateX(121px)}}@keyframes MOVE-BG{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(121px);transform:translateX(121px)}}
    
 
/*------------------------------------- Client end -----------------------------------------------------------*/
.banner_thumb {
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .banner_thumb {
    text-align: center;
  }
}
.banner_thumb:hover::before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 900ms linear;
}
.banner_thumb:hover::after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 900ms linear;
}
.banner_thumb::before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
}
.banner_thumb::after {
  background: rgba(255, 255, 255, 0.6);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  pointer-events: none;
}
.banner_thumb Image {
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .banner_thumb Image {
    width: 100%;
  }
}

/*------------------------------------- Contact Us Page -----------------------------------------------------------*/
.contact-sec {
    position: relative;
    background: #fff;
    padding: 80px 0;
    overflow: hidden;
}

.contact-sec::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background: repeating-linear-gradient(-45deg, #f8f9fa, #f8f9fa 2px, transparent 2px, transparent 15px);
    z-index: 0;
}

.contact-sec .container {
    position: relative;
    z-index: 1;
}

.contact-branding {
    padding-right: 20px;
}

.contact-branding .branding-title {
    font-family: BoecklinsUniverse;
    font-size: 100px;
    color: #162894;
    line-height: 0.9;
    opacity: 0.9;
}

.contact-info h5 {
    font-family: BoecklinsUniverse;
    font-size: 48px;
    color: #162894;
    text-align: left;
    margin-bottom: 5px;
}

.contact-info .section-title .bar {
    width: 60px;
    height: 4px;
    background: #162894;
    margin: 0 0 20px 0;
}

.contact-info p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #444;
    margin-bottom: 8px;
}

.contact-form input.wpcf7-form-control,
.contact-form textarea.wpcf7-form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    transition: border-color 0.3s ease;
}

.contact-form input.wpcf7-form-control:focus,
.contact-form textarea.wpcf7-form-control:focus {
    border-color: #162894;
    outline: none;
}

.contact-form .form-submit {
    text-align: center;
    margin-top: 30px;
}

.contact-form .wpcf7-submit {
    background-color: #162894;
    color: #fff;
    padding: 12px 40px;
    border-radius: 30px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    float: none !important;
}

.contact-form .wpcf7-submit:hover {
    background-color: #01456C;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(22, 40, 148, 0.3);
}
   

.contact-img{
    padding-top: 20%;
}
/*------------------------------------- Contact Us Page End--------------------------------------------------------*/




/*------------------------------------- Footer Page --------------------------------------------------------------*/
.footer-sec {
  background-image: url(footbg.jpg);
  min-height: 10px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.footer-sec h3 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  margin-bottom: 10%
}

.footer-sec h4 {
  font-weight: 600;
  color: #fff;
}

.footer-sec h5 {
  font-weight: 600;
  color: #fff;
  text-align: left;
  font-weight: 600;
}

.footer-sec p {
  color: #fff;
  text-align: left;
}

.footer-sec p a {
  color: #fff;
  text-align: left;
}

.footer-sec .row-sp {
    padding: 4% 5% 2% 5%
}

.ahovercolor p:hover{
    color: aliceblue;
}

.copyright {
  background-color: #021A47;
}

.copyright .row-sp {
    padding: 0% 5% 0% 5%
}

.copyright p {
  color: #fff;
}

.copyright p a {
  color: #fff;
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    /* -moz-transform: rotate(270deg); */
    /* -webkit-transform: rotate(
270deg
); */
    /* -o-transform: rotate(270deg); */
    /* -ms-transform: rotate(270deg); */
    /* transform: rotate(
270deg
); */
    position: fixed;
    bottom: 25px;
    right: 10px;
    background-color: #162894;
    border: 1px solid #fff;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    margin: 20px 10px;
    border-radius: 50%;
    font-weight: bolder;
}



/*-------- media query ------------- */
@media(max-width:1440px) {
.custom-logo-link {
    padding: 0px 0px 0px 52%;
}

.home-banner .box-content2 h2{
    font-size: 35px;
}

.about-us .prev-arrow {
    top: 46%;
}

.about-us .next-arrow {
    top: 46%;
    right: 9%;
}
       .section-title .bar{ 
        width:121px !important;
        
}
    
    .home-banner .box-b{
        box-shadow: 1.2rem 1.2rem #0032a0,-1.2rem -1.2rem #ECFBFC;
   
}

    .section-title .bar::before{content:'';position:absolute;
        
        -webkit-animation-duration:2s ;
        animation-duration:2s ;
   
}

       .section-title2 .bar{ 
        width:121px !important;   
}
    
    .section-title2 .bar::before{content:'';position:absolute;
        -webkit-animation-duration:2.3s !important;
        animation-duration:2.3s !important;
       
    
}


@media(max-width:1024px) {
/*------------------------------------- Home Banner Page ---------------------------------------------------*/
.home-banner .box-content {
    top: 134px;
}

.home-banner .box-content h2{
    font-size: 40px;
}

.home-banner .box-content p {
    font-size: 18px;
}
    
    
    
    
    .home-banner .box-content2 {
    top: 134px;
}

.home-banner .box-content2 h2{
    font-size: 30px;
}

.home-banner .box-content2 p {
    font-size: 18px;
}
/*------------------------------------- Home Banner Page End------------------------------------------------*/



/*------------------------------------- About Us Page ------------------------------------------------------*/
.about-us {
    background-size: 39% 69%;
}

.about-us .next-arrow {
    top: 38%;
    right: 4%;
}

.about-us .prev-arrow {
    top: 38%;
}
/*------------------------------------- About Us Page End----------------------------------------------------*/



/*------------------------------------- Facilities Page-------------------------------------------------*/ 
.facilities .prev-arrow {
  left: 8%;
}

.facilities .next-arrow {
  right: 8%;
} 
/*------------------------------------- Facilities Page End--------------------------------------------*/
    
    
    
    
}



@media(max-width:798px) {
/*------------------------------------- Home Page -----------------------------------------------------------*/
.home-banner .box-content {
    top: 125px;
    width: 50%;
}

.home-banner .box-content h2{
    font-size: 34px;
}
    
   

.home-banner .box-content p {
    font-size: 16px;
}

.home-banner .home-btn {
    position: absolute;
   /* bottom: 12px;
    right: 12px; */
}
    
    .home-banner .box-content2 {
    
    padding: 2% 2% 8% 2% !important; 
}

    
    .home-banner .box-content2 h2{
    font-size: 22px;
   }

      
    .home-banner .box-b{
        box-shadow: 1rem 1rem #0032a0,-1rem -1rem #ECFBFC;
    }
    
    
.about-us {
    background-size: 32% 80%;
}

.about-us .prev-arrow {
    top: 28%;
    left: 53%;
}

.about-us .next-arrow {
    top: 28%;
    right: 6%;
}

.site-header .site-branding img {
    padding: 12px 0px 0px 0px;
}

button.navbar-toggler {
    margin: 12px 25px 0 0;
}

/*------------------------------------- Home Page End--------------------------------------------------------*/  



/*------------------------------------- Facilities Page------------------------------------------------------*/ 
/*.facilities .prev-arrow {
  top: 56%;
}

.facilities .next-arrow {
  top: 56%;
} */
/*------------------------------------- Facilities Page End--------------------------------------------------*/  
    
}



@media(max-width:426px) {
/*------------------------------------- Home Page -----------------------------------------------------------*/
.home-banner .box-content {
    top: 40px;
    width: 50%;
}

    .home-banner .box-b{
        box-shadow: 0.8rem 0.8rem #0032a0,-0.8rem -0.8rem #ECFBFC;
    }
    
     .home-banner .box-content2 {
    padding: 2% 2% 1% 2% !important; 
}

    .home-banner .box-content2 {
    top: 42px !important;
}
    
    .home-banner .box-content2 h2{
    font-size: 15px;
        text-align: left;
}
    
.site-header {
    position: relative;
}

button.navbar-toggler {
    display: block;
}

.home-banner .box-content h2 {
    font-size: 18px;
}

.home-banner .box-content p {
    font-size: 12px;
}

.home-banner .home-btn {
    display: none;
    margin-top: 0px;
    padding: 0px 4px;
    font-size: small;
}

.site-branding {
    text-align: left !important;
}

.custom-logo-link {
    padding: 0px 0px 0px 4%;
    width: 35%;
   /* width: 19%;*/
}
/*------------------------------------- Home Page End--------------------------------------------------------*/     



/*------------------------------------- About Us Page ------------------------------------------------------*/
.about-us .row-sp img {
    padding: 8px 22px 0px 22px;
}

.about-us .about-btn {
    margin: 10px 1px;
}

.about-us {
    background-size: 70% 42%;
    background-position: 100% 95%;
}

.about-us .prev-arrow {
    top: 77%;
    left: 2%;
}

.about-us .next-arrow {
    top: 77%;
    right: 2%;
}
/*------------------------------------- About Us Page End----------------------------------------------------*/



/*------------------------------------- Product Page ------------------------------------------------------*/
.product h2 {
    font-size: 34px;
}

.product .product-type h5 {
    padding: 4% 0% 1% 0%;
    font-size: larger;
}

.product h5 {
    padding-top: 0px;
    padding-bottom: 15px;
}
/*------------------------------------- Product Page End----------------------------------------------------*/



/*------------------------------------- Facilities Page ------------------------------------------------------*/
.facilities h2 {
    font-size: 34px;
}

.facilities .facility-slider h5 {
    font-size: 3vh;
}

.facilities .next-arrow {
    top: 54%;
}

.facilities .prev-arrow {
    top: 54%;
}

.facilities .image-responsive {
    border: 2px solid gray;
    padding: 2px;
}
/*------------------------------------- Facilities Page End----------------------------------------------------*/



/*------------------------------------- Why Page ----------------------------------------------------------*/
.why h2 {
    font-size: 6vh;
}

.why .row-sp {
    padding: 0% 0% 0% 0%;
    flex-direction: column-reverse;
}

.why .row-sub {
    padding: 7% 0% 0% 2%;
}
/*------------------------------------- Why Page End------------------------------------------------------*/



/*----------------------------------- Mission Page ------------------------------------------------------*/
.mission h4 {
    margin: 12px 0px;
}

.mission p {
  margin-left: 0px;
}
/*----------------------------------- Mission Page End------------------------------------------------------*/


/*----------------------------------- Wantwork Page --------------------------------------------------------*/
.wantwork a {
    margin: 0px 0% 0px 0px;
    float: left;
    padding: 10px 22px;
    background-color: #162894;
    border: 1px solid #162894;
    color: #fff !important;
}
/*----------------------------------- Wantwork Page End-----------------------------------------------------*/


/*----------------------------------- Contact Us Page ------------------------------------------------------*/
.contact-sec iframe {
    width: 100% !important;
}

.contact-sec {
    background-size: 86% 48%;
    background-position: 100% 95%;
}

.contact-sec h5 {
    margin-top: 18px;
    font-size: 34px;
}

.contact-sec h3 {
    font-size: x-large;
}

.contact-sec input.wpcf7-form-control.wpcf7-submit {
    margin: 0px 32% 0px 44%;
}

.footer-sec h3 {
    margin-bottom: 3%;
    margin-top: 7%;
}

.contact-img{
    padding-top: 0;
}
/*----------------------------------- Contact Us Page End --------------------------------------------------*/
}



@media(max-width:375px){
/*----------------------------------- Home Page ------------------------------------------------------ ---*/
    
       .home-banner .box-b{
        box-shadow: 0.5rem 0.5rem #0032a0,-0.5rem -0.5rem #ECFBFC;
    }
    
     .home-banner .box-content2 {
    padding: 2% 2% 0% 2% !important; 
}

    .home-banner .box-content2 {
    top: 42px !important;
}
    
    .home-banner .box-content2 h2{
    font-size: 13px;
        text-align: left;
}
   
    
.home-banner .box-content {
    top: 8px;
    width: 60%;
}

.home-banner .box-content h2 {
    font-size: 4vh;
}

.home-banner .box-content p {
  /*  margin-bottom: 0.5em; */
     margin-bottom:5px;
}

.home-banner .prev-arrow {
    position: absolute;
    top: 38%;
    left: 4%;
    width: 20px;
    z-index: 999;
}

.home-banner .next-arrow {
    position: absolute;
    top: 38%;
    right: 4%;
    width: 20px;
    z-index: 999;
}
/*----------------------------------- Home Page End ------------------------------------------------------*/



/*----------------------------------- Product Page -------------------------------------------------------*/
.product h5 {
    padding-top: 0px;
    padding-bottom: 8px;
}
/*----------------------------------- Product Page End ---------------------------------------------------*/



/*----------------------------------- facilities Page ----------------------------------------------------*/
.about-us {
    background-size: 70% 37%;
    background-position: 100% 98%;
}
/*----------------------------------- facilities Page End ------------------------------------------------*/



/*------------------------------------- Why Page ----------------------------------------------------------*/
.why h2 {
  margin: auto;
  margin-left: 18px;
  margin-bottom: 0.5em;
  max-width: 76%;
}

.why p {
  margin: auto;
  margin-left: 18px;
  margin-bottom: 1.5em;
  max-width: 76%;
}
/*------------------------------------- Why Page End------------------------------------------------------*/



/*------------------------------------- Contact Us Page ---------------------------------------------------*/
.contact-sec input.wpcf7-form-control.wpcf7-submit {
    margin: 0px 28% 0px 44%;
}
/*------------------------------------- Contact Us Page End -----------------------------------------------*/
}




@media(max-width:320px){
/*----------------------------------- Home Page ----------------------------------------------------------*/
.home-banner .box-content {
    height: 88px;
    width: 66%;
    left: 10%;
}

.home-banner .home-btn {
    position: absolute;
    bottom: 6px;
    right: 13px;
}
/*----------------------------------- Home Page End ------------------------------------------------------*/



/*----------------------------------- About Us Page ------------------------------------------------------*/
.about-us {
    background-size: 92% 34%;
    background-position: 100% 98%;
}

.about-us .prev-arrow {
    top: 81%;
    left: 2%;
}

.about-us .next-arrow {
    top: 81%;
    right: 2%;
}
/*----------------------------------- About Us Page End --------------------------------------------------*/



/*----------------------------------- Product Page -------------------------------------------------------*/
.product h5 {
    padding-top: 0px;
    padding-bottom: 8px;
}
/*----------------------------------- Product Page End ---------------------------------------------------*/



/*----------------------------------- facilities Page ----------------------------------------------------*/
.facilities .image-responsive {
    padding: 0px;
}
/*----------------------------------- facilities Page End ------------------------------------------------*/



/*------------------------------------- Contact Us Page --------------------------------------------------*/
.contact-sec input.wpcf7-form-control.wpcf7-submit {
    margin: 0px 24% 0px 44%;
}
/*------------------------------------- Contact Us Page End--------------------------------------------------*/
}