@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --first-color: #273D6F;
    --second-color: #5A90CE;
    --third-color: #A3D9F6;
    --forth-color: #cdddf0; 
    --fifth-color: #f3f9ff;
    --dark-color: #000000;
    --light-color: #ffffff;
}

body{
    font-family: "Poppins", sans-serif;
    color: var(--dark-color);
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
    font-family: "Poppins", sans-serif;
}
.fw-600{
    font-weight: 600;
}
.fw-300{
    font-weight: 300;
}

.logo-text{
    font-weight: 600;
    font-size: 30px;
    color: var(--first-color);
}
.logo-subtext{
    font-size: 13.3px;
    font-weight: 400;
    text-transform: none;
    color: var(--second-color);
}
.text-primary{
    color: var(--first-color) !important;
}

.navbar-light{
    background: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link{
    color: var(--first-color);
    font-weight: 800;
    font-size: 16px;
}
.navbar-light .navbar-nav .nav-item .nav-link{
    color: var(--first-color);
}

.sticky-top.navbar-light .navbar-nav .nav-link, .sticky-top.navbar-light .navbar-nav .nav-item .nav-link{
    color: var(--first-color);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link.active{
    color: var(--second-color);
}

.navbar-light .navbar-nav .nav-link::before{
    background: none;
}
.navbar-light .navbar-nav .nav-link::after{
    background: none;
}
.topbar .dropdown-toggle::after{
    color: var(--first-color);
}
.sticky-top.navbar-light{
    background: var(--light-color);
}
.header-carousel .header-carousel-item img {
    animation-name: image-zoom;
    animation-duration: 0s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 0s;
}
.header-carousel .header-carousel-item .carousel-caption{
    background: rgba(0,0,0,0);
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 6px;
    height: 6px;
    border-radius: 0px;
    background: var(--second-color);
    transition: 0.5s;
}
.testimonial-carousel .owl-dots .owl-dot span::after {
    display: none;
}
.testimonial-carousel .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    border-radius: 0px;
    margin: 20px 10px 0 10px;
    background: var(--first-color);
    transition: 0.5s;
}

.readmore{
    font-size: 15px;
    color: var(--first-color);
    font-weight: 400;
}
.readmore:hover{
    color:var(--light-color) !important;
    background-color: var(--second-color);
    font-weight: 400;
    border-radius: 20px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: 48%;
    left: 5%;
    background: var(--second-color);
    color: var(--bs-white);
    padding: 15px;
    border-radius: 0px;
    transition: 0.5s;
}
.testimonial .owl-nav .owl-next {
    position: absolute;
    top: 48%;
    right: 5%;
    background: var(--second-color);
    color: var(--bs-white);
    padding: 15px;
    border-radius: 0px;
    transition: 0.5s;
}
.technical-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .0);
    display: flex;
    align-items: center;
}
.box-technical{
    background: rgba(255, 255, 255, .7);
}
.box-technical .text-end .btn-try{
    transition: inherit;
    margin: 0px;
    color: var(--bs-white);
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0em;
    background: var(--second-color);
    font-size: 20px;
    border-radius: 0px;
}
.projectref .card-img-top{
    border-radius: 10px;
}
.igFeed .card-img-top{
    border-radius: 0px;
    border-width: 0px;
}

.igFeed .owl-nav .owl-prev {
    position: absolute;
    top: 48%;
    left: 5%;
    background: var(--second-color);
    color: var(--bs-white);
    padding: 15px;
    border-radius: 0px;
    transition: 0.5s;
}
.igFeed .owl-nav .owl-next {
    position: absolute;
    top: 48%;
    right: 5%;
    background: var(--second-color);
    color: var(--bs-white);
    padding: 15px;
    border-radius: 0px;
    transition: 0.5s;
}
.igFeed .owl-dots {
    display: flex;
    justify-content: center;
}

.igFeed .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    border-radius: 0px;
    margin: 20px 10px 0 10px;
    background: var(--first-color);
    transition: 0.5s;
}
.igFeed .owl-dots .owl-dot.active {
    width: 6px;
    height: 6px;
    border-radius: 0px;
    background: var(--second-color);
    transition: 0.5s;
}

.certificationDiv .img-fluid{
    max-height: 110px;
}

.footerDiv{
    background-color: var(--second-color);
}
.footer .footer-item a{
    color: var(--light-color);
    cursor: pointer;
}
.footer .footer-item a:hover{
    color: var(--first-color);
}
.sosmed .btn.btn-light {
    color: var(--first-color);
}
.sosmed .btn.btn-light:hover {
    background: var(--first-color);
    color: var(--light-color);
}

.btn-primary{
    background: var(--first-color); 
}
.btn.btn-primary:hover{
    background: var(--second-color); 
    color: var(--light-color);
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: var(--light-color);
    background-color: var(--second-color);
    border-color: var(--second-color);
    box-shadow: 0 0 0 .25rem var(--second-color);
}
.btn-primary:active:focus{
    box-shadow: 0 0 0 .25rem var(--second-color);
}



.btn-secondary{
    background: var(--second-color); 
}
.btn.btn-secondary:hover{
    background: var(--first-color); 
    color: var(--light-color);
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    color: var(--light-color);
    background-color: var(--first-color);
    border-color: var(--first-color);
    box-shadow: 0 0 0 .25rem var(--first-color);
}
.btn-secondary:active:focus{
    box-shadow: 0 0 0 .25rem var(--first-color);
}


.navbar.navbar-expand-lg .navbar-toggler {
    padding: 10px 20px;
    border: 1px solid var(--first-color);
    color: var(--first-color);
}
.navbar.navbar-expand-lg .navbar-toggler {
    padding: 10px 20px;
    border: 1px solid var(--first-color);
    color: var(--first-color);
}

.header-carousel.sub-header .header-carousel-item{
    height: 550px;
}

.aboutusDiv .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: var(--light-color);
    background-color: var(--first-color);
    border-radius: 0px !important;
    text-transform: uppercase;
    font-weight: 600;
}
.aboutusDiv .nav-link{
    color: var(--first-color);
    border-radius: 0px !important;
    text-transform: uppercase;
    font-weight: 600;
}
.aboutusDiv .nav-link:hover{
    color: var(--first-color);
    background-color: var(--third-color);
    border-radius: 0px !important;
}

.ourStoryDiv  {
    color: var(--first-color);
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: var(--first-color);
    display: inline-block;
    position: absolute;
    left: 27px;
    width: 6px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: var(--second-color);
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid var(--second-color);
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
.dashedHr{
    margin: 8px 0;
    width: 100%;
    border-style: dotted none none;
    border-width: 4px;
    border-color: var(--second-color);
    background-color: var(--light-color);
    opacity: 1;

}
.bg-first{
    background-color: var(--first-color);
}
.bg-forth{
    background-color: var(--forth-color);
    color: var(--first-color);
}
.bg-fifth{
    background-color: var(--fifth-color);
    color: var(--first-color);
}

.gradValue{
    color: var(--first-color);
    font-weight: 600;
    font-size: 35px;
    /* display: inline-block; */
    /* max-width: 300px; */
    background-image: linear-gradient(to right, var(--light-color), var(--third-color));
}

.visionDiv{
    border:2px solid var(--first-color);
    border-radius: 20px;
}

.valuesDiv .accordion-item{
    border:2px solid var(--first-color);
    border-radius: 20px;
}

.valuesDiv .accordion-button{
    color: var(--first-color);
    font-size: 25px;
    font-weight: 600;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .0);
}
.h2Values{
    font-size: 25px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
}

.valuesDiv .accordion-button:focus {
    z-index: 3;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .0 rgba(0, 0, 0, .0);
}
.valuesDiv .accordion-button:not(.collapsed){
    background-color: #fff;
}

.valuesDiv .accordion-button:not(.collapsed)::after {
    background-image:none;
    content: "\f13a";
    transform: rotate(-180deg);
    width: 1.5rem;
    height: 1.5rem;
}
.valuesDiv .accordion-button::after{
    background-image:none;
    content: "\f13a";
    width: 1.5rem;
    height: 1.5rem;
}
.valuesDiv h5{
    font-weight: 400;
}

.projectDiv .card{
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 20px;
}
.projectDiv .card img{
    border-radius: 20px;
}

.titleProject {
    max-width: 147px;
}

.btn.btn-light{
    background-color: var(--light-color);
    color: var(--first-color);
    border-radius: 30px;
}
.btn.btn-light:hover{
    background-color: var(--second-color);
    color: var(--light-color);
}

.btn.btn-link{
    color: var(--first-color);
}
.btn.btn-link:hover{
    color: var(--second-color);
}

.btnDetailProject {
  display: none;
}
    
.projectDiv .card:hover .btnDetailProject {
  display: block;
}

.projectDiv .card:hover .titleProject {
    display: none;
}

.projectDetailDiv .card, .projectDetailDiv .card img {
    border-radius: 0px;
    border:0px solid #000;
}
.projectDetailDiv .card, .projectDetailDiv .card .card-body{
    background-color: var(--forth-color);
}
.calendarDiv{
    width: 40px;
}
.calendarDate{
    font-size: 24px;
    font-weight: 800;
    line-height: 26px;
}
.calendarMY{
    font-size: 9px;
}

.newsImg{
    border-radius: 20px;
}

.contactDiv .card, .contactDiv .card .card-body{
    border-radius: 20px;
}

.contactDiv .card .card-body, .contactDiv .card .card-body h4{
    color: var(--first-color);
    font-weight: 400;
}

.productsDiv .card{
    transition: .5s;
}
.productsDiv .card:hover{
    transform: scale(1.1);
}

.productsDiv .card .btnMore{
    opacity:0;
    transition: .5s;
}

.productsDiv .card:hover .btnMore{
    opacity: 1;
}

.productsDiv .card .divMore{
    opacity:0;
    transition: .5s;
    display: none;
}

.productsDiv .card:hover .divMore{
    opacity: 1;
    display: block;
}





.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%); */
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.6s, color 0.6s;
	transition: transform 0.6s, color 0.6s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
	transition: opacity 0.6s, transform 0.6s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 20px;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    top: 40%;
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.productBg1{
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 70% auto;
}

.contentBg1{
    width: 50%;
    background-color: var(--third-color);
    padding: 15px;
    color: var(--first-color);
    top:30px;
}

.productDetailDiv h3,
.productDetailDiv h4,
.productDetailDiv h5, 
.productDetailDiv h6 {
    color: var(--first-color);
}


.layer2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%; 
    height: 85%; 
    background-size: cover !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    z-index: -1;
}

.layer1 {
    position: relative;
    top: 10%;
    width: 50%;
    text-align: left;
    margin-top:30px;
    padding: 20px; 
    box-sizing: border-box;
    z-index: 1; 
}


.layer4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%; 
    height: 115%; 
    background-size: cover !important;
    background-position: center left !important;
    background-repeat: no-repeat !important;
    z-index: -1;
}

.layer3 {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: left;
    padding: 20px; 
    box-sizing: border-box;
    z-index: 1; 
}

@media (max-width: 991.98px) {
    .layer1 {
        width: 70%;
    }    
}
@media (max-width: 700px) {
    .layer1 {
        width: 100%;
    }    
}

.masonry img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	display: inline-block;
}

/* Main CSS */
.masonry .grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.masonry .grid-wrapper > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0px;
}

.masonry .grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
.masonry .grid-wrapper .wide {
	grid-column: span 2;
}
.masonry .grid-wrapper .tall {
	grid-row: span 2;
}
.masonry .grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}


.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 30px;
    left: auto;
}
.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 30px;
    margin-left: 0px;
}
.header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next{
    background : var(--first-color);
    border-radius: 0px;
}   
.header-carousel .owl-nav .owl-prev:hover, .header-carousel .owl-nav .owl-next:hover{
    color : var(--first-color);
}

.ourStoryImg{
    min-width:320px; 
    max-width:450px;
    width: 100%;
}
.divpaging .pagination .page-item:first-child .page-link{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.divpaging .pagination .page-item:last-child .page-link{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; 
}

.divpaging .pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--first-color);
    border-color: var(--first-color);
}
.divpaging .pagination .page-link {
    position: relative;
    display: block;
    color: var(--first-color);
}
.divpaging .pagination .page-link:focus {
    box-shadow: 0 0 0 0 rgba(0, 208, 132, .0);
}

.chat-us {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

#lightbox {
  display: flex;
  flex-direction: column-reverse;    
}
#lightboxOverlay { position: fixed !important; top: 0; left: 0; height: 100% !important; width: 100% !important; }
#lightbox { position: fixed !important; top: 50% !important; transform: translateY(-50%); }


.dropdown-menu{
    background: #fff;
    border-width: 0px;
}
.dropdown-menu:hover{
    background: #fff; 
}
.dropdown .dropdown-menu a:hover {
    background: var(--light-color);
    color: var(--second-color);
}
.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--light-color);
    transition: .5s;
    opacity: 1;
}
.dropdown-item{
    font-weight: bold;
    color: var(--first-color);
    padding: .65rem 1rem;
}
.navbar .nav-item .dropdown-menu{
    border-radius: 0px;
}
.lightbox .lb-image{
    border-radius: 0px;
}


/* product  fixed colomn  */

.grid .figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid .figure figcaption::before,
.grid .figure figcaption::after {
	pointer-events: none;
}

.grid .figure figcaption,
.grid .figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid .figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid .figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid .figure h2 span {
	font-weight: 800;
}

.grid .figure h2,
.grid .figure p {
	margin: 0;
}

.grid .figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

.figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%); */
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

.figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.6s, color 0.6s;
	transition: transform 0.6s, color 0.6s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.figure.effect-sadie figcaption::before,
.figure.effect-sadie p {
	-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
	transition: opacity 0.6s, transform 0.6s;
}

.figure.effect-sadie p {
	position: absolute;
	/* bottom: 20px; */
    top: 40%;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

.figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    top: 40%;
}

.figure.effect-sadie:hover figcaption::before ,
.figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


ol [data-list="ordered"] {
    list-style-type: decimal;
}
ol [data-list="bullet"] {
    list-style-type:disc;
}


@media (max-width: 991.98px) {
    .ourStoryImg{
        min-width:120px; 
        max-width:350px;
        width: 100%;
    }  
    .header-carousel .header-carousel-item .carousel-caption {
        padding: inherit;
    }

}

@media (max-width: 700px) {
    .ourStoryImg{
        min-width:100%; 
        max-width:100%;
        width: 100%;
    }  

    .hero-header-carousel.header-carousel .header-carousel-item, .hero-header-carousel.header-carousel .header-carousel-item img {
        height: 350px;
    }
    .hero-header-carousel.header-carousel.sub-header .header-carousel-item {
        height: 350px;
    }

    .header-carousel .header-carousel-item, .header-carousel .header-carousel-item img {
        height: 250px;
    }
    .header-carousel.sub-header .header-carousel-item {
        height: 250px;
    }
}
