@charset "utf-8";
/* CSS Document */
*:hover, *:hover * {
    transition: all 0.3s;
}
body {font-family: 'Barlow', sans-serif;}
p {font-size:16px;
    line-height:25px;
    word-spacing: 1px;
    letter-spacing: 0.2px;
}
a {color:inherit; text-decoration:none;}
a, .btn, button {
    outline: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn:hover, .btn:focus { color:#fff;}
.btn:active, .btn.active {box-shadow:none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:0px;}
a:hover {text-decoration:none; color:inherit;}
a:focus, a:active {color:inherit; text-decoration:none; outline:0px;}
h1,h2,h3,h4,h5,h6 {text-transform: capitalize;color:#222222;font-family: 'Anton', sans-serif;}
.mrtp-0 {margin-top:0px !important;}
.martp10 {margin-top:10px;}
.martp20 {margin-top:20px;}
.martp30 {margin-top:30px;}
.martp40 {margin-top:40px;}
.martp50 {margin-top:50px;}
.mar-btm10 {margin-bottom:10px;}
.mar-btm20 {margin-bottom:20px;}
.mar-btm30 {margin-bottom:30px;}
.mar-btm40 {margin-bottom:40px;}
.mar-btm50 {margin-bottom:50px;}
.mar-btm05 {margin-bottom: 5px;}
.fullpage-loader {
    border:3px solid #ea1f25;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
    background-color:#fff;
	background-image: url(../img/loading-bg.jpg);
    background-position:center;
    background-size: cover;
	z-index: 9999;
	opacity: 1;
	transition: opacity .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fullpage-loader__logo {position: relative;overflow: hidden;}
.fullpage-loader__logo:after {
			content: '';
			height: 100%;
			width: 100%;
			position: absolute;
			top: 0;
			left: 0;
			animation: shine 2.5s infinite cubic-bezier(0.42, 0, 0.58, 1);
			background: rgba(255,255,255,.8);
			background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
			background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
			background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); 
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}
@keyframes shine {
	0% {
		transform: translateX(-100%) skew(-30deg);
	}
	100% {
		transform: translateX(200%) skew(-30deg);
	}
}
/*scroll top*/
#scroll {position: fixed;
    right: 10px;
    bottom:55px;
    cursor: pointer;
    width:40px;
    height:40px;
    display: none;
    z-index: 99;
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: block;
    background-color:#ea1f25;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#scroll i {display:block;font-size:16px;line-height:40px;}
#scroll:hover {    background: #0f1115;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
    box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.03), 0 0 82px 0 rgba(0, 0, 0, 0.03);
}
/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
/* END ANIMATED X */
/*======header=====*/
.top-header {background:#ea1f25;
    padding:10px 0px;
    position: relative;
}
.tpcont-detail {
    padding: 0px;
    margin-bottom: 0px;
}
.tpcont-detail li {
    font-size:15px;
    font-weight:500;
	color:#fff;
	padding-right:6px;
}
.tpcont-detail li:after {
    position: relative;
    top: 0;
    content: '|';
    line-height: 22px;
    margin-left: 12px;
    font-size: 14px;
    color: rgb(255 255 255 / 0.3);
}
.tpcont-detail li:last-child:after {display:none;}
.tpcont-detail li i {vertical-align: baseline;
    font-size: 17px;
    color:#fff;
    padding-right:9px;
}
.tpcont-detail li i.wt { color:#25D366;}
.tp-social {margin-bottom:0px; text-align:right;}
.tp-social li {padding:0px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.tp-social li i {color: #fff;
    height: 25px;
    width: 25px;
    line-height: 26px;
    text-align: center;
    margin-left: 3px;
    border-radius: 50%;
    border: 0;
}
.tp-social li i.fb {background-color:#3B5998;}
.tp-social li i.tw {background-color:#33CCFF;}
.tp-social li i.yt {background-color:#FF3333;}
.tp-social li i.ins {background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.affix {
      top: 0;
      width: 100%;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
	  z-index:999;
	  min-height:70px !important;
}
.affix + .container{padding-top: 70px;}
.affix .navbar-brand {height:70px;padding:5px 15px;}
.affix .navbar-brand > img {width:62px;}
.affix .navbar-nav > li > a:after {bottom: 0 !important;}
.affix .navbar-nav > li > a.main-tab {border-radius: 0 !important;}
/*navbar*/
.navbar-brand > img {
    width: 100px;
    z-index: 999;
    position: relative;
}
.navbar-brand {height:84px;padding:4px 15px;}
.navbar {
    min-height:84px;
    margin-bottom:0px;
    border:0px;
	border-radius:0px;
}
.navbar-default {
    background-color:#fff;
    border-color:transparent;
    box-shadow: 0 0px 3px #a4a3a3;
}
.navbar-default .navbar-nav > li > a {
    color:#000000;
    font-size: 14px;
	text-transform: uppercase;
	font-weight:700;
        letter-spacing: 1px;
}
.navbar-default .navbar-nav > li > a:after {
    content: "";
    height:3px;
    background:#ea1f25;
    width: 0;
    position: absolute;
    bottom:-17px;
    right:0;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#ea1f25;
    background-color:transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#ea1f25;
    background-color:transparent;
}
.navbar-default .navbar-nav > li > a.main-tab {background-color: #ea1f25;
    color: #fff;
    border-radius: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
/*drop-drop down*/
.dropdown-menu > li > a {padding:17px 18px;
    color:#fff;
    text-transform:uppercase;
    font-size: 13px;
    font-weight:600;
    border-radius: 0px;
    letter-spacing: 1px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#ea1f25;
    text-decoration: none;
    background-color:#1a1d24;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}
.dropdown-menu {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;  
  animation-fill-mode: forwards; 
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.dropdown .dropdown-menu {
    border: 0px;
    padding: 0px;
    background-color:#1a1d24;
    min-width:250px;
    border-radius: 0px;
	border-top:4px solid #ea1f25;
	margin:0px;
}
.navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 0px; 
    border-top-right-radius:0px;
}
.dropdown .dropdown-menu li {
    margin: 0px;
    border-bottom:1px solid rgba(185, 185, 185, 0.3);
    background: transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.dropdown .dropdown-menu li:last-child {border-bottom:0px;}
/*gallery-section start*/
.gallery-section {background-color: #111111; padding:80px 0 70px 0;
    background-image: url(../img/brand-bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 20%;
}
/*welcome-section start*/
.welcome-section {padding:80px 0px; 
    background-color:#373535;
    color:#fff;
}
.heading-style {position: relative;}
.heading-style h2 {font-weight: 700;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size:28px;
}
.heading-tg {
        background: #ea1f25;
    padding: 7px 18px 5px;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 15px;
}
.shadow-heading {
    text-transform: uppercase;
    font-size:120px;
    left: 0;
    line-height: 1;
    margin: 0;
    opacity: 0.05;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    word-break: initial;
    z-index: 1;
    font-family: 'Anton', sans-serif;
}
.testi-shadow {opacity: 0.25 !important;}
.heading-style h1 {margin: 0px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    padding-bottom: 15px;
    font-size:50px;
    letter-spacing: 0.4px;
    position: relative;
    z-index: 9;
}
.heading-style h1 span {color:#ea1f25;}
.heading-style h1:after {
    position: absolute;
    content: '';
        content: '';
    display: block;
    width: 37px;
    height: 3px;
    margin-top: 36px;
    background: #ea1f25;
    bottom:0px;
    left: 0;
}
.heading-black h1 { color: #1a1d24;}
.heading-center {text-align: center;}
.heading-center h1:after {right: 0px;margin: 0px auto;}
.special-heading {    color: #303849;
    font-size: 21px;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight:400;
}

.about-imagebox, .md-image {position: relative;margin-right: 20px;}
.about-imagebox::after {
    content: '';
    height: 90%;
    width: 70%;
    background:#ea1f25;
    overflow: hidden;
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    border-radius: 20px;
}
.about-imagebox img, .md-image img {position: relative;border-radius:20px;}
#mousehove {perspective:100px;}
.btn3 {padding: 10px 20px;
    color: #F4F4F4 !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 25px;
    letter-spacing: 0.4px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.btn3::after {background-color:#ea1f25 !important;border-radius: 20px;overflow: hidden;}
.btn3:hover::after {width: 100%;}

/*how-we-work-section start*/
.who-we-are-section {padding:70px 0px;}
.who-we-are-section p {color: #404040;
    font-size: 15px;
}
.call-box {background: #1a1d24;
    padding:20px 40px;
}
.call-box img {float: left;margin-right: 20px;}
.call-box div p {
    margin-top: 0;
    margin-bottom:0px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}
.call-box div span {
    color: #ffffff;
    font-weight: 600;
    font-size:28px;
}
/*counter-section start*/
.counter-section {padding:80px 0px 60px 0;
    position: relative;
    background-image: url(../img/testimonail-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.counter-style {text-align: center;    
    padding:40px 20px;
    border-radius: 10px;
    border: 1px solid hsla(0,0%,100%,.2);
    position: relative;
    overflow: hidden;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    z-index: 1;
    cursor: pointer;
    margin-bottom: 20px;
}
.counter-style:hover {
    transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    border-color:#ea1f25;
}
.counter-style:after {
    content: "";
    height: 0;
    width: 100%;
    background-color:#ea1f25;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}
.counter-style:hover:after {
    height: 100%;
    top: auto;
    bottom: 0;
    transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -o-transform-origin: bottom;
}
.counter-style h3 {margin-bottom: 6px;
    margin-top: 0;
    color:#ea1f25;
    font-size:60px;
}
.counter-style p {color:#fff;letter-spacing: 0.3px;font-size: 16px;}
.counter-style:hover h3 {color:#fff;}
.counter-style span.plus:after {
    content: "+";
    display: inline-block;
}
/*testimonial-section*/
.testimonial-section {padding:100px 0px 70px 0;
    position: relative;
    background-image: url(../img/testimonail-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.testimonial-section:before, .counter-section:before {content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(15, 17, 21, 0.9);
}
.testimonial{padding: 0 20px;}
.testimonial .icon{
    font-size: 60px;
    line-height: normal;
    color: #1ec4f3;
}
.testimonial .description{
    font-size: 16px;
    font-weight:400;
    color: #fff;
    line-height: 28px;
}
.testimonial-profile {display: table;}
.testimonial .pic{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px 0px;
    float: left;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title {
    display: inline-block;
    margin: 0 0 0 20px;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight:400;
    color: #fff;
    position: relative;
    top:30px;
}
.testimonial .post {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #888;
    margin-top: 10px;
}
.owl-theme .owl-controls .owl-pagination{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
    background: #99bf4b;
    border: 2px solid transparent;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page span:hover{
    background: #fff;
    border: 2px solid #99bf4b;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ea1f25 !important;
}
/*clients-section start*/
.clients-section {padding:70px 0px;
    background-color:#fff;
    background-image: url(../img/brand-bg2.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size:contain;
}
.client-logo {margin-bottom:15px;
    border: 1px solid #ddd;
    box-shadow: 1px 2px 1px #ddd;
    background-color:#fff;
}
/*fixed-item*/
.fixed_call {
    position: fixed;
    top: 234px;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 9;
}
.fixed_enquiry_block {
    position: fixed;
    top: 172px;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 99;
}
.fixed_call .fixed_call_btn {
    right: 0px;
    transition: all 0.4s linear 0s;
}
.fixed_call .fixed_call_btn {
    background: #223371;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.fixed_call i {
    font-size: 38px;
    display: inline-block;
    margin-top: 0px;
    vertical-align: top;
    color: #223371;
    background: #fff;
    border-radius: 100%;
    padding: 1px;
    text-align: center;
    width: 100%;
    height: 100%;
}
.fixed_call .fixed_call_btn + .menu_class {
    background: #221F20;
    padding: 15px;
    border-radius: 0 0;
    position: absolute;
    z-index: 999999!important;
    width: 200px;
    visibility: hidden;
    transition: all 0.4s linear 0s;
    top: 0px;
    right: -200px;
}
.fixed_call .fixed_call_btn:hover, .fixed_call:hover .fixed_call_btn {
    right: 200px;
    transition: all 0.4s linear 0s;
}
.fixed_call h4, .fixed_enquiry_block h4 {
    font-size: 22px;
    color: #fff;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    position: relative;
}
.fixed_call h4:before, .fixed_enquiry_block h4:before {
    width: 50px;
    height: 4px;
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    background:#ea1f25;
    display: block;
}
.fixed_call .fixed_call_btn + .menu_class p {
    color: #fff;
    font-size:18px;
}
.fixed_call .fixed_call_btn:hover + .menu_class, .fixed_call .fixed_call_btn + .menu_class:hover, .fixed_call:hover .fixed_call_btn + .menu_class {
    visibility: visible;
    transition: all 0.4s linear 0s;
    right: 0;
}
.fixed_call .fixed_call_btn + .menu_class {
    background: #221F20;
    padding: 15px;
    border-radius: 0 0;
    position: absolute;
    z-index: 999999!important;
    width: 200px;
    visibility: hidden;
    transition: all 0.4s linear 0s;
    top: 0px;
    right: -200px;
}
.fixed_enquiry_block .fixed_enquiry {
    right: 0px;
    transition: all 0.4s linear 0s;
}
.fixed_enquiry_block .fixed_enquiry {
    background:#ea1f25;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.fixed_enquiry_block i {
    font-size: 45px;
    display: inline-block;
    margin-top: -3px;
    vertical-align: top;
}
.fixed_enquiry_block .fixed_enquiry + .menu_class {
    background: #221F20;
    padding: 15px;
    border-radius: 0 0;
    position: absolute;
    z-index: 999999!important;
    width: 380px;
    visibility: hidden;
    transition: all 0.4s linear 0s;
    top: 0px;
    right: -380px;
}


.fixed_enquiry_block .fixed_enquiry:hover + .menu_class, .fixed_enquiry_block .fixed_enquiry + .menu_class:hover, .fixed_enquiry_block:hover .fixed_enquiry + .menu_class {
    visibility: visible;
    transition: all 0.4s linear 0s;
    right: 0;
}
.fixed_enquiry_block .fixed_enquiry:hover, .fixed_enquiry_block:hover .fixed_enquiry {
    right:380px;
    transition: all 0.4s linear 0s;
}
.fxd-form label {margin-bottom: 2px; color: #fff; font-weight: 400;}
.fxd-form .form-control {box-shadow:none;}
.form-control:focus { border-color: #ea1f25 !important;}
.fxd-form .form-group {margin-bottom: 10px;}
/*footer-strip start*/
.footer-strip {background-color:#ea1f25;padding:60px 0px;}
.strip-detail {display: inline-block;}
.strip-detail h1 {color: #fff;
    margin: 0px;
    font-size:40px;
    font-weight:400;
    text-transform: inherit;
    letter-spacing:1.5px
}
.btn-ft {
    text-align: right;
    float: right;
}
.btn2 {font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 700;
    -webkit-backface-visibility: hidden;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 1px;
    padding: 19px 36px 20px;
    background-color: #fff;
    color:#1a1d24;
    position: relative;
    border: 0px;
    z-index: 9;
}
.btn2:hover::after {width: 100%;}
.btn2::after,  .btn3::after{
    content: '';
    position: absolute;
    z-index:-1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    color: #ffffff !important;
    background-color: #1a1d24;
}
.btn2:hover, .btn2:focus, .btn2:active {color: #fff;}
/*footer start*/
.footer {
    position: relative;
    background-image: url(../img/footer-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer:before {content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-color:rgb(26 29 36 / 0.9);
}
.main-footer {padding:80px 0px 40px 0px;}
.footer-widget img {width: 110px; margin-bottom: 20px;}
.footer-widget h4 {margin-top:0px; font-weight:400; font-size:28px; margin-bottom:25px; color:#fff;letter-spacing: 1px;}
.footer-widget p {color:#a8a8a8;}
.ftlist-link li {padding-bottom:15px;width: 50%; float: left;}
.ftlist-link li a { position:relative;padding-left:20px;}
.ftlist-link li a::before {
    position: absolute;
    content: "\f111";
    left: 0px;
    font-family:"FontAwesome";
    font-size:7px;
    color:#ea1f25;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer-widget ul li {color:#a8a8a8; 
    font-size: 16px;
    line-height: 27px;
    padding-right: 0;
}
.footer-widget ul li a:hover { color:#ea1f25;}
.ft-add-info li {
    position: relative;
    padding-left: 30px;
    margin-bottom:15px;
}
.ft-add-info li .icon {
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 20px;
    color: #ea1f25;
}
.ft-socail li i {
    color:rgba(255,255,255,0.6);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 21px;
    border:1px solid rgba(255,255,255,0.6);
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.ft-socail li i.fb:hover {
    background-color: #3B5998;
    color: #fff;
	border-color:#3B5998;
}
.ft-socail li i.ins:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #fff;
	border-color:#fd5949;
}
.ft-socail li i.tw:hover {
    background-color: #3B5998;
    color: #fff;
	border-color:#3B5998;
}
.ft-socail li i.yt:hover {
    background-color:#FF3333;
    color: #fff;
	border-color:#FF3333;
}

.footer-widget {margin-bottom:30px;}
.bottom-footer {padding:35px 0px; 
    text-align:center;
    border-top:1px solid rgb(255 255 255 / 0.3);
}
.copyright p {margin-bottom: 0px;color:rgb(255 255 255 / 0.7);}
.iso-fixd {position: fixed;
    left: 5px;
    bottom:20px;
    z-index: 9;
}
.iso-fixd p {background-color: rgba(17,17,17,0.7);
    border: 1px solid #ea1f25;
    border-radius: 20px;
    padding: 7px 12px;
    color: #fff;
}
/*inner page start*/
/*====inner page start=====*/
.inner-banner {position: relative;	
	padding:120px 0px 100px 0;
	background-image: url(../img/slider.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.aluminium-gate-banner {background-image: url(../img/aluminium-gate-banner.jpg);}
.aluminium-wall-banner {background-image: url(../img/aluminium-wall-panel-banner.jpg);}
.aluminium-extrusion-banner {background-image: url(../img/slider2.jpg);}
.aluminium-sheet-banner {background-image: url(../img/aluminium-sheet-banner.jpg);}
.inner-banner:before {position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color:rgb(48 56 73 / 0.7);
}
.innerbanner-text h1 {margin: 0px;
    color: #fff;
    font-weight:400;
    text-transform: uppercase;
    word-spacing: 2px;
    letter-spacing: 1px;
    font-size: 40px;
}
.breadcrumb {
    padding: 0px;
    margin-bottom: 00px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
.breadcrumb > li {color: #fff;font-size: 16px; letter-spacing: 0.2px;}
.breadcrumb > .active, .breadcrumb > li a:hover {color:#ea1f25;}
.breadcrumb > li + li:before {color:#fff;
    content:"/";
    padding: 0 10px;
}
.innerpage-section {padding:70px 0px; 
    position: relative;
    overflow: hidden;
}
/*product page start*/
.product-item {position: relative;
    margin-bottom: 25px;
}
.product-detail {
    padding: 32px 30px 36px;
    position: relative;
    background-color:#303849;
}
.product-detail:before {border-bottom: 10px solid transparent;
    border-left: 10px solid #303849;
    border-top: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    z-index: 5;
    left: 50%;
    right: auto;
    top: -15px;
    transform: rotate(270deg);
}
.product-detail h3 {color:#fff;
    margin-top: 0;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 26px;
}
.product-detail p {color:#fff;margin-bottom:15px;}
/*gallery page start*/
.gallery-list li {padding:0px;}
.gallery-image-item {
    position: relative;
    overflow: hidden;
    transition: visibility 0.6s ease-out, opacity 0.6s ease-out;
    border-radius: 20px;
    margin-bottom:20px;
}
.gallery-image-item:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color:rgba(37,37,37,.2);
    opacity: 0;
    top: 0;
    right: 0;
    z-index: 2;
}
.gallery-image-item .gallery-img {
    position: relative;
    overflow: hidden;
    transition: visibility 0.6s ease-out, opacity 0.6s ease-out;
}
.gallery-image-item .gallery-img:before {
    content: '';
    transition: 1.9s;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 0px;
    position: relative;
    opacity: 0;
    z-index: 3;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    position: absolute;
    border-radius: 20px;
}
.gallery-image-item .gallery-img img {transition: 6s ease-out, 6s ease-out;}
.gallery-image-item:hover .gallery-img img {transform: scale(1.2);}
.gallery-image-item:hover .gallery-img:before {opacity: 1;}
.gallery-image-item:hover:before {opacity: 1;}
.gall-hover h3 {color: #fff;
    font-weight: 500;
    text-shadow: 0px 1px 2px #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 26px;
}
.gall-hover {
    left: 15%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 70%;
    -webkit-transform: scale(0.6) perspective(610px) rotateX(-30deg);
    -moz-transform: scale(0.6) perspective(610px) rotateX(-30deg);
    -ms-transform: scale(0.6) perspective(610px) rotateX(-30deg);
    -o-transform: scale(0.6) perspective(610px) rotateX(-30deg);
    transform: scale(0.6) perspective(610px) rotateX(-30deg);
    -webkit-transition: all 0.3s linear 0.2s;
    -moz-transition: all 0.3s linear 0.2s;
    -ms-transition: all 0.3s linear 0.2s;
    -o-transition: all 0.3s linear 0.2s;
    transition: all 0.3s linear 0.2s;
	z-index: 9;
}
.gall-hover i {color:#fff; font-size: 26px;}
.gallery-image-item:hover .gall-hover {
    opacity: 1;
    -webkit-transform: scale(1) perspective(610px) rotateX(0deg) translateY(-50%);
    -moz-transform: scale(1) perspective(610px) rotateX(0deg) translateY(-50%);
    -ms-transform: scale(1) perspective(610px) rotateX(0deg) translateY(-50%);
    -o-transform: scale(1) perspective(610px) rotateX(0deg) translateY(-50%);
    transform: scale(1) perspective(610px) rotateX(0deg) translateY(-50%);
}
/*video gallery*/
.rwd-media {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  background-color: #000;
  margin-bottom: 25px;
  border:5px solid #ea1f25;    
}

.rwd-media iframe,
.rwd-media video {
  position: absolute;
  width: 100%;
  height: 100%;  
}
/*client page start*/
.clientspage-section {background-size: 20%;}
.clientpg-list li {
    width: 25%;
    float: left;
}
.clientpg-list li .client-logo img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
}
.clientpg-list li:hover .client-logo img {
    opacity: 1;
    cursor: pointer;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
/*samarpan page*/
.mytable {background-color:#f0f0f0;}
.table>tbody>tr>td, .table>thead>tr>th {
    vertical-align: top;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.mytable thead tr th {
    font-size:20px;
    background: #13171d;
    padding:25px 8px;
    border: 0;
    border-left: 1px solid #484848;
    color: #fff;
    text-align: center
}
.mytable tbody tr td {font-size: 17px;vertical-align: middle !important;
    text-align: center !important;
    padding: 12px 10px;
}
.mytable tbody tr td.td-hd {background-color: #ea1f25;
    color: #fff;
    font-weight: 600;
}
.innervideo-item {height: 100% !important;position: relative; border-left: 5px solid #ea1f25; border-radius: 5px;}
.list1 {padding-left: 25px;}
.list1 li {font-size: 16px;
    margin-bottom:12px;
}
/* contact page start*/
.pd100 {padding:100px 0;}
.box-shadow {
    border-color: transparent;
    box-shadow: 0 16px 20px 0px rgba(0, 0, 0, 0.15);
    transition: all .5s ease-in-out;
}
.box-shadow:hover {
    box-shadow: 0 2px 5px 0px rgba(72, 97, 115, 0.4);
}
.cnt-icon {font-size:35px;float: left;margin-right: 12px;}
.contact-detail-wrap {padding: 25px 35px;
    min-height: 150px;
    cursor: pointer;
}
.contact-detail-wrap h5 {margin-top: 0;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 5px;
}
.contact-detail-wrap p {margin-bottom: 0;color:#303849;}
.contatc-form-section {padding:80px 0;background-color:#f7f8f8;}
.contact-form .form-control {
    border:1px solid rgba(35, 34, 45, 0.1);
    border-radius: 0px;
    box-shadow: none;
    height:60px;
    background-color: #fff;
}
textarea.form-control {height: auto !important;}
.contact-form .form-group {margin-bottom: 25px;}
.btn-red {background-color: #ea1f25;color: #ffffff !important;}
.compnayprofile-wrap { position: absolute;
    top: -45px;
    right:13%;
}
.btn-download {background-color: #ea1f25;
    padding: 10px 15px;
    color: #fff;
    position: relative;
    z-index: 99;
    font-weight: 700;
    margin-top: 20px;
    border: 2px solid #1a1d24;
}
.btn-download img {margin-right: 12px;
    width: 22px;
    margin-bottom: 0px !important;
}
.btn-download:hover { background-color: #0f1115;}
.printser-list li {padding-left: 15px;
    padding-bottom: 15px;
    position: relative;
    font-size: 16px;}	  
   .printser-list li:before {    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #7f7f7f;
    position: absolute;
    left: 0;
    top: 8px;
}
.list2 li {padding-bottom:11px;}
.list2 li h2 {margin: 2px 0px;
    font-size: 20px;
}
.payment-btn {background-color: #ea1f25;
    padding:8px 8px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    border: 1px dashed rgb(255 255 255 / 0.8);
    margin: 0px 2px 15px 2px;
    letter-spacing: 0.4px;
}
.payment-btn:hover, .payment-btn:focus, .payment-btn:active {background-color:#0f1115;}
.payment-btn i {padding-right: 5px;}
