/*
* ----------------------------------------------------------------------------------------
    Author       : Shuvro Roy
    Template Name: * Template
    Version      : 1.0
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 03.HOMEPAGE CSS STYLE
    -LOGO CSS
    -MENU CSS
* 04.ABOUT CSS STYLE
* 05. WORK EXPERIENCE & EDUCATION CSS STYLE
* 06.SERVICE CSS STYLE
* 07.WORK CSS STYLE
* 08.TESTIMONIAL CSS STYLE
* 09.SOCIAL CSS STYLE
* 10.CONTACT CSS STYLE
* 11.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

:root {
    --primary-color: #135285;
    --secondary-color: #AF1A0E;
    --offwhite-color: #f5f5f5;
    --white-color: #fcf9f0;
    --black-color: #131212;
    --text-color: #000000;
}

html {
    scroll-behavior: smooth;
}
body {
    color: var(--text-color);
    overflow-x: hidden;
    font-size: 20px;
}
@media (max-width: 480px) {
    body {
        font-size: 17px;
    }
}
a:hover { text-decoration: none; }
a { text-decoration: none; }
p {margin: 0;}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', sans-serif;
    margin-bottom: 0;
    font-weight: 700;
    color: var(--primary-color);
}
ul {
    padding: 0;
}
li {
    list-style-type: none;
}
.margin_bottom_xl { margin-bottom: 6rem; }
.margin_bottom_lg { margin-bottom: 4rem; } 
.margin_bottom_md { margin-bottom: 2.5rem; } 
 
.margin_top_xl { margin-top: 6rem; } 
.margin_top_lg { margin-top: 4rem; } 
.margin_top_md { margin-top: 2.5rem; }

h2 { font-size: 2.5rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.1rem; }
h6 { font-size: 0.9rem; }

.primary_color {color: var(--primary-color)}
.primary_bg {background-color: var(--primary-color)}
.secondary_color {color: var(--secondary-color)}
.secondary_bg {background-color: var(--secondary-color)}
.offwhite_bg {background-color: var(--white-color)}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.badge {
    box-shadow: 1px 2px 5px rgba(0,0,0,0.15);
}
a {
    color: #4dbae5;
}

/*
* ----------------------------------------------------------------------------------------
* 01.HEADER STYLE
* ----------------------------------------------------------------------------------------
*/

#header {
    background: var(--white-color);
    transition: 0.3s all;
    padding: 1rem 0;
}
#header::after {
    content: '';
	background-image: linear-gradient(to bottom, var(--white-color) 15%, transparent 45%);
	width: 100%;
	height: 18%;
	position: absolute;
	z-index: 5;
}
#header.sticky::after {
    background-image: none;
}
.logo {
    max-width: 15rem;
    transition: 0.3s ease-in-out;
}
@media (max-width: 480px) {
    .logo {
        max-width: 9rem;
    }
}
.sticky {
    padding: 0.3rem 0!important;
}
.sticky .logo {
    max-width: 8rem!important;
}
.header-inner {
    position: relative;
}
.nav-item {
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}
.dropdown::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 95%;
    transform: translate(-50%, -50%);
}
.dropdown .dropdown::after {
    color: var(--primary-color);
}
.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 1px 2px 9px 0 rgb(0 0 0 / 49%);
    border-radius: 0.25rem;
    width: 220px;
}
.submenu .submenu {
    top: 0;
    left: 100%;
}
.open {
    display: block;
}
.nav {
    gap: 0.25rem;
}
.nav-link {
    font-size: 1rem;
    font-weight: 600;
    padding: 0.8rem 1.5rem
}
.submenu .nav-link {
    color: var(--black-color);
}
.submenu .nav-link:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}
.submenu .nav-item:hover::after {
    color: var(--white-color);
}
.menu-toggle-btn {
    cursor: pointer;
}
.menu-toggle-btn i {
    font-size: 2rem;
}

/*
* ----------------------------------------------------------------------------------------
* 01.HERO AREA STYLE
* ----------------------------------------------------------------------------------------
*/

#hero_area {
    background-color: var(--offwhite-color);
}
.carousel_container .container {
    position: relative;
}
.carousel_container .row {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
}
.carousel_container .slide {
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
}
.carousel_container .slide::before {
	content: '';
	background-image: linear-gradient(to bottom, var(--white-color) 3%, rgba(8, 88, 63, 0.1) 65%);
    background-color: rgba(0,0,0,0.45);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -9;
}
.slide_heading {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}
.subtitle {
    font-size: 2rem;
}
#hero_area .slick-next {
	right: 0;
}
#hero_area .slick-prev {
	left: 0;
}

/*
* ----------------------------------------------------------------------------------------
* 01.ABOUT-US STYLE
* ----------------------------------------------------------------------------------------
*/

.about_us_content p {
    margin-bottom: 0.6rem;
}


/*
* ----------------------------------------------------------------------------------------
* 03.OUR SERVICE STYLE
* ----------------------------------------------------------------------------------------
*/

.services ul li::before {
    content: '\f14a';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 6px;
}
.service_item_img {
	background-color: #f0f0f0;
	/* border-radius: 50%;
	border: 0.85rem solid var(--offwhite-color); */
    height: 20rem;
    position: relative;
    /* width: 13rem; */
	display: flex;
	align-items: center;
	justify-content: center;
}
.service_item .service_desc {
    margin-top: 0.5rem;
}
.service_item_img::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-image: linear-gradient(128deg, rgba(93, 120, 240, 0.947) 8%, rgba(36, 179, 155, 0.84) 76%, transparent);
    z-index: 2;
    visibility: hidden;
    transition: 0.45s ease-in-out;
}
.service_item_img:hover::after {
    content: '';
    top: 0;
    left: 0;
    transform: rotate(180deg);
    width: 100%;
    height: 100%;
    visibility: visible;
}
.service_item_img img {
    /* max-width: 5rem; */
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    object-fit: cover;
    align-self: center;
}
.service-page p {
    line-height: 1.8;
    margin: 0.75rem 0;
}
.service-page img {
    border-radius: 0.45rem;
}
.number-list li {
    list-style-type: decimal;
    padding: 0.15rem 0;
    font-weight: 500;
}
.slick-next::before, .slick-prev::before {
	color: #fff;
    font-size: 2rem;
}
.slick-next, .slick-prev {
	width: 2.5rem;
	height: 2.5rem;
    z-index: 99;
    background: var(--secondary-color)!important;
}
.slick-next {
	right: 25px;
}
.slick-prev {
	left: 25px;
}
.slick-dots li button:before {
    font-size: 35px;
}

/*
* ----------------------------------------------------------------------------------------
* 03.OUR CLIENTS STYLE
* ----------------------------------------------------------------------------------------
*/
#clients {
    background-color: var(--white-color)
}
.client-single {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    text-align: center;
    height: 100%;
    min-height: 8rem;
    border-radius: 0.4rem;
    padding: 1.2rem;
    opacity: 0.5;
    transition: 0.4s ease-in-out;
}
.client-single .title {
    font-weight: 800;
    line-height: 1.2;
    font-size: 1.2rem;
    color: var(--secondary-color);
    text-align: center;
}
.client-single:hover {
    position: relative;
    z-index: 9;
    opacity: 1;
    background-color: #fff;
    transform: scale(1.07);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.45);
}

/*
* ----------------------------------------------------------------------------------------
* 03.TEAM STYLE
* ----------------------------------------------------------------------------------------
*/

.team_member {
    height: 11rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--primary-color);
}
.team_member_name {
    font-size: 1.3rem;
}
.team_member_bottom span,
.team_member_bottom strong {
    line-height: 1.2;
    color: #fff;
}
.team_member_bottom .name {
    flex: 0 0 auto;
}
.team_member_bottom .mail_data {
    word-break: break-all;
}

/*
* ----------------------------------------------------------------------------------------
* 03.CONTACT STYLE
* ----------------------------------------------------------------------------------------
*/

.map_area iframe {
    width: 100%;
    height: 250px;
}

/*
* ----------------------------------------------------------------------------------------
* 03.FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/

footer .copyright_text {
    font-size: 0.85rem;
    color: #fff;
}
.footer-item {
    color: var(--white-color);
}
.contact-item {
    margin-bottom: 1rem;
}
.footer-item .footer-text {
    display: inline-block;
    margin-left: 1rem;
}