@keyframes fadeUp{
	0%{opacity: 0; transform: translateY(100px);}
	100%{opacity: 1; transform: translateY(0);}

}

@keyframes fadeLeft{
    0%{opacity: 0;}
	100%{opacity: 1;}
}

@keyframes faderealLeft{
	0%{opacity: 0; transform: translateX(-24px);}
	100%{opacity: 1; transform: translateX(0);}

}

@keyframes faderealRight{
	0%{opacity: 0; transform: translateX(24px);}
	100%{opacity: 1; transform: translateX(0);}

}



@keyframes rotate{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}


*{
    margin: 0;
    padding: 0;
    font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
    box-sizing: border-box;
}

body{
    padding: 0;
    margin: 0;
}

header{
    padding-left: 8%;
    padding-right: 8%;
    background-color: white;
    position: fixed;
    top: -12px;
    width: 100%;
    z-index: 100;
}



.nav-item{
    padding: 0 30px 0 0;
}

.navbar{
    padding-bottom: 0;
}

.navbar-logo{

}

.navbar-brand img{
    width: 320px;
    height: 58px;
    bottom: 2px;
}

.useful-fade{
    opacity: 0;
}

.useful-fade.active{
    animation-name: fadeUp;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}

.hero-fade{
    opacity: 0;
}



.hero-fade.active{
    animation-name: faderealLeft;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.hero-fade-1{
    opacity: 0;
}

.hero-fade-1.active{
    animation-name: faderealRight;
    animation-duration: 2s;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
}

.hero-fade-2{
    opacity: 0;
}

.hero-fade-2.active{
    animation-name: faderealLeft;
    animation-duration: 2s;
    animation-delay: 1.4s;
    animation-fill-mode: forwards;
}

.hero-fade-3{
    opacity: 0;
}

.hero-fade-3.active{
    animation-name: fadeLeft;
    animation-duration: 2s;
    animation-delay: 1.8s;
    animation-fill-mode: forwards;
}





.hero-image{
    background: rgba(0, 0, 0, 0.6)url("../images/scott-graham-OQMZwNd3ThU-unsplash.jpg") ;
    padding-top: 180px ;
    padding-bottom: 40px ;
    color: white;
    width: 100% ;
	height: 760px;
    background-size: cover;
    background-blend-mode: darken ;
}

.HERO h1{
    padding-bottom: 20px;
}

.HERO p{
    padding-top: 10px;
}

.navbar li a{
    padding-top: 15px;
}

nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

nav li{
    display: inline-block;
    margin-left: 28px;
    position: relative;
}

nav li a{
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
}

nav li a:hover{
    color: rgb(189, 21, 21);
    text-decoration: none;
}

nav li a::before{
    content: '';
    display: block;
    height: 5px;
    background-color: rgb(184, 36, 36);
    position: absolute;
    bottom: 0;
    width: 0%;
    transition: all ease-in-out 800ms;

}

nav li a:hover::before{
    width: 50%;
}


#HERO-2{
    padding-top: 50px;
    padding-bottom: 50px;
}

#HERO-2 img{
    background-color: rgba(20, 55, 96);
    padding: 30px;
    border-radius: 50%;
}

#HERO-2 p{
    padding: 5px;
}

#HERO-2 h2{
    padding-top: 50px;
    color: rgba(20, 55, 96);
}

.useful-links{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
    border-radius: 80px;
}

.useful-links:hover{
    background-color: rgb(20, 55, 96);
    color: white;
}

.hero-background-2{
    background-color: white;
}


    


.about-us-image{
    background: rgba(20, 55, 96, 0.95)url("../images/trophies-2.jpg") ;
    padding-top: 120px ;
    padding-bottom: 100px ;
    color: white;
    width: 100% ;
	height: 945px;
    background-size: cover;
    background-blend-mode: multiply ;
}

.about-us-image-yes{
    background-color: rgb(194, 118, 118);
    padding-top: auto ;
    padding-bottom: auto ;
    color: rgba(20, 55, 96);
    width: 100% ;
	height: 758px;
    background-size: cover;
    background-blend-mode: normal;
}

.title{
    letter-spacing: 15px;
}


.title::before{
    content: '';
    background: white;
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display:block;
    transform: translateY(63px);
}


.title::after{
    content: '';
    background: white;
    height: 10px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    transform: translateY(8px);
}


#HERO-3{
/*
    padding-top: 110px;
    padding-bottom: 185px;
*/
    background: rgba(255, 255, 255, 0.849)url("../images/ACHIEVEMETN2.png") ;
    padding-top: 110px;
    padding-bottom: 220px;
    color: rgba(20, 55, 96);
    width: 100% ;
	height: auto;
    background-size: cover;
    background-blend-mode: screen;
}


#HERO-3 .title::before{
    content: '';
    background: rgba(20, 55, 96);
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display:block;
    transform: translateY(63px);
}

#HERO-3 .title::after{
    content: '';
    background: rgba(20, 55, 96);
    height: 10px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    transform: translateY(8px);
}


.about-us-text{
    padding-top: 40px;
    width: 700px;
    
}



.about-us-2-fade-desc{
    opacity: 0;
}

.about-us-2-fade-desc.active{
	animation-name: fadeUp;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}

.about-us-3-fade-desc{
    opacity: 0;
}

.about-us-3-fade-desc.active{
	animation-name: fadeLeft;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

.about-us-text{
    opacity: 0;
}

.about-us-text.active{
    animation-name: fadeLeft;
	animation-duration: 2s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
}

.desc-1-fade-desc{
    opacity: 0;
}

.desc-1-fade-desc.active{
    animation-name: faderealLeft;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

.desc-2-fade-desc{
    opacity: 0;
}

.desc-2-fade-desc.active{
    animation-name: faderealLeft;
	animation-duration: 2s;
    animation-delay: 0.5s;
	animation-fill-mode: forwards;
}

.desc-3-fade-desc{
    opacity: 0;
}

.desc-3-fade-desc.active{
    animation-name: faderealLeft;
	animation-duration: 2s;
    animation-delay: 1s;
	animation-fill-mode: forwards;
}

.desc-4-fade-desc{
    opacity: 0;
}

.desc-4-fade-desc.active{
    animation-name: faderealRight;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

.desc-5-fade-desc{
    opacity: 0;
}

.desc-5-fade-desc.active{
    animation-name: faderealRight;
	animation-duration: 2s;
    animation-delay: 0.5s;
	animation-fill-mode: forwards;
}

.desc-6-fade-desc{
    opacity: 0;
}

.desc-6-fade-desc.active{
    animation-name: faderealRight;
	animation-duration: 2s;
    animation-delay: 1s;
	animation-fill-mode: forwards;
}


#PRODUCTS{
    padding-top: 110px;
    padding-bottom: 185px;
}

#PRODUCTS .title::before{
    content: '';
    background: rgba(20, 55, 96);
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display:block;
    transform: translateY(63px);
}

#PRODUCTS .title::after{
    content: '';
    background: rgba(20, 55, 96);
    height: 10px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    transform: translateY(8px);
}

#GROUPS .title::before{
    content: '';
    background: rgba(20, 55, 96);
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display:block;
    transform: translateY(63px);
}

#GROUPS .title::after{
    content: '';
    background: rgba(20, 55, 96);
    height: 10px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    transform: translateY(8px);
}


.business-insurance-button{
    display: flex;
}

.product-business-img{
    height: auto;
    margin: auto;
}

.product-business-heading{
    margin: auto;
}

.card{
    margin: 30px;
}



.business-proceed{
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-business{
    background-color: rgba(20, 55, 96);
    color: white;
}

.btn-business:hover{
    background-color: rgb(206, 232, 255);
    color: rgba(20, 55, 96);
}


#SERVICES h4{
    padding-top: 60px;
    padding-right: 90px;
    padding-left: 90px;
}




.gear-img{
	width: 15%;
	left: 50%;
	top: 50%;
	transform: translateY(-270px);
	margin: auto;
	text-align: center;
    animation: rotate 6s linear infinite;

}

.contact-title-fade{
    opacity: 0;
}

.contact-title-fade.active{
    animation-name: fadeUp;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.contact-address-fade{
    opacity: 0;
}

.contact-address-fade.active{
    animation-name: faderealLeft;
    animation-duration: 2s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
}





.contact-img-fade{
    opacity:0;

}

.contact-img-fade.active{
    animation-name: faderealLeft;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}



.contact-tel-fade{
    opacity: 0;
}

.contact-tel-fade.active{
    animation-name: faderealLeft;
    animation-duration: 2s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
}




.contact-img-2-fade{
    opacity: 0;
}

.contact-img-2-fade.active{
    animation-name: faderealLeft;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;

}

.contact-map-fade{
    opacity: 0;
}

.contact-map-fade.active{
    animation-name: faderealRight;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

.contact-card-fade{
    opacity: 0;
}

.contact-card-fade.active{
    animation-name: fadeUp;
    animation-duration: 1.5s;
    animation-delay: 0.9s;
    animation-fill-mode: forwards;
}

.contact-card-1-fade{
    opacity: 0;
}

.contact-card-1-fade.active{
    animation-name: fadeUp;
    animation-duration: 1.5s;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
}

.contact-card-2-fade{
    opacity: 0;
}

.contact-card-2-fade.active{
    animation-name: fadeUp;
    animation-duration: 1.5s;
    animation-delay: 1.4s;
    animation-fill-mode: forwards;
}


.aimrm-fade{
    opacity: 0;
}

.aimrm-fade.active{
    animation-name: faderealLeft;
    animation-duration: 1.5s;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
}

.aimrs-fade{
    opacity: 0;
}

.aimrs-fade.active{
    animation-name: faderealRight;
    animation-duration: 1.5s;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
}

.aimrc-fade{
    opacity: 0;
}

.aimrc-fade.active{
    animation-name: faderealLeft;
    animation-duration: 1.5s;
    animation-delay: 1.6s;
    animation-fill-mode: forwards;
}

.axe-fade{
    opacity: 0;
}

.axe-fade.active{
    animation-name: faderealRight;
    animation-duration: 1.5s;
    animation-delay: 2.0s;
    animation-fill-mode: forwards;
}




.scroll-to-top{
    background-color: rgb(228, 228, 228);
    position: fixed;
    bottom: 16px;
    right: 32px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    opacity: 0;
    color: #1f1f1f;
    text-decoration: none;
    pointer-events: none;
    transition: all .4s;
    z-index: 99;
}


#SERVICES{
    background: rgba(20, 55, 96, 0.95)url("../images/sadie-teper-WG-hXR1rLNk-unsplash.png") ;
    padding-top: 110px;
    padding-bottom: 220px;
    color: white;
    width: 100% ;
	height: auto;
    background-size: cover;
    background-blend-mode: multiply ;
}

#CONTACT{
    background: rgba(20, 55, 96, 0.95)url("../images/geojango-maps-Z8UgB80_46w-unsplash.png") ;
    padding-top: 110px;
    padding-bottom: 150px;
    color: white;
    width: 100% ;
	height: auto;
    background-size: cover;
    background-blend-mode: multiply ;
}

#CONTACT h5{
    padding-top: 7px;
}


#AFOOTER{
    background-color: rgb(184, 36, 36);
    color: white;
    padding: 20px;
}


#AFOOTER li{
    list-style: none;
}

#AFOOTER a{
    text-decoration: none;
    color: white;
    transition: all .5s ease-in-out;
}

#AFOOTER a:hover{
    color: yellow;
}

#AFOOTER ul{
    padding-left: 0;
}



#CONTACT .card-body{
    padding:0 !important;
}

#CONTACT .card{
    border-radius: 20px;
    backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, 0.164);
}


#GROUPS img{
    transition: all .5s ease-in-out;
}

#GROUPS img:hover{
    transform: scale(1.06);
}

.links{
    width: 300px;
}

.links-2{
    text-align: right;
    width: 300px;
}

.links-2 img{
    transition: all .5s ease-in-out;
}

.links-2 img:hover{
    transform: scale(1.2);

}

.widget-map{
    width: 460px;
    height: 300px;
}

.navbar-toggler{
    padding: 0rem 0rem;
    transform: translateY(10px);
    position: fixed;
    right: 20px;

}



@media only screen and (max-width: 600px) {
    .navbar{
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar-brand{
        padding-top: 15px;
    }

    .navbar-brand img{
        width: 240px;
        height: 60px;
        bottom: 2px;
        
    }

    #AFOOTER .row {
        text-align: center;
    }

    #AFOOTER .links-2 {
        text-align: center;
    }

    .widget-map{
        width: 300px;
    }
  
      
  }


.img-border-yes{
    background-color: blue;
    padding: auto;
    margin: auto;
    border-radius: 15px;
}






/* property.html */

#property-title{
    background: rgba(20, 55, 96, 0.60)url("../images/towfiqu-barbhuiya-05XcCfTOzN4-unsplash.jpg") ;
    padding-top: 100px;
    padding-bottom: 30px;
    color: white;
    width: 100% ;
	height: auto;
    background-size: cover;
    background-blend-mode: multiply ;
}

#employee-title{
    background: rgba(20, 55, 96, 0.60)url("../images/mimi-thian-lp1AKIUV3yo-unsplash.jpg") ;
    background-position-y: -100px;
    padding-top: 100px;
    padding-bottom: 30px;
    color: white;
    width: 100% ;
	height: auto;
    background-size: cover;
    background-blend-mode: multiply ;
}

#liability-title{
    background: rgba(20, 55, 96, 0.60)url("../images/green-chameleon-s9CC2SKySJM-unsplash.jpg") ;
    background-position-y: -100px;
    padding-top: 100px;
    padding-bottom: 30px;
    color: white;
    width: 100% ;
	height: auto;
    background-size: cover;
    background-blend-mode: multiply ;
}

#engineering-title{
    background: rgba(20, 55, 96, 0.60)url("../images/umit-yildirim-9OB46apMbC4-unsplash.jpg") ;
    background-position-y: -150px;
    padding-top: 100px;
    padding-bottom: 30px;
    color: white;
    width: 100% ;
	height: auto;
    background-size: cover;
    background-blend-mode: multiply ;
}


#marine-title{
    background: rgba(20, 55, 96, 0.60)url("../images/noaa-xkWjpiLT0hU-unsplash.jpg") ;
    background-position-y: -150px;
    padding-top: 100px;
    padding-bottom: 30px;
    color: white;
    width: 100% ;
	height: auto;
    background-size: cover;
    background-blend-mode: multiply ;
}

#other-title{
    background: rgba(20, 55, 96, 0.60)url("../images/sulthan-auliya-ftYRQlAiU4U-unsplash.jpg") ;
    background-position-y: -150px;
    padding-top: 100px;
    padding-bottom: 30px;
    color: white;
    width: 100% ;
	height: auto;
    background-size: cover;
    background-blend-mode: multiply ;
}



.album .col-lg-3 img{
    transition: all .5s ease-in-out;
}



.album .col-lg-3 img:hover{
    transform: scale(1.05);
}

.album .col-lg-4 img{
    transition: all .5s ease-in-out;
}

.album .col-lg-4 img:hover{
    transform: scale(1.05);
}

.separator{
    background-color: white;
    height: 50px;
}




@media only screen and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	


.scroll-to-top:hover{
    background-color: #1f1f1f;
    color: rgb(228, 228, 228);
}




.scroll-to-top.active{
    bottom: 32px;
    pointer-events: auto;
    opacity: 1;
}