
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1rem;

	font-family: 'Roboto', sans-serif;

	font-size: 16px;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***************************/

html{

	font-size: 14px;

	overflow-x: hidden;

	scroll-behavior: smooth;
}

body{

	color: #212121;

/*	overflow-x: hidden;*/
}

p{	

	font-size: 13px;

	line-height: 24px;

	color: #444;

}

h5{

	float: left;

	width: 100%;

    font-size: 12px;

    line-height: 12px;

    margin-bottom: 15px;

    font-weight: 600;

    text-transform: uppercase;

    color: #6D6D6D;
}

h2{

	float: left;

    font-size: 22px;

    line-height: 30px;

    font-weight: 600;
}

button:focus,
.btn:focus{

	outline: none;

	box-shadow: none;
}

a:hover{

	text-decoration: none;
}

.scroll-adjust{

	height: 0;

	opacity: 0;

	position: absolute;

	top: -150px;
}

.pageloader {

  position: fixed;

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  z-index: 9999;

  background: url(../images/page-loader.gif) 50% 50% no-repeat rgb(249, 249, 249);
  
  opacity: .8;

  display: none;

}



/*****************/

header{

	position: absolute;

	top: 0px;

	left: 0;

	right: 0;

	width: 100%;

	padding-right: 0px !important;

	z-index: 2;

	background-color: #fff;

			transition-duration: 1s;
    -webkit-transition-duration: 1s;

    box-shadow: 0px 0px 7px #e5e5e5;
}

header.fixed-top{

	position: fixed;

	background-color: #fff;
}

header .navbar{

	padding: 10px 0px 10px 0px;
}

header .navbar .navbar-brand{

	max-width: 82px;

	margin: 0px 12%;
}

header .navbar .navbar-brand img{

	float: left;

	width: 100%;
}

header .navbar .navbar-nav li{

	display: inline-block;

	float: left;

	padding: 0px 18px;
}

header .navbar .navbar-nav li .nav-link{

	font-size: 15px;

	color: #443f36;

	font-weight: 600;

	padding: 15px 0px !important; 
}

header .navbar .navbar-nav li .dropdown-toggle::after{

	position: absolute;

	right: 0;

	border: none;

	height: 15px;

	width: 10px;

	background-size: 10px;

	background-position: center;

	background-repeat: no-repeat;

	background-image: url(../images/down.png);
}

header .dropdown-item{
	font-weight: 600;
}

header .navbar .navbar-nav li.dropdown li .dropdown-toggle::after{

	right: 15px;
}


/**/

header .dropdown:hover>.dropdown-menu {
    display: block;
    transition-duration: 2s;
    -webkit-transition-duration: 2s;
}

header .dropdown .dropdown-menu{

	position: absolute !important;

	right: unset;

	left: 18px;

	border-top: 2px solid #c59a52;

    margin-top: -2px;

    padding: 0px;

    border-radius: 0px;
}


header .navbar .navbar-nav .dropdown .dropdown-menu li{

	float: left;

	width: 100%;

	padding: 0px;
}

header .navbar .navbar-nav .dropdown .dropdown-menu a{

	float: left;

	width: 100%;

	padding: 8px 18px !important;

	padding-right: 30px !important;

	font-size: 14px;

	border-bottom: 1px solid #efefef;

	cursor: pointer;
}

header .navbar .navbar-nav .sub-drop .dropdown-menu {

	display: none;

    top: 0px;

    left: 100% !important;
}

header .navbar .navbar-nav .sub-drop:hover .dropdown-menu{

	display: block;
}


























/**/

header .nav-rgt{

	float: right;
}

header .nav-rgt ul li{

	display: inline-block;

	float: left;

	background-color: transparent;
}

header .nav-rgt ul li:hover,
header .nav-rgt ul li.active{

	background-color: transparent;
}

header .nav-rgt ul li a{

	position: relative;

    float: left;

    width: 24px;

    height: 24px;

    background-size: contain;

    background-position: center;

    background-repeat: no-repeat;

	background-image: url(../images/cart.png);

	padding: 15px;

	padding-right: 0px;
}

header .nav-rgt ul li a span.count {

    position: absolute;

    padding: 5px;

    background-color: #443f36;

    color: #fff;

    font-size: 11px;

    border-radius: 50%;

    top: 15px;

    left: 10px;

    width: 24px;

    height: 24px;

    text-align: center;

}

	.navbar-toggler{

		padding-right: 0px;
	}

    .navbar-toggler-icon{

        background-image: url(../images/menu-icon.png);

        width: 25px;

        height: 18px;
    }


.social{

	position: relative;

	float: right;

	text-align: right;
}

.social ul{

	float: right;
}

.social li{

	display: inline-block;

	float: left;

	padding-right: 0px;

	padding-left: 23px;
}

.social li a{

	position: relative;

	float: left;

	width: 16px;

	height: 16px;

	background-size: contain;

	background-position: center;

	background-repeat: no-repeat;
}

.social li.facebook a{
	background-image: url(../images/facebook.png);
}
.social li.twitter a{
	background-image: url(../images/twitter.png);
}
.social li.instagram a{
	background-image: url(../images/instagram.png);
}
.social li.youtube a{
	background-image: url(../images/youtube.png);
}

.social li.facebook a:hover{
	background-image: url(../images/facebook-d.png);
}
.social li.twitter a:hover{
	background-image: url(../images/twitter-d.png);
}
.social li.instagram a:hover{
	background-image: url(../images/instagram-d.png);
}
.social li.youtube a:hover{
	background-image: url(../images/youtube-d.png);
}

/**/

section.banner{

	position: relative;

	float: left;

	width: 100%;

	margin-top: 75px;
}

section.banner .banner-carousel{

	position: relative;

	float: left;

	width: 100%;
}

section.banner .banner-carousel .item{

	position: relative;

	float: left;

	width: 100%;

	height: 450px;

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;
}

section.banner .banner-carousel .owl-stage{

	left: -75px;
}

section.banner .banner-carousel .item .caption{

	position: absolute;

	bottom: 0;

	width: 400px;

	height: 120px;

	left: -250px;

	background-color: #F2F2F2;
}

section.banner .banner-carousel .item .caption h4{

	position: absolute;

	left: 40px;

	right: 40px;

	top: 50%;

	transform: translateY(-50%);

	color: #000;

	font-size: 18px;

	line-height: 24px;

	font-weight: 600;
}

section.banner .banner-carousel .owl-item.active .item .caption{

	left: 40px;

	top: 50%;

	height: unset;

	width: 50%;

	transform: translateY(-50%);

	background-color: transparent;
}

section.banner .banner-carousel .owl-item.active .item .caption h4{

	color: #fff;

	font-size: 30px;

	font-weight: 300;

	line-height: 40px;
}

section.banner .banner-carousel .owl-item.active .item .caption h4 strong{

	font-weight: 500;
}

section.banner .banner-carousel .owl-dots{

	display: none;
}

section.banner .banner-carousel .owl-nav{

	position: absolute;

	right: 0;

	bottom: 0;

	width: 400px;

	height: 120px;

	margin: 0px;
}

section.banner .banner-carousel .owl-nav .owl-prev{

	display: none;
}

section.banner .banner-carousel .owl-nav .owl-next{

	position: relative;

	float: left;

	width: 100%;

	height: 100%;

	margin: 0px;

	opacity: 0;
}

/**/

section.services{

	position: relative;

	float: left;

	width: 100%;
}

section.services .service-inn{

	position: relative;

	float: left;

	width: 100%;

	padding-left: 12%;
}

section.services .service-inn .head{

	position: relative;

	float: left;

	width: 100%;

	padding: 40px 0px;
}


section.services .service-inn .head ul.tagheads{

	position: absolute;

	right: 0;

	bottom: 50px;

	width: calc(100% - 150px);

	text-align: center;

}

section.services .service-inn .head ul.tagheads li{

	display: inline-block;

	padding: 0px 4%;
}

section.services .service-inn .head ul.tagheads li a{

	font-size: 16px;

	line-height: 16px;

	font-weight: 500;

	color: #444;
}

section.services .service-inn .head ul.tagheads li a.active{

	color: #122565;
}

section.services .service-inn .carousel-area{

	position: relative;

	float: left;

	width: 100%;
}

section.services .service-inn .carousel-area ul.tagimages{

	position: relative;

	float: left;

	width: 160px;

	margin-right: 15px;
}

section.services .service-inn .carousel-area ul.tagimages li{

	display: block;

	float: left;

	width: 100%;

	margin-bottom: 10px;
}

section.services .service-inn .carousel-area ul.tagimages li:last-child{

	margin-bottom: 0px;
}

section.services .service-inn .carousel-area ul.tagimages li a{

	position: relative;

	float: left;

	width: 100%;

	height: 105px;

	background-position: center;

	background-size: cover;

	background-repeat: no-repeat;
}

section.services .service-inn .carousel-area ul.tagimages li a.active{

	opacity: 0.50;
}

section.services .service-inn .carousel-area .service-carousel{

	float: left;

	width: calc(100% - 175px);
}

section.services .service-inn .carousel-area .item{

	position: relative;

	float: left;

	width: 100%;

	height: 450px;

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;
}


section.services .service-inn .carousel-area .item .caption{

	position: absolute;

	bottom: 0;

	width: 400px;

	left: 00px;

	background-color: #F2F2F2;

	padding: 30px 40px;
}

section.services .service-inn .carousel-area .item .caption h3{

	position: absolute;

	padding: 15px 40px;

	left: 0;

	top: -45px;

	font-size: 16px;

	line-height: 16px;

	background-color: #122565;

	color: #fff;

	min-width: 200px;
}

section.services .service-inn .carousel-area .item .caption h4{

	color: #000;

	font-size: 18px;

	line-height: 24px;

	font-weight: 600;
}

section.services .service-inn .carousel-area .owl-dots{

	display: none;
}

/**/

section.about{

	position: relative;

	float: left;

	width: 100%;

	padding: 50px 0px;
}

section.about .about-inn{

	display: flex;

	position: relative;

	float: left;

	width: 100%;

	padding-left: 12%;
}

section.about .about-inn figure{

	position: relative;

	float: left;

	width: 250px;

	min-height: 300px;

	background-position: center;

	background-size: cover;

	background-repeat: no-repeat;
}

section.about .about-inn .cntnt{

	position: relative;

	float: left;

	width: calc(100% - 250px);

	padding: 5% 20% 5% 10%;
}

section.about .about-inn .cntnt .column{

	position: relative;

	float: left;

	width:100%;

	column-count: 2;

  	column-gap: 30px;

  	margin: 30px 0px;
}

section.about .about-inn .cntnt .exp-btn{

	position: relative;

	float: left;

	font-size: 15px;

	font-weight: 500;

	text-transform: uppercase;

	color: #BC863E;

	border: 0px;

	padding: 0px;

	padding-right: 40px;	

	background-image: url(../images/exp-btn.png);

	background-size: 24px;

	background-position: right;

	background-repeat: no-repeat;
}


/**/

section.newsevents{

	position: relative;

	float: left;

	width: 100%;

	margin-bottom: 75px;
}

section.newsevents .head{

	position: relative;

	float: left;

	width: 100%;

	padding-left: 12%;

	margin: 20px 0px;
}

section.newsevents .newsevents-carousel{

	position: relative;

	float: left;

	width: 100%;
}

.news-item{

	position: relative;

	float: left;

	width: 100%;
}

.news-item figure{

	position: relative;

	float: left;

	width: 100%;

	padding-top: 135%;

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;
}

.news-item figure:before{

	content: "";

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background: rgb(9,19,51);
	background: -moz-linear-gradient(180deg, rgba(9,19,51,0) 0%, rgba(9,19,51,0.804359243697479) 100%);
	background: -webkit-linear-gradient(180deg, rgba(9,19,51,0) 0%, rgba(9,19,51,0.804359243697479) 100%);
	background: linear-gradient(180deg, rgba(9,19,51,0) 0%, rgba(9,19,51,0.804359243697479) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#091333",endColorstr="#091333",GradientType=1);

}

.news-item .cntnt{

	position: absolute;

	left: 0;

	right: 0;

	bottom: 0;

	padding: 30px 40px;
}

.news-item .cntnt .posted{

	position: relative;

	float: left;

	width: 100%;

	margin-bottom: 10px;
}

.news-item .cntnt .posted .date{

	display: inline-block;

	float: left;

	font-size: 10px;

	line-height: 10px;

	color: #fff;

	text-transform: uppercase;

	border-right: 1px solid #fff;

	padding-right: 7px;
}

.news-item .cntnt .posted .name{

	display: inline-block;

	float: left;

	font-size: 10px;

	line-height: 10px;

	color: #BC863E;

	text-transform: uppercase;

	padding-left: 7px;
}

.news-item .cntnt h3{

	float: left;

	width: 100%;

	font-size: 15px;

	line-height: 20px;

	color: #fff;

	height: 60px;

	overflow: hidden;
}


/**/


section.intouch{

	position: relative;

	float: left;

	width: 100%;

	margin-bottom: 20px;
}

section.intouch .intouch-inn{

	display: flex;

	position: relative;

	float: left;

	width: 100%;
}

section.intouch .maparea{

	position: relative;

	float: left;

	width: 40%;

	padding: 70px 0px;
}

section.intouch .maparea:before{

	content: "";

	position: absolute;

	right: 0;

	width: 30px;

	top: 0;

	height: 100%;

	background-color: #122565;
}

section.intouch .maparea .map{

	position: relative;

	float: left;

	width: 100%;

	height: 100%;
}

section.intouch .formarea{

	position: relative;

	float: left;

	width: 60%;

	background-color: #122565;

	padding: 70px 8%;
}

section.intouch .formarea .form-box{

	position: relative;

	float: left;

	width: 100%;
}

section.intouch .formarea .form-box .head{

	position: relative;

	float: left;

	width: 100%;

	margin-bottom: 20px;
}

section.intouch .formarea .form-box .head h2{

	color: #fff;

	font-weight: 500;

	margin-left: 10px;
}

section.intouch .formarea .form-box .form-inn{

	position: relative;

	float: left;

	width: 100%;

	max-width: 400px;
}

section.intouch .formarea .form-box .form-inn .row{

	margin-right: -10px;

    margin-left: -10px;
}

section.intouch .formarea .form-box .form-inn div{

	padding: 0px 10px;
}

section.intouch .formarea .form-box .form-inn input{

	width: 100%;

	height: 34px;

	background-color: #fff;

	border: none;

	border-radius: 5px;

	margin-bottom: 20px;

	font-size: 11px;

	padding: 7px 15px;
}

section.intouch .formarea .form-box .form-inn textarea{

	width: 100%;

	height: 100px;

	background-color: #fff;

	border: none;

	border-radius: 5px;

	margin-bottom: 20px;

	font-size: 11px;

	padding: 7px 15px;
}

section.intouch .formarea .form-box .form-inn .btn{

	height: 34px;

	background-color: #BC863E;

	color: #fff;

	border: none;

	border-radius: 5px;

	font-size: 8px;

	padding: 7px 15px;

	text-transform: uppercase;

	letter-spacing: 1px;
}

/**/

section.counter{

	position: relative;

	float: left;

	width: 100%;

	background-image: url(../images/counter.png);

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;

	padding: 60px 0px;
}

section.counter .counter-inn {

    position: relative;

    float: left;

    width: 100%;

    padding: 0px 12%;
}

section.counter ul{

	display: flex;

	float: left;

	width: 100%;

	text-align: center;

	justify-content: space-between;
}

section.counter li{

	display: inline-block;
}

section.counter li .counter-value{

	float: left;

	font-size: 44px;

	font-weight: 500;

	line-height: 44px;

	color: #fff;
}

section.counter li p{

	float: left;

	color: #fff;

	font-size: 12px;

	line-height: 20px;

	text-transform: uppercase;

	text-align: left;

	margin: 2px 5px;
}

/**/


footer{

	position: relative;

	float: left;

	width: 100%;

	padding: 50px 0px 30px 0px;
}

footer .footer-inn{

	display: flex;

    position: relative;

    float: left;

    width: 100%;

    padding-left: 12%;
}

footer .footer-inn .footlinks{

	position: relative;

	float: left;

	width: 60%;

	padding-bottom: 20px;
}

footer .footer-inn .footlinks h5{

	color: #484848;

	margin-bottom: 20px;
}

footer .footer-inn .footlinks li{

	display: block;

	width: 100%;
}

footer .footer-inn .footlinks li p,
footer .footer-inn .footlinks li a{

	font-size: 13px;

	line-height: 24px;

	color: #444;
}

footer .footer-inn .footlinks li a:hover{

	text-decoration: underline;
}

footer .footer-inn .footlogo{

	position: relative;

	float: left;

	width: 40%;

	background-color: #122565;
}

footer .footer-inn .footlogo img{

	position: absolute;

	top: 50%;

	transform: translateY(-50%);

	right: 40px;

	width: 100%;

	max-width: 125px;
}

footer .footer-bot{

    position: relative;

    float: left;

    width: 100%;

    padding-left: 12%;
}

/**/

footer .social{

	width: 100%;

	margin-top: 20px;
}

footer .social li.facebook a{
	background-image: url(../images/facebook-d.png);
}
footer .social li.twitter a{
	background-image: url(../images/twitter-d.png);
}
footer .social li.instagram a{
	background-image: url(../images/instagram-d.png);
}
footer .social li.youtube a{
	background-image: url(../images/youtube-d.png);
}

footer .social li.facebook a:hover{
	background-image: url(../images/facebook.png);
}
footer .social li.twitter a:hover{
	background-image: url(../images/twitter.png);
}
footer .social li.instagram a:hover{
	background-image: url(../images/instagram.png);
}
footer .social li.youtube a:hover{
	background-image: url(../images/youtube.png);
}

footer .copyright{

	float: left;

	font-size: 8px;

	line-height: 12px;

	text-transform: uppercase;

	letter-spacing: 0.25px;
}


/**/

section.inner-banner{

	position: relative;

	float: left;

	width: 100%;

	margin-top: 75px;
}

section.inner-banner .inner-inn{

	position: relative;

    float: left;

    width: 100%;

    padding: 70px 0px;

    padding-left: 12%;

    background-position: center;

	background-size: cover;

	background-repeat: no-repeat;
}

section.inner-banner .inner-inn h4{

	color: #fff;

    font-size: 30px;

    font-weight: 500;

    line-height: 40px;
}


/**/

section.about-pge{

	position: relative;

	float: left;

	width: 100%;

	padding: 50px 0px;
}

section.about-pge .about-pge-inn{

	display: flex;

	position: relative;

	float: left;

	width: 100%;

	padding-left: 12%;
}

section.about-pge .about-pge-inn figure{

	position: relative;

	float: left;

	width: 300px;

	min-height: 300px;

	background-position: center;

	background-size: cover;

	background-repeat: no-repeat;
}

section.about-pge .about-pge-inn .cntnt{

	position: relative;

	float: left;

	width: calc(100% - 300px);

	padding: 5% 20% 5% 6%;
}

section.about-pge .about-pge-inn .cntnt .column{

	position: relative;

	float: left;

	width:100%;

	column-count: 2;

  	column-gap: 30px;

  	margin: 30px 0px;
}

/**/

section.misvis{

	position: relative;

	float: left;

	width: 100%;

	padding: 50px 0px;

	background-color: #F5F5F5;

	margin-bottom: 20px;
}

section.misvis .misvis-inn{

	display: flex;

	position: relative;

	float: left;

	width: 100%;

	padding: 0% 12%;
}

section.misvis .misvis-inn .row {

    margin-right: -30px;

    margin-left: -30px;
}

section.misvis .misvis-inn .row .col-md-6{

	padding-right: 30px;

    padding-left: 30px;
}

section.misvis .misvis-inn .comstyle{

	position: relative;

	float: left;

	width: 100%;
}

section.misvis .misvis-inn .comstyle figure{

	position: relative;

	float: left;

	width: 100%;

	padding-top: 50%;

	background-position: center;

	background-size: cover;

	background-repeat: no-repeat;

	margin-bottom: 30px;
}

section.misvis .misvis-inn .comstyle h2{

	margin-bottom: 30px;
}

/**/

section.service-pge{

	position: relative;

	float: left;

	width: 100%;

	padding: 50px 0px;
}

section.service-pge .service-pge-inn{

	display: flex;

	position: relative;

	float: left;

	width: 100%;

	padding-left: 12%;
}

section.service-pge .service-pge-inn figure{

	position: relative;

	float: left;

	width: 300px;

	min-height: 300px;

	max-height: 500px;

	background-position: center;

	background-size: cover;

	background-repeat: no-repeat;
}

section.service-pge .service-pge-inn .cntnt{

	position: relative;

	float: left;

	width: calc(100% - 300px);

	padding: 5% 20% 5% 6%;
}

section.service-pge .service-pge-inn .cntnt .column{

	position: relative;

	float: left;

	width:100%;

/*	column-count: 2;

  	column-gap: 30px;*/

  	margin: 30px 0px;
}

section.service-pge .service-pge-inn figure .play-btn{

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-image: url(../images/play-btn.png);

	background-position: center;

	background-size: 90px;

	background-repeat: no-repeat;
}



/**/

.servnews{

	position: relative;

	float: left;

	width: 100%;

	padding-top: 50px;
}

.servnews h2{

	margin-bottom: 30px;
}

.servnews .servnews-carousel{

	position: relative;

	float: left;

	width: 100%;
}

.servnews .servnews-carousel .item{

	position: relative;

	float: left;

	width: 100%;
}

.servnews .servnews-carousel .item figure{

	position: relative;

	float: left;

	width: 100%;

	padding-top: 135%;

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;
}

.servnews .servnews-carousel .item figure:before{

	content: "";

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background-color: rgb(9 19 51 / 70%);

}

.servnews .servnews-carousel .item .cntnt{

	position: absolute;

	left: 0;

	right: 0;

	top: calc(100% - 180px);

	padding: 30px 30px 0px 30px;

	max-height: 150px;

	overflow: hidden;
}

.servnews .servnews-carousel .item .cntnt h3{

	float: left;

	width: 100%;

	font-size: 18px;

	line-height: 22px;

	margin-bottom: 10px;

	color: #fff;

	font-weight: 500;

	text-transform: uppercase;
}

.servnews .servnews-carousel .item .cntnt p{

	float: left;

	width: 100%;

	color: #fff;

	font-size: 12px;

	line-height: 22px;
}

.servnews .servnews-carousel .owl-dots,
.servnews .servnews-carousel .owl-nav{

	display: none;
}

/**/


section.newsevents-pge{

	position: relative;

	float: left;

	width: 100%;

	padding: 50px 0px;
}

section.newsevents-pge .newsevents-pge-inn{

	position: relative;

	float: left;

	width: 100%;

	padding: 0% 12%;
}

section.newsevents-pge .newsevents-pge-inn .head {

    position: relative;

    float: left;

    width: 100%;

    margin-bottom: 20px;
}

section.newsevents-pge .newsevents-pge-inn .row{

    margin-right: -7px;

    margin-left: -7px;
}

section.newsevents-pge .newsevents-pge-inn .row .col-6{

    padding-right: 7px;

    padding-left: 7px;
}


section.newsevents-pge .newsevents-pge-inn .news-item{

	margin: 15px 0px;
}

section.newsevents-pge .newsevents-pge-inn .news-item .cntnt{

	padding: 30px 30px;
}

.button-sec{

	position: relative;

	float: left;

	width: 100%;

	height: 60px;
}

.button-sec .view-more{

	position: absolute;

	left: 50%;

	top: calc(50% + 20px);

	transform: translate(-50% , -50%);

	padding-right: 33px;

	background-image: url(../images/view-more.png);

	background-size: 13px;

	background-position: calc(100% - 10px) 9px;

	background-repeat: no-repeat;

	color: #BC863E;

	font-size: 15px;

	text-transform: uppercase;

	font-weight: 600;
}


/**/


section.newsdtls-pge{

	position: relative;

	float: left;

	width: 100%;

	padding: 50px 0px;

	margin-top: 75px;
}

section.newsdtls-pge .newsdtls-pge-inn{

	position: relative;

	float: left;

	width: 100%;

	padding: 0% 12%;
}

section.newsdtls-pge .newsdtls-pge-inn .news-item figure{

	width: 50%;

	padding-top: 0%;

	background: none;
}

section.newsdtls-pge .newsdtls-pge-inn .news-item figure img{

	width: 100%;
}

section.newsdtls-pge .newsdtls-pge-inn .news-item .cntnt{

	position: relative;

	float: left;

	width: 50%;

	left: unset;

	right: unset;
	
	bottom: unset;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;
}

section.newsdtls-pge .newsdtls-pge-inn .news-item .cntnt h3{

	color: #212121;

	height: unset;

	overflow: unset;

	font-size: 22px;

    line-height: 30px;

    font-weight: 600;

    margin-bottom: 15px;
}

section.newsdtls-pge .newsdtls-pge-inn .news-item .cntnt .posted{

	margin-bottom: 30px;
}

section.newsdtls-pge .newsdtls-pge-inn .news-item .cntnt .posted p{

	font-size: 13px;

	font-weight: 500;
}

section.newsdtls-pge .newsdtls-pge-inn .news-item .cntnt .posted .date{

	color: #212121;
}

/**/

section.newssmlr{

	position: relative;

	float: left;

	width: 100%;

	padding-bottom: 50px;
}

section.newssmlr .newssmlr-inn{

	position: relative;

	float: left;

	width: 100%;

	padding: 0% 12%;
}

section.newssmlr .newssmlr-inn .head{

	position: relative;

    float: left;

    width: 100%;

    margin: 20px 0px;
}

section.newssmlr .newssmlr-carousel{

	position: relative;

	float: left;

	width: 100%;
}

section.newssmlr .newssmlr-inn .news-item .cntnt{

    padding: 30px 30px;
}

/**/

section.contact-pge{

	position: relative;

	float: left;

	width: 100%;

	padding: 50px 0px;
}

section.contact-pge .contact-pge-inn{

	display: flex;

	position: relative;

	float: left;

	width: 100%;

	padding-left: 12%;
}

section.contact-pge .contact-pge-inn figure{

	position: relative;

	float: left;

	width: 300px;

	min-height: 300px;

	background-position: center;

	background-size: cover;

	background-repeat: no-repeat;
}

section.contact-pge .contact-pge-inn .cntnt{

	position: relative;

	float: left;

	width: calc(100% - 300px);

	padding: 0% 20% 7% 6%;
}

section.contact-pge .contact-pge-inn .cntnt .inside,
section.contact-pge .contact-pge-inn .cntnt .social{

	position: relative;

	float: left;

	width: 100%;

	text-align: left;
}

section.contact-pge .contact-pge-inn .cntnt .inside{

	margin-bottom: 20px;
}

section.contact-pge .contact-pge-inn .cntnt .inside h2,
section.contact-pge .contact-pge-inn .cntnt .social h2{

	text-transform: uppercase;

	margin-top: 15px;

	margin-bottom: 10px;
}

section.contact-pge .contact-pge-inn .cntnt .inside ul,
section.contact-pge .contact-pge-inn .cntnt .social ul{

	position: relative;

	float: left;

	width: 100%;
}

section.contact-pge .contact-pge-inn .cntnt .social ul{

	margin-top: 10px;
}

section.contact-pge .contact-pge-inn .cntnt .inside li{

	display: block;

	width: 100%;
}

section.contact-pge .contact-pge-inn .cntnt .inside li p,
section.contact-pge .contact-pge-inn .cntnt .inside li a{

	font-size: 13px;

	line-height: 24px;

	color: #444;
}

section.contact-pge .contact-pge-inn .cntnt .social li{

	padding-left: unset;

	padding-right: 25px;

	float: left;
}

section.contact-pge .contact-pge-inn .cntnt .social li a{

	width: 18px;

	height: 18px;
}