@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}


body,
button,
input,
select,
textarea {
	color: #111;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

html, body { height: 100%; width: 100%;}
*,
*:before,
*:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
input[type="text"], input[type="file"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], input[type="date"], textarea, select{height: 50px;
padding: 10px 20px; color: #565656; -webkit-transition: all linear 0.4s; transition: all linear 0.4s; width: 100%; font-size: 15px; outline: 0; background: #e5e5e5; font-family: 'Roboto', sans-serif; border: 0;}
input[type="text"]:hover, input[type="file"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="tel"]:hover, textarea:hover, select:hover{border-color: #bbb;}
input[type="text"]:focus, input[type="file"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, textarea:focus, select:focus{border-color: #bbb;}
textarea {height: 150px; resize: none;}

select{
	-webkit-appearance: none;
	-moz--webkit-appearance: none;
	appearance: none;
	background-image: url(./images/dropdown-arrow.png);
	background-repeat: no-repeat;
	background-position: 95% 20px;
	padding-right: 40px;
	font-family: 'Inter', sans-serif;
}

input[type="button"], input[type="reset"], input[type="submit"]{
	color: #fff;
	border: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	border: 0;
	-webkit-transition: 0.4s linear all;
	-moz-transition: 0.4s linear all;
	transition: 0.4s linear all;
    min-width: 140px;
    box-shadow: none;
}

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
    border: 0;
    box-shadow: none;
}
input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus{
    border: 0;
    box-shadow: none;
}

::-webkit-input-placeholder { /* Edge */
  color: #707070;
  opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer */
  color: #707070;
  opacity: 1;
}
::placeholder {
  color: #707070;
  opacity: 1;
}

a {
	color: #111;
	text-decoration: none;
	-webkit-transition: 0.3s linear all;
	transition: 0.3s linear all;
}

img{
	max-width: 100%;
	display: block;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #333;
}

ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}

h1 {
    color: #000407;
    font-family: Roboto;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
}
h1 strong {
    color: #79031d;
}

h1 span{
	color: #fac808;
}

h2{
	color: #000;

	font-family: Roboto;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 46px;
}

h2 span {
  color: #fac808;
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 500;
}

h3 {
    color: #000;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
}

h4{
	font-size: 18px;
	margin-bottom: 10px;
	font-family: 'Inter', sans-serif;
	color: #111;
	font-weight: 600;
}

h5{
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

p{
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
    color: #111;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}

ul li{
	font-size: 16px;
	line-height: 1.6;
	color: #111;
	list-style: none;
	margin: 0 0 20px;
	position: relative;
	font-family: 'Roboto', sans-serif;
}

ul li strong{
	font-weight: 700;
}

.btn{
	transition: all 0.4s linear;
}
.btn-lg{
    padding: 12px 35px;
    background: linear-gradient(269.17deg, #fac808 12.17%, #E04410 56.83%);
	box-shadow: 0px 0px 15px rgba(242, 181, 160, 0.25);
	border-radius: 30px;
    border: 0;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    -webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	animation: glowing 1.3s infinite;
	-webkit-animation: glowing 1.3s infinite;
	-moz-animation: glowing 1.3s infinite;
}
.btn-lg:hover{
	background: linear-gradient(90.17deg,  #fac808 12.17%, #E04410 56.83%);
}
.btn-small{
	animation: none;
	box-shadow: 0px 0px 15px #F2B5A0;
}

@keyframes glowing {
	 0% {
	  background-color: #fac808;
	 }
	 50% {
	  background-color: #fac808;
	  box-shadow: 0 0 20px #fac808;
	  -webkit-box-shadow: 0 0 20px #fac808;
	  -moz-box-shadow: 0 0 20px #fac808;
	 }
	 to {
	  background-color: #fac808;
	 }
}

/*header css*/
.header-box{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	width: 100%;
	z-index: 9;
	top: 0px;
	left: 0px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.header-info {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header-text > * {
    display: block;
}
.header-text a, .header-text span {
    font-size: 14px;
    color: #111;
    line-height: 18px;
    font-weight: 600;
}
.header-text strong {
    color: #606060;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
}
.header-icon img {
    margin-right: 15px;
    width: 60px;
}
.header-sticky {
    position: relative;
}
ul.menu-item li a {
    color: #000;
    padding: 0 25px;
    line-height: 50px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
}
.header-box .row {
    align-items: center;
}
ul.menu-item li {
    margin-bottom: 0;
}
ul.menu-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 0;
    justify-content: right;
}
ul.menu-item li:last-child {
    background: #79031D;
}
ul.menu-item li:last-child a {
    color: #fff;
}
.logo-small{
    position: relative;
}


li.active a:after {
    box-sizing: border-box;
    content: '';
    width: 100%;
    height: 5px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}








.menu-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu-box{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.menu-box ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 25px;
}
.menu-box ul li{
	margin: 0 0 0 40px;
}
.menu-box .menu ul li a{
    font-family: 'Inter', sans-serif;
    color: #111;
    padding: 0px;
}
.menu-box .menu ul li a:hover{
	color: #E04410;
}
.menu-box .menu li.active a{
	color: #fac808;
}
.menu-header{
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(150, 70, 25, 0.25);
	border-radius: 10px;
	width: 100%;
	padding: 15px 25px;
	position: relative;
	z-index: 2;
}
.top-header{
	text-align: left;
	padding: 0 0 10px;
	position: relative;
	z-index: 2;
}
.top-header ul{
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.top-header ul li{
	margin: 0 0 0 35px;
}


/*sticky header*/
.header-box.sticky{
	background-color: #fff;
	padding: 0px;
	box-shadow: 0px 0px 15px rgba(150, 70, 25, 0.25);
	position: fixed;
	z-index: 111;
}
.sticky .header-hide-after-sticky {
    display: none;
}
.header-box.sticky .menu-header{
	box-shadow: none;
	padding: 10px 25px;
}
.header-box.sticky .top-header{
	display: none;
}
.sticky .header-sticky:before {
    opacity: 0;
}
.sticky .logo-small:before {
    opacity: 0;
}
.sticky .logo-small:after {
    opacity: 0;
}
.sticky .logo-small img{
	opacity: 1;
}
.logo-main {
    position: relative;
    top: 15px;
    z-index: 1;
}






/*Nav Toggler*/
.menuTrigger {display: none;}

@media (max-width: 991px) {
	.main-navigation {position: fixed; top: 0; right: 0; bottom: 0; width: 100%; background: #010824;
	padding: 30px 25px 55px 25px; transform-origin: 0% 0%; transform: translate(100%, 0); 
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); z-index: 50; margin-left: 0; left: auto; overflow-y: auto; height: 100%;}
	.menu_active .main-navigation {transform: translate(0, 0); box-shadow: -5px 0px 3px rgb(0 0 0 / 5%);}
	.main-navigation .menuTrigger { position: absolute; top: 30px; right: 20px; margin-right: 0px;}
	.menuTrigger {width: 30px; display: block; line-height: 0; position: relative; z-index: 20; margin-right: 20px; text-align: center; top: 1px; }
	.menuTrigger::after {content: ''; font-weight: 500; font-size: 13px; text-transform: uppercase; color: #fff; vertical-align: -7px; }
	.menuTrigger span {height: 4px; display: block; background: #fac808; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; border-radius: 25px;}
	.sticky .menuTrigger span {background: #79031d; color: #79031d;}
	.sticky .menuTrigger::after {color: #111;}
	.menuTrigger span+span {margin-top: 6px;}
	.menu_active .menuTrigger {color: #fff;}
	.menu_active .menuTrigger span {background: #79031d;}
	.menu_active .menuTrigger span:nth-child(2) {display: none;}
	.menu_active .menuTrigger span+span {margin-top: -4px;}
	.menu_active .menuTrigger span:first-child {-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); 
	transform: rotate(45deg);}
	.menu_active .menuTrigger span:last-child {-webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg);
	transform: rotate(-45deg);}
	.menu_active .menuTrigger::after {content: ''; vertical-align: -20px; color: #fff;}
	.menu_active .overly {opacity: 1; visibility: visible; pointer-events: all;}
	/*.overly {
		  opacity: 0;
		  visibility: hidden;
		  position: fixed;
		  top: 0;
		  width: 100%;
		  left: 0;
		  bottom: 0;
		  background-color: rgba(0,0,0,0.6);
		  z-index: 2;
		  pointer-events: none;
		  transition: 0.3s ease;
	}
	.menu_active .header-box::before {
		background-color: rgba(0,0,0,0.6);
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
    }*/
}

/*banner css*/

/*.banner-slider{
	padding-top: 160px;
}*/
.img-fluid{
	width:100%;
	height: auto;
}
.banner .col-sm-6 {
    padding: 0;
}
.banner-right:before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgb(121 3 29 / 70%);
    position: absolute;
    left: 0;
    top: 0;
}
.banner-right {
    position: relative;
}
.banner-left:before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgb(255 255 255 / 90%);
    position: absolute;
    left: 0;
    top: 0;
}
.banner-left {
    position: relative;
}
.banner-box {
    position: absolute;
    width: 650px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 130px;
}
.banner-info p {
    color: #000407;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin: 20px 0;
}
.banner-info li {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
}
.banner-info li span {
    margin-right: 10px;
}
.banner-form {
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.form-inner h2, .form-inner p {
    text-align: center;
}













/* about */

.about-group {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.about-text {
    width: calc(100% - 100px);
    padding-left: 20px;
}
.about-icon {
    width: 80px;
    display: inline-block;
}
.about-content{
	padding-left: 100px;
}
.about-content p {
    color: #606060;
    line-height: 24px;
    margin-top: 30px;
}
.about-content span {
    color: #635D5D;

font-family: Roboto;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 65px;
}
.about-img img {
    display: inline-block;
}
.about-img {
    text-align: right;
}
.about-area, .service-area, .quote-area{
	margin-top: 70px;
}



/* service */

.service-block {
    text-align: center;
}
.service-block h3 {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 700;
}
.service-block a {
    font-size: 16px;
    color: #002768;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}
.service-image img {
    width: 100%;
}
.service-area {
   padding-top: 350px;
    padding-bottom: 50px;
    margin-top: -180px;
}
.service-area-inner {
    background: #79031d;
   padding-bottom: 50px;
    padding-top: 50px;
}
.service-area .col-sm-5{
	position: relative;
}
.service-area .container-fluid{
	padding-left: calc((100% - 1280px) / 2);
}
.news-box {
    box-shadow: 0.3px 10px 50px 0px rgba(0, 0, 0, 0.10);
    display: inline-block;
}
.news-info {
    padding: 32px;
}
.news-img img {
    width: 100%;
}
p.news-texts {
    color: #000407;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
}
p.date {
    color: #635D5D;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}
.news-area h2, .testimonial-area h2{
	text-align: center;
	margin: 30px 0;
}
.news-area h2 strong, .testimonial-area h2 strong{
	color: #79031d;
}
.test-info p {
    color: #635D5D;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.test-content {
    display: flex;
    align-items: center;
}
.test-name p {
    margin-bottom: 0;
    padding: 0 10px;
    color: #000407;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.owl-nav {
    text-align: center;
    font-size: 50px;
}
.owl-nav span {
    padding: 0 15px;
    line-height: 20px;
}
.service-info h2 {
    color: #fff;
    margin-bottom: 20px;
}
.service-info h2 strong {
    color: #EDB518;
}
.service-info p {
    color: #fff;
    padding-right: 50px;
}
.service-info a {
    background: #EDB518;
    padding: 10px 20px;
    color: #000407;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
.service-box {
    background: #fff;
    margin-left: 40px;
    margin-top: -150px;
}
.service-info-text {
    padding: 0px 15px 20px;
    text-align: center;
}
.service-block-inner {
    display: flex;
}
.service-area .container-fluid .row > * {
    padding: 0;
}








/* quote */

.quote-area{
	background-image: url(../images/bg-quote.png);
	width: 100%;
	height: 646px;
	display: inline-block;
	position: relative;
}
.quote-form:after {
    content: '';
    width: calc(50% - 648px);
    height: 646px;
    background: rgb(35 35 49 / 95%);
    display: inline-block;
    right: 0;
    position: absolute;
    top: 0;
}
.quote-form {
    width: 100%;
    display: inline-block;
    height: 646px;
    background: rgb(35 35 49 / 95%);
}
.quote-form:before {
    content: '';
    width: 150px;
    height: 300px;
    display: inline-block;
    position: absolute;
    left: calc(50% - 248px);
    border-right: 150px solid rgb(35 35 49 / 95%);
    border-bottom: 646px solid transparent;
}
.quote-form h2.custom-heading span {
    color: #FAC808;
}
.quote-form h2.custom-heading {
    color: #fff;
    margin-top: 40px;
}
.form-animation{
}
.form-item{
  position: relative;
    margin-bottom: 25px;
    width: 100%;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
}
.form-item input {
    display: inline-block;
    width: 100%;
    height: 45px;
    border: 0;
    transition: all .3s ease;
    padding: 0 15px;
   background: #F0F0F0;
    color: #635D5D;
}
.form-item.textarea{
	width: 100%;
}
.form-item.submit{
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}
field.form-item.submit input {
    width: 100%;
    height: 40px;
    background: #79031d;
    color: #fff;
    font-weight: 500;
} 
.form-item textarea {
    display: inline-block;
    width: 100%;
    height: 80px;
    background: #F0F0F0;
    color: #635D5D;
    border: 0;
    transition: all .3s ease;
    padding: 0 15px;
}
.form-item input:focus{
  border-color: #FAC808;
}
.form-item label {
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 13px;
    left: 10px;
    font-size: 14px;
    font-weight: 500;
    padding: inherit;
    color: #635D5D;
    transition: all .3s ease;
}
/*.form-item input:focus + label, .form-item input:valid + label {
    font-size: 12px;
    top: -18px;
    padding-left: 0;
}*/
.form-item input:focus + label, .form-item textarea:focus + label{
  color: #79031d;
}
.form-item.filled label {
    font-size: 12px;
    top: -18px;
    padding-left: 0;
}
.caller-image {
    position: relative;
    top: -129px;
    z-index: 9;
}
.news-img{
	overflow: hidden;
}
.news-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.news-img:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
field.form-item.submit button {
    width: 100%;
    height: 40px;
    background: #79031d;
    color: #fff;
    font-weight: 500;
    box-shadow: none;
    border: 0;
    transition: all 0.4s;
}
field.form-item.submit button:hover {
    background: #000;
}
button.locate-me-btn:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../../images/locate.png);  
    position: relative;
    top: 2px;
    left: -4px; 
}
button.locate-me-btn {
    position: absolute;
    right: 15px;
    top: 6px;
    border: 1px solid #ccc;
    background: #D9D9D9;
    padding: 3px 10px;
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.news-area, .testimonial-area {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}
.bottom-left {
    display: flex;
}
.bottom-left ul li {
    float: left;
    margin: 0 10px;
}
.bottom-right a {
    display: flex;
} 
a.whatsapp {
    position: fixed;
    right: 30px;
    bottom: 50px;
}
.about-area{
	scroll-padding-top: 4rem;
	scroll-margin-top: 4rem;
	margin-top: -100px;
    padding-top: 170px;
}
div#news {
    margin-top: -150px;
    padding-top: 200px;
}
div#testimonial {
    margin-top: -70px;
    padding-top: 100px;
}



/* footer area */

.footer-area{
	background-image: url(../../images/footer-bg.png);
	color: #fff;
	margin-top: 50px;
}
.footer-inner {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 30px;
}
.footer-group p {
    color: #fff;
    font-size: 14px;
}
.footer-group {
    width: 50%;
}
.footer-group h3 {
    color: #fff;
    margin-bottom: 30px;
}
.footer-group ul li a {
    color: #fff;
    font-size: 14px;
}
.footer-group ul li {
    margin-bottom: 3px;
}
.footer-logo {
    margin-bottom: 30px;
}
.newsletter fieldset {
    display: flex;
}
.newsletter input[type="submit"] {
    height: 40px;
    background: #fac808;
    color: #111;
    font-weight: 500;
    width: 115px;
    display: inline-block;
    min-width: auto;
}
.newsletter input[type="submit"]:hover{
	background: #fff;
}
.newsletter input {
    height: 40px;
}
.footer-group ul li a:hover {
    padding-left: 15px;
}
.footer-group h2 {
    color: #fff;
    margin-bottom: 20px;
}
.footer-group h2 strong {
    color: #EDB518;
}
.owner {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.owner-name p {
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
}
.owner-name span {
    color: #EDB518;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.owner-name {
    padding-left: 15px;
}
.footer-group ul li {
    display: flex;
    margin-bottom: 15px;
    color: #fff;
}
.footer-group ul li span {
    margin-right: 10px;
}
.footer-form {
    background: #fff;
    padding: 30px 20px;
    margin-top: -110px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.footer-form .form-item {
    margin-bottom: 20px;
}




/* copyright */

.copyright {
    background: #79031d;
    padding: 10px 0;
}
.copyright-inner{
	display: flex;
	justify-content: space-between;
}
.copyright-inner span{
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}
.copyright-inner span a{
	text-decoration: underline;
	color:#fff;
	font-weight: 400;
}
.service-content {
    width: 33.33%;
}
.footer-area {
    background-size: cover;
}







/*back to top*/
.back-to-top {
    position: fixed;
    bottom: -40px;
    right: 40px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #E83D04;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.back-to-top:focus {
    color: #fff;
}
.back-to-top.show {
    bottom: 40px;
    right: 40px;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.back-to-top.show:hover {
    color: #fff;
    bottom: 30px;
    opacity: 1;
}
.arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
    position: absolute; width: 12px; height: 12px; background-size: contain;
    transform: rotate(-90deg);
    top: 30%;
    left: 40%;
}
.arrow:nth-child(2){
    top: 42%;
}

@keyframes bounceAlpha {
    0% {opacity: 1; transform: rotate(-90deg) translateX(0px) scale(1);}
    25%{opacity: 0; transform: rotate(-90deg) translateX(10px) scale(0.9);}
    26%{opacity: 0; transform: rotate(-90deg) translateX(-10px) scale(0.9);}
    55% {opacity: 1; transform: rotate(-90deg) translateX(0px) scale(1);}
}

.back-to-top:hover .arrow{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
.back-to-top:hover .arrow:nth-child(2){
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

@media only screen and (max-width: 575px) {
    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .back-to-top {
        bottom: 55px !important;
        right: 10px !important;
    }
    .back-to-top.show:hover {
        bottom: 45px !important;
    }
    .arrow {
        top: 27%;
        left: 37%;
    }
}







/*responsive start*/
@media only screen and (min-width: 1280px) and (max-width: 1400px){
   h1{
	 font-size: 46px;
   }
   h2{
   	 font-size: 38px;
   }
}

@media only screen and (min-width: 992px) and (max-width: 1279px){
	h1{
		font-size: 50px;
	}
	h2{
		font-size: 32px;
	}
   
}

@media only screen and (max-width: 991px){
	/*toogle*/
   .header-box .navbar .navbar-toggler i{position:absolute; margin-top: 11px; left:8px; top:0; width:60%; height:2px; background:#FFF; opacity:1;
	transition:background-color .35s, opacity 175ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 175ms cubic-bezier(.215, .61, .355, 1);
	transition:background-color .35s, transform 175ms cubic-bezier(.215, .61, .355, 1), opacity 175ms cubic-bezier(.215, .61, .355, 1);
	transition:background-color .35s, transform 175ms cubic-bezier(.215, .61, .355, 1), opacity 175ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 175ms cubic-bezier(.215, .61, .355, 1);
	-webkit-transform:translateY(0) translateZ(0);
	transform:translateY(0) translateZ(0)}
	.header-box .navbar .navbar-toggler i:nth-child(1){top:0;}
	.header-box .navbar .navbar-toggler i:nth-child(2){top:8px;}
	.header-box .navbar .navbar-toggler i:nth-child(3){top:16px;}
	.header-box .navbar .navbar-toggler:focus{outline:0; box-shadow:none;}
	.header-box .navbar .navbar-toggler[aria-expanded="true"] i:nth-child(1){-webkit-transform:translateY(8px) rotate(45deg); transform:translateY(8px) rotate(45deg);}
	.header-box .navbar .navbar-toggler[aria-expanded="true"] i:nth-child(2){opacity:0;}
	.heaheader-boxder .navbar .navbar-toggler[aria-expanded="true"] i:nth-child(3){-webkit-transform:translateY(-8px) rotate(-45deg); transform:translateY(-8px) rotate(-45deg);}
	.header-box .navbar-light .navbar-collapse .navbar-nav .nav-link.active:before{
		display: none;
	}
	.header-box .navbar .navbar-toggler[aria-expanded="true"] i:nth-child(3) {
	  -webkit-transform: translateY(-8px) rotate(-45deg);
	  transform: translateY(-8px) rotate(-45deg);
	}
	.header-box .navbar-light .navbar-collapse .navbar-nav .nav-link.active{
		color: #f15a29;
	}
	.header-box .navbar-light .navbar-nav .nav-link::before{
		display: none;
	}
	.header-box .menu-box .navbar-toggler {
	    background: linear-gradient(269.17deg, #fac808 12.17%, #E04410 56.83%);
		padding: 10px 9px;
		position: relative;
		width: 40px;
		height: 40px;
		margin-right: 10px;
		border: 0;
		border-radius: 40px;
	}
	 .header-box .menu-box .navbar-collapse{
		position: absolute;
		right: 0;
		top: 100%;
		width: 250px;
		background-color: #fff;
		margin-top: 0;
		z-index: 2;
   }
    .header-box .navbar-collapse .navbar-nav{
	   	width: 100%;
	   	padding: 15px 25px;
	   	box-shadow: 0px 0px 15px rgba(150, 70, 25, 0.25);
   }
   .header-box .menu-box ul li a{
	    color: #fff;   
   }
   .header-box .menu-box ul li{
   	    width: 100%;
   	    margin: 5px 0;;
   }
   .header-box .menu-box .navbar-collapse{
   	   width: 220px;
   	   top: 118%;
   }
   .header-box .navbar-collapse .navbar-nav{
   	   padding: 15px;
   	   margin-right: 0px;
   }
   .header-box .menu-box ul li {
	    margin: 2px 0;
		font-size: 15px;
		text-align: center;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	h1{
		font-size: 32px;
	}
	h2{
		font-size: 26px;
	}
	h2 span{
		font-size: 18px;
	}
	input[type="text"], input[type="file"], input[type="email"], input[type="password"], input[type="number"], 
	input[type="tel"], input[type="date"], textarea, select{
		padding: 10px;
	}
   .banner-content-info .banner-text{
   	  width: 48%;
   }
   .banner-box{
   	  height: 550px;
   }
   
}

@media only screen and (max-width: 767px){
	h1{
		font-size: 28px;
	}
	h3{
		font-size: 16px;
    	line-height: 28px;
	}
	h2{
		font-size: 20px;
		margin-bottom: 0px;
	}
	h2 span{
		font-size: 16px;
	}
	h2 br{
		display: none;
	}
	p{
		font-size: 12px;
	}
	input[type="text"], input[type="file"], input[type="email"], input[type="password"], input[type="number"], 
	input[type="tel"], input[type="date"], textarea, select{
		padding: 10px;
		font-size: 13px;
	}
	textarea{
		height: 80px;
	}
	input[type="button"], input[type="reset"], input[type="submit"]{
		padding: 9px 15px;
		min-width: 100px;
		font-size: 15px;
	}
	h5{
		font-size: 18px;
	}
	.shipment-form fieldset {
	   display: block;
	   padding: 0;
	}
	.banner-slider .owl-dots {
    right: 0;
}
.top-header {
    display: none;
}
.logo-small:before, .logo-small:after{
	display: none;
}
.logo-main {
    width: 200px;
    top: 0;
}
a.menuTrigger {
    position: absolute;
    right: 0;
    top: 20px;
}
.menuTrigger span {
    background: #79031d;
}
.header-sticky {
    background: transparent;
    margin-top: 0px;
}
.logo-small img {
    width: 100px;
}
.sticky .header-sticky {
    margin-top: 0;
    background: #fff;
}
.shipment-inner {
    margin-top: 0;
}
.banner-caption h1 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}
.banner-caption {
    padding: 10px;
}
.banner-box .banner-text {
    top: 10px;
}
.address-group {
    flex-direction: column;
}
.footer-inner {
    flex-direction: column;
}
h2.custom-heading {
    font-size: 18px;
    line-height: 22px;
}
.shipment-inner h2.custom-heading {
    text-align: left;
    margin-bottom: 10px;
}
.shipment-inner {
    padding: 20px 10px;
    z-index: 1;
}
.shipment-form fieldset field:nth-of-type(1) {
    display: block;
}
label.form-label {
    font-size: 16px;
}
.shipment-form field input[type="radio"] {
    width: 0px;
}
.shipment-form field input[type="radio"] ~ label:before {
    width: 20px;
    height: 20px;
}
.shipment-form field input[type="radio"] ~ label:after {
    width: 10px;
    height: 10px;
    left: 5px;
    top: 5px;
}
.shipment-form field input[type="radio"] ~ label {
    padding-left: 25px;
    font-size: 14px;
    line-height: 24px;
}
.shipment-form field input[type="text"] {
    width: 100%;
    height: 40px;
    margin-top: 10px;
}
.shipment-form field input[type="button"] {
    height: 40px;
    width: auto;
    float: right;
    margin-top: -40px;
    z-index: 1;
    position: relative;
}
.about-area, .service-area, .quote-area {
    margin-top: 30px;
}
h2.custom-heading span {
    font-size: 16px;
    line-height: 24px;
}
.about-content > p {
    text-align: center;
    line-height: 20px;
}
.about-text h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.about-text p {
    line-height: 20px;
}
.youtube-button {
    left: 50%;
    transform: translate(-50%, -50%);
}
.service-block h3 {
    font-size: 16px;
}
.service-block {
    margin-bottom: 20px;
}
.caller-image {
    text-align: center;
    display: none;
}
.caller-image img {
    width: 150px;
    display: inline-block;
    margin: 0 auto;
}
.quote-form:before{
	display: none;
}
.new-area {
    margin-top: 30px;
}
.choose-area {
    padding-right: 0;
    margin-bottom: 50px;
}
ul.accordion-list h3 {
    font-size: 16px;
}
.news-text p {
    font-size: 14px;
}
.map-area {
    margin-top: 20px;
}
.address-area {
    margin-top: 10px;
}
.address-text h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
.address-text p {
    font-size: 12px;
    margin-bottom: 0px;
}
.address-item {
    padding-bottom: 20px;
}
.address-icon img {
    width: 30px;
}
.footer-group {
    width: 100%;
}
ul.menu-item {
    flex-direction: column;
    text-align: left;
    width: 100%;
    justify-content: left;
}
ul.menu-item li {
    width: 100%;
}
li.active a:after {
    box-sizing: border-box;
    content: '';
    width: 5px;
    height: 100%;
    background: #fac808;
    display: inline-block;
    position: absolute;
    left: -25px;
    bottom: 0;
    
}
ul.menu-item li a {
    line-height: 45px;
    font-weight: 500;
}
.quote-form, .quote-area{
	height:600px;
}
.service-block-inner {
    display: flex;
    flex-direction: column;
}
.banner-box{
	position: absolute;
    width: 100%;
    padding: 0;
    transform: none;
    top: 0;
    text-align: center;
}
.banner-info p {
    font-size: 14px;
    line-height: normal;
    margin: 0;
}
.banner-info li {
    font-size: 14px;
    justify-content: center;
    margin-bottom: 5px;
}
.banner-info h3 {
    margin: 10px 0;
}
.banner-form {
    left: 15px;
    top: -150px;
    transform: none;
    width: calc(100% - 30px);
    padding: 10px;
}
.form-inner p {
    margin-bottom: 10px;
}
.form-inner h2 {
    margin-bottom: 0;
}
.about-content {
    padding: 0;
    text-align: center;
}
.about-content > p {
    margin: 0;
}
.service-box {
    margin: 0;
}
.service-content {
    padding: 15px;
}
.service-area .container-fluid .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.service-area .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.service-info {
    text-align: center;
}
.service-info p {
    padding: 0;
    margin-bottom: 15px;
    font-size: 14px;
}
.service-info h2 {
    margin-bottom: 0;
}
.service-info {
    text-align: center;
    padding: 0 15px 15px;
}
.service-info-text {
    padding: 10px 30px 10px;
}
.service-info-text p {
    font-size: 14px;
    margin-bottom: 10px;
}
.footer-form {
    margin: 0;
}
.product-box {
    width: calc(100% - 20px);
}
.product-inner-div-row {
    flex-direction: column;
}
.service-area {
    padding-bottom: 0px;
    padding-top: 90px;
    margin-bottom: 0;
    margin-top: -60px;
}
.service-area-inner {
    padding-top: 20px;
}
.copyright-inner {
    flex-direction: column;
    align-items: center;
}
.bottom-left {
    margin-bottom: 10px;
}
.footer-area {
    margin-top: 0;
}
.main-navigation{
	height: 270px;
    top: 67px;
    background: #fff;
    width: 200px;
    padding: 0;
}
.menu_active .menu .menuTrigger span {
    display: none;
}
div#about {
    padding-top: 50px;
}
div#news {
    margin-top: -100px;
    padding-top: 110px;
}
div#testimonial {
    margin-top: -20px;
    padding-top: 0px;
}
.banner-left {
    position: relative;
    height: 250px;
}
.banner-right {
    position: relative;
    padding: 15px 0;
}
.banner-right:before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgb(121 3 29 / 70%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.banner-right > img{
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.banner-form {
    left: 15px;
    width: calc(100% - 30px);
    padding: 10px;
    position: relative;
    transform: none;
    z-index: 2;
    background: #fff;
    top:0 ;
}
a.whatsapp {
    width: 40px;
    z-index: 5;
    bottom: 10px;
    right: 10px;
}
}

@media only screen and (min-width: 992px){
	.menu-box .social-link-box{
		display: none !important;
	}
}

@media only screen and (max-width: 991px){
   .header-box .menu-box .social-link-box li{
   	  width: 38px;
      margin: 0 6px;
   }
   .header-box .menu-box .social-link-box li img{
   	  filter: brightness(0) invert(1);
   }
   .header-box .menu-box .social-link-box{
   	    margin-right: 0px;
		width: 100%;
		justify-content: center;
		position: absolute;
		bottom: 15px;
		left: 0;
   }
   .header-box .menu-box ul.primary-menu{
   	  margin-right: 0px;
   }
   .project-counter-box{
   	  bottom: 0px;
   }
   
}

@media only screen and (max-width: 374px){
	.banner-content-info .banner-text{
		bottom: 100px;
	}
}

@media only screen and (min-width: 1320px) and (max-width: 1400px){
    .banner-slider {
	  padding-top: 180px;
	}
	.banner-slider .owl-dots{
		margin-top: 40px;
	}
	.testimonials-slider .client-info-box .image-block {
	  width: 70px;
	}
}




/*aos animation off*/
@media only screen and (max-width: 767px) {
  .new-area .aos-init {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
  }
}


#footer-contact-form h2 {
    color: #000;
    padding-left: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}
.footer-form .form-item:nth-of-type(1) {
    width: 50%;
    padding-right: 10px;
    float: left;
}
.footer-form .form-item:nth-of-type(2) {
    width: 50%;
    padding-left: 10px;
}
.panel {margin: 100px auto 40px; max-width: 500px; text-align: center;}
.button_outer, .button_outer_footer {background: #f0f0f0; text-align: center; height: 45px; width: 100%; display: inline-block; transition: .2s; position: relative; overflow: hidden;}
.btn_upload {padding: 12px 30px 12px; color: #635D5D; text-align: center; position: relative; display: inline-block; overflow: hidden; z-index: 3; white-space: nowrap;}
.btn_upload input {position: absolute; width: 100%; left: 0; top: 0; width: 100%; height: 105%; cursor: pointer; opacity: 0;}
.file_uploading {width: 100%; height: 10px; margin-top: 20px; background: #ccc;}
.file_uploading .btn_upload {display: none;}
.processing_bar {position: absolute; left: 0; top: 0; width: 0; height: 100%; border-radius: 30px; background:#79031d; transition: 3s;}
.file_uploading .processing_bar {width: 100%;}
.success_box {display: none; width: 45px; height: 45px; position: relative;}
.success_box:before {content: ''; display: block; width: 9px; height: 18px;  position: absolute; left: 7px; top: 8px;}
.success_box:before{
	width: 32px;
	height: 32px;
	background-image: url(../../images/check-mark.png);
}
.file_uploaded .success_box {display: inline-block;}
.file_uploaded {margin-top: 0; width: 45px; background:#fff; height: 45px;}
.uploaded_file_view {max-width: 300px; margin: 40px auto; text-align: center; position: relative; transition: .2s; opacity: 0; border: 2px solid #ddd; padding: 15px;}
.file_remove, .file_remove_footer{width: 30px; height: 30px; border-radius: 50%; display: block; position: absolute; background: #aaa; line-height: 30px; color: #fff; font-size: 12px; cursor: pointer; right: -15px; top: -15px;}
.file_remove:hover, .file_remove_footer {background: #222; transition: .2s;}
.uploaded_file_view img {max-width: 100%;}
.uploaded_file_view.show {opacity: 1;}
.error_msg, .error_msg_footer {text-align: center; color: #f00}
.uploaded_file_view {
    width: 100px;
    padding: 0px;
    margin: 0;
    border: 0px;
}
.btn_upload {
    font-size: 14px;
    font-weight: 500;
    color: #635D5D;
    width: 100%;
    cursor: pointer;
}
.btn_upload span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_upload span img {
    width: 18px;
    margin-right: 5px;
}
.g-recaptcha {
    text-align: center;
    margin-bottom: 10px;
    margin-left: 10px;
}
.font-bold.error-msg {
    color: #f00;
    position: relative;
    top: 5px;
    font-weight: 500;
}
.font-bold.success-msg {
    color: #44b678;
    position: relative;
    top: 5px;
    font-weight: 500;
}

@media screen and (max-width: 767px){
.service-content {
    width: 100%;
}
}
field.form-item.phone-num select {
    position: absolute;
    left: 10px;
    width: 35px;
    height: 45px;
    padding: 0;
    padding-left: 7px;
    padding-right: 7px;
}
field.form-item.phone-num label {
    left: 45px;
}
field.form-item.phone-num.filled label {
    left: 10px;
}
.form-item.phone-num input {
    padding-left: 45px;
}

.container-product-area-inner {
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}
.product-area {
    scroll-padding-top: 4rem;
    scroll-margin-top: 4rem;
    margin-top: -100px;
    padding-top: 170px;
}
.product-inner-div-row {
    display: flex;
    justify-content: center;
}
.product-box {
    width: 25%;
    border: 1px solid #ddd;
    margin: 10px;
    padding: 10px;
    position: relative;
}
.product-box h3 {
    color: #000407;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 10px;
}
.product-description {
    position: absolute;
    top: 10px;
    background: rgb(121 3 29 / 70%);
    height: 200px;
    right: 10px;
    left: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    opacity: 0;
    cursor: pointer;
    transition: all 0.4s;
}
.product-description p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}
.product-box:hover .product-description{
	opacity: 1;
}
.form-item label.error {
    position: static;
    font-size: 12px;
    padding: 0;
    font-weight: 500;
    color: #c41230;
    line-height: 12px;
}