@font-face {
font-family: regular;
src: url(../fonts/Regular.woff);
}
@font-face {
font-family: medium;
src: url(../fonts/Medium.woff);
}
@font-face {
font-family: bold;
src: url(../fonts/Bold.woff);
}
@font-face {
font-family: queens;
src: url(../fonts/queens.woff);
}
html{
}
body{
    font-family: regular;
    color: #2e475d;
    overflow-x: hidden;
	background-color:#f6f9fc;
}

section{
position:relative;
}
a{
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration:none;
color: #2e475d;
}
a:hover{
text-decoration:none;
color: #ff5c35;
}
button:focus{
	outline:none;
}
img{
width:100%;
}
input{
outline:none;
}
p{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #2e475d;
    line-height: 30px;
}
b{
	font-weight:100;
}
h1,h2,h3,h4,h5,h6{
font-weight:100;
margin:0;
}

*{
transition: all .1s ease; 
}

.btn{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #ff5c35;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: bold;
    border-radius: 3px;
    text-transform: uppercase;
    height: 40px;
    line-height: 27px;
	
}
.btn:hover{
filter: brightness(110%);
color: #fff;
}
.trans{
	-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.container{
    padding: 0;
}
.topmenu{
    background-image: url(../img/topmenubg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}
.topmenu .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.socialtop{
	display:flex;
}
.socialtop a{
    width: 24px;
    display: block;
    border: solid 1px #e3e3e3;
    padding: 4.5px;
    border-radius: 5px;
    height: 24px;
    line-height: 9px;
    border-radius: 100px;
    margin-left: 10px;
}
.socialtop a img{
	opacity:0.7;
}
.socialtop a:hover{
	border-color:#ff5c35;
}

.topmenu .menu{
	display:flex;
}

.topmenu .menu a{
    font-size: 14px;
    margin-right: 40px;
    display: block;
    padding: 6px 0px;
    letter-spacing: -0.5px;

}
.topmenu .menu a svg{
	width:16px;
	margin-right:5px;
	    margin-top: -3px;
		fill:#2e475d;
}
.topmenu .menu a:first-child svg, .topmenu .menu a:last-child svg{
	    width: 15px;
    margin-top: -5px;
}
.topmenu .menu a:hover{
	color: #f9654b;
}
.topmenu .menu a:hover svg{
	fill:#f9654b;
}
header{
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    border-bottom: solid 1px #e9f1f9;
}
header .navbar-expand-md{
padding: 10px 0px 18px 0px;
}
header .navbar-expand-md .navbar-nav .nav-link{
    font-size: 15px; /*font-size: 16px;*/
    letter-spacing: 0px;
    padding: 17px 0px 4px 0px;
    margin: 0px 12px; /*margin: 0px 15px;*/
    font-family: medium;
}
header .navbar-expand-md .navbar-collapse{
padding-left: 5%;
    justify-content: space-between;
}
header .btn{
    padding: 6px 20px;
}
.banner{
    color: #fff;
	    background: #d44325;
    background: linear-gradient(90deg,#d44325 0,#ff5c35 50%,#ff5c35 51%,#ff5c35);
	    position: relative;
    margin-top: 112px;
}
.banner .wrapper{
    overflow: hidden;
    position: relative;
    margin-top: 40px;
}
.banner h1{
font-family: queens;
    font-size: 50px;	
}
.banner h1 span{
    position: relative;
    font-family: bold;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.banner h2{
    margin-top: 14px;
    font-family: medium;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;

}
.banner h2 span{
	display: inline-block;
    height: 2px;
    background-color: #fff;
       width: 25px;
}
.banner h2 b{

}
.banner .btn{
    background-color: #fff;
    color: inherit;
    color: #000;
    width: 90%;
    font-size: 14px;
    height: 60px;
    line-height: 45px;
}
.banner  .row{
	align-items:center;
}
.banner .slider{
    margin-top: 30px;
    margin-bottom: 0;
}
.owl-carousel .owl-stage-outer{
	    border-radius: 10px;
	overflow:hidden;
	box-shadow: 0 40px 81px -16px rgb(50 50 93 / 25%), 0 24px 48px -24px rgb(0 0 0 / 30%);
}
.banner .slider img{
	    border-radius: 10px;
}
.banner .owl-theme .owl-dots{
	display:none;
}
.banner .owl-theme .item{
	position:relative;
}
.banner .owl-theme .item h3{
position: absolute;
    left: -1px;
    bottom: 0;
    width: 100%;
    padding: 70px 20px 20px 20px;
    font-size: 25px;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.85)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    font-family: 'medium';
}
.banner .owl-item .item img{
	    margin-left: -1px;
		 filter: blur(2px);
}


.banner .owl-item.active .item img{
			 filter: blur(0px);
		
}
.banner .owl-carousel .owl-nav button.owl-prev{
	display:none;
}
.banner .owl-theme .owl-nav{
    position: absolute;
    right: 0px;
    top: -10px;
    height: 100%;

border-radius: 0px 10px 10px 0px;
-moz-border-radius: 0px 10px 10px 0px;
-webkit-border-radius: 0px 10px 10px 0px;
border: 0px solid #000000;
}
.banner .owl-carousel .owl-nav button.owl-next{

    width: 40px;
    height: 40px;
        background-color: #ffffffe3;
    margin: 0;
    border-radius: 100px;
    margin-top: 33vh;
    background-image: url(../img/arrowright.svg);
    background-position: center;
    background-repeat: no-repeat;
    border: solid 4px #eb5635;
    position: relative;
    right: -50%;
    background-size: 61%;
}

.banner .owl-carousel .owl-nav button.owl-next:hover{
	background-color:#fff;
}
.banner .owl-carousel .owl-nav button.owl-next span{
	display:none;
}
.banner.inbanner{
	    padding-top: 50px;
		position:relative;
    box-shadow: 0 40px 81px -16px rgb(50 50 93 / 25%), 0 24px 48px -24px rgb(0 0 0 / 30%);
}
.banner:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 100%;
    background-image: url(../img/circles.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 700px;
    border-bottom: solid 40px white;

}

.banner.inbanner .slider {
margin-top: 40px;
    margin-bottom: 0px;
}
.banner.inbanner .slider img{
	 
    box-shadow: 0 40px 81px -16px rgb(50 50 93 / 25%), 0 24px 48px -24px rgb(0 0 0 / 30%);
    position: relative;
    z-index: 1;
}
.banner.inbanner h3{
	font-size: 19px;
    margin-top: 25px;
    padding-right: 10%;
    padding-bottom: 5%;
}
.banner.inbanner h3 b{
	font-family:bold;
}
.banner.inbanner .listing{
	    padding-bottom: 100px;
}
.banner.inbanner .listing h6{
	    margin-bottom: 7px;
    font-family: medium;
}
.banner.inbanner .listing h6 img{
	    width: 27px;
    background-color: #fff;
    padding: 4px;
    border-radius: 20px;
    margin-right: 15px;
}
.banner.inbanner.projects{
	box-shadow: none;
}
.banner.inbanner.projects h1{
	margin-top: 25px; 
}
.banner.inbanner.projects:before{
    border-color: #f6f9fc;
}

.title{
    font-family: bold;
    text-align: center;
    font-size: 28px;
    margin-bottom: 50px;
}

.title span{
	position:relative;
}
.title span:before{
    content: '';
    position: absolute;
    left: -40px;
    top: 13px;
    width: 30px;
    height: 2px;
    background-color: #ff5c35;
}
.title span:after{
    content: '';
    position: absolute;
    right: -40px;
    top: 13px;
    width: 30px;
    height: 2px;
    background-color: #ff5c35;
}
.homeabt{
padding: 80px 0px;
    background-color: #fff;
}
.homeabt .title{
    text-align: left;
    margin: 0px auto;
    max-width: 70%;
    margin-bottom: 30px;
	    color: #f9654b;
}
.homeabt p{
	    max-width: 70%;
    margin: 0px auto;
}
.homeabt p b{
	font-family:bold;
}
.homeabt .btn{
    display: table;
    margin-top: 20px;
    padding: 5px 50px;
}
.homeabt.homeabt-extend{
padding-top:50px;
padding-bottom:0;
}
.homeabt.homeabt-extend p{
margin-bottom:15px;
}
.homeabt.homeabt-extend h4{
	    max-width: 70%;
    margin: 0px auto;
    margin-bottom: 20px;
    font-size: 30px;
	position:relative;
}
.homeabt.homeabt-extend h4:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 41px;
    background-color: #ff5c351f;
    border-radius: 17px;
}

.homeprojects{
    padding: 60px 0px;
}
.homeprojects .title{
    margin-bottom: 20px;
}
.homeprojects .row{
	display:flex;
	    justify-content: space-between;
		    margin: 0;
}

.homeprojects h6{
	    margin: 0px auto;
    max-width: 50%;
    text-align: center;
    margin-bottom: 40px;
	    font-size: 14px;
}

.homeprojects .item{
width: 32%;
    background-color: #fff;
    border-radius: 5px;
		    overflow: hidden;
			position:relative;
}
.homeprojects .item h5{
font-family: bold;
    font-size: 19px;
    margin-top: 40px;
    margin-left: 25px;
    color: #ff5c35;
}
.homeprojects .item p{
line-height: 23px;
		padding:25px;
		    font-size: 15px;
}
.homeprojects .item img{

}
.homeprojects .btn{
    padding-left: 40px;
    padding-right: 40px;
    margin: 0px auto;
    display: table;
    margin-top: 30px;
	    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
.homeprojects .icon{
    position: absolute;
    top: 34.5%;
    width: 54px;
    background-color: #fff;
    padding: 10px;
    border-radius: 100px;
    left: 26px;
    border: solid 1px #ff5c35;
}
.homeprojects .icon img{
	border:0;
}

.gallery{
    padding: 60px 0px;
	    background: #fff;
}
.gallery .row{

}
.gallery .row a{
    overflow: hidden;
    display: block;
    border-radius: 5px;
		-webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
	    position: relative;
}
.gallery .row a:after{
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background-color: #ff5c35;
    border-radius: 5px 0px 0px 0px;
    -moz-border-radius: 5px 0px 0px 0px;
    -webkit-border-radius: 5px 0px 0px 0px;
    border: 0px solid #000000;
    background-image: url(../img/plus.svg);
    background-size: 54%;
    background-repeat: no-repeat;
    background-position: center;
		-webkit-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;
}
.gallery .row a:hover:after{
	    width: 34px;
    height: 34px;
}
.gallery .row a.small{
	    height: 170px;
    margin-bottom: 30px;
}
.gallery .row a.big{
	height: 370px;
    overflow: hidden;
}
.gallery .row a img{
	-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position:relative;
z-index:1;
}
.gallery .row a:hover img{
transform: scale(1.05);
	
}
.gallery .row a:hover{
	filter: brightness(120%);
}
.gallery .title{
	margin-bottom:40px;
}
.gallery.gallery2{
    background-color: #f6f9fc;
}
.ourteam{
    background: #e9f1f9;
	position:relative;
padding-top: 60px;
		    padding-bottom: 100px;
}
.ourteam img{
    border-radius: 2px;
}
.ourteam .title{

}
.ourteam .data{
    position: absolute;
    left: 50%;
    bottom: 53px;
    transform: translateX(-50%);
    display: flex;
    border-radius: 1px;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}
.ourteam .data a{
    padding: 30px;
    font-family: medium;
    border-right: solid 1px #ccc;
	    font-size: 18px;
}
.ourteam .data a:last-child{
	border-right:0;
}
.ourteam .data a:hover{
	color: #ff5c35;
}

.homeprojects.blogs{}
.homeprojects.blogs .title{
	    margin-bottom: 50px;
}
.homeprojects .blog{
    position: relative;
    box-shadow: 0 40px 81px -16px rgb(50 50 93 / 25%), 0 24px 48px -24px rgb(0 0 0 / 30%);
    width: 100%;
    margin-bottom: 20px;
    border: solid 6px #fff;
}

.homeprojects .blog img{
	border:0;
}
.homeprojects .blog h5{
    padding-right: 25px;
    margin-top: 20px;
    font-family: bold;
    font-size: 24px;
    color: inherit;
}
.homeprojects .blog .timning{
    display: flex;
    margin-left: 25px;
    font-family: medium;
    font-size: 16px;
    margin-top: 20px;
}
.homeprojects .blog .date{}
.homeprojects .blog .time{
	margin-left:40px;
}
.homeprojects .blog span{
	    display: block;
    color: #ff5c35;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'bold';
}
.homeprojects .blog .imgbox{
overflow: hidden;
    max-height: 332px;
}
.homeprojects .blog  p{
    padding-top: 15px;
}
.homecontact{
    background-color: #fff;
    padding: 60px 0px;
}
.homecontact .item{
    border: solid 1px #efefef;
    border-radius: 5px;
    padding: 30px;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
min-height: 306px;
}
.homecontact .item img{
    width: 40px;
    margin-bottom: 20px;
}	

.homecontact .item h1{
	font-family: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.homecontact .item p{}
.homecontact .item  p a{
	    font-family: medium;
}
.homecontact .form{
    background: #d44325;
    background: linear-gradient(90deg,#d44325 0,#ff5c35 50%,#ff5c35 51%,#ff5c35);
    display: flex;
    width: 100%;
    margin: 0;
    margin-top: 30px;
    border-radius: 5px;
	    align-items: center;
}
.homecontact .form .box1{
    width: 45%;
    padding: 100px;
    color: #fff;
}
.homecontact .form .box1 p{
	    font-size: 21px;
    color: #fff;
    line-height: initial;
    margin-bottom: 20px;
}
.homecontact .form .box1 p:last-child{
	    font-size: 39px;
    font-family: bold;
}
.homecontact .form .box2{
	width:55%;
}
.homecontact .form form{
padding-right:100px;
}
.homecontact .btn{
	    width: 100%;
    background-color: #2e475d;
    color: #fff;
    height: 50px;
    font-family: medium;
    font-size: 14px;
    border-radius: 5px;
}
footer{
    background-color: #2e475d;
    display: flex;
    justify-content: space-between;
    padding: 0% 5%;
}
footer p{
    text-align: center;
    color: #ccc;
    font-size: 14px;
    padding: 50px 0px;
}
footer p{}
footer p a{
	    color: white;
    font-size: 12px;
}
footer p a:hover{
		    color: white;
	text-decoration:underline;
}
.rovreg{
    border: solid 1px #e3e3e3;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 0 11px #eaf0f6;
	margin-top:50px;
}
.rovreg .box1{
padding: 5%;
    width: 55%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	    padding-right: 10%;
}
.rovreg .box2{
width: 45%;
position:relative;
}
.rovreg .box2:before{
    content: '';
    position: absolute;
    left: -95px;
    top: 0;
    width: 100px;
    height: 100%;
    background-color: #efefef;
    z-index: 1;
clip-path: polygon(88% 0, 100% 0, 100% 100%, 0% 100%);
}
.rovreg .box2 img{
	border: solid 1px #ededed;
    position: relative;
    right: -2px;
	border-radius: 0px 10px 10px 0px;
-moz-border-radius: 0px 10px 10px 0px;
-webkit-border-radius: 0px 10px 10px 0px;
border: 0px solid #000000;
}
.rovreg h6{
	font-size: 19px;
} 
.rovreg h6 b{
	font-family:medium;
}
.rovreg h5{
	display: table;
    border: solid 1px #c3c3c3;
    padding: 16px 30px;
    font-family: bold;
    font-size: 17px;
	    color: #f9654b;
} 

.projects-explore{
      padding: 40px 0px 0px 0px;

}
.projects-explore .title{
    margin-bottom: 60px;
}
.projects-explore .item{
    position: relative;
    width: 46%;
	margin-bottom:100px;
}
.projects-explore .item .thumb{
position:relative;
}
.projects-explore .item .thumb img{
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);

    position: relative;
    z-index: 2;
    left: 0%;
    width: 100%;
	border-radius: 2px 2px 0px 0px;
-moz-border-radius: 2px 2px 0px 0px;
-webkit-border-radius: 2px 2px 0px 0px;
border: 0px solid #000000;
}
.projects-explore .item .thumb:before{
    content: '';
    position: absolute;
    right: -20px;
    top: -20px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 40px 81px -16px rgb(50 50 93 / 25%), 0 24px 48px -24px rgb(0 0 0 / 30%);
}
.projects-explore .item .icon{
    width: 50px;
    position: absolute;
    left: 30px;
    bottom: -25px;
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: solid 1px #e7e7e7;
}
.projects-explore .item .icon img{
	    width: 54%;
}
.projects-explore .item h2{
    font-family: bold;
    font-size: 19px;
    margin-top: 30px;
    width: 100%;
    position: relative;
    z-index: 3;
}
.projects-explore .item h2 span{
	font-family: 'medium';
    font-size: 13px;
}
.projects-explore .item h2 b{
    color: #ff5c35;
    font-size: 15px;
}
.projects-explore .item p{
overflow: hidden;
    font-family: medium;
    line-height: 23px;
    color: #5e6b76;
    font-size: 15.5px;
    margin-top: 10px;
    width: 70%;
    overflow: hidden;
    max-height: 73px;
}
.projects-explore .item img{}
.projects-explore .item .btn{
    background: #ff5c35;
    color: #ffffff;
    width: auto;
    display: block;
    font-size: 15px;
    text-transform: inherit;
    font-family: medium;
    letter-spacing: 0;
    position: absolute;
    right: 0;
    bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.projects-explore .item .btn:hover{
	    color: #fff;
}
.projects-explore .item.item2{}
.projects-explore .item.item2 .thumb:before{
	    right: inherit;
    left: -20px;
}
.projects-explore .row{
	justify-content:space-between;
	    margin: 0;
}

.projectmodal .modal-open {
    padding: 0px!important;
}
.projectmodal .modal-open .modal{
	    padding: 0px!important;
}
.projectmodal .modal-dialog {
    width: 90%;
	max-width:1366px;
	
}
.projectmodal .modal-body {
    padding: 0;
}
.projectmodal .data{
	    padding: 30px;
		width:30%;
		padding-top: 0;
}
.projectmodal .data h3{
	font-family: 'bold';
    font-size: 25px;
}
.projectmodal .data p{
	line-height: 23px;
    padding-top: 10px;
}

.projectmodal .carousel-indicators{
position: static;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}
.projectmodal .carousel-indicators li{
width: 100px;
    height: auto;
    text-indent: 0;
    border: solid 1px #a1a1a1;
}
.projectmodal .carousel-indicators li img{
border-radius: 3px;
border:solid 1px #ff5c35;
}
.projectmodal .cont{
	display:flex;
}
.projectmodal .cont .gal{
		width:70%;
		padding-right:30px;
}
.projectmodal .modal-header{
border: 0;
    background-image: url(../img/rovt.png);
    background-repeat: no-repeat;
    background-position: 30px 50%;
    background-size: 63px;
    padding: 20px 0px;
	    justify-content: end;
}
.projectmodal .modal-header .close{
	margin: 0px;
    float: right;
    padding: 4px 8px;
    margin-right: 20px;
}
.projectmodal .carousel-item img{
	
}
.projectmodal .carousel-inner{
		border-radius:5px;
		overflow:hidden;
}
.projectmodal .modal-content {
    border: solid 2px #ff5c35;
}
.galpage .banner.inbanner{
    padding-bottom: 40px;
    margin-top: 112px;
    box-shadow: none;
    padding-top: 20px;
} 	
.galpage .banner.inbanner:before{
	display:none;
} 
.teamin{
    background: #d44325;
    background: linear-gradient(90deg,#d44325 0,#ff5c35 50%,#ff5c35 51%,#ff5c35);
margin-top: 112px;
}

.teamin *{
transition: all .1s ease; 
}
.teamin .title{
    font-family: queens;
    color: #fff;
    font-size: 50px;
	    text-align: left;
		    margin-top: 40px;
		
}
.teamin .container{
    position: relative;
}
.teamin .row{

	    margin: 0;
}
.teamin .row div{
    padding: 0;
}
.teamin .data{
		justify-content:space-between;
	flex-wrap:wrap;
	display:flex;
}
.teamin  .item{
    color: #fff;
    margin-bottom: 40px;
    width: 27%;
}
.teamin  .item .thumb{
	position: relative;
}
.teamin  .item .thumb img{
	position:relative;
	z-index:2;
	    border-radius: 5px;
}
.teamin  .item .thumb:before{
content: '';
    position: absolute;
    right: -10px;
    top: -10px;
    width: 100%;
    height: 100%;
    background-color: #ffffff4a;
    z-index: 0;
    border-radius: 5px;
}
.teamin  .item h5{
	    font-family: 'bold';
    font-size: 18px;
    margin-top: 20px;
}
.teamin  .item h6{
	font-size: 13.5px;
    margin-top: 7px;
}
.teamin  .item h3{
    font-size: 13.5px;
    font-family: 'medium';
    margin-top: 7px;
}
.teamin  .item.item2 .thumb{
	    height: 100px;
    overflow: hidden;
	width:100px;
}
.teamin  .item.item2 .thumb:before{
	display:none;
}
.teamin .navigation{
	    position: fixed;
		    margin-top: 70px;
}
.teamin .navigation__link{
    display: block;
    color: #ffffffc9;
    font-family: 'medium';
    font-size: 16px;
    font-weight: 100;
    padding: 3px 0px;
    border-bottom: solid 1px #ed522e00;
    display: table;
	margin-bottom:20px;
	
}
.teamin .navigation__link.active{
	    color: #fff;
}
.teamin .navigation__link:hover{
	color:#fff;
}

#t-one, #t-two, #t-three{
	scroll-margin-top: 170px;
}

.gevd{
    color: #fff;
    background: #d44325;
    background: linear-gradient(90deg,#d44325 0,#ff5c35 50%,#ff5c35 51%,#ff5c35);
    margin-top: 112px;
    padding: 5% 0%;
	position:relative;
	overflow:hidden;
}
.gevd .art{
background-image: url(../img/art.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background-position: -5px 50%;
    background-repeat: no-repeat;
    background-size: cover;

	
}
.gevd .art .bee{
	    width: 34px;
    right: 0;
    bottom: 0;
    position: absolute;

}




.gevd h1{
	    font-family: 'bold';
    text-transform: uppercase;
      font-size: 14px;
    letter-spacing: 1px;
}
.gevd h2{
    font-family: queens;
    font-size: 60px;
	margin-bottom:50px;
}
.gevd form{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
	    justify-content: space-between;
}
.gevd form .form-group{
    width: 49%;
}

.gevd form .form-group .form-control{
	    font-size: 14px;
    height: 44px;
}
.gevd form .form-group.fullwidth{
	width:100%;
}
.gevd form .form-group.formflex{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.gevd form .form-group.formflex .form-control{
width: 210px;
}
.gevd form h6{
	    font-family: medium;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
}
.gevd .radios{
	width:100%;
}
.gevd .btn{
    background-color: #2e475d;
    color: white;
    width: 100%;
    height: 50px;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 100;
    border-radius: 5px;
	    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #701600;
    background-color: #bd2400;
}
.custom-control-label {
    font-family: 'medium';
    font-size: 15px;
}

.events{
position: relative;
    margin-top: 112px;
    background: #ff5c35;
}
.events:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 349px;
    background-image: url(../img/event.png);
    background-size: 1000px;
    background-position: center bottom;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    opacity: 0.5;
}
.events.medias:before {
    background-image: url(../img/mediabg.png);
}
.events h1{
position: relative;
    z-index: 1;
    font-family: queens;
    color: #fff;
    font-size: 60px;
    padding-bottom: 50px;
    text-align: center;
}
.events .homeprojects.blogs{
}
.events .nav-tabs{
	    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    border: 0;
}
.events  .nav-tabs .nav-item{
	margin:0;
}
.events .nav-tabs .nav-link{
	    border: solid 1px #fff;
    border-radius: 5px;
    font-family: 'bold';
    color: #fff;
    font-weight: 100;
    padding: 10px 40px;
    margin: 0px 5px;
	    text-transform: uppercase;
}
.events .nav-tabs .nav-link.active{
	color: #ff5c35;
}

.modal#getaquote{
background-color: #000000ab;
}	
.modal#getaquote .modal-dialog{
max-width: 100%;
margin: 0px auto;
height: 100%;
display: flex;
align-items: center;
}	
.modal#getaquote .modal-body{
padding: 0;
display: flex;
position:relative;
}
.modal#getaquote .modal-header{
position: absolute;
left: 0;
top: 0;
z-index: 1;
width: 100%;
border: 0;
background: transparent;
}
.modal#getaquote .modal-content{
border: 0;
max-width: 70%;
margin: 0px auto;
box-shadow: 0 40px 81px -16px rgb(50 50 93 / 25%), 0 24px 48px -24px rgb(0 0 0 / 30%);
overflow: hidden;
    border: solid 1px #242424;
}
.modal#getaquote .bgbox{
    width: 50%;
    height: inherit;
    background-image: url(../img/slider5.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.modal#getaquote .bgbox .logo{
background-color: white;
width: 120px;
border-radius: 100px;
height: 120px;
display: flex;
align-items: center;
justify-content: center;
padding: 26px;
}
.modal#getaquote form{
width: 50%;
padding: 35px;
border-left: solid 1px #ededed;
}	

.modal#getaquote .head{
font-weight: 100;
    font-family: 'queens';
    font-size: 70px;
	color: #ff5c35;
}
.modal#getaquote p{
margin-bottom: 20px;
    font-size: 16px;
    font-family: 'medium';
    line-height: 22px;
}
.modal#getaquote h6{
	font-family: 'medium';
    color: #858585;
    font-size: 15px;
}
.modal#getaquote ul{
	    border: dashed 1.5px #ccc;
    border-radius: 6px;
    padding: 15px;
    list-style: none;
    margin: 0;
    margin-top: 10px;
}
.modal#getaquote ul li{
	    font-family: 'medium';
    font-size: 14px;
}

.gevd .homecontact{
	    background: transparent;
    padding: 0;
}
.gevd .homecontact .item{
    box-shadow: none;
    border: 0;
    padding: 0;
    min-height: auto;
    border-radius: 0;
    border-bottom: dotted 2px #ffffff5e;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.gevd .homecontact .item p {
    color: #fff;
}
.gevd .homecontact  .item img {
    background-color: #fff;
    padding: 7px;
    border-radius: 50px;
}
.gevd .homecontact .item p a {
    font-family: medium;
    color: #fff;
}
.gevd .homecontact .form{
    display: block;
    background: transparent;
    margin: 0;
}
.gevd .homecontact .form .box1 {
    width: 100%;
    padding: 0;
    color: #fff;
}
.gevd .homecontact .form .box2 {
    width: 100%;
}
.gevd .homecontact .form .box1 p:last-child {
    font-size: 17px;
    color: #fff;
    line-height: initial;
    margin-bottom: 30px;
    font-family: inherit;
    margin-top: 0;
}
.gevd .homecontact .form .box1 p {
    font-size: 50px;
    font-family: 'queens';
    margin-top: 0;

}
.gevd .homecontact .form form {
    padding-right: 0;
}
.gevd .art.art2 {
    background-image: url(../img/contactbg.png);
    width: 35%;
    background-position: center top;
    background-size: 70%;
    background-repeat: repeat-y;
	    animation: productmove 5s infinite linear;
}
@keyframes productmove {
  0%   {background-position:right bottom;}
  100% {background-position:right top;}
}


.projects-explore.productgal{}
.projects-explore.productgal .row{
	    justify-content: inherit;
    margin-right: -15px;
    margin-left: -15px;
}
.projects-explore.productgal .item{
    width: 100%;
    margin: 0;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.projects-explore.productgal .item .thumb{}
.projects-explore.productgal .item .thumb:before{
	display:none;
}

.projectmodal.projectmodal2{}
.projectmodal.projectmodal2 .cont .gal {
    width: 100%;
    padding-right: 0;
}
.projectmodal.projectmodal2 .modal-header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
}
.projectmodal.projectmodal2 .modal-dialog {
    width: 90%;
    max-width: 1000px;
}
.projectmodal.projectmodal2 .carousel-indicators{
	    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.projectmodal.projectmodal2 .modal-content {

}
.projectmodal.projectmodal2 .carousel-indicators li img {
    border-radius: 0px;
    border: solid 2px #ffffff;
}
.projects-explore.productgal .item h2{
    font-family: 'medium';
    font-size: 17px;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    padding: 0px 20px;
}
.projects-explore.productgal .item .btn{
	    position: static;
    text-transform: uppercase;
    font-size: 13px;
    display: table;
    padding: 3px 25px;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 24px;
}
.teamin table{
    position: relative;
    z-index: 1;
    background-color: #ed5030;
    color: #fff!important;
    border: solid 1px #ff6945;

}
.teamin .ttitle{
	    padding: 20px!important;
    background-color: #f1f1f1;
    width: 100%;
    font-family: 'bold';
    font-size: 20px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
}
.teamin tr:nth-child(1){
    border-bottom: solid 2px #ff6945;
    background-color: #f1f1f1;
}
.teamin tr:nth-child(1) td{
	    font-family: 'medium';
	    color: #000!important;
	    border-right: solid 1px #ccc;
}
.teamin tr td{
font-size: 15px;
    border-right: solid 1px #ff6945;
    border-top: 0;
    border-bottom: solid 1px #ff6945;
}
.table-responsive{
	margin-bottom:60px;
}
.staytunes{
	    text-align: center;
    color: #fff;
    font-size: 33px;
    padding-top: 10%;
    min-height: 50vh;
}
/*.eventsMain{*/
/*    column-count: 3;*/
/*} */
.eventsMain {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 15px; 
}

.eventsMain .item.blog {
    width: 100%; 
}
.homeprojects .blog img{
    height:100%;
}
@media only screen and (max-width: 767px) {
	
	
	footer {
    flex-direction: column;
    padding: 40px 5%;
}
	
	.homeprojects .row div{
		padding: 0;
	}
	
	.staytunes {
    font-size: 20px;
}
	.events .nav-tabs .nav-link {
    padding: 6px 10px;
    margin: 0px 5px;
    font-size: 13px;
}
	
	.projectmodal.projectmodal2 .carousel-indicators {
    position: static;
}
	
.gevd .homecontact .item h1 {
    font-size: 16px;
    text-align: left;
    margin-top: 0px;
}
.gevd h1.tleft {
    text-align: left;
}
.gevd h2.tleft {
    text-align: left;
}
.gevd .homecontact .form .box1 p {
    font-size: 40px;
}
.gevd .homecontact .form form {
    padding: 0;
}

	
	.projectmodal .modal-dialog {
    width: 96%;
}
.projectmodal .cont .gal {
    width: 100%;
    padding: 0px 15px 0px 15px;
}
.projectmodal .carousel-indicators {
    margin: 0;
    padding-bottom: 0px;
    padding-top: 0px;
}
	
	.projectmodal .cont {
   flex-wrap:wrap;
       flex-direction: column-reverse;
}
.projectmodal .data {
    padding: 20px;
    width: 100%;
	    padding-top: 5px;
}
.projectmodal .data h3 {
    font-size: 20px;
}
.projectmodal .modal-header {
    background-position: 20px 50%;
}
	
	.modal#getaquote .bgbox{
	display:none;
}
.modal#getaquote .modal-content{
	width:100%;
	max-width:96%;
}
.modal#getaquote form {
    width: 100%;
    padding: 30px;
    border-left: solid 0px #ededed;
}
.modal#getaquote .head {
    font-size: 50px;
}
.modal#getaquote p {
    font-size: 16px;
}
.modal#getaquote ul li {
    font-size: 15px;
}
.modal#getaquote ul {
    padding: 20px;
}
	
	.gevd .art{
		display:none;
	}
	.gevd form .form-group {
    width: 100%;
	    margin-bottom: 10px;
}
.gevd form .form-group.formflex {
    display: block;
}
.gevd form .form-group.formflex .form-control {
    width: 100%;
	margin-bottom: 10px;
}
.custom-control-label {
    font-family: 'regular';
    font-size: 15px;
}
.gevd {
margin-top: 97px;
}
.gevd h2 {
    font-size: 50px;
    margin-bottom: 25px;
	    text-align: center;
	
}
.gevd h1 {
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 30px;
    text-align: center;
}
	
	.events h1 {
    font-size: 44px;
    padding-bottom: 35px;
    padding-top: 40px;
}
	.events:before {
    background-size: 110%;
    background-position: center top;
    background-repeat: no-repeat;
}
.events {
    margin-top: 97px;
}	
.homeprojects .blog .timning {
    margin-left: 20px;
    font-size: 14px;
    margin-top: 15px;
}
	
.teamin .navigation{
	display:none;
}
.teamin .item {
    margin-bottom: 30px;
    /*width: 30%;*/
    width: 48%;
}
.teamin .item .thumb:before {
    right: -5px;
    top: -5px;
}
.teamin .item h5 {
    font-size: 16px;
    margin-top: 10px;
}
.teamin .item h6 {
    font-size: 12px;
    margin-top: 5px;
}
.teamin .title {
    font-size: 32px;
    margin-top: 40px;
}
.teamin {
    margin-top: 97px;
}
	
	.homeabt.homeabt-extend h4 {
    max-width: 100%;
    font-size: 17px;
    font-family: medium;
    border: solid 1px #ffebe6;
    border-radius: 10px;
    padding: 15px;
	background-color:#ffebe6;
}
.homeabt.homeabt-extend h4:after {
 display:none;
}

	
.galpage .banner.inbanner {
    padding-bottom: 20px;
    margin-top: 97px;
}
	
	.banner.inbanner .listing {
    padding-bottom: 0px;
}
.banner.inbanner.projects {
    padding-top: 20px;
}
	.banner.inbanner h3 {
    font-size: 17px;
    margin-top: 20px;
	    padding-right: 0;
}
.projects-explore .title {
    margin-bottom: 30px;
}

.projects-explore .item {
    width: 100%;
    margin-bottom: 30px;
}
.projects-explore .item h2 {
    font-size: 18px;
    margin-top: 20px;
    width: 100%;
}
.projects-explore .item h2 b {
    position: static;
    display: block;
    margin-bottom: 10px;
}
.projects-explore .item .btn {
    margin-top: 5px;
	position:static;
}
.homecontact {
    padding: 30px 0px 30px 0px;
}
.homecontact .form {
    margin-top: 0px;
}
.projects-explore .item p {
width: 100%;
    max-height: 50px;
}
.projects-explore .item .thumb:before{
	display:none;
}
	
	.homeprojects {
    padding: 40px 0px;
}
.homeprojects .btn {
    margin-top: 5px;
}
.gallery {
    padding: 40px 0px;
}
.ourteam {
    padding-top: 40px;
}
	
	.banner h2 {
    margin-top: 10px;
    font-size: 9px;
}
.banner .wrapper {
    margin-top: 0;
}
	
	.title {
    font-size: 23px;
    margin-bottom: 30px;
}
	
	.homeabt {
    padding: 40px 0px;
}
	p {
    font-size: 15px;
}
	
	
	.banner.inbanner{}
	.banner.inbanner h1{}
	.banner.inbanner h1 span{
		    font-size: 13px;
	}
	
	.rovreg .box1{
    width: 100%;
    padding: 7%;
	}
	.rovreg .box2{
		width:100%;
	}
	
	.rovreg .box2 img {
    right: 0;
    border-radius: 0;
}
.rovreg h6 {
    font-size: 16px;
	margin-bottom:20px;
}
.rovreg h5 {
    display: block;
    font-size: 14px;
    width: 100%;
    text-align: center;
}
	
	.banner.inbanner .slider {
    margin-top: 20px;
}

.rovreg {
    border-radius: 5px;
    margin-top: 30px;
	    flex-wrap: wrap;
}
.rovreg .box2:before{
	display:none;
}
.homeabt.homeabt-extend {
    padding-top: 30px;
}
.banner .slider img {
    border-radius: 5px;
}
	
	.topmenu .menu a {
    margin-right: 0px;
}
/*.socialtop{*/
/*	display:none;*/
/*}	*/
.topmenu .menu {
    width: 100%;
    justify-content: space-around;
}
.homeprojects .row{
	flex-wrap:wrap;
}
.homeprojects .item {
    width: 100%;
    margin-bottom: 0px;
}
.gallery .row a.big {
    height: auto;
	    margin-bottom: 10px;
}
.gallery .row a.small {
    height: auto;
    margin-bottom: 10px;
}
.container {
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.ourteam .data a {
    padding: 10px 12px;
    font-size: 14px;
    text-align: center;
}
.ourteam .data {
bottom: 38px;
    width: 93%;
}
.homecontact .item {
    min-height: auto;
    margin-bottom: 15px;
}
.homecontact .item h1 {
    font-size: 18px;
}
.homecontact .form .box1 {
    width: 100%;
    padding: 30px;
	    padding-bottom: 0;
}
.homecontact .form .box1 p {
    font-size: 17px;
}
.homecontact .form .box1 p:last-child {
font-size: 27px;
}
.homecontact .form .box2 {
    width: 100%;
}
.homecontact .form form {
    padding-right: 0;
    padding: 30px;
    padding-top: 0;
}
footer p {
font-size: 12px;
    padding: 0px 0px;
}
.navbar-toggler{
    border: 0;
    width: 50px;
    height: 34px;
    background-image: url(../img/menu.svg);
    background-size: 58%;
    background-position: center;
    background-repeat: no-repeat;
}
.navbar-toggler-bg{
	    background-image: url(../img/close.svg);
}
header .navbar-expand-md .navbar-collapse {
    padding-left: 0%;
    border-top: solid 1px #ccc;
	    padding-bottom: 30px;
}
header .navbar-expand-md .navbar-nav .nav-link {
    padding: 15px 0px 15px 0px;
    margin: 0px 0px;
    font-family: 'bold';
}
.banner .owl-theme .item h3 {
    font-size: 19px;
}
.banner {
    padding-top: 50px;
    margin-top: 97px;
}

.banner h1 {
    font-size: 26px;
    margin-bottom: 20px;
}
.banner.bannerhome{
	padding-bottom: 20px;
	padding-top: 20px;
}
.banner.bannerhome:before{
	display:none;
}
.banner .btn {
    width: 100%;
    height: 50px;
    line-height: 37px;
}
.banner .slider {
margin-top: 25px;
    margin-bottom: 0;
}
.banner .owl-carousel .owl-nav button.owl-next {
    right: -14px;
    margin-top: 0;
    position: relative;
    top: 42%;
}
.homeabt .title {
    max-width: 100%;
    margin-bottom: 10px;
	    font-size: 23px;
}
.homeabt p {
    max-width: 100%;
}
.homeprojects h6 {
    max-width: 100%;
}
header .navbar-expand-md {
    padding: 5px 0px 8px 0px;
}
.eventsMain{
    column-count: 1;
}
}



