article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li, form {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}

button, input, select, textarea {
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'Roboto', sans-serif;
    outline: 0;
}

.custfield:focus {
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
    background: #f5f5f5;
}

a {
    text-decoration: none;
   
}

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
    }

img {
    border: none;
    vertical-align: middle;
}


::-webkit-input-placeholder {
    color: #b2b2b2 !important;
    font-size: 12px;
    font-weight: 400;
}

::-moz-placeholder {
    color: #b2b2b2 !important;
    font-size: 12px;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #b2b2b2 !important;
    font-size: 12px;
    font-weight: 400;
}

:-moz-placeholder {
    color: #b2b2b2 !important;
    font-size: 12px;
    font-weight: 400;
}

/****************
 * Common Css
 ****************/
header, section, footer {
    width: 100%;
    float: left;
}

.container_old {
    width: 1200px;
}

.custfield {
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

    .cbttn:hover, .cbttn:focus {
        background-color: #ffffff;
        color: #febd17;
    }

    .cbttn, .cbttn:hover, #footer .newsletterbox .inputbox .subbttn, #footer .newsletterbox .inputbox .subbttn:hover {
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }

.Sliderbttn {
    float: left;
    width: 160px;
    text-align: center;
    font-weight: 500;
    color: #fff4e6;
    text-transform: uppercase;
    border: 1px solid #b59c92;
    padding: 20px 35px;
    border-radius: 1px;
    margin-top: 40px;
    background-color: transparent;
}

.indicators-wrap{
	position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    height: 50px;
    margin: 0 auto;
}

.carousel-control{
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,.3) !important;
	border-radius: 1px;
	opacity: 1;
}
.carousel-control.left{
	left: 15px
}
.carousel-control.right{
	left: 75px;
}

.carousel-indicators{
	width:auto;
	margin:auto;
	top: 15px;
    left: 155px;
    display:none;
}

.carousel-indicators li{
    width: 8px;
    height: 8px;
	border-radius: 50%;
	border:0;
	background-color: rgba(255,255,255,0.3);
	margin-right: 12px;
}
.carousel-indicators li.active{
	background-color: #f2b835;
	width: 8px;
    height: 8px;
	margin: 1px;
	margin-right: 12px;
}

    .Sliderbttn:hover, .Sliderbttn:focus {
        background-color: #febd17;
        color: #ffffff;
    }

    .Sliderbttn, .Sliderbttn:hover {
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }

.commontitle {
    padding: 0;
}

    .commontitle span {
        display: block;
        font-size: 16px;
        color: #999999;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 400;
    }

    .commontitle h1 {
        font-size: 34px;
        font-weight: 700;
        text-transform: uppercase;
        color: #333333;
        line-height: 40px;
    }

/*****************
 * Header Part
 *****************/
header, header.header, .rheader, header.header .rheader {
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}

header {
    padding: 0 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
}

header:before{
	content: '';
    position: absolute;
    left: 0px;
    top: -5px;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top,rgba(18,18,18,0.70),rgba(0,0,0,0));
    background: -ms-linear-gradient(top,rgba(18,18,18,0.70),rgba(0,0,0,0));
    background: -o-linear-gradient(top,rgba(18,18,18,0.70),rgba(0,0,0,0));
    background: -moz-linear-gradient(top,rgba(18,18,18,0.70),rgba(0,0,0,0));
}

    header.header {
        background-color: rgba(0,0,0,0.8);
    }

        header.header .rheader {
            margin-top: 20px;
            margin-bottom: 0;
        }
		
		header.header .menus li.dropdown{
			padding-bottom: 33px;
		}

.logo {
    position: absolute;
    left: 100px;
    top: 0;
}
.logimg {
    position: absolute;
    left: 100px;
    margin-left: 260px;
    margin-top: 30px;
    top: 0;
}


.rheader {
    float: right;
    margin-top: 40px;
}

.custnav {
    float: left;
    margin-top: 16px;
}

    .custnav .menus > li {
        float: left;
        padding: 0 17px;
		padding-bottom: 33px;
		position: relative;
    }

        .custnav .menus > li > a {
            float: left;
            font-size: 12px;
            text-transform: uppercase;
            color: #ffffff;
            font-weight: 500;
            letter-spacing: 1px;
        }

            .custnav .menus > li > a:hover {
                color: #f2b835;
            }

header .searchbar {
    float: left;
    position: relative;
    margin: 14px 16px 0 7px;
}

    header .searchbar .search {
        float: left;
        width: 20px;
        height: 20px;
        background: url(../images/searchicon.png) no-repeat 50% 50%;
    }
/*header .searchbar .dropdown-menu {padding: 5px; width: 250px; left: auto; right: -30px; border:1px solid #d6dde3;}*/
header .cbttn {
    padding: 14px 25px;
	position: relative;
}

.searchpopup {
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 11;
    right: 0;
    left: 0;
    top: -100%;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

    .searchpopup .serachfield {
        width: 700px;
        margin: 0 auto;
        padding: 250px 15px 25px;
    }

        .searchpopup .serachfield h3 {
            text-transform: uppercase;
            color: #ffffff;
            font-size: 18px;
            font-weight: 500;
            text-align: center;
            padding-bottom: 25px;
        }

        .searchpopup .serachfield .custfield {
            height: 52px;
            padding: 6px 46px 6px 20px;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            display: inline-block;
            float: left;
            position: relative;
        }

.btn.btn-default[type="submit"] {
    background: url(/images/search-icon2.png) center no-repeat;
    border: 0;
    position: absolute;
    right: 20px;
    display: inline-block;
    float: left;
    top: 10px;
    border: 0;
    outline: 0;
}

.validate[style*=inline] ~ input[type="Search"], .validate[style*=inline] ~ input[type="text"], .validate[style*=inline] ~ select, .validate[style*=inline] ~ textarea {
    border: 2px solid #ba3907;
}

.closebtn {
    background: url(../images/closeicon.png) no-repeat 0 0;
    width: 32px;
    height: 32px;
    float: right;
    margin: 20px 20px 0 0;
    cursor: pointer;
    opacity: 0.7
}

    .closebtn:hover {
        opacity: 1;
    }

.popupactive {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.popupactive, .searchpopup {
    transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}



/**********************
 * Main Slider Part
 **********************/
#mainslider {
    position: relative;
}

    #mainslider .mainslider {
        float: left;
        width: 100%;
/*        height: 100vh;*/
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-size: cover;
    }

    #mainslider .container {
        position: relative;
        height: 100%;
    }
	
	#mainslider .mainslider:before{
		display: block;
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		bottom: 0;
		z-index: 1;
		content: '';
		background: -moz-linear-gradient(300deg, rgba(172,66,21,.6) 0%, rgba(26,8,3,.6) 100%); /* ff3.6+ */
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(172,66,21,.6)), color-stop(100%, rgba(26,8,3,.6))); /* safari4+,chrome */
		background: -webkit-linear-gradient(300deg, rgba(172,66,21,.6) 0%, rgba(26,8,3,.6) 100%); /* safari5.1+,chrome10+ */
		background: -o-linear-gradient(300deg, rgba(172,66,21,.6) 0%, rgba(26,8,3,.6) 100%); /* opera 11.10+ */
		background: -ms-linear-gradient(300deg, rgba(172,66,21,.6) 0%, rgba(26,8,3,.6) 100%); /* ie10+ */
		background: linear-gradient(60deg, rgba(172,66,21,.7) 0%, rgba(26,8,3,.2) 100%); /* w3c */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac4215', endColorstr='#1a0803',GradientType=0 ); /* ie6-9 */
	}
		
	

    #mainslider .innertexts {
        position: absolute;
        left: 15px;
        bottom: 22%;
        width: 610px;
		z-index:2;
    }

        #mainslider .innertexts span {
            display: block;
            font-size: 14px;
            color: #ffffff;
            text-transform: uppercase;
            font-weight: 700;
        }

        #mainslider .innertexts h2 {
            font-size: 40px;
            font-weight: 700;
            color: #f2b835;
            line-height: 70px;
            margin: 10px 0 15px 0;
			font-family: Alegreya;
			font-weight: 800;
        }

        #mainslider .innertexts p {
            color: #ffffff;
            line-height: 24px;
            font-weight: 300;
            margin-top: 8px;
			font-size: 16px;
			padding-right: 30px;
        }

        #mainslider .innertexts .cbttn {
            margin-top: 34px;
        }

.mouses {
    bottom: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

    .mouses a {
        background: url(../images/mouse-s.png) no-repeat 0 0;
        width: 15px;
        height: 24px;
        display: inline-block;
        position: relative;
        animation: movetb 3s infinite;
        -moz-animation: movetb 3s infinite;
        -webkit-animation: movetb 3s infinite;
        -ms-animation: movetb 3s infinite;
        -o-animation: movetb 3s infinite;
    }

@keyframes movetb {
    0%, 100% {
        top: 0px;
    }

    25%, 75% {
        top: -5px;
    }

    50% {
        top: 5px;
    }
}

@-moz-keyframes movetb {
    0%, 100% {
        top: 0px;
    }

    25%, 75% {
        top: -5px;
    }

    50% {
        top: 5px;
    }
}

@-webkit-keyframes movetb {
    0%, 100% {
        top: 0px;
    }

    25%, 75% {
        top: -5px;
    }

    50% {
        top: 5px;
    }
}

@-ms-keyframes movetb {
    0%, 100% {
        top: 0px;
    }

    25%, 75% {
        top: -5px;
    }

    50% {
        top: 5px;
    }
}

@-o-keyframes movetb {
    0%, 100% {
        top: 0px;
    }

    25%, 75% {
        top: -5px;
    }

    50% {
        top: 5px;
    }
}

/* Carousel Fading slide */
.carousel-control .icon-next, .carousel-control .icon-prev{
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-control .icon-prev{
	background-image: url(../images/arrow_left.png);
}

.carousel-control .icon-next{
	background-image: url(../images/right_left.png);
}

.carousel-control .icon-next:before, .carousel-control .icon-prev:before{
	content:'';
}
.carousel-fade .carousel-inner {
    background: #000;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-fade .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

    .carousel-fade .next.left,
    .carousel-fade .prev.right,
    .carousel-fade .item.active {
        opacity: 1;
    }

.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}

/****************
 * Banners Part
 ****************/

#bannerswrap .EventsCalendar {
    padding: 50px 0;
    background-image: url('../images/events-image.png');
    padding-right: 35px;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-header{
	font-size: 34px;
	color: #ffcc00;
	font-family: Alegreya;
	font-weight: 800;
	margin-bottom: 15px;
}

    .banner-header span {
        font-size: 16px;
        color: #ffffff;
        display: block;
        margin-bottom: 14px;
        text-transform: uppercase;
        font-size: 16px;
        color: #ab4215;
        margin-bottom: 18px;
        font-weight: 500;
        display: block;
        font-family: 'Alegreya', serif;
        font-size: 18px;
        color: #f2b835;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

.banner-para{
	font-size: 16px;
	color: rgba(255,255,255,.5);
	margin-bottom: 35px;
	padding-right: 3%;
}
.EventsCalendar .banner-para {
/*    font-size: 16px;*/
    color: rgba(255,255,255,.5);
    margin-bottom: 60px;
    padding-right: 0;
    margin-top: 40px;
}
.banner-read-more{
	font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 2px solid rgba(255,255,255,.3);
}

#bannerswrap .projectsBanner{
    padding: 50px 0;
    background-image: url(../images/projects-page.png);
    padding-right: 35px;
    background-repeat: no-repeat;
    background-size: cover;
}
#bannerswrap .projectsBanner img {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1;
}

#bannerswrap .row{
	display: flex;
}

#bannerswrap .container-fluid {
   
}

.projectsBanner .banner-para {
    margin-bottom: 27px;
    max-width: 90%;
}
.projectsBanner .banner-para {
    margin-bottom: 27px;
    max-width: 90%;
    margin-top: 20px;
}
.newsBanner{
	padding: 30px 0;
	background-image: url(../images/news-back.png);
    background-repeat: no-repeat;
    background-size: cover;
	z-index: 2;
}

    .newsBanner h4 {
        font-size: 16px;
        color: #ab4215;
        margin-bottom: 18px;
        font-weight: 500;
        font-family: 'Alegreya', serif;
        font-size: 18px;
        color: #f2b835;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

    .newsBanner h3 {
        font-family: 'Alegreya';
        font-weight: 700;
        font-size: 34px;
        color: #343a40;
        margin-bottom: 13px;
        font-family: 'Alegreya', serif;
        font-size: 36px;
        font-weight: 500;
        color: #343a40;
        line-height: 46px;
        display: block;
    
    }

    .newsBanner p {
        font-size: 16px;
        max-width: 100%;
        color: #868e96;
        margin-bottom: 30px;
        line-height: 26px;
        color: #666c73;
        margin: 30px 0 30px;
        font-size: 16px;
    }

.newsBanner a.news-read-more{
	font-size:12px;
	color: #495057;
    font-weight: bold;
    border-bottom: 2px solid #c8cbce;
}

.news-info{
    float: left;
    display: inline-block;
    width: 50%;
    padding: 20px;
}

.news-image {
    float: right;
    width: 45%;
    height: 100%;
    display: flex;
    background-image: url('../images/news-image.png');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.news-image img{
    float: right;
}

/****************
 * Banners Part
 ****************/

#bannerswrap .EventsCalendar {
    padding: 50px;
    background-image: url('../images/events-image.png');
    padding-right: 35px;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-header {
    font-size: 24px;
    color: #ffcc00;
    font-family: Alegreya;
    font-weight: 800;
    margin-bottom: 15px;
}

    .banner-header span {
        font-size: 10px;
        color: #ffffff;
        display: block;
        margin-bottom: 14px;
        text-transform: uppercase;
    }

.banner-para {
    font-size: 12px;
    color: rgba(255,255,255,.5);
    margin-bottom: 35px;
    padding-right: 3%;
}

.banner-read-more {
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 2px solid rgba(255,255,255,.3);
}

#bannerswrap .projectsBanner {
    padding: 50px;
    background-image: url(../images/projects-page.png);
    padding-right: 35px;
    background-repeat: no-repeat;
    background-size: cover;
}

    #bannerswrap .projectsBanner img {
        position: absolute;
        bottom: 0px;
        right: -110px;
        z-index: 1;
    }

#bannerswrap .row {
    display: flex;
}

#bannerswrap .container-fluid {
}

.projectsBanner .banner-para {
    margin-bottom: 27px;
    max-width: 90%;
}

.newsBanner {
    padding: 30px;
    background-image: url(../images/news-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

    .newsBanner h4 {
        font-size: 10px;
        color: #ab4215;
        margin-bottom: 18px;
        font-weight: 500;
    }

    .newsBanner h3 {
        font-family: 'Alegreya';
        font-weight: 700;
        font-size: 18px;
        color: #343a40;
        margin-bottom: 13px;
    }

    .newsBanner p {
        font-size: 12px;
        max-width: 320px;
        color: #868e96;
        margin-bottom: 30px;
    }

    .newsBanner a.news-read-more {
        font-size: 12px;
        color: #495057;
        font-weight: bold;
        border-bottom: 2px solid #c8cbce;
    }

.news-info {
    float: left;
    display: inline-block;
    width: 50%;
    padding: 20px;
}

.news-image {
    float: right;
    width: 45%;
    height: 100%;
    display: flex;
    background-image: url('../images/news-image.png');
    background-repeat: no-repeat;
    background-position: 50%;
}

    .news-image img {
        float: right;
    }


/***********************
 * Our Services Part
 ***********************/
#services {
    background: url(../images/services-bg.jpg) repeat-x 50% 0;
    padding: 93px 0 50px;
    position: relative;
}

    #services .commontitle span {
        color: #8d7312;
    }

    #services .commontitle h1 {
        color: #1a1a1a;
        position: relative;
        padding-bottom: 34px;
        margin-top: 10px;
    }

        #services .commontitle h1:after {
            content: "";
            width: 100px;
            height: 2px;
            background-color: rgba(255,255,255,0.50);
            position: absolute;
            left: 50%;
            bottom: 0px;
            transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
        }

.slick-prev, .slick-next {
    width: 56px;
    height: 56px;
    background-color: #ffffff;
    z-index: 7;
    top: 35.5%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: 0px 4px 16px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 4px 16px rgba(0,0,0,0.20);
    -webkit-box-shadow: 0px 4px 16px rgba(0,0,0,0.20);
}

.slick-prev {
    left: 28.6%;
    background-image: url(../images/prevarrow2.png);
}

.slick-next {
    right: 28.6%;
    background-image: url(../images/nextarrow2.png);
}

.slick-dots {
    z-index: 7;
    bottom: 10px;
}

    .slick-dots li {
        width: auto;
        height: auto;
    }

        .slick-dots li button {
            width: 4px;
            height: 4px;
            background: #bfbfbf;
            padding: 0;
            border-radius: 100%;
        }

        .slick-dots li.slick-active button {
            width: 8px;
            height: 8px;
            background: #4b9d5d;
            position: relative;
            top: 0px;
        }

.slider {
    width: 100%;
    margin: 40px auto 0 auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 42px;
}

.slick-slide {
    margin: 0px 60px;
    position: relative;
    padding-bottom: 87px;
}

    .slick-slide .imgbox {
        background-color: #000000;
        transform: scale(0.9);
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

    .slick-slide img {
        width: 100%;
        opacity: 0.5;
    }

    .slick-slide .details {
        opacity: 0;
        position: absolute;
        left: 32px;
        right: 32px;
        bottom: 20px;
        padding: 30px 32px 25px;
        background-color: #ffffff;
        box-shadow: 0px 4px 16px rgba(0,0,0,0.20);
    }

        .slick-slide .details .texts {
            float: left;
            width: 320px;
        }

            .slick-slide .details .texts h3 {
                font-size: 16px;
                font-weight: 500;
                color: #333333;
            }

            .slick-slide .details .texts p {
                font-weight: 300;
                font-size: 12px;
                line-height: 22px;
                color: #808080;
                margin-top: 13px;
            }

        .slick-slide .details .more {
            float: right;
            width: 64px;
            height: 64px;
            background-color: #4b9d5d;
            margin-top: 2px;
            background-image: url(../images/plus-icon2.png);
            background-repeat: no-repeat;
            background-position: 50% 50%;
        }

.center .slick-center .details {
    opacity: 1;
    transition: all 1.5s ease 0s;
    -moz-transition: all 1.5s ease 0s;
    -webkit-transition: all 1.5s ease 0s;
}

.center .slick-center .imgbox {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    border: 5px solid rgba(0,0,0,0.1);
    background: none;
}

.center .slick-center img {
    opacity: 1;
}
/*.slick-slide img, .center .slick-center img {transition:all 1.5s ease 0s;}*/

/****************
 * Media Part
 ****************/
#mediapart {
    padding-bottom: 138px;
}

    #mediapart .topbox {
        border-bottom: 1px solid #e6e6e6;
        padding: 0px;
    }

        #mediapart .topbox .commontitle {
            float: left;
            background: url(../images/media-icon.png) no-repeat 0 50%;
            padding: 7px 0 12px 95px;
            margin-left: -7px;
            position: relative;
            float: left;
            width: auto;
        }

            #mediapart .topbox .commontitle:after {
                content: "";
                width: 100px;
                height: 2px;
                background-color: #4b9d5d;
                position: absolute;
                left: 7px;
                bottom: -22px;
            }

            #mediapart .topbox .commontitle span {
                font-size: 13px;
                letter-spacing: 2.5px;
                margin-bottom: 3px;
                color: #adadad;
            }

    #mediapart .nav-tabs {
        float: right;
        border: none;
        margin: 37px 0 -2px;
    }

    #mediapart .nav > li {
        float: left;
        margin: 0;
        padding: 0;
    }

    #mediapart .nav-tabs > li > a {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        color: #999999;
        padding: 2px 24px 42px 64px;
        border: none;
        background-repeat: no-repeat;
        background-position: 24px 0;
        border-bottom: 3px solid transparent;
    }

        #mediapart .nav-tabs > li > a.photogicon {
            background-image: url(../images/photogicon.png);
        }

            #mediapart .nav-tabs > li > a.photogicon:hover, #mediapart .nav-tabs > li.active > a.photogicon {
                background-image: url(../images/photogicon-a.png);
            }

        #mediapart .nav-tabs > li > a.videogicon {
            background-image: url(../images/videogicon.png);
        }

            #mediapart .nav-tabs > li > a.videogicon:hover, #mediapart .nav-tabs > li.active > a.videogicon {
                background-image: url(../images/videogicon-a.png);
            }

        #mediapart .nav-tabs > li > a:hover, #mediapart .nav-tabs > li.active > a {
            color: #333333;
            border-color: #4b9d5d;
            background-color: transparent;
        }
    /*#mediapart .nav-tabs > li.active > a, #mediapart .nav-tabs > li.active > a:focus, #mediapart .nav-tabs > li.active > a:hover, #mediapart .nav-tabs > li > a:hover {background: none; border: none; color: #c39e3a;}*/

    #mediapart .tab-content {
        padding: 40px 0 0;
    }

.photogconts .photoglist .photo {
    padding: 0;
    margin: -1px;
}

.photogconts .photoglist a {
    display: block;
}

.photogconts .photoglist .photobox {
    background-color: #ffffff;
    padding: 3px;
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

    .photogconts .photoglist .photobox .bover {
        position: absolute;
        z-index: 1;
        left: 3px;
        top: 3px;
        right: 3px;
        bottom: 3px;
        background-color: rgba(0,0,0,0.40);
    }

    .photogconts .photoglist .photobox img {
        width: 100%;
        max-width: 100%;
        float: left;
    }

.photogconts .photoglist a:hover .photobox {
    transform: scale(1.13);
    -moz-transform: scale(1.13);
    -webkit-transform: scale(1.13);
    z-index: 11;
    box-shadow: 0 10px 30px rgba(0,0,0,0.20);
}

.photogconts .photoglist a:hover .bover {
    display: none;
}

.photogconts .photoglist a .info {
    position: absolute;
    z-index: 12;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: -moz-linear-gradient(left, rgba(243,112,82,0.8) 0%, rgba(255,213,5,0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(243,112,82,0.8) 0%,rgba(255,213,5,0.8) 100%);
    background: linear-gradient(to right, rgba(243,112,82,0.8) 0%,rgba(255,213,5,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccf37052', endColorstr='#ccffd505',GradientType=1 );
    opacity: 0;
}

    .photogconts .photoglist a .info .infobox {
        padding: 16px;
    }

        .photogconts .photoglist a .info .infobox h4 {
            float: left;
            background: url(../images/gallery-icon.png) no-repeat 0 50%;
            font-size: 14px;
            font-weight: 500;
            color: #ffffff;
            padding: 0 0 1px 48px;
        }

            .photogconts .photoglist a .info .infobox h4 span {
                display: block;
                font-size: 10px;
                text-transform: uppercase;
                margin-top: 5px;
            }

        .photogconts .photoglist a .info .infobox .icon {
            float: right;
            width: 32px;
            height: 32px;
            background: url(../images/plus-icon.png) no-repeat 0 0;
        }

.photogconts .photoglist a .info, .photogconts .photoglist a:hover .info {
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
}

.photogconts .photoglist a:hover .info {
    opacity: 1;
}

/***************
 * News Part
 ***************/
#newspart {
    background: url(../images/newbg.jpg) no-repeat 50% 0;
    padding: 100px 0 98px;
}

    #newspart .title {
        padding-top: 15px;
    }

        #newspart .title .commontitle span {
            color: #d5e5c2;
        }

        #newspart .title .commontitle h1 {
            color: #262626;
            margin: 10px 0 15px;
        }

        #newspart .title p {
            font-weight: 300;
            line-height: 24px;
            color: #ffffff;
            margin-bottom: 9px;
        }

    #newspart .newslider {
        padding: 0;
    }
.gallery-section{
    position: relative;
/*    height: 400px;*/
}
.gallery-section .owl-carousel {
    display: none;
    float: left;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /*z-index: 1;*/
}

    .gallery-section .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px, 0px, 0px);
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }

    .gallery-section .owl-carousel.owl-loaded {
        display: block;
   /*     height: 400px;
        padding-top: 50px;*/
    }
    .gallery-section .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .gallery-section .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .gallery-section .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .gallery-section .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .gallery-section .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .gallery-section .owl-carousel .item {
        overflow: hidden;
        padding: 0px;
        border-right: 1px solid #ffffff;
        height: 215px;
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
    }
	
	.gallery-section .owl-carousel .item.video:after, #contents .item.video:after{
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top:0;
		right:0;
		bottom: 0;
		background-image: url(/images/play-icon.png);
		background-repeat: no-repeat;
		background-position: center;
	}
		#bannerswrap.gallery-section .row{
			position: relative;
		}
			
		.gallery-section .text-wrapper{
			position: absolute;
			bottom: 0;
			width: auto;
			float: left;
			top: 0;
			z-index: 1;
			padding: 30px 150px 30px 50px;
			background: url(../images/gallery-back.png);
			background-repeat: no-repeat;
			background-size: 100% 100%;
		}
.gallery-section .text-wrapper {
    position: absolute;
    bottom: 0;
    width: auto;
    float: left;
    top: 0;
    z-index: 1;
    padding: 30px 150px 30px 50px;
    background: url(../images/gallery-back.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
		.gallery-section .text-wrapper h2{
			font-size: 30px;
			color: #343a40;
			line-height: 29px;
			margin-bottom: 5px;
		}
		
		.gallery-section .text-wrapper p{
			font-size: 12px;
			color: #868e96;
			line-height: 18px;
			margin-bottom: 18px;
			max-width: 230px;
		}
.gallery-section .owl-nav {
    left: 0px;
    position: absolute;
}
.gallery-section .text-wrapper p {
    font-size: 16px;
    color: #868e96;
    line-height: 28px;
    margin-bottom: 18px;
    max-width: 230px;
    margin-top: 20px;
    font-size: 16px;
    color: #868e96;
    line-height: 18px;
    margin-bottom: 18px;
    max-width: 230px;
}
        #newspart .newslider .item .newbox {
            padding-bottom: 2px;
            box-shadow: 0 2px 14px rgba(0,0,0,0.15);
            overflow: hidden;
        }

            #newspart .newslider .item .newbox .newimg {
                overflow: hidden;
            }

                #newspart .newslider .item .newbox .newimg img, #newspart .newslider .item .newbox:hover .newimg img, .photogconts .photoglist a .photobox, .photogconts .photoglist a:hover .photobox, #aboutpart .aboutslider .carousel-inner > .item img, #aboutpart .aboutslider .carousel-inner > .item:hover img {
                    transition: all 0.4s ease 0s;
                    -moz-transition: all 0.4s ease 0s;
                    -webkit-transition: all 0.4s ease 0s;
                }

            #newspart .newslider .item .newbox:hover .newimg img, #aboutpart .aboutslider .carousel-inner > .item:hover img {
                transform: scale(1.1);
                -moz-transform: scale(1.1);
                -webkit-transform: scale(1.1);
            }

            #newspart .newslider .item .newbox .details {
                padding: 26px 24px;
                background-color: #ffffff;
                min-height: 220px;
            }

                #newspart .newslider .item .newbox .details .time {
                    font-size: 10px;
                    padding-bottom: 8px;
                    display: block;
                    color: #b2b2b2;
                    text-transform: uppercase;
                }

                #newspart .newslider .item .newbox .details .heading {
                    font-size: 16px;
                    font-weight: 500;
                    color: #333333;
                    line-height: 24px;
                    margin: 2px 0 26px;
                    display: inline-block;
                }

                #newspart .newslider .item .newbox .details .btrow {
                    padding: 26px 0 0;
                    border-top: 1px solid #e0e0e0;
                }

                #newspart .newslider .item .newbox .details .text {
                    color: #4b9d5d;
                    font-size: 12px;
                    font-weight: 500;
                    float: left;
                }

                    #newspart .newslider .item .newbox:hover .heading, #newspart .newslider .item .newbox .details .text:hover {
                        color: #4b9d5d;
                    }

                #newspart .newslider .item .newbox .details .grayarrow {
                    float: right;
                    width: 9px;
                    height: 9px;
                    background: url(../images/garrow.png) no-repeat 0 0;
                    margin: 4px 0 0;
                }
        /*#newspart .newslider .item .newbox:hover .grayarrow {background-image: url(../images/orangearrow.png);}*/
.gallery-section .owl-carousel .owl-nav div {
    position: absolute;
    border-radius: 2px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    cursor: pointer;
    bottom: 15px;
    z-index: 2;
    background-color: #949495;
}

.gallery-section .owl-carousel .owl-prev {
    background-image: url(../images/gallery-arrow-prev.png);
    left: 50px;
}

.gallery-section .owl-carousel .owl-next {
    background-image: url(../images/gallery-arrow-next.png);
    left: 92px;
}



/****************
 * Content Part
 ****************/
#contentpart {
    background-color: #fafafa;
    background-image: url(../images/whiteline-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding: 50px 0 90px;
}

    #contentpart .contentslider {
        padding: 0 15px 0 0;
    }

#contentimgslider {
    box-shadow: 0 15px 40px rgba(0,0,0,0.30);
    -moz-box-shadow: 0 15px 40px rgba(0,0,0,0.30);
    -webkit-box-shadow: 0 15px 40px rgba(0,0,0,0.30);
}

#contentpart .contentslider .carousel-inner > .item {
    overflow: hidden;
}

    #contentpart .contentslider .carousel-inner > .item img {
        width: 100%;
    }

#contentpart .contentslider .carousel-control {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 0 0;
    right: 32px;
    left: inherit;
    top: inherit;
}

    #contentpart .contentslider .carousel-control.left {
        background-image: url(../images/prevarrow.png);
        bottom: 72px;
    }

    #contentpart .contentslider .carousel-control.right {
        background-image: url(../images/nextarrow.png);
        bottom: 32px;
    }

#contentpart .contentslider .carousel-indicators {
    margin: 0;
    left: inherit;
    width: auto;
    top: 24px;
    right: 38px;
    bottom: inherit;
}

    #contentpart .contentslider .carousel-indicators li {
        width: 4px;
        height: 4px;
        border: none;
        background: rgba(255,255,255,0.50);
        margin: 10px 0;
        display: block;
    }

    #contentpart .contentslider .carousel-indicators .active {
        background: #febd17;
        width: 8px;
        height: 8px;
        position: relative;
        left: -2px;
    }

#contentpart .contentimdad {
    float: left;
    width: 88%;
    position: relative;
    margin: 3% 6%;
}

#contentpart .commontitle h1 {
    margin: 10px 0 44px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 18px;
}

    #contentpart .commontitle h1::after {
        content: "";
        width: 100px;
        height: 2px;
        background-color: #8bbb41;
        position: absolute;
        left: 0px;
        bottom: 43px;
    }

#contentpart .contentimdad p {
    font-size: 14px;
    font-weight: 300;
    color: #2b2b2b;
    line-height: 24px;
    margin-bottom: 33px;
}

.breadcrumb {
    margin: 25px 0px 0px;
}

    .breadcrumb p {
        font-size: 12px !important;
        text-transform: uppercase;
        margin-bottom: 0px !important;
    }

    .breadcrumb a:after {
        padding: 0 5px;
        content: "\00BB";
        font-size: 18px;
    }

    .breadcrumb > .active {
        color: #4b9d5d
    }

    .breadcrumb a {
        color: #febd17;
    }

#contentpart .icon {
    position: absolute;
    right: 15px;
    top: -40px;
}

/*****************
 * Footer Part
 *****************/
footer {
    background: url(../images/footerbg.jpg) repeat;
    padding-top: 45px;
}

    footer .lfooter {
        float: left;
    }

        footer .lfooter .fmenu li {
            float: left;
            padding-right: 35px;
        }

            footer .lfooter .fmenu li:last-child {
                padding-left: 0;
            }

            footer .lfooter .fmenu li a {
                float: left;
                font-size: 12px;
                font-weight: 500;
                text-transform: uppercase;
                font-weight: 500;
                color: rgba(255,255,255,0.50);
                letter-spacing: 1px;
                text-transform: uppercase;
            }

                footer .lfooter .fmenu li a:hover, footer .copyright p a:hover {
                    color: #f2b835;
                }

    footer .rfooter {
        float: right;
        width: 400px;
        border-left: 1px solid rgba(255,255,255,0.20);
        text-align: center;
    }

        footer .rfooter h3 {
            font-size: 12px;
            text-transform: uppercase;
            color: #ffffff;
            letter-spacing: 1px;
            font-weight: 500;
        }

        footer .rfooter p {
            font-size: 12px;
            letter-spacing: 0.2px;
            color: rgba(255,255,255,0.50);
            margin: 10px 0 22px;
        }

    footer .socials {
        float: left;
        margin-bottom: 50px;
    }

        footer .socials li {
            background-image: url(../images/social-icons.png);
            background-repeat: no-repeat;
            margin-right: 10px;
            width: 34px;
            height: 34px;
            border: 1px solid rgba(255,255,255,0.10);
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
        }

            footer .socials li:hover {
                background-color: #f2b835;
                transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
            }

            footer .socials li.fb {
                background-position: 12px 8px;
            }

                footer .socials li.fb:hover {
                    background-position: 12px -30px;
                }

            footer .socials li.tw {
                background-position: -31px 8px;
            }

                footer .socials li.tw:hover {
                    background-position: -31px -30px;
                }

            footer .socials li.yt {
                background-position: -75px 8px;
            }

                footer .socials li.yt:hover {
                    background-position: -75px -30px;
                }

            footer .socials li.inst {
                background-position: -120px 8px;
            }

                footer .socials li.inst:hover {
                    background-position: -120px -30px;
                }

    footer .copyright {
        float: left;
        width: 100%;
        border-top: 1px solid #383b3f;
        margin-top: 50px;
        padding: 25px 0;
    }

        footer .copyright p {
            font-size: 10px;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: rgba(255,255,255,0.50);
            font-weight: 500;
        }

            footer .copyright p a {
                color: rgba(255,255,255,0.50);
            }


.content-container {
    background: #ffffff;
    border-radius: 3px;
    padding: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    min-height: 700px;
}

.news_section .container {
    max-width: 100%;
    margin: 15px 0px;
    border-bottom: 1px solid #e3e3e3;
}

.news-wrap .p-wrapper {
    margin-top: 3px;
    margin-bottom: 25px;
}

    .news-wrap .p-wrapper p {
        margin-bottom: 0px;
        text-align: justify;
    }

    .news-wrap .p-wrapper a {
        color: #4b9d5d;
    }

.news-wrap img {
    margin: 0 20px 10px 0;
}

.news-wrap .img1 {
    float: left;
}

.news-wrap .img2 {
    float: right;
}

.news-wrap h2 {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.news-wrap h1:before {
    content: '';
    width: 60px;
    height: 2px;
    position: absolute;
    background-color: #ef8a1e;
    bottom: 0;
    left: 0;
}

.date {
    display: block;
    color: #b1b1b1;
    text-transform: uppercase;
    font-size: 12px;
}

.news-link-white {
    color: #fec153 !important;
    text-decoration: underline;
    font-weight: bold;
    display: inline-block;
    margin-top: 16px;
    padding-right: 22px;
    background: url(/images/orange-arrow.png) no-repeat right center;
}

/****************
 * Products Part
****************/

.product-wrap {
    border: 1px solid #e4e7eb;
    border-left: 4px solid #4b9d5d;
    border-radius: 2px;
    margin-bottom: 20px;
}

.main-box {
    border: 1px solid #e4e7eb;
    border-left: 0;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 2px;
}

.file-icon {
    margin-right: 20px;
    float: left;
    display: inline-block;
}

.product-desc {
    float: left;
    display: inline-block;
}

    .product-desc h2 {
        font-size: 18px;
        color: #333333;
        font-weight: 500;
        line-height:30px;
    }

#contentpart .contentimdad .product-desc p {
    font-size: 14px;
    color: #868e96;
    font-weight: 400;
    margin-bottom: 0;
}

.expand-wrap {
    display: inline-block;
    float: right;
}

.expand-btn {
    padding: 6px 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background: none;
    outline: none;
}

    .expand-btn span {
        font-size: 10px;
        color: #a1a7ae;
        font-weight: 500;
        margin-right: 15px;
    }

.expand-body {
    padding: 0 20px 20px;
    background-color: #ffffff;
    display: none;
}

    .expand-body .item {
        float: left;
        display: inline-block;
        padding-right: 30px;
        margin-right: 30px;
    }

        .expand-body .item .first-icon {
            margin-right: 15px;
            float: left;
            display: inline-block;
        }

.item-desc {
    float: left;
    display: inline-block;
}

.expand-body .item-desc h3 {
    font-size: 11px;
    color: #495057;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 17px;
}

    .expand-body .item-desc h3.margin-15 {
        margin-bottom: 15px;
    }

.expand-body .item-desc h4 {
    font-size: 14px;
    color: #868e96;
    font-weight: 400;
    margin-top: 3px;
}



.items-wrapper {
    border-bottom: 1px solid #dee2e6;
    padding: 30px 0;
}

    .items-wrapper:last-child {
        border-bottom: 0;
        padding: 30px 0 20px;
    }

#contentpart .contentimdad .expand-body .item-desc p {
    font-size: 14px;
    color: #868e96;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}

/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: blue;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    /* padding: 3px 10px; */
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.co {
    background-color: #5ba455;
    text-align: center;
    /* color: black !important; */
}
#contentpart .contentimdad .divTableBody p{
    color: #000;
    line-height: 14px;
    margin:3px 4px;
    padding:8px;
    text-align:center;
}
#contentpart .contentimdad .divTableBody .co p{
    color: #fbf9f9;}

#contentpart .contentimdad  ul,#contentpart .contentimdad li {
line-height: 1.6em !important;
    color: rgb(128, 128, 128) !important;
    font-size: 15px !important;
    text-align: justify !important;
    list-style: disc;
    list-style-position: inside;
font-weight: 300;
    margin-left: 15px;
		}

/****************
 * Projects Page Part
****************/
.commonslider .owl-carousel {display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1;}
.commonslider .owl-carousel .owl-stage {position: relative; -ms-touch-action: pan-Y; -moz-backface-visibility: hidden;}
.commonslider .owl-carousel .owl-stage:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.commonslider .owl-carousel .owl-stage-outer {position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);}
.commonslider .owl-carousel .owl-wrapper, .commonslider .owl-carousel .owl-item {-webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0);}
.commonslider .owl-carousel .owl-item {position: relative;max-height: 75vh; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none;}
.commonslider .owl-carousel.owl-loaded {display: block;}
.commonslider .owl-carousel.owl-loading {opacity: 0; display: block;}
.commonslider .owl-carousel.owl-hidden {opacity: 0;}
.commonslider .owl-carousel.owl-refresh .owl-item {visibility: hidden;}
.commonslider .owl-carousel.owl-grab {cursor: move; cursor: grab;}

#mainslider {position: relative;}
#mainslider .owl-carousel .item {overflow: hidden; position: relative;}
#mainslider .owl-carousel .item .sliderimg img {width: 100%;}
#mainslider .owl-nav {margin: 0 auto; position: relative;}
#mainslider .owl-nav div {width: 64px; height: 64px; position: absolute; z-index: 8; bottom: -32px; background-color: rgba(255,255,255,0.95); background-position: center center; background-repeat: no-repeat; cursor: pointer; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;}
#mainslider .owl-nav div:hover, #artifacts .owl-nav div:hover, .owl-nav div:hover {background-color: #f2b835;}
#mainslider .owl-nav div.owl-prev {background-image: url(../images/prev_arrow.png); right: 84px;}
#mainslider .owl-nav div.owl-prev:hover, #artifacts .owl-nav div.owl-prev:hover, .owl-nav div.owl-prev:hover {background-image: url(../images/prev_arrow_h.png);}
#mainslider .owl-nav div.owl-next {background-image: url(../images/next_arrow.png); right: 0px;}
#mainslider .owl-nav div.owl-next:hover, #artifacts .owl-nav div.owl-next:hover, .owl-nav div.owl-next:hover {background-image: url(../images/next_arrow_h.png);}
#mainslider .owl-dots {display: none;}

#projects {background-color: #f5f6f7; background-image: url(../images/texturebg1.png); background-repeat: no-repeat; background-position: 50% 0; padding: 236px 0 125px; position: relative;}
#projects:before {content: ""; width: 100%; height: 600px; background: url(../images/patternbg1.png) no-repeat 100% 0; position: absolute; left: 0; top: 0; background-size: 100% auto;}
#projects .titlebox {position: absolute; top: -134px; z-index: 4; font-family: 'Alegreya', serif; font-weight: 500; line-height: 50px; padding: 50px 70px; font-size: 40px; color: #f2f2f2; width: 570px; height: 247px; background: url(../images/titlebg.jpg) no-repeat 0 0; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
#projects .texts {float: left; width: 500px; margin-top: 85px; position: relative; z-index: 4;}
#projects .texts h2, #loaction .info h2 {font-family: 'Alegreya', serif; font-size: 36px; font-weight: 500; color: #343a40; line-height: 46px;}
#projects .texts p, #loaction .info p {line-height: 26px; color: #666c73; margin: 30px 0 30px;}
#projects .imgbox, .gallery-wrap .imgbox {float: right; width: 640px; position: relative; z-index: 3; margin-right: -100px;}
#projects .imgbox:before, .gallery-wrap .imgbox:before {content: ""; width: 100%; height: 100%; background-color: rgba(0,0,0,0.10); position: absolute; z-index: -1; top: -42px; right: -42px;}
#projects .imgbox img, .gallery-wrap .imgbox img{width: 100%; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;}

.zoonin {opacity: 0; transform: scale(0); -moz-transform: scale(0); -webkit-transform: scale(0);}
.zoomanimt {opacity: 1; transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1);}
.movein {opacity: 0; top: 100px;}
.moveanimt {opacity: 1; top: 0px;}
.zoonin, .movein, #artifacts .owl-carousel .item .innerbox a img {transition:all 1s ease 0s; -moz-transition:all 1s ease 0s; -webkit-transition:all 1s ease 0s;}

#artifacts {position: relative; background-color: #f5f6f7; background-image: url(../images/texturebg2.png); background-repeat: no-repeat; background-position: 0 0; padding: 75px 0 95px;}
.ctitle {background: url(../images/textlinebg.png) no-repeat 50% 50%; text-align: center; margin-bottom: 30px;}
.ctitle h1 {line-height: 38px; font-family: 'Alegreya', serif; font-weight: 500; font-size: 44px; color: #343a40; margin-bottom: 15px;}
.ctitle span {display: block; font-family: 'Alegreya', serif; font-size: 18px; color: #f2b835; letter-spacing: 1.5px; text-transform: uppercase;}
#artifacts .owl-carousel .item .innerbox {background: url(../images/prodbg.png) no-repeat 50% 0; text-align: center; padding: 21px 0 30px;}
#artifacts .owl-nav div, #galleryslider .owl-nav div {width: 48px; height: 48px; position: absolute; z-index: 8; top: 50%; background-color: rgba(255,255,255,0.95); background-position: center center; background-repeat: no-repeat; cursor: pointer; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
#galleryslider .owl-nav div{ background-color: rgba(224, 224, 224, .9); }
#artifacts .owl-nav div.owl-prev {background-image: url(../images/prev_arrow.png); left: -88px;}
#galleryslider .owl-nav div.owl-prev{ background-image: url(../images/prev_arrow_h.png); left: -50px;}
#artifacts .owl-nav div.owl-next{background-image: url(../images/next_arrow.png); right: -88px;}
#galleryslider .owl-nav div.owl-next{background-image: url(../images/next_arrow_h.png); right: -50px;}
#galleryslider .owl-stage .owl-item .item{ text-align: center;cursor: pointer;}
#galleryslider .owl-stage .owl-item .item img{ border-radius: 2px;}
#artifacts .borbtn {margin-top: 45px;}
#artifacts .owl-carousel .item .innerbox a:hover img {transform: translateY(-20px); -moz-transform: translateY(-20px); -webkit-transform: translateY(-20px);}

.borbtn {display: inline-block; text-transform: uppercase; color: #868e96; font-weight: 700; letter-spacing: 0.4px; padding: 13px 40px; border: 1px solid #dee2e6; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
.borbtn:hover {border-color: #f2b835; background-color: #f2b835; color: #ffffff;}

#loaction {background-color: #f5f6f7; background-image: url(../images/texturebg3.png); background-repeat: no-repeat; background-position: 50px -112px; padding: 100px 0 170px;}
#loaction .locationimg {padding-left: 20px; width: 702px; float: left;}
#loaction .locationimg img {max-width: 100%; perspective: 1000px; position: relative; cursor: all-scroll;}
#loaction .info {float: right; width: 390px; padding: 0 20px; margin-top: 80px; position: relative;}
#loaction .info p {margin-top: 20px;}

#events {background-color: #ffffff; padding: 60px 0;}
#events .eventbox {width: 368px; float: left; border-right: 1px solid #e9ecef; padding-right: 98px;}
#events .eventbox .date {background: url(../images/line-img.jpg) no-repeat 0 50%; font-size: 10px; padding-left: 40px; font-weight: 500; color: #006c80; text-transform: uppercase; letter-spacing: 0.50px;}
#events .eventbox h3 {font-family: 'Alegreya', serif; font-weight: 500; font-size: 18px; margin: 10px 0 5px; letter-spacing: 0.5px; color: #343a40; line-height: 28px;}
#events .eventbox p {font-size: 13px; color: #666c73; line-height: 22px; margin-bottom: 15px;}
#events .eventbox a {font-size: 10px; font-weight: 500; letter-spacing: 0.5px; color: #193048; background: url(../images/arrow.png) no-repeat 100% 50%; padding-right: 28px;}
#events .eventbox a:hover {color: #f2b835;}
#events .eventbox2 {width: 445px; padding-left: 90px;}
#events .eventbox:last-child {padding-right: 0; border-right: none; padding-left: 90px; width: 357px;}

.cbttn {display: inline-block; text-transform: uppercase; color: #ffffff; font-size: 14px; font-weight: 700; padding: 14px 40px; text-align: center; background-color: #f2b835; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;}

#contents {
    background-color: #f5f6f7;
    background-image: url(../images/texturebg1.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding: 60px 0;
    position: relative;
}

.content-box {
    background: #ffffff;
    border-radius: 3px;
    padding: 60px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 100%;
    line-height: 26px;
    color: #666c73;
    text-align: justify;
}

    .content-box h2 {
        position: relative;
        padding-bottom: 35px;
        margin-bottom: 40px;
        font-family: 'Alegreya', serif;
        font-size: 36px;
        font-weight: 500;
        color: #343a40;
        line-height: 46px;
    }

.content-box h2 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
    font-family: 'Alegreya', serif;
    font-size: 33px;
    font-weight: 500;
    color: #343a40;
    line-height: 46px;
}
        .content-box h2:before {
            content: '';
            width: 100%;
            height: 1px;
            background-color: #e0e0e0;
            position: absolute;
            bottom: 0;
            left: 0;
        }

.search-wrapper {
    position: relative;
    
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 13px;
    top: 17px;
    width: 193px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: rgba(0,0,0,.8);
}

    .main-menu .navigation > li > ul > li {
        position: relative;
        width: 100%;
        border-top: .5px solid #ffffff;
    }

        .main-menu .navigation > li > ul > li > a {
            position: relative;
            display: block;
            padding: 10px 15px 10px 17px;
            line-height: 22px;
            font-weight: 400;
            font-size: 12px;
            text-transform: capitalize;
            color: #ffffff;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
           
        }

.custnav .menus .submenus > div > a {
    color: #fff;
    margin-top: -4px;
}

.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a, .main-menu .navigation > li.current-menu-item > a {
    color: #ffffff;
    opacity: 1;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    /*top: 100%;*/
    transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-n;
    -webkit-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
}

.center-text {
    text-align: center;
}

.image-wrap {
    margin-bottom: 20px;
}

.image-wrap img{
	box-shadow: 12px 10px 27px 0px rgba(0, 0, 0, 0.25);
	border-radius: 2px;
	display:inline;
}

.caption h4 {
    font-size: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 30px 20px;
    z-index: 11;
    font-weight: 700;
    line-height: 24px;
}

.slider-logos{
	position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 2;
    background-image: url(/images/Logos_Bg.png);
    padding: 20px;
	background-size: cover;
}
    .slider-logos img {
        padding-right: 30px;
        max-width: 160px;
        background-color: #6f6e6e00;
        transition: transform .2s; /* Animation */
        
        margin: 0 auto;
    }
 /*       .slider-logos img:hover {
            transform: scale(1.5);
        }
*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/images/preloader.GIF)
}

.content-container {
    background: #ffffff;
    border-radius: 3px;
    padding: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    min-height: 700px;
    width: 60%;
}

.header-section{
	position: relative;
}

.header-section .header-image {
    height: 75vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	background-attachment: fixed;
}

.parent-title{
    right: 0;
    left: 0;
    text-align: center;
    bottom: 0;
    color: #ffffff;
    text-shadow: none;
    position: absolute;
	padding: 10px 0 30px;
	background: -webkit-linear-gradient(bottom,rgba(18,18,18,0.70),rgba(0,0,0,0));
    background: -ms-linear-gradient(top,rgba(18,18,18,0.70),rgba(0,0,0,0));
    background: -o-linear-gradient(top,rgba(18,18,18,0.70),rgba(0,0,0,0));
    background: -moz-linear-gradient(top,rgba(18,18,18,0.70),rgba(0,0,0,0));
}

.parent-title h2{
	color: #ffffff;
    padding-bottom: 10px;
    text-align: center;
    font-size: 44px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 45px;
}

.parent-title h2 span.home-button{
    display: block;
    font-size: 14px;
    color: #ffffff;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 1px;
}

.news-wrap1{
	margin-top: 40px;
	border-bottom: 1px solid #e0e0e0;
    padding: 40px 0;
}

.news_section1:last-child .news-wrap1{
	border:0;
}

.news-wrap1 img{
	width: 100%;
    height: auto;
}

.p-wrapper1{
	padding-right: 40px;
}

.p-wrapper1 h1{
	padding: 10px 0;
    margin-bottom: 10px;
	font-size: 30px;
    color: #343a40;
}

.border{
	padding-right: 50px;
}

.news-link-white1{
	margin-top: 10px;
    display: block;
	color: #f2b835;
}

.slide-left, .slide-right {
    position: relative;
    visibility: hidden;
    transition: .9s all;
}

.animate-left {
    visibility: visible;
    -webkit-animation: slide-left 0.9s;
    -moz-animation: slide-left 0.9s;
    animation: slide-left 0.9s;
}

.animate-right {
    visibility: visible;
    -webkit-animation: slide-right 0.9s;
    -moz-animation: slide-right 0.9s;
    animation: slide-right 0.9s;
}

@-webkit-keyframes slide-right {
	0% {
		opacity: 0;
		right:-50px;

	}

	60% {
		opacity: 1;
		right:10px;
	}

	100% {
		right:0px;
	}
}
@-moz-keyframes slide-right {
	0% {
		opacity: 0;
		right:-50px;
	}

	60% {
		opacity: 1;
		right:10px;
	}

	100% {
		right:0px;
	}
}
@keyframes slide-right {
	0% {
		opacity: 0;
		right:-50px;
	}

	60% {
		opacity: 1;
		right:10px;
	}

	100% {
		right:0px;
	}
}

@-webkit-keyframes slide-left {
	0% {
		opacity: 0;
		left:-50px;

	}

	60% {
		opacity: 1;
		left:10px;
	}

	100% {
		left:0px;
	}
}
@-moz-keyframes slide-left {
	0% {
		opacity: 0;
		left:-50px;
	}

	60% {
		opacity: 1;
		left:10px;
	}

	100% {
		left:0px;
	}
}
@keyframes slide-left {
	0% {
		opacity: 0;
		left:-50px;
	}

	60% {
		opacity: 1;
		left:10px;
	}

	100% {
		left:0px;
	}
}

.buttonSend{
	text-align: center;
    padding-top: 20px;
}

#contents .item.video{
	width: 90%;
    height: 170px;
    margin: 0 auto;
}

.data-span{
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: #666c73;
}

.sharethis-inline-share-buttons{
	margin-bottom: 40px;
}

.partners{
	margin-top: 15px;
}

.partners div{
    display: inline-block;
    float: left;
    width: 20%;
	text-align: center;
}

.partners div img{
	width: 100%;
	height: auto;
}

.banner-read-more:hover{
	color: #ffcc00;
}

.pdf-title {
    font-size: 18px;
    color: #f2b835;
    color: #343a40;
    margin-bottom: 10px;
}




#projects2 {background-color: #f5f6f7; background-image: url(../images/texturebg1.png); background-repeat: no-repeat; background-position: 50% 0; padding: 236px 0 125px; position: relative;}
#projects2:before {content: ""; width: 100%; height: 600px; background: url(../images/patternbg1.png) no-repeat 100% 0; position: absolute; left: 0; top: 0; background-size: 100% auto;}
#projects2 .titlebox {position: absolute; top: -134px; z-index: 4; font-family: 'Alegreya', serif; font-weight: 500; line-height: 50px; padding: 50px 70px; font-size: 40px; color: #f2f2f2; width: 570px; height: 247px; background: url(../images/titlebg.jpg) no-repeat 0 0; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
#projects2 .texts {float: left; width: 500px; margin-top: 85px; position: relative; z-index: 4;}
#projects2 .texts h2, #loaction .info h2 {font-family: 'Alegreya', serif; font-size: 36px; font-weight: 500; color: #343a40; line-height: 46px;}
#projects2 .texts p, #loaction .info p {line-height: 26px; color: #666c73; margin: 30px 0 30px;font-size: 16px;}
#projects2 .imgbox, .gallery-wrap .imgbox {float: right; width: 640px; position: relative; z-index: 3; margin-right: -100px;}
#projects2 .imgbox:before, .gallery-wrap .imgbox:before {content: ""; width: 100%; height: 100%; background-color: rgba(0,0,0,0.10); position: absolute; z-index: -1; top: -42px; right: -42px;}
#projects2 .imgbox img, .gallery-wrap .imgbox img{width: 100%; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;}

#projects2 {
    background-color: #f5f6f7 !important;
    background-image: url(../images/texturebg1.png) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 0 !important;
    padding: 43px 0 125px !important;
    position: relative !important;
}
    #projects2 .imgbox {
        float: right;
        width: 640px;
        position: relative;
        z-index: 3;
        margin-right: 0 !important;
    }
    #projects2 .texts {
        float: left;
        width: 621px;
        margin-top: 85px;
        position: relative;
        z-index: 4;
        text-align: left;
    }

#artifacts2 .owl-nav div:hover, .owl-nav div:hover {background-color: #f2b835;}

 #artifacts2 .owl-nav div.owl-prev:hover, .owl-nav div.owl-prev:hover {background-image: url(../images/prev_arrow_h.png);}
 #artifacts2 .owl-nav div.owl-next:hover, .owl-nav div.owl-next:hover {background-image: url(../images/next_arrow_h.png);}
#artifacts2 .owl-carousel .item .innerbox a img {transition:all 1s ease 0s; -moz-transition:all 1s ease 0s; -webkit-transition:all 1s ease 0s;    width: 100%;    height: 310px;}
#artifacts2 {position: relative; background-color: #f5f6f7; background-image: url(../images/texturebg2.png); background-repeat: no-repeat; background-position: 0 0; padding: 75px 0 95px;}

#artifacts2 .owl-carousel .item .innerbox {background: none; text-align: center; padding: 21px 15px 30px;}
#artifacts2 .owl-nav div, #galleryslider .owl-nav div {width: 48px; height: 48px; position: absolute; z-index: 8; top: 50%; background-color: rgba(255,255,255,0.95); background-position: center center; background-repeat: no-repeat; cursor: pointer; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
#artifacts2 .owl-nav div.owl-prev {background-image: url(../images/prev_arrow.png); left: -88px;}
#artifacts2 .owl-nav div.owl-next{background-image: url(../images/next_arrow.png); right: -88px;}

#artifacts2 .borbtn {margin-top: 45px;}
#artifacts2 .owl-carousel .item .innerbox a:hover img {transform: translateY(-20px); -moz-transform: translateY(-20px); -webkit-transform: translateY(-20px);}
#artifacts2 {
    position: relative;
    background-color: #f5f6f7;
    background-image: url(../images/texturebg2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 105px 0 105px;
}
    #artifacts2 .ctitle {
        margin-bottom: 50px;
    }


 #loaction2 .info h2 {font-family: 'Alegreya', serif; font-size: 36px; font-weight: 500; color: #343a40; line-height: 46px;}
 #loaction2 .info p {line-height: 26px; color: #666c73; margin: 30px 0 30px;}


#loaction2 {background-color: #f5f6f7; background-image: url(../images/texturebg3.png); background-repeat: no-repeat; background-position: 50px -112px; padding: 100px 0 170px;}
#loaction2 .locationimg {padding-left: 20px; width: 702px; float: left;}
#loaction2 .locationimg img {max-width: 100%; perspective: 1000px; position: relative; cursor: all-scroll;}
#loaction2 .info {float: right; width: 390px; padding: 0 20px; margin-top: 20px; position: relative;}
    #loaction2 .info p {
        margin-top: 20px;
        font-size: 16px;
    }
    #loaction2 .info {
        float: right;
        width: 100%;
        padding: 0 20px;
        margin-top: 80px;
        position: relative;
        text-align: center;
    }
/*#bannerswrap {
    padding: 43px 0 125px !important;
    position: relative !important;
}*/
#homeSlide2 .item {
    text-align: center;
    padding: 21px 15px 30px;
}
#homeSlide2 .item img {
    width: 100%;
    height: 310px;
}

#homeSlide3 .item {
    text-align: center;
    padding: 21px 15px 30px;
}

    #homeSlide3 .item img, #contents .item.video {
        width: 100%;
        height: 310px;
    }
#contents .owl-nav div:hover, .owl-nav div:hover {background-color: #f2b835;}

 #contents .owl-nav div.owl-prev:hover, .owl-nav div.owl-prev:hover {background-image: url(../images/prev_arrow_h.png);}
 #contents .owl-nav div.owl-next:hover, .owl-nav div.owl-next:hover {background-image: url(../images/next_arrow_h.png);}
#contents .owl-carousel .item .innerbox a img {transition:all 1s ease 0s; -moz-transition:all 1s ease 0s; -webkit-transition:all 1s ease 0s;    width: 100%;    height: 310px;}

#contents .owl-carousel .item {background: none; text-align: center; padding: 21px 15px 30px;}
#contents .owl-nav div {width: 48px; height: 48px; position: absolute; z-index: 8; top: 50%; background-color: rgba(255,255,255,0.95); background-position: center center; background-repeat: no-repeat; cursor: pointer; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
#contents .owl-nav div.owl-prev {background-image: url(../images/prev_arrow.png); left: -50px;}
#contents .owl-nav div.owl-next{background-image: url(../images/next_arrow.png); right: -50px;}

/***************************************/


* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li, form {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}

button, input, select, textarea {
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'Roboto', sans-serif;
}

.custfield:focus {
    outline: none;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #000000;
}

a {
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
    }

img {
    border: none;
    vertical-align: middle;
}

/****************
 * Common Css
 ****************/
.custfield {
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

a, a:hover, button {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.regionpart {
    width: 100%;
    float: left;
    padding: 60px 0;
}

    .regionpart .regioninner {
        background-color: #ffffff;
        box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
        padding: 60px;
    }

        .regionpart .regioninner .ctitle {
            padding: 0px 0px 30px;
            margin-bottom: 50px;
            border-bottom: 1px solid #e0e0e0;
        }

            .regionpart .regioninner .ctitle h3 {
                font-family: 'Alegreya', serif;
                font-size: 36px;
                color: #343a40;
                font-weight: 500;
            }

        .regionpart .regioninner .choosebar {
            padding: 0;
        }

            .regionpart .regioninner .choosebar label {
                float: left;
                text-align: center;
                margin: 8px 0px 0px;
                width: 272px;
                font-size: 20px;
                font-weight: 700;
                color: #343a40;
            }

            .regionpart .regioninner .choosebar .custfield {
                float: right;
                height: 45px;
                border: 1px solid #e9e9e9;
                font-size: 16px;
                color: #343a40;
                font-weight: 700;
                background-image: url(../images/drop-arrow.png);
                background-repeat: no-repeat;
                padding: 6px 15px;
                background-position: calc(100% - 15px);
                background-position: -moz-calc(100% - 15px);
                background-position: -webkit-calc(100% - 15px);
                appearance: none;
                -moz-appearance: none;
                -webkit-appearance: none;
                border-radius: 5px;
                width: calc(100% - 272px);
                width: -moz-calc(100% - 272px);
                width: -webkit-calc(100% - 272px);
            }

        .regionpart .regioninner .map {
            float: left;
            margin-top: 35px;
            width: 100%;
            min-height: 871px;
            background-image: url(../images/map.jpg);
            background-repeat: no-repeat;
            background-position: 50% 50%;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
        }

            .regionpart .regioninner .map ul {
                width: 555px;
                margin: 45px auto 0px auto;
                height: 566px;
                position: relative;
            }

                .regionpart .regioninner .map ul li {
                    position: absolute;
                }

                    .regionpart .regioninner .map ul li .place {
                        float: left;
                        cursor: pointer;
                        position: relative;
                        padding-right: 36px;
                        color: #343a40;
                        font-size: 18px;
                        font-weight: normal;
                    }

                        .regionpart .regioninner .map ul li .place:after {
                            width: 26px;
                            height: 26px;
                            content: " ";
                            top: 0px;
                            position: absolute;
                            border-radius: 26px;
                            -moz-border-radius: 26px;
                            -webkit-border-radius: 26px;
                        }

                    .regionpart .regioninner .map ul li.point1 {
                        top: 0;
                        right: 82px;
                    }
                    .regionpart .regioninner .map ul li.point1 {
                        top: 16px;
                        right: 103px;
                    }
                    .regionpart .regioninner .map ul li.point2 {
                        top: 90px;
                        right: 202px;
                    }

                    .regionpart .regioninner .map ul li.point3 {
                        top: 147px;
                        left: 155px;
                    }

                    .regionpart .regioninner .map ul li.point4 {
                        top: 184px;
                        right: 2px;
                    }

                    .regionpart .regioninner .map ul li.point5 {
                        top: 231px;
                        left: 155px;
                    }

                    .regionpart .regioninner .map ul li.point6 {
                        top: 317px;
                        left: 68px;
                    }

                    .regionpart .regioninner .map ul li.point7 {
                        top: 396px;
                        left: 61px;
                    }

                    .regionpart .regioninner .map ul li.point8 {
                        top: 387px;
                        left: 203px;
                    }

                    .regionpart .regioninner .map ul li.point9 {
                        top: 405px;
                        left: 313px;
                    }

                    .regionpart .regioninner .map ul li.point10 {
                        top: 355px;
                        right: -64px;
                    }

                    .regionpart .regioninner .map ul li.point11 {
                        top: 464px;
                        left: 325px;
                    }

                    .regionpart .regioninner .map ul li.point12 {
                        top: 494px;
                        right: -74px;
                    }

                    .regionpart .regioninner .map ul li.point13 {
                        bottom: 0px;
                        right: 27px;
                    }

                    .regionpart .regioninner .map ul li.point8 .place {
                        padding-right: 0px;
                        padding-top: 32px;
                    }

                    .regionpart .regioninner .map ul li.point4 .place, .regionpart .regioninner .map ul li.point9 .place, .regionpart .regioninner .map ul li.point10 .place, .regionpart .regioninner .map ul li.point11 .place, .regionpart .regioninner .map ul li.point12 .place, .regionpart .regioninner .map ul li.point13 .place {
                        padding-right: 0px;
                        padding-left: 36px;
                    }

                    .regionpart .regioninner .map ul li.point1 .place:after {
                        background-color: #91c897;
                        right: 0px;
                    }

                    .regionpart .regioninner .map ul li.point2 .place:after {
                        background-color: #4a9443;
                        right: 0px;
                    }

                    .regionpart .regioninner .map ul li.point3 .place:after {
                        background-color: #8faddb;
                        right: 0px;
                    }

                    .regionpart .regioninner .map ul li.point4 .place:after {
                        background-color: #427dba;
                        left: 0px;
                    }

                    .regionpart .regioninner .map ul li.point5 .place:after {
                        background-color: #e9a421;
                        right: 0px;
                        bottom: 0px;
                        top: initial;
                    }

                    .regionpart .regioninner .map ul li.point6 .place:after {
                        background-color: #f2959b;
                        right: 0px;
                    }

                    .regionpart .regioninner .map ul li.point7 .place:after {
                        background-color: #e84155;
                        right: 0px;
                    }

                    .regionpart .regioninner .map ul li.point8 .place:after {
                        background-color: #d28ebd;
                        left: 50%;
/*                        transform: translateX(-50%);
*/                    }

                    .regionpart .regioninner .map ul li.point9 .place:after {
                        background-color: #b84895;
                        left: 0px;
                    }

                    .regionpart .regioninner .map ul li.point10 .place:after {
                        background-color: #7c5e33;
                        left: 0px;
                    }

                    .regionpart .regioninner .map ul li.point11 .place:after {
                        background-color: #f09150;
                        left: 0px;
                    }

                    .regionpart .regioninner .map ul li.point12 .place:after {
                        background-color: #b85026;
                        left: 0px;
                    }

                    .regionpart .regioninner .map ul li.point13 .place:after {
                        background-color: #7d597c;
                        left: 0px;
                    }

        .regionpart .regioninner .placeinfo {
            width: 430px;
            display: none;
            top: -30px;
            padding: 30px 50px;
            z-index: 3;
            position: absolute;
            background-color: #ffffff;
            box-shadow: 0px 20px 10px rgba(0,12,26,0.03);
        }

        .regionpart .regioninner .righpopup {
            right: 26px;
            margin-right: 30px;
        }

            .regionpart .regioninner .righpopup:after {
                content: "";
                background-image: url(../images/right-arrow.png);
                width: 24px;
                height: 34px;
                background-repeat: no-repeat;
                position: absolute;
                right: -24px;
                top: 24px;
            }

        .regionpart .regioninner .leftpopup {
            left: 26px;
            margin-left: 30px;
        }

            .regionpart .regioninner .leftpopup:after {
                content: "";
                background-image: url(../images/left-arrow.png);
                width: 24px;
                height: 34px;
                background-repeat: no-repeat;
                position: absolute;
                left: -24px;
                top: 24px;
            }

        .regionpart .regioninner .map ul li.point4 .righpopup {
            right: 78px;
        }

        .regionpart .regioninner .map ul li.point5 .leftpopup {
            left: 93px;
            top: -4px;
        }

        .regionpart .regioninner .map ul li.point6 .leftpopup {
            left: 120px;
        }

        .regionpart .regioninner .map ul li.point7 .leftpopup {
            left: 125px;
        }

        .regionpart .regioninner .map ul li.point8 .leftpopup {
            left: 41px;
        }

        .regionpart .regioninner .map ul li.point9 .righpopup {
            right: 103px;
        }

        .regionpart .regioninner .map ul li.point10 .righpopup {
            right: 129px;
        }

        .regionpart .regioninner .map ul li.point11 .righpopup {
            right: 91px;
        }

        .regionpart .regioninner .map ul li.point12 .righpopup {
            right: 148px;
        }

        .regionpart .regioninner .map ul li.point13 .righpopup {
            right: 84px;
        }

        .regionpart .regioninner .placeinfo h4 {
            font-size: 20px;
            font-weight: 700;
            color: #343a40;
        }

        .regionpart .regioninner .placeinfo p {
            font-size: 16px;
            line-height: 30px;
            color: #666c73;
            margin-top: 15px;
        }

            .regionpart .regioninner .placeinfo p span {
                float: right;
                font-weight: 700;
                color: #343a40;
            }
.righpopup .borbtn {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 12px;
}
/*.content-box .cbttn {
    float: inherit;
    padding: 0;
}*/
.submenus {
    display: none;
    background-color: #ffffff;
    
    background-repeat: no-repeat;
    background-position: 100% 0;
    position: absolute;
    top: 108px;
    right: 15px;
    left: 15px;
    box-shadow: 0px 25px 25px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 25px 25px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 25px 25px rgba(0,0,0,0.10);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.cbttn-New {
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 38px;
    text-align: center;
    background-color: #f2b835;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-family: 'Roboto', sans-serif;
}
.partners div {
    display: inline-block;
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 17px;
}
.slider-logos img {
    padding-right: 16px;
    max-width: 141px;
    background-color: #6f6e6e00;
    transition: transform .2s;
    margin: 0 auto;
}
.regionpart .regioninner .map ul li.point3 {
    top: 147px;
    left: 95px ;
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--iframe .fancybox-content {
    width: 60%;
    height:600px;
}
/*.txtLink {
    color: #666c73;
}*/
.txtLink {
    color: blue;
    text-decoration: underline;
}
.sharethis-inline-share-buttons {
    margin: 40px 0 0;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}
.news-wrap1:last-child {
    margin-top: 40px;
    border-bottom: none;
    padding: 40px 0 0;
}
#galleryslider .owl-stage .owl-item .item img {
    width: 100%;
}
.regionpart .regioninner .map ul li.point20 {
    top: 244px;
    right: 96px;
}
.regionpart .regioninner .map ul li.point20 .place:after {
    background-color: #427dba;
    left: 0px;
}
    .regionpart .regioninner .map ul li.point20 .place:after {
        background-color: transparent;
        right: 10px;
        width: 120px;
        height: 100px;
        bottom: -30px;
        top: auto;
        left:auto;
    }
    .regionpart .regioninner .map ul li.point20 .righpopup {
        right: 92px;
        margin-right: 30px;
    }
.arbttn {
    color: #fff4e6;
    border: 1px solid #b59c92;
  
    background-color: transparent;
}

.regionpart .regioninner .map ul li.point20 {
    top: 244px;
    right: 96px;
}
.regionpart .regioninner .map ul li.point20 .place:after {
    background-color: #427dba;
    left: 0px;
}
    .regionpart .regioninner .map ul li.point20 .place:after {
        background-color: transparent;
        right: 10px;
        width: 120px;
        height: 100px;
        bottom: -30px;
        top: auto;
        left:auto;
    }
    .regionpart .regioninner .map ul li.point20 .righpopup {
        right: 92px;
        margin-right: 30px;
    }

#imgslider .innertexts2 {
    position: absolute;
    right: -15%;
    bottom: 22%;
    width: 310px;
    z-index: 2;
    left: auto
}
.form-group {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

#imgslider  {
    position: relative;
}

    #imgslider  .mainslider {
        float: left;
        width: 100%;
/*        height: 100vh;*/
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-size: cover;
    }

    #imgslider  .container {
        position: relative;
        height: 100%;
    }
	
	#imgslider  .mainslider:before{
		display: block;
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		bottom: 0;
		z-index: 1;
		content: '';
		background: -moz-linear-gradient(300deg, rgba(172,66,21,.6) 0%, rgba(26,8,3,.6) 100%); /* ff3.6+ */
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(172,66,21,.6)), color-stop(100%, rgba(26,8,3,.6))); /* safari4+,chrome */
		background: -webkit-linear-gradient(300deg, rgba(172,66,21,.6) 0%, rgba(26,8,3,.6) 100%); /* safari5.1+,chrome10+ */
		background: -o-linear-gradient(300deg, rgba(172,66,21,.6) 0%, rgba(26,8,3,.6) 100%); /* opera 11.10+ */
		background: -ms-linear-gradient(300deg, rgba(172,66,21,.6) 0%, rgba(26,8,3,.6) 100%); /* ie10+ */
		background: linear-gradient(60deg, rgba(172,66,21,.7) 0%, rgba(26,8,3,.2) 100%); /* w3c */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac4215', endColorstr='#1a0803',GradientType=0 ); /* ie6-9 */
	}
		
	

   /* #imgslider  .innertexts {
        position: absolute;
        left: 15px;
        bottom: 22%;
        width: 610px;
		z-index:2;
    }*/

        #imgslider  .innertexts span {
            display: block;
            font-size: 14px;
            color: #ffffff;
            text-transform: uppercase;
            font-weight: 700;
        }

        #imgslider  .innertexts h2 {
            font-size: 40px;
            font-weight: 700;
            color: #f2b835;
            line-height: 70px;
            margin: 10px 0 15px 0;
			font-family: Alegreya;
			font-weight: 800;
        }

        #imgslider  .innertexts p {
            color: #ffffff;
            line-height: 24px;
            font-weight: 300;
            margin-top: 8px;
			font-size: 17px;
			padding-right: 30px;
        }

        #imgslider  .innertexts .cbttn {
            margin-top: 34px;
        }
    #imgslider .innertexts2 {
        position: absolute;
        right: -15%;
        bottom: auto;
        width: 310px;
        z-index: 2;
        left: auto;
        top: 380px;
    }
.Sliderbttn {
    float: left;
    width: 160px;
    text-align: center;
    font-weight: 500;
    color: #fff4e6;
    text-transform: uppercase;
    border: 1px solid #b59c92;
    padding: 20px 35px;
    border-radius: 1px;
    margin-top: 40px;
    background-color: transparent;
    font-size: 14px;
}