/*
  Theme Name: Name - XXXXX HTML Template
  Description: Creative  HTML5 template.
  Version: 1.0
*/
/*===== start Theme default css =====*/
@import url("https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap");

body {
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	font-style: normal;
	max-width: 2700px;
	margin: 0 auto;
}

a:hover {
	text-decoration: none;
}

input:focus {
	outline: none !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.mobile-only {
	display: none;
}

.desktop-only {
	display: block;
}

a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover,
a,
button {
	color: #1696e7;
	outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
	font-weight: 500;
}

h2 {
	font-size: 35px;
	font-weight: bold;
}

.section-header h1, .section-header h2, .section-header h3, .section-header h4, .section-header h5 {
	font-weight: bold;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #7e7e7e;
	margin-bottom: 15px;
}

hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

*::-webkit-input-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

a:focus,
button:focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.owl-carousel .owl-nav div {
	left: 20px;
	line-height: 40px;
	font-size: 80px;
	font-weight: 200;
	color: #fff;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;

	width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}

#scrollUp {
	background: #e70000;
	height: 35px;
	width: 35px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 34px;
}

/*===== end Theme default css =====*/
/*===== start header area css =====*/

.header-area {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;

	padding-left: 40px;
	padding-top: 30px;
}

.hero-slide {
	min-height: 650px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 60px;
	height: 900px;
}

.hero-txt h1 {
	font-size: 80px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.service {
	overflow: hidden;
}
.thum-img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.service:hover img.thum-img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.site-btn {
	background: #e70000;
	width: 200px;
	height: 48px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 48px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid transparent;
}

.site-btn i {
	margin-left: 20px;
	font-size: 21px;
	font-weight: 500;
	margin-top: ;
}

.site-btn:hover {
	background: none;
	color: #fff;
	text-decoration: none;
	border: 1px solid #ffff;
}

.header-navigator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-menu {
	background: #e70000;
	padding: 18px 40px;
	-webkit-clip-path: polygon(3.05% 1.67%, 100.7% -5%, 100% 100%, 0% 100%);
	clip-path: polygon(3.05% 1.67%, 100.7% -5%, 100% 100%, 0% 100%);
}

.site-menu li {
	display: inline-block;
	margin-left: 34px;
}

.site-menu li a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	/*! padding: 21px 0px; */
}

/*===== end header area css =====*/
/*===== start services area css =====*/

.services {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.service {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 25%;
	height: 350px;
	position: relative;
}

.service img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.service-content {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.service-content img {
	max-width: 190px;
}

.service-content {
}

.service h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
}

/*===== end services area css =====*/
/*===== start overview area css =====*/

.over-view-text h3 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.over-view-text {
	background: #131316;
	padding: 71px 30px;
	padding-bottom: 40px;
	text-align: center;
}

.over-view-text {
}

.over-view-text p {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	padding: 0 100px;
	margin-bottom: 50px;
}

.overview-logo-group {
	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;
	margin-bottom: 30px;
}

.overview-logo-group img {
	max-width: 150px;
	margin: 0 30px;
}

.over-view-text a {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.over-view-text a i {
	color: #d30202;
	font-size: 23px;
	margin-left: 50px;
}

.overview-thumbnail img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	left: 0;
}

.overview-thumbnail {
	height: 100%;
	position: relative;
}

.shape {
	width: 100%;
	height: 50px;
}

.shape img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}

/*===== end overview area css =====*/
/*===== capabilities area css =====*/

.capabilities {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.capabilities-area {
	position: relative;
	z-index: 1;
}

.capabilities-area::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 112%;
	width: 100%;
	background: url("../img/bg.png");
	content: "";
	z-index: -1;
	background-repeat: no-repeat !important;
	background-position: right center !important;
	background-size: cover !important;
}

.capability {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.capabilities-area {
	padding: 65px 0px;
}

.section-title h2 {
	font-size: 48px;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.section-title p {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	width: 80%;
	text-align: ;
	margin: 0 auto;
}

.mb-130 {
	margin-bottom: 130px;
}

.mb-75 {
	margin-bottom: 75px;
}

.capability {
	position: relative;
	height: 700px;
}

.capability img {
	position: absolute;
	left: 0;
	top: 0;
	height: 700px;
	width: 100%;
}

.capability img {
	height: 100%;
	width: 100%;
}

.capability-txt {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
}

.capability-txt h4 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 25px;
}

.capability.active .capability-txt p {
	color: #fff;
}

.capability.active .capability-txt {
	background: #e70000;
}

.capability.active .capability-txt h4:after {
	opacity: 1;
}

.capability-txt p {
	font-size: 16px;
	color: #131316;
	font-weight: 400;
}

.capability-txt h4:after {
	position: absolute;
	left: 0;
	top: 120%;
	height: 2px;
	width: 40px;
	background: #fff;
	content: "";
	opacity: 0;
}

.capability.active .capability-txt {
	background: #e70000;
	bottom: -70px;
}

.capability.active {
	height: 750px;
	top: -50px;
}

.capability:last-child .capability-txt {
	bottom: -95px;
}

.capability:last-child .capability-txt h4 {
	margin-bottom: 50px;
}

/*===== end capabilities area css =====*/
/*===== start our partner area css =====*/

.our-partner {
	padding: 100px 0px;
}

.our-partner-logos {
	text-align: center;
}

.our-partner-logos img {
	width: 100%;
}

/*===== end our partner area css =====*/
/*===== start footer area css =====*/

.footer-tp-blk {
	background: #e70000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 50px;
}

.ftr-widgets {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.ftr-widgets h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
}

.ftr-widgets h4 {
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 400;
	display: inline-block;
	margin: 0;
	line-height: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ftr-widgets i {
	font-size: 22px;
	margin-right: 10px;
}

.ftr-widgets .ftr-btn {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: #000000;
	padding: 14px 50px;
	-webkit-clip-path: polygon(
		12.51% -22.73%,
		100.59% -13.63%,
		88.31% 125.76%,
		0% 100%
	);
	clip-path: polygon(12.51% -22.73%, 100.59% -13.63%, 88.31% 125.76%, 0% 100%);
}

.ftr-widgets.bdr-lft-white {
	border-left: 1px solid #fff;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ftr-widgets.bdr-lft-white {
	border-left: 1px solid #fff;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ftr-btm-blk {
	background: #000000;
	padding: 10px 50px;
}

.ftr-btm-tp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ftr-widgets ul li {
	display: inline-block;
}

.ftr-widgets ul {
	margin-left: auto;
	max-width: ;
}

.ftr-widgets ul li i {
	font-size: 24px;
	color: #fff;
}

.ftr-widgets.scl-lnks li {
	margin-left: 30px;
}

.ftr-widgets.scl-lnks {
	text-align: right;
}

.ftr-widgets nav ul li a {
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	padding-right: 10px;
	border-right: 1px solid #fff;
	margin-right: 10px;
}

.ftr-widgets nav ul li:last-child a {
	border: none;
}

.ftr-btm--blk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 15px;
}

.ftr-btm--blk {
}

.ftr-btm--blk .ftr-widgets:last-child {
	text-align: right;
}

.ftr-widgets p {
	font-size: 13px;
	color: #fff;
	margin: 0;
}

.ftr-btm-tp {
	border-bottom: 1px solid #3f0000;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.ftr-inpt {
	position: relative;
}

.ftr-inpt input::-webkit-input-placeholder {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}

.ftr-inpt input:-ms-input-placeholder {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}

.ftr-inpt input::placeholder {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}

.ftr-inpt input {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: none;
	border: none;
	padding-left: 40px;
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 400;
}

.ftr-inpt {
	z-index: 1;
}

/*===== end footer area css =====*/
/*--===== start changes in August 25 2020 JAMI ABIR area =====*/
.global-header {
	position: absolute;
}

.overview-thumbnail:hover img {
	transform: scale(1.5);
}
.overview-thumbnail {
	overflow: hidden;
	transition: 1s;
}
.overview-thumbnail img {
	transition: 1s;
}

.feature-listing-item-description h3 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 25px;
}
.feature-listing-item-description p {
	font-size: 16px;
	color: #fff;
}
.global-nav--list li a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}
.overview-thumbnail {
	min-height: 400px;
}
/*--===== completed changes in August 25 2020 JAMI ABIR area =====*/
