@font-face {
	font-display: block;
	font-family: "Poppins Regular";
	src: url("../fonts/Poppins/Poppins-Regular.ttf");
}
@font-face {
	font-display: block;
	font-family: "Poppins Thin";
	src: url("../fonts/Poppins/Poppins-Thin.ttf");
}
@font-face {
	font-display: block;
	font-family: "Poppins Light";
	src: url("../fonts/Poppins/Poppins-Light.ttf");
}
@font-face {
	font-display: block;
	font-family: "Poppins Medium";
	src: url("../fonts/Poppins/Poppins-Medium.ttf");
}
@font-face {
	font-display: block;
	font-family: "RedRose Regular";
	src: url("../fonts/Red_Rose/RedRose-SemiBold.ttf");
}

body {
    margin: 0;
    font-family: "Poppins Regular",Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ======== Header Top  ======= */
.top-header {
	
}
.top-header .top-header-div {
	padding: 15px 0px;
	font-size: 14px;
	font-family: "Poppins Light",Sans-serif;
}
.top-header .bg-red {
	background: #de200b;
}
.top-header .bg-curve {
	background-color: transparent;
    background-image: linear-gradient(240deg, #de200b 72%, #FFFFFF 28%);
}
.top-header a {
	color: white;
	text-decoration:none;
}
.top-header ul.social-links li {
	list-style-type:none;
	display:inline-block;
}
.top-header ul.social-links a.social-link {
	color:#de200b;
	font-size:14px;
	background-color: white;
    padding:0.25rem 0.4rem;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}
.top-header ul.social-links a.social-link:hover {
	opacity:0.9;
}
.phone-spin {
	animation: spin 1s;
	animation-iteration-count: infinite;
	display: inline-block;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  50% { transform: translate(-10px, 20px) rotate(-45deg); }
  100% { transform: translate(10px, -20px) rotate(45deg); }
}
/* ======== Header Body ========== */
.navbar-toggler {
	border:none;
}
.navbar-toggler:focus {
	border:1px solid;
	box-shadow: none;
}
.dropdown-item {
	padding: 8px 16px;
	font-family: "Poppins Medium",Sans-serif;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #de200b;
}
.header-body .navbar-nav .nav-link {
	color: #000000;
	position: relative;
	font-family: "Poppins Medium",Sans-serif;
}
.header-body .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #DE200B;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}
.header-body .navbar-nav .nav-link.active,.header-body .navbar-nav .nav-link:hover, .header-body .navbar-nav .show>.nav-link {
    color: #DE200B;
}
.header-body .navbar-nav .nav-link:hover:before, .header-body .navbar-nav li:hover>.nav-link:before {
    visibility: visible;
    width: 100%;
}
.dropdown-submenu .dropdown-menu{
	display:none !important;
}
.dropdown-submenu:hover > .dropdown-menu{
	display: block !important;
    left: 100%;
    margin-top: -37px;
}

/* =========== Home Content ============ */
.more-link {
	padding: 0.5rem 1rem;
    font-family: "Poppins Regular", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #DE200B;
    border-style: solid;
    border-width: 0px 0px 4px 0px;
    border-color: #0B2035;
    border-radius: 10px 10px 10px 10px;
	text-decoration:none;
}
.read-link {
    font-family: "Poppins Regular", Sans-serif;
	color: #DE200B;
	text-decoration:none;
}
.read-link:hover {
	text-decoration:underline;
}
.section {
	margin-top: 40px;
    margin-bottom: 0px;
    padding: 90px 0px 80px 0px;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.section .section-bg-overlay {
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.section .section-head {
	margin-bottom: 20px;
}
.section .section-head .section-icon img{
	width: 60px;
}
.section .section-head .section-title {
	text-transform: uppercase;
	color: #DE200B;
    font-family: "Poppins Regular", Sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.section .container {
	position: relative;
}
.section .section-body .headtitle {
	color: #000000;
    /*font-family: "RedRose Regular", Sans-serif;*/
    font-family: initial;
    font-size: 50px;
	padding: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}
.section .section-body .desc {
	color: #000000;
    font-family: "Poppins Regular", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.who-we-are {
	position: relative;
	background-image: url(../images/home/map.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.who-we-are .section-bg-overlay {
	background-color: #FFFFFF;
    opacity: 0.94;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.section-body ul.cert-list li {
	background-color: #FFFFFF;
	display:inline-block;
	width: 30%;
	list-style-type: none;
	margin: 0px 10px 10px 0px;
    padding: 15px 15px 15px 15px;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 50%);	
}
.section-body ul.cert-list li:last-child {
	margin-right:0px;
}
/*
.section-body ul.cert-list li .cert-img {
	width: 75px;
}*/
.section .anniversary-info img {
	width: 100%;
    max-width: 500px;
    height: auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    display: inline-block;
    -webkit-mask-image: url(../images/home/15.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}

.prompt-commit {
	position: relative;
	background-color: transparent;
    background-image: linear-gradient(180deg, #E80019 0%, #650000 100%);
	padding: 30px 10px 0px 10px;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.prompt-commit .comm {
	width:100%;
	text-align:center;
}
.prompt-commit .comm img {
	vertical-align: middle;
    display: inline-block;
	height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.prompt-commit .comm img.img-left {
	width: 72%;
    max-width: 72%;
}
.prompt-commit .comm img.img-right {
	width: 100%;
}
.prompt-commit .txt-content {
	align-content: center;
    align-items: center;
	justify-content: center;
	padding: 50px 0px 50px 0px;
}
.prompt-commit .txt-content h2 {
    font-family: "Poppins Regular", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
	margin:0px;
}
.prompt-commit .txt-content h1 {
    font-family: "Poppins Regular", Sans-serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 1.3em;
	margin:0px;
}
.prompt-commit .txt-content p {
    font-family: "Poppins Regular", Sans-serif;
    font-size: 16px;
	margin:0px;
}

.our-services {
	position: relative;
	background-image: url(../images/home/world.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.our-services .section-bg-overlay {
	opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.our-services .section-details {
	background-image: url(../images/home/service.png);
    background-position: 774px 1px;
    background-repeat: no-repeat;
    background-size: 30% auto;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.our-services .service-div {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 30px;
    border-radius: 15px;
    padding: 20px 30px;
    width: 100%;
    height: 93%;
}
.our-services .service-div .service-icon img {
	width:80px;
}
.our-services .service-div .service-title {
	font-family: "Poppins Regular", Sans-serif;
    font-size: 18px;
    font-weight: 600;
	margin-bottom: 13px;
    color: #000000;
	display: inline-block;
    padding-bottom: 8px;
	border-bottom: 4px solid #eeeeee;
    transition: 0.3s;
}
.our-services .service-div:hover .service-title {
	border-color: #DE200B;
}
.our-services .service-div .service-desc {
	color: #000000;
    font-family: "Poppins Regular", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.fast-reliable {
	background-color: #b40816;
	position: relative;
	background-image: url(../images/home/use.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height:600px;
}
/*.fast-reliable .section-bg-overlay {
    background-color:#DE200B;
	opacity:0.5;
}*/
.fast-reliable .section-details {
	background-image: url(../images/home/line.png);
    background-position: -14px 28px;
    background-repeat: no-repeat;
    background-size: 13% auto;
	padding: 70px 0px 0px 40px;
}
.fast-reliable .section-details .section-head {
	padding: 0px 0px 0px 30px;
}
.fast-reliable .section-details .section-body {
	padding: 0px 0px 0px 30px;
}
.fast-reliable .section-details .section-body .headtitle {
	font-size: 64px;
    line-height: 1.2em;
	color: #FFFFFF;
}
.fast-reliable .section-details .section-body .desc {
	color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6em;
}


.e-comm {
    background-color: #F7F7F7;
    opacity: 0.86;
}
.e-comm .comm-div .comm-head {
    padding: 30px 27px 30px 27px;
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
	display:flex;
}
.e-comm .comm-div .comm-head .comm-icon {
    background-color: #DE200B;
    fill: #FFFFFF;
    color: #FFFFFF;
	font-size: 22px;
    margin-right: 10px;
    border-radius: 5px 5px 5px 5px;
	padding: 0.5em;
	line-height: 1;
	height: 45px;
}
.e-comm .comm-div .comm-head .comm-title {
	font-family: "Poppins Regular", Sans-serif;
    font-size: 16px;
    font-weight: 600;
	color: #000000;
	margin: 12px 6px;
}
.e-comm .comm-div .comm-body .comm-desc {
	font-family: "Poppins Regular", Sans-serif;
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	margin-bottom: 20px;
}

.coverage {
	padding: 40px 0px;
}
.coverage .section-head .section-title {
	color: #DE200B;
    font-family: "Poppins Regular", Sans-serif;
    font-size: 18px;
    font-weight: 600;
	text-decoration:uppercase;
}
.coverage .section-body .headtitle {
	color: #DE200B;
    /*font-family: "RedRose Regular", Sans-serif;*/
    font-family: initial;
    font-size: 60px;
    line-height: 1em;
}
.coverage .coverage-container {
	position: relative;
    min-width: 200px;
    max-width: 56%;
}
.coverage .coverage-container .coverage-image {
    width:100%;
	max-width: 100%;
}
.coverage .coverage-container .coverage-hotspot {
    z-index: 1;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
}
.coverage .coverage-container .hotspot-icon {
	cursor: pointer;
    position: relative;
    display: grid;
    grid-auto-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #DE200B;
    font-size: 10px;
}
.coverage .coverage-container .hotspot-icon:before {
    z-index: -2;
    content: "";
    width: 100%;
    height: 100%;
    left: -5px;
    top: -5px;
    position: absolute;
    padding: 5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.hotspot-outer-circle, .hotspot-inner-circle {
    content: "";
    display: inline-block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 50%;
}
@-webkit-keyframes hotspot-expand {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 1;
	}

	to {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes hotspot-expand {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 1;
	}

	to {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
.coverage .coverage-container .hotspot-icon .hotspot-outer-circle {
    -webkit-animation: hotspot-expand 2s infinite;
    animation: hotspot-expand 2s infinite;
	width: 4px;
    height: 4px;
	padding:4px;
	background-color: #DE200B;
}
.coverage .coverage-container .hotspot-icon .hotspot-inner-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #DE200B;
    padding: 3px;
}

.testimonials {
	background-color: #DE200B;
}
.testimonials .section-title {
	color: #DE200B;
    font-family: "Poppins Regular", Sans-serif;
    font-size: 14px;
    font-weight: 600;
	margin-bottom: 15px;
}
.testimonials .headtitle {
	color: #000000;
    /*font-family: "RedRose Regular", Sans-serif;*/
    font-family: initial;
    font-size: 30px;
    line-height: 1.5em;
	margin-bottom: 20px;
}
.testimonials .testimonial-img {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #FFEDEB;
    background-image: url(../images/home/happy_client.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonials .testimonial-img .bg-overlay {
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background-color: #000000;
    opacity: 0.3;
}
.testimonials .testimonial-details {
	height: 100%;
    width: 100%;
    position: relative;
	padding: 42px 0px 0px 0px;
}
.testimonials .testimonial-details .tst-inner {
	width: 100%;
	background-color: #FFFFFF;
	margin: 0px 0px -29px -45px;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0px 11px 28px -9px rgb(0 0 0 / 32%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.testimonials .txt-div {
	
}
.testimonials .txt-div .txt-body {
	margin-bottom:15px;
	color: #000000;
    font-family: "Poppins Regular", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
	min-height:130px;
}
.testimonials .txt-div .txt-body .quote-icon-left, .testimonials .txt-div .txt-body .quote-icon-right {
    color: #DE200B;
    font-size: 26px;
    line-height: 0;
	display: inline-block;
    position: relative;
}
.testimonials .txt-div .txt-body .quote-icon-left {
    left: 0px;
}
.testimonials .txt-div .txt-body .quote-icon-right {
    right: 0px;
    top: 5px;
    transform: scale(-1, -1);
}
.testimonials .txt-div .txt-foot {
    display:flex;
	margin-bottom:10px;
	position: relative;
    width: 100%;
    height: 100%;
}
.testimonials .txt-div .txt-foot .txt-img {
    width:100px;
}
.testimonials .txt-div .txt-foot .txt-name {
    margin-left: 15px;
}
.testimonials .txt-div .txt-foot .txt-name span {
    display:block;
}
.testimonials .txt-div .txt-foot .own-name {
    color: #000000;
    font-family: "Poppins Regular", Sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.testimonials .txt-div .txt-foot .own-occ {
    color: #DE200B;
    font-family: "Poppins Regular", Sans-serif;
    font-size: 12px;
    font-weight: 400;
}
.testimonials .carousel-indicators {
    margin: 25px auto 15px auto;
	bottom: -30px;
}
.testimonials .carousel-indicators button {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000000;
	border-radius:50%;
}
.testimonials .carousel-indicators button.active {
    background-color: #DE200B;
}


/* Swiper container stylng */
.myCerts {
	width: 100%;
	height: 100%;
	margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.myClients {
	width: 100%;
	height: 100%;
	margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.myClients .swiper-wrapper, .myCerts .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.myClients .swiper-slide, .myCerts .swiper-slide {
	flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    text-align: center;
    padding: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.myClients .swiper-slide img, .myCerts .swiper-slide img {
   display: block;
   height: auto;
   max-width: 100%;
   border: none;
   margin: auto;
   box-shadow: 0px 11px 14px -9px rgb(0 0 0 / 19%);
}

.footer {
	background-color: #000000;
}

.footer .footer-head {
	border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #303030;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
}
.footer .key-footer {
	padding: 10px 0px;
}
.footer .key-footer .key-details {
	display: flex;
	text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .key-footer .key-details .key-icon .bi {
	margin-right: 19px;
	fill: #DE200B;
    color: #DE200B;
	font-size: 31px;
	padding: 4px 10px;
    text-align: center;
    border-radius: 5px;
	border: 3px solid #DE200B;
	line-height:1;
}
.footer .key-footer .key-details .key-title {
	font-family: "Poppins Regular", Sans-serif;
    font-size: 18px;
    font-weight: 600;
	margin-bottom: 0px;
    color: #FFFFFF;
}
.footer .footer-body {
	padding:60px 0px 40px 0px;
}
.footer .footer-body .foot-details .foot-top h2 {
	color: #FFFFFF;
    /*font-family: "RedRose Regular", Sans-serif;*/
    font-family: initial;
    font-size: 24px;
	margin-bottom: 20px;
}
.footer .footer-body .foot-details .foot-top .title-divider {
	border-top: 2.5px dashed #DE200B;
	margin-bottom: 20px;
	width:22%;
}
.footer .footer-body .foot-details .foot-bottom {
	margin-bottom: 20px;
	color: #FFFFFF;
    font-family: "Roboto Regular", Sans-serif;
    font-weight: 400;
}

.footer ul.social-links li {
	list-style-type:none;
	display:inline-block;
}
.footer ul.social-links a.social-link {
	color:#ffffff;
	font-size:20px;
	background-color:#de200b;
    padding:0.5rem 0.7rem;
	-webkit-border-radius: 50%;
    border-radius: 50%;
	/* box-shadow: 0px 2px 5px #ffffff; */
	margin-right: 2px;
}
.footer ul.social-links a.social-link:hover {
	opacity:0.8;
}
.footer ul.social-links a.face-book {
	background: #1877F2;
}
.footer ul.social-links a.insta-gram {
	background: #E4405F;
}
.footer ul.social-links a.twit-ter {
	background: #1DA1F2;
}
.footer ul.social-links a.you-tube {
	background: #CD201F;
}
.footer ul.social-links a.linked-in {
	background: #0A66C2;
}
.footer ul.social-links a.pin-terest {
	background: #e60023;
}
.footer .footer-body .foot-details .useful-links {
	list-style-type:none;
}
.footer .footer-body .foot-details .useful-links li {
	list-style-type:none;
	padding-bottom:8px;
	width: 49%;
    display: inline-block;
}
.footer .footer-body .foot-details .useful-links .useful-link {
	font-family: "Poppins Regular", Sans-serif;
    font-size: 15px;
    font-weight: 400;
	color:#ffffff;
	text-decoration:none;
}
.footer .footer-body .foot-details .useful-links li .bi {
	color: #de200b;
	font-size: 23px;
    line-height: 1;
    vertical-align: middle;
}
.addr-links li {
	list-style-type:none;
	margin-bottom:5px;
}
.addr-links .addr-link-div {
	display:flex;
	text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.addr-link-div a {
	color: #FFFFFF;
	text-decoration:none;
}
.addr-link-div .addr-icon {
	color: #de200b;
	font-size: 30px;
    line-height: 1;
    vertical-align: middle;
	margin-right: 16px;
}
.addr-link-div .addr-details {
	font-family: "Poppins Regular", Sans-serif;
    font-size: 16px;
    line-height: 1.4em;
	margin-bottom: 6px;
    color: #FFFFFF;
	margin-top: 0.5rem;
}
.footer .footer-copyright {
	background-image: linear-gradient(310deg, #DE200B 92%, #F2295B00 20%);
    padding: 20px 0px;
    width: 100%;
}
.footer .footer-copyright .m-link {
	color: #FFFFFF;
	text-decoration:none;
	margin-left: 20px;
}


.breadcrumbs {
	position: relative;
	padding:40px 0px;
	background-image: url(../images/breadcrumb.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumbs .breadcrumb-title {
	color: #FFFFFF;
    /*font-family: "RedRose Regular", Sans-serif;*/
    font-family: initial;
    font-size: 34px;
}
.breadcrumbs .breadcrumb-details a {
	color: #FFFFFF;
	text-decoration:none;
}
.breadcrumbs .breadcrumb-details a:hover {
	text-decoration:underline;
}
.milestone {
	background-color: #F7F7F7;
    opacity: 0.86;
}
.comm-details {
	background-color: #FFFFFF;
	display:flex;
	padding:20px;
	box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 20%);
}
.comm-details .comm-icon {
	background-color: #DE200B;
    fill: #FFFFFF;
    color: #FFFFFF;
    font-size: 30px;
    margin-right: 15px;
    padding: 10px;
    line-height: 1;
}
.comm-details .comm-title {
	font-family: "Poppins Regular", Sans-serif;
    font-size: 20px;
    font-weight: 600;
	margin-bottom: 7px;
    color: #000000;
}
.comm-details .comm-desc {
	font-family: "Poppins Regular", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #7a7a7a;
	line-height: 1.7em;
}
.section-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 15px 15px 15px 15px;
	width:100%;
	height:100%;
	min-height: 300px;
}
.airmode .section-image {
	background-image: url(../images/service/air_mode.jpg);
}
.surface .section-image {
	background-image: url(../images/service/surface.jpg);
}
.e-commerce .section-image {
	background-image: url(../images/service/ecommerce.jpg);
}
.international .section-image {
	background-image: url(../images/service/international-deliver.jpg);
}
.priority .section-image {
	background-image: url(../images/service/priority.jpg);
}
.bg-gray {
	background-color: #F2F2F2;
}
.e-commerce {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: linear-gradient(180deg, #DC1C13 0%, #990F02 100%);
}
.e-commerce .section-bg-overlay {
	opacity: 0.08;
    background-image: url(../images/home/w-map.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.e-commerce .section-body .subheadtitle {
	/*font-family: "RedRose Regular", Sans-serif;*/
    font-family: initial;
    font-size: 23px;
	margin-bottom: 8px;
    color: #D0AF09;
}
.e-commerce .section-body .desc {
    color: #FFFFFF;
}
.international .section-features {
	background-image: linear-gradient(180deg, #DC1C13 0%, #990F02 100%);
	padding:30px;
}
.international .section-features .bodytitle {
	text-align: center;
    color: #ffffff;
    font-family: "Poppins Regular", Sans-serif;
    font-size: 25px;
    font-weight: 500;
	margin-bottom:15px;
}
.international .section-features .inter-list-items {
	color: #ffffff;
    font-family: "Poppins Regular", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.supply-chain {
	background-image: linear-gradient(180deg, #DC1C13 0%, #990F02 100%);
}
.supply-chain .section-solutions {
	position:relative;
	width:100%;
	border-radius: 15px 15px 15px 15px;
	background-color: #FFFFFF;
}
.supply-chain .section-solutions .bg-overlay {
	border-radius: 15px 15px 15px 15px;
	background-color: #990F02;
    background-image: url(../images/service/global.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 95% auto;
    opacity: 0.25;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.supply-chain .section-solutions .supply-chain-details {
	align-content: center;
    align-items: center;
	padding:30px 20px;
}
.supply-chain .section-solutions .supply-chain-details p {
	color: #000000;
    font-family: "Poppins Regular", Sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.supply-chain .section-solutions .supply-chain-details .chain-list-items li {
	margin-bottom:10px;
}

.opening-list {
	list-style-type: none;
	padding:0px;
}
/*.opening-list li {
	width:49%;
	display:inline-block;
}*/
.opening-list .opening-head {
	background-color: #FFFFFF;
	box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 20px 20px 0px;
	border-radius: 10px 10px 10px 10px;
	padding: 25px 25px 25px 25px;
}
.opening-list .opening-head h2 {
	color: #000000;
    /*font-family: "RedRose Regular", Sans-serif;*/
    font-family: initial;
    font-size: 20px;
}

.hiring_support {
	height:100%;
	/*font-family: "RedRose Regular", Sans-serif;*/
    font-family: initial;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 2em;
}
.hiring_support h2 {
    font-size: 20px;
}
.hiring_support h1 {
    font-size: 27px;
}
.hiring_support .headdivider {
    width:60px;
	height:2px;
	background:#ffffff;
	margin:auto;
}


.banned-list .banned-item {
	border: 1px solid #7A7A7A57;
	padding: 25px 25px 25px 25px;
	text-align:center;
	height: 100%;
}
.banned-list .banned-item img {
	width:65px;
	margin-bottom: 20px;
}
.banned-list .banned-item h3 {
	color: #000000;
    /*font-family: "RedRose Regular", Sans-serif;*/
    font-family: initial;
    font-size: 17px;
    line-height: 1.3em;
}


/* ========== Ajax Loader ========== */

.ajax-loader {
  visibility: hidden;
  background-color: rgba(255,255, 255, 0.7);
  position: fixed;
  z-index: 10000 !important;
  width: 100%;
  height:100%;
  top:0;
  left:0;
  right:0;
  bottom:0;  
}
.ajax-loader img {
  position: relative;
  top: 45%;
  left: 50%;
  width:50px;
}

.bi-spin {
  animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  display: inline-block;
}

@keyframes spin {
	0%  {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}

/* ========= Counter Up ========== */
.counter-up .box {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 30px;
	border-radius: 15px 15px 15px 15px;
	width: 100%;
	height: 100%;
}
.counter-up .box .counter-div {
	color:#de200b;
	font-family: "RedRose Regular", Sans-serif;
    font-size: 60px;
	line-height:1;
}
.counter-up .box .counter-title {
	color: #000000;
    font-family: "Poppins Regular",Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
	font-size: 19px;
}

.board-directors .team-title {
	color: #DE200B;
    font-family: "Poppins Regular", Sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.board-directors p.board-details {
	text-align: justify;
    color: #000000;
    font-family: "Poppins Regular", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}


/* Slider
================================================== */
/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
  height: 650px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 550px;
  }
}

@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 450px;
  }
}

.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.slide-title-box {
  font-size: 16px;
  line-height: 39px;
  background: #ffb600;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 10px;
}

.slide-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 10px;
}

@media (max-width: 991px) {
  .slide-title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .slide-title {
    font-size: 16px;
  }
}

.slide-sub-title {
  font-style: normal;
  font-size: 60px;
  line-height: 58px;
  margin: 20px 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}

@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}

.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}

.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}

.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}

@media (max-width: 575px) {
  .slider.btn {
    font-size: 12px;
  }
}

.slider.border {
  background: none;
  border: 2px solid #ffb600 !important;
}

.slider.border:hover {
  background: #ffb600;
  border: 2px solid transparent;
}

/* Carousel control */
.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all .25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}

@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}

.banner-carousel .slick-dots {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 60px;
}

.slick-dots li button::before {
  font-size: 12px;
}

.slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffb600;
}

.slick-slide {
  outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
  left: 20px;
}

.banner-carousel .carousel-control.right {
  right: 20px;
}

.banner-carousel .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}

.banner-carousel .carousel-control i:hover {
  background: #ffb600;
  color: #fff;
}

/*-- Animation */
.banner-carousel {
  background-image:url(../images/slider/smooth-circle-gradient-color.jpg);
}
.banner-carousel [data-animation-in] {
  opacity: 0;
}

.banner-carousel .banner-carousel-item .content_details p {
	z-index: 8;
    font-family: "Poppins Regular", Sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    line-height: 50px;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 18px;
    transform-origin: 50% 50%;
	margin-bottom:0px;
    opacity: 1;
}
.banner-carousel .banner-carousel-item .content_details .slide-title {
	z-index: 12;
    /*font-family: "RedRose Regular", Sans-serif;*/
    font-family: initial;
    color: #ffffff;
    text-align: left;
    line-height: 64px;
    letter-spacing: 0px;
    font-size: 55px;
    transform-origin: 50% 50%;
	margin:0px 0px 15px 0px;
    opacity: 1;
}
.banner-carousel .banner-carousel-item .content_details .slider-ulist {
	padding:0px;
	list-style-type:none;
}
.banner-carousel .banner-carousel-item .content_details .slider-ulist li {
	display:inline-block;
	width:120px;
}

.shipment_tracking { 
	position:absolute;
	width:100%;
	top:10%;
}
.shipment_tracking .tracking-form { 
	background-color:#ffffff;
	padding:15px;
	border-radius:8px;
}
.shipment_tracking .track-title { 
	color: #000000;
    /*font-family: "Poppins Regular", Sans-serif;*/
    font-family: initial;
    font-size: 25px;
    font-weight: 600;
	margin-bottom: 20px
}
.banner-carousel .banner-carousel-item .content_details { 
	z-index: 9;
	position:absolute;
	width:100%;
	top:33%;
}
/*
.banner-carousel .banner-carousel-item .content_person { 
	z-index: 5;
	position:absolute;
	width:500px;
	right: 20%;
    bottom: 0%;
}
.banner-carousel .banner-carousel-item .content_img { 
	z-index: 2;
	position:absolute;
	width:500px;
	right: -100px;
    top: 50px;
}*/

.doorstep-address-list .address-inner {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 20px;
    padding: 30px 25px;
    margin-bottom: 20px;
    width: 100%;
    height: 92%;
}