/***

====================================================================
	Fonts
====================================================================

***/
@font-face {
	font-family:ARIAL;
	src: url('../custom-font/ARIAL.TTF');
}

/***

====================================================================
	Reset
====================================================================

***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

:root{
	--color-1:#1a2b6d;
	--color-2:#fff;
	--color-3:#f2f2f2;
	--color-4:#d41317;
	--color-5:#000000;
	--color-6:#a0138e;
	--color-8:#20303c;
	--color-9:#eff1f2;

}

/***

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: ARIAL;
	font-size: 16px;
	line-height:1.7em;
	-webkit-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	font-weight: bold;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	margin:0px;
	background:none;
}

p{
	font-size:16px;
	line-height:1.7em;
	margin: 0;
}

ul {
	list-style: none;
}

.theme-background{
	background: var(--color-1) !important;
}

.theme-color{
	color: var(--color-1) !important;
}

.mt-88 {
    margin-top: 88px;
}

.theme-btu {
    padding: 10px 0px;
    border: none;
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    background: none;
    font-weight: 400;
    transition: 0.3s;
	background: var(--color-4);
	color: var(--color-2);
	width: 186px;
	height: 52px;
}

.theme-btu-hover:hover{
	background: var(--color-1);
}

.theme-btu-icon {
    width: 52px;
    height: 52px;
    background: var(--color-1);
    display: flex;
    align-items: center;
    justify-content: center;
	color: var(--color-2);
    font-size: 21px;
    font-weight: 600;
	transition: .3s;
}

.theme-btu-icon-hover:hover{
	background: var(--color-4);
}

/* ==================
preloaderInner area start
====================*/

#preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: none;
}

#preloaderInner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* ==================
preloaderInner area end
====================*/

/* =========================
	menu area start
==============================*/

.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    background: var(--color-2);
    border-bottom: 1px solid var(--color-1);
}

/* logo */
.logo {
    display: inline-block;
    font-size: 26px;
    color: var(--color-1);
    margin: 0;
    font-weight: 900;
}

/* .logo-border{
	border: 6px solid var(--color-1);
	padding: 12px 21px;
} */

.logo img{
	width: 75px;
	height: auto;
}

/* menu */

.top-link-element {
    border-bottom: 3px solid var(--color-6);
    box-sizing: border-box;
    width: 100%;
    background: var(--color-9);
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: var(--color-8);
    padding: 11px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 13;
}

.top-link-element svg {
    padding-bottom: 6px;
    vertical-align: middle;
    width: 36px;
}

.nav-menu-top li a {
    font-size: 18px;
    font-weight: bold;
    color: var(--color-1) !important;
    box-shadow: none;
    padding: 0 30px;
    display: inline-block;
	transition: .3s;
}

.nav-menu-top li a:hover{
	color: var(--color-4) !important;
}


.main-menu li a.active{
    color: var(--color-4) !important;
}


.nav-menu-top li {
    padding: 0 30px;
}

.login-btu-collapse{
    display: none;
}

.login-btu {
    display: inline-block;
    font-size: 16px;
    background: var(--color-1);
    padding: 11px 24px;
    color: var(--color-2);
    transition: .3s;
}

.login-btu:hover {
    background: var(--color-4);
}
/* =========================
	menu area end
==============================*/

/* =========================
	banner area start
==============================*/

.banner-area{
	background-image: url('../images/bannder-img.webp');
	background-position: center;
	background-size: cover;
	padding: 95px 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.banner-area:after {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: #1a2b6d;
    content:
    '';
    z-index: -1;
    opacity: 0.18;
}

.banner-title {
    font-size: 40px;
    color: var(--color-2);
}

.banner-text-info {
    font-size: 16px;
    color: var(--color-2);
	letter-spacing: 0.05em;
	margin-top:20px ;
	width: 488px;
    font-weight: 400;

}

.header-bg-area {
    position: relative;
    z-index: 1;
    padding: 17px 0;
    margin-bottom: 8px;
}

.bg-outwear {
    background: #1a2b6d9e;
}

.border-hero {
    width: 113px;
    height: 4px;
    background: var(--color-1);
    flex-shrink: 0;
    margin-top: 31px;
}


/* =========================
	banner area end
==============================*/

/* =========================
	service area start
==============================*/

.service-bg {
    background: var(--color-1);
    margin-top: 125px;
    padding: 56px 0 150px;
}

.section-title {
    font-size: 55px;
    color: var(--color-2);
    line-height: normal;
    letter-spacing: normal;
    font-weight: 400;
    margin-bottom: 10px;
}

.section-description {
    color: var(--color-2);
    max-width: 467px;
}

.service-list-curd {
    background: var(--color-3);
    margin-bottom: 30px;
    padding: 34px;
    position: relative;
    z-index: 1;
}

.service-list-curd-title {
    line-height: normal;
    font-size: 28px;
    color: var(--color-1);
}

.service-list-curd-description {
    line-height: 1.7em;
    font-size: 16px;
    margin-top: 9px;
    color: var(--color-1);
}

.more-btu {
    color: var(--color-4);
    font-weight: 400;
    font-size: 16px;
    margin-top: 13px;
    display: inline-block;
    transition: .3s;
}

.more-btu:hover{
    color: var(--color-1);
}

.service-list-curd:after {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    border: 3px solid var(--color-3);
    content: '';
    z-index: -1;
}

.service-list {
    margin-top: -130px;
}

.service-area {
    position: relative;
    z-index: 11;
}

/* =========================
	service area end
==============================*/

/* =========================
	testimonials area start
==============================*/

.testimonials-area {
    padding: 43px 0;
    background: var(--color-3);
}

.testimonial-title {
    text-align: center;
    font-size: 28px;
    color: var(--color-1);
    margin-bottom: 39px;
}

.slider-title {
    line-height: 1.3em;
    text-align: center;
    font-size: 35px;
    color: var(--color-1);
    margin-bottom: 11px;
}

.comment-user-name {
    text-align: center;
    line-height: 1.7em;
    font-size: 16px;
    color: var(--color-4);
    font-weight: 600;
    letter-spacing: 0.04em;
}

.slider-area{
    position: unset;
}

.slider-area .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid var(--color-1);
    display: inline-block;
    background: none;
}

.slider-area .owl-dots {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 20px;
}

.slider-area .owl-dots .owl-dot.active {
    background:  var(--color-1);
}

.right-arrow, .left-arrow {
    width: 83px;
}

.slider-area .owl-nav {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 50px;
}

.left-arrow {
    transform: rotate(180deg);
}

/* =========================
	testimonials area end
==============================*/

/* ==================
ready area start start
======================= */

.ready-tile {
    font-size: 55px;
    color: var(--color-1);
}

.ready-bg {
    background: var(--color-3);
    padding-top: 37px;
    padding-left: 100px;
}

.ready-area {
    padding-top: 55px;
    padding-bottom: 150px;
}

.max-wide-100{
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    background: var(--color-1);
}

/*  */

.model-from-title {
    text-align: center;
    font-size: 66px;
    color: var(--color-2);
    margin-bottom: 20px;
}

.model-from label {
    width: 100%;
    font-size: 15px;
    color: var(--color-2);
    margin-bottom: 12px;
}

.model-from input,.model-from textarea {
    width: 100%;
    padding: 4px;
    background: no-repeat;
    border: 2px solid var(--color-2);
    padding: 5px 15px;
    color: var(--color-2);
}


.model-submit-btu {
    background: var(--color-4) !important;
    border: none !important;
    font-size: 17px !important;
    color: #fff;
    padding: 10px 11px !important;
    font-weight: 400 !important;
}

.close-icon-model {
    display: flex;
    justify-content: flex-end;
    padding: 25px;
}

/*  */

/* ==================
ready area start end
======================= */


/*================ 
footer area start
===================*/

.footer-area {
    background: var(--color-1);
    padding: 65px 0;
}

.contact-title {
    text-align: center;
    color: var(--color-2);
    font-size: 35px;
    margin-bottom: 36px;
}

.contact-from label {
    width: 100%;
    color: var(--color-2);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 9px;
}

.contact-from input,.contact-from textarea {
    width: 100%;
    background: none;
    border-bottom: 1px solid var(--color-2);
    margin-bottom: 18px;
    color: var(--color-2);
    padding: 10px 5px;
}

.submit-button {
    width: 142px;
    height: 40px;
    font-size: 25px;
    color: var(--color-2);
    background: no-repeat;
    transition: .3s;
    display: inline-block;
}

.submit-button:hover {
    background: var(--color-4);
}

.address-text {
    font-size: 16px;
    color: var(--color-2);
}

.address-text a {
    color: var(--color-2);
    font-weight: 400;
}

.copyright {
    letter-spacing: 0.1em;
    font-size: 13px;
    color: var(--color-2);
    margin-top: 60px;
}

.copyright a{
    color: var(--color-2);
    text-decoration: underline;
}

/*================ 
footer area end
===================*/

/* ======================
industries area start
=========================*/

.sub-banner-bg{
    background-image: url(../images/sub-bg.webp);
    height: 534px;
}

.banner-title-position{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    text-align: center;
}

.sub-banner-title {
    display: inline-block;
    background: var(--color-3);
    font-size: 40px;
    line-height: 1em;
    padding: 42px 15px;
    color: var(--color-1);
    max-width: 873px;
}

.rich-title {
    font-size: 28px;
    color: var(--color-1);
    margin-bottom: 9px;
    font-weight: 400;
}

.rich-info-text {
    letter-spacing: 0.03em;
    line-height: 1.8em;
    font-size: 16px;
    color: var(--color-1);
}

.single-rich-text-box {
    margin-bottom: 42px;
}

/* ======================
industries area end
=========================*/


/* ======================
single service area start
=========================*/

.hight-service-bg {
    height: 149px;
}

.single-service-title-area {
    text-align: center;
    margin-top: -70px;
}

/* ======================
single service area end
=========================*/