

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #313131;
    font-weight: 400;
	background: #fafafb;
}
@font-face {
  font-family: "Open Sans Regular";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.navbar{
    transition:500ms ease;
    background:transparent;
    color: white;
}
.carousel-img{
	border: 1px solid #e1e1e5;
    border-radius: 6px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.h-58 {
      height: 64vh;
}
.pr-img{
	border: 1px solid #e1e1e5;
    
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.container-banner{
	padding-right: 120px;
    padding-left: 120px; 
}
.container-menu{
	padding-right: 77px;
    padding-left: 77px; 
}
.container-footer-bottom{
	padding-right: 120px;
    padding-left: 120px; 
}


.navbar-scrolled{
    /*background:#000;*/
    background: white;
    box-shadow: 1px 1px 5px #f7f7f7;
    /*color: #0000; !important;*/
}
.da-scrolled {
    color: #000000 !important;
}
.navbar-nav .nav-link{
	color: #fff ;
}

.navbar-nav .nav-link::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #69c5d3;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s, transform 0.2s ease-out;
}

.navbar-nav .nav-link:active::before {
    background-color: #69c5d3;
}

.navbar-nav .nav-link:hover::before, a:focus::before {
    color: #fff;
    transform-origin: left top;
    transform: scale(1, 1);
}





.fixed-top.scrolled {
    transition: background-color 200ms linear;
    box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
    background: #fff !important;
    color: #000 !important;
}
.fixed-top.scrolled nav .l-1 {
    display: none;
}
.fixed-top.scrolled nav .l-2 {
    display: block !important;
}
.fixed-top.scrolled ul li .rtn-c {
    color: #000 !important;
}
.rtn-c {
    color: #fff !important;
}
.fixed-top.scrolled ul li .rtn-c {
    color: #000 !important;
}
.column {
    -ms-flex: 33%; /* IE10 */
    flex: 33%;
    max-width: 33%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}
.enquire{
	position: fixed;
    top: 37%;
    z-index: 99;
    right: 0;
	border: none;
	background: 
#fe6915;
    color: #fff;
    padding: 5px 24px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
	outline: 0 !important;
	text-transform: uppercase;
	transition: 0.9s
	
}

.enquire:hover{
	background: #69c5d3;
	transition: 0.9s
}

.view-link{
	float: right;
    text-align: right;
    width: 68.5%;
    font-size: 18px;
    color: 
#fe6915;
    font-weight: 700;
	text-decoration: none 
	
}
.full-height{
	
}



/* Responsive layout - makes a two column-layout instead of four columns */
/*@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}
*/

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}


.full-height{
	height: 100%;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-right: 20px;
    border-radius: 100%;
}

.carousel-indicators .active {
    background-color: #69c5d3;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.slider-content h2 {
    font-size: 62px;
    line-height: 90px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1.00);
    opacity: 1;
}

.color {
    color: 
#fe6915;
}

.slider-sub-content {
    font-size: 18px;
    margin-left: 8px;
    color: #fff;
}

.slider-content {
    /*margin-left: 50px;*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.d-block {
    display: block !important;
}

.black-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.33);
}

.nav-bg {
    background: transparent;
    color: black;
}

.da-a {
    font-size: 15px;
    /*color: white;*/
    font-weight: 600;
}

/*ol, ul {*/
/*list-style: none;*/
/*}*/
/*li {*/
/*display: inline-block;*/
/*padding: 20px 0 20px;*/
/*vertical-align: middle;*/
/*}*/
a:hover, a:focus, a:active {
    text-decoration: none;
}

/*a {*/
/*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
/*text-decoration: none;*/
/*transition: color 0.1s, background-color 0.1s;*/
/*}*/
a {
    position: relative;
    display: block;
    margin: 0 12px;
    /*letter-spacing: 1px;*/
    transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in;
   
}

a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 1px;
    width: 100%;
    
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s, transform 0.2s ease-out;
}

a:active::before {
    background-color: #69c5d3;
}

a:hover::before, a:focus::before {
    color: #fff;
    transform-origin: left top;
    transform: scale(1, 1);
}

.slider_button {
    background-color: #69c5d3;
    border: 2px solid #69c5d3;
    color: #fff;
    display: inline-block;
    outline: 0;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-family: Montserrat, serif;
    padding: 12px 37px;
    border-radius: 45px;
    font-size: 12px;
    line-height: 1.7em;
    text-transform: uppercase;
}

.services {
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    position: relative;
    margin-bottom: 0 !important;
    padding-top: 112px !important;
}

.bottom-line {
    text-align: center;
    position: relative;
    height: auto;
    font-size: 0;
    line-height: 1em;
}

.edgtf-separator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    
    margin: 10px 0;
}

.services-column {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    

    /*height: 300px; !* Should be removed. Only for demonstration *!*/
}

.services-content {
    margin-top: 30px;
}

.services-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: none;
}

.service-number {
    color: 
#fe6915;
    /*margin: 0 15px 4px 0;*/
    vertical-align: middle;
    display: inline-block;
    text-transform: none;
    font-size: 35px;
	padding-right: 14px;
}

.service-content-title {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    margin-top: 20px;
}

.ptb-120 {
    padding: 120px 0;
}

.about-wrap {
    position: relative;
    padding: 60px 0px 60px 30px;
    border-top: 2px solid 
#fe6915;
    border-left: 2px solid 
#fe6915;
}
.about-wrap-2 {
    position: relative;
    padding: 60px 20px 60px 0px;
    border-top: 2px solid 
#fe6915;
    border-right: 2px solid 
#fe6915;
}
.about-wrap-2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: 
#fe6915;
}
.about-wrap-2:after {
    position: absolute;
    left: -83px;
    top: -2px;
    width: 85px;
    height: 75px;
    border-top: 2px solid 
#fe6915;
    border-left: 2px solid 
#fe6915;
    content: "";
}


.about-img {
    position: relative;
    margin-top: 100px;
}

div {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.about-wrap:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: 
#fe6915;
}
:before, :after {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;

}
img {
    max-width: 100%;
    height: auto;
}
.about-img:before {
    position: absolute;
    left: -15px;
    height: 95%;
    bottom: -15px;
    width: 98%;
    background: #333132;
    content: "";
    z-index: -9;
}
.about-title{
    font-weight: 700;
}
.about-wrap:after {
    position: absolute;
    right: -100px;
    top: -2px;
    width: 100px;
    height: 60px;
    border-top: 2px solid 
#fe6915;
    border-right: 2px solid 
#fe6915;
    content: "";
}
.project-area {
        padding: 120px 0px 15px;
}
.project-wrap {
    position: relative;
    margin-bottom: 30px;
}
.project-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 
#fe6915;
    opacity: .55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.project-wrap img {
    width: 100%;
}
.project-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.project-content a {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 15px;
}
.project-content h3 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.footer-top {
    padding: 120px 0px 90px;
}
.footer-widget {
    margin-bottom: 30px;
}
.footer-logo img {
    margin-bottom: 30px;
}
.footer-logo p {
    margin-bottom: 20px;
}
.footer-logo h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.footer-logo span {
    display: block;
    margin-bottom: 20px;
}
.footer-logo ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
}
.footer-widget h4.widget-title {
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 30px;
    margin: 30px 0px 50px;
    font-weight: 600;
    position: relative;
}
.footer-widget h4.widget-title:before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 12px;
    background: 
#fe6915;
    content: "";
}
.footer-contact ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    line-height: 24px;
    font-size: 14px;
}
.footer-contact ul li i {
    height: 25px;
    width: 25px;
    font-size: 14px;
    border: 1px solid 
#fe6915;
    text-align: center;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.footer-contact ul li:last-child {
    margin-bottom: 0px;
}
.footer-menu ul li {
    line-height: 37px;
    padding-left: 30px;
    position: relative;
}
.footer-menu ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f101";
    font-family: fontawesome;
}
.footer-menu ul li:hover:before {
    left: 5px;
    color: 
#fe6915;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    text-decoration: none;
    /*color: #333132;*/
}
.newsletter p {
    margin-bottom: 20px;
}
.newsletter input {
    width: 100%;
    height: 40px;
    border: 1px solid #e5e5e5;
    padding-left: 15px;
    background: transparent;
    margin-bottom: 10px;
}
.newsletter button {
    width: 115px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    background: #69c5d3;
    color: white;
    cursor: pointer;
    border-radius: 3px;
}
.newsletter button:hover {
    background: #323131;
    color: #fff;
}
.footer-bootem {
    padding: 10px 0px 0px 0px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
/*@keyframes slider-content {*/
    /*from {*/
        /*margin-left: 100%;*/
        /*width: 300%;*/
    /*}*/

    /*to {*/
        /*margin-left: 0%;*/
        /*width: 100%;*/
    /*}*/
/*}*/
.ml10 {
    position: relative;
    font-weight: 900;
    font-size: 4em;
}

.ml10 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}

.ml10 .letter {
    display: inline-block;
    line-height: 1em;
    transform-origin: 0 0;
}
.contact {
    margin-left: -15px;
    margin-right: -15px;
    text-align: right;
    position: relative;
    margin-bottom: 0!important;
    padding-bottom: 80px !important;
}

.contact:after, .contact:before {
    content: " ";
    display: table;
}
.contact-icons {
    color: 
#fe6915;
    /* margin: 0 15px 4px 0; */
    vertical-align: middle;
    display: inline-block;
    text-transform: none;
    font-size: 22px;
}
.contact_content_title {
    font-size: 18px;
    font-weight: 600;
}
.contact-container {
width: 100%;
    background: #f7f7f7;
    margin-top: 10px;
    text-align: center;
    position: relative;
    /* margin-bottom: 0 !important; */
    padding-top: 22px !important;
    /* padding-bottom: 0px !important; */
    padding-left: 329px;
    padding-right: 329px;

}
.contact-us-input {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #888;

}
.contact_area{
	    background: #f7f7f7;
	padding-top: 18px;

}
.contact-column_no_border {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
	text-align: center;
    
}
.contact-column {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
	text-align: center;
    border-right: 2px  solid  #e6e6e6 ;
    /*height: 300px; !* Should be removed. Only for demonstration *!*/
}
.contact-row {
    margin-right: 0px;
    margin-left: 0px;
}
.contact-container p {
    font-weight: 400;
    color: #888;
    font-size: 14px;
}
.section-title2 h2,
.section-title2 h3 {
    color: #fff;
}
.test-wrap {
    padding: 60px 0px 0px;
    outline: none;
}
.test-wrap i {
    color: #f8c601;
    font-size: 36px;
    margin-bottom: 25px;
    margin-left: 1px;
}
.test-wrap p {
    color: #fff;
    margin-bottom: 35px;
}
.test-wrap h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #fff;
}
.test-wrap span {
    display: block;
    font-size: 14px;
    color: #f8c601;
}
.test-img-active {
    padding: 60px 30px 0px 0px;
    position: relative;
    z-index: 9;
}
.test-img-active:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 85%;
    height: 95%;
    border: 3px solid #f8c601;
    content: "";
    z-index: -9;
}
.test-img {
    position: relative;
    padding-left: 30px;
    outline: none;
}
.test-img img {
    width: 100%;
}
.test-img ul {
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background: rgba(0, 0, 0, .7);
}
.test-img ul li {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.test-img ul li i {
    font-size: 14px;
    color: #fcb837;
}
.test-images {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    border: 3px solid #f8c601;
    left: 0px;
    bottom: 80px;
    position: absolute;
    overflow: hidden;
}

ul.slick-dots {
    position: absolute;
    bottom: -50px;
}
.slick-dots li {
    display: inline-block;
    margin-right: 5px;
}
.slick-dots li button {
    height: 15px;
    width: 15px;
    font-size: 0px;
    border-radius: 50%;
    background: #bcb8b8;
    cursor: pointer;
    border: none;
}
.slick-dots li.slick-active button {
    background: #f8c601;
}
.black-opacity:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.bg-img-2 {
    background: url(../images/chinnu_1.jpg) no-repeat center center / cover;
}
.black-opacity {
    position: relative;
    z-index: 9;
}
.ptb-120 {
    padding: 120px 0;
}
.copy-right{
	text-align: center;
	
}

.maintanance{
	text-align: center;
}
@media(min-width:1360px) and (max-width:1399px){
	.logo {
    width: 66%;
}
.slider-content h2 {
    font-size: 42px;
	line-height: 57px;
	}
}
@media screen and (min-width: 1800px) {
	.ptb-120 {
    padding: 125px 0;
}
	.services {
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    position: relative;
    margin-bottom: 0 !important;
    padding-top: 131px !important
}
}

@media screen and (max-width: 992px) {
	.about-wrap:after {
		right: -20px;

	}
	.fixed-top {
		background: #fff;
	}
	.l-1{
		display: none
	}
	.l-2{
		display: block !important;
	}
	.service-number {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
.slider-content h2 {
    font-size: 33px;
    line-height: 48px;
    font-weight: 600;
	margin-top: 89px;

}
.rtn-c {
    color: #000 !important;
}
.about-wrap h3{
		font-size: 17px;
	}

	.ptb-120 {
    padding: 0;
}
.about-wrap-2:after {
    position: absolute;
    left: -16px;
	}
.container-banner {
    padding-right: 36px;
    padding-left: 36px;
}
	.copy-right{
	text-align: center;
}
	.maintanance{
	text-align: center
}
	.about-wrap:before {
		
	}
.contact-column {
	border-right: none;
    border-bottom: 1px solid #e6e6e6;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 17px;
}
	.contact-column_no_border {
		padding-top: 17px;
	}
	.my-form{
		margin-top: 30px;
	}
	.services {
    padding-top: 69px !important;
}
.contact-column {
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    margin-left: 0%;
    margin-right: 0%;
}
.project-area {
    padding: 33px 0px 15px;
}
	.services-column {
    	margin-top: 20px;
}
	.view-link {
		width: 100%;
	}
	
	.about-wrap:after {
		right: -8px;

	}
	.enquire {
		top: 86%;
	}
	.service-number {
    width: auto;
}
	.about-area{
		margin-top: 40px;
	}
	.l-2{
		width: 75%;
	}
	.navbar{
		padding: 2px 13px;
	}
	.services-content {
    margin-top: 0px;
}
	.service-content-title {
		margin-top: 0
	}
	
	.slider-sub-content {
		display: none;
	}
}
@media(max-width:576px){
	.h-58 {
    height: 58vh;
}
.about-wrap {
		margin-top: 20px;
	}
	.m-dsable{
		display: none;
	}
	.m-enable{
		display: block !important;
	}
	.slider_button{
	
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 12px 19px;
    border-radius: 21px;
    font-size: 12px;
    line-height: 1.2em;
    text-transform: uppercase;
	}
}
@media(max-width:350px){
.slider-content h2 {
    font-size: 27px;
    line-height: 34px;
	}
	

.slider_button {
    background-color: #69c5d3;
    border: 2px solid #69c5d3;
    color: #fff;
    display: inline-block;
    outline: 0;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-family: Montserrat, serif;
    padding: 4px 27px;
}
.h-58{
		height: 54vh
	}
}




@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

/* large - display 3 */
@media (min-width: 992px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

@media (max-width: 768px) {
    

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}