html{
		overflow-x: hidden;
}
body{
	margin: auto;
	overflow-x: hidden;
	 font-family: "Jost", sans-serif;
   
}

p{
	margin-bottom: 0;
}






/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: white;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}






.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}





.loader {
        width: 48px;
        display: inline-block;
        height: 48px;
        border-radius: 50%;
        position: relative;
        animation: rotate 1s linear infinite
      }
      .loader::before , .loader::after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        inset: 0px;
        border-radius: 50%;
        border: 4px solid #ffffff;
        animation: prixClipFix 2s linear infinite;
      }
      .loader::after{
        transform: rotate3d(90, 90, 0, 180deg );
        border-color: #8b8b8b45;
      }

      @keyframes rotate {
        0%   {transform: rotate(0deg)}
        100%   {transform: rotate(360deg)}
      }

      @keyframes prixClipFix {
          0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
          50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
          75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
      }
























.header {
    width: 100%;
    float: left;
    padding-top: 18px;
    padding-bottom: 43px;
    position: relative;
    z-index: 111;
}
.head-menu{
	width: 100%;
	float: left;
}
.menu-part{
	float: right;
	/*width: 100%;*/
}
.logo{
	width: 35%;
	float: left;
}
.logo img{
	width: 100%;
	float: left;
	max-width: 134px;
}

/*.menu-btn{
	    padding-top: 29px;
	width: auto;
	float: right;
}
.menu-btn a img{
	width: 100%;
	float: left;
	max-width: 28px;
}*/
/*last*/
.request-sec {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: none;
}

.req-form {
  position: absolute;
  right: -530px; /* start hidden off-screen on right */
  top: 0;
 width: 510px;
    height: 100%;
    background: #000000;
    padding: 50px 40px;
  transition: right 0.8s ease; /* smooth slide */
}

.request-sec.active .req-form {
  right: 0; /* slide into view */
}

.close_form {
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    left: -19px;
    top: 52px;
  background: white url(../images/close.png) no-repeat center center;
  background-size: 20px 20px;
  border: none;
  cursor: pointer;
}


.field_area {
  width: 100%;
  margin-bottom: 15px;
}

.field_area label {
  float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #9F9F9F;
    font-weight: 400;
}

.field_area input {
    background: black;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: block;
    font-weight: 300;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 50px;
    margin-bottom: 12px !important;
    padding: 0 20px;
    outline: none;
    width: 100%;
    padding-left: 0px;
    transition: all 500ms ease;
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 10px;
    margin-top: 12px;
}


.field_area textarea {
  border: 1px solid #ffffff;
    color: #ffffff;
    display: block;
    font-weight: 300;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 80px;
    margin-bottom: 12px !important;
    padding: 0 20px;
    outline: none;
    width: 100%;
    padding-left: 0px;
    transition: all 500ms ease;
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 10px;
    margin-top: 17px;
    background: black;
}

.menu-btn {
  padding-top: 29px;
  float: right;
}

.menu-btn a img {
  max-width: 28px;
}
/*last*/






@media(max-width: 991px){
.nav-dropdown {
	margin-left: 0 !important;
}
}

.banner{
	margin-top: -142px;
	position: relative;
	width: 100%;
	float: left;

}
.banner-imag{
	width: 100%;
	float: left;
}
.banner-imag img{
	width: 100%;
	float: left;
	height: 732px;
	    object-fit: cover;
}
.text-imge .owl-nav{
display: none;
}
.text-imge .owl-dots{
display: none;
}

.slider-imge .owl-nav{
display: none;
}
.slider-imge .owl-dots{
display: none;
}


.banner-text {
	z-index: 11;
    width: 100%;
    float: left;
    position: absolute;
    bottom: 46px;
    padding: 10px 0;
}
.banner-text h2{
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 0;
	font-size: 42px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 116%;
	text-transform: uppercase;
	padding-bottom: 24px;
}
.banner-text a {
    float: left;
    width: 115px;
    height: 43px;
    display: flex;              /* enable flexbox */
    align-items: center;        /* vertical center */
    justify-content: center;    /* horizontal center */
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.banner-text a {
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 1;
}

.banner-text a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF; /* fill color */
    transform: scale(0);
    transition: transform 0.3s ease-out;
    border-radius: 0; /* keep square since your button is square */
}

.banner-text a:hover::before,
.banner-text a:focus::before,
.banner-text a:active::before {
    transform: scale(1);
}

.banner-text a:hover,
.banner-text a:focus,
.banner-text a:active {
    color: #000000; /* text turns black when background fills */
}






@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1198px;
    }
    .pd-ban1{
            padding: 100px 40px 0px 40px !important;
    }
}


.section1{
	width: 100%;
	float: left;
	background: white;
	padding: 90px 0;
}
.section1-hd{
	width: 100%;
	float: left;
	padding-bottom: 37px;
}
.section1-hd h2{
	width: auto;
	float: left;
	font-size: 42px;
	font-weight: 400;
	margin-bottom: 0;
	text-transform: uppercase;

}
.section1-hd a{
	    padding-top: 18px;
	width: auto;
	float: right;
	text-decoration: none;
	color: #5E5E5E;
	font-size: 16px;
	font-weight: 500;
}
.section1-img{
	width: 100%;
	float: left;
}
/*2*/
.hover-zoom-shine {
    position: relative;
    overflow: hidden;
    
}
.hover-zoom-shine a{
	position: relative;
	z-index: 11;
}




.hover-zoom-shine img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
}

/* Zoom on hover */
.hover-zoom-shine:hover img {
    transform: scale(1.1);
}

/* Shine effect */
.hover-zoom-shine::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
    transition: all 0.6s linear;
}

.hover-zoom-shine:hover::after {
    height: 250%;
    background-color: transparent;
}
/*2*/

























.section1-img img{
	width: 100%;
	float: left;
}
.section1-img h3{
	width: 100%;
	float: left;
	padding-top: 12px;
	margin-bottom: 0;
	text-align: left;
	color: #000000;
	font-size: 18px;
	font-weight: 500;
}
.section2{
	width: 100%;
	float: left;
	background: #000000;
	
	padding: 168px 0;

}
.section2-main{
	width: 100%;
	float: left;
	
}
.section2-fullimages{
	width: 50%;
	float: left;
	position: relative;
}
.st2-fimg {
    width: auto;
    float: left;
    position: absolute;
    left: 0;
    top: 258px;
    overflow: hidden;
}
.st2-fimg img{
	width: 100%;
	float: left;
	max-width: 279px;
}





/* Diagonal shine */
/*.st2-fimg::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 200%;*/
/*    height: 0%;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    background-color: rgba(255, 255, 255, 0.3);*/
/*    transform: translate(-50%, -50%) rotate(-45deg);*/
/*    z-index: 1;*/
/*    transition: all 0.6s linear;*/
/*}*/

/*.st2-fimg:hover::after {*/
/*    height: 250%;*/
/*    background-color: transparent;*/
/*}*/













.section2-text {
    padding-left: 55px;
    width: 50%;
    float: right;
    padding-right: 60px;
}
.section2-text h2{
    text-transform: uppercase;
	margin-bottom: 0;
	text-align: left;
	color: #FFFFFF;
	font-size: 42px;
	font-weight: 400;
	line-height: 138%;
	padding-bottom: 24px;
}
.section2-text p{
	width: 100%;
	float: left;
	text-align: left;
	color: #9F9F9F;
	font-size: 16px;
	font-weight: 400;
	line-height: 159%;
	padding-bottom: 24px;
}
.morebx{
	width: auto;
	float: left;
}
.morebx a{
	width: 147px;
	height: 43px;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
    background: #191919;
background: linear-gradient(178deg, rgba(25, 25, 25, 1) 0%, rgba(30, 30, 30, 1) 100%);
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;

}







.morebx a {
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 1;
}

.morebx a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF; /* fill color */
    transform: scale(0);
    transition: transform 0.3s ease-out;
    border-radius: 0; /* keep square since your button is square */
}

.morebx a:hover::before,
.morebx a:focus::before,
.morebx a:active::before {
    transform: scale(1);
}

.morebx a:hover,
.morebx a:focus,
.morebx a:active {
    color: #000000; /* text turns black when background fills */
}
.st2-simg {
    width: auto;
    float: left;
    position: absolute;
    right: 0;
    top: -50px;
    overflow: hidden;
}
.st2-simg img{
	width: 100%;
	float: left;
	max-width:396px;
	/*display: block;*/
}


/* Diagonal shine */
/*.st2-simg::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 200%;*/
/*    height: 0%;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    background-color: rgba(255, 255, 255, 0.3);*/
/*    transform: translate(-50%, -50%) rotate(-45deg);*/
/*    z-index: 1;*/
/*    transition: all 0.6s linear;*/
/*}*/

/*.st2-simg:hover::after {*/
/*    height: 250%;*/
/*    background-color: transparent;*/
/*}*/


.section3{
	width: 100%;
	float: left;
	background: white;
	padding-top: 62px;
	padding-bottom: 62px;

}
.section3-img{
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.section3-img img{
	width: 100%;
	float: left;
	max-width: 587px;
	height: 333px;
	object-fit: cover;
	transition: transform 0.6s ease;
}
.s3review img{
    height: auto;
}
.section3-img a{
    position: relative;
     z-index: 11;
    
}
.section3-img img{
	width: 100%;
	float: left;
	max-width: 587px;
	 transition: transform 0.6s ease;
} 




/*2*/




/* Zoom on hover */
.section3-img:hover img {
    transform: scale(1.1);
}

/* Shine effect */
.section3-img::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
    transition: all 0.6s linear;
}

.section3-img:hover::after {
    height: 250%;
    background-color: transparent;
}
/*2*/














.s3-text{
	position: absolute;
	left: 0;
	width: auto;
	float: left;
	bottom: 25px;
	left: 20px;
}
.s3-text h3{
	width: 100%;
	float: left;
	text-align: left;
	color: #FFFFFF;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 8px;
}
.s3-text p{

	width: auto;
	float: left;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	position: relative;
}
.s3-text p::after {
	position: absolute;
	bottom: 0;
	background: white;
	width: 59px;
	height: 1px;
	content: '';
	left: 0;
	bottom: -4px;

}
.section4{
	width: 100%;
	float: left;
}
.section4-imgfull{
	width: 100%;
	float: left;
}
.section4-imgfull img{
	width: 100%;
	float: left;
	max-width: 600px;
}
.s4row{
	width: 578px;
	padding: 0;
	 /*flex: 0 0 auto; */
}
.s4row2{
	width: 57%;
	padding: 0;
}
.s4-mainsimage{
	width: 50%;
	float: left;
}




.s4-mainsimage-text:hover {
    background: #ffffff;
}
.s4-mainsimage-text h5,
.s4-mainsimage-text h6,
.s4-mainsimage-text a {
    color: #ffffff;
    transition: color 0.4s ease;
}

/* Hover effect */
.s4-mainsimage-text:hover {
    background: #ffffff;
}

.s4-mainsimage-text:hover h5,
.s4-mainsimage-text:hover h6,
.s4-mainsimage-text:hover a {
    color: #000000;
}




.s4-mainsimage-text{
	width: 422px;
	height: 266px;
	float: left;
	background:#000000;
	padding-top: 83px;
	transition: all 0.4s ease;
}
.s4-mainsimage-text h5{
	width: 100%;
	float: left;
	text-align: center;
	color: #B9B9B9;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 12px;

}
.s4-mainsimage-text h6{
	width: 100%;
	float: left;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 16px;
}
.s4-mainsimage-text a {
    text-decoration: none;
    width: 100%;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: inline-block; /* important for centering the ::after */
}
.s4-mainsimage-text a::after {
    content: '';
    position: absolute;
    left: 50%;              /* start from center */
    transform: translateX(-50%); /* shift back by half */
    bottom: -5px;           /* adjust distance from text */
    width: 67px;
    height: 1px;
    background: white;
}
.s4-mainfirstimage{
width: 100%;	
float: left;
}
.s4-mainfirstimage img{
	width: 100%;
	float: left;
	max-width: 422px;
}
.s4-m img {
    height: 265px;
}
.s4-m-t{
	height: 248px;
}
.section5{
	width: 100%;
	float: left;
	padding: 62px 0;
}
.section5-icon{
	width: 100%;
	float: left;
}
.section5-icon img{
	width: 100%;
	float: none;
	margin: auto;
	display: block;
	text-align: center;
	max-width: 53px;
}


.section5-icon:hover img{
animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}






.section5-icon h3{
	color: #00000C;
	text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 0;

}
.section5-icon p{
	width: 100%;
	float: left;
	text-align: center;
	color: #6D6D6D;
	font-size: 14px;
	font-weight: 400;
}
.section6{
    padding-bottom: 62px;
	width: 100%;
	float: left;
}
.section6-main{
	margin-top: 20px;
	position: relative;
	width: 100%;
	float: left;
	background-image: url('../images/Group 1321314621.png');
	background-size: cover;
	padding-top: 112px;
	padding-bottom: 113px;
	padding-left: 45px;
	background-position: 70%;

}
.section6-main-imgw img {
    width: 100%;
    float: left;
    max-width: 325px;
    animation: verticalTilt 12s ease-in-out infinite; /* slower, luxury style */
    transform-style: preserve-3d;
}

@keyframes verticalTilt {
    0%   { transform: rotateY(0deg); }
    25%  { transform: rotateY(-25deg); } /* tilt left */
    50%  { transform: rotateY(0deg); }   /* back to center */
    75%  { transform: rotateY(25deg); }  /* tilt right */
    100% { transform: rotateY(0deg); }   /* back to center */
}

/*.section6-main-imgw img {
    width: 100%;
    float: left;
    max-width: 325px;
    animation: floatTilt 6s ease-in-out infinite;
}

@keyframes floatTilt {
    0%   { transform: rotate(0deg) translateY(0px); }
    25%  { transform: rotate(3deg) translateY(-5px); }
    50%  { transform: rotate(0deg) translateY(0px); }
    75%  { transform: rotate(-3deg) translateY(5px); }
    100% { transform: rotate(0deg) translateY(0px); }
}*/




.section6-main-imgw {
    position: absolute;
    width: auto;
    float: left;
    right: 60px;
    top: 23px;
}
.section6-main-imgw img {
    width: 100%;
    float: left;
    max-width: 325px;
}
.section6-main h2{
	width: 100%;
	float: left;
	text-align: left;
    margin-bottom: 0;
    font-size: 42px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 138%;
    text-transform: uppercase;
    padding-bottom: 24px;
}
.section6-main p{
	width: 100%;
    float: left;
    text-align: left;
    color: #E8E8E8;
    font-size: 16px;
    font-weight: 400;
    line-height: 159%;
    padding-bottom: 24px;
}
.section7{
	width: 100%;
	float: left;
	padding-bottom: 62px;
	background: white;

}
.section7-hd{
	width: 100%;
	float: left;
}
.section7-hd h2{
	width: 100%;
	float: left;
	text-align: center;
	color: #000000;
	margin-bottom: 0;
	font-size: 42px;
	font-weight: 400;
	line-height: 138%;
	text-transform: uppercase;
	padding-bottom: 33px;

}
.section7-img{
	width: 100%;
	float: left;
	margin-bottom: 16px;
}
.section7-img img{
	width: 100%;
	float: left;
	height: 325px;
    object-fit: cover;
}
/*.col-lg-4:nth-child(n+4) .section7-img {*/
/*    margin-bottom: 0;*/
/*}*/
.footer{
	width: 100%;
	float: left;
	background: #000000;
	padding-top: 83px;
	padding-bottom: 124px;
}
.ftr-logo{
	width: 100%;
	float: left;
}
.ftr-logo img{
	width: 100%;
	float: left;
	max-width: 139px;
}
.ftr-logo h3{
	width: 100%;
	float: left;
	text-align: left;
	color: white;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 500;
  font-style: italic;
  padding-top: 6px;
  padding-bottom: 24px;
}
.ftr-logo input{
	width: 284px;
	height: 44px;
	float: left;
	text-align: left;
	color: #B7B7B7;
	font-size: 13px;
	font-weight: 400;
	background: transparent;
	border: 1px solid #B7B7B7;
	padding: 12px 14px;
	position: relative;
}
.ftr-logo form{
position: relative;
    float: left;
}

/*.ftr-logo form::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 21px;*/
/*    top: 15px;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    background-image: url(../images/right-arrow.png);*/
/*    background-size: cover;*/
/*}*/
.footer-main{
	width: 100%;
	float: left;
}

.footer-main h2{
	text-align: left;
	float: left;
	font-size: 18px;
	font-weight: 500;
	
	padding-bottom: 18px;
	color: #FFFFFF;
	margin-bottom: 0;

}
.footer-main a{
	width: 100%;
	float: left;
	text-align: left;
	text-decoration: none;
	color: #727272;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 16px;
	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.footer-main a:hover{
color: white;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.ftr-bx1 {
    width: 25%;
    float: left;
}
.ftr-bx2 {
    width: 21%;
    float: left;
}
.ftr-bx3 {
    width: 25%;
    float: left;
}
.ftr-bx4 {
    width: 29%;
    float: left;
}
.ftrcopy{
	width: 100%;
	float: left;
	border: 1px solid #262626;
		background: #000000;
}
.ftrcopy h3{
	width: 100%;
	float: left;
	text-align: center;
	color: #727272;
	margin-bottom: 0;
	font-size:15px;
	font-weight: 400;
	padding: 15px 0;
}
.inner-head{
	padding-bottom: 50px;
	padding-top: 190px;
	margin-top: -145px;
	width: 100%;
	float: left;
	background: #000000;
}
.inner-head h3{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 0;
}
.path {
    display: inline-flex;
    align-items: center;         /* vertically align links */
    justify-content: center;     /* center items inside */
    background-color: white;
    border-radius: 0px;
    padding: 10px 20px;
}

/* Parent wrapper to center */
.path-wrapper {
    text-align: center;
    width: 100%;
        padding-top: 20px;
}
.path a{
	text-decoration: none;
font-size: 15px;
    font-weight: 400;
    color: black;
        text-transform: capitalize;
}
.path span{
	color: black;
}
.t-activ{
	color: #727272 !important;
}
.innsection{
	padding-bottom: 70px;
	width: 100%;
	float: left;
	padding-top: 70px;
	
}
.innsection-hd{
	width: 100%;
	float: left;
}
.innsection-hd h2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
    font-size: 42px;
    font-weight: 400;
    line-height: 138%;
    text-transform: uppercase;
    padding-bottom: 33px;
}
.innsection-hd p {
    width: 100%;
    float: left;
    text-align: center;
    color: #363636;
    font-size: 16px;
    font-weight: 400;
    line-height: 159%;
       padding: 0 19% 24px;
}
.abtbig img{
	max-width: 100%;
}
.abtbig{
	float: left;
}
.about-new {
    
    padding-bottom: 30px;
    width: 100%;
    float: left;
   
}
.about-newimg img {
    object-fit: contain;
    /* height: 305px; */
    max-width: 489px;
    float: right;
    width: 100%;
    margin-left: 40px;
}
.about-newhd h2 {
    padding-top: 73px;
    width: auto;
    text-align: left;
    color: #000000;
    margin-bottom: 0;
    font-size: 42px;
    font-weight: 400;
    line-height: 138%;
    text-transform: uppercase;
    padding-bottom: 33px;
}
.about-newhd p {
    width: auto;
    text-align: left;
    color: #363636;
    font-size: 16px;
    font-weight: 400;
    line-height: 159%;
}
.abt-icon {

    padding: 0 22px;
}
.p1img{
	margin-top: 25px;
 
}

.cr-wd {
    margin-right: auto;
    margin-left: auto;
    width: 770px;
}
.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #9F9F9F;
    font-weight: 400;
}
.mct_form {
    border: 1px solid #9F9F9F;
    color: black;
    display: block;
    font-weight: 300;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 59px;
    margin-bottom: 20px !important;
    padding: 0 20px;
    outline: none;
    width: 100%;
    padding-left: 0px;
    transition: all 500ms ease;
    margin-top: 3px;
    width: 100% !important;
    float: left !important;
    padding: 10px;
    margin-top: 17px;
   
}
.cr-wd form{
    width: 100%;
	float: left;
}
.push-left {
    float: left;
}
.contact-icon{
	margin-top: 30px;
	width: 100%;
	float: left;
}
.contact-icon img {
    width: 100%;
    float: none;
    margin: auto;
    text-align: center;
    max-width: 70px;
    display: block;
}

.contact-icon:hover img {
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}




.contact-icon h3{
	text-align: center;
	width: 100%;
	float: left;
	color: black;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
	padding: 9px 0;
}
.contact-icon p a{
text-align: center;
	width: 100%;
	float: left;
	color: #9F9F9F;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.head-office {
    float: left;
    width: 100%;
    margin-top: 60px;
}
#panelintro h2 {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #000000;
    font-weight: 500;
    padding-top: 16px;
    line-height: 27px;
}
.head-office h2 {
    float: left;
    width: 100%;
    color: black;
    font-size: 20px !important;
    margin-bottom: 0;
    }
.address {
    float: left;
    width: 100%;
   
    margin-bottom: 20px;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

#panelintro p {
    /* float: left; */
    width: 100%;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
}
.head-office p {
    
  
    padding-top: 16px;
    float: left;
    width: 100%;
    color: #9F9F9F;
    font-size: 16px;
    font-weight: 400;
    line-height: 159%;
}
.formcontrol {
   border: 1px solid #9F9F9F;
    color: black;
    display: block;
    font-weight: 300;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 59px;
    margin-bottom: 0px !important;
    padding: 0 20px;
    outline: none;
    width: 100%;
    padding-left: 0px;
    transition: all 500ms ease;
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 10px;
    margin-top: 17px;
}
.formlabel {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #9F9F9F;
    font-weight: 400;
}
.contct-pl form{
margin-top: 80px;
}
.contct-pl textarea{
    border: 1px solid #9F9F9F;
    color: black;
    display: block;
    font-weight: 300;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 110px;
   
    padding: 0 20px;
    outline: none;
    width: 100%;
    padding-left: 0px;
    transition: all 500ms ease;
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 10px;
    margin-top: 17px;
    border-radius: 0;
    
}
.Social-img{
	width: 100%;
	float: left;
}
.Social-img img {
    width: 100%;
    float: left;
    max-width: 30px;
    margin-right: 20px;
    margin-top: 20px;
}
.head-office h6 {
    width: 100%;
    float: left;
    text-align: left;
    color: black;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 100px 37px 35px 0px;
}

.productlisting {
    padding: 15px;
  width: 100%;
	float: left;
    display: inline-block;
    z-index: 111;
    position: relative;
}

.productlisting .btn {
    border-radius: 0;
    padding: 9px 21px;
    font-size: 17px;
    font-weight: 400;
    color: white;
    background: black;
    border: 1px solid #9F9F9F !important;
    transition: all 0.3s ease; /* smooth effect */
}

.productlisting .btn:hover {
	 border: 1px solid #9F9F9F !important;
    background: white;
    color: black;
   
}

.productlisting .dropdown-menu {
    border-radius: 0;
    min-width: 200px;
    padding: 0 !important;
    border: 1px solid #9F9F9F;
    transform: translate(-49px, 48px) !important;
}
/* Hide default radio */
.productlisting .form-check-input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid black;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  position: relative;
}

/* Checked state with black dot */
.productlisting .form-check-input[type="radio"]:checked::after {
  content: "";
  width: 8px;
  height: 8px;
  background: black;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.productlisting label {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    padding-left: 8px;
}
.productlisting li {
    padding: 10px 15px;
}
.pr-listingimgtext{
	width: 100%;
	float: left;
}
.pr-listingimgtext img{
	width: 100%;
	float: left;
	object-fit: cover;
	height:250px;
}
.pr-listingimgtext {
	margin-top: 20px;
    width: 100%;
    float: left;
    border: 1px solid #9f9f9f59;
    padding: 20px;
}
.pr-listingimgtext-text h3{


width: 100%;
    float: left;
    text-align: left;
    color: black;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 8px;
    text-transform:uppercase;
    padding-top: 15px;
}

.pr-listingimgtext-text p {
    width: 100%;
    float: left;
    text-align: left;
    color: #9F9F9F;
    font-size: 16px;
    font-weight: 400;
    line-height: 159%;
    
}
.section6-innhd h6{
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 0;
	font-size: 30px;
    font-weight: 400;
    padding-bottom: 25px;
    text-transform: uppercase;
}
.service-carousel .owl-nav{
display: none;
}
.product-detailmaininn{
	width: 100%;
	float: left;
	padding-bottom: 70px;
	padding-top: 70px;
}
.outer {
    margin: 0 auto;
    width: 100%;
}
#big.owl-theme {
    position: relative;
    /* border: 1px solid #e4be74; */
    border-radius: 0;
    margin-bottom: 20px;
    border: 2px solid #9f9f9f59;
}
#big .item {
    /* padding: 10px 0px; */
    /* margin: 2px; */
    color: #FFF;
}
.big-img {
    /* width: 60% !important; */
    display: block;
    float: none !important;
    margin: auto;
   
    /*height: 400px;*/
    /*object-fit: cover;*/
}
.owl-theme .owl-nav.disabled+.owl-dots {
     margin-top:0px !important; 
}
#thumbs .current .item {
}
.outer .owl-nav{
    display:none;
}
#thumbs .item {
   
    background: white;
   
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #9f9f9f59;
}
.thumbs-img {
    display: block;
    width: 100% !important;
    float: none;
    margin: auto;
    border-radius: 0px;
    height: 106px;
    object-fit: cover;
}
#thumbs .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}
#big .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}
#thumbs .owl-nav {
    width: 100%;
    position: relative;
    float: left;
    top: -93px;
    display: none;
}
.pd-ban1 {
    width: 100%;
    float: left;
    padding: 55px 40px 0px 40px;
}
.pd-ban1 h2{
	width: 100%;
    float: left;
    text-align: left;
    color: black;
    margin-bottom: 0;
    font-size: 42px;
    font-weight: 400;
    
    padding-bottom: 8px;
    text-transform: uppercase;
    padding-top: 15px;
}
.add-rv {
	width: 100%;
    font-weight: normal;
    float: left;
    font-size: 14px;
    color: black;
    text-decoration: none;
    position: relative;
    padding-top: 15px;
}
.cash-bxs{
	width: 100%;
	float: left;
}
.cash-bxs h3{
	width: 100%;
	float: left;
	text-align: left;
	color: black;
	font-size: 30px;
    font-weight: 500;
    margin-bottom: 0px;
    padding-top: 15px;
}
.cash-bxs p{
	padding-bottom: 35px;
	width: 100%;
    float: left;
    text-align: left;
    color: #9F9F9F;
    font-size: 16px;
    font-weight: 400;
    line-height: 159%;
}
.size-panel {
    float: left;
    width: 100%;
    padding-bottom: 17px;
    padding-top: 20px;
}
.size-panel span {
    font-weight: 500;
    float: left;
    color: #000000;
    font-size: 20px;
    margin-right: 24px;
}
.size-item {
    position: relative;
    flex-basis: calc(70% / 3);
    height: 100%;
    /* display: flex
; */
    justify-content: center;
    align-items: center;
    border: 1px solid #EDEDED;
    /* padding: 10px; */
    text-align: center;
    border-radius: 10px;
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 16px;
    margin-bottom: 10px;
    /* padding-top: 1px; */
}
.wts a {
    padding: 13px 10px;
    gap: 10px; /* Adds spacing between image and text */
    transition: all ease-in-out 0.5s;
width: 147px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #191919;
    background: linear-gradient(178deg, rgba(25, 25, 25, 1) 0%, rgba(30, 30, 30, 1) 100%);
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;

}


.wts a img {
    width: 24px; /* Adjust image size */
    height: 24px;
}
/*.wts a:hover {
    background: linear-gradient(270deg, rgba(183, 148, 80, 1) 0%, rgba(230, 197, 132, 1) 100%);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}*/



/*media*/


@media(max-width: 400px){
    
        .banner-imag img {
        height: 450px !important;
    }
    
    
       .banner-text h2 br {
        display: block !important;
    } 
    
    
    .logo img {
    max-width: 115px;
}
}

@media(max-width: 575px){
    
    .nav-menu > li > a:after {
        display:none !important;
    }
    .navigation-portrait .nav-menu > li:last-child{
    border-bottom: unset;
}
    
    
    
    .thumbs-img {
            height: auto;
    }
    
    .section3-img img{
        height: auto;
    }
    
    
    .ftrcopy h3 br{
    display:block !important;
}
    
    .phn-p p{
        float:left !important;
        width:100% !important;
        padding-top:10px !important;
    }
    
    

.menu-btn{
	display: none;
}

.logo {
    width: 100%;
}


.banner-imag img{
	height: 520px;
}
.banner-text h2{
	font-size: 35px;
}
.banner-text h2 br{
	display: none;
}

.section1-hd h2 {
	font-size: 35px;
}

.section1-hd a {
    width: 100%;
    float: left;
}
.section1-img {
    padding-bottom: 20px;
}


.section1 {
padding-top: 60px;
padding-bottom: 50px;
}

.section2-text {
	width: 100%;
}
.section2-fullimages {
    width: 100%;
}

.st2-fimg {
   position: relative;
        left: 0;
        top: 26px;
        z-index: 1;
}

.st2-simg {
    position: relative;
    right: -91px;
    top: -22px;
}

.section2 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section2-text h2 {
	font-size: 35px;
}

.section2-text h2 br{
	display: none;
}
.section3-img{
	margin-bottom: 20px;
}

.s4row {
    width: 100%;
}
.s4row2 {
    width: 100%;
}
.s4-mainsimage {
    width: 100%;
}
.s4-mainsimage-text {
    width: 100%;
}
.s4-mainfirstimage img{
	max-width: 100%;
}
.section5-icon {
	margin-top: 45px;
}

.section5 {
	padding-top: 15px;
}
.section6-main h2{
	font-size: 35px;

}
.section6-main h2 br{
	display: none;
}


.section6-main-imgw img {
    width: 100%;
    float: none;
    max-width: 325px;
    margin: auto;
    display: block;
    text-align: center;
}
.section6-main-imgw {
    position: relative;
    width: 100%;
    float: left;
    right: 18px;
    top: -49px;
}
.section6-main p br{
	display: none;
}
.section7-hd h2{
	font-size: 35px;
	text-align: left;
}
/*.col-lg-4:nth-child(n+4) .section7-img {*/
/*    margin-bottom: 16px;*/
/*}*/

.ftr-logo {
    padding-bottom: 60px;
}

.ftr-bx1 {
    width: 50%;
}
.ftr-bx2 {
    width: 50%;
}
.ftr-bx3 {
    width: 100%;
}

.ftr-bx4 {
    width: 50%;
}
.footer {
    padding-top: 60px;
    padding-bottom: 25px;
}

.footer-main h2 {
    padding-top: 30px;
}

.section6-main{
	padding-left: 15px;
	padding-right: 15px;
}
.section2-text{
	padding-left: 15px;
	padding-right: 15px;
}

.inner-head h3 {
	text-align: left;
	font-size: 35px;
}
.path-wrapper {
    text-align: left;
}
.innsection-hd h2{
	font-size: 35px;
	text-align: left;
}
.innsection-hd p{
	text-align: left;
padding: 0 0% 24px;
}
.about-newhd p {
    width: 100%;
    padding-bottom: 25px;
}

.about-newhd h2 {
	font-size: 35px;
}

.innsection {
	padding-bottom: 30px;
}
.section5-icon img {
	float: left;
}
.section5-icon h3{
	text-align: left;
}
.section5-icon p{
	text-align: left;
}

.text-center {
     text-align: left !important; 
}
.pd-ban1 {
    width: 100%;
    float: left;
     padding: 0; 
}
.pd-ban1 h2{
	font-size: 35px;
}

.contact-icon img{
	float: left;
}
.contact-icon h3 {
	text-align: left;
}
.contact-icon p a{
text-align: left;
}
.head-office h6 {
    
    
    color: black;
    font-size: 21px;

    padding: 0px 0px 35px 0px;
}
.productlisting .dropdown-menu{
	transform: translate(-20px, 48px) !important;
}

.section7-img img {
    height: 137px;
    
}






}


@media (min-width:576px) and (max-width:767px){
    
    
    .nav-menu > li > a:after {
        display:none !important;
    }
    .navigation-portrait .nav-menu > li:last-child{
    border-bottom: unset;
}
    
     .section3-img img{
        height: auto;
    }
    
    
.productlisting .dropdown-menu{
	transform: translate(-20px, 48px) !important;
}
.menu-btn{
	display: none;
}

.logo {
    width: 100%;
}

.s3-text h3 {
	font-size: 16px;
}
.banner-imag img{
	height: 520px;
}
.banner-text h2{
	font-size: 35px;
}
.banner-text h2 br{
	display: none;
}
.section4-imgfull img {
	max-width: 100%;
}
.section1-hd h2 {
	font-size: 35px;
}

.section1-hd a {
    width: 100%;
    float: left;
}
.section1-img {
    padding-bottom: 20px;
}


.section1 {
padding-top: 60px;
padding-bottom: 50px;
}

.section2-text {
	width: 100%;
}
.section2-fullimages {
    width: 100%;
}

.st2-fimg {
   position: relative;
        left: 0;
        top: 26px;
        z-index: 1;
}

.st2-simg {
    position: relative;
    right: -91px;
    top: -22px;
}

.section2 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section2-text h2 {
	font-size: 35px;
}

.section2-text h2 br{
	display: none;
}
.section3-img{
	margin-bottom: 20px;
}

.s4row {
    width: 100%;
}
.s4row2 {
    width: 100%;
}
.s4-mainsimage {
    width: 100%;
}
.s4-mainsimage-text {
    width: 100%;
}
.s4-mainfirstimage img{
	max-width: 100%;
}
.section5-icon {
	margin-top: 45px;
}

.section5 {
	padding-top: 15px;
}
.section6-main h2{
	font-size: 35px;

}
.section6-main h2 br{
	display: none;
}


.section6-main-imgw img {
    width: 100%;
    float: none;
    max-width: 325px;
    margin: auto;
    display: block;
    text-align: center;
}
.section6-main-imgw {
    position: relative;
    width: 100%;
    float: left;
    right: 18px;
    top: -49px;
}
.section6-main p br{
	display: none;
}
.section7-hd h2{
	font-size: 35px;
	text-align: left;
}
/*.col-lg-4:nth-child(n+4) .section7-img {*/
/*    margin-bottom: 16px;*/
/*}*/

.ftr-logo {
    padding-bottom: 60px;
}

.ftr-bx1 {
    width: 50%;
}
.ftr-bx2 {
    width: 50%;
}
.ftr-bx3 {
    width: 100%;
}

.ftr-bx4 {
    width: 50%;
}
.footer {
    padding-top: 60px;
    padding-bottom: 25px;
}

.footer-main h2 {
    padding-top: 30px;
}

.section6-main{
	padding-left: 15px;
	padding-right: 15px;
}
.section2-text{
	padding-left: 15px;
	padding-right: 15px;
}

.inner-head h3 {
	text-align: left;
	font-size: 35px;
}
.path-wrapper {
    text-align: left;
}
.innsection-hd h2{
	font-size: 35px;
	text-align: left;
}
.innsection-hd p{
	text-align: left;
padding: 0 0% 24px;
}
.about-newhd p {
    width: 100%;
    padding-bottom: 25px;
}

.about-newhd h2 {
	font-size: 35px;
}

.innsection {
	padding-bottom: 30px;
}
.section5-icon img {
	float: left;
}
.section5-icon h3{
	text-align: left;
}
.section5-icon p{
	text-align: left;
}

.text-center {
     text-align: left !important; 
}
.pd-ban1 {
    width: 100%;
    float: left;
     padding: 0; 
}
.pd-ban1 h2{
	font-size: 35px;
}
.contact-icon img{
	float: left;
}
.contact-icon h3 {
	text-align: left;
}
.contact-icon p a{
text-align: left;
}
.head-office h6 {
    
    
    color: black;
    font-size: 21px;

    padding: 0px 0px 35px 0px;
}
}


@media (min-width:768px) and (max-width:991px){
    
    
    .nav-menu > li > a:after {
        display:none !important;
    }
    .navigation-portrait .nav-menu > li:last-child{
    border-bottom: unset;
}

 .section3-img img{
        height: auto;
    }

.menu-btn{
	display: none;
}

.section1-img {
	margin-bottom: 12px;
}

.section2-text {
    padding-left: 15px;
    width: 50%;
    padding-right: 15px;
}

.st2-simg img {
    max-width: 345px;
}

.st2-simg {
   
    right: 18px;
    top: -50px;
}

.st2-fimg {
    left: 0;
    top: 415px;
}
.s4row {
    width: 45%;
}
.s4row2 {
    width: 55%;
}

.s4-mainsimage-text {
    width: 100%;
    height: 177px;
    padding-top: 45px;
}
.s4-m img {
    height: 175px;
}
.section4-imgfull img {
    height: 340px;
}
.s4-mainfirstimage img {
    height: 164px;
}

.s4-m-t {
    height: 164px !important;
}


    .s4-m img {
        height: 177px !important;
    }


.s4-mainsimage-text h6 {
	font-size: 17px;
}
.section5-icon {
    margin: 33px 0;
}
.section5 {
	padding: 0;
}

.section6-main-imgw {
    position: relative;
    right: 31px;
    top: -54px;
}

/*.col-lg-4:nth-child(n+4) .section7-img {*/
/*    margin-bottom: 16px;*/
/*}*/

.footer {
    padding-top: 83px;
    padding-bottom: 60px;
}

.ftr-logo h3 {
	width: auto;
    padding: 60px 36px 24px 117px;
}

.ftr-logo form {
    top: 47px;
}
.footer-main {
    padding-top: 50px;
}

.section6-main {
	padding-bottom: 85px;
}

.about-newimg img {
        max-width: 331px;
        width: 100%;
        margin-left: 0;
        float: left;
    }
.about-newhd h2 {
    padding-top: 0px;
   font-size: 40px;
   padding-bottom: 10px;

}
.about-newhd p {
    padding-bottom: 65px;
}

.head-office h6 {
    padding: 58px 0px 35px 0px;
}


.pd-ban1 {
    padding: 55px 0px 0px 0px;
}



}





@media (min-width:992px) and (max-width:1024px){


.menu-btn{
	display: none;
}
.st2-fimg {
    
    top: 413px;
     z-index: 1111;
}


.s4row {
    width: 40%;
}

.s4row2 {
    width: 60%;
}
.s4-mainsimage-text {
    width: 100%;
   height: 205px;
   padding-top: 55px;
}


.section4-imgfull img {
    height: 403px;
}
.s4-m img {
    height: 204px;
}

.s4-m-t {
    height: 205px !important;
}

.s4-mainfirstimage img {
	height: 198px;
}

.section6-main-imgw {
	right: 22px;
}

.footer {
	padding-bottom: 70px;
}
.ftr-bx2 {
    width: 23%;
}
.ftr-bx4 {
    width: 23%;
}




}



@media (min-width:1025px) and (max-width:1199px){

.menu-btn{
	display: none;
}
    .st2-fimg {
        top: 343px;
        z-index: 1111;
    }



.s4row {
    width: 40%;
}

.s4row2 {
    width: 60%;
}
.s4-mainsimage-text {
    width: 100%;
   height: 205px;
   padding-top: 55px;
}


.section4-imgfull img {
    height: 403px;
}
.s4-m img {
    height: 204px;
}

.s4-m-t {
    height: 205px !important;
}

.s4-mainfirstimage img {
	height: 198px;
}

.section6-main-imgw {
	right: 22px;
}

.footer {
	padding-bottom: 70px;
}
.ftr-bx2 {
    width: 23%;
}
.ftr-bx4 {
    width: 23%;
}
}



@media (min-width:1200px) and (max-width:1300px){





.st2-fimg {
    top: 301px;
    z-index: 11;
}

.s4row {
    width: 43%;
}

.s4-mainsimage-text {
    width: 100%;
    height: 247px;
    padding-top: 74px;
   
}

.s4-m img {
    height: 247px !important;
}
.s4-m-t {
    height: 219px !important;
}
.section4-imgfull img {
    height: 466px;
}
.s4-mainfirstimage img {
    height: 219px;
}





}

@media (min-width:1301px) and (max-width:1350px){





.st2-fimg {
	    left: -14px;
    top: 301px;
    z-index: 11;
}

.s4row {
    width: 43%;
}

.s4-mainsimage-text {
    width: 100%;
    height: 247px;
    padding-top: 74px;
   
}

.s4-m img {
    height: 247px !important;
}
.s4-m-t {
    height: 219px !important;
}
.section4-imgfull img {
    height: 466px;
}
.s4-mainfirstimage img {
    height: 219px;
}





}


@media (min-width:1351px) and (max-width:1399px){

.st2-fimg {
	left: -10px;
}

.s4row {
    width: 43%;
}
.section4-imgfull img {
	max-width: 100%;
	        height: 527px;
}

.s4-mainsimage-text {
    width: 100%;
}
.s4-mainfirstimage img {
	height: 261px;
}
.s4-m img {
    height: 265px !important;
}
.s4-m-t {

    height: 262px;
}





}
@media (min-width: 1400px) {


	.section2-text {
    padding-left: 45px;
}

.s4row {
    width: 43%;
}

.section4-imgfull img {
    
    max-width: 100%;
    height: 558px;
}

.s4-mainsimage-text {
    width: 100%;
}


.s4-mainsimage-text {
   
    height: 294px;
}
    .s4-m img {
        height: 293px !important;
    }

    .s4-m-t {
        height: 264px !important;
    }

   

.s4-mainfirstimage img {
	width: 100%;
	 height: 263px;
	         max-width: 100%;
}

}

.field_area .iti__selected-flag{
    top:10px;
}

.privacy{
   
    width: 100%;
    float: left;
}
.privacy h2 {
    width: 100%;
    float: left;
    text-align: left;
    color: #000000;
    margin-bottom: 0;
    font-size: 42px;
    font-weight: 400;
    line-height: 138%;
    text-transform: uppercase;
    padding-bottom: 33px;
}
.privacy p {
    width: 100%;
    float: left;
    text-align: left;
    color: #363636;
    font-size: 16px;
    font-weight: 400;
    line-height: 159%;
    
}
.privacy-hds{
    width: 100%;
    float: left;
    padding-top: 25px;
}
.privacy-hds h3{
   color: #00000C;
    text-align: left;
    width: 100%;
    float: left;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 0; 
}
.privacy-hds p{
    width: 100%;
    float: left;
    text-align: left;
    color: #363636;
    font-size: 16px;
    font-weight: 400;
    line-height: 159%;
}
.innsection .section1-img{
    padding-bottom: 21px;
}


input[type="date"] {
  width: 100% !important;
  -webkit-appearance: none;
  appearance: none;
 
}
.footer-main p {
    width: 100%;
    float: left;
    text-align: left;
    text-decoration: none;
    color: #727272;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 16px;
    transition: all 
ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all 
ease-in-out 0.5s;
}
.footer-main p:hover {
    color: white;
    transition: all 
ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all 
ease-in-out 0.5s;
}
.ftrcopy h3 a{
    color: #727272;
    text-decoration: none;
}
.ftrcopy h3 br{
    display:none;
}
@media (min-width: 1500px) {
    .banner-imag img {
        height: auto;
    }
    
}
.ftr-logo button {
    width: auto;
    display: flex;
    justify-content: center;
    border: unset;
    text-decoration: none;
    background: unset;
    position: absolute;
    right: 5px;
    top: 13px;
    z-index: 1111;
}
.ftr-logo button img{
    width:100%;
    max-width:15px;
}




