@charset "utf-8";
/* CSS Document */

/*font-family: 'Montserrat', sans-serif;*/


@font-face {
    font-family: 'Product Sans';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans'), url('../fonts/ProductSans-Regular.woff') format('woff');
    /*src: url('../fonts/ProductSans-Regular.ttf') format('ttf');*/
}

a:focus, button:focus {
    border:0;
    outline:none;
    color:inherit;
}
a:hover {
    text-decoration:none;
}
html {
    overflow-x:hidden;
}
body {
    padding:0;
    margin:0;
    overflow-x:hidden;
    font-family: 'Product Sans';
}

.logo_f {
	width: 160px;
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
}
.logo_h {
	width: 160px;
    display:none;
}
.header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
}
.header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.header.sticky .logo_f  {
    display:none;
}
.header.sticky .logo_h {
	display: block;
	width: 100px;
	margin: 8px 0;
}
.header.sticky .stellarnav ul {
    margin: 20px 0;
}





.stellarnav > ul > li > a {
	padding: 10px 15px;
	color: #000000;
	position: relative;
}
.stellarnav > ul > li > a:after {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:0%;
    height:4px;
    border-radius:10px;
    background-color:#ff9375;
    transition:all 0.3s ease-in-out;
}
.stellarnav > ul > li > a:hover:after {
    width:100%;
}
.stellarnav > ul > li > a.nav_active:after {
    width:100%;
}
.stellarnav ul {
    text-align:right;
    margin: 30px 0;
}
.stellarnav > ul > li {
    position:relative;
}
.stellarnav > ul > li::after {
	content: '';
	position: absolute;
	top: 12px;
	right: 0;
	width: 1px;
	height: 15px;
	background-color: #c7c7c7;
}
.stellarnav > ul > li:nth-child(5)::after, .stellarnav > ul > li:nth-child(6)::after {
    display:none;
}
.support {
	text-transform: uppercase;
	background-color: #ea623d;
	color: #fff !important;
	border-radius: 5px;
	padding: 10px 25px !important;
	margin-left: 30px;
    transition:all 0.3s ease-in-out;
}
.support:after {
    display:none;
}
.support:hover {
    background-color:#029bc5;
}
.banner_section {
	padding-top: 100px;
}
.owl-item > .item img {
    transform:scale(1);
    transition:all 10s ease-in-out;
}
.owl-item.active > .item img {
    width:100%;
    transform:scale(1.1);
}
.banner_section {
	/* height: 664px; */
	overflow: hidden;
	width: 94%;
	margin: 0 auto;
	display: block;
}
.main_banner .owl-stage-outer {
	border-radius: 6px;
}
.banner_caption {
	position: absolute;
	top: 190px;
	left: 11.6%;
	bottom: 0;
	right: 0;
	transform: translateX(0%);
	width: 50%;
}
.banner_caption > h1 {
    font-family: 'Montserrat', sans-serif;
    font-size:70px;
    line-height:1;
    color:#FFFFFF;
    font-weight:800;
    margin:0 0 0 0;
}
.banner_caption > h1 > span {
    font-weight:200;
}
.main_banner .owl-nav {
    margin-top:0;
}
.know_mr {
	background-color: #f97b20;
	color: #28151b;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 30px;
	padding: 10px 30px;
	font-size: 20px;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.know_mr:hover {
    background-color:#28151b;
    color: #f97b20;
}
.projects {
	width: 70%;
	margin: 0px auto 0;
	position: absolute;
	background-color: #FFFFFF;
	border-radius: 10px;
	z-index: 100;
	padding: 40px 25px;
	bottom: -125px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 0px 23px rgba(0,0,0,0.4);
}
.prjct_list {
	margin: 0;
	padding: 0;
}
.prjct_list > li {
    list-style-type:none;
    float:left;
    width:33.33%;
    text-align:center;
}
.prjct_list > li p {
	font-size: 18px;
	margin: 20px 0 0 0;
}

.all_prjcts {
	position: absolute;
	bottom: -19px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #1fb1f0;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	display: inline-block;
	padding: 6px 20px;
	border-radius: 5px;
    transition:all 0.3s ease-in-out;
}
.all_prjcts:hover {
    background-color:#28151b;
    color:#FFFFFF;
}

.about_bg {
	background-image: url(../images/aboutus.jpg);
	background-position: 0px -2px;
	background-repeat: no-repeat;
	height: 560px;
	margin: -2px 0 0 0;
	background-size: 60%;
    padding-top:200px;
}

.hdr_typ_1 {
	font-size: 40px;
	margin: 0 0 20px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
    color:#191919;
}
.nrml_txt {
	color: #353535;
	font-size: 16px;
}
.nrml_txt span {
    color:#353535;
    font-weight:600;
}
.text_R {
    text-align:right;
}
.readmore {
	color: #ea623d;
	text-decoration: underline;
    transition:all 0.3s ease-in-out;
    padding:2px 5px;
    font-size:16px;
}
.readmore:hover {
    background-color:#1e0a13;
    color:#FFFFFF;
}
.pad-nill {
    padding-left:0;
    padding-right:0;
}
.achive_img {
    width:100%;
    height:400px;
}
.achive {
	height: 400px;
	background-color: #f97b20;
	padding: 5%;
}
.hdr_typ_2 {
	font-size: 40px;
	margin: 0 0 20px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
    color:#FFFFFF;
}
.white_txt {
	color: #fff;
	font-size: 16px;
}
.unorder_list {
	padding: 0;
	margin: 0 0 20px 0;
}
.unorder_list > li {
	color: #fff;
	font-size: 16px;
	list-style-type: none;
	padding-left: 30px;
	margin-bottom: 5px;
    position:relative;
}
.unorder_list > li::after {
	content: "\f111";
	font-family: FontAwesome;
	color: #FFFFFF;
	position: absolute;
	top: 3px;
	left: 10px;
	font-size: 10px;
}

.readmore2 {
	color: #fff;
	text-decoration: underline;
	transition: all 0.3s ease-in-out;
	padding: 2px 5px;
    font-size:16px;
}
.readmore2:hover {
    background-color:#1e0a13;
    color:#FFFFFF;
}
.featured_box {
    overflow: hidden;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
}
.featured-list {
	padding: 0;
	margin: 0;
}

.featured-list > li {
	list-style-type: none;
	width: 33.33%;
	float: left;
	padding: 0 15px;
	text-align: center;
	border-radius: 10px;
}

.featured-list > li img {
    width:100%;
}
.mision_hdr {
	color: #3d3d3d;
	font-size: 30px;
	margin: 0 0 20px 0;
}
.desc p {
	color: #636363;
	font-size: 16px;
}
.desc {
	background-color: #f3f3f3;
	padding: 20px 10%;
	min-height: 235px;
}
.extra_padd {
	padding-top: 50px;
	padding-bottom: 50px;
}
.extra_padd_top {
    padding-top: 50px;
}
.star_achivers {
    background-image:url(../images/starachivers.jpg);
    background-repeat:repeat;
}
.star {
	padding: 0;
	margin: 0;
}
.star > li {
    list-style-type:none;
    width:33.33%;
    float:left;
    padding:15px;
    text-align:center;
}
.achivers_box .img-responsive {
    display:inline-block;
    position:relative;
    z-index:2;
}
.achivers_desc {
	padding: 25px;
	position: relative;
	min-height: 180px;
    z-index:2;
}
.achivers_box {
    position:relative;
}
.achivers_box::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 77%;
	background-color: #ffffff;
	z-index: 1;
}
.achivers_desc > h4 {
	margin: 0 0 20px 0;
	font-size: 25px;
	color: #f97b20;
	font-weight: 600;
}
.achivers_desc > p {
	margin-bottom: 0;
	font-size: 16px;
	color: #545352;
}
.text_c {
    text-align:center;
}

.hdr_typ_3 {
	color: #fa7902;
	font-weight: 300;
	font-size: 30px;
	margin: 0 0 15px 0;
    font-family: 'Montserrat', sans-serif;
}

.social_list {
	padding: 0;
	margin: 10px 0 0 0;
	display: inline-block;
}
.social_list > li {
	list-style-type: none;
	display: inline-block;
	margin: 0 7px;
}
.social_list > li > a {
	width: 45px;
	height: 45px;
	display: block;
}
.social_list > li > a > img {
    width:100%;
}
.black_bg {
	background-color: #353535;
	position: relative;
	padding: 20px 0;
}
.quicklink {
    padding:0;
    margin:0;
    text-align:center;
}
.quicklink > li {
	display: inline-block;
	border-right: 1px solid #fff;
	margin-right: 10px;
	padding-right: 10px;
}
.quicklink > li:last-child {
    border:none;
}
.quicklink > li > a {
    color:#FFFFFF;
}
.footer_txt {
	color: #afafaf;
	margin: 5px 0 0 0;
	text-align: center;
}
.footer_txt a {
    color:#fa7902;
}
.up_arrow {
	position: absolute;
	top: -57px;
	left: 50%;
	transform: translateX(-50%);
	width: 74px;
	height: 74px;
	display: inline-block;
}
.up_arrow::after {
	content: '';
	position: absolute;
	right: 60px;
	bottom: 0;
	width: 100%;
	height: 39px;
	background-color: #353535;
	z-index: -1;
	transform: skew(-30deg);
}
.up_arrow::before {
	content: '';
	position: absolute;
	left: 60px;
	bottom: 0;
	width: 100%;
	height: 39px;
	background-color: #353535;
	z-index: -1;
	transform: skew(30deg);
}
.more_txt {
    display:none;
}
.map {
    margin-top:30px;
}
.inr_hdr {
	margin: 0 0 20px 0;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	color: #191919;
	font-weight: 400;
	display: block;
}
.input_100 {
	width: 100%;
	outline: none;
	padding: 10px;
	border: 1px solid #ff9375;
    transition:all 0.3s ease-in-out;
}
.input_100:hover, .input_100:focus {
    border-color: #1fb1f0;
}
.send_btn {
	outline: 0;
	border: 0;
	background-color: #fa7902;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	padding: 6px 55px;
	letter-spacing: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
    transition:all 0.3s ease-in-out;
}
.send_btn:hover {
    background-color:#353535;
    color:#FFFFFF;
}
.inner_banner {
    width:100%;
    border-radius:10px;
    overflow:hidden;
    position:relative;
}
.inner_banner > img {
    width:100%;
    display:block;
}
.banner_caption2 {
	position: absolute;
	top: 120px;
	left: 14%;
	z-index: 1;
	transform: translateX(-11%);
}
.banner_caption2 > h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 70px;
	line-height: 1;
	color: #FFFFFF;
	font-weight: 800;
	margin: 0 0 0 0;
}
.about_txt {
	font-size: 16px;
	padding: 0 10%;
	text-align: center;
	margin-bottom: 30px;
    color:#353535;
}
.sub_hdr {
	color: #242424;
	font-weight: 600;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.list_type_1 {
    padding:0;
    margin:0;
}
.list_type_1 > li {
	color: #242424;
	font-size: 17px;
	padding-left: 30px;
    list-style-type:none;
    position:relative;
}
.list_type_1 > li::after {
	content: "\f111";
	font-family: FontAwesome;
	position: absolute;
	top: 4px;
	left: 8px;
	color: #f15d42;
	font-size: 10px;
}
.ligh_grey {
    background-color:#f1f1f1;
}
.project_box {
	width: 80%;
	padding: 20px;
	background-color: #fff;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.project_list {
    padding:0;
    margin:0;
}
.project_list > li {
    list-style-type: none;
    width: 100%;
    float: left;
    /* margin-bottom: 20px; */
    border-bottom: 1px solid #cecece;
    padding: 20px;
}
.project_list > li:last-child {
    margin-bottom: 0;
    border-bottom: 0px solid #cecece;
}
.img_box {
	width: 230px;
	float: left;
	text-align: center;
}
.img_box img {
    width: 60px;
}
.img_box p {
    font-size: 18px;
    color: #1e0a13;
    margin: 10px 0 0 0;
}
.desc_box {
	width: 72%;
    float: left;
    padding-left: 20px;
    display: block;
    min-height: 140px;
}
.desc_box p {
    /* min-height: 140px; */
    vertical-align: bottom;
    margin: 0;
    font-size: 14px;
    display: table-cell;
}
.gallery_list {
    padding:0;
    margin:0;
}
.gallery_list > li {
    list-style-type:none;
    width:25%;
    float:left;
    padding:10px;
}
.gallery_list > li > a {
    position:relative;
    display:block;
}
.gallery_list > li  img {
    width:100%;
}
.achivment_bg {
    background-color:#f3eae5;
}
.support_bg {
    background-color:#f9ebe3;
}
.list_type_1.green > li {
	color: #3ba447;
	margin: 8px 0;
}
.form_box {
	width: 100%;
	padding: 0 15%;
}
.form_hdr {
	color: #f97b20;
	font-size: 18px;
}
.form_lbl {
	font-weight: 400;
	color: #242424;
	cursor: pointer;
}
.supportBtn {
	display: inline-block;
	margin-top: 20px;
	background-color: #f97b20;
	color: #fff;
	outline: none;
	border: none;
	text-transform: uppercase;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 1px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
    transition:all 0.3s ease-in-out;
}
.supportBtn:hover {
    background-color:#353535;
}
.star_achivers_bx {
	text-align: center;
	background-color: #efd8c8;
	padding: 30px;
	position: relative;
	margin: 120px 0 0 0;
}
.achivers_img_bx {
	width: 135px;
	height: 135px;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	top: -110px;
	left: 50%;
	transform: translateX(-50%);
}
.star_achivers_bx h4 {
	color: #f3643d;
	font-size: 24px;
}
.star_achivers_bx p {
	margin: 0;
	color: #353535;
}
.star_achivers_bx p a {
    color:#0d7ba9;
    text-decoration:underline;
    display:inline-block;
    margin-top:15px;
}
.star_achivers_bx {
	text-align: center;
	/*background-color: #efd8c8;*/
	padding: 30px;
	position: relative;
	margin: 120px 0 40px 0;
	min-height: 230px;
	background-image: url(../images/achivers/pattern.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.modal-dialog {
	width: 600px;
	margin: 10% auto 0 auto;
}
.album_name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20% 10px 0 10px;
    color: #fff;
    font-size: 26px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background: rgba(235,60,17,1);
    background: -moz-linear-gradient(top, rgba(235,60,17,1) 0%, rgba(224,57,16,0.41) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,60,17,1)), color-stop(100%, rgba(224,57,16,0.41)));
    background: -webkit-linear-gradient(top, rgba(235,60,17,1) 0%, rgba(224,57,16,0.41) 100%);
    background: -o-linear-gradient(top, rgba(235,60,17,1) 0%, rgba(224,57,16,0.41) 100%);
    background: -ms-linear-gradient(top, rgba(235,60,17,1) 0%, rgba(224,57,16,0.41) 100%);
    background: linear-gradient(to bottom, rgba(235,60,17,1) 0%, rgba(224,57,16,0.41) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb3c11', endColorstr='#e03910', GradientType=0 );
}
.gallery_list > li > a:hover .album_name {
    opacity:1;
}
.list_type_2 li {
    width:50%;
    float:left;
    padding-right: 15px;
}



#my-gallery-container {
	background-color: #ededed;
}
#my-gallery-container p {
	text-align: center;
	color: #fff;
}
#my-gallery-container .item {
	width: 100%;
	background-color: #34495E;
	min-height: 100px;
	padding: 5px;
	margin: 10px 0px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px;
	border-radius: 4px;
  color:#fff;
}
#my-gallery-container .item:hover {
	opacity: 0.8;
}
#my-gallery-container .item img {
    width: 100%;
}
#my-gallery-container .padding{
	padding: 10px 5px;
}
/*=================================================================RESPONSIVE================================================================*/
@media screen and (max-width: 1366px) {
    .logo_f {
        width:112px;
    }
    .banner_caption {
        top: 110px;
        left: 4.6%;
    }
    .banner_caption > h1 {
        font-size: 386%;
    }
    .about_bg {
        height:510px;
    }
}
@media screen and (max-width: 1280px) {
    .about_bg {
        background-size: 64%;
    }
    .achive {
        height: 340px;
        padding: 4%;
    }
    .achive_img {
        width: 100%;
        height: 340px;
    }
}



