@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');


@font-face {
    font-family: 'Lemon/Milk';
    src: url('../fonts/LemonMilk.woff2') format('woff2'),
        url('../fonts/LemonMilk.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body{
	margin: 0;
	padding: 0;
	font-size: 16px; 
	color:#1e1e1e;
	font-family: 'Open Sans', sans-serif;
}
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/*comman-area*/
ol, ul{
	margin: 0;
	padding: 0;
}
a{
	transition: all 0.5s ease;
}
a:focus, a:hover, a:active{
	text-decoration: none;
	outline: none;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: normal;
}
p{ 
	margin: 0;
}

img{
	max-width: 100%;
}
button:focus{
	outline: none;
	box-shadow: none;
}
.btn:hover,.btn:focus{
	background-color: #000;
	color: #fff;
}

/* comman-class */

/* no padding */

.no-padding{padding:0px !important}
.no-padding-vertical{padding-top:0px !important;padding-bottom:0px !important}
.no-padding-horizontal{padding-left:0px !important;padding-right:0px !important}
.no-padding-top{padding-top:0px !important}
.no-padding-bottom{padding-bottom:0px !important}
.no-padding-left{padding-left:0px !important}
.no-padding-right{padding-right:0px !important}


/*  padding 15px */

.padding-15{padding:15px !important}
.padding-vertical-15{padding-top:15px !important;padding-bottom:15px !important}
.padding-horizontal-15{padding-left:15px !important;padding-right:15px !important}
.padding-top-15{padding-top:15px !important}
.padding-bottom-15{padding-bottom:15px !important}
.padding-left-15{padding-left:15px !important}
.padding-right-15{padding-right:15px !important}

/* dobule padding */

.padding-30{padding:30px !important}
.padding-vertical-30{padding-top:30px !important;padding-bottom:30px !important}
.padding-horizontal-30{padding-left:30px !important;padding-right:30px !important}
.padding-top-30{padding-top:30px !important}
.padding-bottom-30{padding-bottom:30px !important}
.padding-left-30{padding-left:30px !important}
.padding-right-30{padding-right:30px !important}



/* triple padding 45*/

.padding-45{padding:45px !important}
.padding-vertical-45{padding-top:45px !important;padding-bottom:45px !important}
.padding-horizontal-45{padding-left:45px !important;padding-right:45px !important}
.padding-top-45{padding-top:45px !important}
.padding-bottom-45{padding-bottom:45px !important}
.padding-left-45{padding-left:45px !important}
.padding-right-45{padding-right:45px !important}

/* quadruple padding 60*/

.padding-60{padding:60px !important}
.padding-vertical-60{padding-top:60px !important;padding-bottom:60px !important}
.padding-horizontal-60{padding-left:60px !important;padding-right:60px !important}
.padding-top-60{padding-top:60px !important}
.padding-bottom-60{padding-bottom:60px !important}
.padding-left-60{padding-left:60px !important}
.padding-right-60{padding-right:60px !important}

/* quintuple padding 75*/

.padding-75{padding:75px !important}
.padding-vertical-75{padding-top:75px !important;padding-bottom:75px !important}
.padding-horizontal-75{padding-left:75px !important;padding-right:75px !important}
.padding-top-75{padding-top:75px !important}
.padding-bottom-75{padding-bottom:75px !important}
.padding-left-75{padding-left:75px !important}
.padding-right-75{padding-right:75px !important}

/* padding 100px */

.padding-100{padding:100px !important}
.padding-vertical-100{padding-top:100px !important;padding-bottom:100px !important}
.padding-horizontal-100{padding-left:100px !important;padding-right:100px !important}
.padding-top-100{padding-top:100px !important}
.padding-bottom-100{padding-bottom:100px !important}
.padding-left-10{padding-left:10px}
.padding-left-100{padding-left:100px !important}
.padding-right-100{padding-right:100px !important}


/* no margin */

.no-margin{margin:0px !important}
.no-margin-vertical{margin-top:0px !important;margin-bottom:0px !important}
.no-margin-horizontal{margin-left:0px !important;margin-right:0px !important}
.no-margin-top{margin-top:0px !important}
.no-margin-bottom{margin-bottom:0px !important}
.no-margin-left{margin-left:0px !important}
.no-margin-right{margin-right:0px !important}

/* single margin */

.margin-15{margin:15px !important}
.margin-vertical-15{margin-top:15px !important;margin-bottom:15px !important}
.margin-horizontal-15{margin-left:15px !important;margin-right:15px !important}
.margin-top-15{margin-top:15px !important}
.margin-top-25{margin-top:25px}
.margin-bottom-15{margin-bottom:15px !important}
.margin-left-15{margin-left:15px !important}
.margin-right-15{margin-right:15px !important}

/* dobule margin */

.margin-30{margin:30px !important}
.margin-vertical-30{margin-top:30px !important;margin-bottom:30px !important}
.margin-horizontal-30{margin-left:30px !important;margin-right:30px !important}
.margin-top-30{margin-top:30px !important}
.margin-bottom-30{margin-bottom:30px !important}
.margin-left-30{margin-left:30px !important}
.margin-right-30{margin-right:30px !important}


/* triple margin */

.margin-45{margin:45px !important}
.margin-vertical-45{margin-top:45px !important;margin-bottom:45px !important}
.margin-horizontal-45{margin-left:45px !important;margin-right:45px !important}
.margin-top-45{margin-top:45px !important}
.margin-bottom-45{margin-bottom:45px !important}
.margin-left-45{margin-left:45px !important}
.margin-right-45{margin-right:45px !important}

/* qaudruple margin */

.padding-60{margin:60px !important}
.margin-vertical-60{margin-top:60px !important;margin-bottom:60px !important}
.margin-horizontal-60{margin-left:60px !important;margin-right:60px !important}
.margin-top-60{margin-top:60px !important}
.margin-bottom-60{margin-bottom:60px !important}
.margin-left-60{margin-left:60px !important}
.margin-right-60{margin-right:60px !important}

/* quintuple margin */

.margin-75{margin:75px !important}

.margin-vertical-75{margin-top:75px !important;margin-bottom:75px !important}
.margin-horizontal-75{margin-left:75px !important;margin-right:75px !important}
.margin-top-75{margin-top:75px !important}
.margin-bottom-75{margin-bottom:75px !important}
.margin-left-75{margin-left:75px !important}
.margin-right-75{margin-right:75px !important}

/* margin 100px */

.margin-100{margin:100px !important}
.margin-vertical-100{margin-top:100px !important;margin-bottom:100px !important}
.margin-horizontal-100{margin-left:100px !important;margin-right:100px !important}
.margin-top-100{margin-top:100px !important}
.margin-bottom-100{margin-bottom:100px !important}
.margin-left-100{margin-left:100px !important}
.margin-right-100{margin-right:100px !important}


/* font-size */
.font-size-12{font-size: 12px;}
.font-size-14{font-size: 14px;}
.font-size-16{font-size: 16px;}
.font-size-18{font-size: 18px;}
.font-size-20{font-size: 20px;}
.font-size-22{font-size: 22px;}
.font-size-24{font-size: 24px;}
.font-size-26{font-size: 26px;}
.font-size-28{font-size: 28px;}
.font-size-30{font-size: 30px;}
.font-size-32{font-size: 32px;}
.font-size-35{font-size: 35px;}
.font-size-40{font-size: 40px;}
.font-size-50{font-size: 50px;}
.font-size-60{font-size: 60px;}
.font-size-70{font-size: 70px;}



/* font-weight */
.font-weight-100{
	font-weight: 100;
}
.font-weight-300{
	font-weight: 300;
}
.font-weight-400{
	font-weight: 400;
}
.font-weight-500{
	font-weight: 500;
}
.font-weight-600{
	font-weight: 600;
}
.font-weight-700{
	font-weight: 700;
}
.font-weight-800{
	font-weight: 800;
}

.font-family-Lemon{
	font-family: 'Lemon/Milk';
}
/* line-height */
.line-height-0{
	line-height: 0;
}
.line-height-10{
  line-height: 10px;
}
.line-height-13{
  line-height: 13px;
}
.line-height-15{
  line-height: 15px;
}
.line-height-18{
	line-height: 18px;
}
.line-height-25{
  line-height: 25px;
}
.line-height-24{
  line-height: 24px;
}
.line-height-26{
  line-height: 26px;
}
.line-height-35{
  line-height: 35px;
}
.line-height-32{
  line-height: 32px;
}
.line-height-30{
  line-height: 30px;
}
.line-height-37{
  line-height: 37px;
}
.line-height-36{
    line-height: 36px;
  }
  .line-height-40{
    line-height: 40px;
  }
.line-height-45{
  line-height: 45px;
}
.line-height-50{
  line-height: 50px;
}




/* color */
.color-inherit{color:inherit !important}
.color-black{color:#1e1e1e !important}
.color-white{color:#fff !important}
.color-black-gray{color: #4c4c4c;}
.color-red{color:#cd071e !important}

/* bg-color */
.background-black{
	background-color: #1e1e1e!important;
}

.background-light-black{
	background-color: #303030!important;
}
.background-red{
	background-color: #cd071e;
}
.background-light-gray{
	background-color: #f8f8f8;
}
/* .background-light-gray-v2{
	background-color: #f7f7f7;
} */
.background-gray{
	background-color: #fcfcfc;
}
.background-white{
	background-color: #fff;
}


.display-block{
	display: block;
}
.display-inline-block{
	display: inline-block;
}
.display-table{
	display: table;
}
.display-flex{
	display: flex;
}
.align-items-center{
	align-items: center;
}
.space-between{
	justify-content: space-between;
}
.justify-content-center{
	justify-content: center;
}


.vertical-align-top{
	vertical-align: top;
}
.list-style-none{
	list-style: none;
}
.float-right{
	float: right;
}
.float-left{
	float: left;
}



/* padding */
.padding-20{
	padding: 20px;
}
.padding-top-50{
	padding-top: 50px;
}
.padding-bottom-50{
	padding-bottom:50px;
}
.padding-bottom-20{
	padding-bottom:20px;
}
.padding-top-54{
	padding-top: 54px;
}


/* margin */
.margin-top-20{
	margin-top :20px;
}
.padding-vertical-19{
	padding-top: 19px;
	padding-bottom: 19px;
}
.margin-bottom-5{
	margin-bottom:5px;
}
.margin-bottom-20{
	margin-bottom:20px;
}
.margin-bottom-10{
	margin-bottom:10px;
}
.margin-bottom-50{
	margin-bottom:50px;
}
.margin-bottom-40{
	margin-bottom:40px;
}
.margin-bottom-25{
	margin-bottom:25px;
}
.margin-left--80{
	margin-left:-80px;
}




.width-full{
	width: 100%;
}
.width-250{
	min-width: 250px;
}
.width-100{
	width: 100px;
}
.width-155{
	width: 155px;
}
.width-220{
	width: 220px;
}
.height-50{
	min-height: 50px;
}
.min-height-215{
	min-height: 215px;
}
.min-height-255{
    min-height: 255px;
}
.width-37{
	width: 37px!important;
}
.width-50{
	width: 50px;
}
.max-width-800{
	max-width: 800px;
}
.max-width-660{
	max-width: 660px;
}
.max-width-600{
	max-width: 600px;
}
.m-auto{
    margin: 0 auto;
}
.height-37{
	min-height: 37px;
}
.height-415{
	height: 415px;
}
.height-530{
	height: 530px;
}


.object-fit-cover{
	object-fit: cover;
}
.border-none{
	border: none;
}
.border-1-white{
	border: 1px solid #fff;
}
.border-1-gray{
	border: 1px solid #ccc;
}
.border-bottom-1{
	border-bottom: 1px solid #4c4c4c;
}


.border-radius-0{
	border-radius: 0;
}
.border-radius-100{
	border-radius: 100px;
}






.address p:nth-child(2) {
    line-height: 30px;
    margin-bottom: 10px;
}

/* navber */
.navbar-toggler-icon{
	color: #fff;
}
.navbar-brand img{
	width: 155px;
	margin: 0 0 -84px 0;
	z-index: 1111;
	position: relative;
}
.navbar{
	width: 100%;
	min-height: 80px;
	background-color: #cd071e;
}
.navbar-expand-lg .navbar-nav{
	margin: 0 0 0 auto;
}
.navbar-expand-lg .navbar-nav .nav-item{
	margin: 0px 40px 0 0;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child{
	margin-right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link{
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link::before{
	content: "";
	width: 0%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.5s ease;
}
.navbar-expand-lg .navbar-nav .nav-link:hover::before{
	opacity: 1;
	width: 120%;
}

.navbar-expand-lg .navbar-nav .nav-link img{
	width: 50px;
	margin-top: 0px;
}

ul.dropdown-menu li > ul.dropdown-menu{
	left: 100%;
	top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
	display: block
}
.dropdown-menu{
	background-color: #fff;
	border-radius: 0;
	border: none;
	top: 37px;
}
.dropdown-item{
	color: #212529;
}

img.alignleft {
	float: left;
	margin: 0 20px 0 0;
}

img.alignright {
	float: right;
	margin: 15px 0 15px 15px;
}

img.aligncenter {
	float: none;
	margin: 15px auto ;
}


.searchbar ul{
	list-style: none;
	margin: 0 0 0 auto;
	display: table;
}
.searchbar ul li{
	display: inline-block;
	margin: 0 0 0 30px;
}
.searchbar ul li a{
	color: #fff;
	font-size: 20px;
}
.searchbar ul li a img{
	height: 40px;
}

.searchbar ul li:first-child a{
	background-color: #b50519;
	width: 43px;
	height: 43px;
	line-height: 43px;
	display: block;
	text-align: center;
}



.section-10 {
    background-color: rgb(241 241 241 / 72%);
}

.section-1 .image img{
    height: 268px;
    width: 100%;
    object-fit: cover;
    object-position: 0;
}
.page-template-our-service .section-1 .image img {
    object-position: 0 -460px;
}
.section-1 .image{
	position: relative;
}
.section-1 .image::before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.2;
}
.section-1 .title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.after-border{
	position: relative;
}
.after-border::before{
	content: "";
	width: 180px;
	height: 2px;
	background-color: #f6f6f6;
	position: absolute;
	top: 18px;
	left: -75%;
}
.after-border::after{
	content: "";
	width: 180px;
	height: 2px;
	background-color: #f6f6f6;
	position: absolute;
	top: 18px;
	right: -75%;
}

.foot-form .form-control{
	width: 100%;
	height: 31px;
	background-color: #fff;
	border: none;
	box-shadow: none;
	font-size: 14px;
	color: #1e1e1e;
	font-weight: 600;
	border-radius: 0;
	padding-left: 15px;
}
.foot-form .form-control::placeholder{
	font-size: 14px;
	color: #1e1e1e;
	font-weight: 600;
}
.foot-form .textarea{
	height: 61px;
}
.submit-btn{
	width: 80px;
	height: 31px;
	background-color: #cd071e;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0;
	line-height: 0;
    font-weight: 600;
}


.sidebar ul li{
	position: relative;
}
.sidebar ul li::before{
	content: "";
	width: 6px;
	height: 9px;
	background-image: url('../images/arow.png');
	background-size: cover;
	position: absolute;
	top: 15px;
	left: -15px;
}
.slider-wrapper .owl-carousel .owl-item img,.slider-wrapper img{
	width: 70px;
	margin: 0 auto;
}



.slider-wrapper{
	position: relative;
}
.slider-wrapper .owl-carousel .owl-nav button.owl-next,
.slider-wrapper .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    width: 20px;
    height: 35px;
    left: -10%;
    top: 30%;
    margin-top: -25px;
    font-size: 0;
    font-weight: bold;
    background-image: url('../images/slide-arow.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.slider-wrapper .owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: -10%;
    transform: rotate(180deg);
}


.slide-box {
	position: relative;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    overflow: hidden;
}
.slide-box::before{
	content: "";
	width: 30px;
	height: 25px;
	background-image: url('../images/quote.png');
	background-size: cover;
	position: absolute;
	bottom: 15px;
	right: 0;
}
.slide-box::after{
	content: "";
	width: 30px;
	height: 25px;
	background-image: url('../images/quote.png');
	background-size: cover;
	position: absolute;
	top: 15px;
	left: 0;
	transform: rotate(180deg);
}


/* home */
.section-6 .image{
	position: relative;
}
.section-6 .image img {
    filter: grayscale(1);
}
.section-6 .image::before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	z-index: 1;
}
.section-6 .title{
	width: 100%;
	position: absolute;
	top: 35%;
	text-align: center;
    z-index: 1;
}

.section-7 .form-control{
	width: 100%;
	height: 40px;
	background-color: #fff;
	font-size: 14px;
	color: #1e1e1e;
	border: none;
	outline: none;
	border-radius: 0;
	font-weight: 600;
}
.section-7 .form-control::placeholder{
	font-size: 14px;
	color: #1e1e1e;
}
.home-section-contactForm textarea.form-control{
    height: 80px;
}
#wpcf7-f109-o1 > form > p {
    text-align: center
}
.comman-btn{
	width: 190px;
	height: 40px;
	background-color: #cd071e;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 28px;
	border: none;
	border-radius: 0;
}
.go-btn{
	width: 150px;
	font-weight: 700;
	line-height: 0;
}
.section-8 .comman-btn:hover{
	background-color: #cd071e!important;
	color: #fff!important;
}
.home-service-view-btn{
	width: 40%;
    height: 31px;
    line-height: 19px;
}
.home-service-shadow {
    padding: 25px 15px;
    box-shadow: 1px 1px 12px #ccc;
}
.section-9 .owl-carousel .owl-item img{
	width: auto;
}
.section-9{
	background-image: url('../images/about-image.png');
	background-size: cover;
}
.section-9 .after-border::before{
	background-color: #fff;
}
.section-9 .after-border::after{
	background-color: #fff;
}

.thinking-wrapper .nav-tabs{
	border: none;
	margin: -25px 0 65px 0;
	justify-content: center;
}
.thinking-wrapper iframe {
    margin-right: 15px;
    margin-left: 15px;
    max-height: 310px;
}
.thinking-wrapper .nav-tabs .nav-link{
	border: none;
	width: 170px;
	height: 50px;
	background-color: #1e1e1e;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	line-height: 50px;
	text-align: center;
	border-radius: 0;
	position: relative;
}
.thinking-wrapper .nav-tabs .nav-link::before{
	content: "";
	width: 94%;
	height: 80%;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.thinking-wrapper .nav-tabs .active{
	background-color: #cd071e;
}
.nav-tabs .nav-item{
	margin: 0 20px 0 0;
}
.nav-tabs .nav-item:last-child{
	margin-right: 0;
}

.tab-text{
	width: calc(100% + 90px);
}

.thinking-wrapper{
	position: relative;
}
.thinking-wrapper .owl-carousel .owl-nav button.owl-next,
.thinking-wrapper .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    width: 50px;
    height: 50px;
    left: -13%;
    top: 50%;
    margin-top: -25px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 0;
    font-weight: bold;
    background-image: url('../images/slide-arow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}
.thinking-wrapper .owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: -13%;
    transform: rotate(180deg);
}

.mobile{
	display: none;
}


.breadcrumb-area a{
	color: #fff;
}

.form-control{
	width: 100%;
	height: 50px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	color: #333;
	font-size: 16px;
	padding-left: 15px;
}
.form-control::placeholder{
	color: #333;
	font-size: 16px;
}
.textarea{
	height: 100px;
}


.entery_content p{
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: justify;
}
.entery_content p:last-child{
    margin-bottom: 40px;
}
.page-template-about .entery_content p strong {
    font-size: 24px;
}
.entery_content h2{
	font-family: 'Lemon/Milk';
	font-size: 24px;
	text-transform: uppercase !important;
	margin: 30px 0 15px 0;
}
.section-9 .title p{
	color: #fff;
}
.slider-wrapper p{
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 20px;
    width: 85%;
    margin: 0 auto;
    text-align: center;
}
.slider-wrapper p.testimonial_author{
    font-size: 18px;
    font-weight: 600;
    padding-top: 15px;
}
.client-logo{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 140px;
}
.client-logo img{
	height: 100px;
	object-fit: contain;
}
.our-service-title p{
	font-size:25px;
}


.wpcf7-response-output{
	color: #fff!important;
}




.limit-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 65px;
}


.home-our-clients {
    justify-content: center;
}

.home-our-clients .home-our-clients-item {
    height: 42px;
    width: auto;
    margin-left: 32px;
    margin-right: 32px;
    margin-bottom: 32px;
}
.client-our-clients .client-our-clients-item {
    height: 60px;
    width: auto;
    margin-left: 32px;
    margin-right: 32px;
    margin-bottom: 40px;
}
.client-our-clients .client-our-clients-item:nth-child(4) img,
.client-our-clients .client-our-clients-item:nth-child(5) img{
    height: 35px;
    margin-top: 11px;
}
/*.home-our-clients .home-our-clients-item:first-child,*/
/*.client-our-clients .client-our-clients-item:first-child{*/
/*    margin-left: 0;*/
/*}*/
.home-our-clients .home-our-clients-item:last-child,
.client-our-clients .client-our-clients-item:last-child{
    margin-right: 0;
}
.home-our-clients .home-our-clients-item img,
.client-our-clients .client-our-clients-item img{
    height: 100%;
    width: auto;
    max-width: initial;
    max-height: initial;
}
.home-our-clients .home-our-clients-item:nth-child(4) img,
.home-our-clients .home-our-clients-item:nth-child(5) img{
    /*height: 30px;*/
    margin-top: 5px;
}



.contact-page-logo{
    margin-bottom: 15px;
}




















