@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500&display=swap');
@import "fontawesome-all.css";
@import "simple-line-icons.css";
@import "animate.css";
*:hover, *:hover * {transition: all 0.3s;}
body {font-family: 'Open Sans', sans-serif;}
p {font-size:15px;
    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:#00235A;font-weight:700;position:relative;}
.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:#ffba00;
	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:#ffba00;}
.tp-info {margin-bottom: 0;}
.tp-info li {
    font-size:16px;
    font-weight:600;
    padding-right: 0px;
    color: #fff;
    margin-right:8px;
    padding:9px 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;
    color: #fff;
    display: block;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
}
.social-media-head li a:hover, .tp-info li a:hover {color:#00235A;}
.social-media-head li a.fb {background:#0152a3;}
.social-media-head li a.ins {background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
/*navbar start*/
.my-header {position: relative;}
.my-header::before {
    content: "";
    position: absolute;
    background: #fff;
    height: 108px;
    left: -25px;
    bottom:0;
    transform: skew(15deg);
    width:480px;
    z-index: 1;
}
.logo-shape {position: relative;z-index: 9;}
.navbar-brand {height:108px;padding:8px 15px;}
.navbar-brand > img {width:210px;}
.navbar-default {background-color:#00235A;border-color:transparent;}
.navbar {
    border-radius:0;
    min-height:108px;
    margin-bottom:0px;
    border: 0px;
}
.navbar-default .navbar-nav > li > a {
   color: #fff;
    font-weight:500;
    font-size: 15px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#ffba00;
    background-color:transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#ffba00;
    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 #ffba00 !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:#ffba00;
    background-color:transparent;
}
/*header close*/
/*welcome-section start*/
.welcome-section {padding:80px 0px;position:relative;}
.heading-style h2 {margin-top:0px;
    font-size:35px;
    padding-bottom:20px;
}
.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:#00235A;
    width:40px;
    left:0;
}
.heading-style h2:after, .footer-hd h3:after, .heading-style h3:after {
    left:45px;
    width:20px;
    background-color:#ffba00;
}
.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;
}
.btn2 {background-color: #00235A;
    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: #ffba00;color:#fff;}
/*middle-section start*/
.middle-section {padding:60px 0px;    
    background-color:#00235A;
    position: relative;
}
.whychoose-item {margin-bottom: 50px;}
.whychoose-image {float: left;}
.whychoose-image img {width: 80px;}
.whychoose-content {margin-left:100px;}
.whychoose-content h4, .whychoose-content p {color:#fff;}
.whychoose-content h4 {margin-top:0;}
.whychoose-content p {font-size:14px;font-style: italic;
    letter-spacing: 0.4px;
    font-weight:300;
}
/*product-section start*/
.product-section {padding: 70px 0;position: relative;overflow: hidden;}
.product-item {position: relative;overflow: hidden; margin-bottom: 25px;}
.product-item {overflow: hidden;position: relative;
    border-radius: 10px;
    background-color:#f6f6f6;
    padding: 20px 15px;
    text-align:center;
}
.product-item .product-image a {display: block;}
.product-item .product-image a:before {content:'';
    background-color:rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.product-item .product-image {overflow: hidden;position: relative;}
.product-item .product-image img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.product-item:hover .product-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.product-detail {
        padding: 20px 0 0 0;
    position: relative;
    transition: 0.5s;
}
.product-detail h3 {margin-top:0;
    font-weight:700;
    font-size:22px;
    text-align: center;
    margin-bottom: 8px;
}
.product-detail p {margin-bottom:12px;}
.product-item:hover .product-image a:before {opacity: 1;}
.view-all {border: 1px solid #dddddd;
    background-color: transparent;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
    border-radius: 2px;
    padding:15px 30px;
    font-size: 18px;
}
.view-all span {margin-left:6px; font-size: 14px;}
.view-all:hover, .view-all:focus {background-color:#ffba00; color:#fff;border-color:#ffba00;}
/*call-action-section start*/
.call-action-section {
    padding: 48px 0px;
    background-repeat: repeat;
    text-align: center;
    background-color:#ffba00;
    border-bottom:5px solid #fff;
}
.call-action-section h3 {font-size:28px;margin-top:0;}
.call-action-section p {font-weight: 500;
    color: #00235A;
    font-size: 17px;
    margin:15px;
    font-style: italic;
}
.call-action-section h5 {font-size:25px;}
.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 {background-color:#00235A;position:relative;overflow: hidden;}
.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:#9aa3b2;}
.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:#fdb900;}
.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: #fdb900;
    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:#fdb900;;
    color: #fff;
    transform: rotate(360deg);
}
.bottom-footer {background-color:#021c44;text-align: center; border-top:2px solid rgba(255,255,255,.2);}
.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;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    padding:100px 0px;
	background-image:url(../img/inner-banner.jpg);
}
.awning-shade {background-image:url(../img/awnin-shade-banner.jpg);}
.carparking-shade {background-image:url(../img/car-parking-shade.jpg);}
.tensile-shade {background-image:url(../img/tensile-structures.jpg);}
.canopy-tent {background-image:url(../img/tents-banner.jpg);}
.curtain-banner {background-image:url(../img/curtains-banner.jpg);}
.pergola-banner {background-image:url(../img/pergola-banner.jpg);}
.inner-banner:before {
	content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(0 0 0 / 25%);
}
.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:#ffba00;}
.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;}
.innergrey-section {padding:60px 0;background-color:#fbfbfb;}
/*product-inner pages*/
.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:10px;
    border:1px solid #f1efef;
}
.gallery-image-item:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color:rgba(37,37,37,.4);
    opacity: 0;
    top: 0;
    right: 0;
    z-index: 2;
}
.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: rgb(255 186 0 / 90%);
    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:#ffba00;
    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:#ffba00;}
.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: #ffba00;
    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 #ffba00;
    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: #ffba00;}
    .navbar-default .navbar-toggle .icon-bar {background-color: #ffba00;}
    .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;}
	.higlight-list li {display:block; width:100%;}
}
@media(max-width:425px){ 
    .tp-info li {font-size: 14px;}
    .whychoose-image {float: inherit;text-align: center;margin-bottom: 25px;}
    .whychoose-image img {margin:0 auto;}
    .whychoose-content {margin-left:0;text-align: center;}
    .welcome-image2 {bottom:115px;}

}
@media(max-width:375px){
    .navbar-brand > img {width: 170px;}
    .tp-info li {font-size: 12px;margin-right: 4px;}
    .tp-info li i {margin-right: 3px;font-size: 11px;}
}

