body{
	font-family: 'Manrope', sans-serif !important;
}

p, a , input, button, label, span{
	font-family: 'Manrope', sans-serif !important;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'roboto', sans-serif !important;
}

a {
    color: #003e58;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color:#003e58;
    text-decoration: underline;
}

/* .container{ */
	/* max-width:1300px; */
/* } */

body{
	top:0 !important;
}



.navbar{
    box-shadow:none;
	background-color:#fff;
	padding:20px 10px;
}

.navbar-brand img{
	width: 250px;
    position: absolute;
    top: 5px;
    background: #fff;
    padding: 5px;
	box-shadow: 0 2px 2px rgba(16, 16, 16, .08);
}

.btn-theme{
	border-radius:4px;
	padding:10px 30px;
	background:#ff0000;
	color:#fff;
}

.btn-theme:hover{
	background:#ff0000;
	opacity:0.6s;
	color:#fff;
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
#topbar {
  background:#ff0000;
  font-size: 15px;
  height: 40px;
  padding: 0;
  border-bottom:1px solid #eee;
  color:#fff;
}
#topbar .contact-info a {
  line-height: 0;
  color: #fff;
  transition: 0.3s;
}
#topbar .contact-info a:hover {
      color: #fff;
    text-decoration: underline;
}
#topbar .contact-info i {
  color: #fff;
  line-height: 0;
  margin-right: 5px;
}
#topbar .contact-info .phone-icon {
  margin-left: 15px;
}
#topbar .social-links a {
  color: #fff;
  padding: 4px 8px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}
#topbar .social-links a:hover {
  color: #000;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  /* height: 80px; */
  /* transition: all 0.5s; */
  /* z-index: 997; */
  /* transition: all 0.5s; */
  /* padding: 20px 0; */
  /* background: #fff; */
  /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3); */
  -moz-box-shadow: 0 2px 5px rgba(16,16,16,.08);
    -webkit-box-shadow: 0 2px 5px rgba(16, 16, 16, .08);
    box-shadow: 0 2px 5px rgba(16, 16, 16, .08) !important;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

#header.header-scrolled,
#header.header-pages {
  height: 60px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: -7px;
}

.main-pages {
  margin-top: 60px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/


.mobile_icon {
    background: #ff0000;
    width: 34px;
    height: 34px;
    line-height: 40px;
    border-radius: 50px;
    padding: 2px;
    margin-right: 10px;
}

.mobile_icon i{
	font-size: 26px !important;
    color: #fff;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.navbar-nav .nav-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 14px;
	font-weight: 500;
    text-transform: uppercase;
    color: #000 !important;
    opacity: 1;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #2c4964;
  white-space: nowrap;
  transition: 0.3s;
  padding: 5px 2px;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #1977cc;
  border-color: #1977cc;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #1977cc;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2c4964;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  
	.navbar {
		padding: 0px 10px;
	}
	
	.navbar-brand img {
		width: 200px;
		position:relative;
		top: 0px;
		padding: 0px;
	}

  
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #1977cc;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #1977cc;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}



/*--------------------------------------------------------------
# carousel Section
--------------------------------------------------------------*/

.carousel-caption {
    position: absolute;
    left: 15%;
    width: 45%;
    top: 35%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.carousel-caption h1{
	margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 40px;
}


.quote-form {
    display: flex;
	align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 60px 40px 30px;
    box-shadow: 0 2px 5px rgba(16, 16, 16, .08);
    border-radius: 25px;
	border:2px solid #003e58;
}

.enquiry {
    position: relative;
    z-index: 11;
	margin-top: -70px;
}

.enquiry-txt{
	position: absolute;
    z-index: 11;
    margin-left: 40px;
    margin-top: 18px;
}

.quote-form .form-group .form-control{
	border-radius:20px;
}

.quote-form .form-group1 .btn-theme{
	border-radius:20px;
	padding: 7px 30px;
}


/* Features */

.features-box {
    width: 100%;
    position: relative;
    padding: 10px 0 70px 0;
}

.features-content{
	position:relative;
    min-height: 100%;
	cursor:pointer;
}

.whychoose {
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    border-bottom: 3px solid #ff0000;
    font-weight: 600;
    padding-bottom: 5px;
}



.padd-0{
	margin-bottom:30px;
}



.features-content img{
	width:100%;
}
.features-content h4 {
    padding-bottom: 5px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
}

.features-content:hover .overlaycontent {
    opacity: 1;
}

.features-content .overlaycontent {
    background-color: #003e58;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.features-content .overtext {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.features-content .title {
        font-size: 22px;
        line-height: 30px;
        text-transform: uppercase;
        opacity: 0;
        transition-delay: 0.1s;
        transition-duration: 0.2s;
        padding-bottom: 5px;
    }

    .features-content:hover .title,
    .features-content:focus .title {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    .features-content .tagline {
        font-size: 12px;
        opacity: 0;
        transition-delay: 0.2s;
        transition-duration: 0.2s;
    }

    .features-content:hover .tagline,
    .features-content:focus .tagline {
        opacity: 1;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
	
.Scontent.SRevrse {
    border-bottom: 5px solid #ff0000;
    border-top: 0;
}

.Simage img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease;
}

.Simage{
	overflow: hidden;
}

.Simage img:hover {
  transform: scale(1.2);
}

/* .Scontent {
    border-radius: 0px 0px 30px 30px;
}

.Scontent.SRevrse {
	border-radius: 30px 30px 0px 0px;
}

.Simage.SRevrse img{
	border-radius:  0px 0px 30px 30px;
}

.Simage img{
	border-radius: 30px 30px 0px 0px;
} */
	
 .overtext{
	margin-bottom:20px;
}
	
.readbtn {
    text-transform: lowercase;
    border-top: 1px solid #eee;
    padding-top: 10px;
    color:#003e58;
    display: block;
    text-align: center;
	font-size:16px;
	font-weight:500;
}

.readbtn:hover {
	text-decoration:none;
	color:#ff0000;
}


/* About us */


.Aboutus h4{
	padding-top:20px;
}

.fsize{
	font-size:16px;
}

.aboutimg:before {
    content: '';
    position: absolute;
    left: -23px;
    top: -40px;
    height: 97%;
    width: 90%;
    background:#ff0000;
    z-index: 0;
}

.aboutimg img{
	position:relative;
	z-index:1;
	border: 10px solid #003e58;
}

/*================= Products ==============*/

.Products{
	padding:40px 0px 40px;
}

.Fproducts{
	padding:10px;
	border:1px solid #ccc;
	text-align:center;
	position:relative;
	cursor:pointer;
}

.section-title h1 {
    text-align: center;
    margin-bottom: 30px;
}

.Fproducts h4{
	margin-top:20px;
}

.pdetail{
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    bottom: -100px;
    position: relative;
    display: block;
	padding-bottom:20px;
}

.Fproducts:hover .pdetail{
	opacity:1;
	bottom:-35px;
}


.Cbtn {
    position: absolute;
    bottom:0;
    left: 0;
    border-radius: 0;
}

/* why trust*/
.why-trust {
    padding: 40px 0px;
}
.imgbox {
    position: relative;
    z-index: 0;
}

.title-text h1 {
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 50px;
}

.yearexp {
    background: #fff;
    box-shadow: 0px 3px 8px rgb(16 16 16 / 8%);
    padding: 16px;
    margin: auto;
    position: relative;
    z-index: 1;
    width: 80%;
    top: -108px;
}

.year {
	
    padding:0px;
    text-align: center;
}

.year h4 {
    position: relative;
    display: inline-block;
    font-size: 80px;
    font-weight: 700;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    border-radius: 50%;
    border: 2px dashed #003e58;
    margin-bottom: 20px;
	color:#003e58;
}


.servicing {
    text-align: center;
    padding: 20px;
}


.service-content {
    -moz-box-shadow: 0px 0px 10px 0px rgba(16,16,16,.08);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(16, 16, 16, .08);
    box-shadow: 0px 0px 10px 0px rgba(16, 16, 16, .08);
}

.Scontent {
    
    padding: 30px;
    border-top: 5px solid #ff0000;
}

.servicing h4{
	
	font-weight:600;
}

.icon {
    width: 100px;
    height: 100px;
    background:#ff0000;
    border-radius: 50%;
    margin: auto;
    line-height: 110px;
    margin-bottom: 20px;
}

.icon i {
    font-size: 30px;
    color: #fff;
}

/*Testimonials*/

.Testimonials{
	
	padding:20px 0px 40px;;
}

.testimonial-block-one {
    padding: 0px 20px;
}

.testimonial-block-one .inner-box {
    position: relative;
    display: block;
}

.testimonial-block-one .inner-box .text {
    position: relative;
    display: block;
    padding: 55px 45px 61px 41px;
    border: 2px solid #003e58;
    border-radius: 0 90px 0 90px;
    margin-bottom: 40px;
}

.testimonial-block-one .inner-box .text .icon-1 {
    position: absolute;
    display: inline-block;
    left: -19px;
    top: -22px;
    width: 51px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
}
.testimonial-block-one .inner-box .text .icon-2 img, .testimonial-block-one .inner-box .text .icon-1 img {
    max-width: 25px;
}
.testimonial-block-one .inner-box .text img {
    display: inline-block;
}

.testimonial-block-one .inner-box .text .icon-2 {
    position: absolute;
    display: inline-block;
    right: -22px;
    bottom: -21px;
    width: 51px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
}

.testimonial-block-one .inner-box .text p {
    font-size: 16px;
    line-height: 28px;
    color: #222;
}

.testimonial-block-one .inner-box .author-box {
    position: relative;
    padding: 0 0 0 65px;
    margin-left: 45px;
}

.testimonial-block-one .inner-box .author-box .image-box {
    position: absolute;
    left: 0;
    top: -2px;
    width: 53px;
    height: 53px;
    border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box h4 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial-block-one .inner-box .author-box .designation {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

 .owl-carousel .owl-stage {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .owl-prev, .owl-next {
        border-radius: 0px !important;
        padding: 0px 10px !important;
        font-size: 16px !important;
        background-color: #222 !important;
        border: 1px solid #222 !important;
        color: #fff !important;
        box-shadow: inset 0 0 0 0 !important;
    }

    .owl-theme .owl-nav {
        margin-top: 10px;
        position: absolute;
        top: -28px;
        right: 0;
        z-index: 11001;
    }

    .owl-next {
        right: 9px;
        width: 30px;
        height: 30px;
    }

    .owl-prev {
        right: 19px;
        width: 30px;
        height: 30px;
    }

    .owl-theme .owl-nav [class*=owl-] {
        margin: 1px !important;
    }


footer{
	padding:60px 0px 0px;
	background:#003e58;
	color:#fff;
}

.footer-links ul{
	margin:10px 0px 0px;
	padding:0px;
	list-style:none;
}

.contact-us-details{
	line-height:28px;
}

.footer-links {
    margin-bottom: 40px;
}

.footer-links ul li {
	padding:5px 10px;
}

.footer-links ul li a{
	color:#fff;
}

.social-icons ul li{
	display:inline-block;
	padding: 5px 3px;
}

.social-icons ul li a i{
    padding: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #636161;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    color: #c1c1c1;
	transition:.4s;
}

.social-icons ul li a i:hover{
	background: #ff0000;
    color: #fff;
    border-color: #ff0000;
}

.copyright {
    background: #013b53;
    padding: 20px 0px;
    text-align: center;
}

/* Features Page */

#intro1 {
    background:#003e58;
    padding: 50px 0px;
    text-align: center;
    color: #fff;
}

/*Aboutus*/

.Aboutus{
	padding:60px 0px 40px;
	margin-top: 90px;
	margin-bottom: 90px;
}


/* ContactUs */

.ContactUs {
    padding: 60px 0px;
}

.contact-form {
    padding: 20px;
}

.contact_form h2 {
    text-transform: uppercase;
    text-align: left;
    margin: 10px 0px;
    font-size: 28px;
    color: #fff;
}

.Caddress {
    padding: 20px;
    background:#ff0000;
    border-radius: 0 50px 50px 0;
	color:#fff;
}

.Ctitle {
    margin: 0 0 30px;
    color: #fff;
}

.addressD h4 {
    margin: 0;
}
.Caddress h4 {
    line-height: 30px;
    margin-bottom:20px;
    font-size: 18px;
}


.Address {
    display:flex;
    width: 100%;
    margin-bottom: 10px;
}

.add_icon {
    margin-right:10px;
}

/*upvc doors*/

.upvcdoors {
    width: 100%;
    position: relative;
    padding: 60px 0 30px 0;
}

.Sec-features{
	
	padding:80px 20px;
}

.sub-text {
    color: #ff0000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #ff0000;
    width: 88px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.Sec-features h2{
	font-weight:700;
}

.Sec-features1, .Sec-features3, .Sec-features5 {
    text-align: right;
    padding: 30px 0px;
}
.Sec-features1 img, .Sec-features2 img, .Sec-features3 img, .Sec-features4 img, .Sec-features5 img, .Sec-features6 img{
    width: 80%;
    margin: auto;
    display: block;
	background: #0f4b53;
    padding: 5px;
}

/* Footer */

.footer-menu{
	text-align:center;
}
.footer-menu ul{
	padding:0;
	margin:0;
	list-style:none;
}

.footer-menu ul li {
	display:inline-block;
	font-size:14px;
	}

.footer-menu ul li a{
	float:left;
	padding:10px;
	color:#484848;
	}
	
	


/*=============== Media Screens ==================*/
@media (max-width: 991.98px){
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.quote-form{
		display:block !important;
	}
	
	.quote-form .form-group1 .btn-theme{
		width:100%;
	}

}
	
@media(max-width:768px){
	.contact-info {
		font-size: 12px;
	}
	.carousel-caption {
		left: 15%;
		width: 71%;
		top: 17%;
	}
	#myCarousel{
		padding-bottom:20px;
	}
	.carousel-caption h1 {
    margin-bottom: 20px;
    font-size: 20px;
}

.w-100 {
    height:250px;
}
.features-box {
    padding: 0px 0 30px 0;
    margin-top: 0px;
}

.Products {
    padding: 20px 0px 0px;
}

.section-title h1{
	margin-bottom:20px;
	font-size:30px;
	text-align:center;
}

.Fproducts{
	margin-bottom:40px;
}

.title-text h1{
	
	font-size:30px;
	margin-bottom:25px;
}

.imgbox img{
	width:100%;
}
	
	.footer-links {
		padding: 10px 0px;
	}	
	
	footer {
		padding: 30px 0px 0px;
	}
	
	.copyright p{
		text-align:center !important;
	}
	
	
	
}
