/*
* Theme Name: Coming Soon Under construction Template
* File name: style.css
* Theme URL: http://www.codepox.com/demo/underconstruction
* Description: Exit - Awesome Coming Soon Under Construction Responsive template
* Author: A.T.M Ruhul Amin
* Author URL: http://www.codepox.com
* Support: ruhulmus@gmail.com
* Version: 1.0
*/

@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Exo:400,700,100);
@import url(https://fonts.googleapis.com/css?family=Aldrich);
@font-face {
    font-family: aptos-bold;
    src: url(fonts/aptos-bold.ttf);
}
/* Reset
=====================================================================*/
*{padding:0;margin:0;}
body{
	background:#ffffff;
	font-family: 'Raleway',sans-serif;
	overflow-x: hidden;
}

a { 
	color:#ffffff; text-decoration:none; 
}
a:hover { 
	color:#ffffff;text-decoration:none; 
}
a:focus {
	color:#ffffff;
	outline: medium none;
	outline-offset: 0;
}

/* Headings */
h1          { font-size:2em; font-weight:normal; line-height:1.15; }
h2          { font-size:1.5em; line-height:1.25; margin-bottom:.45em; }
h3          { font-size:1.35em; line-height:1.25; margin-bottom:.45em; }
h4          { font-size:1.05em; line-height:1.35; margin-bottom:.45em; }
h5          { font-size:1.05em; line-height:1.35; margin-bottom:.45em; }
h6          { font-size:1em; line-height:1.35; margin-bottom:1em; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 1em; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small         { font-size:1em; }
big           { font-size:1.15em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }



/* Show Messages
=====================================================================*/
.gen{
	background: none repeat scroll 0 0 #fff;
	color: #008900;
	font-size: 20px;
	margin: 15px auto;
	padding: 5px;
	text-align: center;
}
.err{
	background: none repeat scroll 0 0 #FF0000;
	color: #008900;
	font-size: 20px;
	margin: 15px auto;
	padding: 5px;
	text-align: center;
}



/* Section Title
=====================================================================*/
.section-title{
	margin-bottom: 35px;
	margin-top: 80px;
	text-align: center;
}
.section-title h2{
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin: 0 0 10px;
	padding: 0 0 15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.section-title h2:before {
	border: 2px solid #fbb247;
	bottom: 0;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 100px;
}
.section-title p{
	color: #9c9c9c;
	font-size: 16px;
	font-style: italic;
	text-align: center;
}


/* Site Header Part
=====================================================================*/
.overlay {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
}

.site_logo{
	margin: 25px 0px;
	text-align: center;
}
.site_logo img {
    max-width: 100%; /* Ensure the logo doesn't exceed its container */
    height: auto; /* Maintain aspect ratio */
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
}
.menu_area {
	background-color:#18191abd;
    height: 50px;
    /* position: absolute; */
    width: 100%;
	float: left;
    z-index: 99;
}


.stick_menu{
	position: fixed;
	top: 0;
	z-index: 9999;
}
.menu, .open-menu {
    display: none;
}
@media (max-width: 767px) {
    .open-menu {
      display: block;
    }

    .menu {
      display: none;
    }

    .menu.active {
      display: flex;
    }

    .nav-list {
      display: none;
    }
  }
  @media (min-width: 769px) {
    .open-menu,
    .menu {
      display: none;
    }

    .nav-list {
      display: block;
    }
  }
.header_part{
	background: url("images/background.jpg") repeat scroll center center / cover  rgba(0, 0, 0, 0);
	background-color: transparent;
	overflow: hidden;
	height: 355px !important;
}
#menu-center {
    padding: 10px 0;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
  }
  
  .nav-list {
    display: flex; /* Flexbox layout use kare */
    width: auto; /* Width ko auto rakhein */
    justify-content: space-between; /* Items ko evenly spread kare */
    flex-wrap: nowrap; /* Items ek line me rahein */
    float: none; /* Float hata dein */
    padding: 0; /* Padding reset kare */
    margin: 0; /* Margin reset kare */
    list-style: none; /* Bullet points hataye */
}
  
  nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
  }
  
  nav li {
	display: inline-block;
	margin: 0 10px;

  }
  
  nav li:last-child {
	margin-right: 0; /* Remove margin from last item */
  }
  
  .nav-list a {
    text-decoration: none; /* Links ke underline hataye */
    color: #fff; /* Text color set kare */
    font-size: 21px; /* Text size */
    padding: 14px 10px; /* Inner spacing */
	height: auto !important;
}
  nav a.active {
	background-color: #fbb247; /* Background color for the active link */
	color: #fff; /* Text color for the active link */
}
  
  /* nav a:hover {
	color: #fff;
	background-color: #5E5E5E;
} */
/* 
nav li a:hover,
nav li a.active,
nav li a:focus { 
    color: #fff; Black color for the currently active/selected link and on hover 
} */
/* .logo{} */
/* .active{
	background: url("images/active-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	color: #fff !important;
} */
.logo a{
	color: #ffffff !important;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	font-family:"Aldrich",sans-serif;
}
.navbar-nav {
    margin: 0; /* Reset default margin */
    padding: 0; /* Reset default padding */
    display: flex; /* Flex layout for consistent spacing */
    align-items: center; /* Align items vertically */
    justify-content: center; /* Center-align menu items */
}
.navbar-nav > li {
    margin: 0 15px; /* Add equal spacing between menu items */
}
.services_section{
	overflow: hidden;
}
.about{
	margin: 0 auto;
	padding: 60px 20px;
}
.about h2{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}
.about p{
	margin: 20px;
	text-align: center;
}
.welcome-1 {
    float: left;
    width: 100%;
    padding: 0px 45px 0 50px;
}
.welcome_part {
    margin: 50px auto 40px;
	box-shadow: 0px 0px 4px 6px rgba(125, 112, 112, 0.2);
    border-radius: 30px;
    padding: 25px;
    height: 415px;
}
.welcome_icon {
    background: none repeat scroll 0 0 transparent;
    border: 2px solid #fbb247;
    border-radius: 100%;
    height: 130px;
    color: #fbb247;
    margin: 0px auto 20px auto;
    padding: 40px;
    text-align: center;
    width: 130px;
    transition: all 0.3s ease;
}

.welcome_icon:hover {
    background: #fbb247; /* Hover background color */
    color: #fff; /* Hover text/icon color */
    border-color: #fbb247; /* Maintain same border color */
}

.welcome_icon i {
    text-align: center; /* Align icon text to center */
    color: inherit; /* Use inherited color (supports hover change) */
    font-size: 43px; /* Icon size */
    transition: color 0.3s ease; /* Smooth transition for icon color */
}

.welcome_part h2 {
    font-size: 19px;
    font-weight: 700;
	/* padding-bottom: 4px; */
    margin: 10px auto;
    text-transform: uppercase;
    text-align: center;
    position: relative; /* Required for positioning the :before element */
}

.welcome_part h2:before {
    content: "";
    position: absolute; /* Position relative to the <h2> */
    bottom: -10px; /* Adjust distance below the text */
    left: 50%; /* Center the underline horizontally */
    transform: translateX(-50%); /* Centering adjustment */
    width: 100px; /* Width of the underline */
    height: 3.5px; /* Thickness of the underline */
    background-color: #fbb247; /* Color of the underline */
}

h2.future_trade{
	margin: 15px 0;
}
.welcome_part p{
	/* color: #9c9c9c; */
	padding-top: 15px;
	font-size: 16px;
	text-align: center;
}
p.future-p{
	padding-top: 37px;
}

.parent_container {
    overflow: visible; /* Ensure clipping na ho */
    position: relative; /* To allow proper positioning */
    height: auto; /* Ensure it expands with content */
    min-height: 60vh; /* Optional: Set full viewport height */
}
.banner-box {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    background-color: #ECF0F1;
    padding: 40px;
    padding: 15px 45px 40px 45px;
    text-align: left;
}
.future_trade_icon {
    background: none repeat scroll 0 0 transparent; /* Default transparent background */
    border: 2px solid #fbb247; /* Border color */
    border-radius: 100%; /* Circular shape */
    color: #fbb247; /* Text color */
    margin: 0px auto 20px auto; /* Center alignment */
    padding: 35px; /* Inner spacing */
    text-align: center; /* Centered text/icon */
    width: 140px; /* Fixed width for circle */
    transition: all 0.3s ease; /* Smooth transition on hover */
}

.future_trade_icon:hover {
    background: #fbb247; /* Hover background color */
    color: #fff; /* Hover text/icon color */
    border-color: #fbb247; /* Maintain same border color */
}

.future_trade_icon i {
    text-align: center; /* Align icon text to center */
    color: inherit; /* Use inherited color (supports hover change) */
    font-size: 55px; /* Icon size */
    transition: color 0.3s ease; /* Smooth transition for icon color */
}

.banner-box h2{
	width: 100%;
	float: left;
	font-size: 24px;
    font-weight: 800;
    margin: 15px auto;
    text-transform: uppercase;
    text-align: center;
}
.banner-box h2:before {
    content: "";
    position: absolute; /* Position relative to the <h2> */
    bottom: -10px; /* Adjust distance below the text */
    left: 50%; /* Center the underline horizontally */
    transform: translateX(-50%); /* Centering adjustment */
    width: 100px; /* Width of the underline */
    height: 3.5px; /* Thickness of the underline */
    background-color: #fbb247; /* Color of the underline */
}
.banner-box p {
	width: 100%;
	float: left;
    font-size: 16px;
    line-height: 33px;
	padding-top: 10px;
	/* color: #9c9c9c; */
}

.associative_partner {
	width: 100%;
	float: left;
}
.associative_partner p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 10px 10px 10px 0;
    text-transform: uppercase;
    text-align: left;
}
.associative_partner img {
    max-width: 45%;
    height: 63px;
    background-color: #fff;
    padding: 2px 40px 0 35px;
    border-radius: 35px;
    border: 3px solid #ed9d24;
    display: block;
    object-fit: contain;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.associative_partner img:hover {
    transform: scale(1.1) rotate(5deg); /* Zoom in and rotate */
    box-shadow: 0px 10px 20px rgba(17, 189, 151, 0.3);
    cursor: pointer; /* Change cursor to pointer */
}
/* @media (min-width: 768px){
	.welcome_part {
		margin: 50px auto 40px;
		box-shadow: 0px 0px 4px 6px rgba(125, 112, 112, 0.2);
		border-radius: 30px;
		padding: 25px;
		height: auto;
	}
.associative_partner p {
	font-size: 14px;
	width: 100%;
	font-weight: 300;
	margin: 0;
	float: left;
	padding: 10px 10px 10px 0;
	text-transform: uppercase;
	text-align: center !important;
}
.associative_partner img {
	max-width: 45%;
	text-align: left;
	height: 63px;
	margin: 10px auto 30px auto;
	background-color: #fff;
	padding: 2px 40px 0 35px;
	border-radius: 35px;
	border: 3px solid #ed9d24;
	display: block;
	object-fit: contain;
	transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.finchcode-logo {
    width: 50% !important;
    float: right;
    padding: 15px 0 0 0;
}
.banner-box h2:before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3.5px;
    background-color: #fbb247;
}
.nav-list a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 5px;
    height: auto !important;
}
} */
@media only screen and (min-width: 991px) and (max-width: 1025px)  {
    .header_part {
        padding: 0px; /* Adjust padding for smaller screens */
        text-align: center; /* Center align content */
    }
	.header_part {
		padding: 0px;
		height: auto !important;
		text-align: center;
	}
	.site_logo {
		margin: 20px 0px;
		float: left;
		width: 90%;
		text-align: center;
	}
    .site_logo img {
        max-width: 80%; /* Resize logo for tablet screens */
        height: auto;
    }

    .social-nav ul {
        display: flex; /* Display social icons in a row */
        justify-content: center; /* Center align icons */
        padding: 0;
    }

    .social-nav ul li {
        margin: 0 10px; /* Add spacing between icons */
    }

    .social-nav ul li img {
        width: 24px; /* Adjust icon size */
        height: 24px;
    }

	.open-menu {
		display: none;
	}
    .menu {
        display: none; /* Hide menu by default */
        position: absolute;
        top: 50px; /* Position menu below header */
        width: 100%; /* Full width for menu */
        background-color: #18191abd; /* Match header background */
        z-index: 9999;
    }

    .menu.active {
        display: block; /* Show menu when active */
    }

    .menu ul {
        list-style: none; /* Remove bullet points */
        padding: 0;
        margin: 0;
        text-align: center; /* Center align menu items */
    }

    .menu ul li {
        padding: 10px 0; /* Add spacing between menu items */
    }

    .menu ul li a {
        color: #fff; /* Set text color */
        text-decoration: none; /* Remove underline */
        font-size: 16px; /* Adjust font size */
    }
	.nav-list li {
    /* height: 60px; */
    margin-top: 10px;
}
    .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 24px;
        color: #fff;
        background: none;
        border: none;
        cursor: pointer;
    }
	.nav-list a {
		text-decoration: none;
		color: #fff;
		font-size: 15px;
		padding: 15px 10px;
		height: auto !important;
	}
	#menu-center {
		padding: 14px 0;
	}
	.welcome-1 {
		float: left;
		width: 90%;
		margin: 0 5% 0 5%;
		padding: 0;
	}
	.welcome_part {
		margin: 50px auto 40px;
		box-shadow: 0px 0px 4px 6px rgba(125, 112, 112, 0.2);
		border-radius: 30px;
		padding: 25px;
		height: 470px;
	}
	.banner-box h2:before {
		content: "";
		position: absolute;
		bottom: -50px;
		left: 50%;
		transform: translateX(-50%);
		width: 100px;
		height: 3.5px;
		background-color: #fbb247;
	}
	.parent_container {
		overflow: visible;
		position: relative;
		height: auto;
		min-height: auto;
	}
	.associative_partner p {
		font-size: 14px;
		width: 100%;
		font-weight: 300;
		margin: 0;
		padding: 10px 10px 10px 0;
		text-transform: uppercase;
		text-align: left !important;
	}
	.associative_partner img {
		max-width: 45%;
		text-align: left;
		height: 63px;
		margin: 0;
		background-color: #fff;
		padding: 2px 40px 0 35px;
		border-radius: 35px;
		border: 3px solid #ed9d24;
		display: block;
		object-fit: contain;
		transition: transform 0.5s ease, box-shadow 0.5s ease;
	}
	.menu ul li a.active {
		color: #ed9d24;
	}
	.where-global-img img {
		width: 90% !important;
		height: auto;
		object-fit: cover;
	}
	.who-image img {
		width: 100%;
		height: 380px !important;
		object-fit: cover;
		border-radius: 20px;
	}
	.start-now-img {
    width: 90%;
    float: left;
    box-shadow: 0 5px 6px rgba(15, 9, 9, 0.8);
    border-radius: 15px;
    overflow: hidden;
    margin-top: 50px !important;
}
.finchcode-logo {
    width: 35% !important;
    float: right;
    padding: 15px 0 0 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
	.nav-list a {
		text-decoration: none;
		color: #fff;
		font-size: 14px !important;
		padding: 14px 15px 19px 15px;
		height: auto !important;
	}
	nav li {
		display: inline-block;
		margin: 0 0px; 
	}
	.nav-list {
		width: auto;
		float: left;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.welcome_part h2 {
    font-size: 14px;
    font-weight: 700;
    /* padding-bottom: 4px; */
    margin: 10px auto;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.welcome_part {
    margin: 50px auto 40px;
    box-shadow: 0px 0px 4px 6px rgba(125, 112, 112, 0.2);
    border-radius: 30px;
    padding: 25px;
    height: 450px;
}
.welcome_part p {
    /* color: #9c9c9c; */
    padding-top: 15px;
    font-size: 15px;
    text-align: center;
}
.banner-box h2 {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 800;
    margin: 15px auto;
    text-transform: uppercase;
    text-align: center;
}
.banner-box p {
    width: 100%;
    float: left;
    font-size: 15px;
	margin-bottom: 15px;
    line-height: 33px;
    padding-top: 0px;
    /* color: #9c9c9c; */
}
.parent_container {
    overflow: visible;
    position: relative;
    height: auto;
    min-height: auto;
}
/* .associative_partner p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 10px 10px 10px 0;
    text-transform: uppercase;
    text-align: left !important;
}
.associative_partner img {
    max-width: 45%;
    height: 63px;
    background-color: #fff;
    margin: 10px 0 40px 0;
    text-align: center;
    padding: 2px 40px 0 35px;
    border-radius: 35px;
    border: 3px solid #ed9d24;
    display: block;
    object-fit: contain;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
} */
.benefits-list li {
    display: flex;
    width: 50%;
    align-items: center;
    float: left;
    padding: 15px;
    margin-bottom: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.when-1 h3 {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0;
    margin-top: 15px !important;
}
.when-p-content p {
    width: 95%;
    padding: 3% 0 0 0 !important;
    float: left;
    text-align: left;
    font-size: 16px;
}
.li-when {
    width: 100%;
    float: left;
    padding: 0px !important;
    border-radius: 13px;
    height: auto;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    list-style: none;
}
.who-title {
    font-size: 16px;
    font-weight: 800;
    color: #333;
    margin: 30px 0 10px 0 !important;
    line-height: 1.4;
}

.what-content {
    width: 100%;
    float: left;
    border: 2px solid #ccc;
    padding: 10px !important;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 15px;
    height: auto !important;
    margin: 20px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.what-every li {
    list-style: none;
    font-size: 16px;
    align-items: center;
    height: auto !important;
    display: flex;
    margin-bottom: 10px;
    border: 2px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.key-activity-content ul i {
    font-size: 20px;
    height: 45px;
    padding-top: 15px !important;
    padding-left: 30px;
}
.key-activity p {
    font-size: 16px;
    margin: 10px 0 10px 5% !important;
    word-wrap: break-word;
}
.head_startNow {
    width: 90%;
    margin: 0 0 0% 5% !important;
    float: left;
    padding-top: 50px;
}
.start-now-img {
    width: 100% !important;
    float: left;
    box-shadow: 0 5px 6px rgba(15, 9, 9, 0.8);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px !important;
}
.start-now-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.finchcode-logo {
    width: 45% !important;
    float: right;
    padding: 15px 0 0 0;
}
}


@media (max-width: 767px){
	.header_part {
		background: url("images/background.jpg") repeat scroll center center / cover rgba(0, 0, 0, 0);
		background-color: transparent;
		overflow: hidden;
		height: auto !important;
		height: 270px;
		padding: 10px 15px;
		display: flex;
		align-items: center;
		position: relative;
		justify-content: space-between;
	}

	.site_logo {
		width: 85%;
		margin: 0;
		float: left;
		text-align: left;
		flex: 0 0 auto;
	}

    .site_logo img {
        width: 100%;
		float: left;
    }

	.open-menu {
		width: auto; /* Adjust width for better alignment */
		font-size: 24px;
		position: absolute; /* Positioned relative to the parent container */
		right: 15px; /* Distance from the right edge */
		top: 69%; /* Move to the vertical center */
		transform: translateY(-50%); /* Center it perfectly */
		cursor: pointer;
		background-color: transparent;
		color: white;
		padding: 5px 10px;
		border: none;
		z-index: 1000; /* Ensure it appears above other elements */
	}
	

    .menu {
        display: none; /* Hidden by default */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        z-index: 1000;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .menu ul {
        list-style: none;
        padding: 0;
    }

    .menu ul li {
        margin: 20px 0;
    }

    .menu ul li a {
        text-decoration: none;
        font-size: 20px;
        font-family: aptos-bold;
        color: #333;
    }

    .menu ul li a.active {
        color: #ed9d24;
    }

    .menu .close-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 24px;
        cursor: pointer;
        color: #333;
    }
	.nav-list li {
		height: 60px; /* Fixed height */
	}
    .nav-list {
        display: none; /* Hide nav list for mobile view */
    }
	.overlay{
		background: none;
	}
	.welcome-1 {
		float: left;
		width: 100%;
		padding: 0;
	}
	.welcome_part {
		margin: 15px auto;
		/* border: 3px solid #fbb247; */
		border-radius: 30px;
		padding: 10px;
		height: auto;
	}
	.welcome_part h2 {
		font-size: 16px;
		font-weight: 700;
		margin: 10px auto;
		text-transform: uppercase;
		text-align: center;
	}
	.welcome_part p {
		color: #9c9c9c;
		width: 100%;
		font-size: 14px;
		text-align: center;
	}
	.banner-box {
		width: 100%;
		height: auto;
		position: relative;
		margin: 0 auto;
		background-color: #ECF0F1;
		padding: 40px;
		padding: 20px 15px;
		text-align: left;
	}
	.banner-box h2 {
		width: 100%;
		float: left;
		font-size: 17px;
		margin: 15px auto;
		text-transform: uppercase;
		text-align: center;
		position: relative; /* Required for proper positioning of :before */
	}
	.parent_container {
		overflow: visible; /* Ensure clipping na ho */
		position: relative; /* To allow proper positioning */
		height: auto; /* Ensure it expands with content */
		min-height: auto;
	}
	
	.banner-box h2:before {
		content: "";
		position: absolute; /* Position relative to the <h2> */
		bottom: -10px; /* Adjust distance below the text */
		left: 50%; /* Center the underline horizontally */
		transform: translateX(-50%); /* Centering adjustment */
		width: 100px; /* Width of the underline */
		height: 3.5px; /* Thickness of the underline */
		background-color: #fbb247; /* Color of the underline */
	}
	
	.banner-box p {
		font-size: 13.5px;
		line-height: 20px;
		text-align: center;
		padding-top: 0px;
		color: #9c9c9c;
	}

}




/* - Team Section
---------------------------------------------------------------------- */
.team_section{
	overflow: hidden;
	background-color:#f4f6f6;
}

.team-container .col-sm-4{
	padding:60px 15px 0 15px;
}
.team-container .team-member{
	max-width:245px;
	margin:auto;
	position:relative;
	overflow:hidden;
}


.team-container figcaption{
	text-align:center;
	text-transform:uppercase;
	width:100%;
	height:110px;
	border:1px solid #f4f6f6;
	border-top-color:transparent;
	margin:0;
}
.team-container figcaption h4{
	font-size:22px;
	font-weight:700;
	padding-top:20px;
}
.team-container .member-name {
	font-size: 1.2em;
	font-weight: 700;
	margin: 0;
	padding: 26px 10px 5px 10px;
	font-family:"Aldrich",sans-serif;
}
.team-container figcaption p{
	font-size: 1.125em;
	font-family:"Aldrich",sans-serif;
}
.team-container .social-buttons{
	display:inline-block;
	margin:auto;
	text-align:center;
	width:100%;
}

.team-member .social-btn-container,
.team-member .social-btn-container .social-btn-box{
	-webkit-transition:all .25s;
	   -moz-transition:all .25s;
	    -ms-transition:all .25s;
	     -o-transition:all .25s;
	        transition:all .25s;
}

.team-member .social-btn-container {
	position: absolute;
	top: 0px;
	margin: 0 auto;
	left: 0;
}
.team-member:hover .social-btn-container{
	background: rgba(0,0,0,.5);
}
.team-member .social-btn-container .team-socail-btn{
	overflow: hidden;
	position: relative;
	width:245px;
	height: 230px;
}
.team-member .social-btn-container .social-btn-box{
	position: absolute;

}
.team-member .social-btn-container .facebook-btn-container{
	bottom: 220px;
	right: 230px;
}
.team-member .social-btn-container .twitter-btn-container{
	bottom: 220px;
	left: 230px;
}
.team-member .social-btn-container .linkedin-btn-container{
	top: 220px;
	right: 230px;
}
.team-member .social-btn-container .github-btn-container{
	top: 220px;
	left: 230px;
}

.team-member:hover .social-btn-container .facebook-btn-container{
	bottom: 115px;
	right: 122px;
}
.team-member:hover .social-btn-container .twitter-btn-container{
	bottom: 115px;
	left: 122px;
}
.team-member:hover .social-btn-container .linkedin-btn-container{
	top: 115px;
	right: 122px;
}
.team-member:hover .social-btn-container .github-btn-container{
	top: 115px;
	left: 122px;
}
.team-container .social-buttons a{
	color:#fff;
	width:24px;
	height:24px;
	display:inline-block;
	font-size:24px;
	text-align:center;
}
.team-container .team-member figure,
.team-container .team-member figcaption,
.team-container .team-member img,
.team-container .team-member .social-buttons{
	
	-webkit-transition:all .25s;
	   -moz-transition:all .25s;
	    -ms-transition:all .25s;
	     -o-transition:all .25s;
	        transition:all .25s;
}
.team-container .team-member:hover figure{
	background-color:#3498db;
	color:#fff;
}
.team-container .team-member:hover figcaption{
	border-color:#3498db;
	color:#fff;
}

.team-container .team-member:hover .social-buttons{
	top:90px;
}
/* - Team Section Section End 
---------------------------------------------------------------------- */

/* Email Subscribe Section
=====================================================================*/
.email_subscribe_section{
	background: none repeat scroll 0 0 #ecf0f1;
	color: #000;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.email_subscriber_head{
	margin: 100px auto 30px;
}
.email_subscriber_head h2{
	font-size: 35px;
	text-align: center;
}
.email_subscriber_head p{
	text-align: center;
}
.email_subscribe_form_part{
	margin-bottom: 80px;
	text-align: center;
}
.email_input_box{
	background: none repeat scroll 0 0 #fff;
	border-radius: 30px;
	color: #000;
	display: inline;
	font-size: 15px;
	height: auto;
	margin: 20px 30px;
	padding: 15px;
	width: 40%;
}
.email_submit_box{
	border-radius: 30px;
	margin-top: -5px;
	padding: 15px 40px;
}
.email_submit_box:focus, .email_submit_box:active:focus, .email_submit_box.active:focus {
  outline: medium none;
  outline-offset: -2px;
}


/* Contact Section
=====================================================================*/
.contact_section{
	overflow: hidden;
	background: none repeat scroll 0 0 #18191a;
	color: #fff;
}
.contact_head{
	padding: 80px 0 30px;
	text-align: center;
}
.contact_head h2{
	font-size: 35px;
	font-weight: bold;
}
/* .contact_head p{}
.address_part{} */
.address{
	margin: 10px auto;
	font-weight: 400;
}
.phone{
	margin: 10px auto;
	font-weight: 400;
}
.email{
	margin: 10px auto;
	font-weight: 400;
}
/* .social_icons{}
.social_icons ul{} */
.social_icons ul li{
	display: inline;
	font-size: 20px;
	margin-right: 10px;
}
.social_icons ul li a{
	font-size: 40px;
}
.address_part i{
margin-right:5px;
}
.contact_form{
	margin-bottom: 60px;
}
.contact_input_box{
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #666;
	border-radius: 30px;
	color: #fff;
	height: auto;
	margin-bottom: 30px;
	padding: 15px;
	resize: none;
}
.contact_button{
	border-radius: 30px;
	font-size: 18px;
	height: auto;
	padding: 10px 25px;
}
.contact_button:focus, .contact_button:active:focus, .contact_button.active:focus {
	outline: medium none;
	outline-offset: -2px;
}


/* Social Nav  */


.social-nav {
	position:fixed;
	top: 0px;
	right: 40px;
}
.social-nav ul {margin: 0; padding:0;}
.social-nav ul li{
	list-style: none;
	display:block;
	float: right;
	background: #393939;
	padding:60px 10px 5px 10px;
	margin: 1px;
	opacity: .5;
}
.social-nav ul li:hover {opacity: 1;}


.social-nav {
	position:absolute;
	top: 0px;
	right: 40px;
}
.main-nav ul {margin: 0; padding:0;}
.main-nav ul li{
	list-style: none;
	display:block;
	float: left;
	background: #393939;
	padding:5px 5px 10px 10px;
	margin: 1px;
	opacity: .5;
	
	margin-top:30px;
}
.main-nav ul li a{
 -ms-transform: rotate(50deg); /* IE 9 */
    -webkit-transform: rotate(50deg); /* Chrome, Safari, Opera */
    transform: rotate(50deg);
	width:100px;
}

.main-nav ul li:hover {opacity: 1;}
.rotate li{
top:0;
}



/* 8 - Footer Section  
---------------------------------------------------------------------- */
#footer-section{
	width: 100%;
	min-height: 80px;
}
#footer-section p{
	width: 50%;
	float: left;
	margin: 0;
	padding: 25px 15px; 
	text-align: center;
	line-height: 30px;
	color: #1a1a1a;
	font-size: 16px;
}
#footer-section p a{
	color: #fbb247;
}

.finchcode-logo {
    width: 30%;
    float: right;
    padding: 15px 0 0 0;
}
.finchcode-logo h5{
	margin: 0;
	/* width: 100%; */
	float: left;
	padding: 0 10px 0 20px;
	text-align: left;
	line-height: 50px;
	color: #1a1a1a;
	font-size: 16px;
}
.finchcode-logo img{
	width: auto;
	max-width: 200px;
	height: auto;
	display: block;
	margin: 0;

}
.finchcode-logo h2 {
    width: 50%;
    float: left;
    color: #2b2e30;
    margin: 13px 0 0 0;
	font-size: 18px;
	text-decoration: underline;
}

@media (max-width:767px){
	#footer-section p {
		width: 100%;
		float: left;
		font-size: 16px;
		margin: 0;
		padding: 25px 15px 0px 15px;
		text-align: center;
		line-height: 30px;
		color: #1a1a1a;
	}
	.finchcode-logo {
		width: 100%;
		float: left;
		padding: 0;
	}
	.finchcode-logo h5 {
		margin: 0;
		width: 38%;
		float: left;
		padding: 0;
		text-align: right;
		line-height: 50px;
		color: #1a1a1a;
		font-size: 16px;
	}
	.finchcode-logo img {
		width: 45%;
		/* max-width: 200px; */
		float: left;
		height: auto;
		display: block;
		margin: 0;
	}
	.finchcode-logo h2 {
		width: 60%;
		float: left;
		color: #2b2e30;
		font-size: 16px;
		margin: 15px 0 0 5px;
		text-decoration: underline;
	}
	.associative_partner p {
		font-size: 14px;
		font-weight: 300;
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 10px 10px 10px 0;
		text-transform: uppercase;
		/* text-align: left; */
	}
	/* .associative_partner img {
		text-align: center;
		max-width: 60%;
		height: 63px;
		background-color: #fff;
		padding: 0 15px 0 15px;
		margin: 0 auto 30px auto;
		border-radius: 35px;
		border: 3px solid #ed9d24;
		display: block;
		object-fit: contain;
		transition: transform 0.5s ease, box-shadow 0.5s ease;
	} */
}

/* 8 - Footer Section End 
---------------------------------------------------------------------- */



/* - Social Button
------------------------------------------ */
.social-btn-container{
	text-align:center;
	margin:50px auto 0 auto;
}
.social-btn-container .social-btn-box{
	display:inline-block;
	width:60px;
	height:60px;

	-webkit-transform:rotate(45deg);
	   -moz-transform:rotate(45deg);
	    -ms-transform:rotate(45deg);
	     -o-transform:rotate(45deg);
	        transform:rotate(45deg);

	border:1px solid #fff;

	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	    -ms-border-radius:5px;
	     -o-border-radius:5px;
	        border-radius:5px;

	margin:15px;
	position:relative;
	overflow:hidden;
}
.social-btn-container .social-btn-box a{
	color:#fff;
	font-size:26px;
	line-height:80px;
	display:inline-block;
	width:80px;
	height:80px;
	position:absolute;
	top:-10px;
	left:-10px;

	-webkit-transform:rotate(-45deg);
	   -moz-transform:rotate(-45deg);
	    -ms-transform:rotate(-45deg);
	     -o-transform:rotate(-45deg);
	        transform:rotate(-45deg);
}
.social-btn-box,
.social-btn-box a{
	
	-webkit-transition:all .25s;
	   -moz-transition:all .25s;
	    -ms-transition:all .25s;
	     -o-transition:all .25s;
	        transition:all .25s;
}
.social-btn-box:hover{
	border-color:transparent;
}
.social-btn-box .facebook-btn:hover{
	background:#3B5998;
	color: #fff;
}
.social-btn-box .twitter-btn:hover{
	background:#55ACEE;
	color: #fff;
}
.social-btn-box .linkedin-btn:hover{
	background:#0077b5;
	color: #fff;
}
.social-btn-box .google-plus-btn:hover{
	background:#db514f;
	color: #fff;
}
.social-btn-box .youtube-btn:hover{
	background:#cc181e;
	color: #fff;
}
.social-btn-box .github-btn:hover{
	background:#2b2e30;
	color: #fff;
}
.social-btn-box .a:hover{
	background:#3498db;
	color: #fff;
}
/* 2.2 - Social Button
------------------------------------------ */

/* primery button override
---------------------------*/
.btn-primary {
  color: #fff;
  background-color: #fbb247;
  border-color: #fbb247;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ed9d24;
  border-color: #ed9d24;
}

/* media query */
@media only screen and (min-width: 981px) and (max-width: 1080px) {
	.countdown-small{
	padding:12px 0px 4px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
	.social-nav{
	display:none;
	}
	.countdown-small{
	display:none !important;
	}
	.countdown_section:after{
		background: none;
	}
	.countdown_section {
		font-size: 17px;
		padding:5px 25px;
		line-height: 12px;
	}
	.countdown_amount {
		font-size: 60px;
		line-height: 50px;
	}
	.address_part{
		text-align:center;
		}
	.associative_partner p {
		font-size: 14px;
		font-weight: 300;
		margin: 0;
		padding: 10px 10px 10px 0;
		text-transform: uppercase;
		text-align: center !important;
	}
	.associative_partner img {
		max-width: 45%;
		height: 63px;
		background-color: #fff;
		margin: 10px auto 40px auto !important;
		text-align: center;
		padding: 2px 40px 0 35px;
		border-radius: 35px;
		border: 3px solid #ed9d24;
		display: block;
		object-fit: contain;
		transition: transform 0.5s ease, box-shadow 0.5s ease;
	}
}
@media only screen and (max-width: 768px) {
	.social-nav{
	display:none;
	}
	.countdown-small{
	display:none;
	}
	.countdown_section:after{
		background: none;
	}
	.nav-list a {
		text-decoration: none;
		color: #fff;
		font-size: 14px !important;
		padding: 13px 15px 19px 15px;
		height: auto !important;
	}
    .address_part{
	text-align:center;
	}
	.associative_partner p {
		font-size: 14px;
		font-weight: 300;
		margin: 0;
		padding: 10px 10px 10px 0;
		text-transform: uppercase;
		text-align: center !important;
	}
	.associative_partner img {
		max-width: 61%;
		height: 63px;
		background-color: #fff;
		margin: 10px auto 40px auto !important;
		text-align: center;
		padding: 2px 23px 0 25px !important;
		border-radius: 35px;
		border: 3px solid #ed9d24;
		display: block;
		object-fit: contain;
		transition: transform 0.5s ease, box-shadow 0.5s ease;
	}
}



/* WHY.HTML */
h1#welcome {
    width: 100%;
    float: left;
    text-align: center;
    position: relative; 
	font-size: 48px;
	margin: 27px auto;
}

h1#welcome:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 3.9px;
    background-color: #fbb247;
}

.head-why {
    float: left;
    width: 95%;
    padding: 1% 0% 2% 5%;
    margin: 0;
}
.head-why p{
	width: 100%;
	float: left;
	text-align: left;
	/* color: #9c9c9c; */
	margin: 0;
	font-size: 16px;
}
.main-benefits-why {
    padding-left: 0;
    width: 95%;
    list-style: none;
    float: left;
    padding: 0 1% 0 5%;
}
.benefits-list li {
	display: flex;
	align-items: center;
	padding: 15px;
	margin-bottom: 16px;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.benefits-list i {
	font-size: 28px;
	margin-right: 15px;
	color: #fbb247;
}

.benefits-heading {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}
.benefits-why {
    float: left;
    width: 100%;
    padding: 0;
}
.benefits-why p {
    width: 95%;
    margin: 0 0 20px -10px;
    float: left;
    font-size: 16px;
	color: #212020;
	font-weight: 700;
}
.small-bussines-why {
    background: none repeat scroll 0 0 #ecf0f1;
    color: #000;
    height: auto;
    overflow: hidden;
    width: 100%;
}
.inside-small-business {
    width: 95%;
    float: left;
    padding: 2% 0% 2% 5%;
}
.inside-small-business h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 26px;
    margin: 0 0 25px 0;
    position: relative;
	font-weight: 800;
    padding: 10px 0 5px 0;
}

.inside-small-business h2::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 3.5px; 
    background-color: #fbb247;
}
.inside-small-business p{	
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	/* color: #9c9c9c; */
	font-size: 16px;
	letter-spacing: 0.9px;
}
@media only screen and (max-width: 768px) 
{
	h1#welcome {
    width: 100%;
    float: left;
    text-align: center;
    position: relative; 
	font-size: 32px;
	margin: 20px auto;
}

h1#welcome:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3.9px;
    background-color: #fbb247;
}
	.head-why {
		float: left;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.head-why p {
		width: 100%;
		float: left;
		text-align: left;
		/* color: #9c9c9c; */
		margin: 0;
		font-size: 14.5px;
	}
	.main-benefits-why {
		width: 100%;
		list-style: none;
		float: left;
		padding: 0;
	}
	.benefits-why {
		float: left;
		width: 95%;
		margin: 15px 0 5px -15px;
	}
	.benefits-why p {
		width: 100%;
		margin: 0 0 11px 0 !important;
		float: left;
		font-size: 14.5px;
		color: #212020;
		padding: 0;
	}
	.benefits-list i {
		font-size: 23px;
		width: 45px;
		margin-right: 0;
		color: #fbb247;
	}
	.benefits-heading {
		font-size: 14.5px;
		font-weight: 600;
		margin: 0;
	}
	.inside-small-business {
		width: 100%;
		float: left;
		padding: 0;
	}
	.inside-small-business h2 {
		width: 100%;
		float: left;
		text-align: center;
		font-size: 17.5px;
		margin: 20px 0 15px 0;
		position: relative;
		padding: 0;
	}
	.inside-small-business h2::after {
		content: "";
		position: absolute;
		bottom: -5px;
		left: 50%;
		transform: translateX(-50%);
		width: 80px;
		height: 3.5px;
		background-color: #fbb247;
	}
	.inside-small-business p {
		width: 100%;
		float: left;
		text-align: left;
		margin: 0 0 15px 5px;
		/* color: #9c9c9c; */
		font-size: 13.5px;
		letter-spacing: 0.6px;
	}
}



/* WHERE.HTML */
.head-where {
    float: left;
    width: 95%;
    padding: 1% 0% 1% 5%;
    margin: 0;
}
.head-where P{
	width: 100%;
	float: left;
	text-align: left;
	/* color: #9c9c9c; */
	margin: 0;
	font-size: 16px;
}
.main-content-where {
    padding-left: 0;
    width: 95%;
    list-style: none;
    float: left;
    padding: 0 1% 0 5%;
}
.global-where {
    width: 100%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

.global-where h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 26px;
	font-weight: 700;
    margin: 20px 0 25px 0;
    position: relative;
    padding: 0;
    color: #333; /* Added for better readability */
}

.global-where h2::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 3.5px;
    background-color: #fbb247;
}

.main-content-where i {
    font-size: 28px;
    margin-right: 15px;
    color: #fbb247;
}
.main-content-where li {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    list-style: none;
}

h3.where-globe {
    margin: 0;
    font-size: 16px; 
	font-weight: 600;
    color: #555;
}

.global-where {
    padding-left: 0;
    width: 92%;
    float: left;
    padding: 0 1% 0 7%;
}
.where-global-img {
	width: 100%;
	float: left;
	text-align: center;
	margin: 15px auto;
}
.where-global-img img {
    width: 90%;
    height: auto;
	object-fit: cover;
    /* border-radius: 100px;										
    border: 3px solid;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.25); Four-sided shadow */
}

.row.zigzag-section {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.content-section strong {
    font-weight: bold;
    text-decoration: underline !important;
}
p.globe-img-p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}
.zigzag-container {
    width: 90%;
	margin: 0 auto;
    /* padding: 0 3% 0 6%;
    float: left; */
}
  
.zigzag-section {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 15px;
    background: #ffffff; /* White background for shadow box */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.5); /* Subtle shadow */
    border: 1px solid #8d8888; /* Light border for definition */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for transform and shadow */
}

.zigzag-section:hover {
    transform: scale(1.05); /* Slight zoom effect on hover */
    box-shadow: 0 8px 20px rgba(143, 33, 33, 0.5); /* Enhanced shadow on hover */
}

  
  .image-section img {
	width: 100%;
	height: 295px;
	max-width: 550px;
	margin: 8px 0;
	border-radius: 15px; /* Slightly rounded corners */
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}


  /* .where-2-img img{
	width: 100%;
	float: left;
	height: 205px;
}
.where-5-img img{
	width: 100%;
	float: left;
	height: 250px;
} */

.content-section {
	width: 100%;
	float: left;
	padding: 45px 10px 0 15px;
}
  
.content-section p {
	font-size: 16.5px;
	padding: 0;
	letter-spacing: 0.5px;
	line-height: 1.6;
	color: #333;
}
.content-section p u{
	font-weight: 700;
}
@media only screen and (min-width: 991px) and (max-width: 1025px){
	.content-section {
		width: 100%;
		float: left;
		padding: 35px 0 0 15px;
	}
	.content-section p {
		font-size: 15.5px;
		padding: 0;
		letter-spacing: 0.5px;
		line-height: 1.6;
		color: #333;
	}
}
@media only screen and (min-width: 768px) and (max-width: 990px){
	.main-content-where {
		padding-left: 0;
		width: 100%;
		list-style: none;
		float: left;
		padding: 0 1% 0 0%;
	}
	.main-content-where li {
		height: 40px;
		display: flex;
		align-items: center;
		padding: 10px;
		margin-bottom: 16px;
		border: 1px solid #ddd;
		border-radius: 8px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		background-color: #fff;
		list-style: none;
	}
	.where-global-img img {
		width: 75%;
		height: auto;
		object-fit: cover;
		margin: 0;
	}
}
@media (max-width: 767px) {
	.head-where {
		float: left;
		width: 100%;
		padding: 0 0 0 0%;
		margin: 0;
	}
	.head-where p {
		width: 100%;
		float: left;
		text-align: left;
		/* color: #9c9c9c; */
		margin: 0;
		font-size: 15.5px;
	}
	.global-where {
		padding-left: 0;
		width: 100%;
		float: left;
		padding: 0;
	}
	.global-where h2 {
		width: 100%;
		float: left;
		text-align: center;
		font-size: 19px;
		font-weight: 700;
		margin: 20px 0 25px 0;
		position: relative;
		padding: 0;
		color: #333;
	}
	.main-content-where {
		padding-left: 0;
		width: 95%;
		list-style: none;
		float: left;
		padding: 0 0 0 5%;
	}
	.main-content-where li {
		height: 45px;
		display: flex;
		width: 300px;
		font-size: 14px;
		align-items: center;
		padding: 10px;
		margin-bottom: 16px;
		border: 1px solid #ddd;
		border-radius: 8px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		background-color: #fff;
		list-style: none;
	}
	.main-content-where i {
		font-size: 22px;
		margin-right: 23px;
		color: #fbb247;
	}
	h3.where-globe {
		margin: 0;
		font-size: 15px;
		color: #555;
	}
	.where-global-img img {
		width: 100%;
		height: auto;
	}
	p.globe-img-p {
		width: 100%;
		float: left;
		text-align: center;
		font-size: 14px;
	}
	.zigzag-container {
		width: 95%;
		padding: 0 0% 0 5%;
		float: left;
	}
	.zigzag-section {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 30px;
		padding: 10px 0 0 0;
		background: #ffffff;
		border-radius: 10px;
		box-shadow: 0 4px 11px rgba(0, 0, 0, 0.5);
		border: 1px solid #8d8888;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	.content-section {
		/* display: flex; */
		width: 100%;
		float: left;
		align-items: center;
		/* justify-content: center; */
		text-align: justify;
		padding: 10px 15px 0 15px;
	}
	.content-section p {
		font-size: 14px;
		padding: 0;
		letter-spacing: 0px !important;
		line-height: 1.6;
		color: #333;
	}
}





/* WHEN.HTML */
.when-1 {
    width: 90%;
    margin: 20px 0% 0 5%;
    float: left;
    border: 3px solid #ddd;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.when-1 img{
	width: 100%;
	float: left;
	height: 400px;
	border-radius: 10px;
}
.when-1 h3{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	padding: 20px 0;
	margin-top: 65px;
}
.when-1 p{
	width: 100%;
	float: left;
	font-size: 16px;
}
.when-p-content {
    width: 92%;
    margin: 1% 0% 0 5%;
    padding: 10px;
    /* border: 3px solid #333; */
    float: left;
    border-radius: 15px;
}
h3.p-content-head {
	width: 100%;
	float: left;
	text-align: center;
	color: #000; /* Optional: Set text color */
	position: relative; /* Required for the pseudo-element */
	padding: 10px 0;
	font-size: 16px;
	font-weight: 700;
}
  
  h3.p-content-head::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%); 
	width: 180px;
	height: 3px; 
	background-color: orange; 
  }
  
  .when-p-content img {
    width: 100%;
    float: left;
    height: auto;
    border-radius: 20px;
}
.when-p-content p{
	width: 95%;
	padding: 5.5% 0 0 0;
	float: left;
	text-align: left;
	font-size: 16px;
}
p.pad-when{
	padding: 65px 0 0 0;
}
.when-last-section{
	background:  repeat scroll 0 0 #ecf0f1;
	margin: 40px 0 0 0;
}
.when-last {
    width: 95%;
    float: left;
    padding: 0 0 0 6%;
}
.when-last p{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0;
}
.when-last i {
    width: 30px;
	float: left;
    font-size: 21px;
	color: #fbb247;
	height: 46px;
}
.li-when {
	width: 100%;
	float: left;
	/* border: 3px solid #725e49;
	box-shadow: 0 10px 16px rgba(136, 133, 133, 0.6); */
	padding: 10px;
	border-radius: 13px; 
	/* height: 375px; */
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 15px 0;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	list-style: none;
  }
  
  /* .li-when:hover {
	transform: translateY(-10px); 
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
	border-color: #a38967; 
  } */
  
.li-when img{
	width: 100%;
	float: left;
	height: auto;
	border-radius: 9px;
}
.li-when p{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 17px;
	margin: 0;
	padding: 10px 0 0 0;
}

@media (max-width: 767px) {
	.when-1 {
		width: 100%;
		margin: 20px 0%;
		float: left;
		border: 3px solid #ddd;
		border-radius: 15px;
		padding: 15px 0;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	}
	.when-1 img {
		width: 100%;
		float: left;
		height: 300px;
		border-radius: 10px;
	}
	.when-1 h3 {
		width: 100%;
		float: left;
		text-align: left;
		font-size: 16px;
		font-weight: 700;
		padding: 0px 0 10px 0;
		margin-top: 30px;
	}
	.when-1 p {
		width: 100%;
		float: left;
		font-size: 14.5px;
	}
	h3.p-content-head {
		width: 100%;
		float: left;
		text-align: center;
		color: #000;
		position: relative;
		padding: 10px 0;
		font-size: 14px;
		margin: 0 0 20px 0;
	}
	.when-p-content {
		width: 95%;
		padding: 0;
		float: left;
		margin: 0 2% 2% 2%;
	}
	.when-p-content img {
		width: 100%;
		float: left;
		height: 340px;
		border-radius: 20px;
		margin: 2% 0;
	}
	.when-p-content p {
		width: 100%;
		margin: 0 0 15px 0;
		padding: 0;
		float: left;
		font-size: 14.5px;
	}
	.when-last-section {
    background: repeat scroll 0 0 #ecf0f1;
    margin: 0px 0 0 0;
}
	.when-last {
		width: 98%;
		float: left;
		padding: 0 0 0 2%;
	}
	.when-last p {
		width: 100%;
		float: left;
		text-align: left;
		font-size: 14.5px;
		margin: 5px 0 10px 0;
		padding: 8px 0;
	}
	.when-last i {
		width: 32px;
		float: left;
		font-size: 21px;
		color: #ed9d24;
		height: 30px;
	}
	.li-when {
		width: 100%;
		float: left;
		/* border: 3px solid #725e49; */
		/* box-shadow: 0 10px 16px rgba(136, 133, 133, 0.6); */
		/* padding: 10px; */
		/* height: 48px; */
		/* border-radius: 13px; */
		/* height: 365px; */
		margin: 0 0 12px 0;
		padding: 0;
		/* transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; */
	}
}








.main-who {
    width: 91%;
    float: left;
    /* padding: 15px 30px 0 0; */
    padding-bottom: 40px;
    margin: 0% 0% 0 5%;
}
.main-who:last-child{
	margin-bottom: 0;
}
.who-title {
    font-size: 16px;
    font-weight: 800;
    color: #333;
    margin: 25px 0 25px 0;
    line-height: 1.4;
}
.m-0{
	margin: 10px 0 !important;
}
  .highlight-who {
    color: #ff914d;
    font-style: italic;
  }

  .who-description {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 1rem;
  }

  .who-image {
    position: relative;
	margin-top: 25px !important;
  }
  .who-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
	border-radius: 20px;
}
.col-md-6.intrnatinal {
    margin-top: 20px;
}

  /* .img-fluid {
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  } */

  /* .img-fluid:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  } */

  @media only screen and (min-width: 991px) and (max-width: 1025px){
	.who-description {
		font-size: 15px;
		color: #555;
		line-height: 1.8;
		margin-bottom: 1rem;
	}
  }
@media (max-width: 767px){
	.main-who {
		width: 95%;
		float: left;
		padding: 0px 0 0 0;
		margin: 0% 2% 0% 2%;
		/* border: 3px solid #ccc; */
		/* border-radius: 10px; */
	}
	.who-image img {
		width: 100%;
		height: 320px;
		object-fit: cover;
		margin-bottom: 25px;
		border-radius: 10px;
	}
	.who-title {
		font-size: 16.5px;
		font-weight: bold;
		color: #333;
		margin: 0px 0 15px 0;
		line-height: 1.4;
	}
	.who-description {
		font-size: 14.5px;
		color: #555;
		line-height: 1.8;
		margin-bottom: 1rem;
	}
}








.whom-head {
    width: 95%;
    margin: 0 0% 0 4%;
    float: left;
}
.whom-head h2 {
    width: 100%;
    float: left;
    font-size: 26px;
	font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
	padding: 10px 0;
}

.whom-head h2::after {
    content: '';
    position: absolute;
    width: 100px; /* Adjust the width of the underline */
    height: 2px; /* Thickness of the underline */
    background-color: orange; /* Color of the underline */
    bottom: 0;
    left: 44%; /* Centers the underline */
}

.whom-head p{
	width: 100%;
	float: left;
	font-size: 16px;
}
.bg-gray {
	background: none  repeat scroll 0 0 #ecf0f1  
}
  
.whom-list-section ul {
    padding: 0;
    margin: 0;
    margin: 0 0 0 5%;
    width: 92%;
}
  
.whom-list-section li {
	display: flex;
	align-items: center;
	height: 60px;
	font-size: 16px;
	font-weight: 600;
}
  
.whom-list-section li:last-child {
	margin-left: 0;
}
.whom-list-section i{
	color: orange;
	width: 25px;
	font-size: 19px;
	margin-right: 20px;
}
.whom-foot {
    width: 92%;
    float: left;
    margin: 2% 0 1% 5%;
}
.whom-foot p{
	width: 100%;
	float: left;
	font-size: 16px;
}
@media (min-width: 767px) and (max-width: 991px) {
	.whom-head {
		width: 100%;
		margin: 0;
		float: left;
	}
	.whom-list-section ul {
		padding: 0;
		margin: 0;
		margin: 0 0 0 0%;
		width: 100%;
	}
	.whom-list-section i {
		color: orange;
		width: 25px;
		float: left;
		font-size: 19px;
		height: 25px;
		margin-right: 20px;
	}
	.whom-list-section li {
		
		font-size: 16px;
		font-weight: 600;
	}
	.whom-list-section li {
		float: left;
		width: 33%;
		height: 50px;
		/* display: flex; */
		/* align-items: center; */
		/* height: 30px !important; */
		font-size: 14px;
		/* font-weight: 600; */
	}
	.whom-foot {
		width: 100%;
		float: left;
		margin: 2% 0 1% 0%;
	}
}
@media (max-width: 767px){
	.whom-head {
		width: 100%;
		margin: 0;
		float: left;
	}
	.whom-head h2 {
		width: 100%;
		float: left;
		font-size: 21px;
		text-align: center;
		position: relative;
		margin-bottom: 20px;
		padding: 10px 0;
	}
	.whom-head h2::after {
		content: '';
		position: absolute;
		width: 80px;
		height: 2px;
		background-color: orange;
		bottom: 0;
		left: 35%;
	}
	.whom-head p {
		width: 100%;
		float: left;
		font-size: 15.5px;
	}
	.whom-list-section li {
		display: flex;
		align-items: center;
		height: 50px;
		font-size: 16px;
	}
	.whom-foot p {
		width: 100%;
		float: left;
		font-size: 15.5px;
	}
}





.head-what {
    width: 92%;
    float: left;
    margin: 0 0 0 5%;
}
.head-what p{
	width: 100%;
	float: left;
	text-align: left;
	margin: 0;
	font-size: 16px;
}
h3.what{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	padding: 0 0 5px 0;
	position: relative;
}
h3.what::after {
    content: "";
    position: absolute;
	bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    height: 3.5px;
    background-color: #fbb247;
}
.what-we-do {
    width: 94%;
    float: left;
    margin: 0 0 0 3%;
}
.what-content {
	width: 100%;
	float: left;
	border: 2px solid #ccc;
	padding: 20px;
	box-sizing: border-box; 
	margin-bottom: 20px;
	border-radius: 15px;
	height: 190px;
	margin: 20px auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.what-content i{
	font-size: 45px;
	width: 100%;
	text-align: center;
	float: left;
	color: #fbb247;
	margin: 5px auto 10px auto;
}
.what-content span{
	width: 100%;
	float: left;
	font-size: 16px;
}
.what-sol {
    width: 93%;
    float: left;
    margin: 0 0 0 4%;
}
.what-sol h3{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	position: relative;
	margin: 25px 0;
}
.what-sol h3::after{
	content: "";
    position: absolute;
	bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3.5px;
    background-color: #fbb247;
}
.what-sol p{
	width: 100%;
	float: left;
	font-size: 16px;
	margin-bottom: 20px;
} 
.what-sol-content {
    width: 97%;
    margin: 0 0 0 2%;
    float: left;
    text-align: left;
}
.what-sol-content i {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 40px;
    color: #ed9d24;
	margin-bottom: 15px;
}
.what-solutions {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6;
	text-align: center;
}
.what-solutions strong {
    width: 100%;
    float: left;
    font-size: 21px;
    margin-bottom: 10px;
}
.what-solutions-12 {
    width: 50%;
    margin: auto;
    text-align: center;
    font-size: 18px;
}
.what-solutions-12 i {
    width: 90%;
    float: left;
    text-align: center;
}
.what-solutions-12 strong {
    width: 90%;
    float: left;
    font-size: 22px;
}
.what-every {
    width: 92%;
    float: left;
    margin: 0 0 0 5%;
}
.what-every h2{
	width: 100%;
	float: left;
	font-size: 23px;
	position: relative;
	margin: 0 0 25px 0;

}
.what-every h2::after{
	content: "";
    position: absolute;
	bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3.5px;
    background-color: #fbb247;
}
.what-every p{
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 600;
}
.what-every i{
	width: 60px;
	height: 100px;
	float: left;
	color: #ed9d24;
	font-size: 26px;
	padding: 0px 20px 0 15px;
	line-height: 90px;
}
.what-every li {
    list-style: none;
    font-size: 16px;
    align-items: center;
    height: 120px;
    display: flex;
    margin-bottom: 20px;
    border: 2px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* .benefits-list li {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 16px;
   
    background-color: #fff;
} */
.startNow-content {
    width: 95%;
    margin: 0 0 0 5%;
    float: left;
    padding: 0px 0;
}
.startNow-content h2{
	width: 100%;
	float: left;
	font-size: 26px;
	font-weight: 700;
	position: relative;
	margin-bottom: 30px;
}
.startNow-content h2::after{
	content: "";
    position: absolute;
	bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3.5px;
    background-color: #fbb247;
}
.startNow-content li{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding-left: 15px;
	font-size: 16px;
}
.startNow-content li span{
	font-size: 23px;
	line-height: 21px;
}
.startNow-content li b{
	font-weight: 700;
	color: #000 !important;
}
@media (max-width: 767px){
	.head-what {
		width: 100%;
		float: left;
		margin: 0;
	}
	.head-what p{
		font-size: 15.5px;
	}
	h3.what {
		width: 100%;
		float: left;
		text-align: center;
		font-size: 23px;
		padding: 0 0 5px 0;
		position: relative;
	}
	.what-we-do {
		width: 100%;
		float: left;
		margin: 0;
	}
	.what-content {
		width: 100%;
		float: left;
		background-color: #f0f0f0;
		border: 2px solid #ccc;
		padding: 20px;
		box-sizing: border-box;
		border-radius: 15px;
		height: auto;
		margin: 20px auto 0 auto;
	}
	.what-content i {
		font-size: 40px;
		width: 100%;
		text-align: center;
		float: left;
		color: #fbb247;
		margin: 5px auto 10px auto;
	}
	.what-content span {
		width: 100%;
		float: left;
		font-size: 16.5px;
	}
	.what-sol {
		width: 100%;
		float: left;
		margin: 0;
	}
	.what-sol h3 {
		width: 100%;
		float: left;
		text-align: center;
		font-size: 22px;
		position: relative;
		margin-top: 15px;
	}
	.what-sol p {
		width: 100%;
		float: left;
		font-size: 15px;
	}
	.what-sol-content {
		width: 100%;
		margin: 0;
		float: left;
		text-align: left;
	}
	.what-sol-content i {
		width: 100%;
		float: left;
		text-align: center;
		font-size: 33px;
		color: #ed9d24;
	}
	.what-solutions {
		width: 100%;
		float: left;
		font-size: 15px;
		margin-bottom: 15px;
		line-height: 1.6;
	}
	.what-solutions strong {
		width: 100%;
		float: left;
		font-size: 19px;
		margin-bottom: 5px;
	}
	.what-solutions-12 {
		width: 100%;
		float: left;
		text-align: left;
		font-size: 18px;
		margin-bottom: 15px;
	}
	.what-solutions-12 strong {
		width: 100%;
		float: left;
		font-size: 19px;
		margin-bottom: 5px;
	}
	.what-solutions-12 p{
		width: 100%;
		float: left;
		font-size: 15px;
		text-align: center;
	}
	.what-every {
		width: 100%;
		float: left;
		margin: 0;
	}
	.what-every h2 {
		width: 100%;
		float: left;
		font-size: 14px;
		position: relative;
		margin-bottom: 25px;
	}
	.what-every p {
		width: 100%;
		float: left;
		font-size: 16px;
	}
	.what-every i {
		width: 60px;
		height: 90px;
		float: left;
		color: #ed9d24;
		font-size: 28px;
	}
	.what-every li {
		list-style: none;
		font-size: 14px;
		margin-bottom: 20px;
	}
	.startNow-content {
		width: 100%;
		margin: 0;
		float: left;
		padding: 0;
	}
	.startNow-content h2 {
		width: 100%;
		float: left;
		font-size: 16px;
	}
	.startNow-content li {
		width: 100%;
		float: left;
		margin-bottom: 20px;
		font-size: 15px;
	}
}



.how-internationalBusiness {
    width: 97%;
    float: left;
    padding: 0 0 0 5%;
}
.how-internationalBusiness h2{
    width: 100%;
    float: left;
    font-size: 26px;
	font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
	position: relative;
}
.how-internationalBusiness h2::after{
	content: "";
    position: absolute;
	bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3.5px;
    background-color: #fbb247;
}
.how-business {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 16px;
}

.how-business i{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 40px;
	color: #ed9d24;
	margin: 10px auto;
}
.how-main-li {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.how-main-li i{
	width: 35px;
    height: 30px;
	float: left;
    margin-right: 10px;
    border-radius: 50%;
    color: #fbb247;
	font-size: 30px;
}
.scope-how {
    width: 98%;
    float: left;
    margin: 0 0 0 1%;
}

/* Nested List Items */
.how-content-li {
    font-size: 16px;
    color: #555;
    list-style: none;
    height: auto;
	margin-top: 5px;
	padding: 5px 0 0 0;
    display: flex;
    align-items: flex-start; /* Aligns text with the top of the icon */
    gap: 15px; /* Adds consistent spacing between icon and text */
    line-height: 1.5; /* Ensures proper line spacing for multiline text */
}

.how-content-li i {
    width: 60px;
    height: 45px;
    margin-right: 0;
    border-radius: 50%;
    color: #868383;
    font-size: 24px;
    padding-left: 40px;
    flex-shrink: 0;
}
.how-content-li span {
    display: block; /* Ensures text flows nicely in a block format */
}
.how-internationalBusiness h3{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	position: relative;
	margin: 10px auto 45px auto;
	padding: 0 0 10px 0;
}
.how-internationalBusiness h3::before{
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3.5px;
	background-color: #fbb247;
}
.list-unstyled {
    padding: 0;
    list-style: none;
	margin: 0 0 0 10px;
}
.key-activity {
    width: 93%;
    float: left;
    margin: 0 0 0 4%;
}
.key-activity h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 26px;
	font-weight: 700;
    position: relative;
	margin-bottom: 25px;
}
.key-activity h2::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3.5px;
    background-color: #fbb247;
}
.headOfPoints {
    width: 100%;
    float: left;
}
.headOfPoints i {
    width: 75px;
    float: left;
    font-size: 35px;
    padding-left: 25px;
    color: #ed9d24;
    margin: 14px auto;
    line-height: 40px;
}
.headOfPoints h3 {
    width: 80%;
    float: left;
    font-size: 26px;
	font-weight: 600;
}
.key-activity ul {
    width: 100%;
    float: left;
    list-style-type: none;
    padding-left: 65px;
    margin-bottom: 15px;
}
.key-activity li {
    width: 33%;
    padding: 0;
    font-size: 16px;
    float: left;
    color: #333;
    display: flex; /* Use flexbox to align items horizontally */
    align-items: center; /* Vertically centers the icon and content */
}

.key-activity-content ul i {
    color: #868383;
    height: 60px;
	font-size: 24px;
	padding: 10px 0 0 10px;
    margin-right: 15px; /* Optional: Adds space between the icon and content */
    display: inline-block; /* Ensures icon stays inline with content */
}
li.how-last-li{
	width: 50%;
    padding: 0;
    font-size: 16px;
    float: left;
    color: #333;
    display: flex; /* Use flexbox to align items horizontally */
    align-items: center; /* Vertically centers the icon and content */
}
.li-last i{
	padding: 20px 0 0 0 !important;
}
li.how-last-li{
	margin-top: 10px;
}
li.how-last-li i {
    padding: 0px 0 0 30px !important;
    line-height: 10px;
}
/* li.how-last-li i:first-child {
    padding: 7px 0 0 0;
    line-height: 0;
} */
.key-activity-content {
    width: 100%;
    float: left;
    height: auto; /* Adjust height to fit content dynamically */
    margin-bottom: 30px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	border-radius: 15px;
}
.key-activity p {
    width: 97%;
    margin: 0 0 2% 1%;
    float: left;
    font-size: 16px;
}
@media (max-width: 768px) {
    .how-internationalBusiness {
        width: 97%;
        float: left;
        margin: 0 auto;
        padding: 0 10px; /* Side padding added */
        box-sizing: border-box; /* Ensures padding doesn't affect width */
    }

    .how-internationalBusiness h2 {
		width: 100%;
		float: left;
        font-size: 19px;
        word-wrap: break-word; /* Breaks long words */
    }
.how-content-li i {
    display: block;
    margin-right: 5px;
	color: #868383;
}
    .key-activity {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0 0px;
    }
	.how-business {
		width: 100%;
		float: left;
		margin-bottom: 10px;
		font-size: 15px;
	}
	.how-internationalBusiness h3 {
		width: 100%;
		float: left;
		text-align: center;
		font-size: 22px;
		position: relative;
		margin: 5px auto 10px auto;
		padding: 0 0 10px 0;
	}
    .key-activity h2 {
        font-size: 22px;
        word-wrap: break-word;
		padding-bottom: 10px;
    }

    .key-activity ul {
        padding-left: 10px;
        margin: 0;
        list-style-position: inside; /* Ensures bullet points don't overflow */
    }

    .key-activity li {
        width: 100%;
        font-size: 14px;
        word-wrap: break-word; /* Break long lines in list items */
        margin-bottom: 8px; /* Add spacing between items */
    }

    .scope-how {
        width: 95%;
        float: left;
        margin: 0;
        padding: 0 0px; /* Side padding added */
    }

    .how-content-li i {
        width: 50px;
        height: 30px;
        float: left;
        margin-right: 10px;
        border-radius: 50%;
        color: #9f9393;
        font-size: 25px;
    }
    strong {
        font-weight: bold;
        font-size: 16px;
        word-wrap: break-word; /* Ensures no overflow */
    }

    .headOfPoints h3 {
        font-size: 17px;
        width: 80%; /* Removed fixed width */
        margin: 0; /* Added margin for spacing */
        word-wrap: break-word; /* Break long lines */
		padding-top: 20px;
    }

    .key-activity-content {
        margin-bottom: 10px;
        padding: 0 0; /* Added padding to avoid edge content overflow */
        box-sizing: border-box;
    }

    .key-activity p {
        font-size: 16px;
        margin: 0 5% 10px;
        word-wrap: break-word; /* Breaks long paragraphs */
    }

    .headOfPoints i {
		font-size: 26px;
		margin: 10px auto;
		width: 50px;
		padding-left: 10px;
	}

	.key-activity-content ul i {
		font-size: 20px;
		height: 45px;
		padding-top: 3px;
		padding-left: 30px;
	}
	.third-line{
		line-height: 3px;
	}
    .key-activity-content ul li {
        font-size: 14px;
        margin-bottom: 10px; /* Add spacing between items */
        padding: 0px 10px; /* Added padding for alignment */
    }
	.li-last i{
		padding: 15px 0 0 30px !important;
	}
	.li-last2 i{
		padding: 00px 0 0 30px !important;
	}
}





.head_startNow {
    width: 90%;
    margin: 0 0 6% 7%;
    float: left;
    padding-top: 50px;
}
.head_startNow p{
	width: 100%;
	float: left;
	font-size: 16px;
	margin-bottom: 30px;
}
.start-now-img {
    width: 90%;
    float: left;
    box-shadow: 0 5px 6px rgba(15, 9, 9, 0.8);
    border-radius: 15px;
    overflow: hidden;
}

.start-now-img img {
    width: 100%;
    height: 350px;
    object-fit: cover; /* Ensures the image maintains aspect ratio and covers the container */
}

@media (max-width: 768px) {
	.head_startNow {
		width: 100%;
		margin: 0 0 0 0%;
		float: left;
		padding: 0;
	}
	.head_startNow p {
		width: 100%;
		float: left;
		font-size: 15px;
		margin-bottom: 10px;
	}
	.start-now-img {
		width: 100%;
		float: left;
		box-shadow: 0 5px 6px rgba(15, 9, 9, 0.8);
		border-radius: 15px;
		overflow: hidden;
		margin-bottom: 30px;
	}
}