*{
	margin: 0px;
	padding: 0px;
}
body {
	color: #e03f44;
    -webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
	font-family: 'Manrope', sans-serif;

}


.dd> ul> li> a::before {
    background: #000;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 0px;
    top: 16px;
    width: 10px;
}


h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
	font-family: 'Manrope', sans-serif;

}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	font-family: 'Manrope', sans-serif;
}
.header {
    position: relative;
    width: 100%;
    padding: 5px 0px;
    background: url(../image/bg.png)
}
/*.header:before {
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, rgba(129,184,62,0) 0%, rgba(129,184,62,0.14) 7%, rgba(129,184,62,0.16) 8%, rgba(129,184,62,0.16) 50%, rgba(129,184,62,0.16) 91%, rgba(0,178,227,0) 100%);
    height: 100%;
    top: 0;
    left: 0;
}*/
.header .d-flex {
    display: flex!important;
    align-items: center;
}
.logo {
    width:115px;
}
.logo img{
	width: 100%;
}
.main-menu{
	width: 100%;
}
.navigation ul{
	list-style: none;
	text-align: right;
	margin-bottom: 0px;
}
.navigation ul li{
	display: inline-block;
	position: relative;
    padding: 24px 18px;
}
.navigation ul li span{
	display: none;
}
.navigation ul li a{
	display: block;
    color: #000;
    font-size: 15px;
    padding: 6px 0px;
    font-weight: 700;
    transition: all 0.3s ease-out;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;

}
.navigation ul ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 245px;
    padding-left: 7px;
    z-index: 999;
    background: #fff;
    border-top: #f00 solid 2px;
    top: 84px;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
}
.navigation ul li:hover >ul{
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
    opacity: 1;
    visibility: visible;
}
.navigation li ul li {
    display: block;
    text-align: left;
    padding: 0px;
}
.navigation li ul li a{
	border-bottom: 1px solid #ccc;
}
.navigation li ul li ul {
    left: 100%;
    top: 0px;
    margin-top: 0px;
}
.top {
    position: relative;
    padding: 5px 0px;
    background: #dfe3ea;
    overflow: hidden;
}
.top-left {
    z-index: 999;
    position: relative;
}
.top-left ul{
	list-style: none;
	margin-bottom: 0px;
}
.top-left ul li{
	display: inline-block;
	padding: 0px 15px 0px 0px;
	font-family: 'Manrope', sans-serif;
    font-size: 14px;
}
.top-left ul li a{
	color: #222;
	text-decoration: none;
}
.top-right ul{
	list-style: none;
	text-align: right;
	margin-bottom: 0px;
}
.top-right ul li{
	text-align: right;
	display: inline-block;
	color: #222;
	font-family: 'Manrope', sans-serif;
    font-size: 14px;
}
.top-right ul li:nth-child(2) a{
    background: #316FF6;
}

.top-right ul li:nth-child(3) a{
    background: #cd486b;
}
.top-right ul li:nth-child(4) a{
    background: #0077b5;
}
.top-right ul li a{
	    color: #fff;
    width: 25px;
    height: 25px;
    background: #fa3309;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 25px;
}
/*.top:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    content: "";
    border-top: 78px solid rgb(31 26 23);
    border-right: 40px solid transparent;
}*/
.fixd-btn {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 9999;
}
.fixd-btn a {
    background: #25d366;
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    text-align: center;
    border-radius: 5px;
}
/*about-section open*/
.about-section{
	position: relative;
	width: 100%;
	padding: 60px 0px 80px;
}
.round-image{
	position: absolute;
	right: 70px;
	top: 0px;
	-webkit-animation: spin 10s infinite linear;
	animation: spin 10s infinite linear;
	z-index: 1;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.about-left h4 {
    font-size: 18px;
    color: #25317e;
    font-weight: 700;
}
.about-left h2 {
    color: #232323;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
    font-family: "Mulish", sans-serif;
}
.about-left h5 {
    color: #383838;
    font-size: 19px;
    line-height: 32px;
    font-weight: 600;
    font-family: "Mulish", sans-serif;
}
.about-one__left {
    position: relative;
    display: block;
    margin-right: 100px;
}
.about-one__img {
    position: relative;
    display: block;
}
.about-one__img-2 {
    position: absolute;
    bottom: -40px;
    right: -100px;
    background-color: rgb(16, 28, 48);
    box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.1);
}
.about-one__img-2 img {
    width: 250px;
    border: 15px solid #fff;
    outline: 1px #ddd solid;
}
.about-one__experience {
    position: absolute;
    top: 230px;
    right: -60px;
    max-width: 160px;
    background-color: #fa3309;
    width: 100%;
    text-align: center;
    padding: 22px 0 17px;
}
.about-one__experience-count-box h3 {
    color: #fff;
    font-weight: 800;
    font-size: 32px;
}
.about-one__experience-text {
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    font-family: 'Manrope', sans-serif;
}
.about-one__img img {
    width: 100%;
}
.about-right {
    background: #fff;
    z-index: 9;
    position: relative;
}
.about-content{
	position: relative;
}
/*.about-content:before {
    content: "";
    background: #25317e;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}*/
.about-content h2{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
}
.about-content h4 {
    font-size: 18px;
    font-weight: 800;
    color: #fa3309;
}
.about-content p {
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    text-align: justify;
    line-height: 28px;
}
.about-content a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: 0.4s;
    background: #fa3309;
    padding: 10px;
    margin-top: 5px;
    display: inline-block;
}
.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 800;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background-color: #fa3309;
    padding: 12px 49px 12px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
}
.thm-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #222;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scalex(0);
    transform: scalex(0);
    z-index: -1;
}
.thm-btn:hover {
    color: #fff;
}
.thm-btn:hover:after {
    opacity: 1;
    -webkit-transform: scalex(1);
    transform: scalex(1);
}
.about-content a:hover{
	color: #fff;
	transition: 0.4s;
	background: #222;
}

.achivement{
    position: relative;
    padding: 45px 0px;
    background: #f2f2f2;
}
.achivement-heading h2{

}
.counter-one__icon-box {
    position: absolute;
    left: -81px;
    top: -11px;
}
.counter-one__shape img {
    width: auto;
}
.counter-one__shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.counter-one__shape-2 img {
    width: auto;
}
.counter-one__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.counter-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 62px;
    color: var(--austry-black);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.counter-one__count-box h3 {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #fff;
    margin-left: -25px;
}
.counter-one__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    color: #fff;
    margin-top: 6px;
    margin-bottom: 0px;
    margin-left: -25px;
}
.counter-one__single {
    position: relative;
    display: block;
    background-color: #3a3a3a;
    margin-left: 40px;
    padding: 25px 25px 25px;
    padding-left: 100px;
    margin-bottom: 30px;
    height: 140px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.counter-one__single .fa {
    position: absolute;
    left: 0;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 90px;
    font-size: 40px;
    margin-left: -45px;
    border: 3px #fa3309 solid;
}
.counter-one__plus {
    font-size: 50px;
    font-weight: 800;
    line-height: 50px !important;
    letter-spacing: -0.04em;
    color: #fff;
    position: relative;
}
.counter-one__single:hover .counter-one__shape {
    opacity: 0;
}
.counter-one__single:hover .counter-one__shape-2 {
    opacity: 1;
}

.product-section {
    position: relative;
    padding: 45px 0px 55px;
    background: #d1d1d1;
}
.heading h2 {
    color: #fa3309;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 800;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
}
.heading hr {
    width: 65px;
    margin: 0 auto;
    height: 3px;
    background: #222;
    opacity: 1;
}
.heading{
    margin-bottom: 25px;
}
.services-one__single {
    position: relative;
    display: block;
    margin-bottom: 25px;
    border: 1px #b3b3b3 solid;
}
.services-one__img-box {
    position: relative;
    display: block;
}
.services-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}
.services-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(19, 34, 60, .30);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background-position: center center;
    z-index: 1;
}
.services-one__img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}
.services-one__arrow {
    position: absolute;
    right: 20px;
    bottom: -24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #fa3309;
    font-size: 21px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
    text-decoration: none;
}
.services-one__arrow:before {
    position: absolute;
    top: 0;
    left: -20px;
    content: "";
    border-left: 20px solid transparent;
    border-bottom: 26px solid #e12801;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 22px 30px 26px;
}
.services-one__title {
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
}
.services-one__title a {
    color: #222222;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}
.services-one__single:hover .services-one__img:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.quality-section{
    position: relative;
    width: 100%;
    padding:45px 0px;
}
.quality-inner img{
    width: 100%;
}
.quality-inner1 {
    padding-left: 15%;
    padding-right: 25px;
    background: #ffff;
    margin-right: -50px;
    z-index: 999;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.quality-inner1 h2{
     font-size: 24px;
    font-weight: 800;
    color: #fa3309;
}
.quality-inner1 hr {
    width: 65px;
    height: 3px;
    background: #222;
    opacity: 1;
    margin: 0px 0px 20px 0px;
}
.quality-inner1 p{
    font-size: 15px;
    text-align: justify;
    line-height: 28px;
}
.quality-inner1 a{
    text-decoration: none;
}
.contact-section {
    position: relative;
    padding: 40px 0px;
}
.form-section h3 {
    font-size: 24px;
    font-weight: 800;
    color: #222;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.form-section {
    background: #f7f9fb;
    padding: 15px;
    border: 1px #ddd solid;
    border-radius: 5px;
}
.form-section input {
    width: 100%;
    border: 1px #fa3309 solid;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px 12px;
}

.form-section textarea {
    width: 100%;
    border: 1px #fa3309 solid;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px 12px;
    height: 95px;
}
.form-section input.btn4 {
    width: 20% !important;
    background: #fa3309;
    color: #fff;
    padding: 10px 12px;
    font-size: 16px;
    border-radius: 0;
}
.google-map iframe {
    border: 1px #b9b5b5 solid !important;
    padding: 5px;
    background: #fff;
}
.client-logo {
    position: relative;
    padding: 45px 0px;
    background: #e1e1e1;
}
.client-inner ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.client-inner ul li {
    width: 19%;
    display: inline-block;
    border: 1px #ddd solid;
    margin: 0px 3px 0px 3px;
}
.client-inner ul li img{
    width: 100%;
}
.paralex{
    background: url(../image/paralex.jpg);
    background-attachment: fixed;
    position: relative;
    padding: 65px 0px 75px;
    background-repeat: no-repeat;
    background-size: cover;
}
.paralex-heading{
    text-align: center;
}
.paralex-heading h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 800;
    line-height: 60px;
}
.paralex-heading a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    background: #fff;
    padding: 8px 17px;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block;
}
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 50px;
    right: 40px;
    display: none;
    text-indent: -9999px;
    background: url(../image/icon_top.png) no-repeat;
    z-index: 9999999;
}
.footer-a{
    text-decoration: none;
    color: #000;
}
.main-footer {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    overflow: hidden;
}
.main-footer:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    content: "";
    opacity: 0.9;
}
.main-footer .widgets-section {
    position: relative;
    padding: 40px 0 15px;
}
.main-footer .about-widget {
    position: relative;
    padding-right: 20px;
}
.main-footer .footer-logo {
    position: relative;
    margin-bottom: 15px;
}
.main-footer .footer-logo figure {
    margin: 0;
}
.main-footer .footer-logo img{
    max-width: 120px;
}
.main-footer .gallery-widget .outer {
    position: relative;
    margin: 0px -7px 0;
}
.main-footer .gallery-widget .image a {
    position: relative;
    display: block;
}
.main-footer .gallery-widget .image img {
    display: block;
    width: 100%;
}
.main-footer .gallery-widget .outer .image {
    position: relative;
    float: left;
    width: 49.3333%;
    padding: 0px 7px;
    margin-bottom: 14px;
}
.main-footer .about-widget .text {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #f4f4f4;
    font-weight: 400;

}
.main-footer .footer-column .widget-title {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 30px;
    padding-left: 25px;
    margin-bottom: 15px;
}
.main-footer .footer-column .widget-title:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 30px;
    color: #fa3309;
    font-weight: 400;
    content: "\f141";
    font-family: "FontAwesome";
    transform: rotate(90deg);
}
.footer-section p {
    font-size: 15px;
    color: #fff;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}
.footer-section p .fa {
    position: absolute;
    top: 4px;
    left: 0px;
    border: 1px #fff solid;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
.main-footer .links-widget .list{
    list-style: none;
    padding-left: 0px;
}
.main-footer .links-widget .list li {
    margin-bottom: 10px;

}
.main-footer .links-widget .list li a {
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #f4f4f4;
    font-weight: 400;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
}
.main-footer .links-widget .list li a .fa{
    position: absolute;
    left: 0px;
    top: 4px;
}
.footer-section p a {
    color: #fff;
    text-decoration: none;
}
.main-footer .footer-bottom {
    position: relative;
    border-top: 1px solid #222222;
}
.main-footer .footer-bottom .inner-container {
    position: relative;
}
.main-footer .footer-bottom .inner-container:before {
    background-color: #fff !important;
}
.main-footer .footer-bottom .social-links {
    position: relative;
    float: right;
    padding: 20px 0;
}
.main-footer .footer-bottom .inner-container:before {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #ff8a00;
    content: "";
}
.main-footer .footer-bottom .copyright-text {
    background-color: #fff !important;
}
.main-footer .footer-bottom .copyright-text {
    position: relative;
    float: left;
    padding: 20px 0;
    padding-right: 40px;
    background-color: #ff8a00;
}
.main-footer .footer-bottom .copyright-text:before {
    position: absolute;
    left: 100%;
    top: 0;
    border-right: 40px solid transparent;
    border-bottom: 70px solid #fa3309;
    content: "";
}
.main-footer .footer-bottom .copyright-text p {
    position: relative;
    line-height: 30px;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0px;
}
.social-icon-two {
    position: relative;
    list-style: none;
}
.social-icon-two li {
    position: relative;
    float: left;
    margin-left: 26px;
}
.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #f4f4f4;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.breadcrumb-section {
    position: relative;
    width: 100%;
    padding: 80px 0px;
    background: url(../image/breadcrumb-1.jpg) no-repeat;
    background-size: cover;
}
.breadcrumb-section:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: #000000ad;
}
.breadcrumb-heading {
    text-align: center;
    position: relative;
    padding: 20px 0px 0px;
}
.breadcrumb-heading h2 {
    font-family: 'Manrope', sans-serif;
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 0px;
}
.breadcrumb-heading hr {
    background: #d9261c;
    height: 2px;
    width: 40px;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.breadcrumb-heading ul {
    list-style: none;
}
.breadcrumb-heading ul li {
    font-size: 18px;
    color: #fff;
    padding: 0px 8px 0px 8px;
    display: inline-block;
}
.breadcrumb-heading ul li a {
    color: #fff;
    text-decoration: none;
}
.product-section-inner{
    position: relative;
    width: 100%;
    padding: 45px 0px;
}
.product-heading h3{
        color: #25317e;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 800;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
}
.product-heading p{
    color: #222;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    font-family: "Mulish", sans-serif;
}
.product-img img {
    width: 100%;
    background-image: radial-gradient(at center center, #FFFFFF 0%, #5a5a5a 100%);
    border: 1px #2a2a2a solid;
}
.product-table table{
    width: 100%;
}
.product-table table tr th {
    text-align: center;
    padding: 5px 12px;
    font-family: "Mulish", sans-serif;
    background: #25317e;
    color: #fff;
    text-transform: uppercase;
}
.product-table table tr {
    border: 1px #ddd solid;
}
.product-table table td {
    border: 1px #ddd solid;
    padding: 5px 10px;
     font-family: "Mulish", sans-serif;
}
.product-table p a {
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    background: #25317e;
    color: #fff;
    padding: 7px 15px;
    margin-top: 15px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    transition: 0.4s;
}
.product-img {
    margin-bottom: 25px;
}
.product-table p a:hover{
    background: #222;
    padding: 7px 20px;
    transition: 0.4s;
}
.contact-address{
    position: relative;
    padding: 45px 0px;
    width: 100%;
}
.contact-inner{
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 20px;
    text-align: center;
    padding: 25px 28px;
    transition: .5s;
    box-shadow: 0px 0px 14px 0px #ccc;
    min-height: 275px;
    cursor: pointer;
}
.contact-inner .address-icon {
    position: relative;
    color: #fff;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    margin: 0 auto;
    background-color: #008dd2;
    font-size: 50px;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: .5s;
    display: flex;
    justify-content: center;
}
.contact-inner .fa {
    font-size: 55%;
    position: relative;
    line-height: 65px;
}
.contact-inner h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #181614;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
}
.contact-inner p {
    font-size: 17px;
    margin-bottom: 5px;
    color: #181614;
     font-family: "Mulish", sans-serif;
}
.contact-inner:hover {
    background-color: #008dd2;
}
.contact-inner:hover .address-icon {
    transform: rotate(360deg);
    color: #008dd2;
    background: #fff;
}
.contact-inner:hover h4 {
    text-decoration: none;
    outline: none;
    color: #fff;
}
.contact-inner:hover p {
    text-decoration: none;
    outline: none;
    color: #fff;
}
.form-section1{
    position: relative;
    width: 100%;
    padding: 45px 0px;
    background: #f7f7f7;
}
.contact-form-main h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.contact-form-main hr{
    margin-top: 0px;
    width: 8%;
    display: inline-block;
    background: #008dd2;
    height: 2px;
    opacity: 1;
    border: 2px #008dd2 solid;
}
.contact-form-main input {
    width: 100%;
    border: 1px #008dd2 solid;
    margin: 0px 0px 15px 0px;
    padding: 8px 12px;
}
.contact-form-main textarea {
    width: 100%;
    border: 1px #008dd2 solid;
    margin: 0px 0px 15px 0px;
    padding: 8px 12px;
}
.contact-form-main input, .contact-form-main textarea {
    outline: none;
}

.contact-form-main .btn4{
    font-size: 18px;
    background: #1f1a17;
    color: #fff;
    border: none;
    width: 20%;
    transition: 0.4s;
     font-family: "Mulish", sans-serif;
}
.contact-form-main .btn4:hover{
    background: #d9261c;
    transition: 0.4s;
}
.contact-map{
    padding: 15px;
    box-shadow: 0px 0px 4px #333;
    background: #fff;
}
.product-image{
    position: relative;
    padding: 0px 0px 30px 0px;
}
.product-image1{
    position: relative;
    padding: 50px 0px 30px 0px;
}
.thankyou {
    position: relative;
    padding: 55px 0px 55px;
    background-color: #f2f2f2;
}
.thankyou-text-wrap h2 {
    color: #f05922;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 28px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.thankyou-text-wrap h2:before {
    left: 0;
    right: 0;
    width: 13%;
    height: 2px;
    content: "";
    margin: auto;
    position: absolute;
    background-color: #f05922;
    top: 51px;
}
.thankyou-text-wrap h1 {
    font-size: 36px;
    font-weight: 600;
}
.thankyou-text-wrap h2 span {
    color: #000;
    /* display: block; */
    font-weight: 600;
    font-size: 32px;
    padding-bottom: 5px;
    line-height: 24px;
    margin-top: -4px;
}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: contrast(1) !important;
}
/*about-section closed*/

/* banner all page*/

.banner{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('../image/slider-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position:center;
}
.txt-h1{
    font-weight: 700;
    font-size: 58px;
    color: #fff;
    text-shadow: 1p 1px  #000;
}


/*product deatil page*/
.pd{
    margin: 45px 0px;
}
.pd a{
    text-decoration: none;
}
.pd .card{
    border: none!important;
}
.p-img{
    border: 1px solid #9c9c9c;   
}
.p-img:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;  
}
.pd .card-wrapper{
    max-width: 1100px;
    margin: 0 auto;
}
.pd img{
    width: 100%;
    display: block;
}
.pd .img-display{
    overflow: hidden;
}
.pd .img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.pd .img-showcase img{
    min-width: 100%;
}
.img-select{
    display: flex;
}
.pd .img-item{
    margin: 0.3rem;
}
.pd .img-item:nth-child(1),
.pd .img-item:nth-child(2),
.pd .img-item:nth-child(3){
    margin-right: 0;
}
.pd .img-item:hover{
    opacity: 0.8;
}
/* .pd .product-content{
    padding: 2rem 1rem;
} */
.pd .product-title{
    font-size: 2.5rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}
.pd .product-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background: #12263a;
}
.pd .product-link{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}
.pd .product-link:hover{
    opacity: 0.9;
}
.pd .product-rating{
    color: #ffc107;
}
.pd .product-rating span{
    font-weight: 600;
    color: #252525;
}
.pd .product-price{
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}
.product-price span{
    font-weight: 400;
}
.pd .last-price span{
    color: #f64749;
    text-decoration: line-through;
}
.pd .new-price span{
    color: #256eff;
}
.pd .product-detail h2{
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}
.pd .product-detail p{
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}
.pd .product-detail ul{
    margin: 1rem 0;
    font-size: 0.9rem;
}
.pd .product-detail ul li{
    margin: 0;
    list-style: none;
    background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}
.pd .product-detail ul li span{
    font-weight: 400;
}
.pd .purchase-info{
    margin: 1.5rem 0;
}
.pd .purchase-info input,
.pd .purchase-info .btn{
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}
.pd .purchase-info input{
    width: 60px;
}
.pd .purchase-info .btn{
    cursor: pointer;
    color: #fff;
}
.pd .purchase-info .btn:first-of-type{
    background: #256eff;
}
.pd .purchase-info .btn:last-of-type{
    background: #f64749;
}
.pd .purchase-info .btn:hover{
    opacity: 0.9;
}
.pd .social-links{
    display: flex;
    align-items: center;
}
.pd .social-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}
.pd .social-links a:hover{
    background: #000;
    border-color: transparent;
    color: #fff;
}

.product-detail p{
    justify-content: center;
}
/*contact page*/
.t{
    text-decoration: none;
}
.icn{
    font-size: 30px;
    color: #f64749;
    margin: 10px 10px 10px 0px ;
}
.c{
    text-decoration: none;
}

/*gallery page*/

/*gallery css*/

.gallery-1{
    margin: 45px 0px;
}
.gallery{
    margin: 40px 0px;
}

.gallery_page img,
video {
max-width: 100%;
height: auto;
box-shadow:
    inset 0 -3em 3em #fff,
    0 0 0 1px white,
    0.3em 0.3em 1em #b9b9b9;
}

figcaption {
text-align: center;
font-size: 16px;
margin-top: 5px;
}
  
/*clients*/

.client{
    margin: 45px 0px;
}
.client-detail{
    padding: 20px 0px;
}
.client-img{
    border: 1px solid #5a5a5a;
    margin-top: 20px;
    transition: transform .5s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.client-img:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transform: scale(1.1);
}
  




@media (max-width: 425px){
    .banner{
        height: 155px;
    }
    .about-right {
        padding: 5px 0px 5px 0px!important;
    }
    .quality-section{
        padding: 0px;
    }
    .about-content h2{
        padding: 10px 0px!important;
    }
    .achivement{
        padding: 0px!important;
    }
}
@media (min-width: 600px){
    .banner{
        height: 280px;
    }
    
}




  @media only screen and (max-width: 700px) {
    .modal-content {
      width: 100%;
    }
  }

@media (max-width: 767px){
.navigation{
	position: relative;
}
.sidebarform {
    position: fixed;
    background-color: #fff;
    top: 100px;
    right: -100px;
    height: 80vh;
    width: 0rem;
    transition: 0.5s ease-out;
}
.navigation ul {
    display: none;
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: 999;
    width: 300px;
    text-align: left;
    padding-left: 10px;
    background: #fff;
}
.main-menu {
    width: auto;
}
 .navigation ul ul {
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
  }
.navigation ul ul{
	display: none;
}
.toggle {
    right: 0;
    box-shadow: 1px 0 15px 2px rgb(0 0 0 / 40%);
    width: 25rem;
}
.toggle-menu {
    width: 55px;
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    z-index: 9999;
}
.line {
  width: 100%;
  height: 4px;
  border-radius:5px;
  background-color: #fa3309;
  transition: 0.2s ease-out;
}

.toggle .line1 {
  background-color: #00a0e3;
  transform: scale(0.9) rotateZ(-45deg) translate(-6px, 4px);
}
.toggle .line2 {
  display: none;
}
.toggle .line3 {
  background-color: #00a0e3;
  transform: scale(0.9) rotateZ(45deg) translate(-6px, -4px);
}
.navigation ul li {
    display: block;
    color: #fff;
    padding: 0px 0px;
    position: relative;
    border-radius: 0;
    box-shadow: none !important;
    border-bottom: 1px #ddd solid;
}
.navigation ul li span{
	display: block;
    float: right;
    margin-right: 0px;
    color: #000;
    background: #ccc;
    padding: 0px 10px;
    width: 40px;
    height: 36px;
    line-height: 36px;
}
.navigation ul li a{
	display: inline-block;
}
.navigation ul li:hover > ul {
  display: none;
}
.navigation li ul li ul {
  left: 0;
  top: 30px;
  margin-top: 0px;
  z-index: 99999;
}
.header .d-flex {
    justify-content: space-between;
}
.client-inner ul {
    text-align: center;
    margin-bottom: 0px;
}
.client-inner ul li {
    width: 100%;
    margin: 0px 3px 10px 3px;
}
.form-section input.btn4 {
    width: 35% !important;
}
.paralex-heading h2 {
    font-size: 20px;
    line-height: 32px;
}
.product-inner {    
    margin-bottom: 25px;
}
.top{
    display: none;
}
.round-image{
    display: none;
}
.about-section {
    padding: 40px 0px 20px;
}
.about-right {
    padding: 5px 0px 45px 0px;
}
.product-table {
    position: relative;
    overflow: scroll;
}
.main-footer .footer-bottom .social-links {
    float: none;
}
.social-icon-two {
    padding-left: 0;
    text-align: center;
    margin: 0 auto;
}
.social-icon-two li {
    float: none;
    display: inline-block;
}
.about-one__left {
    margin-right: 0px;
}
.about-one__img-2 {
   display: none;
}
.about-one__experience {
    position: absolute;
    bottom: 0;
    right: 0px;
    max-width: 160px;
    background-color: #fa3309;
    width: 100%;
    text-align: center;
    padding: 20px 0 20px;
    top: auto;
}
.heading h2 {
    font-size: 20px;
}
.main-footer .footer-bottom .inner-container:before {
   display: none;
}
.main-footer .footer-bottom .copyright-text:before {
    display: none;
}
.main-footer .footer-bottom .copyright-text {
    float: left;
    padding: 20px;
    padding-right: 20px;
    text-align: center;
}
.quality-inner1 {
    padding-left: 5%;
    padding-right: 0px;
    margin-right: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.banner{
    height: 155px;
}
.txt-h1{
    font-size: 40px;
}
}

 @media screen and (max-width: 800px) {
    .column-pg {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
      column-gap: 5px;
      flex-direction: column;
    }
    .row-pg {
      padding-left: 0px;
      padding-right: 0px;
    }
  }


@media screen and (min-width: 992px){
    .pd .card{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }
    .pd .card-wrapper{
        /* height: 100vh; */
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pd .product-imgs{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-content{
        padding-top: 0;
    }
       .banner{
        height: 400px;
    }
}