@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* http:/z16.com/
   v1.0 | 
   License:
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a:hover{
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	line-height: 1;
	font-family: 'Poppins', sans-serif;
}
header
{
	background:#f0f0f0;
position: fixed;
	width: 100%;
    z-index: 999;
	visibility: hidden;

}
html {
  scroll-behavior: smooth;
}

header.fixed-header
{
	visibility: visible;
	
	

}
@font-face {font-family: "Futura Hv BT"; src: url("//db.onlinewebfonts.com/t/074a76d5e8105426711acdb8923bff90.eot");}
.menu ul li
{
display: inline-block;
    padding: 10px;
    margin: 20px 0px;
}
.menu{
	display: inline-block;
    text-align: right;
    width: 100%;
}
.fluid-container
{
  width: 1300px;
  margin: auto;
}
.logo{
	padding: 10px 0px;
}
.logo img{ width: 30%; }
.head-top{
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.menu ul li a
{
	color:#000000;
}
.bg-1{
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;

}
.banner-right
{
	
}
.banner-right-top{
	display: flex;
    flex-flow: column;
}
.banner{ display: flex;    padding-top: 75px;}
.banner-left{ padding: 50px 30px; }
.banner-right img{ width: 100%;  }
.banner h1{
	font-size: 60px;
	font-weight: bold;
	color:#ffffff;
}
.banner-text{
	background:#231f20;
	padding: 5% 0px 5% 10%;  
}
.banner-menu {
	margin-top: 150px;
}
.banner-menu ul li{
	display: flex;
	font-size: 20px;
	margin-bottom: 20px;
}
.banner-menu ul li a{color:#000;transition: all .75s ease-in-out;/* font-weight: unset; */}
.banner-menu ul li span{
	width: 15px;
	height:15px;
	border-radius: 50%;
	background:#000000;
	margin-right: 30px;
}
.br-s1-1{
	display: flex;
	flex-flow: column;
	width: 60%;
	background:#fff;

}
.banner-right-sec1
{
	    margin-top: 15%;
	   
}
.br-s1-1 img{ padding-top: unset }
.br-s1-1 span{

	background:#f5d60b;
	padding: 20px;
}
.br-s1-2{
	padding: 50px;
    background: #fafcfd;
    width: 50%;
    position: absolute;
    bottom: -40%;
    left: -30%;
}
.br-s1-2 h4{ 
	font-size: 25px; 
	font-weight: bold;
	margin-bottom: 20px; 

}
.br-s1-2 p{
	line-height: 24px;
}
.br-s1-2  a{
	font-weight: 500;
	color:#000;
	margin-top: 20px;
    display: inline-block;
}

.br-s1-1-top{
	position: relative;
}
.banner-right-sec2
{
margin-top: 23%;
}
.banner-right-sec2 .br-s1-1{
	float: right;
	border-top: 2px solid #eedd00;
}
.br-s2-1-top{
	position: relative;
    display: inline-block;
    width: 100%;
}
.banner-right-sec2 .br-s1-2{
	left: 5%;
    bottom: -10%;
}
.banner-right-sec3{
	margin-top: 15%;
}
.banner-right-sec3 .br-s1-2{
	bottom: 20%;
    left: 40%;	
}
.banner-right-sec3 .br-s1-1 img{
	padding-top: 0px;
}
.banner-right-sec3 .br-s1-1
{
 	border-left: 1px solid #f5d60b;
}
.bg-2{


	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
    width: 100%;
}
.sec-2-top{
	display: flex;
    justify-content: space-between;
}

.sec-2-in-left{
	display: flex;
	flex-flow: column;
	width: 30%;
}
.sec-2-in-top{
	display: inline-flex;
	overflow: hidden;
}
.sec-2-in-top img{
	width: 100%;
	transition: 1s ease;
	    opacity: 0.7;
}
.sec-2-in-top img:hover
{
	-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 1s ease;
    opacity: 1;
}
.sec-2-in-bottom{
	background: #ffffff;
    padding: 20px 10px 30px 10px;
    border: 2px solid #cccccc;
    border-top: 0px;
    height: 240px;
}
.sec-2-in-bottom h3{
	font-weight: bold;
	font-size: 18px;
}
.sec-2-in-bottom h4{

	font-size: 20px;
	margin-top: 5px
}
.sec-2-in-bottom p{
	line-height: 22px;
	margin-top: 10px;
}
.sec-2-top-bg{
	background:#ffffff;
	padding: 20px 0px 10px 0px;
	margin-top: 5%;
}
.img-sec{
	display: flex;
	margin-top: 150px;
	flex-flow: wrap;
	width: 100%;
}
.img-sec-in{
	width: 33.3%;
	position: relative;
}

.img-sec-in-bot-txt{
font-family: "Futura Hv BT";
position: absolute;
    bottom: 0;
    background: #ffffffe0;
    width: 100%;
    padding: 20px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.img-sec-in-bot-txt-1{
font-family: "Futura Hv BT";
position: absolute;
    bottom: 0;
    background: #ffc100e3;
    width: 100%;
    padding: 20px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.img-sec-in-bot-txt-2{
font-family: "Futura Hv BT";
position: absolute;
    bottom: 0;
    background: #000000a8;
    width: 100%;
    padding: 20px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color:#ffffff;
}
.img-sec-in-bot-txt-3{
font-family: "Futura Hv BT";
position: absolute;
    bottom: 0;
    background: #fedd14db;
    width: 100%;
    padding: 20px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color:#ffffff;
}
.top-cor{
	position: absolute;
    z-index: 999;
    right: 3%;
    top: 3%;
    font-weight: bolder;
    font-family: "Futura Hv BT";
    font-size: 22px;
}
.img-sec-in:hover figure + div{
	visibility: hidden;
}
.img-sec-in:hover .top-cor
{
	visibility: hidden;
}
.img-sec-in figcaption
{
	display: flex;
    flex-flow: column;
    justify-content: center;
     font-family: "Futura Hv BT";
     padding: 20px;

}
.img-sec-in figcaption h6{
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 20px;
}
.img-sec-in figcaption h2{
	font-size: 30px;
	margin-bottom: 12px
}
.img-sec-in figcaption p{
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 24px;

}
.img-sec-in figcaption{
	color:#333333 !important;
}
.img-sec-in figcaption h6{ 
	color:#333333 !important;
 }
 .img-sec-in figcaption h2{ 
	color:#333333 !important;
 }
.footer-top{
	display: flex;
	margin: 50px 0px;
}
.footer-left{
	border-right: 1px solid #cccccc;
}
.footer-left img{
	width: 50%;
}
.footer-mid{
	
}
.footer-mid h5{
	font-size: 22px;
	font-weight: bold;
}
.footer-mid p{
	font-size: 14px;
	line-height: 25px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.footer-mid { margin:0px 40px; }
.footer-mid ul li a
{
	color:#000;
	font-size: 14px;
}
.footer-mid ul li{ margin-bottom: 10px; }

.footer-mid ul li:nth-child(2) a
{
	color:#dab400;
	text-decoration: underline;
}
.footer-right ul li a i{
		color:#000;
		font-size: 25px;
}
.footer-right ul li a i:hover{
	color:#ffc100;
}
.footer-right{
	padding-left: 50px;
	border-left: 1px solid #cccccc;
}
.footer-right ul li{
	float: left;
	margin-right: 20px;
}
.footer-bot-bg{
	background:#dab400;
}
.footer-bot-in-top{ display: flex; justify-content: space-between; color:#ffffff; padding: 15px 0px; }


#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	background:#F9F9F9;
	padding:25px;
	
}
.modal-body{ padding: 0px; }
.modal-body button{ padding: 5px 10px; }
#contact h3 {
	color: #333;
	display: block;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 10px;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background: #000000;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
	transition: all .75s ease-in-out !important;
}

#contact button[type="submit"]:hover {
	background: #7b7b7b;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}
a.Im {
    color: #ffffff;
}
.br-s1-1.aos-init.aos-animate {
    box-shadow: 0px 0px 44px -7px #858585;
}
.banner-menu ul li a:hover {
    color: #8d8d8d;
}
#work_z{
	color: #fff;
}