
@font-face {
    font-family: 'Montserrat-Regular';
    src: url(../fonts/Montserrat-Regular.otf);
}
@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url(../fonts/Montserrat-ExtraBold.otf);
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url(../fonts/Montserrat-Bold.otf);
}
@font-face {
    font-family: 'Montserrat-Light';
    src: url(../fonts/Montserrat-Light.otf);
}
p,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;
}
title{
   text-transform: capitalize; 
}
html {
  scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img{
	max-width: 100%;
}
a{
    text-decoration: none !important;
}
body{
	line-height: unset;
	 font-family: 'Montserrat-Regular';
}
.banner{
	
}
.sg-slider .item{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height:100vh;
    position: relative;
}
.sg-slider .item img{
    width: 100%;
}
.sg-slider .item:before{
	position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background:rgb(15 15 15 / 50%);
    z-index: 1;
}
.sg-slider .item .container{
	overflow: hidden;
}
.banner-content {
    position: absolute;
    top: calc(50% + 0px);
    left: 0;
    z-index:99;
    transform: translateY(-50%);
    right: 0;
}
.banner-content h1 {
    max-width: 650px;
    color: #fff;
    font-size: 72px;
    line-height: 92px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 25px;
    /* position: relative; */
    transition: top ease 1s, opacity ease 1s;
    font-family: 'Montserrat-Bold';
}
.banner header{
	position: absolute;
	top:0;
	left:0;
	z-index: 9;
	right: 0;
}
/*.sg-slider .item.active .banner-content h1{
	animation: fadeIn ease 5s;
}	*/
/*.sg-slider .item.active .banner-content .sg-link{
	animation: backInLeft ease 3s;
}*/	
[hidden] {
  display: inherit !important;
}	
.logo img{
	max-width:250px;
}
.carousel-control-prev,.carousel-control-next{
    z-index: 99;
}
header p{
	font-size: 25px;
	font-weight: 700;
}
 .simple-link a {
    color: #fff;
}

 .simple-link a:before {
    background-color: #fff;
}

 .simple-link:hover a:before {
    width: 100%;
    background-color: #ec055e;
}

 .simple-link:hover a {
    color: #ec055e;
}
.simple-link a {
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.simple-link a:before {
    content: "";
    width: 30%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -7px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.top-header p{
  color: #fff;
  font-size: 17px;
}
/*.sg-nav li{
  margin-left: 15px;
}
.sg-nav li a{
	font-size: 15px;
	color: #fff;
}*/
header{
	padding: 15px 0;
	/*background: rgb(34 34 34 / 50%)*/
}
header.clearHeader.darkHeader {
    background: rgb(34 34 34 / 70%);
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
}
.service-slide .owl-nav{
	position: absolute;
	left:-250px;
	bottom: 15px;
    display: flex;
    z-index: 999;
}

.service-slide .owl-nav .owl-prev{
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center;    
    align-items: center; 
    background: #d9064c !important;
}
.service-slide .owl-nav .owl-next{
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center;
    align-items: center; 
    background: #d9064c !important;
}
.carousel-inner .item img{
    -webkit-animation:thing 20s;
    -o-animation:thing 20s;
    animation: thing 20s;
}
@keyframes thing{
    from{
        transform: scale(1, 1);
    }
    to{
        transform: scale(1.5, 1.5);
    }
}
.carousel-control-prev {
    left:100px;
    background: #ff005c;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-next {
    left:100px;
    background: #ff005c;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top:calc(50% + 60px);
    transform: translateY(-50%);
}
#about {
    background: url(../img/slider3.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    position: relative;
    text-align:center;
    padding:15% 0 15% 0;
}
#about h2 {
    display: block;
     font-family: 'Montserrat-Bold';
    font-size: 3.8rem;
    line-height: 1.375;
    color:#151515;
    padding:0 0 10px 0;
    margin:0 0 40px 0;
    background:url(../img/boder-b.jpg) no-repeat center bottom;
}
#about p {
    font-size:17px;
    line-height: 1.8;
    color:#2c2c2c;
     margin:0;
    font-family: 'Montserrat-Light';
}

.service-block{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height:350px;
    position: relative;
}
.service-block:before{
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background:rgb(15 15 15 / 65%);
    z-index: 0;
}
.service-block h2 {
    display: block;
     font-family: 'Montserrat-Bold';
    font-size: 2rem;
    line-height: 1.375;
    color:#fff;
    padding:0 0 10px 0;
    margin:0 0 40px 0;
    background:url(../img/boder-b.jpg) no-repeat center bottom;
    text-align: center;
}
.service-block p {
    font-size:14px;
    line-height: 21px;
    color:#fff;
     margin:0;
    font-family: 'Montserrat-Light';
    text-align: center;
}
.service-block .content{
    position: relative;
    z-index:1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 25px;
}
.service-slide .item{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height:350px;
    position: relative;
}
.service-slide .item:before{
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background:rgb(15 15 15 / 65%);
    z-index: 0;
}
 .service-slide .item .content{
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 25px;
}
 .service-slide .item i{
    font-size: 45px;
    color: #fff;
    padding-bottom: 15px;
 }
  .service-slide .item h3{
    font-size: 25px;
    color: #ebcd1e;
  }
  .gallery .block{
    position: relative;
    width: 100%;
    height: 250px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
    transition: all 0.5s ease;  
}
.gallery p{
    font-size: 25px;
    color: #ebcd1e;
    position: relative;
    z-index: 99;
     opacity: 0;
     padding-top: 25px;
    top:75px;
    transition: all 0.5s ease;
}
.gallery .block:hover{
    transform: scale(1.1);
}
.gallery .block:before{
    position: absolute;
    left: 0;
    height:100%;
    width: 100%;
    top:100%;
    content: "";
    background: rgb(37 37 37 / 75%);
    z-index: 0;
    opacity: 0.5;
    transition: all 0.5s ease;
}
.gallery .block .overlay-border{
    position: absolute;
    left:37.5px;
    margin: auto;
    height:calc(100% - 75px);
    width: calc(100% - 75px);
    border: 2px dashed #ebcd1e;
    z-index: 9;
    opacity: 0;
    transition: all 0.5s ease;
}
.gallery .block:hover:before,.gallery .block:hover span i,.gallery .block:hover p{
    opacity: 1;
    top:0;
}
.gallery .block:hover .overlay-border{
    opacity: 1;
}
.gallery .block span i{
    font-size: 25px;
    color: #fff;
    position: relative;
    z-index: 99;
    opacity: 0;
    top:75px;
    transition: all 0.5s ease;
}
.gallery a{
    overflow: hidden;
}
.h-500{
    min-height: 500px;
}
#gallery {
    padding: 75px 0 0 0;
}
#gallery h2 {
    display: block;
     font-family: 'Montserrat-Bold';
    font-size: 3.2rem;
    line-height: 1.375;
    color:#151515;
    padding:0 0 10px 0;
    text-align: center;
    margin:0 0 40px 0;
    background:url(../img/boder-b.jpg) no-repeat center bottom;
}


footer{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 75px;
    position: relative;
    text-align: center;
    background: url(../img/banner2.jpg);
}
footer:before{
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background:rgb(15 15 15 / 80%);
    z-index: 0;
}

.form-footer {
    margin-top: 43px;
}

.ul--footer {
    margin-top: 45px;
}

.ul--footer li {
    display: inline-block;
    padding: 0 15px;
}

.ul--footer li a {
    color: #c2c2c2;
}

.ul--footer li a:hover {
    color: #ebcd1e;
}

footer .social {
    margin-top: 38px;
}

.social__item--circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.f-logo img{
    max-width: 275px;
}


footer .form-control{
    background: transparent;
}
footer .form-control:focus{
    background: transparent;
}
.send .btn{
    margin-top: 15px;
    background: #ebcd1e;
    font-size: 17px;
    border:0;
    color: #333;
}
footer .f-social li{
  margin-left: 25px;
}
footer .f-social li{
    border-radius: 50%;
    border: 2px solid #f2f2f2;
    padding: 15px;
    width: 50px;
    height: 50px;
}
footer .f-social li i{
    color: #f2f2f2;
    font-size: 21px;
}
.f-logo{
    margin-bottom: 25px;
    display: block;
}
.copy-right p{
    font-size: 12px;
    color: #fcfcfc;
}

.hamburger-menu {
        position: fixed;
    top: 30px;
    right: 75px;
    width: 35px;
    height: 50px;
    display: block;
    z-index:999999;
}
.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}
.hamburger-menu.open span{
    background:#222;
}
.hamburger-menu span:nth-child(1) {
    top: 3px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 14px;
}

.hamburger-menu span:nth-child(4) {
    top: 25px;
}

.hamburger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}
.sg-nav-block {
        /* width: 200px; */
    position: fixed;
    top: 0;
    padding:25px;
    right: -350px;
    height: 100vh;
    width: 350px;
    display: block !important;
    flex-direction: column;
    justify-content: flex-start !important;
    background: #fff;
    margin: 0;
    z-index: 9999;
    transition: all 0.5s ease;
  }
 .sg-nav li{
    margin-bottom: 15px;
 }
  .sg-nav li a {
    font-size: 36px;
    line-height: 58px;
    font-weight: 700;
    color: #000;
  }
  .sg-nav-block.show {
    right: 0;
}
.sg-nav-block p{
        font-size: 14px;
    line-height: 24px;
    color: #666;
    padding: 15px 0;
}
.socials i{
    font-size: 15px;
    color: #fff;
}
.socials .icon{
    margin-left: 15px;
}
.project-titles {
    position: absolute;
    bottom: 50px;
    left:0;
    z-index: 99;
}
.project-titles p{
    font-size: 21px;
    line-height: 58px;
    font-weight: 500;
    color: #fff;
}
.sg-slider .title{
    position: absolute;
    bottom:50px;
    left:0;
   z-index:999;
   font-size: 25px;
}
.project-titles.d-flex.justify-content-between.w-100.slide0 .pr1{
    font-size: 25px !important;
    color: #f2f2f2 !important;
}
.project-titles.d-flex.justify-content-between.w-100.slide1 .pr2{
    font-size: 25px !important;
    color: #f2f2f2 !important;
}
.project-titles.d-flex.justify-content-between.w-100.slide2 .pr3{
    font-size: 25px !important;
    color: #f2f2f2 !important;
}
.project-titles p{
    position:relative;
    padding: 0 15px;
}
.project-titles p:before{
    position: absolute;
    left:0;
    width:0;
    height:50px;
    content:"";
    bottom:0;
    background: #ff005c;    
    transition: all 0.5s ease;
    z-index: -1;
}
.project-titles.d-flex.justify-content-between.w-100.slide0 .pr1:before{
    width: 100%;
    transform: scale(1.1);
}
.project-titles.d-flex.justify-content-between.w-100.slide1 .pr2:before{
    width: 100%;
    transform: scale(1.1);
}
.project-titles.d-flex.justify-content-between.w-100.slide2 .pr3:before{
    width: 100%;
    transform: scale(1.1);
}
