@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
@import "fontawesome-all.css";
@import "simple-line-icons.css";
@import "animate.css";
*:hover, *:hover * {transition: all 0.3s;}
body {font-family:"Nunito Sans", sans-serif;}
p {font-size:16px;
    line-height:25px;
}
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; color:#fff;}
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:#333;font-weight:700;position:relative;font-family:"Poppins", sans-serif;}
.martp10 {margin-top:10px;}
.martp20 {margin-top:20px;}
.martp30 {margin-top:30px;}
.martp40 {margin-top:40px;}
.martp50 {margin-top:50px;}
.mar-btm0 {margin-bottom:0px;}
.mar-btm20 {margin-bottom:20px;}
.mar-btm30 {margin-bottom:30px;}
.mar-btm40 {margin-bottom:40px;}
.mar-btm50 {margin-bottom:50px;}
.mar-btm60 {margin-bottom:60px;}
.mar-btm70 {margin-bottom:70px;}
.mar-btm80 {margin-bottom:80px;}
.pad0 { padding:0px !important;}
/*scroll top*/
#scroll {position: fixed;
    right: 10px;
    bottom: 45px;
    cursor: pointer;
    width:40px;
    height:40px;
    display: none;
    z-index: 99;
    font-size:15px;
    text-align: center;
	color:#fff;
    display: block;
    background-color:#ed2e38;
	border-radius:2px;
}
#scroll i {display:block;font-size:20px;line-height:40px;}
#scroll:hover {color:#fff;}
/*======header=====*/
/* 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);
}
.top-header {background-color:#ed2e38;}
.tp-info {margin-bottom: 0;}
.top-header li {font-size:14px;font-weight:600;color:#fff;}
.tp-info li {margin-right:10px;padding:10px 0;}
.pd0 {padding: 0;}
.tp-info li i {margin-right:5px;font-size:13px;}
.social-media-head {margin-bottom: 0;text-align:right}
.social-media-head li {padding-left:0;margin:5px 0;}
.social-media-head li a {
    font-size: 15px;
    background-color:#fff;
    display: block;
    border-radius:2px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
}
.social-media-head li a:hover, .tp-info li a:hover {color:#fff;}
.social-media-head li a.fb {color:#0152a3;}
.social-media-head li a.ins {color:#b92b27;}
/*navbar start*/
.affix {position: fixed;
      top: 0;
      width: 100%;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      z-index: 999;
    box-shadow:0 3px 3px rgba(0,0,0,.1);
}
.navbar-brand {height:108px;padding:8px 15px;}
.navbar-brand > img {width:210px;}
.navbar-default {background: #fff;border-bottom:1px solid #e8e8e8;}
.navbar {
    border-radius:0;
    min-height:108px;
    margin-bottom:0px;
    border: 0px;
}
.navbar-default .navbar-nav > li > a {
   color:#222222;
    font-weight:700;
    font-size:16px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#ed2e38;
    background-color:transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#ed2e38;
    background-color:transparent;
}
.navbar-default .navbar-nav > .active > a:before, .navbar-default .navbar-nav > .active > a:hover:before, .navbar-default .navbar-nav > .active > a:focus:before {
      -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}
.navbar-default .navbar-nav > li > a:hover:before, .navbar-default .navbar-nav > li > a:focus:before {    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}
/*.dropdown-menu*/
.dropdown-menu {margin: 0px;
    background-color:#0a1835;
    border-top:2px solid #ed2e38 !important;
    min-width:240px;
    border: 0px;  
    border-radius:0;
}
.dropdown-menu > li > a {
    padding: 12px 20px;
    color:#fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid rgb(179 179 179 / 10%);
    position: relative;
    white-space: break-spaces;
}
.dropdown-menu > li:hover a:before {
    transform: scale(1);
    left:0;
}
.dropdown-menu > li:last-child > a {border-bottom: 0px;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#ed2e38;
    background-color:transparent;
}
/*header close*/
/*welcome-section start*/
.welcome-section {padding:70px 0px;position:relative;
    background-image: url(../img/bg1.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.welcome-section:before {position: absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    content:'';
}
.heading-style h2 {margin-top:0px;
    font-size:35px;
    padding-bottom:20px;
}
.heading-style h2 span {font-weight:800;color:#ed2e38;}
.heading-style h2:before, .heading-style h2:after, .footer-hd h3:before, .footer-hd h3:after, .heading-style h3:before, .heading-style h3:after {
    content: '';
    position: absolute;
    height:4px;
    bottom: 0;
}
.heading-style h2:before, .footer-hd h3:before, .heading-style h3:before {
    background-color:#333;
    width:40px;
    left:0;
}
.heading-style h2:after, .footer-hd h3:after, .heading-style h3:after {
    left:45px;
    width:20px;
    background-color:#ed2e38;
}
.heading-style h3 {margin-top:0;font-size:28px;padding-bottom:20px;}
.heading-center {text-align:center;}
.heading-white h2, .heading-white p {color:#fff;}
.heading-center h2:before, .heading-center h2:after {
    right: 0;
    margin: 0 auto;
}
.heading-center h2:before {left:-20px;}
.heading-center h2:after {left:50px;}
.heading-white h2:before {background-color: #fff;}
.heading-style p {font-weight: 500;font-size: 17px;font-style: italic;margin-top:20px;}
.welcome-image {position: relative;    
    background:url(../img/dots.png) 100% -120% no-repeat;
    margin-bottom: 75px;
}
.welcome-image2 {
    position: absolute;
    bottom: 0;
    right: 0;
    position: absolute;
    bottom: -60px;
    right: 20px;
}
.welcome-image2 > img {
    border-radius: 50%;
    border: 5px solid #FFFFFF;
}
.read-more-btn {
    border: solid 2px #ed2e38;
    background: #ed2e38;
    border-radius:0;
    padding:10px 30px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    text-align: center;
    margin-top: 0;
}
.read-more-btn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.read-more-btn:hover, .read-more-btn:focus {color:#ed2e38;z-index:9;position: relative;}
.read-more-btn:hover:after, .read-more-btn:focus:after {
    top: 0;
    height: 100%;
}
.btn2 {background-color:#1d1d1d;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 11px;
    padding: 10px 20px;
}
.btn2:hover, .btn2:focus {background-color: #ed2e38;color:#fff;}
/*middle-section start*/
.middle-section {padding:160px 0px;    
    background-image:url(../img/bg2.jpg);
    height:100%;
    background-position: center;
    background-size:contain;
    background-repeat: no-repeat;
    background-color:#ed2e38;
    position: relative;
    overflow: hidden;
}
.heading-middle h2 {text-transform: uppercase;
    font-weight: 800;
    font-size: 50px;
    line-height: 65px;
}
.fixed-shape1 img {position: absolute;
    top: 0;
    left: 0;
}
.heading-middle h2 span {display: block;}
.heading-middle p {font-size:18px;}
/*product-section start*/
.product-section {padding:60px 0;position: relative;overflow: hidden;}
.product-section ul {margin:0;}
.product-item {position: relative;
    overflow: hidden;
    margin-bottom:10px;
    background-color:#c2d8d7;
    text-align:center;
    padding:40px 20px;
}
.product-item .product-image {overflow: hidden;position: relative;margin-bottom:20px;}
.product-item .product-image img {
    margin: 0 auto;
    width:300px;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
}
.product-item:hover .product-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.product-detail h3 {position:relative;
    margin-top:0;
    font-weight:700;
    font-size:30px;
    text-align: center;
    margin-bottom:30px;
    padding-bottom:20px;
}
.product-detail h3:before {position: absolute;
    bottom: 0;
    content: '';
    width: 75px;
    height:3px;
    background-color:#ed2e38;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.product-detail p {margin-bottom:12px;font-size:17px;min-height:50px;}
.productbg2 {background-color:#000000;}
.productbg3 {background-color:#4e4e4e;}
.productbg4 {background-color:#ece1db;}
.productbg2 h3, .productbg2 p, .productbg3 h3, .productbg3 p {color:#fff;}
/*call-action-section start*/
.call-action-section {
    padding: 48px 0px;
    text-align: center;
    background-image: url(../img/wire-icon.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-color:#ed2e38;
    border-bottom:5px solid #fff;
    background-size:12%;
}
.call-action-section h3 {font-size:34px;margin-top:0;font-weight:700;}
.call-action-section p {
    margin:15px;
    font-style: italic;
}
.call-action-section h5 {font-size:25px;}
.call-action-section h3, .call-action-section h5, .call-action-section p {color:#fff;}
.call-action-section h5 i {vertical-align:bottom;margin-left:5px;}
.call-action-section h5 a {font-size: 28px;font-weight: 800;}
/*footer start*/
.footer {position:relative;
    overflow: hidden;
    background-image: url(../img/footer-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer:before {background-color:rgb(0 0 0 / 95%);
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.main-footer {padding:70px 0px 40px 0px;}
.footer-widget {margin-bottom:30px;}
.footer-hd {margin-bottom:18px;}
.footer-hd h3 {margin:0px;
    font-size:26px;
    color: #fff;
    font-weight:600;
    position: relative;
    padding-bottom:16px;
    margin-bottom:25px;
}
.footer-hd h3:before {background-color:#fff;}
.footer-widget p, .list-link li, .bottom-footer p {color:rgb(255 255 255 / 80%);}
.list-link li {
    position: relative;
    padding: 0 0 12px 16px;
	font-size:15px;
	width: 50%;
    float: left;
}
.list-link li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 28%;
    width: 4px;
    height: 4px;
    background:#999;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.list-link li a:hover, .add-wdt p a:hover {color:#ed2e38;}
.list-link li:hover:before {
    left:5px;
    color:#fff;
}
.add-wdt p {
    position: relative;
    padding-bottom: 10px;
    padding-left:30px;
}
.add-wdt p i {position: absolute;
    font-size: 17px;
    color:#ed2e38;
    top: 8px;
    left: 0px;
}
.ft-social li {padding-right:0px;}
.ft-social li a i {
    height: 40px;
    width: 40px;
    display: block;
    color: #fff;
    background-color:rgba(255, 255, 255, 0.1);
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    transition: all 500ms ease;
}
.ft-social li a:hover i {
    background:#ed2e38;;
    color: #fff;
    transform: rotate(360deg);
}
.bottom-footer {text-align: center; border-top:2px solid rgba(255,255,255,.1);position: relative;}
.bottom-footer p {margin-bottom:0px;padding: 30px 0; font-size:14px;word-spacing:1px; letter-spacing:0.4px;}
/*====inner page start==========*/
.inner-banner {position: relative;
    padding:100px 0px;
    background-color:#f2edeb;
    overflow: hidden;
}
.tp-banner-shape2 {position: absolute;
    left: 0;
    bottom:-4%;
    animation: tptranslateY2 4s infinite alternate;
}
.tp-banner-shape2 img {width:70%;}
@keyframes tptranslateY2{
	0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.innerbanner-image {position: absolute;right:0;bottom:0;}
.banner-content  h1 {
    margin-top:0px;
    font-weight:700;
    text-transform: uppercase;
}
.banner-content p {color:#071345;}
.banner-content > ul {margin-bottom: 5px;}
.banner-content > ul li+li {padding-left:15px;}
.banner-content > ul > li {
      font-size: 14px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.8px;
    color:#071345;
    font-weight:600;
}
.banner-content > ul > li.active {color:#ed2e38;}
.banner-content > ul > li + li:before {
   content: "\f105";
    position: absolute;
    left:1px;
    top:0px;
    font-weight: 600;
    font-size: 14px;
    font-family:"Font Awesome 5 Free";
    color:#071345;
}
.innerpg-section, .gallery-section {padding:60px 0px;overflow:hidden;position:relative;}
.innergrey-section {padding:60px 0;
    background-image: url(../img/bg3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
/*product-inner pages*/
.product-shape1 {position: absolute;
    left:0;
    top:0;
}
.product-shape2 {position:absolute;
    right:-328px;
    bottom:0;
}
.product-shape1 img, .product-shape2 img {width:50%;mix-blend-mode:luminosity;}
.image-item img {animation: 1s linear infinite alternate about-one-shape-3;}
@keyframes about-one-shape-3 {
    0% {
        transform: translate(0);
    }

    100% {
        transform: translateY(30px);
    }
}
blockquote {background-color:#f2f2f2;
    border-left:5px solid #ed2e38;
    padding: 18px 20px;
}
.table {background-color:#fff;}
.table > thead > tr > th {background-color: #ed2e38;
    color: #fff;
    font-size:17px;
    font-weight: 800;
    padding: 12px 10px;
}

.spec-wrap h4 {margin:0;}
.table > tbody > tr > td {font-size:16px;}
.sb-trhd > td {background-color: #c6c3c3;font-weight: 700;}
.phra {font-size: 17px;line-height:30px;}
.gallery-image-item {
    position: relative;
    overflow: hidden;
    transition: visibility 0.4s ease-out, opacity 0.4s ease-out;
    border-radius: 12px;
    margin-bottom:25px;
    border:1px solid #f1efef;
}
.gallery-image-item .gallery-img {
    position: relative;
    overflow: hidden;
    transition: visibility 0.4s ease-out, opacity 0.4s ease-out;
}

.gallery-image-item .gallery-img img {transition: 0.4s ease-out, 0.4s ease-out;}
.gallery-image-item:hover .gallery-img img {transform: scale(1.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: 22px;
    background-color:#ed2e38;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
}
.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%);
}

/*contact us page start*/
.sub-heading h3, .sub-heading h2 {margin-top:0;font-weight:700;font-size: 28px;}
.contact-info-list li {margin-bottom:15px;}
.contact-info {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}
.contact-info .contact-info-icon {
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background-color:#ed2e38;
    vertical-align: -webkit-baseline-middle;
}
.contact-info .contact-info-icon i {
    font-size: 24px;
    line-height: 60px;
    color: #ffffff;
}
.contact-info .contact-info-wrap {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    width: 65%;
}
.contact-info-wrap h4 {margin-top:0;font-weight:700;margin-bottom:4px;} 
.contact-info-wrap p {margin-bottom:0;}
.contact-info-wrap p a:hover {color:#ed2e38;}
.contact-form-item {background-color:#F5F5F5;border: 2px solid #ececec;padding: 40px;}
.contact-form-item .form-group {margin-bottom:20px;}
.contact-form-item .form-control:focus {border-color:#585858 !important;}
.contact-form-item .form-control {border: 1px solid #eeeeee;
    border-radius: 5px;
    background-color:#fff;
    height:60px;
    box-shadow:none;
}
textarea.form-control {height: auto !important;}
.btn-submit {
    background-color: #ed2e38;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 9px 29px;
    color: #fff;
    border-radius: 0;
}
.btn-submit:hover, .btn-submit:focus, .btn-submit:active {color:#fff;}



/*====Responsive Media Query==========*/
@media (max-width: 1500px) {
 .my-header::before { width: 342px;}
}
@media (max-width: 1199px) {
    .my-header::before {width: 259px;height: 100%;}
}
@media(max-width:992px){
    .container {width:100%;}
}
@media(min-width:769px){
    .navbar-nav > li > a {padding-top:44px;padding-bottom:44px;}
     ul.nav.navbar-nav li:hover > .drop-menu {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
	.drop-menu {-webkit-transform: scale(1, 0);display: block;}
    .navbar-collapse {padding-right:0;padding-left:0;}
    .navbar-default .navbar-nav > li > a:before {
    position: absolute;
    top: 0px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    content: "";
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 6px solid #ed2e38;
    left: 50%;
    margin-left: -8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;}
}
@media(max-width:769px){
    .my-header, .navbar-default {background-color:#fff;}
    .my-header::before {content: inherit;display: none;}
    .navbar-default .navbar-nav > li > a {color:#101a23;}
    .navbar-toggle {margin-top: 26px;}
    .navbar-default .navbar-toggle {border-color: #ed2e38;}
    .navbar-default .navbar-toggle .icon-bar {background-color: #ed2e38;}
    .navbar-toggle .icon-bar {width:36px;height:5px;border-radius: 2px;}
	.animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;}
	#scroll {display:none !important;}
	.footer-info {min-height:auto;}
    .middle-section {padding-top:50px;background-position: center bottom;padding-bottom:0;}
    .heading-middle {margin-bottom:40%;}
    .call-action-section h5 a {display: block;}
}
@media(max-width:525px){ 
    .inner-banner {padding-top:40px;}
    .banner-content {padding-bottom:50px;}

}
@media(max-width:375px){
    .navbar-brand > img {width:160px;}
    .tp-info li {font-size: 12px;margin-right: 4px;}
    .tp-info li i {margin-right: 3px;font-size: 11px;}
}

