
	/*=== Google Fonts ===*/
	@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&amp;display=swap);
	@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap);

	/*=== General Variables ===*/
	:root {
	--color1: #121a37;
	--color2: #ff5e15;
	--color3: #ffa800;
	--color4: #21a010;
	--color5: #0a1024;
	--color6: #070b1b;
	--color7: #050918;
	--color8: #ffc600;
	--color9: #c40172;
	--color10: #990fff;
	--color11: #ff7500;
	--color12: #0072b1;
	--color13: #55a61d;
	--color14: #e90133;
	--color15: #02728e;
	--color16: #1ec8bf;
	--color17: #ff4747;
	--color18: #ffe27a;
	--color19: #1f5abc;
	--color20: #d2eaff;
	--transition:all 0.2s cubic-bezier(0.19, 0.68, 0.49, 1.21);
	--transition2:all .3s linear;
	--pill: 2.5rem;
	--round: 50%;
	--curve: 3px;
	--full: 100%;
	}
	.bg-color1{background-color:var(--color1);}
	.bg-color2{background-color:var(--color2);}
	.bg-color3{background-color:var(--color3);}
	.bg-color4{background-color:var(--color4);}
	.bg-color5{background-color: #00000b;}
	.bg-color6{background-color:var(--color6);}
	.bg-color7{background-color:var(--color7);}
	.bg-color8{background-color:var(--color8);}
	.bg-color9{background-color:var(--color9);}
	.bg-color10{background-color:var(--color10);}
	.bg-color11{background-color:var(--color11);}
	.bg-color12{background-color:var(--color12);}
	.bg-color13{background-color:var(--color13);}
	.bg-color14{background-color:var(--color14);}
	.bg-color15{background-color:var(--color15);}
	.bg-color16{background-color:var(--color16);}
	.bg-color17{background-color:var(--color17);}
	.bg-color18{background-color:var(--color18);}
	.bg-color19{background-color:var(--color19);}
	.bg-color20{background-color:var(--color20);}
	.text-color1{color:var(--color1);}
	.text-color2{color:var(--color2);}
	.text-color3{color:var(--color3);}
	.text-color4{color:var(--color4);}
	.text-color5{color:var(--color5);}
	.text-color6{color:var(--color6);}
	.text-color7{color:var(--color7);}
	.text-color8{color:var(--color8);}
	.text-color9{color:var(--color9);}
	.text-color10{color:var(--color10);}
	.text-color11{color:var(--color11);}
	.text-color12{color:var(--color12);}
	.text-color13{color:var(--color13);}
	.text-color14{color:var(--color14);}
	.text-color15{color:var(--color15);}
	.text-color16{color:var(--color16);}
	.text-color17{color:var(--color17);}
	.text-color18{color:var(--color18);}
	.text-color19{color:var(--color19);}
	.text-color20{color:var(--color20);}

	strong {font-weight: 600;}

	/*=== General Styling ===*/
	body, 
	html {/* overflow-x: hidden; */}
	body {
	margin: 0;
	font-family: "Poppins", sans-serif;
	position: relative;
	width: 100%;
	max-width: 100%;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
	font-family: "Poppins", sans-serif;
	color: #000;
	font-weight: 600;
	}
	p {
	font-family: "Poppins", sans-serif!important;
	color: #000000 !important;
	line-height: 1.5rem;
	font-size: 18px;
	}
	ul li,
	ol li {
	font-family: "Poppins", sans-serif;
	color: #555555;
	font-size: 0.875rem;
	line-height: 1.5rem;
	}
	a {color: inherit;}
	a:hover,
	a:focus,
	ins {
	text-decoration:none;
	outline:none;
	}
	input,
	textarea,
	select,
	button {border: 0;}
	button,
	input[type="submit"],
	.fileContainer,
	input[type="file"] {cursor: pointer;}
	input:focus,
	textarea:focus,
	select:focus,
	button:focus,
	a:focus,
	.form-wrp fieldset p a:focus,
	.page-link:focus,
	.btn.focus, 
	.btn:focus,
	.bootstrap-select .dropdown-toggle:focus {
	border-color: transparent;
	outline: none !important;
	-webkit-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	}
	textarea {resize: none;}
	main,
	section,
	footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
	position:relative;
	width:100%;
	
	}

	/*=== Paddings ===*/
	.pt-10 {padding-top: 0.625rem;}
	.pb-10 {padding-bottom: 0.625rem;}
	.pt-20 {padding-top: 1.25rem;}
	.pb-20 {padding-bottom: 1.25rem;}
	.pt-30 {padding-top: 1.875rem;}
	.pb-30 {padding-bottom: 1.875rem;}
	.pt-40 {padding-top: 2.5rem;}
	.pb-40 {padding-bottom: 2.5rem;}
	.pt-50 {padding-top: 3.125rem;}
	.pb-50 {padding-bottom: 3.125rem;}
	.pt-55 {padding-top: 3.4375rem;}
	.pb-55 {padding-bottom: 3.4375rem;}
	.pt-60 {padding-top: 3.75rem;}
	.pb-60 {padding-bottom: 3.75rem;}
	.pt-70 {padding-top: 4.375rem;}
	.pb-70 {padding-bottom: 4.375rem;}
	.px-70 {padding: 0 4.375rem;}
	.pt-80 {padding-top: 5rem;}
	.pb-80 {padding-bottom: 5rem;}
	.pt-90 {padding-top:5.625rem;}
	.pb-90 {padding-bottom: 5.625rem;}
	.pt-100 {/* padding-top: 24px; */}
	/*.pb-100 {padding-bottom: 60px;}*/
	.pt-110 {padding-top: 6.875rem;}
	.pb-110 {padding-bottom: 6.875rem;}
	.pt-120 {padding-top: 7.5rem;}
	.pb-120 {padding-bottom: 7.5rem;}
	.pt-130 {padding-top: 8.125rem;}
	.pb-130 {padding-bottom: 8.125rem;}
	.pt-140 {padding-top: 8.75rem;}
	.pb-140 {padding-bottom: 8.75rem;}
	.pt-150 {padding-top: 9.375rem;}
	.pb-150 {padding-bottom: 4.375rem;}
	.pt-155 {padding-top: 9.6875rem;}
	.pb-155 {padding-bottom: 9.6875rem;}
	.pt-160 {padding-top: 10rem;}
	.pb-160 {padding-bottom: 10rem;}
	.pt-170 {padding-top: 12.625rem;}
	.pb-170 {padding-bottom: 10.625rem;}
	.pt-180 {padding-top: 11.25rem;}
	.pb-180 {padding-bottom: 11.25rem;}
	.pt-195 {padding-top: 12.1875rem;}
	.pb-195 {padding-bottom: 12.1875rem;}
	.pt-210 {padding-top: 13.125rem;}
	.pb-210 {padding-bottom: 13.125rem;}
	.pt-240 {padding-top: 15rem;}
	.pb-240 {padding-bottom: 15rem;}
	.pt-280 {padding-top: 17.5rem;}
	.pb-280 {padding-bottom: 17.5rem;}

	/*=== Margins ===*/
	.mt-10 {margin-top: 0.625rem;}
	.mb-10 {margin-bottom: 0.625rem;}
	.mt-15 {margin-top: 0.9375rem;}
	.mb-15 {margin-bottom: 0.9375rem;}
	.mt-20 {margin-top: 1.25rem;}
	.mb-20 {margin-bottom: 1.25rem;}
	.mt-25 {margin-top: 1.5625rem;}
	.mb-25 {margin-bottom: 1.5625rem;}
	.mt-30 {margin-top: 1.875rem;}
	.mb-30 {margin-bottom: 1.875rem;}
	.mt-35 {margin-top: 2.1875rem;}
	.mb-35 {margin-bottom: 2.1875rem;}
	.mt-40 {margin-top: 2.5rem;}
	.mb-40 {margin-bottom: 2.5rem;}
	.mt-45 {margin-top: 2.8125rem;}
	.mb-45 {margin-bottom: 2.8125rem;}
	.mt-50 {margin-top: 3.125rem;}
	.mb-50 {margin-bottom: 3.125rem;}
	.mt-55 {margin-top: 3.4375rem;}
	.mb-55 {margin-bottom: 3.4375rem;}
	.mt-60 {margin-top: 3.75rem;}
	.mb-60 {margin-bottom: 3.75rem;}
	.mt-65 {margin-top: 4.0625rem;}
	.mb-65 {margin-bottom: 4.0625rem;}
	.mt-70 {margin-top: 4.375rem;}
	.mb-70 {margin-bottom: 4.375rem;}
	.mt-80 {margin-top: 5rem;}
	.mb-80 {margin-bottom: 5rem;}
	.mt-90 {margin-top: 5.625rem;}
	.mb-90 {margin-bottom: 5.625rem;}
	.mt-100 {margin-top: 6.25rem;}
	.mb-100 {margin-bottom: 6.25rem;}
	.mt-110 {margin-top: 6.875rem;}
	.mb-110 {margin-bottom: 6.875rem;}
	.mt-120 {margin-top: 7.5rem;}
	.mb-120 {margin-bottom: 7.5rem;}
	

	/*=== Overlap ===*/
	.overlap-99 {
	position: relative;
	z-index: 1;
	}
	.overlap-99 {margin-bottom: -6.24375rem;}

	/*=== Default Colors ===*/
	.dark-bg {background-color: #00000b;}
	.dark-bg2 {background-color: #171717;}
	.gray-bg {background-color: #f6f7fb;}
	.gray-bg2 {background-color: #f2f2f2;}

	/*=== Container ===*/
	.container {
	/* padding: 0; */
	/* max-width: 73.125rem; */
	}

	/*=== Column Gap ===*/
	.mrg {margin: 0;}
	.mrg div[class^="col"] {padding: 0;}
	.mrg2 {margin: 0 -1px;}
	.mrg2 div[class^="col"] {padding: 0 1px;}
	.mrg5 {margin: 0 -0.15625rem;}
	.mrg5 div[class^="col"] {padding: 0 0.15625rem;}
	.mrg6 {margin: 0 -0.1875rem;}
	.mrg6 div[class^="col"] {padding: 0 0.1875rem;}
	.mrg10 {margin: 0 -0.3125rem;}
	.mrg10 div[class^="col"] {padding: 0 0.3125rem;}
	.mrg15 {margin: 0 -0.46875rem;}
	.mrg15 div[class^="col"] {padding: 0 0.46875rem;}
	.mrg20 {margin: 0 -0.625rem;}
	.mrg20 div[class^="col"] {padding: 0 0.625rem;}
	.mrg40 {margin: 0 -1.25rem;}
	.mrg40 div[class^="col"] {padding: 0 1.25rem;}
	.mrg45 {margin: 0 -1.40625rem;}
	.mrg45 div[class^="col"] {padding: 0 1.40625rem;}
	.mrg50 {margin: 0 -1.5625rem;}
	.mrg50 div[class^="col"] {padding: 0 1.5625rem;}
	.mrg60 {margin: 0 -1.875rem;}
	.mrg60 div[class^="col"] {padding: 0 1.875rem;}
	.mrg70 {margin: 0 -2.1875rem;}
	.mrg70 div[class^="col"] {padding: 0 2.1875rem;}


	.slick-slide div[class^="col"] {
	flex: 0 0 100%;
	max-width: 100%;
	}

	/*=== Fonts Typography ===*/
	.font-weight-hairline {font-weight: 100;}
	.font-weight-thin {font-weight: 200;}
	.font-weight-medium {font-weight: 500;}
	.font-weight-semibold {font-weight: 600;}
	.font-weight-extrabold {font-weight: 800;}
	.font-weight-black {font-weight: 900;}
	.font-style-italic {font-style: italic;}
	.font-style-normal {font-style: normal;}

	/*=== Parallax Background ===*/
	.fixed-bg,
	.parallax-bg {
	background-position: center;
	height:100%;
	width:100%;
	margin:0;
	position:absolute;
	left:0;
	top:0;
	z-index:-2;
	}
	.fixed-bg {
	background-attachment: scroll;
	background-size:cover;
	}
	.parallax-bg {
	background-attachment: fixed;
	background-size:contain;
	}
	.back-post-cntrbtm-norpet {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	}
	.back-post-cntrbtm {background-position: center bottom;}
	.back-post-lftcntr {background-position: left center;}
	.fixed-bg.patern-bg,
	.parallax-bg.patern-bg {background-size: initial;}
	.fixed-bg.bg-norepeate {
	background-size: initial;
	background-repeat: no-repeat;
	}
	.back-blend-soft-light {background-blend-mode: soft-light;}
	.back-blend-difference {background-blend-mode: difference;}
	.back-blend-screen {background-blend-mode: screen;}
	.back-blend-multiply {background-blend-mode: multiply;}
	.back-blend-subtract {background-blend-mode: subtract;}

	.paralx-70 .fixed-bg {height: 70%;}

	.h-tem + .particles-js {max-height: 35.375rem;}
	.h-tst + .particles-js {max-height: 34.6875rem;}

	/*=== Background Layer ===*/
	.black-layer:before,
	.white-layer:before,
	.gray-layer:before,
	.dark-layer:before,
	.dark-layer2:before,
	.dark-layer3:before,
	.blue-layer:before,
	.thm-layer:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	}
	.black-layer:before {background-color: #000000;}
	.white-layer:before {background-color:#ffffff;}
	.gray-layer:before {background-color: #f6f7fb}
	.dark-layer:before {background-color: #382232;}
	.dark-layer2:before {background-color: #00000b;}
	.dark-layer3:before {background-color: var(--color7);}
	.blue-layer:before {background-color: var(--color1);}

	.black-layer.paralx-70:before,
	.white-layer.paralx-70:before,
	.gray-layer.paralx-70:before,
	.dark-layer.paralx-70:before,
	.dark-layer2.paralx-70:before,
	.blue-layer.paralx-70:before,
	.thm-layer.paralx-70:before {height: 70%;}

	/*=== Opacity ===*/
	.opc1:before {opacity: .1;}
	.opc15:before {opacity: .15;}
	.opc2:before {opacity: .2;}
	.opc25:before {opacity: .25;}
	.opc3:before {opacity: .3;}
	.opc35:before {opacity: .35;}
	.opc4:before {opacity: .4;}
	.opc45:before {opacity: .45;}
	.opc5:before {opacity: .5;}
	.opc55:before {opacity: .55;}
	.opc6:before {opacity: .6;}
	.opc65:before {opacity: .65;}
	.opc7:before {opacity: .7;}
	.opc75:before {opacity: .75;}
	.opc8:before {opacity: .8;}
	.opc85:before {opacity: .85;}
	.opc9:before {opacity: .9;}
	.opc95:before {opacity: .95;}
	.opc97:before {opacity: .97;}
	.opc99:before {opacity: .99;}

	/*=== Iframe ===*/
	iframe {
	border: 0;
	width: 100%;
	}

	/*=== Image ===*/
	img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	}

	/*=== Width ===*/
	.wdth5 {width: 5%;}
	.wdth10 {width: 10%;}
	.wdth15 {width: 15%;}
	.wdth20 {width: 20%;}
	.wdth25 {width: 25%;}
	.wdth30 {width: 30%;}
	.wdth35 {width: 35%;}
	.wdth40 {width: 40%;}
	.wdth45 {width: 45%;}
	.wdth50 {width: 50%;}
	.wdth55 {width: 55%;}
	.wdth60 {width: 60%;}
	.wdth65 {width: 65%;}
	.wdth70 {width: 70%;}
	.wdth75 {width: 75%;}
	.wdth80 {width: 80%;}
	.wdth85 {width: 85%;}
	.wdth90 {width: 90%;}
	.wdth95 {width: 95%;}
	.wdth100 {width: 100%;}
	.wow {visibility: hidden;}

	/*=== Cross Browser Compatibility ===*/
	i,
	a,
	img,
	input,
	button,
	textarea,
	:before,
	:after,
	label,
	span,
	.proj-info,
	.toggle-item > h4,
	.serv-box-inner > *,
	.rsnp-mnu,
	.sticky-menu
	{
	-webkit-transition: var(--transition2);
	-ms-transition: var(--transition2);
	-o-transition: var(--transition2);
	transition: var(--transition2);
	}

	nav ul li,
	.team-social,
	.shop-img > a
	{
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
	-moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
	-o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
	transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
	}

	a i,
	button i {
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	}

	/*=== Border Radius ===*/
	.brd-rd20
	{
	-webkit-border-radius: 1.25rem;
	border-radius: 1.25rem;
	}

	.brd-rd10
	{
	-webkit-border-radius: 0.625rem;
	border-radius: 0.625rem;
	}

	.brd-rd5,
	.serv-box2,
	.solutions-wrap img,
	.post-img,
	.proj-thumb,
	.about-image > img,
	.post-detail > img,
	.widget-video-box > a,
	.post-detail-gallery-video-box > img,
	.comment,
	.solutions-list > li > i,
	.serv-detail-desc a,
	.detail-gal a,
	blockquote,
	.shop-img,
	.shop-img > a,
	.simple-btn,
	.contact-info-wrap,
	.contact-map
	{
	-webkit-border-radius: 0.3125rem;
	border-radius: 0.3125rem;
	}

	.brd-rd3
	{
	-webkit-border-radius: 0.1875rem;
	border-radius: 0.1875rem;
	}

	.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {width: 100%;}
	.dropdown-menu {
	border: 0;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,.15);
	-o-box-shadow: 0 0 10px rgba(0,0,0,.15);
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	padding: 0;
	}
	.bootstrap-select .dropdown-menu li {line-height: initial;}
	.bootstrap-select .dropdown-menu li:nth-child(2n) {background-color: #f5f5f5;}
	.bootstrap-select .dropdown-menu li a {padding: 6px 1.5rem;}
	.bootstrap-select .dropdown-menu li a.dropdown-item.active, 
	.bootstrap-select .dropdown-menu li a.dropdown-item:active,
	.bootstrap-select .dropdown-menu li a:hover,
	.bootstrap-select .dropdown-menu li a:focus {color: #fff !important;}

	/*=== Particles ===*/
	.particles-js,
	.particles-js2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	}

	/*=== Animations ===*/
	@-webkit-keyframes spin {
	from {
	transform:rotate(0deg);
	}
	to {
	transform:rotate(360deg);
	}
	}
	@-o-keyframes spin {
	from {
	transform:rotate(0deg);
	}
	to {
	transform:rotate(360deg);
	}
	}
	@keyframes spin {
	from {
	transform:rotate(0deg);
	}
	to {
	transform:rotate(360deg);
	}
	}

	@keyframes slide-animation {
	0% {
	-webkit-transform: rotateX(0deg) translateY(0px);
	-ms-transform: rotateX(0deg) translateY(0px);
	-o-transform: rotateX(0deg) translateY(0px);
	transform: rotateX(0deg) translateY(0px); }
	50% {
	-webkit-transform: rotateX(0deg) translateY(15px);
	-ms-transform: rotateX(0deg) translateY(15px);
	-o-transform: rotateX(0deg) translateY(15px);
	transform: rotateX(0deg) translateY(15px); }
	100% {
	-webkit-transform: rotateX(0deg) translateY(0px);
	-ms-transform: rotateX(0deg) translateY(0px);
	-o-transform: rotateX(0deg) translateY(0px);
	transform: rotateX(0deg) translateY(0px); } 
	}
	@-webkit-keyframes slide-animation {
	0% {
	-webkit-transform: rotateX(0deg) translateY(0px);
	-ms-transform: rotateX(0deg) translateY(0px);
	-o-transform: rotateX(0deg) translateY(0px);
	transform: rotateX(0deg) translateY(0px); }
	50% {
	-webkit-transform: rotateX(0deg) translateY(-10px);
	-ms-transform: rotateX(0deg) translateY(-10px);
	-o-transform: rotateX(0deg) translateY(-10px);
	transform: rotateX(0deg) translateY(-10px); }
	100% {
	-webkit-transform: rotateX(0deg) translateY(0px);
	-ms-transform: rotateX(0deg) translateY(0px);
	-o-transform: rotateX(0deg) translateY(0px);
	transform: rotateX(0deg) translateY(0px);
	}
	}

	.slide-animation {
	-webkit-animation: 5s slide-animation infinite;
	-ms-animation: 5s slide-animation infinite;
	-o-animation: 5s slide-animation infinite;
	animation: 5s slide-animation infinite;
	}

	/*=== Pulse Animation ===*/
	.spinner:before,
	.spinner:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -4.0625rem;
	margin-left: -4.0625rem;
	background-color: inherit;
	-webkit-animation: pluse 2s linear infinite;
	-ms-animation: pluse 2s linear infinite;
	-o-animation: pluse 2s linear infinite;
	animation: pluse 2s linear infinite;
	width: 8.125rem;
	height: 8.125rem;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	opacity: 0;
	z-index: -2;
	}
	.spinner:after {
	-webkit-animation: pluse 2s linear 2.3s infinite;
	-ms-animation: pluse 2s linear 2.3s infinite;
	-o-animation: pluse 2s linear 2.3s infinite;
	animation: pluse 2s linear 2.3s infinite;
	-webkit-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
	}

	@-webkit-keyframes pluse {
	0% {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 1;
	}
	100% {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	}
	}

	@-ms-keyframes pluse {
	0% {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 1;
	}
	100% {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	}
	}

	@-o-keyframes pluse {
	0% {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 1;
	}
	100% {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	}
	}

	@keyframes pluse {
	0% {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 1;
	}
	100% {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	}
	}

	/*=== Zoom Animation ===*/
	.zoom-anim {
	-webkit-animation: zoom 8s linear infinite;
	-ms-animation: zoom 8s linear infinite;
	-o-animation: zoom 8s linear infinite;
	animation: zoom 8s linear infinite;
	}
	@-webkit-keyframes zoom {
	0% {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}
	50% {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	}
	100% {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}
	}

	@-ms-keyframes zoom {
	0% {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}
	50% {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	}
	100% {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}
	}

	@-o-keyframes zoom {
	0% {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}
	50% {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	}
	100% {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}
	}

	@keyframes zoom {
	0% {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}
	50% {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	}
	100% {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}
	}

	/*=== Blob Animation ===*/
	@-webkit-keyframes blob {
	0%, 100% {
	-webkit-border-radius: 44% 56% 47% 53% / 30% 47% 53% 70%;
	border-radius: 44% 56% 47% 53% / 30% 47% 53% 70%;
	}
	25% {
	-webkit-border-radius: 47% 53% 44% 56% / 53% 70% 30% 47%;
	border-radius: 47% 53% 44% 56% / 53% 70% 30% 47%;
	}
	50% {
	-webkit-border-radius: 30% 47% 53% 70% / 44% 56% 47% 53%;
	border-radius: 30% 47% 53% 70% / 44% 56% 47% 53%;
	}
	75% {
	-webkit-border-radius: 53% 70% 30% 47% / 47% 53% 44% 56%;
	border-radius: 53% 70% 30% 47% / 47% 53% 44% 56%;
	}
	}

	@-ms-keyframes blob {
	0%, 100% {
	-webkit-border-radius: 44% 56% 47% 53% / 30% 47% 53% 70%;
	border-radius: 44% 56% 47% 53% / 30% 47% 53% 70%;
	}
	25% {
	-webkit-border-radius: 47% 53% 44% 56% / 53% 70% 30% 47%;
	border-radius: 47% 53% 44% 56% / 53% 70% 30% 47%;
	}
	50% {
	-webkit-border-radius: 30% 47% 53% 70% / 44% 56% 47% 53%;
	border-radius: 30% 47% 53% 70% / 44% 56% 47% 53%;
	}
	75% {
	-webkit-border-radius: 53% 70% 30% 47% / 47% 53% 44% 56%;
	border-radius: 53% 70% 30% 47% / 47% 53% 44% 56%;
	}
	}

	@-o-keyframes blob {
	0%, 100% {
	-webkit-border-radius: 44% 56% 47% 53% / 30% 47% 53% 70%;
	border-radius: 44% 56% 47% 53% / 30% 47% 53% 70%;
	}
	25% {
	-webkit-border-radius: 47% 53% 44% 56% / 53% 70% 30% 47%;
	border-radius: 47% 53% 44% 56% / 53% 70% 30% 47%;
	}
	50% {
	-webkit-border-radius: 30% 47% 53% 70% / 44% 56% 47% 53%;
	border-radius: 30% 47% 53% 70% / 44% 56% 47% 53%;
	}
	75% {
	-webkit-border-radius: 53% 70% 30% 47% / 47% 53% 44% 56%;
	border-radius: 53% 70% 30% 47% / 47% 53% 44% 56%;
	}
	}

	@keyframes blob {
	0%, 100% {
	-webkit-border-radius: 44% 56% 47% 53% / 30% 47% 53% 70%;
	border-radius: 44% 56% 47% 53% / 30% 47% 53% 70%;
	}
	25% {
	-webkit-border-radius: 47% 53% 44% 56% / 53% 70% 30% 47%;
	border-radius: 47% 53% 44% 56% / 53% 70% 30% 47%;
	}
	50% {
	-webkit-border-radius: 30% 47% 53% 70% / 44% 56% 47% 53%;
	border-radius: 30% 47% 53% 70% / 44% 56% 47% 53%;
	}
	75% {
	-webkit-border-radius: 53% 70% 30% 47% / 47% 53% 44% 56%;
	border-radius: 53% 70% 30% 47% / 47% 53% 44% 56%;
	}
	}

	/*=== Blob 2 Animation ===*/
	@-webkit-keyframes blob2 {
	0%, 100% {
	-webkit-border-radius: 70% 30% 65% 30% / 55% 35% 45% 45%;
	border-radius: 70% 30% 65% 30% / 55% 35% 45% 45%;
	}
	25% {
	-webkit-border-radius: 65% 30% 70% 30% / 45% 45% 55% 35%;
	border-radius: 65% 30% 70% 30% / 45% 45% 55% 35%;
	}
	50% {
	-webkit-border-radius: 55% 35% 45% 45% / 70% 30% 65% 30%;
	border-radius: 55% 35% 45% 45% / 70% 30% 65% 30%;
	}
	75% {
	-webkit-border-radius: 45% 45% 55% 35% / 65% 30% 70% 30%;
	border-radius: 45% 45% 55% 35% / 65% 30% 70% 30%;
	}
	}

	@-ms-keyframes blob2 {
	0%, 100% {
	-webkit-border-radius: 70% 30% 65% 30% / 55% 35% 45% 45%;
	border-radius: 70% 30% 65% 30% / 55% 35% 45% 45%;
	}
	25% {
	-webkit-border-radius: 65% 30% 70% 30% / 45% 45% 55% 35%;
	border-radius: 65% 30% 70% 30% / 45% 45% 55% 35%;
	}
	50% {
	-webkit-border-radius: 55% 35% 45% 45% / 70% 30% 65% 30%;
	border-radius: 55% 35% 45% 45% / 70% 30% 65% 30%;
	}
	75% {
	-webkit-border-radius: 45% 45% 55% 35% / 65% 30% 70% 30%;
	border-radius: 45% 45% 55% 35% / 65% 30% 70% 30%;
	}
	}

	@-o-keyframes blob2 {
	0%, 100% {
	-webkit-border-radius: 70% 30% 65% 30% / 55% 35% 45% 45%;
	border-radius: 70% 30% 65% 30% / 55% 35% 45% 45%;
	}
	25% {
	-webkit-border-radius: 65% 30% 70% 30% / 45% 45% 55% 35%;
	border-radius: 65% 30% 70% 30% / 45% 45% 55% 35%;
	}
	50% {
	-webkit-border-radius: 55% 35% 45% 45% / 70% 30% 65% 30%;
	border-radius: 55% 35% 45% 45% / 70% 30% 65% 30%;
	}
	75% {
	-webkit-border-radius: 45% 45% 55% 35% / 65% 30% 70% 30%;
	border-radius: 45% 45% 55% 35% / 65% 30% 70% 30%;
	}
	}

	@keyframes blob2 {
	0%, 100% {
	-webkit-border-radius: 70% 30% 65% 30% / 55% 35% 45% 45%;
	border-radius: 70% 30% 65% 30% / 55% 35% 45% 45%;
	}
	25% {
	-webkit-border-radius: 65% 30% 70% 30% / 45% 45% 55% 35%;
	border-radius: 65% 30% 70% 30% / 45% 45% 55% 35%;
	}
	50% {
	-webkit-border-radius: 55% 35% 45% 45% / 70% 30% 65% 30%;
	border-radius: 55% 35% 45% 45% / 70% 30% 65% 30%;
	}
	75% {
	-webkit-border-radius: 45% 45% 55% 35% / 65% 30% 70% 30%;
	border-radius: 45% 45% 55% 35% / 65% 30% 70% 30%;
	}
	}

	/*=== Blob 3 Animation ===*/
	@-webkit-keyframes blob3 {
	0%, 100% {
	-webkit-border-radius: 65% 30% 70% 30% / 45% 45% 55% 35%;
	border-radius: 65% 30% 70% 30% / 45% 45% 55% 35%;
	}
	25% {
	-webkit-border-radius: 70% 30% 65% 30% / 55% 35% 45% 45%;
	border-radius: 70% 30% 65% 30% / 55% 35% 45% 45%;
	}
	50% {
	-webkit-border-radius: 45% 45% 55% 35% / 65% 30% 70% 30%;
	border-radius: 45% 45% 55% 35% / 65% 30% 70% 30%;
	}
	75% {
	-webkit-border-radius: 55% 35% 45% 45% / 70% 30% 65% 30%;
	border-radius: 55% 35% 45% 45% / 70% 30% 65% 30%;
	}
	}

	@-ms-keyframes blob3 {
	0%, 100% {
	-webkit-border-radius: 65% 30% 70% 30% / 45% 45% 55% 35%;
	border-radius: 65% 30% 70% 30% / 45% 45% 55% 35%;
	}
	25% {
	-webkit-border-radius: 70% 30% 65% 30% / 55% 35% 45% 45%;
	border-radius: 70% 30% 65% 30% / 55% 35% 45% 45%;
	}
	50% {
	-webkit-border-radius: 45% 45% 55% 35% / 65% 30% 70% 30%;
	border-radius: 45% 45% 55% 35% / 65% 30% 70% 30%;
	}
	75% {
	-webkit-border-radius: 55% 35% 45% 45% / 70% 30% 65% 30%;
	border-radius: 55% 35% 45% 45% / 70% 30% 65% 30%;
	}
	}

	@-o-keyframes blob3 {
	0%, 100% {
	-webkit-border-radius: 65% 30% 70% 30% / 45% 45% 55% 35%;
	border-radius: 65% 30% 70% 30% / 45% 45% 55% 35%;
	}
	25% {
	-webkit-border-radius: 70% 30% 65% 30% / 55% 35% 45% 45%;
	border-radius: 70% 30% 65% 30% / 55% 35% 45% 45%;
	}
	50% {
	-webkit-border-radius: 45% 45% 55% 35% / 65% 30% 70% 30%;
	border-radius: 45% 45% 55% 35% / 65% 30% 70% 30%;
	}
	75% {
	-webkit-border-radius: 55% 35% 45% 45% / 70% 30% 65% 30%;
	border-radius: 55% 35% 45% 45% / 70% 30% 65% 30%;
	}
	}

	@keyframes blob3 {
	0%, 100% {
	-webkit-border-radius: 65% 30% 70% 30% / 45% 45% 55% 35%;
	border-radius: 65% 30% 70% 30% / 45% 45% 55% 35%;
	}
	25% {
	-webkit-border-radius: 70% 30% 65% 30% / 55% 35% 45% 45%;
	border-radius: 70% 30% 65% 30% / 55% 35% 45% 45%;
	}
	50% {
	-webkit-border-radius: 45% 45% 55% 35% / 65% 30% 70% 30%;
	border-radius: 45% 45% 55% 35% / 65% 30% 70% 30%;
	}
	75% {
	-webkit-border-radius: 55% 35% 45% 45% / 70% 30% 65% 30%;
	border-radius: 55% 35% 45% 45% / 70% 30% 65% 30%;
	}
	}

	/*=== Slick Arrow ===*/
	.slick-slider:not(.feat-caro):not(.shop-detail-nav-caro) > button.slick-arrow {
	position: absolute;
	right: 0;
	top: -6.5rem;
	background-color: transparent;
	-webkit-border-radius: 70% 30% 65% 30% / 55% 35% 45% 45%;
	border-radius: 70% 30% 65% 30% / 55% 35% 45% 45%;
	color: #777;
	width: 3.4375rem;
	height: 3.125rem;
	z-index: 1;
	}
	.slick-slider:not(.feat-caro):not(.shop-detail-nav-caro) > button.slick-arrow:hover,
	.slick-slider:not(.feat-caro):not(.shop-detail-nav-caro) > button.slick-arrow:focus {color: #fff;}
	.slick-slider:not(.feat-caro):not(.shop-detail-nav-caro) > button.slick-arrow:before {
	content: "";
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.1);
	-ms-box-shadow: 0 3px 7px rgba(0,0,0,.1);
	-o-box-shadow: 0 3px 7px rgba(0,0,0,.1);
	box-shadow: 0 3px 7px rgba(0,0,0,.1);
	-webkit-border-radius: inherit;
	border-radius: inherit;
	background-color: #fff;
	position: absolute;
	z-index: -1;
	}
	.slick-slider:not(.feat-caro):not(.shop-detail-nav-caro) > button.slick-prev {
	right: 22.75%;
	-webkit-border-radius: 65% 30% 70% 30% / 45% 45% 55% 35%;
	border-radius: 65% 30% 70% 30% / 45% 45% 55% 35%;
	}
	.slick-slider:not(.feat-caro):not(.shop-detail-nav-caro) > button.slick-next {right: 19.3%;}
	.container .slick-slider:not(.feat-caro):not(.shop-detail-nav-caro) > button.slick-prev {right: 4.0625rem;}
	.container .slick-slider:not(.feat-caro):not(.shop-detail-nav-caro) > button.slick-next {right: 0;}
	.slick-slider:not(.feat-caro):not(.shop-detail-nav-caro) > button.slick-prev:hover {
	-webkit-animation: 2s linear blob3 infinite;
	-ms-animation: 2s linear blob3 infinite;
	-o-animation: 2s linear blob3 infinite;
	animation: 2s linear blob3 infinite;
	-webkit-border-radius: 70% 30% 65% 30% / 55% 35% 45% 45%;
	border-radius: 70% 30% 65% 30% / 55% 35% 45% 45%;
	}
	.slick-slider:not(.feat-caro):not(.shop-detail-nav-caro) > button.slick-next:hover {
	-webkit-animation: 2s linear blob2 infinite;
	-ms-animation: 2s linear blob2 infinite;
	-o-animation: 2s linear blob2 infinite;
	animation: 2s linear blob2 infinite;
	-webkit-border-radius: 65% 30% 70% 30% / 45% 45% 55% 35%;
	border-radius: 65% 30% 70% 30% / 45% 45% 55% 35%;
	}

	/*=== Line Animations ===*/
	.lines {
	position: absolute;
	top: 0;
	left: 6.25rem;
	right: 6.25rem;
	height: 100%;
	margin: auto;
	z-index: -2;
	}
	.lines .line {
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	background: rgba(18,26,55,.1);
	overflow: hidden;
	}
	.lines .line:nth-child(1) {left: 0;}
	.lines .line:nth-child(2) {left: 10%;}
	.lines .line:nth-child(3) {left: 20%;}
	.lines .line:nth-child(4) {left: 30%;}
	.lines .line:nth-child(5) {left: 40%;}
	.lines .line:nth-child(6) {right: 50%;}
	.lines .line:nth-child(7) {right: 40%;}
	.lines .line:nth-child(8) {right: 30%;}
	.lines .line:nth-child(9) {right: 20%;}
	.lines .line:nth-child(10) {right: 10%;}
	.lines .line:nth-child(11) {right: 0%;}

	/*=== Social Media ===*/
	.facebook,
	.facebook-hvr:hover,
	.facebook-hvr:focus {
	background-color: #3b5999;
	border-color: #3b5999;
	}
	.twitter,
	.twitter-hvr:hover,
	.twitter-hvr:focus {
	background-color: #55acee;
	border-color: #55acee;
	}
	.google,
	.google-hvr:hover,
	.google-hvr:focus {
	background-color: #dd4b39;
	border-color: #dd4b39;
	}
	.pinterest,
	.pinterest-hvr:hover,
	.pinterest-hvr:focus {
	background-color: #bd081c;
	border-color: #bd081c;
	}
	.linkedin,
	.linkedin-hvr:hover,
	.linkedin-hvr:focus {
	background-color: #0077B5;
	border-color: #0077B5;
	}
	.youtube,
	.youtube-hvr:hover,
	.youtube-hvr:focus {
	background-color: #cd201f;
	border-color: #cd201f;
	}
	.instagram,
	.instagram-hvr:hover,
	.instagram-hvr:focus {
	background-color: #e4405f;
	border-color: #e4405f;
	}
	.vimeo,
	.vimeo-hvr:hover,
	.vimeo-hvr:focus {
	background-color: #8cbe0b;
	border-color: #8cbe0b;
	}
	.skype,
	.skype-hvr:hover,
	.skype-hvr:focus {
	background-color: #00AFF0;
	border-color: #00AFF0;
	}
	.rss,
	.rss-hvr:hover,
	.rss-hvr:focus {
	background-color: #f26522;
	border-color: #f26522;
	}
	.facebook-clr,
	.facebook:hover,
	.facebook:focus {color: #3b5999;}
	.twitter-clr,
	.twitter:hover,
	.twitter:focus {color: #55acee;}
	.google-clr,
	.google:hover,
	.google:focus {color: #dd4b39;}
	.pinterest-clr,
	.pinterest:hover,
	.pinterest:focus {color: #bd081c;}
	.linkedin-clr,
	.linkedin:hover,
	.linkedin:focus {color: #0077B5;}
	.youtube-clr,
	.youtube:hover,
	.youtube:focus {color: #cd201f;}
	.instagram-clr,
	.instagram:hover,
	.instagram:focus {color: #e4405f;}
	.vimeo-clr,
	.vimeo:hover,
	.vimeo:focus {color: #8cbe0b;}
	.skype-clr,
	.skype:hover,
	.skype:focus {color: #00AFF0;}
	.rss-clr,
	.rss:hover,
	.rss:focus {color: #f26522;}

	/*===== Theme Style =====*/

	/*===== Header Styles =====*/
	header {
	position: relative;
	width: 100%;
	z-index: 9999;
	}
	nav ul li {
	font-family: Poppins;
	font-weight: 600;
	position: relative;
	font-size: 0.875rem;
	text-transform: initial;
	}
	nav ul li a {
	display: block;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	}
	nav > div > ul > li {
	color: #fff;
	margin-right: 30px;
	line-height: 3.875rem;
	font-size: 0.9375rem;
	text-transform: capitalize;
	font-weight: normal;
	}
	.header-right-btns > a {
	color: #fff;
	font-size: 1.125rem;
	display: inline-block;
	margin-left: .35rem;
	}
	.topbar-info-list > li i {margin-right: 10px;}
	.topbar {padding: 3px 0;}
	.bg-color1 .topbar-info-list > li,
	.bg-color5 .topbar-info-list > li {color: #d5d5d5;}
	.topbar-info-list > li:not(:first-child) {margin-left: 4.0625rem;}
	.topbar-links > li {
	font-weight: 600;
	position: relative;
	font-size: 0.8125rem;
	color: #d5d5d5;
	}
	.topbar-links > li:not(:first-child) {
	margin-left: 1rem;
	padding-left: 1.0625rem;
	}
	.topbar-links > li:not(:first-child):before {
	content: "I";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	}
	.logo-info-bar-inner {padding: 2px  0;}
	.logo {display: inline-block;margin-top: 7px;}
	.logo + .social-links, 
	.call-us + .add-cart {margin-left: 9.375rem;}
	.social-links > a {
	display: inline-block;
	font-size: .9rem;
	color: #444;
	line-height: 30px;
	width: 30px;
	text-align: center;
	height: 30px;
	border-radius: 50%;
	background-color: #ecedef;
	}
	.social-links > a:not(:first-child) {margin-left: 5px;}
	.social-links > a:hover,
	.social-links > a:focus {color: #fff;}
	.call-us {
	position: relative;
	padding-left: 2.9rem;
	}
	.call-us > i {
	font-size: 2.1875rem;
	position: absolute;
	left: 0;
	top: 0;
	}
	.call-us > span {
	display: block;
	color: #777;
	font-size: 0.875rem;
	}
	.call-us > strong {
	font-size: 1.125rem;
	color: var(--color1);
	font-family: Poppins;
	}
	.add-cart > a {
	position: relative;
	display: inline-block;
	padding-left: 3.125rem;
	color: var(--color1);
	font-weight: 600;
	font-family: Poppins;
	font-size: 0.875rem;
	}
	.add-cart > a i {
	position: absolute;
	left: 0;
	line-height: 2.5rem;
	width: 2.5rem;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 2.5rem;
	}
	.add-cart > a span {
	font-size: 0.8125rem;
	color: #777;
	font-weight: 400;
	font-family: Open Sans;
	}
	.menu-wrap {
	margin: -1.9375rem 0;
	z-index: 1;
	position: relative;
	}
	nav {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-left: 1.5625rem;
	}
	.header-right-btns > a.get-quote {
	display: block;
	line-height: 3.875rem;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	font-size: 0.875rem;
	padding: 0 1rem;
	background-color: rgba(0,0,0,.3);
	position: relative;
	z-index: 1;
	overflow: hidden;
	}
	.header-right-btns > a.get-quote:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 80%;
	bottom: 0;
	background-color: #000;
	opacity: 0;
	z-index: -1;
	}
	.header-right-btns > a.get-quote:hover:before,
	.header-right-btns > a.get-quote:focus:before {
	right: 0;
	opacity: .3;
	}
	.header-right-btns > a.get-quote i {margin: 0 8px;}
	.header-right-btns > a.get-quote:hover, 
	.header-right-btns > a.get-quote:focus, 
	.header-right-btns > a.get-quote:hover i, 
	.header-right-btns > a.get-quote:focus i {color: #fff;}

	/*=== Header Style 2 ===*/
	header.style2 .logo-info-bar-inner {padding-bottom: 2px;}
	header.style2 .menu-wrap {
    margin-top: 7px;
}
	header.style2 .menu-wrap nav {/* background-color: rgba(255,255,255,.15); */}
	header.style2 {margin-bottom: -10.3rem;}
	header.style2 .social-links > a {
	color: #fff;
	background-color: rgba(255, 255, 255, .15);
	}
	header.style2 .call-us > span {color: #d5d5d5;}
	header.style2 .call-us > strong,
	header.style2  .add-cart > a {color: #fff;}
	header.style2 .add-cart > a span {color: inherit;}
	header.style2 .header-right-btns > a.get-quote:hover, 
	header.style2 .header-right-btns > a.get-quote:focus {background-color: #1a1a1a;}

	/*=== Header Style 3 ===*/
	header.style3 nav ul li:hover > a,
	header.style3 nav ul li.active > a,
	header.style3 nav ul li > a:focus {color: var(--color1);}
	header.style3 .header-right-btns > a.get-quote {background-color: rgba(255, 255, 255, .15)}
	header.style3 .header-right-btns > a.get-quote:hover, 
	header.style3 .header-right-btns > a.get-quote:focus {background-color: #1a1a1a;}

	/*=== Dropdown ===*/
	nav > div > ul > li.menu-item-has-children > a {padding-right: 1.25rem;/* color: aliceblue; */}
	nav > div > ul > li.menu-item-has-children > a::before {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 0;
	top: 0;
	color: inherit;
	font-weight: 700;
	}
	nav > div ul ul {
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 15rem;
	line-height: initial;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 0 1.875rem rgba(0,0,0,.08);
	-ms-box-shadow: 0 0 1.875rem rgba(0,0,0,.08);
	-o-box-shadow: 0 0 1.875rem rgba(0,0,0,.08);
	box-shadow: 0 0 1.875rem rgba(0,0,0,.08);
	}
	nav > div ul ul ul {
	top: 0;
	left: 100%;
	}
	nav > div ul ul ul:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 20%;
	width: 0.375rem;
	z-index: 1;
	}
	nav > div ul ul li {
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 20px;
	opacity: 0;
	visibility: hidden;
	}
	nav > div ul ul li a {
	display: block;
	background-color: #fff;
	padding: 0.625rem 1.875rem;
	position: relative;
	}
	nav > div ul ul li a:before {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	background-color: transparent;
	font-weight: 900;
	right: auto;
	left: 1.25rem;
	top: 11px;
	position: absolute;
	opacity: 0;
	}
	nav > div ul ul li:hover > a, 
	nav > div ul ul li a:focus {
	background-color: #f7f7f7;
	padding-left: 3.125rem;
	}
	nav > div ul ul li:hover > a:before, 
	nav > div ul ul li a:focus:before {
	left: 2rem;
	opacity: 1;
	}
	nav > div ul ul li + li {border-top: 0.0625rem solid #ededed;}
	nav > div ul li.menu-item-has-children:hover > ul > li {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
	}
	nav > div ul ul ul li {margin: 0 0 0 10px;}
	nav > div ul ul li.menu-item-has-children:hover > ul > li {margin-left: 0;}
	nav > div ul li.menu-item-has-children:hover > ul {
	opacity: 1;
	visibility: visible;
	}
	nav > div ul li.menu-item-has-children:hover > ul:before {bottom: 0;}

	/*=== Sticky Header ===*/
	.sticky-menu {
	position: fixed;
	top: -5rem;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 9999;
	-webkit-box-shadow: 0 0 1.25rem rgba(0,0,0,.15);
	-ms-box-shadow: 0 0 1.25rem rgba(0,0,0,.15);
	-o-box-shadow: 0 0 1.25rem rgba(0,0,0,.15);
	box-shadow: 0 0 1.25rem rgba(0,0,0,.15);
	opacity: 0;
	visibility: hidden;
	}
	body.sticky .sticky-menu {
	top: 0;
	opacity: 1;
	visibility: visible;
	}
	.sticky-menu nav > div > ul > li {
	color: var(--color1);
	line-height: 5rem;
	margin: 0 12px 0;}
	.sticky-menu nav > div > ul > li:last-child {margin-right: 0;}

	/*===== Responsive Header =====*/
	.rspn-hdr {
	display: none;
	width: 100%;
	position: relative;
	z-index: 999;
	}
	.rspn-mdbr {
	background-color: #252a2c;
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}
	.rspn-scil {display: inline-flex;}
	.rspn-scil > a {
	background-color: rgba(255,255,255,.05);
	height: 2.5rem;
	width: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	color: #fff;
	}
	.rspn-scil > a:not(:first-child) {margin-left: 1px;}
	.rspn-srch {
	height: 2.5rem;
	position: relative;
	flex: 0 0 calc(100% - 10.1875rem);
	max-width: calc(100% - 10.1875rem);
	}
	.rspn-srch > input {
	background-color: transparent;
	border: 0 none;
	color: #7e7e7e;
	font-size: .75rem;
	height: 100%;
	padding: 0 3.125rem 0 5%;
	width: 100%;
	}
	.rspn-srch > input:focus {font-style: normal;}
	.rspn-srch > button {
	background-color: transparent;
	border: 0;
	color: #999;
	font-size: .75rem;
	height: 100%;
	position: absolute;
	right: 10px;
	}
	.lg-mn {
	padding: 1.125rem 5rem 1.125rem .9375rem;
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	}
	.rspn-cnt {display: inline-block;}
	.rspn-cnt > span {
	color: #777;
	display: inline-block;
	margin: 5px .5rem;
	}
	.rspn-cnt > span i {margin-right: .5rem;}
	.rspn-mnu-btn {
	background-color: var(--color1);
	color: #fff;
	cursor: pointer;
	font-size: 0.875rem;
	height: 2.5rem;
	line-height: 2.5rem;
	position: absolute;
	right: 1.25rem;
	text-align: center;
	top: 50%;
	width: 2.5rem;
	margin-top: -1.25rem;
	}
	/*=== Responsive Menu ===*/
	.rsnp-mnu {
	background-color: #0c0c0c;
	bottom: 0;
	opacity: 0;
	padding: 5.3125rem 2.5rem 3.125rem;
	position: fixed;
	right: -21.875rem;
	top: 0;
	visibility: hidden;
	z-index: 99999;
	max-width: 21.875rem;
	width: 100%;
	}
	.rsnp-mnu.slidein {
	opacity: 1;
	right: 0;
	visibility: visible;
	}
	.rspn-mnu-cls {
	background-color: #303030;
	color: #fff;
	cursor: pointer;
	font-size: 0.875rem;
	height: 2.5rem;
	line-height: 2.5rem;
	position: absolute;
	right: .75rem;
	text-align: center;
	top: .75rem;
	width: 2.5rem;
	}
	.rsnp-mnu > ul {
	display: inline-block;
	list-style: outside none none;
	margin-bottom: 0;
	padding-left: 0;
	overflow-y: auto !important;
	width: 100% !important;
	}
	.rsnp-mnu > ul > li {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
	width: 100%;
	}
	.rsnp-mnu > ul > li a {
	color: inherit;
	display: block;
	}
	.rsnp-mnu > ul > li:not(:first-child) {margin-top: 1.25rem;}
	.rsnp-mnu > ul ul {
	display: none;
	list-style: outside none none;
	margin-bottom: 0;
	padding-left: 1.25rem;
	opacity: 1;
	position: static;
	visibility: visible;
	}
	.rsnp-mnu ul li.menu-item-has-children.active > a {margin-bottom: 15px;}
	.rsnp-mnu > ul li.menu-item-has-children > a::before {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 0;
	top: 0;
	color: inherit;
	font-weight: 900;
	}
	.rsnp-mnu > ul ul > li {
	color: #a4a4a4;
	font-size: 0.9375rem;
	position: relative;
	text-transform: initial;
	width: 100%;
	font-weight: 400;
	}
	.rsnp-mnu > ul ul > li:not(:first-child) {margin-top: .75rem;}

	/*===== Featured Area Style 1 =====*/
	.feat-item {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center;
	padding: 10.8125rem 0;
	}
	.feat-img {
	top: 0;
	background-size: cover;
	background-position: center;
	width: 100%;
	-webkit-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	height: 100%;
	}
	.feat-img:before {
	content: "";
	background-color: var(--color7);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: .6;
	z-index: -1;
	}
	.slick-active .feat-img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}
	.feat-caro {position: relative;}
	.feat-caro > button.slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 5.625rem;
	height: 5.625rem;
	width: 5.625rem;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 2rem;
	z-index: 1;
	background-color: transparent;
	}
	.feat-caro > button.slick-prev {left: 3.125rem;}
	.feat-caro > button.slick-next {right: 3.125rem;}
	.feat-caro > button.slick-arrow:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: inherit;
	opacity: .1;
	background-color: #fff;
	}
	.feat-caro .slick-dots {
	margin-top: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2.5rem;
	}
	.feat-caro .slick-dots > li button {background-color: rgba(255,255,255,.15);}
	.feat-cap {
	position: relative;
	max-width: 58%;
	z-index: 1;
	}
	.feat-cap > h2 {
	color: #fff;
	font-size: 3.1rem;
	font-weight: 400;
	}
	.feat-cap > h1 + p,
	.feat-cap > h2 + p {margin-top: 10px;}
	.feat-cap > p {
	font-size: 1.125rem;
	color: #fff;
	line-height: 2rem;
	}
	.feat-cap > p + .feat-cap-innr {margin-top: 2.5rem;}
	.feat-cap-innr > a + a {margin-left: 1.25rem;}
	.video-btn {
	text-align: initial;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	position: relative;
	font-size: 1rem;
	font-style: italic;
	padding: 6px 0 6px 4.125rem;
	font-weight: 600;
	}
	.video-btn > span {
	position: absolute;
	left: 0;
	text-align: center;
	height: 3.6875rem;
	width: 3.6875rem;
	line-height: 3.6875rem;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(255,255,255,.1);
	top: 0;
	}
	.video-btn:hover, 
	.video-btn:focus {color: #fff;}

	/*===== Featured Area Style 2 =====*/
	.feat-cap > h1 {
	font-size: 4.375rem;
	color: #fff;
	font-weight: 400;
	}
	.feat-wrap.style2 .feat-cap {
	max-width: 80%;
	display: inline-block;
	}
	.feat-cap > h1 strong {font-size: 4.375rem;}
	.feat-wrap.style2 .feat-item {padding-top: 19.6875rem;}
	.feat-wrap.style2 .feat-cap > p {
	max-width: 70%;
	display: inline-block;
	}

	/*===== Theme Button =====*/
	.thm-btn {
	display: inline-block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	position: relative;
	z-index: 1;
	font-size: 1rem;
	font-family: Poppins;
	font-weight: 600;
	padding: 1.05rem 2.8rem;
	overflow: hidden;
	vertical-align: middle;
	}
	.thm-btn:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: #000;
	opacity: .05;
	-webkit-transform: translate(-30%, -120%) rotate(-55deg);
	-ms-transform: translate(-30%, -120%) rotate(-55deg);
	-o-transform: translate(-30%, -120%) rotate(-55deg);
	transform: translate(-30%, -120%) rotate(-55deg);
	width: 180%;
	height: 280%;
	}
	.thm-btn > i {margin-left: 10px;}
	.thm-btn:hover, 
	.thm-btn:focus {color: #fff;}
	.thm-btn:hover:before, 
	.thm-btn:focus:before {
	width: 200%;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	}

	/*===== Simple Button =====*/
	.simple-btn {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	padding: 9.5px 1.5625rem;
	}
	.simple-btn:hover, 
	.simple-btn:focus {color: #fff;}
	.simple-btn.thm-bg:hover, 
	.simple-btn.thm-bg:focus {background-color: var(--color1);}

	/*===== Sec Title =====*/
	.sec-title {
	position: relative;
	margin-bottom: 2.8125rem;
	}
	.col-lg-4 .sec-title-inner {max-width: 100%;}
	.sec-title-inner {max-width: 45%;}
	.sec-title-inner > span {
	font-size: 1rem;
	letter-spacing: .6px;
	font-weight: 600;
	}
	.sec-title-inner > span + h3 {margin-top: 0.4rem;}
	.sec-title-inner > h3 {font-size: 2.1rem;text-align: center;font-size: 27px;color: #1b2474;}
	.sec-title-inner > h2 {
	font-size: 34px;
	font-weight: 500;
	}
	.sec-title-inner > h2 + p {margin-top: .9375rem;}
	.title-with-shape:before {
	content: "";
	height: 3.75rem;
	width: 2.6875rem;
	background-size: contain;
	background-position: center;
	background-image: url(../../img/title-shp1.png);
	position: absolute;
	left: -4.6875rem;
	opacity: .2;
	top: 0;
	}

	/*=== Light Title ===*/
	.dark-layer .sec-title-inner > h2,
	.dark-layer .sec-title-inner > h3,
	.dark-layer2 .sec-title-inner > h2,
	.dark-layer2 .sec-title-inner > h3,
	.dark-layer3 .sec-title-inner > h2,
	.dark-layer3 .sec-title-inner > h3,
	.blue-layer .sec-title-inner > h2,
	.blue-layer .sec-title-inner > h3 {color: #fff;}

	/*=== Ver 2 ===*/
	.sec-title.v2 .sec-title-inner > span {font-size: 1.125rem;}

	/*===== About Style 1 =====*/
	.about-desc > h2 {
	font-size: 27px;
	line-height: 3rem;
	font-weight: 800;
	color: #353d84;
	text-align: justify;
	position: relative;
	}
	.about-desc > h2 + p {margin-top: 0.875rem;}
	.about-desc > p {
	font-size: 16px;
	max-width: 100%;
	color: #393939;
	padding-bottom: 0px;
	text-align: left;
	line-height: 1.5;
	font-weight: 100;
	padding-bottom: 16px;
	margin-top: 6px;
	font-family: 'Poppins';
	font-weight: 100;
	}
	.about-content-wrap + .about-image {margin-top: 4.6875rem;}
	.about-image > span {
	position: absolute;
	color: #fff;
	text-align: center;
	font-family: Poppins;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: initial;
	z-index: 1;
	height: 6.5rem;
	width: 7.5rem;
	padding: 1.5rem 0.9375rem;
	-webkit-border-radius: 44% 56% 47% 53% / 30% 47% 53% 70%;
	border-radius: 44% 56% 47% 53% / 30% 47% 53% 70%;
	background-color: var(--color2);
	left: -3.75rem;
	top: -3.25rem;
	-webkit-animation: blob 6s linear infinite;
	-ms-animation: blob 6s linear infinite;
	-o-animation: blob 6s linear infinite;
	animation: blob 6s linear infinite;
	}
	.about-image > span i {
	font-style: normal;
	font-size: 0.875rem;
	font-family: Open Sans;
	font-weight: 400;
	margin-top: -5px;
	}
	.about-image > span:before {
	content: "";
	border: 2px dashed var(--color2);
	position: absolute;
	left: -1.25rem;
	right: -1.25rem;
	top: -1.25rem;
	bottom: -1.25rem;
	z-index: -1;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	}
	.about-image > a,
	.post-detail-gallery-video-box > a {
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #fff;
	line-height: 6.4375rem;
	width: 6.4375rem;
	height: 6.4375rem;
	text-align: center;
	font-size: 1.25rem;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	}
	.about-image > a:hover, 
	.about-image > a:focus,
	.post-detail-gallery-video-box > a:hover,
	.post-detail-gallery-video-box > a:focus {color: #fff;}

	/*===== About Style 2 =====*/
	.about-wrap.style2 .about-desc, 
	.about-wrap.style2 .serv-wrap {/* padding-right: 4.375rem; */}
	.about-wrap.style2 .about-image > span {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 3.125rem;
	}

	/*===== Services Style 1 =====*/
	.serv-box {
	margin-top: 3.5rem;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	padding-bottom: 13px;
	margin-bottom: 12px;
	min-height: 229px;
	/* box-shadow: 0px 0px 4px 0px #000; */
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 258px;
	}
	.serv-box > i {
	font-size: 3.5rem;
	line-height: initial;
	position: relative;
	top: -29px;
	background: #ffffff;
	padding: 23px 31px;
	border-radius: 50%;
	border-left: 4px solid #ea0a10;
	border-right: 4px solid #121c6f;
	}
	.serv-box > i + .serv-box-inner {margin-left: 1.25rem;}
	.serv-box-inner > h3 {
	font-size: 1.3rem;
	font-weight: initial;
	}
	.serv-box-inner > h3 + p {margin-top: 10px;}
	.serv-box:hover > i,
	.serv-box2:hover > i {
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	}

	/*===== Services Style 2 =====*/
	.serv-box2 {
	margin-bottom: 1.875rem;
	padding: 10px 10px;
	z-index: 1;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	min-height: 221px;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	}
	.serv-box2:hover {border-color: transparent;}
	.serv-box2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	}
	.serv-box2:hover:before {
	opacity: .9;
	background-color: var(--color5);
	}
	.serv-box2 > i {
	font-size: 4.375rem;
	display: inline-block;
	line-height: 4.375rem;
	}
	.serv-box2 > i + .serv-box-inner {margin-top: 1.5625rem;}
	.serv-box-inner > h3 + span {margin-top: 1.25rem;}
	.serv-box-inner > p + span {margin-top: 1.875rem;}
	.serv-box-inner > p + span {padding-top: 1.25rem;}
	.serv-box-inner > span {
	font-family: Open Sans;
	font-size: 0.875rem;
	color: #414042;
	position: relative;
	font-weight: 600;
	}
	.serv-box-inner > span:before {
	content: "";
	background-color: #eaeaea;
	top: 0;
	position: absolute;
	left: -1.5625rem;
	right: -1.5625rem;
	height: 1px;
	}
	.serv-box-inner > span + p {margin-top: 8px;}
	.serv-box-inner > span i {font-style: normal;}
	.serv-box2:hover > i,
	.serv-box2:hover .serv-box-inner > h3,
	.serv-box2:hover .serv-box-inner > span,
	.serv-box2:hover .serv-box-inner > p {color: #fff;}
	.serv-box2:hover .serv-box-inner > span i {color: inherit;}
	.serv-box2 .serv-box-inner > h3 a:hover,
	.serv-box2 .serv-box-inner > h3 a:focus {color: #333;}

	/*===== Facts Style =====*/
	.serv-wrap + .facts-wrap {
	margin-top: 4.375rem;
	margin-bottom: -6.75rem;
	}
	.facts-wrap {
	z-index: 1;
	padding: 3.75rem 0 1.5625rem;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.1);
	-ms-box-shadow: 0 3px 7px rgba(0,0,0,.1);
	-o-box-shadow: 0 3px 7px rgba(0,0,0,.1);
	box-shadow: 0 3px 7px rgba(0,0,0,.1);
	}
	.fact-box {
	margin-bottom: 2.1875rem;
	padding: 0 1.25rem;
	}
	.fact-box > h2 {
	font-size: 3.5rem;
	font-weight: 400;
	line-height: 1;
	}
	.fact-box > h2 sup {
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 1;
	top: -1.4rem;
	}
	.fact-box > h2 + h4 {margin-top: .9375rem;}
	.fact-box > h4 {
	font-size: 1.3rem;
	font-family: Open Sans;
	font-weight: 400;
	line-height: 1;
	}
	.thm-layer .fact-box > h2, 
	.thm-layer .fact-box > h4 {color: #fff;}

	/*===== Project Style =====*/
	.proj-box {
	/* padding-top: 1.875rem; */
	margin-bottom: 1.875rem;
	}
	.proj-thumb > a {
	display: block;
	position: relative;
	}
	.proj-thumb > a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: var(--color1);
	z-index: 1;
	opacity: 0;
	}
	.proj-box:hover .proj-thumb img {
	-webkit-transform: scale(1.04) rotate(1deg);
	-ms-transform: scale(1.04) rotate(1deg);
	-o-transform: scale(1.04) rotate(1deg);
	transform: scale(1.04) rotate(1deg);
	}
	.proj-box:hover .proj-thumb > a:before {opacity: .4;}
	.proj-info {
	top: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.1);
	-ms-box-shadow: 0 3px 7px rgba(0,0,0,.1);
	-o-box-shadow: 0 3px 7px rgba(0,0,0,.1);
	box-shadow: 0 3px 7px rgba(0,0,0,.1);
	background-color: #fff;
	-webkit-border-radius: 5px 5px 0 5px;
	border-radius: 5px 5px 0 5px;
	z-index: 1;
	padding: 1.375rem 0.75rem 1.375rem 4.375rem;
	min-height: 84px;}
	.proj-info > i {
	position: absolute;
	color: var(--color1);
	opacity: .5;
	font-size: 2.5rem;
	left: 1.25rem;
	top: 0;
	/* line-height: 5.15rem; */
	}
	.proj-info > h3 {
	font-size: 1rem;
	font-weight: 400;
	}
	.proj-info > h3 a:hover, 
	.proj-info > h3 a:focus {color: #333;}
	.proj-box:hover .proj-info > i, 
	.proj-box:hover .proj-info > h3 {
	color: #fff;
	opacity: 1;
	}

	/*===== Get In Touch Style 1 =====*/
	.getin-touch-title {position: relative;}
	.getin-touch-title.with-shap {padding-left: 4.375rem;}
	.with-shap:before {
	content: "";
	height: 3.75rem;
	width: 2.6875rem;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .5;
	background-size: contain;
	background-position: center;
	background-image: url(../images/title-shp2.png);
	z-index: 1;
	}
	.getin-touch-title > span {font-size: 1.125rem;}
	.getin-touch-title > span + h2 {margin-top: 6px;}
	.getin-touch-title > h2 {
	font-size: 3rem;
	font-weight: 500;
	}
	.getin-touch-title > h2 + p {margin-top: 12px;}
	.getin-touch-title > p {font-size: 1.125rem;}
	.blue-layer .getin-touch-title > h2, 
	.blue-layer .getin-touch-title > p,
	.blue-layer .getin-touch-title > span {color: #fff;}

	.getin-touch-blob {
	width: 40rem;
	height: 20rem;
	left: 0;
	-webkit-transform: translateX(-45%);
	-ms-transform: translateX(-45%);
	-o-transform: translateX(-45%);
	transform: translateX(-45%);
	top: -3rem;
	-webkit-border-radius: 40% 45% 50% 30% / 60% 35% 50% 40%;
	border-radius: 40% 45% 50% 30% / 60% 35% 50% 40%;
	z-index: -1;
	}
	.getin-touch-blob:before,
	.getin-touch-blob:after {
	content: "";
	background-color: inherit;
	background-size: cover;
	background-position: center;
	background-blend-mode: multiply;
	position: absolute;
	height: inherit;
	width: inherit;
	top: 0;
	left: 0;
	}
	.getin-touch-blob:before {
	-webkit-animation: zoom 8s linear infinite;
	-ms-animation: zoom 8s linear infinite;
	-o-animation: zoom 8s linear infinite;
	animation: zoom 8s linear infinite;
	background-image: url(../images/bg-shap1.jpg);
	}
	.getin-touch-blob:after {opacity: .1;}

	/*===== Get In Touch Style 2 =====*/
	.getin-touch-wrap.style2 {padding: 2.8125rem 6.25rem;}
	.getin-touch-wrap.style2 .getin-touch-title > h2 {font-size: 2rem;}
	.thm-layer .getin-touch-title > h2 {color: #fff;}
	.getin-touch-wrap.style2 .getin-touch-btn::before, 
	.getin-touch-wrap.style2 .getin-touch-btn::after {display: none;}

	/*===== Solutions Style =====*/
	.sec-title2 {margin-bottom: 2.8125rem;}
	.sec-title-inner2 {max-width: 60%;}
	.sec-title-inner2 > h2 {
	font-size: 2.5rem;
	position: relative;
	display: inline-block;
	}
	.sec-title-inner2 > h2 i {
	color: #fff;
	position: absolute;
	height: 3.5rem;
	width: 3.5rem;
	font-size: 0.875rem;
	font-family: Open Sans;
	font-weight: 600;
	text-align: center;
	font-style: normal;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 11px;
	bottom: 1.125rem;
	right: -1.875rem;
	}
	.sec-title-inner2 > h2 i::before, 
	.sec-title-inner2 > h2 i::after {
	content: "";
	background-color: var(--color2);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	transform: rotate(20deg);
	-webkit-border-radius: inherit;
	border-radius: inherit;
	}
	.sec-title-inner2 > h2 i::after {
	-webkit-transform: rotate(153deg);
	-ms-transform: rotate(153deg);
	-o-transform: rotate(153deg);
	transform: rotate(153deg);
	}
	.sec-title-inner2 > h2 + p {margin-top: 1.0625rem;}
	.sec-title-inner2 > p  {font-size: 1.25rem;}
	.solutions-content-wrap {padding-left: 2.25rem;}
	.solutions-content-wrap > h2 {font-size: 21px;margin-top: 24px;/* text-align: center; */font-weight: 500;text-transform: uppercase;text-decoration: underline;line-height: 24px;text-decoration-color: #192273;}
	.solutions-content-wrap > h2 + ul {margin-top: 0.9375rem;}
	.solutions-list > li {
	padding: 10px;
	position: relative;
	border-bottom: 1px solid #ecedef;
	list-style: disc;
	}
	.solutions-list > li > i {
	position: absolute;
	left: 0;
	top: 1.5625rem;
	height: 1.5625rem;
	width: 1.5625rem;
	line-height: 1.5625rem;
	font-family: Open Sans;
	font-size: 1.125rem;
	font-weight: 600;
	color: var(--color1);
	background-color: #ecedef;
	text-align: center;
	}
	.solutions-list > li:hover > i {color: #fff;}
	.solutions-list > li > h4 {
	font-size: 18px;
	font-weight: 400;
	color: #081269;
	}
	.solutions-list > li > h4 + p {margin-top: 0.8rem;color: black;font-size: 16px;font-family: 'Poppins';}

	/*===== Testimonials Style 1 =====*/
	.testi-wrap > h2 {
	text-align: center;
	font-size: 27px;
	color: #1b2474;
	margin-top: 30px;
	}
	.dark-layer2 .testi-wrap > h2 {color: #fff;padding-top: 53px;}
	.testi-caro .slick-list {margin: 0 -0.9375rem;}
	.testi-box-wrap {padding: 0 0.9375rem;}
	.testi-box {
	display: flex;
	align-items: center;
	margin-bottom: 1.875rem;
	}
	.testi-wrap > h2 + .testi-caro,
	.testi-wrap > h2 + .row {margin-top: 35px;}
	.testi-img {
	flex: 0 0 10.625rem;
	max-width: 10.625rem;
	position: relative;
	padding-top: 10px;
	}
	.testi-img + .testi-info {padding-left: 1.875rem;}
	/* .testi-img > img {
	-weebkit-clip-path: polygon(59% 0, 100% 0, 100% 35%, 100% 74%, 88% 100%, 35% 74%, 10% 94%, 0 70%, 0 32%, 0 0);
	clip-path: polygon(59% 0, 100% 0, 100% 35%, 100% 74%, 88% 100%, 35% 74%, 10% 94%, 0 70%, 0 32%, 0 0);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	} */
	.testi-img:before {
	content: "\f122";
	font-family: "Flaticon";
	font-size: 3.125rem;
	position: absolute;
	right: 0;
	top: -.9375rem;
	z-index: 1;
	}
	.testi-info > h3 {
	font-size: 19px;
	font-weight: 600;
	}
	.dark-layer2 .testi-info > h3 {color: #00000b;padding-top: 17px;padding-left: 5px;}
	.dark-layer2 .testi-info > p {color: #00000b;padding: 0px 8px;}
	.testi-info > p {
	font-size: 16px;
	line-height: 2rem;
	}
	.testi-info > h3 + p {margin-top: 0.9375rem;color: black;font-family: 'Poppins';}
	.testi-info > p + span {margin-top: 1.375rem;}
	.testi-info > span {font-size: 13px;}
	.testi-info > span span {
	margin-left: 10px;
	font-size: 14px;
	}
	.slick-dots {
	padding-left: 0;
	list-style: none;
	margin: 10px 0 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}
	.slick-dots > li {padding: 0 5px;}
	.slick-dots > li button {
	background-color: rgba(0,0,0,.1);
	color: transparent;
	-webkit-border-radius: 2.5rem;
	border-radius: 2.5rem;
	height: 14px;
	width: 1.875rem;
	}
	.black-layer .slick-dots > li button,
	.blue-layer .slick-dots > li button,
	.dark-layer .slick-dots > li button,
	.dark-layer2 .slick-dots > li button,
	.dark-layer3 .slick-dots > li button {background-color: rgba(255,255,255,.1);}
	.slick-dots > li.slick-active button {width: 6.5625rem;}

	/*===== Faq Style =====*/
	.toggle {padding-right: 0.25rem;}
	.toggle-item {border-bottom: 1px solid #ecedef;}
	.toggle-item > h4 {
	font-size: 1.2rem;
	font-weight: 400;
	padding: 15px;
	position: relative;
	cursor: pointer;
	background: #e3e3e3;
	margin: 7px 0px;
	color: #172172;
	}
	.toggle-item .toggle-content {
	padding-left: 15px;
	padding-bottom: 1rem;
	}
	.toggle-item > h4 span {
	font-size: 1.125rem;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 3.375rem;
	}
	.toggle-item .toggle-content > p {
	color: #282828;
	font-size: 1rem;
	line-height: 1.75rem;
	}
	.faq-wrap img {margin-top: -5.5rem;}

	/*===== Banner Style =====*/
	.banner-inner {max-width: 70%;}
	.banner-inner > h2 {
	font-size: 3rem;
	font-weight: 600;
	}
	.blue-layer .banner-inner > h2, 
	.blue-layer .banner-inner > p {color: #fff;}
	.banner-inner > h2 + p {margin-top: 10px;font-family: 'Poppins';}
	.banner-inner > p {
	font-size: 16px;
	line-height: 2rem;
	display: inline-block;
	max-width: 100%;
	margin: 26px 0px;
	text-align: justify;
	font-family: 'Open Sans';
	}
	.banner-inner > p + a {margin-top: 2.5rem;}

	/*===== Blog Style =====*/
	.post-box {margin-bottom: 3.125rem;}
	.post-img > a {
	display: block;
	position: relative;
	}
	.post-img > a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: var(--color1);
	opacity: 0;
	}
	.post-box:hover .post-img > a::before {opacity: .5;}
	.post-img + .post-info {margin-top: 1.4375rem;}
	.post-info > h3 {
	font-size: 1.25rem;
	line-height: 1.875rem;
	font-weight: 400;
	}
	.post-info > h3 + p {margin-top: .75rem;}
	.post-info > p {
	display: inline-block;
	max-width: 80%;
	}
	.post-info > p + .post-info-bottom {margin-top: 1.5625rem;}
	.post-info-bottom {
	border-top: 1px solid #ecedef;
	border-bottom: 1px solid #ecedef;
	justify-content: space-between;
	padding: .75rem 0;
	}
	.post-info-bottom > span, .post-meta > li {
	font-size: 14px;
	color: #777;
	}
	.post-info-bottom > span i, 
	.post-meta > li i {margin-right: 7px;}
	.post-meta > li:not(:first-child) {margin-left: 2rem;}

	/*===== Clients Sstyle =====*/
	.client-box {
	margin-bottom: 3.125rem;
	text-align: center;
	}
	.client-box > a {display: inline-block;}
	.client-box > a img {
	-webkit-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .5;
	}
	.client-box > a:hover img {
	-webkit-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
	}

	/*===== Footer Style =====*/
	.widget {margin-bottom: 3.125rem;margin-top: 40px;}
	.widget .logo + p {margin-top: 1.25rem;font-family: 'Poppins';}
	.widget > p {line-height: 1.75rem;}
	.bg-color5 .widget > p, 
	.bg-color5 .widget ul li {color: #d5d5d5;}
	.widget > p + .social-links2 {margin-top: 1.875rem;}
	.social-links2 > a {
	display: inline-block;
	color: #d5d5d5;
	font-size: 1.5rem;
	}
	.social-links2 > a:not(:first-child) {margin-left: 1.4375rem;}
	.bg-color5 .widget > h3, 
	.bg-color5 .visitor-stat-box > h5 {color: #fff;}
	.widget > h3 {
	margin-bottom: .7rem;
	font-size: 1.125rem;
	font-weight: 500;
	text-transform: uppercase;
	}
	.widget ul li {
	font-size: 1rem;
	margin-top: 1.125rem;
	width: 100%;
	}
	.widget ul li:hover > a {padding-left: .75rem;}
	.visitor-stat-box > h4 {font-size: 1.5rem;}
	.visitor-stat-box > h4 + h5 {margin-top: 4px;}
	.visitor-stat-box > h5 {
	font-weight: 400;
	font-size: 1rem;
	}
	.visitor-stat-box + .visitor-stat-box {margin-top: 2.625rem;}
	.copyright {padding: 7px;background: #eb161e;}
	.copyright p {font-size: 1rem;color: #fff;font-family: sans-serif;padding-left: 260px;}
	.copyright p a {color: #fff;}

	/*===== Team Style =====*/
	.team-caro, 
	.team-caro2 {margin: 0 -.9375rem;}
	.team-wrap.d-flex > li {
	flex: 0 0 20%;
	max-width: 20%;
	}
	.team-box {padding: 0 .9375rem;}
	.team-social {
	left: 0;
	right: 0;
	bottom: -3.125rem;
	opacity: 0;
	}
	.team-social > a {
	display: inline-block;
	color: #fff;
	height: 3.25rem;
	width: 3.25rem;
	text-align: center;
	line-height: 3.25rem;
	font-size: .875rem;
	}
	.team-social > a:hover, 
	.team-social > a:focus {background-color: var(--color1);}
	.team-box:hover .team-social {
	opacity: 1;
	bottom: 10px;
	}
	.team-img + .team-info {margin-top: .9375rem;}
	.team-info > h3 {
	font-size: 1.125rem;
	font-weight: 500;
	}
	.team-info > h3 + span {margin-top: 4px;}
	.team-info > span {
	font-size: 14px;
	color: #777;
	}

	.dark-layer .team-info > h3,
	.dark-layer2 .team-info > h3,
	.dark-layer3 .team-info > h3,
	.blue-layer .team-info > h3 {color: #fff;}

	/*===== Page Title Style =====*/
	.page-top-wrap > h1 {font-size: 3.4375rem;}
	.dark-layer3 .page-top-wrap > h1 {color: #fff;text-align: center;font-size: 33px;}
	ol.breadcrumb {
	padding: 0;
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0;
	}
	.page-top-wrap > h1 + ol.breadcrumb {margin-top: 5px;position: absolute;bottom: 8px;right: 58px;}
	ol.breadcrumb li.breadcrumb-item {
	font-size: 1rem;
	font-family: Poppins;
	color: #fff;
	position: relative;
	}
	ol.breadcrumb li.breadcrumb-item + li.breadcrumb-item {
	margin-left: .75rem;
	padding-left: 1.5625rem;
	}
	ol.breadcrumb li.breadcrumb-item + li.breadcrumb-item:before {
	color: #fff;
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding: 0;
	position: absolute;
	left: 0;
	}

	/*===== Services Detail Style =====*/
	.serv-detail-info-inner {
	padding-left: 6.25rem;
	position: relative;
	}
	.serv-detail-info-inner > i {
	font-size: 4.375rem;
	position: absolute;
	left: 0;
	top: 0;
	}
	.serv-detail-info-inner > h2 {
	font-size: 2rem;
	font-weight: 800;
	max-width: 100%;
	color: #081269;
	text-align: center;
	}
	.serv-detail-info p {
	font-size: 1rem;
	/* margin-top: 2rem; */
	padding-bottom: 15px;
	}
	.serv-detail-desc {margin-top: 0.1rem;}
	.serv-detail-desc a {
	display: block;
	margin-top: 1.875rem;
	position: relative;
	overflow: hidden;
	}
	.serv-detail-desc a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: var(--color1);
	opacity: .3;
	}
	.serv-detail-desc a:hover:before {opacity: .5;}
	.serv-detail-desc {padding: 1px 0.25rem;}
	.serv-detail-desc > p {margin-top: 2.8125rem;}
	.serv-detail-desc > p + p {margin-top: 1.5625rem;}

	/*===== Contact =====*/
	.contact-map {height: 35.625rem;}
	.contact-info-wrap {
	left: 6.25rem;
	right: 6.25rem;
	bottom: -60px;
	background-color: #fff;
	padding: 0 6.25rem 1.875rem;
	box-shadow: 0px 9px 10px #dadada;
	}
	.contact-info-box {margin-top: 1.875rem;box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;padding: 10px;background: #0a146a;transition: all 2s;min-height: 180px;}
	.contact-info-box > i {
	display: block;
	font-size: 2.5rem;
	line-height: 2.5rem;
	}
	.contact-info-box > strong {
	display: block;
	font-family: Poppins;
	font-weight: 600;
	color: #f5f7ff;
	margin-bottom: 6px;
	}
	.contact-info-box > span, 
	.contact-info-box > a, 
	.contact-info-box > p {
	font-size: 14px;
	color: #fff8f8;
	margin-top: 2px;
	}
	.contact-info-box > i + strong {margin-top: 1.25rem;}
	.contact-form label {
	font-size: 17px;
	color: #000;
	text-align: initial;
	margin-bottom: 0;
	margin-top: 0;
	}
	.contact-form label + input, 
	.contact-form label + textarea {margin-top: 2px;}
	.contact-form input, 
	.contact-form textarea {
	width: 100%;
	border: 1px solid #3F51B5;
	height: 43px;
	margin-bottom: 1.5625rem;
	padding: 11px 0.25rem;
	font-size: 14px;
	color: #3F51B5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	.contact-form textarea {
	height: 6.5rem;
	padding: 0px 0px;
	}
	.contact-form button {margin-top: 1.5625rem;}

	/*===== Blog Detail =====*/
	.post-detail > img + h2 {margin-top: 2.0625rem;}
	.post-detail > h2 {font-size: 1.5rem;}
	.post-detail > h2 + p {margin-top: 14px;}
	.post-detail > p {line-height: 1.875rem;}
	.post-detail > p + p {margin-top: 1.875rem;}
	.post-detail > p + .post-detail-gallery-video-box,
	.post-detail > .post-detail-gallery-video-box +  p {margin-top: 2.5rem;}
	.detail-gal {margin-top: 10px;}
	.detail-gal a {
	display: block;
	overflow: hidden;
	margin-top: 1.875rem;
	position: relative;
	}
	.detail-gal a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: var(--color1);
	opacity: .3;
	}
	.detail-gal a:hover:before {opacity: .5;}
	.detail-gal + p {margin-top: 2.5rem;}
	blockquote {
	font-size: 1.95rem;
	font-style: italic;
	line-height: 3rem;
	position: relative;
	background-color: #ecedef;
	padding: 2.5rem 3.125rem 3.125rem;
	margin: 2.8125rem 0;
	font-family: Poppins;
	}
	blockquote > p {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-family: inherit;
	}
	blockquote > p::before, 
	blockquote > p::after {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-style: normal;
	color: var(--color1);
	position: relative;
	font-size: 1rem;
	line-height: initial;
	}
	blockquote > p::before {
	content: "\f10d";
	left: -5px;
	top: -1.125rem;
	}
	blockquote > p::after {
	content: "\f10e";
	right: -5px;
	top: -10px;
	}
	.post-detail > p + .detail-share {
	border-top: 1px solid #e8e8e8;
	margin-top: 2.5rem;
	padding-top: 1.5625rem;
	}
	.detail-share > span {
	display: inline-block;
	font-family: Poppins;
	color: var(--color1);
	}
	.detail-share > a {
	display: inline-block;
	font-size: 1.125rem;
	vertical-align: middle;
	margin-left: .9375rem;
	}

	/*=== Comments ===*/
	.comments,
	.reply-form {margin-top: 5.625rem;}
	.comments > h3,
	.reply-form > h3 {
	font-size: 1.125rem;
	text-transform: uppercase;
	border-bottom: 1px solid #ccd5e9;
	display: inline-block;
	padding: 0 1.25rem 7px 0;
	}
	.comment {
	background-color: #f3f3f5;
	position: relative;
	margin-top: 3.125rem;
	display: flex;
	flex-wrap: wrap;
	z-index: 1;
	}
	.comment-img {
	flex: 0 0 6.875rem;
	max-width: 6.875rem;
	padding-left: 8px;
	-webkit-transform: translateY(6.25rem);
	-ms-transform: translateY(6.25rem);
	-o-transform: translateY(6.25rem);
	transform: translateY(6.25rem);
	}
	.comment-img + .comment-detail {
	flex: 0 0 calc(100% - 6.875rem);
	max-width: calc(100% - 6.875rem);
	}
	.comment-detail {padding: 1.75rem 3.5rem 1.75rem 4.0625rem;}
	.comment-img > span {
	background-color: #f2f9fa;
	height: 5rem;
	width: 5rem;
	line-height: 5rem;
	display: inline-block;
	text-align: center;
	}
	.comment-detail > h4 {font-size: 1rem;}
	.comment-detail > h4 + p,
	.comment-detail > span + p {margin-top: 1.25rem;}
	.comment-detail > p + a, 
	.comment-detail > a + span {margin-top: .9375rem;}
	.comment-detail > span {font-size: 13px;}
	.comment-detail > span i,
	.comment-reply-link > i {margin-right: 5px;}
	.comment-detail > a + span {margin-left: 1.25rem;}
	.comment-reply-link {font-size: 13px;}
	.comment:before {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	bottom: -2px;
	width: 6.875rem;
	background-color: #fff;
	-webkit-clip-path: polygon(0 0, 100% 55%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 55%, 100% 100%, 0% 100%);
	z-index: -1;
	}
	.comments-thread ul.children {padding-left: 6.875rem;}

	/*=== Reply Form ===*/
	.reply-form > h3 + form {margin-top: 1.5625rem;}
	.reply-form .field-wrap {margin-top: 1.4375rem;}
	.reply-form .field-wrap label {
	width: 100%;
	font-size: 0.875rem;
	color: #777;
	margin-bottom: .75rem;
	}
	.reply-form .field-wrap input, 
	.reply-form .field-wrap textarea {
	width: 100%;
	border: 1px solid #ededed;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 0.875rem;
	color: #777;
	height: 2.1875rem;
	padding: .5rem 1.125rem;
	}
	.reply-form .field-wrap textarea {
	padding: 1.125rem;
	height: 12.5rem;
	}
	.reply-form .field-wrap + button {margin-top: 3.125rem;}

	/*===== Sidebar =====*/
	.widget2 {
	background-color: #f8f8f9;
	padding: 1.875rem;
	overflow: hidden;
	}
	.widget2 + .widget2 {margin-top: 3.125rem;}
	.about-widget {margin-top: 1.125rem;}
	.about-widget-img {position: relative;}
	.about-widget-img + h4 {margin-top: 1.5625rem;}
	.about-widget-img > a {
	color: #fff;
	font-size: 14px;
	line-height: 2.5rem;
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	left: -10px;
	top: 10px;
	}
	.about-widget-img > a:hover,
	.about-widget-img > a:focus {background-color: var(--color1);}
	.about-widget > h4 {
	font-size: 1.125rem;
	font-weight: 600;
	}
	.about-widget > h4 + p {margin-top: 1.375rem;}
	.about-widget > p {
	font-size: 1rem;
	line-height: 1.75rem;
	}
	.about-widget > p + span {
	border-top: 1px solid #e2e2e4;
	margin-top: 1.25rem;
	padding-top: .75rem;
	}
	.about-widget > span {
	font-size: 1rem;
	color: #777;
	}
	.about-widget > span img {margin-right: 1.25rem;}
	.widget2 > h3 {
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 1.5625rem;
	}
	.widget2 > form {position: relative;}
	.widget2 > form input {
	background-color: #fff;
	width: 100%;
	border: 1px solid #e2e2e4;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	height: 3.4375rem;
	padding: 1rem 2.5rem 1rem 1.875rem;
	}
	.widget2 > form button {
	position: absolute;
	right: 0;
	width: 2.5rem;
	bottom: 0;
	top: 0;
	background-color: transparent;
	}
	.widget2 ul {margin-top: -.75rem;}
	.widget2 ul li {
	width: 100%;
	font-size: 14px;
	position: relative;
	}
	.widget2 ul li a {
	display: inline-block;
	padding-left: 1.5625rem;
	}
	.widget2.category_widget ul li {text-align: right;}
	.widget2.category_widget ul li a {float: left;}
	.widget2 ul li a::before, 
	.widget2 ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	height: .9375rem;
	width: .9375rem;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}
	.widget2 ul li a::before {
	border: 1px solid #e5f1f3;
	background-color: #fff;
	}
	.widget2 ul li a:after {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	}
	.widget2 ul li:hover > a::after, 
	.widget2 ul li a:focus::after {
	opacity: 1;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
	}
	.widget2 ul li:not(:first-child) {margin-top: .75rem;}
	.tagclouds > a {
	color: #fff;
	display: inline-block;
	background-color: var(--color1);
	margin: 0 4px 8px;
	font-size: 14px;
	padding: 5.5px 1.25rem;
	position: relative;
	z-index: 1;
	}
	.tagclouds {
	margin: 0 -4px -8px;
	display: flex;
	flex-wrap: wrap;
	}
	.tagclouds > a:before {
	content: "";
	left: 50%;
	right: 50%;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	opacity: 0;
	}
	.tagclouds > a:hover:before, 
	.tagclouds > a:focus:before {
	opacity: 1;
	left: 0;
	right: 0;
	}
	.widget2 ul li span.rate {color: var(--color3);}
	.blog-mini-post {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	}
	.blog-mini-post > a {
	flex: 0 0 3.75rem;
	height: 3.75rem;
	line-height: 3.75rem;
	text-align: center;
	background-color: #eef3f6;
	}
	.blog-mini-post > a + .blog-mini-post-info {
	flex: 0 0 calc(100% - 3.75rem);
	max-width: calc(100% - 3.75rem);
	padding-left: 1.125rem;
	}
	.blog-mini-post-info > h4 {
	font-size: 14px;
	font-weight: 500;
	}
	.blog-mini-post-info > span {
	font-size: 13px;
	margin-top: 2px;
	}
	.blog-mini-post-info > span.mini-post-date {color: #414042;}
	.blog-mini-post-info > span.mini-post-comments {color: #777;}
	.blog-mini-post-info > span i {margin-right: 5px;}
	.blog-mini-post:not(:first-child) {margin-top: 1.125rem;}
	.widget-video-box > a {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	height: 6.25rem;
	line-height: 6.25rem;
	width: 6.25rem;
	font-size: 2.5rem;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	}
	.widget-video-box > a:hover, 
	.widget-video-box > a:focus {background-color: var(--color1);}

	/*===== Shop Filters =====*/
	.filter-inner > span {
	font-size: 13px;
	line-height: 1.875rem;
	font-weight: 500;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	}
	.filter-inner > a {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #e5e5e7;
	font-size: 12px;
	line-height: 1.875rem;
	height: 1.875rem;
	width: 1.875rem;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	.filter-inner + .filter-inner {margin-left: 1.875rem;}
	.slc-wrp {display: inline-block;}
	.slc-wrp .bootstrap-select > button {
	font-size: 13px;
	color: #777;
	background-color: transparent;
	border: 1px solid #e5e5e7;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 4.25px 10px;
	}
	.slc-wrp .bootstrap-select > button:after {margin-left: 5px;}

	/*===== Pagination =====*/
	.pagination {
	margin: -5px;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-align: center;
	}
	.pagination li.page-item {
	font-size: 13px;
	color: #333333;
	margin: 5px;
	font-weight: 500;
	}
	.pagination li.page-item a.page-link {
	border: 1px solid #e5e5e7;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	padding: 0;
	width: 1.875rem;
	height: 1.875rem;
	line-height: 1.875rem;
	color: inherit;
	}
	.pagination li.page-item a.page-link:hover, 
	.pagination li.page-item a.page-link:focus, 
	.pagination li.page-item.active > a.page-link {
	background-color: var(--color1);
	border-color: var(--color1);
	color: #fff;
	}

	/*===== Shop =====*/
	.shop-box {margin-top: 3.125rem;}
	.shop-img:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	}
	.shop-box:hover .shop-img::before {opacity: .8;}
	.shop-img > a {
	position: absolute;
	left: 50%;
	top: 80%;
	background-color: var(--color1);
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 7.25px .9375rem;
	min-width: 9.5625rem;
	font-weight: 600;
	opacity: 0;
	visibility: hidden;
	}
	.shop-img > a i {
	margin-left: 10px;
	font-size: 1.1rem;
	vertical-align: middle;
	padding-left: 7px;
	border-left: 1px solid rgba(255,255,255,.15);
	}
	.shop-img > a:hover, 
	.shop-img > a:focus {background-color: #333;}
	.shop-box:hover .shop-img > a {
	opacity: 1;
	visibility: visible;
	top: 50%;
	}
	.shop-img + .shop-info {margin-top: 1.5625rem;}
	.shop-info > h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	}
	.shop-info > h3 + .shop-info-bottom {margin-top: .85rem;}
	.shop-info-bottom span.rate {font-size: 13px;}
	.on {color: var(--color3);}
	.off {color: #d0d0d0;}
	.price {
	font-size: 14px;
	color: var(--color1);
	font-weight: 600;
	}
	.price ins + del {margin-left: 6px;}
	.price del {
	font-size: 13px;
	font-weight: 500;
	color: #777;
	}

	/*===== Shop Detail =====*/
	.shop-detail-imgs {
	position: relative;
	padding-right: 12.5rem;
	}
	.shop-detail-nav-caro {
	position: absolute;
	right: 4.375rem;
	top: 50%;
	max-width: 6.25rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 1.25rem 0;
	}
	.shop-detail-nav-caro > button.slick-arrow {
	background-color: transparent;
	padding: 0;
	width: 100%;
	font-size: 14px;
	color: #333;
	position: absolute;
	}
	.shop-detail-nav-caro > button.slick-prev {top: 0;}
	.shop-detail-nav-caro > button.slick-next {bottom: 0;}
	.shop-detail-nav-caro .slick-slide img {
	border: 1px solid transparent;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	margin: 10px 0;
	}
	.shop-detail-info {margin-top: 2rem;}
	.shop-detail-info > h2 {
	font-size: 1.125rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.5rem;
	max-width: 80%;
	}
	.shop-detail-info > h2 + span {margin-top: 1.25rem;}
	.shop-detail-info > span.rate {font-size: 13px;}
	.shop-detail-info > span.rate + .review-link {margin-top: 6px;}
	.review-link > span {
	font-size: 13px;
	font-weight: 600;
	}
	.review-link > span + a {margin-left: .9375rem;}
	.review-link > a {
	display: inline-block;
	font-size: 13px;
	color: #777;
	font-weight: 600;
	}
	.review-link + .price-stock {margin-top: 1rem;}
	.price-stock {max-width: 95%;}
	.price-stock span.price {font-size: 1.5rem;}
	.price-stock span.price del {font-size: 1rem;}
	.stock {
	font-size: 13px;
	font-weight: 600;
	color: #333;
	}
	.stock > i {
	font-style: normal;
	color: #777777;
	text-transform: uppercase;
	margin-left: 7px;
	}
	.shop-detail-info > p {
	color: #798795;
	max-width: 95%;
	margin-top: 1rem;
	}
	.shop-detail-info > p + .detail-share {
	border-top: 1px solid #e8e8e8;
	margin-top: 1.25rem;
	padding-top: 1.25rem;
	}

	/*=== Shop Detail Tabs ===*/
	.shop-detail-tabs {
	border: 1px solid #ededed;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3.125rem;
	}
	.shop-detail-tabs ul.nav-tabs {
	border-bottom: 0;
	margin-bottom: 1.25rem;
	}
	.shop-detail-tabs ul.nav-tabs li.nav-item {
	margin-bottom: 0;
	font-size: 13px;
	color: var(--color1);
	font-weight: 600;
	text-transform: uppercase;
	}
	.shop-detail-tabs ul.nav-tabs li.nav-item a.nav-link {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	padding: 11px 1.25rem;
	background-color: #f3f3f3;
	}
	.shop-detail-tabs ul.nav-tabs li.nav-item:not(:first-child) {margin-left: 5px;}
	.shop-detail-tabs ul.nav-tabs li.nav-item a.nav-link.active, 
	.shop-detail-tabs ul.nav-tabs li.nav-item a.nav-link:hover, 
	.shop-detail-tabs ul.nav-tabs li.nav-item a.nav-link:focus {color: #fff;}
	.shop-detail-tabs p {line-height: 1.875rem;}
	.shop-detail-tabs p + h4 {margin-top: 2.1875rem;}
	.shop-detail-tabs h4 {font-size: 1rem;}
	.shop-detail-tabs h4 + ul {margin-top: 1.25rem;}
	.shop-detail-tabs ul:not(.nav-tabs):not(.comments-thread):not(.children) li {
	font-size: 1rem;
	width: 100%;
	padding-left: 2.5rem;
	position: relative;
	margin-top: 5px;
	}
	.shop-detail-tabs ul:not(.nav-tabs) li:before {
	content: "";
	border: 1px solid;
	position: absolute;
	height: 10px;
	width: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	left: 1.25rem;
	top: 7px;
	}
	.comment-detail > span.rate {float: right;}
	.shop-detail-tabs .comment-detail h4 {display: inline-block;}

	/*===== Shop Cart =====*/
	.product-table {width: 100%;}
	.product-table thead th {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	padding: 1.188rem;
	}
	.product-table thead th, 
	.product-table tbody td {border: 1px solid #ededed;}
	.product-table tbody td {
	padding: 10px;
	font-size: 13px;
	color: #777;
	}
	.product-table tbody td:not(.product-image) {padding: 1.25rem 1.875rem;}
	.product-table tbody td h4 {
	font-size: 1rem;
	font-weight: 500;
	}
	.product-table tbody td h4 + p {margin-top: 8px;}
	.product-table tbody td p {
	font-size: 13px;
	max-width: 90%;
	}
	.product-cart-btns {
	min-width: 1.5625rem;
	text-align: center;
	max-width: 1.5625rem;
	}
	.product-cart-btns > a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	}
	.product-cart-btns > a + a {margin-top: 7px;}
	.qty-wrp {
	display: inline-block;
	max-width: 4.375rem;
	}
	.qty-wrp .bootstrap-touchspin input {
	width: 100%;
	border: 1px solid #ededed;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	font-size: 14px;
	color: #333;
	padding: 5px 1.2rem;
	text-align: center;
	}
	.qty-wrp .bootstrap-touchspin span.input-group-btn {
	position: absolute;
	margin: 0;
	top: 0;
	bottom: 0;
	z-index: 4;
	}
	.qty-wrp .bootstrap-touchspin span.input-group-prepend {left: 0;}
	.qty-wrp .bootstrap-touchspin span.input-group-append {right: 0;}
	.qty-wrp .bootstrap-touchspin span.input-group-btn button {
	padding: 0;
	background-color: transparent;
	border: 0;
	color: #333;
	-webkit-border-radius: 0;
	border-radius: 0;
	top: 0;
	bottom: 0;
	width: 1.2rem;
	}
	.cart-table-bottom-btns {
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 1.25rem 1.875rem;
	}
	.cart-table-bottom-btns + .cart-data {margin-top: 1.25rem;}
	.cart-data-box {
	border: 1px solid #ededed;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 1.875rem;
	padding: 1.5625rem;
	}
	.cart-data-box > h3 {
	font-size: 1rem;
	font-weight: 600;
	}
	.field-box + .field-box {margin-top: 10px;}
	.field-box > label {
	font-size: 13px;
	display: block;
	margin-bottom: 8px;
	}
	.cart-data-box > h3 + .field-box {margin-top: 1.25rem;}
	.field-box .slc-wrp {width: 100%;}
	.field-box .slc-wrp .bootstrap-select > button, 
	.field-box input {
	background-color: #f3f3f3;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 7.75px .9375rem;
	font-size: 13px;
	color: #777;
	width: 100%;
	}
	.cart-data-box button {display: inline-block;}
	.field-btn {
	text-align: right;
	margin-top: 1.25rem;
	}
	.cart-data-box > span {
	text-align: right;
	font-size: 1rem;
	font-weight: 600;
	}
	.cart-data-box > span span.price {
	font-weight: inherit;
	font-size: inherit;
	margin-left: 10px;
	}
	.checkout-btn {
	font-size: 1rem;
	padding: 1.125rem 3.125rem;
	}

	/*===== Shop Checkout =====*/
	.checkout-form-box {
	border: 1px solid #ededed;
	padding-bottom: 2.8125rem;
	margin-bottom: 2.8125rem;
	}
	.checkout-form-box-title {
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	background-color: #fcfcfc;
	padding: 1.275rem 1.875rem;
	}
	.checkout-form-box-title > h3 {
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	}
	.checkout-form-inner {padding: 1.875rem 5.9375rem 0;}
	.checkout-form-inner .checkout-form-field {
	margin-top: 1.25rem;
	display: flex;
	}
	.checkout-form-field label {
	text-align: right;
	margin-bottom: 0;
	font-size: 13px;
	color: #777;
	line-height: 1.875rem;
	padding-right: 1.125rem;
	width: 6.75rem;
	}
	.checkout-form-field input, 
	.checkout-form-field .slc-wrp .bootstrap-select > button {
	width: 16.875rem;
	height: 1.875rem;
	/* background-color: #c5c5c5; */
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	font-size: 13px;
	color: #777;
	padding: 5px 1rem;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	}
	.checkout-form-field .slc-wrp .bootstrap-select > button {width: 100%;}
	.checkout-form-field .slc-wrp,
	.checkout-form-field .slc-wrp .bootstrap-select {
	max-width: 16.875rem;
	width: 100%;
	}
	.checkout-form-inner > p {
	font-size: 13px;
	margin-top: 5px;
	}
	.checkout-form-inner > p + img {margin-top: 1.5625rem;}
	.checkout-form-inner .checkout-form-field-wrap .checkout-form-field {
	flex: 0 0 47%;
	max-width: 47%;
	}
	.checkout-form-field-wrap .checkout-form-field input {width: 4.375rem;}
	.checkout-form-inner > img + .checkout-form-field {margin-top: 3.125rem;}
	.checkout-form button.simple-btn {
	font-size: 1.125rem;
	padding: 1.03125rem 3.125rem;
	text-transform: initial;
	}

	/*=== Billing Details ===*/
	.billing-details table {width: 100%;}
	.billing-details table thead th, 
	.billing-details table tfoot th {
	font-family: Poppins;
	font-weight: 500;
	font-size: 1rem;
	}
	.billing-details table thead th {
	border-bottom: 1px solid #ededed;
	padding-bottom: 6px;
	}
	.billing-details table tfoot th {
	border-top: 1px solid #ededed;
	padding-top: 10px;
	}
	.billing-details table tbody td {
	font-size: 13px;
	color: #777;
	padding: 5px 0;
	}
	.billing-details table thead th:last-child, 
	.billing-details table tfoot th:last-child,
	.billing-details table tbody td:last-child {text-align: right;}
	.billing-details table tbody tr:first-child td {padding-top: 1.5rem;}
	.billing-details table tbody tr:last-child td {padding-bottom: 1.5rem;}
	.billing-details table tbody td span {
	max-width: 70%;
	display: inline-block;
	width: 100%;
	float: right;
	}
	.sticky-menu .logo  {width: 15%;}
	.sticky-menu .logo img {}
	.sticky-menu .header-right-btns a.get-quote {padding: 0;
	height: 40px;
	line-height: 40px;}




	/*** 

	====================================================================
	Counter Section
	====================================================================

	***/

	.counter-section{
	position:relative;
	padding: 80px 0px 80px;
	}

	.counter-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.80);
	}

	/* Fact Counter */

	.fact-counter{
	position:relative;
	z-index:1;
	}

	.fact-counter .column{
	position:relative;
	margin-bottom:30px;
	}

	.fact-counter .column .inner{
	position:relative;
	padding: 30px 10px;
	border-left: 3px solid #eb1a21;
	background-color:rgba(255,255,255,0.10);
	}

	.fact-counter .column .inner .content{
	position:relative;
	padding-left:90px;
	}

	.fact-counter .column .inner .icon{
	position:absolute;
	left:8px;
	width: 66px;top:0px;
	color:#f05523;
	font-size:60px;
	text-align:center;
	line-height:1em;
	font-weight: 400;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	}

	.fact-counter .column .inner:hover .icon{
	color:#ffffff;
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
	}

	.fact-counter .count-outer .percentage{
	position:relative;
	font-weight:600;
	color:#ffffff;
	font-size:30px;
	line-height:1em;
	}

	.fact-counter .column .inner .count-outer{
	position:relative;
	font-weight:600;
	color:#ffffff;
	font-size:36px;
	line-height:1em;
	}

	.fact-counter .column .inner .counter-title{
	position:relative;
	color:#ffffff;
	font-size: 16px;
	font-weight:400;
	margin-bottom:7px;
	font-family: 'Poppins';
	}


	.counter-section .sec-title.centered {
	text-align: center !important;
	}
	.counter-section .sec-title {
	position: relative;
	margin-bottom: 40px;
	}
	.counter-section .sec-title.centered .title {
	padding-right: 45px;
	}
	.counter-section .sec-title .title {
	position: relative;
	z-index: 1;
	color: #f05523;
	font-size: 16px;
	font-weight: 700;
	padding-left: 45px;
	margin-bottom: 15px;
	display: inline-block;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
	.counter-section .sec-title .title .separator {
	position: absolute;
	left: 0px;
	top: 7px;
	width: 30px;
	height: 7px;
	}
	.counter-section .title .separator:before, .counter-section .sec-title.light .title .separator:after, .counter-section .sec-title.light .title .separator-two:before, .counter-section .sec-title.light .title .separator-two:after {
	background-color: #ffffff;
	}
	.counter-section .sec-title .title .separator:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 25px;
	height: 2px;
	background-color: #ffffff;
	}
	.counter-section .sec-title .title .separator:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background-color: #111111;
	}

	.counter-section .sec-title .title .separator-two {
	position: absolute;
	right: 0px;
	top: 7px;
	width: 30px;
	height: 7px;
	}
	.counter-section .sec-title .title .separator-two:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 25px;
	height: 2px;
	background-color: #111111;
	}
	.counter-section .sec-title .title .separator-two:after {
	position: absolute;
	content: '';
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background-color: #111111;
	}
	.counter-section .sec-title.light h2 {
	color: #ffffff;
	}
	.counter-section .sec-title h2 {
	position: relative;
	color: #222222;
	font-weight: 700;
	line-height: 1.3em;
	text-transform: capitalize;
	}


	/*** 

	====================================================================
	Team Section
	====================================================================

	***/

	.team-section{
	position:relative;
	padding:100px 0px 80px;
	}

	.team-block{
	position:relative;
	margin-bottom:30px;
	}

	.team-block .inner-box{
	position:relative;
	padding-right:40px;
	}

	.team-block .inner-box .pattern-layer{
	position:absolute;
	left:0px;
	top:75px;
	width:100%;
	height:111px;
	background-repeat:repeat-x;
	}

	.team-block .inner-box:before{
	position:absolute;
	content:'';
	left:35px;
	bottom:0px;
	right:0px;
	top:185px;
	background-color:#f5f5f5;
	border-radius:0px 0px 0px 20px;
	}

	.team-block .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#f05523;
	}

	.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	}

	.team-block .inner-box:hover .image img{
	opacity:0.60;
	transform:scale(1.07,1.07);
	}

	.team-block .inner-box .social-box{
	position:absolute;
	left:0px;
	right:0px;
	padding: 0;bottom:-60px;
	text-align:center;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	}

	.team-block .inner-box .social-box li{
	position:relative;
	margin:0px 4px;
	display:inline-block;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	}

	.team-block .inner-box .social-box li:nth-child(1),
	.team-block .inner-box .social-box li:nth-child(2){
	left:-200px;
	}

	.team-block .inner-box .social-box li:nth-child(3){
	bottom:-50px;
	}

	.team-block .inner-box .social-box li:nth-child(4),
	.team-block .inner-box .social-box li:nth-child(5){
	right:-200px;
	}

	.team-block .inner-box:hover .social-box li:nth-child(1),
	.team-block .inner-box:hover .social-box li:nth-child(2){
	left:0px;
	}

	.team-block .inner-box:hover .social-box li:nth-child(3){
	bottom:0px;
	}

	.team-block .inner-box:hover .social-box li:nth-child(4),
	.team-block .inner-box:hover .social-box li:nth-child(5){
	right:0px;
	}

	.team-block .inner-box:hover .image .social-box{
	bottom:40px;
	}

	.team-block .inner-box .social-box li a{
	position:relative;
	width:44px;
	height:44px;
	color:#111111;
	text-align:center;
	font-size:16px;
	line-height:44px;
	border-radius:50px;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	}

	.team-block .inner-box .social-box li a:hover{
	color:#ffffff;
	background-color:#f05523;
	}

	.team-block .inner-box .lower-content{
	position:relative;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	}

	.team-block .inner-box h4{
	margin-bottom:5px;
	}

	.team-block .inner-box h4 a{
	position:relative;
	color:#222222;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	}

	.team-block .inner-box h4 a:hover{
	color:#f05523;
	}

	.team-block .inner-box .designation{
	position:relative;
	color:#222222;
	font-size:14px;
	margin-top:5px;
	}


	.download_file h2 {text-align: center;
	font-size: 3rem;}

	.download_files {border-radius: 10px 10px 0 0;overflow: hidden;background: #ffffff;box-shadow: 0px 0px 11px #8a8989;padding: 10px;margin: 10px 0;}	
	.download_files .thumbnail {position: relative;overflow: hidden;margin-bottom: 10px;}	
	.download_files .thumbnail img {height: 208px;object-fit: cover;width: 100%;}	
	.download_files .Name_file {display: flex;justify-content: space-between;align-items: center;}	
	.download_files .Name_file .name  {}	
	.download_files .Name_file .name h3{margin: 0;font-size: 20px;}	
	.download_files .Name_file .downalod {}	
	.download_files .Name_file .downalod a{display: block;/* background: #ff5e15; */padding: 0;border-radius: 97px;width: 35px;height: 35px;text-align: center;line-height: 48px;}	
	.download_files .Name_file .downalod a img {filter: invert(1);padding: 8px;}	


	/*=============================*/
	/*=============================*/
	/*=============================*/
	/*=============================*/
	/*=============================*/
	.side_baar {position: fixed;right: 0;top: 50%;z-index: 9;}

	.side_baar i {padding: 8px;color: #fff;}	


	.abt-img-icon img {
	width: 5.2em;
	}

	.abt-img-icon {
	padding-right: 17px;
	}



	.serv-box:hover .abt-img-icon img {
	transform: rotatey(180deg);
	}

	/* Override bootstrap column paddings */
	.tz-gallery .row .bbf {
	margin-bottom: 10px;
	box-shadow: 0px 0px 10px #858383;
	position: relative;
	/* background: #212b78; */
	padding: 6px;
	border-radius: 9px;
	overflow: hidden;
	}

	.tz-gallery .lightbox img {
	width: 100%;
	border-radius: 0;
	position: relative;
	height: 250px;object-fit: cover;object-position: top;}

	.tz-gallery .lightbox:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	opacity: 0;
	color: #fff;
	font-size: 26px;
	font-family: 'FontAwesome';
	content: '\f002';
	pointer-events: none;
	z-index: 9000;
	transition: 0.4s;
	}


	.tz-gallery .lightbox:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgb(33 43 120 / 79%);
	content: '';
	transition: 0.4s;
	}

	.tz-gallery .lightbox:hover:after,
	.tz-gallery .lightbox:hover:before {
	opacity: 1;
	}

	.baguetteBox-button {
	background-color: transparent !important;
	}

	@media(max-width: 768px) {
	body {
	padding: 0;
	}
	}




	.contact-form {
	border: 1px solid #eeeeee;
	padding: 11px 20px;
	margin-top: 25px;
	}

	.about-desc.Ul_lsit ul {margin-top:20px}
	.about-desc.Ul_lsit li {	

	font-size: 1rem;
	line-height: 23px;
	color: #414042;
	text-align: justify;
	margin-bottom: 10px;
	}

	.tie-ups {    float: right;
	width: 40%;
	margin: 0 0 0 40px;}
	.tie-ups img{width:100%}

	.ffff .download_files .Name_file .downalod a {    line-height: 35px;}


	.All_img .proj-thumb img {
	width: 100%;
	height: 203px;
	object-fit: cover;
	}
	.All_img .proj-info {padding: 12px;
	min-height: auto;
	background: #00000063;
	bottom: 0;
	border-radius: 5px 5px;
	top: auto;}
	.All_img .proj-info h3{    color: #fff;
	text-align: center;
	font-weight: 600;}

	.table_scroll table.table {}	
	.table_scroll table.table tr:nth-child(1) {background: #081269;}	
	.table_scroll table.table tr:nth-child(1) td {color: #fff;}	
	.table_scroll table.table tr {border: 1px solid #dcdcdc;}	
	.table_scroll table.table tr td {border: 1px solid #dcdcdc;font-size: 12px;}	




	.middle {
	display: flex;

	padding: 1px 23px;
	margin-top: 12px;
	}

	.news-first {
	position: relative;
	}

	.title-sec {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 108px 0px;
    /* background: #00000080; */
    border-radius: 16px;
    background: linear-gradient(to top, var(--primary-color-two) 2%, rgb(7 5 5) 129%);
    position: absolute;
    content: "";
    width: 100%;
    height: 97%;
    left: 0;
    bottom: 0px;
    /* background: linear-gradient(to top, var(--primary-color-two) 2%, rgba(0, 0, 0, 0) 129%); */
    z-index: 1;
    transition: all 0.5s ease;
    /* background: linear-gradient(90deg, rgb(15 15 16) 0%, rgb(99 107 177) 35%, rgb(255 94 21 / 95%) 100%); */
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgb(255 94 21 / 25%) 35%, rgb(51 54 55) 100%);
}

	.title-sec p {
	color: aliceblue;
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 18px;
	font-family: 'Poppins', sans-serif;
	padding: 0px 43px;
	}
	.btn a {
	color: aliceblue;
	background: #ff5e15;
	padding: 12px 27px;
	border-radius: 10px;
	margin-left: 32px;
	}
	.news-first img {
	width: 100%;
	min-height: 394px;
	border-radius: 20px;
	object-fit: cover;
	margin-top: 22px;
	}

section.main-news {
    background: #27307c;
    padding: 56px 0px;
}


 .cus-box {
    /* background: #ffffff; */
    width: 100%;
    margin: auto;
    b-radius: 18px;
    background-image: url('../../img/back.png');
    /* opacity: 0.8; */
    object-fit: cover;
    /* border: 2px solid #d9d2d2; */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.head {
    background: #332f2f;
    border-radius: 1px 0px 0px 0px;
    /* box-shadow: 1px 8px 1px 0px #000; */
}

.head h2 {
    color: white;
    text-align: center;
    font-size: 17px;
    padding: 8px;
    font-family: Poppins;
}

.mid {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 296px; */
    /* background: #f4f1ed; */
    /* border: 1px solid; */
    margin: 11px;
    padding: 8px;
    box-shadow: 0 0 3px 0 #00000059;
}

.icon-cus {
    width: 37%;
    padding: 0px 9px;
}

.cus-text {
    width: 98%;
}

.cus-text h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    margin-bottom: 3px;
    margin-top: 7px;
    /* background: #7f716a8f; */
    padding: 10px;
    color: #020303;
    font-weight: 800;
}

.cus-text p {
    margin: 0;
    line-height: 19px;
    font-size: 14px;
    color: #1b2474;
}

.mid-head {
    /* padding: 23px; */
    height: 339px;
    overflow: hidden;
    position: relative;
    /* background: #fb1c2580; */
    background-image: url('../img/back.png');
}

.mid-2 a {
    text-decoration: none;
    font-weight: 600;  
    color: red;
    font-size: 14px;
  
}

.mid-2 {
    text-align: center;
    margin-bottom: 8px;
}

.bottom {
    background: #3b5999;
    padding: 3px;
    text-align: center;
    border-radius: 10px 10px 0px 1px;
    /* box-shadow: 0px 5px 1px 1px #1d1a1a; */
}

.bottom p i {
    margin-right: 10px;
}

.bottom p {
    color: white;
    font-size: 15px;
    font-weight: 700;
    margin-top: 15px;
}

.blink:hover {
    /* animation: none; */
    animation-play-state: paused;
}

.blink{
    transition:all 0.5s;
    position: absolute;
}
.blink {
                animation: blinker 20s linear infinite;
                color: black;
                font-family: sans-serif;
                width: 100%;
            }
            @keyframes blinker{
  0%   {  top:105%; }

  100% { top:-130%;}
}
            }
            
.downalod img {
    width: 15px;
}

.downalod {
    display: table-column-group;
}

.name {
}

.Name_file {
    display: inline-flex;
    /* padding: 8px 14px; */
    color: aliceblue;
}
.downalod img {
    width: 13px;
    object-fit: cover;
}
.name h6 a {
    font-size: 17px;
    /* font-weight: 400; */
    /* color: #eb151d; */
}

.cus-text h3 {
    font-size: 15px;
    font-weight: bold;
    color: #3b5999;
}

.blink .mid:nth-child(odd) {
    background: #ffffff;
}
span.about a {
    background: #2b2a29;
    padding: 3px;
    border-radius: 4px;
    color: aliceblue;
}
	
	.about-us {
    width: 21%;
    background: #ff5e15;
    text-align: center;
    margin: 10px auto;
    padding: 12px 0px;
    color: aliceblue;
}

section.news-sec {
    margin-top: 30px;
    margin-bottom: 39px;
}	
.news-images img {
    border-radius: 10px;
}
.tie-ups img {
    box-shadow: 1px 1px 1px 5px;
}

.inner {
    padding: 50px 0px;
}
.inner-title img {
    width: 100%;
    height: 285px;
    box-shadow: 3px 4px 1px 2px;
    color: #151c70;
}


.inner-title h2 {
    padding-top: 27px;
    font-weight: 500;
    color: black;
    font-size: 23px;
}

.inner {
    background: aliceblue;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px 0px;
}
section.inner1 {
    padding: 40px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: white;
}
section.main {
    background-image: url(../../img/back.jpg);
    /* height: 100vh; */
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 57px;
    padding-bottom: 44px;
}

.inner-title p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    padding: 25px 0px;
}
.inner-title1 img {
    padding-top: 66px;
}
section.inner11 {
    background: aliceblue;
    padding: 30px 0px;
}
section.inner-section {
  background: white!important; 
   
}

li.mb-0 {
    font-size: 1rem;
    line-height: 1.8rem;
    max-width: 92%;
    color: #231f1f;
    text-align: justify;
    padding-bottom: 16px;
}



.about-desc.w-100 {
    text-align: center;
    padding-top: 4px;
    position: relative;
}
.service-image p {
    font-size: 16px;
    font-weight: 100;
    color: white;
    margin-top: 134px;
    margin-left: -35px;
}
section.serv-box-main {
    /* padding-top: 60px; */
    padding-bottom: 40px;
}
.pre li {
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    padding: 33px 18px;
    /* background: aliceblue; */
    color: #16171a;
    margin-top: 17px;
}

.box-inner {
    background: aliceblue;
    padding: 10px 0px;
}
.serv-box-inner-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #373840;
}
.img {
    padding: 10px 0px;
}

section.inn {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 41px;
}

.line img {
    width: 261px;
}


section.ab-home {
    /* background: aliceblue; */
    padding-bottom: 60px;
    /* background-image: url(../../img/blank-background.jpg); */
    background-size: cover;
    width: 100%;
    /* height: 75vh; */
    padding-top: 52px;
}

/*--------------vertical tab-----------------*/
.vertical-tabs{
    font-size:15px;
    padding: 55px 100px;
    color:#000
}
 .vertical-tabs .nav-tabs .nav-link{
    border-radius: 0;
    background: #eb141b;
    text-align:center;
    font-size: 13px;
    border: 1px solid #fff8f8;
    color:#fff;
    height: 34px;
    width: 100%;
}
 .vertical-tabs .nav-tabs .nav-link.active{
    background-color: #0a1063 !important;
    color:#fff;
}
 .vertical-tabs .tab-content>.active{
    background:#fff;
    display:block;
}
 .vertical-tabs .nav.nav-tabs{
    border-bottom:0;
    border-right:3px solid #000;
    display:block;
    float:left;
    margin-right:20px;
    padding-right:15px;
}
 .vertical-tabs .sv-tab-panel{
    background:#fff;
    height: 100vh;
    padding-top:10px;
}
@media only screen and (max-width: 420px){
  .titulo{font-size: 22px}
}
@media only screen and (max-width: 325px){
  .vertical-tabs{ padding:8px;}
}

 ul.nav.nav-tabs {
    /* display: block; */
    /* background: #afafaf; */
    padding-top: 0px;
    padding-bottom: 28px;
}

li.nav-item a {
    color: #000000;
    background: white;
    display: block;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 6px;
}

li.nav-item {
    border-bottom: 1px solid #fffc;
}
.sv-tab-panel p {
    line-height: 29px;
    margin-top: 3%;
    font-size: 16px;
    text-align: justify;
}
.nav-tabs .nav-item {
    width: 100%;
    height: 63px;
    margin: auto;
    font-weight: 300;
    overflow: hidden;
}
.sv-tab-panel h3 {
    /* font-weight: bold; */
    color: #eb1216;
    text-align: center;
    text-transform: capitalize;
    padding-top: 14px;
    font-size: 24px;
    margin-top: 8px;
    margin-bottom: 19px;
}
.walk-title h2 {
    font-size: 18px;
    font-weight: 700;
    color: #3d4489;
}
.sv-tab-panel b {
    font-size: 23px;
    font-weight: 700;
    color: #161f68;
}
.post_sticky {
    height: 100%;
    overflow: auto;
    position: sticky;
    top: 18%;
    z-index: 2;
    position: relative;
    display: block;
    background-color: #e3e3e3;
    padding: 30px 30px 30px;
    border-radius: 10px;
}
.walk-title span {
    font-style: italic;
    color: #eb1921;
    font-size: 21px;
}
h2.walk-title {
    font-size: 21px;
    font-weight: bold;
    padding: 10px 0px;
    text-align: center;
}
h4.mineing-main {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    /* margin-top: 32px; */
    color: #172273;
}
h2.Track-title {
    font-size: 28px;
    color: #081269;
    font-weight: 600;
}
ul.rail-list li {
    line-height: 8px;
    padding: 0px;
}
ul.main-list li {
    list-style-type: decimal;
}
ul.trackt-list li b {
    font-size: 20px;
    color: #F44336;
    line-height: 24px;
}
.min-images img {
    padding-bottom: 20px;
}
h3.key-title {
    font-size: 30px;
    margin-top: 13px;
    margin-bottom: 30px;
    color: #081269;
    font-weight: 600;
}
.tab-content {
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    padding: 2px 23px;
}
section.mining {
    background-image: url(../../img/blank-background.jpg);
    background-size: cover;
    width: 100%;
    height: 75vh;
    padding-top: 149px;
}
.mining-box {
    background: #1a2374;
    padding: 54px 0px;
    width: 255px;
    margin: auto;
}

.mining-box h2 {
    color: aliceblue;
    font-size: 24px;
    text-align: center;
}
.mining-box a:hover {
    color: #ec1d24;
}
ul.Design-list-item b {font-size: 16px;font-weight: 700;color: black;}
3.key-title1 {
    font-size: 27px;
    font-weight: 500;
}
ul.list-item {
    background: #efefefd4;
    padding: 5px 19px;
    min-height: 111px;
    /* box-shadow: 0px 6px 0px 0px #1f2877; */
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.nav-tabs .nav-item:hover {
    background: #f7f1f124;
}

.nav-tabs .nav-item a:hover {
    color: aliceblue;
    background: #3f51b5;
}
li.nav-item.active a:hover {
    color: black;
}
li.nav-item.active a:hover {
    color: aliceblue;
    background: #3f51b5;
    padding: 13px 7px;
}
.nav-link {
    display: block;
    padding: 0px;
    margin-top: 15px;
}
.nav-tabs .nav-link {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.mining img {
    padding: 10px;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
ul.Design-list-item b {
    color: #4f525c;
    font-size: 18px;
}
ul.Design-list-item li {
    list-style: square;
    color: black;
    line-height: 31px;
}

.list-item {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    min-height: 152px;
    padding: 8px 9px;
}

.list-item:hover {
    background: #333b83;
}

.list-item h3:hover {
    color: aliceblue;
}

.list-item h3 {
    color: #21222a;
	font-weight:700
}

.list-item:hover p {
    color: white;
}
.list-item {
    border-radius: 10px;
    min-height: 501px;
}
   border-top-right-radius: .25rem;
}
.nav-tabs .nav-link {
    /* border: 1px solid transparent; */
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover {
    color: #fdf2f2;
}
ul.list-style li {
    font-size: 16px;
    line-height: 38px;
    list-style-type: circle;
}
section.export {
    padding: 40px 0px;
    background-image: url(../../img/back.jpg);
    /* height: 100vh; */
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding-top: 20px; */
    /* padding-bottom: 56px; */
}

.export-title {
    padding-top: 30px;
}

.export-title h2 {
    font-size: 29px;
    font-weight: 700;
    color: #2a327e;
}
.export-img img {
    width: 100%;
    object-fit: cover;
    box-shadow: 1px 1px 1px 3px #e9050b;
    transition: all 2s;
}
.export-title p {
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    color: black;
}
.offer-list h3 {
    text-align: center;
    color: #0f186d;
}
h3.offer {
    text-align: center;
    color: #111b6f;
    font-weight: 700;
    font-size: 30px;
    margin-top: 16px;
}
.manufacturing-title h2 {
    font-size: 31px;
    font-weight: 700;
    color: #262f7b;
}

.manufacturing-title p {
    font-size: 16px;
    line-height: 40px;
    color: #494343;
}
ul#list p {
    font-size: 17px;
    font-weight: 600;
    color: #1a2374;
}
section.export-main {
    padding: 40px 0px;
    background-image: url(../../img/back.jpg);
    
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.export-img {
    padding-top: 40px;
}
.export-img img:hover {
    transition: all 2s;
    transform: scale(0.9);
}
section.client-logo {
    background-image: url(../../img/back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: center;
}
.costumer-logo-img {
    padding: 5px 4px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    margin: 34px 0px;
    border: 1px solid #f79d9b;
}
.c-logo h2 {
    font-size: 28px;
    color: #1b2474;
    font-weight: 600;
}
section.achievements {
    padding-top: 40px;
    padding-bottom: 50px;
    background-image: url(../../img/blank-background.jpg);
    background-size: cover;
    width: 100%;
   
    padding-top: 49px;
}



/*--------------achivment-------------------*/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
th {
  color:#D5DDE5;
  background: #030d65;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size: 17px;
  font-weight: 100;
  padding: 0px 0px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
}
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#EBEBEB;
  font-size: 14px;
}
 
tr:nth-child(odd):hover td {
  background: #f26363;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding: 9px 7px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size: 14px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: center!important;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}

.serv-box.w-100 img {
     width: 6rem!important;
     margin: auto;
     padding: 10px;
     border-radius: 19%;
}
.serv-box:hover {
    background: #f443369c;
}
.about-desc.w-100 h2:before {
    position: absolute;
    content: '';
    border-bottom: 3px solid #eb1d24;
    top: 4px;
    left: 0;
    width: 13%;
    HEIGHT: 100%;
    transition: 0.5s;
}
.about-desc > h2:hover:before {
    width: 20%;
}
.icons img {
    width: 4rem;
    margin: auto;
}
section.media {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 50px 0px;
    background-image: url(../../img/background-blue.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
 width: 200px;
   
    padding: 5px;
    border-radius: 3px;
    background: #a62235;
    display: flex;
    gap: 10px;
    justify-content: center;}
	
	.media-content {display: flex;background: aliceblue;padding: 1px 3px;}

.date-part .date {
    background: #e81e21;
    padding: 0px 9px;
    color: aliceblue;
    border-radius: 3px;
    line-height: 35px;
}

.categorie {background: white;padding: 0px 35px;width: 70%;}
.media-content {
    display: flex;
    background: aliceblue;
    margin: 6px;
    border-radius: 3px;
    gap: 7px;
    align-items: center;
}
.media-main {
    height: 341px;
    overflow-y: scroll;
    padding-right: 10px;
    overflow-x: hidden;
}
.categorie p {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    line-height: 16px;
    padding-top: 6px;
}

.date-part {
    padding: 5px 9px;
    width: 30%;
}
.drem_fly h3 {
    color: #353d84;
    font-size: 27px;
    margin-bottom: 20px;
}
.testi-info {
    background: #f9fbff;
    border-radius: 14px;
    padding: 18px 23px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-left: 3px solid #3f468b;
    border-right: 3px solid #3f51b5;
}
.serv-box-inner-box:hover p {
    color: aliceblue;
}
.serv-box-inner-box h3:hover {
    color: aliceblue;
}
h3.mine-pro {
    font-size: 27px;
    border-bottom: 2px solid;
    font-weight: 700;
}
h2.features {
    padding-top: 30px;
    font-weight: 600;
    color: #12121c;
    margin-bottom: 20px;
    font-size: 26px;
}
.list-item:hover h3 {
    color: aliceblue;
}

li.nav-item.active a {
    background: #3F51B5;
    color: aliceblue;
}
section.main-box {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ab-text p {
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
    margin: 16px 0px;
}


.ab-img img {
    width: 100%;
    object-fit: contain;
    box-shadow: 0px 0px 6px 0px #000;
}
.serv-box-inner-box:hover h3 {
    color: aliceblue;
}
.contact-info-box:hover {
    transition: all 2s;
    transform: scale(0.9);
}
.contact-info-box.w-100:hover a {
    color: aliceblue;
}
section.video-home {
    width: 100%;
    min-height: 100vh;
}
.srb-text {position: absolute;content: '';top: 80%;left: 4%;}

.srb-text h2 {
    color: aliceblue;
    font-size: 25px;
}

.srb-box1 {
    display: flex;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 5px 6px;
    border-left: 4px solid #202229;
    margin: 10px 0px;
    min-height: 100px;
}

.box-title h2 {
    font-size: 18px;
    font-weight: 400;
    color: #222121;
}

.box-title p {
    color: black;
}

.box-img img {
    width: 4rem;
    object-fit: cover;
}

.srb-box1:hover {
    background: #7277aa;
}

.box-title:hover h2 {
    color: aliceblue;
}

.box-title:hover p {
    color: aliceblue;
}

/*---------------client-logo--------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


.owl-carousel.version-1, .owl-carousel.version-2{
  position: relative;
  padding: 15px 35px 0;
}
.logo-slider-1, .logo-slider-2{
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}
.owl-carousel .owl-item {
    background: #fff;
    padding: 0 20px;
}
.owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #fff !important;
    border-radius: 50%;
    margin: auto 0;
    box-shadow: 0px 0px 5px #00000069;
}
.owl-nav button.owl-next{
  right: 0;
}
.owl-nav button.owl-prev{
  left: 0;
}
.version-2 h2 {
    margin: 0px;
    font-size: 20px;
}
.version-2 p {
    font-size: 15px;
}
.version-2 .owl-item{
  text-align: center;
  padding: 10px 20px 20px;
}
.version-2 .owl-item img{
  width: 160px;
  margin: 0 auto;
}
section.c-logo {
    padding-top: 31px;
}
.All_img .proj-info:hover {
    background: #ec1d24!important;
}

.All_img .proj-info:hover a {
    color: aliceblue!important;
}
section.All_img {
    padding-top: 54px;
    padding-bottom: 40px;
}
section.m-product {
    padding-top: 60px;
    padding-bottom: 60px;
}
.min-img img {
    border-radius: 12px;
    position: relative;
    transition: all 2s;
    width: 100%;
    height: 230px;
    object-fit: cover;
    overflow: hidden;
    background: #333;
}
.min-title {
    position: absolute;
    content: '';
    top: 156px;
    left: 4px;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 5px;
}

.min-title a {
    color: aliceblue;
    font-size: 20px;
}
.min-img img:hover {
    transition: all 2s;
    transform: scale(0.9);
}
.min-title a:before {
    position: absolute;
    content: '';
    width: 59px;
    height: 5px;
    background: #FFC107;top: -2px;
}


h2.lnews {
    text-align: center;
    font-size: 27px;
    color: #050f67;
    margin-bottom: 30px;
}
.news-main {
   
    padding: 26px 29px;
	position: relative;
}

.news-main img {
    width: 100%;
    height: 198px;
    object-fit: cover;
    padding-bottom: 19px;
}

.news-main h2 {
    font-size: 18px;
}
.news-main p {
    position: absolute;
    content: '';
    top: 13%;
    left: 18%;
    color: aliceblue;
    font-size: 14px;
    background: #ec1d24;
    padding: 2px 23px;
    border-radius: 6px;
}
/*--------------------------tab---------------------*/
.news-main-box {
    display: flex;
}

.news-title h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}



.news-icon i {
    padding: 0px 83px;
}
.leatext-up {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 20px 15px;
    height: 245px;
    background: #12186d;
    overflow: hidden;
}
.card_view_container_date {
    color: #ffffff;
    font-weight: 700;
    margin-top: 0px;
    font-size: 19px;
}
.card_view_container_info {
    color: white;
    line-height: 32px;
    font-size: 14px;
}
ul.list {display: flex;}

ul.list li {
    color: aliceblue;
    padding-right: 42px;
    font-size: 19px;
    font-weight: 600;
    /* background: #0d176b; */
    /* padding: 14px 20px; */
    /* list-style-type: none; */
    /* border: 1px solid; */
}



/*Vertical Tabs*/

.tab_div {
  width: 100%;
  transform: translateZ(0);
  display: flex;
}

.tabs_menu {
  /* background-color:blue; */
  padding-top: 1%;
  width: 25%;
  float: left;
  position: sticky;
  height: 100%;
  overflow: auto;
  top: 15%;
}

ul.tabs {
  padding: 0;
}

#tab1, #tab2, #tab3, #tab4, #tab5, #tab6, #tab7, #tab8, #tab9, #tab10, #tab11, #tab12{
  padding-top: 3%;
  padding-bottom: 2%;
  padding-left: 14%;
  padding-right: 5%;
  width: 100%;
}

ul.tabs li {
  list-style-type: none;
  font-family: Quicksand;
  /* border-right: 2px solid white; */
  font-size: 18px;
  color: white;
  /*   transition: background-color 0.2s ease; */
}


/* ul.tabs li:hover {
  border-right: 2px solid #e1386c;
  background-color: rgba( 255, 155, 180, .9);
  font-weight: bold;
} */

#tab1_content, #tab2_content, #tab3_content, #tab4_content, #tab5_content, #tab6_content, #tab7_content, #tab8_content, #tab9_content, #tab10_content, #tab11_content, #tab12_content {
  /*   background-color:red; */
  float: right;
  width: 100%;
  height: auto;
  padding-top: 0%;
  padding-left: 3%;
  border-left: 1px solid #dad2d2;
}

p {
  font-family: Quicksand;
  font-size: 16px;
  color: white;
}


/* hover effect */

ul.tabs li {
  display: inline-block;
  position: relative;
  padding: 1em;
  cursor: pointer;
  background: #ebebeb;
  color: #1e1f71;
  z-index: 0;
  /* box-shadow: 1px 1px 4px 0px; */
  font-family: 'Open Sans';
  font-size: 17px;
  font-weight: 500;
  border: 1px solid #fff7f7;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

ul.tabs li:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: #eb1921; */
  transform: scaleX(0);
  /* transform-origin: 0 50%; */
  transition: transform .5s ease-out;
}

ul.tabs li:hover:before {
  transform: scaleX(1);
}
div#tab1_content p {
    color: #000000;
    font-size: 16px;
    font-size: 15px;
    color: #272727;
    text-align: justify;
    font-family: 'Poppins';
}
div#tab2_content p {
    color: #4e4e4e;
    font-family: 'Poppins';
}
div#tab3_content p {
    color: black;
    font-size: 15px;
    font-family: 'Poppins';
}
div#tab4_content p {
    color: black;
    font-size: 16px;
    font-family: 'Poppins';
}
ul.tabs li:hover {
    color: aliceblue!important;
}
h2.product {
    font-size: 26px;
    font-weight: 900;
    color: #333;
    font-family: 'Open Sans';
    margin-bottom: 30px;
}
ul.tabs li {
    background: url(../../img/dot.png) no-repeat 0;
}
section.tab {
    padding: 53px 100px;
    background-image: url(../../img/exhibition-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
section.tab:before {
    position: absolute;
    content: '';
    background: #cfd6e866;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
div#tab1_content h2 {
    /* font-size: 29px; */
    /* font-weight: 700; */
    /* text-align: center; */
}
.design-fea h2 {
    font-size: 23px;
    text-align: center;
    letter-spacing: 2px;
    font-family: system-ui;
    color: #172072;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: auto;
    display: inline;
    font-weight: 600;
}
.walking-content p {
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    letter-spacing: 1px;
    padding: 12px 4px;
    color: black;
    font-family: 'Poppins';
}
h3.key-features {
    margin-bottom: 31px;
}






.faq-section {
    /* background: #fdfdfd; */
    min-height: 100vh;
    padding: 0px;
    width: 100%;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  font-family: system-ui;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  width: 100%;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 103px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #eb1921;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 0px 0px;
  padding-left: 106px;
  padding-bottom: 1px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 25px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
  color: black;
  font-size: 16px;
  font-family: sans-serif;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}
.serv-box-inner-box p {
    color: #130d0d;
    font-family: 'Poppins';
    font-size: 16px;
}
section.letest-news {
    padding-top: 50px;
    padding-bottom: 31px;
}
h3.letest {
    color: #1d2776;
    font-size: 27px;
    margin-bottom: 20px;
}
.ab-text p {
    color: #4a4a4a;
    font-size: 16px;
    font-family: 'Poppins';
}
.serv-box-inner:hover h3 {
    color: aliceblue;
}

.serv-box-inner:hover p {
    color: aliceblue;
}.key {
    border-radius: 10px;
}
h2.product:before {
    position: absolute;
    content: '';
    top: 50px;
    bottom: 0;
    left: 0;
    width: 76px;
    height: 6px;
    background: #F44336;
}
.design-fea h3 {
    font-size: 25px;
    padding: 20px 0px;
    text-decoration: underline;
    text-decoration-color: #081269;
}
.design-fea span {
    color: #eb1419;
}
.designfeatures.pb-3.pt-5 h3 {
    text-decoration: underline;
    text-decoration-color: #172072;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
}

.walking-content.aos-init.aos-animate p {
    color: black;
    font-family: sans-serif;
    font-size: 16px;
}
.tabs li.active {
    background: #eb1419 !important;
    color: #fff !important;
}
.walking-content.pt-3 h3 {
    font-size: 22px;
    text-decoration: underline;
    color: #0d176b;
}
p.text-black {
    color: black;
    font-size: 16px;
    font-family: sans-serif;
    padding: 3px 42px;
}
.designfeatures h3 {
    text-decoration: underline;
    text-decoration-color: #eb1b23;
}
ul.tabs li:hover {
    background: #eb141e;
}

.box1 h3 {
    font-size: 15px;
    color: #434a8c;
    line-height: 26px;
    margin-top: 21px;
    text-align: center;
    font-weight: 500;
}

.box1 {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 9px 9px;
    text-align: left;
    margin-top: 33px;
    min-height: 146px;
}
.electro-box h3 {
    font-size: 16px;
    margin-top: 15px;
    color: #2d367f;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
}
.temp-title h3 {
    font-size: 19px;
    font-weight: 700;
    color: #162072;
}
section.ele-box {
    padding: 20px 0px;
}
.electro-box {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 17px;
}
.design-fea p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    padding-top: 19px;
}
.manufacturing-img img {
    box-shadow: 1px 1px 7px 1px #000;
    padding: 20px;
}
.moderate img {
    margin-top: 20px;
    box-shadow: 1px 1px 1px 1px #0d176b;
    transition: all 2s;
}

.moderate {
    margin: auto;
    text-align: center;
}
.wal-pro h2 {
    margin-top: 33px;
    font-size: 20px;
    color: #172072;
	
}
.wal-pro{
	text-align:center;
}

.mission.d-inline-block h2 {
    color: aliceblue;
}

.mission.d-inline-block p {
    color: aliceblue!important;
    padding: 16px 100px;
    text-align: justify;
}
section.certificate {
    padding-top: 0%;
    padding-bottom: 3%;
}
.moderate img:hover {
    transition: all 2s;
    transform: scale(0.9);
}
/*-----------------product slider------------*/

.checkout-form-field.w-100 {
    /* background: #eaebeb; */
    padding: 10px 16px;
    border: 1px solid;
}
section.career {
    padding-bottom: 36px;
    padding-top: 20px;
    background-image: url(../../img/background.jpg);
    background-size: cover;
}



/*--------dropdown---------------*/
.select-dropdown {
	position: relative;
	display: inline-block;
	max-width: 100%;
	margin: 0 15px 0 0;
	
	&::last-child {
		margin-right: 0px;
	}

	&__button {
		padding: 10px 35px 10px 15px;
		background-color: #fff;
		color: #616161;
		border: 1px solid #cecece;
		border-radius: 3px;
		cursor: pointer;
		width: 210px;
		text-align: left;

		&::focus {
			outline: none;
		}

		.zmdi-chevron-down {
			position: absolute;
			right: 10px;
			top: 12px;
		}
	}

	&__list {
		position: absolute;
		display: block;
		left: 0;
		right: 0;
		max-height: 300px;
		overflow: auto;
		margin: 0;
		padding: 0;
		border: 1px solid #cecece;
		border-top: 0px solid transparent;
		list-style-type: none;
		opacity: 0;
		pointer-events: none;
		transform-origin: top left;
		transform: scale(1,0);
		transition: all ease-in-out .3s;
		z-index: 2;

		&.active {
			opacity: 1;
			pointer-events: auto;
			transform: scale(1,1);

		}
	}
	&__list-item {
		display: block;
		list-style-type: none;
		padding: 10px 15px;
		background: #fff;
		border-top: 1px solid #e6e6e6;
		font-size: 14px;
		line-height: 1.4;
		cursor: pointer;
		color: #616161;
		text-align: left;
		transition: all ease-in-out .3s;

		&:hover {
			background-color: #1fc69d;
			color: #fff;
			transition: all ease-in-out .3s;
		}
	}
}
ul.control li {
    list-style-type: circle;
    font-size: 16px;
    color: black;
    line-height: 37px;
}
section.spares {
    padding-bottom: 70px;
    padding-top: 43px;
}
.tie-up img {border: 1px solid;padding: 10px;box-shadow: 1px 1px 1px  1px;}


.btn.smooth_scroll_to_section {
    background: #007bff;
    color: #fff;
    text-transform: uppercase;
    font-family: "Exo", sans-serif;
    transition: all .4s ease-out;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.section-work-with.d-flex {
    padding: 14px 0px;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: center;
}
.description-section h4 {
    color: #252020;
    font-size: 20px;
}
#contact-career .contact-section {
    background-color: #4578b9;
    padding: 60px;
    margin: 100px 0;
}
#contact-career .contact-section form .input-field {
    margin-top: 2rem;
    position: relative;
}
.modal-dialog {
    max-width: 766px;
    margin: 0.75rem auto;
}
h5#exampleModalLabel {
    font-size: 26px;
    color: #F44336;
    font-weight: 400;
}
.career-popup-main-cnt {
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    border: #959595 solid 1px;
    width: 800px;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    top: 3%;
    left: 50%;
    padding: 30px 40px 10px 40px;
    margin-left: -400px;
    z-index: 9999;
}
.description-section {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px 49px;
    background: #ffffff30;
    background-image: url(img/background.jpg);
    margin-bottom: 34px;
}
.buil p {
    font-size: 14px;
}
span.exprt {
    color: #172173;
    font-size: 15px;
    font-weight: 600;
    line-height: 53px;
}
.buil {
    height: 300px;
    overflow-y: scroll;
}
ul.anti-list li {
    list-style-type: square;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 9%;
}
.buil h4 {
    font-size: 17px;
    font-weight: bold;
    color: #f44e41;
    text-decoration: underline;
    text-decoration-color: #f4493d;
    font-weight: 300;
}
ul.listManager li {
    font-size: 17px;
    color: #f5594d;
    font-weight: 400;
    list-style: auto;
}

/*-------------socail button--------*/
.sticky-icon  {
	z-index: 2;
	position:fixed;
	top: 38%;
	right: 0%;
	width: 214px;
	display:flex;
	flex-direction:column;
	}  
.sticky-icon a  {
	transform:translate(160px,0px);
	border-radius:50px 0px 0px 50px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	padding: 7px 8px;
	font-size: 14px;
	font-family:'Oswald', sans-serif;
	transition:all 0.8s;
	margin-top: 0%;
	/* background: blue; */
	margin-bottom: 5px;
	}
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook  {
	background-color:#2C80D3;
	color:#FFF;}
	
.Youtube  {
	background-color:#fa0910;
	color:#FFF;}
	
.Twitter  {
	background-color:#53c5ff;
	color:#FFF;}
	
.Instagram  {
	background-color: #3F51B5;
	color:#FFF;
	}
	
.Google  {
	background-color:#d34836;
	color:#FFF;}						
.sticky-icon a i {
	background-color:#FFF;
	height:40px;
	width:40px;
	color:#000;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin-right:20px;
	transition:all 0.5s;}
.sticky-icon a i.fa-facebook-f  {
	background-color:#FFF;
	color:#2C80D3;}
	
.sticky-icon a i.fa-google-plus-g  {
	background-color:#FFF;
	color:#d34836;}
	
.sticky-icon a i.fa-instagram  {
	background-color:#FFF;
	color:#FD1D1D;}
	
.sticky-icon a i.fa-youtube  {
	background-color:#FFF;
	color:#fa0910;}
	
.sticky-icon a i.fa-twitter  {
	background-color:#FFF;
	color:#53c5ff;}
.fas fa-shopping-cart  {
	background-color:#FFF;}	
#myBtn {
  height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
  line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
	font-size:30px;}

#myBtn:hover {
  background-color: #555;
}
.app-now {
    background: coral;
    padding: 7px 23px;
    width: 129px;
}

.app-now a {
    color: aliceblue;
    font-size: 14px;
    font-weight: 600;
}			

ul.carer-list li {
    list-style-type: auto;
}
a.Update {
    background-color: #FF5722;
    color: #FFF;
}
.costumer-logo-img img {
    width: 100%;
    object-fit: cover;
}
.delegates h3 {
    font-size: 14px;
    padding-top: 10px;
    color: #19191e;
    text-align: center;
    font-weight: 600;
}
.delegates img {
    box-shadow: 1px 1px 4px 2px #1a1b1f;
    padding: 5px;
    transition: all 2s;
    border: 1px solid;
}

.delegates img:hover {
    transition: all 2s;
    transform: scale(0.9);
}
.delegates {
    margin-bottom: 46px;
}
h3.exhibit-text {
    font-size: 14px;
    padding-bottom: 20px;
    color: #111c6f;
    /* letter-spacing: 1px; */
    font-family: 'Poppins';
    text-align: center;
    font-weight: 400;
}
.coprate-event h2 {
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
    text-align: center;
}
.copyright p a:hover {
    color: aliceblue;
}
.design-fea {
    text-align: center;
}
.tab_content {
    width: 75%;
}

section.career-f {
    margin-top: 120px;
}
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
	.imgproduct img {
    width: 100%;
}

h2.fet {
    font-size: 22px;
}



.blg-t h2 {
    font-size: 20px;
}

.bot-img img {
    height: 120px;
	width:100%;
	object-fit:cover;
}
.bottom-box {
    width: 720px;
    background: #bed5f6;
    margin-top: -50px;
    position: relative;
    margin-left: 15px;
}
.side-text {
    padding: 15px 5px 15px 0;
    padding-left: 0;
    margin-left: -10px;
}

.side-text .sub-title h4 {
    color: #12186d;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}

.m-title h2 {
    color: #12186d;
    margin: 0;
}

.m-title p {
    color: #12186d!important;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}

.bot-img {
    text-align: center;
    padding: 15px 0 15px 15px;
}
.news-main-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
	h2.c-title {
    color: #00004f;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: left;
}
	
	
	
	
	
	
	
	
	
@media (max-width: 576px){
/*Home*/
	
.logo {
    margin-top: 0px;
}
.lg-mn {
    padding: 5px 0;
}
.about-desc h2 {
    text-align: left;
	font-size:25px!important;
}
.about-desc{
	margin-top:15px!important;
}
p {
    font-size: 14px!important;
}
section.ab-home { 
    padding-bottom: 0;
}
.serv-box{
	margin-top:40px;
}
.counter-section {
    padding: 40px 0;
}
.counter-section .sec-title.light h2 {
    font-size: 25px;
}
h3.letest {
    font-size: 25px;
    margin-bottom: 25px;
}
section.letest-news{
		padding-bottom:0;
	}
	.logo-slider-1, .logo-slider-2 {
    margin: 0 auto 20px;
}
section.c-logo {
    padding-top: 0;
}
.widget {
    margin-bottom: 0;
}
.social-links2.d-inline-block.mt-5 {
    margin-top: 25px !important;
}
section.video-home {
    min-height: 45vh;
}
.srb-text{
    top: 70%;
}
.srb-text pre {

	font-size: 22px!important;
}
.srb-text h2 {
    font-size: 20px;
}

/* About */
.ab-text h2 {
    font-size: 25px;
}
section.main-box {
    padding-top: 40px;
    padding-bottom: 30px;
}
.ov-ab{
	margin-top:0!important;
}
.w-100.pt-155.pb-155.blue-layer.opc85.position-relative {
    padding: 50px 0;
}

/* Services */
.tab_div {
    display: block;
}
.tab_content {
    width: 100%;
}
.solutions-list > li {
    list-style: none!important;
}
#tab1_content, #tab2_content, #tab3_content, #tab4_content, #tab5_content, #tab6_content, #tab7_content, #tab8_content, #tab9_content, #tab10_content, #tab11_content, #tab12_content {
    padding-left: 0;
	border-left:none;
}
h2.product:before {
    top: 38px;
    height: 4px;
}
.designfeatures.pb-3.pt-5 {
    padding-top: 20px !important;
	margin-top:25px;
}
    .serv-box2 {
        padding: 15px!important;
    }
	
	.solutions-list > li {
    padding: 10px 0;
}
.design-fea h2 {
    font-size: 20px;
}
.toggle-item .toggle-content {
    padding-left: 0;
}
img.mt-2.oil-i {
    height: 100%!important;
}
.widget ul li {
    font-size: 14px;
}
.solutions-content-wrap > h2 + ul {
    padding: 0;
}
ul li, ol li {
    list-style: none;
}
.imgproduct img {
    height: 100% !important;
}
.min-title a {
    padding: 10px;
}
.serv-box {
    min-height: 200px;
}
.bottom-box {
    width: 100%;
    margin-top: 0px;
    margin-left: 0;
	margin-bottom:30px;
}
.side-text {
    padding-left: 15px;
    margin-left: 0;
}
.leatext-up{
	height:100%!important;
}
.img-icon {
    padding: 5px!important;
}
.img-icon img {
    height: 100%!important;
}
main, section, footer {
    overflow: hidden;
}


}

  .aiml-cta {
    background-color: #eb161e;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
  }
.aiml-card-custom {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .aiml-cta:hover {
    background-color: #c01315;
    transform: translateY(-2px);
  }

  .aiml-card-custom {
    background: #fff;
    border-radius: 12px;
    border-right: 3px solid #eb161e;
    border-bottom: 3px solid #eb161e;
    border-left: 3px solid transparent;
    border-top: 3px solid transparent;
    transition: all 0.3s ease-in-out;
  }

  .aiml-card-custom:hover {
    border: 3px solid #eb161e;
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }

  .aiml-icon-modern {
    font-size: 32px;
    color: #eb161e;
  }

  .aiml-card-custom h5 {
    font-size: 20px;
    color: #212529;
  }

  .aiml-card-custom p {
    font-size: 15.5px;
    line-height: 1.55;
  }



  /* whyaiml */
   .why-card {
    background: #fff;
    border-radius: 12px;
    border-right: 3px solid #eb161e;
    border-bottom: 3px solid #eb161e;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  }

  .why-card:hover {
    border: 3px solid #eb161e;
    box-shadow: 0 12px 24px rgba(0,0,0,0.08);
    transform: translateY(-6px);
  }

  .why-icon {
    background-color: rgba(235, 22, 30, 0.1);
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .why-icon i {
    font-size: 24px;
    color: #eb161e;
  }

  .why-card h5 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .why-card p {
    font-size: 15px;
    line-height: 1.5;
  }
  .lh-base{
	color: #FFFFFF;
  }