html{
	overflow-x: hidden;
}
body {
	font-family: "Inter", sans-serif;
	overflow-x:hidden;
	font-weight: 400;
}

a {
	text-decoration:none;
	-moz-transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
a:hover{text-decoration:none;}

.container{
	max-width: 1200px;
}
.header .container{
	max-width: 1600px;
}
.header{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}
.header .navbar-nav{
	align-items: center;
}
.header .nav-item{
	margin-left: 18px;
}
.header .nav-link{
	padding: 0!important;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}
.header .nav-link:hover{
	color: #8a9dff;
}
.header-contactbtn{
	margin-left: 30px!important;
}
.header-contactbtn .nav-link{
    background-color: #29398c;
    display: flex;
    gap: 18px;
    padding: 10px 15px !important;
    border-radius: 7px;
}
.header .dropdown-menu{
	padding: 0;
	background-color: #fff;
	border: 1px solid #29398c;
	border-radius: 4px;
}
.header .dropdown-submenu {
	position: relative;
}
.header .dropdown-submenu > a.dropdown-toggle::after {
	display: inline-block;
	float: right;
	margin-top: 7px;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
	transition: transform 0.2s ease;
}
.header .dropdown-submenu:hover > a.dropdown-toggle::after {
	transform: rotate(90deg);
}
.header .dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
	display: none;
	position: absolute;
	min-width: 190px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

@media (min-width: 992px) {
.header .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
}

.header .dropdown:hover > .dropdown-toggle::after {
        transform: rotate(180deg);
}

.header .dropdown-submenu:hover > .dropdown-menu {
        display: block;
}
}

@media (max-width: 991.98px) {
.header .dropdown-submenu > .dropdown-menu {
	position: static;
	left: 0;
	float: none;
	width: 100%;
	margin-top: 0;
	box-shadow: none;
	border: none;
	border-top: 1px solid #29398c;
	padding-left: 15px;
	background-color: #f8f9fa;
}

.header .dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
}

.header .dropdown-menu li{
	border-bottom: solid 1px #29398c;
}
.header .dropdown-menu li:last-child{
	border: none;
}
.header .dropdown-menu li a{
	font-size: 15px!important;
	padding: 8px 15px!important;
	display: block;
	color: #212529;
	text-transform: capitalize!important;
}
.header .dropdown-menu li a:hover{
	background-color: #29398c;
	color: #fff;
}

.banner-bg{
	position: relative;
}
.banner-bg img{
	width: 100%;
}
.banner-content{
	background-color: #29398c;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	display: flex;
    padding-left: 12%;
	flex-direction: column;
	justify-content: center;
}
.banner-content::after{
	content: "";
	background: url(../images/banner-border.png) no-repeat;
	position: absolute;
	right: -124px;
	top: 0;
	width: 125px;
	background-size: 100% 100%;
	height: 100%;
}
.banner-content h1{
	color: #fff;
	font-size: 44px;
	line-height: 58px;
	font-family: 'Georgia', Times, serif;
	font-weight: 700;
	margin: 0 0 18px 0;
	text-align: left;
}
.banner-content p{
	color: #fff;
	font-size: 15px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 22px;
}
.bannerbtns{
	display: flex;
	gap: 12px;
}
.bannerbtns a{
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	padding: 10px 15px;
	border: solid 1px #fff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	gap: 20px;
}
.bannerbtns a:hover{
    transform: translateY(-2px);
}
.welcomebox{
	padding: 55px 0;
}
.welcomebox-img img{
	width: 100%;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.welcomebox-content h4{
	border-bottom: solid 1px #e2e2e2;
	margin: 0;
	color: #29398c;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
.welcomebox-content h4 span{
	background-color: #fff;
	display: inline-block;
	padding-right: 10px;
	position: relative;
    top: 6px;
}
.welcomebox-content h1{
	font-family: 'Georgia', Times, serif;
	color: #696969;
	font-size: 30px;
	font-weight: 700;
	margin: 22px 0 15px 0;
}
.welcomebox-content h1 span{
	color: #29398c;
}
.welcomebox-content p{
	color: #414141;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}
.readbtn{
    background-color: #696969;
    display: inline-flex;
	color: #fff;
    gap: 18px;
    padding: 10px 15px;
    border-radius: 7px;
	font-size: 13px;
	font-weight: 500;
}
.readbtn:hover{
	background-color: #383838;
}
.welcomebox-content-bottom{
	margin-top: 20px;
}
.welcomebox-content-bottom ul{
	padding: 0;
	margin: 0;
	display: flex;
}
.welcomebox-content-bottom ul li{
	padding: 0 10px;
	border-left: solid 1px #c0c0c0;
	display: flex;
	gap: 7px;
	align-items: center;
}
.welcomebox-content-bottom ul li:first-child{
	padding-left: 0;
	border: none;
}
.welcomebox-content-bottom ul li span{
	width: 44px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 22px;
	background-color: #29398c;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.welcomebox-content-bottom ul li h5{
	color: #29398c;
	font-size: 19px;
	font-weight: 700;
	margin: 0;
}
.welcomebox-content-bottom ul li h6{
	color: #414141;
	font-size: 12px;
	font-weight: 500;
	margin: 0;
}
.ourproductsbg-head{
	margin-bottom: 40px;
	text-align: center;
}
.ourproductsbg-head h1{
	font-family: 'Georgia', Times, serif;
	font-weight: 700;
	color: #29398c;
	font-size: 30px;
	border-bottom: solid 1px #b7c0f0;
	margin: 0 0 20px 0;
}
.ourproductsbg-head h1 span{
	display: inline-block;
	padding: 0 15px;
	background-color: #fff;
	position: relative;
	top: 17px;
}
.ourproductsbg-head p{
	color: #414141;
	font-size: 15px;
	font-weight: 500;
	margin: 0;
}
.ourproduct-box{
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	overflow: hidden;
	box-shadow: 2px 2px 15px #ccc;
	margin: 10px;
}
.ourproduct-box-img{
	position: relative;
}
.ourproduct-box-img .img{
	width: 100%;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}
.ourproduct-box-img span{
    position: absolute;
    left: 20px;
    bottom: -10px;
}
.ourproduct-box-content{
	padding: 17px;
}
.ourproduct-box-content h3{
	color: #29398c;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 14px 0;
	font-family: 'Georgia', Times, serif;
}
.ourproduct-box-content h6{
	color: #606060;
	font-size: 13px;
	font-weight: 500;
	margin: 0;
	min-height: 30px;
}
.ourproduct-box-content ul{
	padding: 0;
	display: flex;
	margin: 15px 0;
}
.ourproduct-box-content ul li{
	list-style: none;
	padding: 0 10px;
    border-left: solid 1px #c0c0c0;
}
.ourproduct-box-content ul li:first-child{
	padding-left: 0;
	border: none;
}
.ourproduct-box-content ul li label{
	color: #29398c;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	display: block;
	line-height: 14px;
}
.ourproduct-box-content ul li span{
	color: #606060;
	font-size: 11px;
	font-weight: 500;
}
.ourproduct-box-content .viewbtn{
    background-color: #29398c;
    display: inline-flex;
    color: #fff;
    gap: 18px;
    padding: 10px 15px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 500;
}
.ourproduct-box-content .viewbtn:hover{
	background-color: #4459c3;
}
.explore-porducts{
	margin-top: 35px;
	text-align: center;
}
.explore-porducts a{
    border: solid 1px #29398c;
    display: inline-flex;
    color: #29398c;
    gap: 18px;
    padding: 10px 15px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 500;
}
.whochoosebg{
	padding: 40px 0;
}
.whychoose-box{
	border: solid 1px #bbbbbb;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	padding: 15px;
	height: 100%;
}
.whychoose-box h1{
	font-family: 'Georgia', Times, serif;
	font-weight: 700;
	color: #29398c;
	font-size: 30px;
	margin: 0;
}
.whychoose-box h5{
	color: #414141;
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 15px 0;
}
.whychoose-box ul{
	padding: 0;
	margin: 0;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}
.whychoose-box ul li{
	list-style: none;
	position: relative;
}
.whychoose-box ul li span{
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    background-color: #29398c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.whychoose-box ul li label{
	color: #29398c;
	font-size: 13px;
	font-weight: 600;
	margin: 7px 0 0 0;
	line-height: 13px;
}
.whychoose-box ul li p{
	color: #787878;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	line-height: 13px;
}
.rightarrow{
	color: #29398c;
	font-size: 20px;
	position: absolute;
    right: 0;
    top: 7px;
}

.global-presence-bg{
	background: url(../images/global-presence.jpg) no-repeat;
	background-size: cover;
	padding: 40px 0;
}
.global-presence-map{
	text-align: right;
}
.global-presence-map img{
	max-width: 100%;
}
.global-presence-content h1{
	font-family: 'Georgia', Times, serif;
	font-weight: 700;
	color: #fff;
	font-size: 40px;
	margin: 45px 0 0 0;
}
.global-presence-content h3{
	color: #c5cfff;
	font-size: 20px;
	font-weight: 500;
	margin: 20px 0;
}
.global-presence-content p{
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	margin: 0;
}
.global-presence-content ul{
	margin: 25px 0;
	padding: 0;
}
.global-presence-content ul li{
	list-style: none;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-size: 14px;
	margin: 8px 0;
}
.global-presence-content a {
    background-color: #fff;
    display: inline-flex;
    color: #28388b;
    gap: 18px;
    padding: 10px 15px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 500;
	text-transform: uppercase;
}
.global-presence-content a:hover{
	background-color: #4e64d4;
	color: #fff;
}
.certifications-bg{
	background-color: #f1f1f1;
	padding: 35px 0;
}

.certifications-bg-inner{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
.certifications-content{
    max-width: 35%;
}
.certifications-content h1{
	font-family: 'Georgia', Times, serif;
	font-weight: 700;
	color: #29398c;
	font-size: 30px;
	margin: 0;
}
.certifications-content h3{
	color: #3a3a3a;
	font-size: 22px;
	font-weight: 500;
	margin: 5px 0 10px 0;
}
.certifications-content p{
	color: #414141;
	font-size: 14px;
	line-height: 21px;
}
.certifications-content a{
    background-color: #29398c;
    display: inline-flex;
    color: #fff;
    gap: 18px;
    padding: 10px 15px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 500;
	text-transform: uppercase;
}
.certifications-content a:hover{
	background-color: #4459c3;
}
.certifications-logos{
	display: flex;
	gap: 5px;
}
.certifications-logobox{
	flex: 1;
	padding: 20px;
	text-align: center;
	background-color: #fff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	min-width: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.certifications-logobox label{
	color: #3a3a3a;
	font-size: 16px;
	font-weight: 700;
	display: block;
	margin: 5px 0 0 0;
}
.certifications-logobox p{
	margin: 0;
	color: #3a3a3a;
	font-size: 13px;
	font-weight: 500;
}

.footerbg{
	background: url(../images/footerbg.jpg) no-repeat;
	background-size: cover;
}
.footer-top{
	padding: 30px 0;
}
.footerlogo{
	margin-bottom: 25px;
}
.footer-top h1{
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	margin: 0 0 18px 0;
}
.footer-top-inner{
	display: flex;
	gap: 20px;
	justify-content: space-between;
}
.footer-info p{
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 3px 0;
}
.footer-info p a{
	color: #fff;
}
.footer-info p a:hover{
	color: #526bee;
}
.footer-info p label{
	font-weight: 700;
}
.footer-links ul{
	padding: 0;
	margin: 0;
}
.footer-links ul li{
	list-style: none;
	margin-bottom: 3px;
}
.footer-links ul li a{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.footer-links ul li a:hover{
	color: #526bee;
}
.quicklinks{
	display: flex;
	gap: 30px;
}
.footer-newsletter p{
	color: #fff;
	font-size: 15px;
	line-height: 23px;
}

.newsletter-input{
	display: flex;
}
.newsletter-input .form-control{
    height: 42px;
    border: none;
    border-radius: 7px 0 0 7px;
    color: #364699;
    font-size: 15px;
}
.newsletter-input .form-control::placeholder{
	color: #364699;
}
.newsletter-input button{
    background-color: #526bee;
    height: 42px;
    border: none;
    padding: 0 15px;
    border-radius: 0 7px 7px 0;
    color: #fff;
}
.newsletter-input button:hover{
	background-color: #4959b4;
}
.footer-bottom{
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: solid 2px #7680b5;
}
.copyright{
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}
.footer-social{
	display: flex;
	gap: 10px;
}
.footer-social a{
	border: solid 1px #fff;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: #29398c;
	width: 30px;
    height: 30px;
}
.footer-social a:hover{
	background: none;
	color: #fff;
}
.innerbannerbg{
	position: relative;
}
.innerbannerbg img{
	width: 100%;
}
.innerbanner-heading{
	position: absolute;
	left: 0;
	bottom: 60px;
	width: 100%;
}
.innerbanner-heading h1{
	font-family: 'Georgia', Times, serif;
	font-weight: 700;
	color: #fff;
	font-size: 44px;
	margin: 0;
}
.whoweare-content ul li{
	flex-direction: column;
	padding: 0 40px;
    text-align: center;
}

.about-mid-bg img{
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.about-mid-bg h3{
	font-family: 'Georgia', Times, serif;
	font-weight: 700;
	color: #696969;
	font-size: 16px;
	margin: 0;
}
.about-mid-bg h1{
	font-family: 'Georgia', Times, serif;
	font-weight: 700;
	color: #29398c;
	font-size: 25px;
	margin: 10px 0;
}
.about-mid-bg p{
	color: #414141;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	font-weight: 500;
}
.commitment-content ul li{
	flex-direction: column;
	padding: 0 40px;
	align-items: start;
}
.visionbox{
	height: 100%;
	border: solid 1px #c2c2c2;
	padding: 25px 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	display: flex;
	gap: 17px;
}
.visionbox h1{
	color: #29398c;
	font-size: 25px;
	font-family: 'Georgia', Times, serif;
	font-weight: 700;
	margin: 0 0 18px 0;
}
.visionbox p{
	color: #414141;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.visionbox img{
	width: 58px;
	height: 58px;
}
.ceomsg-bg{
	padding: 50px 0;
}
.ceomsg{
	background-color: #29398c;
	padding: 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	display: flex;
	gap: 20px;
	height: 100%;
	align-items: start;
}
.ceomsg h2{
	color: #fff;
	font-size: 16px;
	font-family: 'Georgia', Times, serif;
	font-weight: 700;
	margin: 0;
}
.ceomsg h1{
	color: #fff;
	font-size: 25px;
	font-family: 'Georgia', Times, serif;
	font-weight: 700;
	margin: 10px 0 13px 0;
}
.ceomsg h3{
	color: #b1beff;
	font-size: 16px;
	font-family: 'Georgia', Times, serif;
	font-weight: 700;
	margin: 0 0 18px 0;
}
.ceomsg p{
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.ceomsg img{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.ourteam-about{
	background-color: #808080;
	padding: 45px 0;
}
.ourteam-about h1{
	color: #fff;
	font-size: 25px;
	font-family: 'Georgia', Times, serif;
	font-weight: 700;
	margin: 0;
}
.ourteam-about p{
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
.contactbg{
	padding: 75px 0;
}
.contact-info ul{
	padding: 0;
	margin: 0;
}
.contact-info ul li{
	display: flex;
	align-items: start;
	gap: 15px;
	list-style: none;
	margin: 0 0 35px 0;
}
.contact-info ul li h1{
	color: #29398c;
	font-size: 25px;
	font-family: 'Georgia', Times, serif;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.contact-info ul li p{
	color: #414141;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.contact-info ul li .mapicon{
	width: 67px;
	height: 67px;
	min-width: 67px;
	min-height: 67px;
	background-color: #dcdfec;
	color: #29398c;
	font-size: 35px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-form{
	padding: 25px;
	background-color: #959595;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.contact-form label{
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 10px;
}
.contact-form .form-control{
	height: 46px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	color: #000;
	font-size: 14px;
	border: none;
	background-color: #fff;
}
.contact-form .form-control::placeholder{
	color: #909090;
}
.form-submit{
	color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
	background-color: #29398c;
    display: flex;
    gap: 18px;
    padding: 10px 15px !important;
    border-radius: 7px;
	border: none;
}
.certificationspage-bg{
	padding-top: 40px;
}
.certificationspage-bg h3 {
    font-family: 'Georgia', Times, serif;
    color: #696969;
    font-size: 16px;
    font-weight: 700;
    margin: 0px 0 15px 0;
}
.certificationspage-bg h1 {
    font-family: 'Georgia', Times, serif;
    color: #29398c;
    font-size: 25px;
    font-weight: 700;
    margin: 0px 0 20px 0;
}
.certificationspage-bg p{
	color: #414141;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 40px 0;
	font-weight: 500;
}
.globalpresencemap-bg{
	text-align: right;
}
.global-presence-map{
	max-width: 478px;
	display: inline-block;
}
.global-presence-map {
    position     : relative;
    overflow     : visible;
    border-radius: 20px;
    background   : transparent;
    display      : inline-block;
    width        : 100%;
}

.global-presence-map .map-image {
    display      : block;
    width        : 100%;
    height       : auto;
    border-radius: 20px;
}

/* ----- ANIMATED MARKERS ----- */
.map-marker {
    position      : absolute;
    width         : 18px;
    height        : 18px;
    border-radius : 50%;
    background    : #ffffff;
    box-shadow    : 0 0 0 0 rgba(255, 255, 255, 0.9);
    transform     : translate(-50%, -50%);
    animation     : marker-pulse 2.4s ease-in-out infinite;
    pointer-events: none;
    z-index       : 5;
    border        : 2px solid rgba(255, 255, 255, 0.6);
    transition    : all 0.3s ease;
}

/* Inner glow ring */
.map-marker::after {
    content      : '';
    position     : absolute;
    inset        : -6px;
    border-radius: 50%;
    border       : 2px solid rgba(255, 255, 255, 0.25);
    animation    : marker-ring 2.4s ease-in-out infinite;
}

/* Different delays for natural feel */
.map-marker:nth-child(2) {
    animation-delay: 0.15s;
}

.map-marker:nth-child(2)::after {
    animation-delay: 0.15s;
}

.map-marker:nth-child(3) {
    animation-delay: 0.3s;
}

.map-marker:nth-child(3)::after {
    animation-delay: 0.3s;
}

.map-marker:nth-child(4) {
    animation-delay: 0.45s;
}

.map-marker:nth-child(4)::after {
    animation-delay: 0.45s;
}

.map-marker:nth-child(5) {
    animation-delay: 0.6s;
}

.map-marker:nth-child(5)::after {
    animation-delay: 0.6s;
}

.map-marker:nth-child(6) {
    animation-delay: 0.75s;
}

.map-marker:nth-child(6)::after {
    animation-delay: 0.75s;
}

.map-marker:nth-child(7) {
    animation-delay: 0.9s;
}

.map-marker:nth-child(7)::after {
    animation-delay: 0.9s;
}

.map-marker:nth-child(8) {
    animation-delay: 1.05s;
}

.map-marker:nth-child(8)::after {
    animation-delay: 1.05s;
}

.map-marker:nth-child(9) {
    animation-delay: 1.2s;
}

.map-marker:nth-child(9)::after {
    animation-delay: 1.2s;
}

.map-marker:nth-child(10) {
    animation-delay: 0.2s;
}

.map-marker:nth-child(10)::after {
    animation-delay: 0.2s;
}

.map-marker:nth-child(11) {
    animation-delay: 0.35s;
}

.map-marker:nth-child(11)::after {
    animation-delay: 0.35s;
}

.map-marker:nth-child(12) {
    animation-delay: 0.5s;
}

.map-marker:nth-child(12)::after {
    animation-delay: 0.5s;
}

.map-marker:nth-child(13) {
    animation-delay: 0.65s;
}

.map-marker:nth-child(13)::after {
    animation-delay: 0.65s;
}

.map-marker:nth-child(14) {
    animation-delay: 0.8s;
}

.map-marker:nth-child(14)::after {
    animation-delay: 0.8s;
}

.map-marker:nth-child(15) {
    animation-delay: 0.95s;
}

.map-marker:nth-child(15)::after {
    animation-delay: 0.95s;
}

.map-marker:nth-child(16) {
    animation-delay: 1.1s;
}

.map-marker:nth-child(16)::after {
    animation-delay: 1.1s;
}

.map-marker:nth-child(17) {
    animation-delay: 1.25s;
}

.map-marker:nth-child(17)::after {
    animation-delay: 1.25s;
}

.map-marker:nth-child(18) {
    animation-delay: 0.1s;
}

.map-marker:nth-child(18)::after {
    animation-delay: 0.1s;
}

.map-marker:nth-child(19) {
    animation-delay: 0.4s;
}

.map-marker:nth-child(19)::after {
    animation-delay: 0.4s;
}

@keyframes marker-pulse {
    0% {
        transform : translate(-50%, -50%) scale(0.8);
        opacity   : 0.6;
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }

    50% {
        transform : translate(-50%, -50%) scale(1.4);
        opacity   : 1;
        box-shadow: 0 0 30px 12px rgba(255, 255, 255, 0.4);
    }

    100% {
        transform : translate(-50%, -50%) scale(0.8);
        opacity   : 0.6;
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
    }
}

@keyframes marker-ring {
    0% {
        transform: scale(0.7);
        opacity  : 0.5;
    }

    50% {
        transform: scale(2.4);
        opacity  : 0.05;
    }

    100% {
        transform: scale(0.7);
        opacity  : 0.5;
    }
}

/* Hover effect on markers */
.global-presence-map .map-marker:hover {
    animation-play-state: paused;
    transform           : translate(-50%, -50%) scale(1.8);
    background          : #ffffff;
    box-shadow          : 0 0 40px 20px rgba(255, 255, 255, 0.8);
    z-index             : 10;
}

.global-presence-map .map-marker:hover::after {
    animation-play-state: paused;
    transform           : scale(3);
    opacity             : 0.1;
}

/* Small screens */
@media (max-width: 767px) {
    .map-marker {
        width : 12px;
        height: 12px;
    }

    .map-marker::after {
        inset: -4px;
    }
}

/* ===== MARKER POSITIONING GUIDE ===== */
.show-grid .global-presence-map {
    background:
        linear-gradient(rgba(255, 0, 0, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 0, 0, 0.1) 1px, transparent 1px);
    background-size    : 10% 10%;
    background-position: center center;
}

.show-grid .global-presence-map::before {
    content      : 'Grid ON - Use % values for positioning';
    position     : absolute;
    top          : 10px;
    left         : 50%;
    transform    : translateX(-50%);
    background   : rgba(255, 0, 0, 0.8);
    color        : white;
    padding      : 5px 15px;
    border-radius: 5px;
    font-size    : 12px;
    z-index      : 20;
    font-weight  : bold;
}

.grid-toggle {
    position     : fixed;
    bottom       : 20px;
    right        : 20px;
    z-index      : 999;
    background   : #29398c;
    color        : white;
    border       : none;
    padding      : 10px 20px;
    border-radius: 8px;
    cursor       : pointer;
    font-size    : 14px;
    font-weight  : 600;
    box-shadow   : 0 4px 15px rgba(0, 0, 0, 0.2);
}

.grid-toggle:hover {
    background: #1a2866;
}
.marker-algeria{
	top: 6%;
    left: 31%;
}
.marker-libya {
    top: 3%;
    left: 43%;
}
.marker-tunisia {
    top: 10%;
    left: 70%;
}
.marker-gambia {
    top: 22.5%;
    left: 17%;
}
.marker-burkina {
    top: 22%;
    left: 43%;
}
.marker-niger {
    top: 19.5%;
    left: 64.5%;
}
.marker-sierra {
    top: 33%;
    left: 17%;
}
.marker-guinea {
    top: 25%;
    left: 26%;
}
.marker-benin {
    top: 37%;
    left: 42%;
}
.marker-ethiopia {
    top: 32%;
    left: 80%;
}
.marker-cote-ivoire {
    top: 38%;
    left: 23.5%;
}
.marker-togo {
    top: 39%;
    left: 34%;
}
.marker-angola {
    top: 63%;
    left: 54%;
}
.marker-equatorial-guinea {
    top: 47%;
    left: 48%;
}
.marker-zambia {
    top: 64%;
    left: 71%;
}
.marker-zimbabwe {
    top: 74%;
    left: 68%;
}
.marker-djibouti {
    top: 22%;
    left: 74%;
}
.marker-uganda {
    top: 42%;
    left: 76.8%;
}
.marker-kenya {
    top: 53.5%;
    left: 74.5%;
}

.ourexport-bg{
	padding: 65px 0px;
}
.ourexport-bg-inner{
	background: url(../images/our-export-bg.jpg) no-repeat;
	background-size: cover;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 30px;
	display: flex;
	align-items: center;
	gap: 25px;
}
.ourexport-left h1{
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	font-family: 'Georgia', Times, serif;
	margin: 0 0 20px 0;
	color: #fff;
}
.ourexport-left-inner{
	display: flex;
	gap: 40px;
}
.ourexport-left-inner ul{
	padding: 0;
	margin: 0;
}
.ourexport-left-inner ul li{
	list-style: none;
	display: flex;
	gap: 12px;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
	margin: 5px 0;
}
.ourexport-right{
    max-width: 32%;
}
.ourexport-right h3{
	font-size: 16px;
	font-weight: 700;
	font-family: 'Georgia', Times, serif;
	margin: 0 0 10px 0;
	color: #c9d2ff;
}
.ourexport-right h1{
	font-size: 25px;
	font-weight: 700;
	font-family: 'Georgia', Times, serif;
	margin: 0 0 25px 0;
	color: #fff;
}
.ourexport-right p{
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #fff;
	margin: 0;
}
.reliable-export-bg{
	margin-bottom: 80px;
}
.reliableexportbg-inner{
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	background: url(../images/reliable-export-bg.png) no-repeat right center #fff;
	background-size: auto 100%;
}
.reliableexportbg-inner h3{
	font-size: 16px;
	font-weight: 700;
	font-family: 'Georgia', Times, serif;
	margin: 0 0 10px 0;
	color: #696969;
}
.reliableexportbg-inner h1{
	font-size: 30px;
	font-weight: 700;
	font-family: 'Georgia', Times, serif;
	margin: 0 0 25px 0;
	color: #29398c;
}
.reliableexportbg-inner p{
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #414141;
}
.reliableexportbg-inner ul{
	padding: 0;
	margin: 0;
}
.reliableexportbg-inner ul li{
	list-style: none;
	display: flex;
	gap: 12px;
	font-weight: 500;
	font-size: 16px;
	color: #414141;
	white-space: nowrap;
	margin: 5px 0;
}
.reliableexportbg-inner-content{
    max-width: 45%;
}
.request-quote h1{
	font-size: 30px;
	font-weight: 700;
	font-family: 'Georgia', Times, serif;
	margin: 0 0 25px 0;
	color: #29398c;
}
.request-quote p{
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #414141;
	margin: 0;
}
.customized-packaging-bg{
	padding: 50px 0;
}
.customized-packaging-bg h1{
	font-size: 30px;
	font-weight: 700;
	font-family: 'Georgia', Times, serif;
	margin: 0 0 25px 0;
	color: #29398c;
}
.customized-packaging-bg p{
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #414141;
}
.customized-packaging-table{
	margin-bottom: 20px;
}
.customized-packaging-table tr th{
	padding: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	background-color: #29398c;
	border: solid 2px #fff;
}
.customized-packaging-table tr td{
	padding: 20px;
	color: #29398c;
	font-size: 16px;
	font-weight: 500;
	background-color: #d8d8d8;
	border: solid 2px #fff;
}
.customized-packaging-table .bi-check2{
	font-size: 25px;
}

.slidebg{
    display: flex;
    gap: 25px;
	flex-direction: column;
}
.slidethumb{
    width: 100%;
}
.slidethumb img{
    width: 100%;
}
.slideshow{
    width: 100%;
	border: solid 2px #dfdfdf;
    border-radius: 15px;
    padding: 25px 50px;
}
.slideshow img{
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.slidethumb ul{
    padding: 0;
    margin: 0;
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.slidethumb li{
    list-style: none;
    margin-bottom: 10px;
}
.slidethumb li a{
    display: block;
    border: solid 2px #dfdfdf;
    border-radius: 15px;
    padding: 15px;
}
.breakbulkbg{
	padding-bottom: 80px;
}
.breakbulkbg h1{
    font-size: 30px;
    font-weight: 700;
    font-family: 'Georgia', Times, serif;
    margin: 0 0 25px 0;
    color: #29398c;
}
.breakbulkbg img{
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.whitericeimg{
	border: solid 1px #ccc;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 25px;
}
.whitericeimg img{
	max-height: 380px;
	max-width: 100%;
}
.innerbanner-heading p{
	color: #fff;
	font-size: 16px;
	margin: 15px 0 0 0;
	font-weight: 500;
}
.basmati-rice-img{
	border: solid 1px #ccc;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 25px;
}
.basmati-rice-img img{
	max-height: 380px;
	max-width: 100%;
}
.basmati-rice-content h1{
	color: #29398c;
	font-weight: 700;
	font-size: 30px;
	font-family: 'Georgia', Times, serif;
	margin: 0 0 25px 0;
}
.basmati-rice-content p{
	color: #414141;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}
.basmati-rice-content .readbtn{
	display: inline-flex;
	gap: 22px;
	padding: 11px 17px;
	background-color: #29398c;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}
.basmati-rice-content .readbtn:hover{
	background-color: #112071;
}
.mobilemenu{
	display: none;
}

@media only screen and (min-width: 1141px) and (max-width: 1400px) {
	.banner-content p br{display: none;}
	.banner-content h1{font-size: 34px; line-height: 44px;}
	.banner-content{padding-left: 2%;}
}
@media only screen and (min-width: 992px) and (max-width: 1140px) {
	.banner-content h1{font-size: 24px; line-height: 38px;}
	.banner-content{width: 50%; padding-left: 2%;}
	.banner-content p br{display: none;}
	.commitment-content ul li{padding: 0 30px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header{background-color: #29398c; position: inherit;}
	.banner-content{position: inherit; width: 100%; padding: 20px 15px;}
	.header .nav-item{margin-left: 8px;}
	.header .nav-link{font-size: 10px;}
	.header-contactbtn{margin-left: 0px !important;}
	.certifications-logobox img{width: 50px;}
	.certifications-logobox{min-width: 150px;}
	.certifications-bg-inner{gap: 15px;}
	.visionbox{flex-direction: column;}
	.commitment-content ul li{padding: 0 13px;}
	.contact-info ul li .mapicon{width: 45px; height: 45px; font-size: 25px; min-width: 45px; min-height: 45px;}
	.ourexport-bg-inner{flex-direction: column;}
	.reliableexportbg-inner{background: #dad5fc;}
	.ourexport-right{max-width: 100%;}
	.reliableexportbg-inner-content{max-width: 100%; padding: 20px;}
}
@media only screen and (max-width: 767px) {
	.header{background-color: #29398c; position: inherit;}
	.navbar-toggler{background-color: #fff;}
	.banner-content{position: inherit; width: 100%; padding: 20px 15px;}
	.banner-content h1{font-size: 30px; line-height: 38px;}
	.header-contactbtn .nav-link{padding: 0 !important;}
	.header .navbar-nav{gap: 15px;}
	.banner-content p br{display: none;}
	.bannerbtns a{font-size: 10px;}
	.welcomebox-content-bottom ul{display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px;}
	.welcomebox-content-bottom ul li:first-child{padding-left: 10px;}
	.welcomebox-content-bottom ul li{border: none;}
	.whychoose-box ul{display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px;}
	.rightarrow{right: 30%;}
	.certifications-bg-inner{display: block;}
	.certifications-logos{flex-direction: column;}
	.certifications-content{max-width: 100%; margin-top: 20px;}
	.footer-top-inner{flex-direction: column;}
	.footer-bottom{text-align: center;}
	.innerbanner-heading{bottom: 10px;}
	.innerbanner-heading h1{font-size: 25px;}
	.whoweare-content ul li:first-child{padding-left: 40px!important;}
	.commitment-content ul li:first-child{padding-left: 40px!important;}
	.ceomsg{flex-direction: column;}
	.contact-info ul li .mapicon{width: 45px; height: 45px; font-size: 25px; min-width: 45px; min-height: 45px;}
	.ourexport-bg-inner{flex-direction: column;}
	.ourexport-left-inner{flex-direction: column; gap: 0;}
	.ourexport-right{max-width: 100%;}
	.reliableexportbg-inner-content{max-width: 100%; padding: 20px;}
	.reliableexportbg-inner{background: #dad5fc;}
	.globalpresencemap-bg{text-align: center;}
	.slidethumb li a{border-radius: 5px; padding: 5px;}
	.customized-packaging-table{overflow-x: scroll;}
	.customized-packaging-table tr th, .customized-packaging-table th td{padding: 10px; white-space: nowrap;}
	.header .nav-link{text-align: center;}
	.footer-bottom{flex-direction: column; gap: 20px;}
	.header{display: none;}
	.mobilemenu{display: block;}
}




/* newsletter */
  #toast-message{
    position:fixed;
    top:20px;
    right:20px;
    z-index:99999;
}

.toast-success{
    background:#28a745;
    color:#fff;
    padding:15px 25px;
    border-radius:5px;
    font-size:15px;
    box-shadow:0 4px 10px rgba(0,0,0,.2);
}

.toast-error{
    background:#dc3545;
    color:#fff;
    padding:15px 25px;
    border-radius:5px;
    font-size:15px;
    box-shadow:0 4px 10px rgba(0,0,0,.2);
}
