* {
	outline: 0 none !important;
}
a:hover {
	text-decoration: none !important;
}
a {
	display: block;
	text-decoration: none !important;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: open sans, poppins, sans-serif;
}
p {
	font-family: Nunito, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	color: #262626;
}
html{
    scroll-behavior:smooth;
}
header-style
{
	padding:10px;
	background-color:#204EB7;	
}
/* ------------ Top Header ------------------ */
.top-header-container{
    background: #192698;
    width: 100%;
    height: 40px;
}
.no-padding {
	padding: 0px !important;
}

.top-header {
    

    padding: 9px 3px 10px 10px;
}
.top-head {
	color: #fff;
	font-size: 15px;
	font-family: poppins, sans-serif;
	padding-top: 0px;
}
.top-head i{
    margin-right: 10px;
    
}
.social-link {
	float: right;
	margin-top: -25px;
}
.social-link li {
	float: left;
	padding: 0;
	background: none!important
}
.social-link li a {
	float: left;
	width: 37px;
	height: 32px;
	font-size: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	background: url(../images/top-link.png)
}
.social-link li a.fb:hover {
	background: url(../images/top-link.png) left top -31px no-repeat
}
.social-link li a.twt {
	background: url(../images/top-link.png) -36px top no-repeat
}
.social-link li a.twt:hover {
	background: url(../images/top-link.png) -36px -31px no-repeat
}
.social-link li a.gp {
	background: url(../images/top-link.png) -75px top no-repeat
}
.social-link li a.gp:hover {
	background: url(../images/top-link.png) -75px -31px no-repeat
}
.social-link li a.inst {
	background: url(../images/top-link.png) -112px top no-repeat
}
.social-link li a.inst:hover {
	background: url(../images/top-link.png) -112px -31px no-repeat
}
/* -------------End Top Header -------------- */

/* -------------- Main Header Section ------------------- */



/* .header {
	width: 100%;
	background: #fff;
	z-index: 999;
}
.main-header-container{

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slider-box {
	margin-right: 15px;
}
.slider-left {
	border: 1px solid #ececec;
	width: 100%;
	height: 278px;
	text-align: center;
	margin-bottom: 28px;
}

.welcome-outer {

	text-align: center;
	padding: 25px 30px 20px 34px;
	margin-top: 20px;
}
.welcome-style{
	padding-top: 60px;
}
.zoom-effect-container{
	float: left;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  .sticky + .content {
    padding-top: 102px;
  } */
/* -------------- end Main Header Section ------------------- */

/* -----------------Banner Section ---------------------------- */

.slider-container {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	height: 80vh;
	width: 100%;
}
.slider-content-text{
    padding: 0px 20px;
}
.slider-container h1 {
	color: #fff;
	font-size: 36px;
	position: relative;
	z-index: 100;
	text-align: center;
	padding: 10px;
    background-color: #004b97b8;
}
.slider-container p{
    color: #fff;
	font-size: 18px;
	position: relative;
	z-index: 100;
	text-align: center;
    line-height: 28px;
}
.sticky {
    position: sticky;
    top: 0;
    background: #141941;
    z-index: 999999;
  }
.slider-container::after {
	background-color: #000;
	content: '';
	position: absolute;
	opacity: 0.3;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
	transform: scale(1.15);
	transition: opacity .6s ease;
}

.slide.active {
	animation: grow 4s linear forwards;
	opacity: 1;
}

@keyframes grow {
	0%, 20% {
		transform: scale(1);
	}
	
	75%, 100% {
		transform: scale(1.15);
	}
}

.controls-container {
	position: absolute;
	top: 50%;
	right: 50px;
	display: flex;
	flex-direction: column;
	transform: translateY(-50%);
	z-index: 2;
}

.control {
	background-color: #fff;
	cursor: pointer;
	opacity: 0.5;
	margin: 6px;
	height: 20px;
	width: 5px;
	transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
}

.control.active, .control:hover {
	background-color: #fff;
	opacity: 1;
	transform: scale(1.2);
}
#whatsapp{
    position: fixed;
    right: 48px;
    text-align: center;
    height: 50px;
    width: 50px;
    font-size: 35px;
    bottom: 30px;
    z-index: 100000000000;
    -webkit-animation: mymove 3s;
    -webkit-animation-iteration-count: infinite;
    animation: mymove 3s;
    animation-iteration-count: infinite;
}
@keyframes mymove {
    from {
   bottom: 30px;
   }
   to {
     bottom: 30px;
     /*background-color: #01e675;*/
     /* transform: rotateZ(360deg);
     -webkit-transform: rotateZ(360deg);
     -moz-transform: rotateZ(360deg);
     -ms-transform: rotateZ(360deg); */
   }
   }

   @-webkit-keyframes mymove {
    from {
   bottom: 30px;
   }
   to {
     bottom: 30px;
     /*background-color: #01e675;*/
     /* transform: rotateZ(360deg);
     -webkit-transform: rotateZ(360deg);
     -moz-transform: rotateZ(360deg);
     -ms-transform: rotateZ(360deg); */
   }
   }
/* ----------------- End Banner Section ---------------------------- */

/* ----------------- About Us Section ---------------------------- */
.about-section{
    background: url(../images/page-bg.png);
    background-position: top center;
    background-size: cover;
    width: 100%;
    
}
.about-container{
	width: 100%;
	margin: 50px 0px;
}
.about-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about-img-container{
	width: 100%;
    position: relative;
    margin: 0px;
    position: relative;
    text-align: center;

}
@keyframes flo{
    25%{
      transform: translateY(30px);
    }
  }
.about-img-container::after{
    position: absolute;
    content: '';
    right: 0px;
    top: 15px;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    border: 8px solid #013cc427;
    transform: skew(0deg, 8deg);
    transition: 2s ease-in-out;
    animation-name: flo;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}
.about-img-container::after:hover{
    transform: skew(0deg, -8deg);
    transition: 2s ease-in-out;
}
.play{
    position: absolute;
    width: 50px;
    top: 43%;
    left: 43%;
}
.play img{
    width: 100%;
}
.about-img-container img{
	width: 90%;
}
.section-title-style{
	width: 100%;
	margin-right: 50px;
    padding-left: 30px;

}
.half-section-title p{
	font-family: poppins, sans-serif;
	font-size: 16px;
}
.half-title-after{
    position: relative;
}
.half-title-after::after{
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    border: 1px solid #d35400;
    width: 5%;

}
.half-section-title span{
	font-family: Nunito, sans-serif;
	color: #013dc4!important;
	font-size: 22px;
    font-weight: 700;
}
.half-section-title p{
	font: 15px poppins, sans-serif;
	color: rgba(0, 0, 0, 0.8);
    line-height: 30px;
	text-align: justify;
	margin-bottom: 20px;
	font-weight: 300;
}
.video-section{
	margin: 40px 0px;
}
.half-section-title a{
	margin-top: 30px;
	background: #013dc4;
	padding: 8px 25px;
	width: 180px;
	color: #fff;
	text-align: center;
	border: 2px solid #013dc4;
	transition: 0.3s;
    font-family: Nunito, sans-serif;

}
.half-section-title a:hover{
	color: #013dc4;
	border: 2px solid #013dc4;
	background: none;
	transition: 0.3s;
    font-weight: 600;
}
.about-img{
	width: 100%;
}
.about-img-container{
    transition: 1s ease;
}
.about-img-container:hover{
    transform: skew(0deg, -2deg);
    transition: 2s ease-in-out;
    cursor: pointer;
}

/* ----------------- End About Us Section ---------------------------- */
/* Inner Services Page */
.heading_container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.inner-service-section{
    align-items: center;
}
.heading_container h2{
    padding-left: 5px;
    position: relative;
    border-left: 7px solid #3554d1;
    font-weight: bold;
    font-size: 22px;
}
.inner-service-section .detail-box p{
    margin-top: 15px;
}
.inner-service-section .detail-box a{
    display: inline-block;
    padding: 7px 30px;
    background-color: transparent;
    color: #3554d1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #3554d1;
    border-radius: 25px;
    margin-top: 25px;
}
.inner-service-section .detail-box a:hover{
    background-color: #3554d1;
    border-color: transparent;
    color: #ffffff;
}
.img-box{
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 15px #ddd;
    z-index: 9999;
    transition: 0.4s ease-in-out;

}
.img-box:hover{
    transform: translateY(-3px);
    transition: 0.4s ease-in-out;
}
.img-box img{
    width: 100%;
}
.bg-texture{
    position: relative;

}
.bg-texture::after{
    content: "";
    width: 100%;
    height: 100%;
    left: -13px;
    top: -26px;
    background: url(../images/img-texutre.jpg);
    position: absolute;
    z-index: -999;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    animation: fadeinout ease 5s infinite;
}
@keyframes fadeinout
{
  0%{
    opacity:0;
    left: 0px;
  }
  50%
  {
    opacity:1;
    right: 20px;
  }
  100%
  {
    opacity:0;
    right: 0px;
  }
}
.ser-inner-text p{
    line-height: 32px;
    font: 15px poppins, sans-serif;
    color: rgba(0, 0, 0, 0.8);
    line-height: 30px;
    text-align: justify;
    margin-bottom: 20px;
    font-weight: 300;
}
/* End Inner Services Page */
/* ----------------- Product Section ---------------------------- */
/* second-product-section */
.com-galley-w{
	float: left;
    margin: 18px 0px;
    padding: 7px;
    box-shadow: 0px 0px 14px #cccccc;
    min-height: 253px;
    width: 100%;
	transition: 0.4s ease-in-out; 
	text-align: center;
}
.com-galley-w:hover{
	transform: scale(1.01);
	transition: 0.4s ease-in-out;
}
.vlightbox:hover, .vlightbox a:hover{
    opacity: 2;
}
/* .product_image{ max-width: 292px; height: 278px; width: 100%; margin: 0 auto; position: relative; }
.product_image img{position: absolute; margin: auto; left: 0; right: 0; bottom: 0; top: 0; max-height: 278px; max-width: 292px; }
 


.gallery_image{ max-width: 292px; height: 278px; width: 100%; margin: 0 auto; position: relative; }
.gallery_image img{position: absolute; margin: auto; left: 0; right: 0; bottom: 0; top: 0; max-height: 278px; max-width: 292px; }
  */

.product_image{ max-width: 292px; height:234px; width: 100%; margin: 0 auto; position: relative; }
.product_image img{position: absolute; margin: auto; left: 0; right: 0; bottom: 0; top: 0; max-height:234px; height: 100%; max-width: 292px; }

.gallery_image{ max-width: 292px; height:234px; width: 100%; margin: 0 auto; position: relative; }
.gallery_image img{position: absolute; margin: auto; left: 0; right: 0; bottom: 0; top: 0; max-height:234px; height: 100%; max-width: 292px; }


/* End second-product-section */



.product-section{
    margin-bottom: 40px;
}
.browse-category-head {
	font-family: work sans, sans;
	font-size: 22px;
	color: #013dc4;
	text-align: left;
	border-bottom: 1px solid #cccccc8d;
	font-weight: 600;
	padding-bottom: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
    position: relative;
}
.browse-category-head span{
    font-size: 46px;
    position: absolute;
    z-index: -1;
    color: #64636316;
    bottom: 2px;
    left: 0;
}
.boot-outer {
	border: 1px solid #e5e5e5;
	margin: 15px 7px;
	display: flex;
	align-items: center;
	overflow: hidden
}
.boot-outer img {
	max-width: 100%;
	margin: 0 auto;
	transition: 0.5s ease-in-out
}
.boot-outer img:hover {
	transform: rotate(2deg) scale(1.2);
	-webkit-transform: rotate(2deg) scale(1.2);
	-o-transform: rotate(2deg) scale(1.2);
	-ms-transform: rotate(2deg) scale(1.2);
	-moz-transform: rotate(2deg) scale(1.2);
}
.category-name a {
	font-family: work sans, sans;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #070b04;
	transition: 0.3s ease-in-out;
}
.category-name a img {
	margin-top: -6px;
}
.category-name a:hover {
	color: #004b97;
    transition: 0.3s ease-in-out;
}

/* ----------------- End Product Section ---------------------------- */

/* ----------------- Services Section ---------------------------- */
@keyframes bloom {
	0% {
		filter: grayscale(.8);
	}
	40% {
		filter: grayscale(.5);
	}
	100% {
		filter: grayscale(0);
	}
}
@keyframes circle {
	0% {
		opacity: .5;
    background: rgba(213,156,34,.2);
    
	}
	40% {
		opacity: 1;
    background: rgba(213,34,160,.2);
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}


.service-section {
	width: 100%;
	display: grid;
	place-items: center;
    margin: 40px 0px;
  }
  .row {
	display: flex;
	flex-wrap: wrap;
  }
  .column {
	width: 100%;
	padding: 0 1em 1em 1em;
	text-align: center;
  }
  .card {
	width: 100%;
	min-height: 306px;
	background: linear-gradient(#ffffff 50%, #013cc4 50%);
	background-size: 100% 200%;
	background-position: 0 2.5%;
	border-radius: 5px;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	transition: 0.5s ease-in-out;
    padding: 30px;
  }
  h3 {
	font-size: 20px;
	font-weight: 600;
	color: #1f194c;
	margin: 1em 0;
  }
  .card p {
	color: #646363;
	font-size: 15px;
	line-height: 1.6;
	font-family: poppins, sans-serif;
	font-weight: 300;
  }
  .icon-wrapper {
	background-color: #ffffff;
	position: relative;
	margin: auto;
	font-size: 30px;
	height: 2.5em;
	width: 2.5em;
	color: #ffffff;
	border-radius: 50%;
	display: grid;
	place-items: center;
	transition: 0.5s;
    border-bottom: 2px solid #013cc4;
  }
  .card:hover {
	background: #013dc4;
    transform: scale(1.05);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.195);
    transition: 0.4s ease-in-out;
  }
  .card h3{
	font-family: work sans, sans;
	font-size: 20px;
	margin-top: 20px;
	color: #d35400;
  }
  .icon-wrapper-img{
	width: 60px;
  }
  .icon-wrapper-img img{
	width: 100%;
  }
  .card:hover h3 {
	color: #ffffff;
  }
  .card:hover p {
	color: #f0f0f0;
  }
  /* Product-text-box */
  .service-24 {
    font-family: "Montserrat", sans-serif;
    color: #8d97ad;
    font-weight: 300;
  }
  .service-24 h6 {
    color: #3e4555;
  }

  .service-24 .product-card.card-shadow {
    -webkit-box-shadow:  10px 10px 30px rgba(115, 128, 157, 0.5);
    box-shadow: 0px 0px 15px rgb(115 128 157 / 22%);
  }
  .text-center{
    margin-top: 10px;
  }
  .service-24 a {
    text-decoration: none;
  }

  .service-24 .card-hover:hover {
    background: linear-gradient(to right, #3c1a5b 0%, #013dc4 100%);
  }

  .service-24 .card-hover:hover .bg-success-grediant {
    color: #ffffff;
    text-fill-color: #ffffff;
    -webkit-text-fill-color: #ffffff;
  }

  .service-24 .card-hover:hover .ser-title {
    color: #ffffff;
  }

  .service-24 .bg-success-grediant {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-size: 50px;
  }

  .service-24 .wrap-service-24 .product-card {
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
  }

  .service-24 .wrap-service-24 .product-card:hover {
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }

  .service-24 .btn-outline-success {
    color: #2cdd9b !important;
    background-color: transparent;
    border-color: #2cdd9b;
  }

  .service-24 .btn-outline-success:hover {
    background: #2cdd9b;
    border-color: #2cdd9b;
    color: #ffffff !important;
  }

  .service-24 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
  }

  /* END Product-text-box */


  @media screen and (min-width: 768px) {

    .why-choose-box-img-gallery{
        margin-left: 0px!important;
    }
	.service-section {
	  padding: 0 2em;
	}
	.column {
	  flex: 0 50%;
	  max-width: 50%;
	}
  }
  @media screen and (min-width: 992px) {
    
    .why-choose-box-img-gallery{
        margin-left: 0px!important;
    }
	.service-section {
	  padding: 1em 3em;
	}
	.column {
	  flex: 0 0 33.33%;
	  max-width: 33.33%;
	}
  }


/* ----------------- End Services Section ---------------------------- */

/* ----------------- video Section ---------------------------- */

.video-section-style{
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.zoom-effect-container{
	float: left;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.image-card{
	position: relative;
    top: 0;
}


/* ----------------- End video Section ---------------------------- */

/* ----------------- Clentele Section ---------------------------- */
.clentele{
    margin-top: 60px;
    padding-top: 4px;
    background: url(../images/page-bg-2.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}




.buy-free-outer {
	background: url(../images/buy-free-bg.jpg) center center fixed;
	background-size: cover;
	padding: 100px 0px;
	text-align: center;
	margin-top: 60px;
}
.buy-get-free {
	font-size: 22px;
	color: #fff;
	line-height: 90px;
    text-align: center;
}
.buy-get-free span {
	color: #fff;
	text-transform: uppercase;
	font-size: 50px;
	font-family: work sans, sans;
	font-weight: 700;
}
.buy-get-free p {
	color: #fff;
	font-size: 15px;
	font-family: poppins, sans-serif;
	line-height: 30px;
	font-weight: 300;
	
}
.buy-get-free i{
    font-size: 50px;
    color: #d35400;
    transition: 0.5s ease-in-out;
}
.buy-get-free i:hover{
    transform: scale(1.2);
    color: #fff;
    transition: 0.5s ease-in-out;
}
.marquee-with-options, .marquee-vert-before, .marquee-vert {
	width: 100%;
	overflow: hidden;
}
.marquee-vert {
	height: 300px;
}
.marquee-with-options {
	margin-top: 0px;
}
.cllogo {
	float: left;
	margin: 0px 15px;
	width: 208px;
	background: #fff;
	height: 101px;
	display: flex;
	align-items: center;
    border: 1px solid #9791914f;
}
.cllogo a {
	margin: 0 auto;
}
.cllogo a img {
	max-width: 100%;
    margin-bottom: 47px;
}

/* keyfram and css */
.marquee {
    position: relative;
    overflow: hidden;
    --offset: 20vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));
}

.marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee 5s linear infinite;
    animation-play-state: running;
}

.marquee span {
    font-size: 10vw;
    padding: 0 2vw;
}

.marquee:hover .marquee__inner {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}

/* ----------------- End Clentele Section ---------------------------- */

/* -----------------Our Gallery  Section ---------------------------- */

/* card carasoul section  */
/* end card carasoul section  */

.gallery-outer {
	margin: 40px auto;
    background: url(../images/page-bg-3.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery-head {
	text-align: center;
	font-family: work sans, sans;
	margin-bottom: 17px;
	font-size: 22px;
	font-weight: bold;
	color: #004b97;
	border-top: 1px solid #d7d1cd;
	border-bottom: 1px solid #d7d1cd;
	padding: 8px 0 5px 0;
}
.pack-product-img {
	width: 100%;
	margin: 30px 0;
}
.pack-product-img img {
	max-width: 100%;
}
.galley-ww {
	overflow: hidden;
	background: url(../images/zoom.html) center center no-repeat;
}
.galley-ww a img {
	width: 100%;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5 ease;
	-webkit-transition: all 0.5 ease;
}
.galley-ww a img:hover {
	transform: rotate(6deg) scale(1.5);
	-webkit-transform: rotate(6deg) scale(1.5);
	-o-transform: rotate(6deg) scale(1.5);
	-ms-transform: rotate(6deg) scale(1.5);
	-moz-transform: rotate(6deg) scale(1.5);
	opacity: .7;
}

/* ----------------- End Our Gallery  Section ---------------------------- */

/* Testimonials */
.testomonial-container{
    width: 95%;
    border: 1px solid #3332321a;
    position: relative;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.testomonial-container ul:hover{
    background-color: #333232;
    color: #fff!important;
    transition: 0.5s ease-in-out;
}
.testomonial-container ul{
    color: #262626;
    font-weight: 600;
}
.profile-pic-img{
    border-radius: 50%;
    /* padding: 2px; */
    width: 150px;
    position: absolute;
    top: 12px;
    left: 37%;
}
.profile-pic-img img{
    width: 100%;
    border-radius: 50%;
    transition: box-shadow 0.3s linear;
    border: 5px solid #fff;
}
.profile-pic-img:hover img{
    box-shadow: 0px 0px 0px 5px #fff;
    transition: box-shadow 0.3s linear;
}
.testomonial-content{
    display: inline-block;
    padding-top: 170px;
    margin-bottom: 0px!important;
    padding-right: 30px;
    padding-bottom: 30px;
}
.testo-commo{
    font-size: 48px;
    font-family: secular one, sans-serif;

}
.testo-para{
    font-size: 16px;
    font-family: Nunito, sans-serif;
    margin-top: -30px;
    line-height: 30px;
}
.testo-name{
    font-size: 26px;
    margin-top: 15px;

}


/* End Testimonials */
/* Footer  */
footer { background-image: url(../images/footer-bg.jpg);
    background-position: right top, left top;
    background-repeat: repeat-x, repeat;
    padding: 60px 0 0 0; 
    margin-top:80px;
    background-size: cover;
}

.footer-logo img {
	max-width: 100%;
    
}
ul.footer-details {
	display: block;
	list-style: none;
    padding-left: 0px!important;
    margin-top: 30px;
}
ul.footer-details li {
	margin: 14px 0;
	padding-left: 23px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #fefefe;
	line-height: 20px;
	background: url(../images/footer-home.png) left 4px no-repeat;
	max-width: 275px;
}
ul.footer-details .ft-call-what{
    background: url(../images/whatsapp.png) left 4px no-repeat;
}
ul.footer-details li.ft-call {
	background: url(../images/footer-call.png) left 4px no-repeat;
}
ul.footer-details li.ft-call-what a{
    color: #fff;
	transition: 0.5s ease-in-out;
}
ul.footer-details li.ft-call a{
    color: #fff;
	transition: 0.5s ease-in-out;
}
ul.footer-details li.ft-mail {
	background: url(../images/footer-mail.png) left 4px no-repeat;
}
ul.footer-details li.ft-mail a {
	color: #fff;
	transition: 0.5s ease-in-out;
	display: inline
}
.footer-head {
	background: url(../images/foot-border.jpg) left bottom no-repeat;
	padding-bottom: 13px;
	font: bold 15px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
}
ul.footer-link, ul.footer-social {
	display: block;
	list-style: none;
	margin-top: 30px;
}
.footer-link{
    padding-left: 0px!important;
}
ul.footer-link li {
	padding-left: 14px;
	background: url(../images/footer-arrow.png) left center no-repeat;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 30px;
}
ul.footer-link li a {
	color: #fff;
}
ul.footer-social li {
	float: left
}
.footer-social{
    padding-left: 0px!important;
}
ul.footer-social li a {
	width: 32px;
	height: 32px;
	border: 1px solid #fff;
	background: none;
	text-align: center;
	margin: 0px 8px 8px 0px;
	position: relative;
}
ul.footer-social li a img {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
}
ul.footer-social li a:hover > img {
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
ul.footer-details li.ft-mail a:hover, ul.footer-link li a:hover {
	color: #004b97;
	transition: 0.5s ease-in-out;
}
.copyright {
	border-top: 1px solid #333232;
	padding: 20px 0;
}
.copy {
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	color: rgba(255, 255, 255, 0.4);
	margin-top: 5px
}
.powerd {
	float: right
}
/* End Footer */

/*  Products Section */
.product-banner-img{
    background: url(../images/banner-img-2.jpg);
    width: 100%;
   /* min-height: 250px;
*/    background-position: top center;
    
    background-repeat:repeat;

}
.banner-navigation{
    display: flex;
    justify-content: flex-end;
    color: #fff!important;
}
.banner-navigation-margin{
    margin: 0px 10px;
    color: #fff;
}
.product-banner-title{
    display: inline-block;
    text-align: center;
    padding: 20px 50px;

}
.product-banner-title h1{
    color: #fff;
    font-family: work sans,sans;
    font-size: 48px;
    font-weight: 600;
}
.product-banner-title p{
    font-size: 15px;
    font-family: poppins, sans-serif;
    line-height: 32px;
    color: #fff;
    margin-top: 10px;
}
.windowsco-purpase-on-tag{
	font-size: 22px; 
	font-family: work sans, sans;
	color: #004b97;
	margin-bottom: 40px;
  }
  .container-item{
	padding: 50px 0px;
  }
  .wrapper-ser-text p{
	font-family: poppins, sans-serif;

  }
.wrapper-services{
	background-color: rgb(255 255 255);
    padding: 20px;
    box-shadow: 0px 0px 15px #0000001a;
}
.services-img{
	width: 100%;
}
.services-img img{
	width: 100%;
}
.wrapper-ser-text{
	padding-top: 20px;
	font-family: work sans, sans;
}
.wrapper-ser-text h4{
	font-family: work sans, sans;
    font-size: 18px;
    font-weight: 600;

}
.more-1{
	background: linear-gradient(to right, #004b97, #013e7a);
	display: inline-block;
	padding: 8px 20px;
	color: #fff;
    border: 2px solid #004b97;
    transition: 0.5s ease-in;
}
.more-1:hover{
    background: #fff;
    color: #004b97;
    border: 2px solid #004b97;
    transition: 0.3s ease-in-out;
}
.about-content-item{
    display: flex;
    justify-content: space-between;
}
.door-content-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.door-content-insect-sec{
    display: flex;
    justify-content: space-between;
}
.about-img-section{
    background-color: #fff;
    width: 100%;
    height: 100%;
}
.about-img-section img{
    width: 100%;
    height: 100%;
}
.door-img-section{
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin-right: 30px;
    
}

.door-img-section img{
    width: 100%;
    height: 100%;
}
.glass-content-text{
    width: 90%;
    background: #fff;
    box-shadow: 0px 0px 20px #6463632e;
    padding: 20px;
    margin: 20px;
    min-height: 236px;
    
    

}
.glass-content-text p{
    font-size: 15px;
    line-height: 32px;
}
.insect-section-p{
    font: 15px poppins, sans-serif;
    color: rgba(0, 0, 0, 0.8);
    line-height: 24px;
    text-align: justify;
    margin-bottom: 20px;
    font-weight: 300;
}


.door-content-text-box{
    display: inline-block;
    width: 43%;
}
.door-content-text-box p{
    font-size: 15px;
    line-height: 32px;
    margin-top: 20px;

}
.door-img-section-insect-page{
    max-width: 350px;
    min-height: 350px;
    padding: 20px;
    background-color: #fff;
    margin-right: 35px;
    box-shadow: 0px 0px 15px #74747428;
}
.door-img-section-insect-page img{
    width: 100%;
    height: 100%;
}
.about-content-text{
    display: inline-block;  

}
.contact-content-text{
    display: inline-block;
    width: 100%;
}
.contact-content-text p{
    font-size: 15px;
    margin-top: 10px;
    text-align: justify;
}
.about-item-tittle{
    font-size: 22px;
    font-weight: 500;
    color: #013dc4; 
}
.about-content-text-2{
    padding-top: 30px;
}
.about-content-text-2 p{
    font-size: 15px;
    line-height: 32px;
    margin-top: 15px;
    text-align: justify;
}
.product-item-tittle{
    font-size: 32px;
    font-weight: 500;
    color: #004b97;
}

.about-content-text p{
    font-size: 15px;
    line-height: 32px;
    margin-top: 15px;
    text-align: justify;
}
.door-content-text p{
    font-size: 15px;
    line-height: 32px;
    margin-top: 20px;
    text-align: justify;

}

.why-choose-doors{
    width: 100%;

}
.why-choose-container{

    justify-content: space-between;
}
.why-choose-box{
    width: 100%;
    padding-top: 39px;
    padding-bottom: 20px;
    margin-top: 30px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgb(220, 220, 220);
}
.why-choose-img{
    width: 60px;
    margin: 0px auto;
}
.why-choose-img img{
    width: 100%;
}
.why-choose-box p{
    font-size: 14px;
    color: #262626;
    margin-top: 0px!important;

}
.why-choose-title-heading{
    font-size: 20px;
    color: #013e7a;
    font-weight: 700;
    font-family: work sans, sans;
}
.why-choose-ul{
    text-align: left;
    margin-top: 20px;
}
.why-choose-ul li i{
    margin-right: 10px;
}
.why-choose-box-img-gallery{
    width: 100%;

    padding-top: 39px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-left: 30px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgb(220, 220, 220);    
}
.why-choose-box-img-container{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.why-choose-box-img-box{
    max-width: 300px;
    border: 2px solid #ddd;
    padding: 12px;
    margin: 10px;
}
.why-choose-box-img-box img{
    width: 100%;
}
.color-read-more-btn a{
    background: #004b97;
    padding: 8px 25px;
    width: 150px;
    color: #fff;
    text-align: center;
    border: 2px solid #004b97;
    transition: 0.3s;
    margin-top: 5%;
    margin-left: 36%;
}
.color-read-more-btn a:hover{
    background-color: #fff;
    color: #004b97;
    border: 2px solid #004b97;
    transition: 0.3s ease-in-out;
}
/*  End Products Section */

/*  Services Section */
.services-title{
    margin: 40px 0px;
    width: 100%;
    text-align: center;
    padding: 0px 40px;
}
.services-head{
    font-size: 32px;
    font-weight: 600;
    color: #004b97;
}
.services-title h6{
    font-weight: bold;
    color: #262626;
    margin-top: 30px;

}
.services-title p{
    font: 15px poppins, sans-serif;
    color: rgba(0, 0, 0, 0.8);
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
}
.services-boxes{
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(218, 218, 218);
    padding: 20px;
    margin-top: 20px;

}
.services-boxes-img{
    width: 100%;
    margin: 0px auto;
}
.services-boxes-img img{
    width: 100%;
}
.services-box-container{
    display: flex;
    justify-content: space-between;
}
.services-text-box{
    margin-top: 20px;
    text-align: justify;
}
.services-text-box h3{
    font-size: 22px;
    font-weight: 600;
    color: #004b97;
}
.services-text-box p{
    line-height: 26px;
}
#section {

    word-wrap: break-word;
}
  
.moretext {
    display: none;
    margin-top: -15px;
}
.moretext-2{
    display: none;
    margin-top: -15px;
}
.moretext-3{
    display: none;
    margin-top: -15px;
}

.news-letter-section{
    background: url(../images/newsletter-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
}
.newsletter-container{
    padding: 40px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsletter-title{
    width: 50%;
}
.newsletter-title h2{
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    font-family: work sans, sans;
}
.newsletter-title p{
     color: rgb(224, 224, 224);
}
.newsletter-input-box{
    display: flex;
}
.news-letter-input-btn{
    padding: 5px 10px;
    width: 350px;
}
.newsletter-input-box a{
    background: #004b97;
    color: #fff;
    padding: 10px 50px;
}
.newsletter-input-box a:hover{
    color: #004b97;
    background: #fff;

}
/*  End Services Section */
.contact-img-section{
    width: 100%;
    height: 100%;
}
iframe {
    width:100%;
    height:100%;}
.contact-address i{
    color: #004b97;
    margin-right: 10px;
}
.door-section-margin{
    margin-top: 70px;
    margin-bottom: 40px;
}
.door-section-margin p{
    line-height: 32px;
    text-align: justify;
}
.door-section-margin h4{
    color: #004b97;
    font-size: 22px;
    font-weight: bold;
}
.conservatory-img-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 40px;

}
.conservatory-img-box{
    width: 100%;
    box-shadow: 0px 0px 20px rgb(209, 209, 209);
    padding: 10px;
    background: #fff;
    background: #fff;
    margin-top: 30px;
}
.conservatory-img-box img{
    width: 100%;
    height: 100%;
}
.color-option-img-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.color-option-img-box{
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 20px rgb(209, 209, 209);
    padding: 8px;
    background: #fff;
    background: #fff;
    margin: 20px 20px;
    text-align: center;
}
.color-option-img-box img{
    width: 100%;
    height: 100%;
}
.color-option-name h5{
    margin-top: 25px;
    font-size: 14px
}
.color-option-item{
    width: 100%;
    margin: 30px 0px;
}
.menu-btn-section{
    width: 100%;
    text-align: right;
    margin-right: 16px;
}
.menu-btn-section i{
    display: none;
}
#click{
    display: none;
}
/* Responsive Menu */
@media (max-width:768px){
    .section-title-style{
        padding-left: 0px;
        margin-top: 40px;
    }

    #click{
        display: none;
    }
    #click:checked ~ ul{
        left: 0%!important;
    }
    .menu-btn-section i{
        display: block;
    }
    #menu ul{
        position: fixed!important;
        top: 120px;
        left: -100%;
        width: 90%;
        height: 27vh;
        display: grid;
        text-align: center;
 
    }
    #menu ul li a{
        cursor: pointer;
    }
}

/* animation Footer */







