html {
	font-size: 100%;
}

.light-text-footer { 
	opacity: 0.8;
	font-weight: 400; 
}

body {
	word-wrap: break-word;
	overflow-x: hidden;
	font-size: 1rem;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.text-white {
	color: #fff;
}

.has-bg-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.fixed-bg-img {
	background-attachment: fixed;
}

.mx-1 {
	margin-left: 5px;
	margin-right: 5px;
}

.py-3 {
	padding-top: 18px;
	padding-bottom: 18px;
}

.py-4 {
	padding-top: 36px;
	padding-bottom: 36px;
}

.bg-primary {
	background-color: #005399 !important;
}

.bg-darker {
	background-color: #212529 !important;
}

.bg-light {
	background-color: #f8f9fa!important;
}

.bg-gold {
	background-color: #ac8620 !important;
}

img {
	max-width: 100%;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0;
}

a {
	color: #005399;
}

a:focus { text-decoration: none; }

*::selection { background: #fff200; color: #005399; }
*::-moz-selection { background: #fff200; color: #005399; }
*::-webkit-selection { background: #fff200; color: #005399; }

.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}

.carousel-caption {
	left: 0;
	width: 100%;
	padding: 0 8%;
}

.carousel-caption h4 {
	line-height: 1.4;
}

@media (min-width: 992px) {
	.carousel-control.right {
		right: 2%;
	}
}


/*navbar*/
.navbar {
	border-radius: 0;
	margin-right: auto;
}

.navbar .dropdown-menu {
	border-width: 0;
	border-radius: 0;
}

.navbar .dropdown-menu > li > a {
	padding: 6px 18px;
}

.navbar-brand {
	height: auto;
}


input:focus::-webkit-input-placeholder {
    color: #aaa;
}
input:focus:-moz-placeholder {
    color: #aaa;
}
input:focus::-moz-placeholder {
    color: #aaa;
}
.upper-logo-holder{
	position:absolute;
	top:50px;
	width: 100%;
	z-index: 999;
	text-align: center;
}
.upper-logo-holder>img{
	width: 70%;
	-webkit-filter: drop-shadow(5px 5px 5px #222); 
	filter: drop-shadow(5px 5px 5px #222);
}
.top{
	background-color: #005399;
	display: inline-block;
	position: relative;
	width: 100%;
	padding:1% 0;
	margin-bottom: -5px;
}
.all-pad{
	padding-right: 4%;
	padding-left: 4%;
}
.d-block {
	display: block;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.py-5 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.py-4 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.mt-0 {
	margin-top: 0;
}
.mt-1 {
	margin-top: 5px;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-3 {
	margin-bottom: 15px;
}
.mb-4 {
	margin-bottom: 30px;
}
.top-left, .top-right{
	width: 50%;
	display: inline-block;
	float: left;
	height: 90px;
}
.top-left img{
	height:90px;
}

.top-right ul li a { padding: 5px; }

.language{
	margin-top: 13%;
	display: inline-block;
	float: left;
}.language select{
	border:1px solid #fff;
	padding:2px 5px;
	background-color: #005399;
	color: #fff; 
}
.social-media{
	display: inline-block;
	float: left;
	width: 35px;
	height: 35px;
	font-size: 20px;
	line-height: 35px;
	border-radius: 100%;
	background-color: #fff;
	border:1px solid #fff;
	color:#005399;
	text-align: center;
	margin-right:5px;
	margin-top: 11%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}
.social-media2{
	display: inline-block;
	float: left;
	width: 35px;
	height: 35px;
	font-size: 20px;
	line-height: 35px;
	border-radius: 100%;
	background-color: #fff200;
	color:#005399;
	text-align: center;
	margin-left:5px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	margin-top: 8px;
}
.social-media2:hover{
	background-color: #005399;
	color:#fff200;
}
.social-media:hover{
	background-color: #005399;
	color:#fff;
}
.home-upper-content{
	position: relative;
	width: 100%;
}
@media screen and (max-width: 767px){
	.upper-contents{
		width: 100% !important;
		height: 100% !important;
	}
	.ucc-button-link{
		margin-top: 100% !important;
		margin-bottom: 20% !important;
	}.ucc-button-link3{
		margin-top: 30% !important;
		margin-bottom: 20% !important;
	}.navbar-nav>li>a{
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		line-height: 16px !important;
	}.news-content-holder, .news-image-holder{
		width: 100% !important;
	}.wbt-holder{
		width: 100% !important;
		padding-right:2%;
	}.wbt-desc{
		width: 98% !important;
	}

}
.upper-contents{
	position: relative;
	display: inline-block;
	width: 25%;
	float: left;
	height: 500px;
	background-color: #eee;
	text-align: center;
}
.upper-contents-content{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	text-align: center;
}
.upper-contents-content:hover{
	background-color: rgba(0,0,0,0);
}
.ucc-button-link{
	
	bottom: 0px;
	width: 110px;
	position: absolute;
	display: inline-block;
	padding:3px 13px;
	border:2px solid #fff;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.91);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.91);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.91);
}.ucc-button-link:hover{
	background-color: rgb(250,10,10);
	border:2px solid rgb(250,10,10);
}.upper-contents-content a:hover{
	text-decoration: none;
}
.ucc-button-link2{
	
	width: 80%;
	margin-bottom: 2%;
	position: relative;
	display: inline-block;
	padding:8px 13px;
	border:2px solid #fff;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	text-align: center;
	font-size: 17px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.91);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.91);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.91);
}
.ucc-button-link3{
	
	margin-top: 40%;
	position: relative;
	display: inline-block;
	padding:8px 13px;
	border:2px solid #fff;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-size: 17px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.91);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.91);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.91);
}
.ucc-button-link3:hover{
	background-color: rgb(250,10,10);
	border:2px solid rgb(250,10,10);
}
.home-content{
	padding-top: 1.5%;
	padding-bottom: 1.5%;
	width: 100%;
}
.video-container,.desc-container,.link-container{
	width: 100%;
	text-align: center;
	padding:1%;
}
.video-container{
	height: auto;
	width: 100%;
	padding:0px;
}
.video-container iframe { box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.91); }
.vc-video{
    width: 100%;
    min-height: 220px;
}
.desc-container{
	color:#444;
	font-size: 16px;
	
}
.link-container a, .link-container a:hover{
	
	color:#dd5500;
	font-size: 16px;
	
}
.link-container a:hover{
text-decoration: underline;
}
.vegas-title{
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	font-family: 'Lalezar', cursive;
}
.vegas-body{
	background-color: #121212;

}
.news-holder{
	display: inline-block;
	position: relative;
	float: left;
	margin:10px 0;
}
.news-img, .news-desc, .news-footer{
	width: 100%;
}
.news-img{
	height:250px;
	background-color:#000;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	overflow:hidden;
}.news-img > a > img{
	width:100%;
}
.news-img:hover{
	opacity: 0.7;
}
.news-desc a{
	color:#dd5500;
	font-size: 17px;
	
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
}
.news-desc{
	padding:5px 0;
	min-height: 60px;
	overflow: hidden;

}
.news-desc a:hover{
	text-decoration: underline;
}
.news-footer {
  color: #fff;
  font-size: 13px;
  height: 40px;
  overflow: hidden;
}
.wbt-holder{
	float: left;
	position: relative;
	margin-bottom: 3%;
	width:31%;
	margin-right: 1%;
	margin-left: 1%;
}
.wbt-title, .wbt-img, .wbt-testi{
	width:100%;
	position: relative;
	float: left;
	
}.wbt-title{
	text-align: center;
	font-weight: 700;
	font-size: 35px;
	color: #fff;
	text-shadow:2px 2px 5px #000;
	font-family: 'Lalezar', cursive;
}.wbt-img{
	min-height:300px;
	text-align:center !important;
	background-color:#fff;
	overflow: hidden;
	max-height: 300px;
}
.wbt-testi{
	display:table-cell;
	height:300px;
	padding:10px 20px;
	background-color: #037;
	overflow: hidden;
}
.wbt-testi img{
	margin: 0 auto;
	display: block;
	width:20%;
	border-radius: 100%;
}
.wbt-testi-content{
	max-height: 200px; 
}
.wbt-testi-content p{
	text-align: center;
	font-size: 15px;
	overflow: hidden;
	color: #fff;
}
.wbt-testi-content .author{
	text-align: center;
	width: 100%;
	color: white;
	font-size: 17px;

}
.wbt-testi-content .fa{
	color: #fff;
	font-size: 19px;
}
.wbt-img img{
	max-width:100%;
	max-height:100%;
	margin:0 auto;
}.wbt-desc{
	font-size: 17px;
	padding: 15px 11px;
	text-align: center;
	background-color: rgba(0,0,0,0.9);
	color:#fff;
	position: absolute;
	bottom: 0px;
	width: 100%;
	
}
.wbt-desc> a{
	color:#fff;
}
.footer, .footer-left-title, .footer-left-desc, .footer-left-form, .logo-holder{
	display: inline-block;
	position: relative;
	float: left;
	height: auto;

}.footer-left-title{
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	width: 100%;
	font-family: 'Lalezar', cursive;
}.footer-left-desc{
	margin: 15px 0;
	color: #fff;
	font-size: 15px;
	

}.footer-left-form{
	width: 100%;
	margin-bottom: 20px;
}.flf, .flf2{
	position: relative;
	float: left;
	display: inline-block;
	padding:2px;
}.flf{
	width: 70%;
}.flf2{
	width: 30%;
}.flf input{
	border-radius: 5px 0 0 5px;
	width: 100%;
	padding: 4px 10px;
	font-size: 15px;
	border:1px solid transparent;
}.flf2 input[type="button"]{
	
	border-radius: 0 5px 5px 0;
	background-color: #FFF200;
	color:#444;
	width: 100%;
	padding: 7px;
	margin: 0 auto;
	display: block;
	font-size: 15px; 
	line-height: 1;
	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;
	border: 1px solid transparent;
}
.flf2 input[type="button"]:hover{
	background-color: #FFF;
}
.social-media-plugins{
	min-height: 400px;
	overflow: hidden;
	
	width: 100%;
	/*background-color: rgba(0,0,0, 0.7);*/
	display: inline-block;
	padding: 10px;
}.social-media-plugin{
	width:33%;
	padding-right: 5px;
	padding-left: 5px;
	display: inline-block;
	float: left;
	position: relative;
}

.logo-holder{
	width: 100%;
	margin-top: 21%;
}.logo-holder img{
	width: 60%;
}
@media screen and (max-width: 767px){
	.news-content-holder img{
		max-width: 100% !important;
	}
	.social-media-plugin, .fb-page{
		width:100% !important;
		margin-bottom: 20px;
	}
	.footer{
		padding: 3px !important;
	}
	.logo-holder{
		margin-top: 20% !important;
		margin-bottom: 20px;
	}.logo-holder img{
		margin:0 auto !important;
		display: block !important;
	}.about-main-left,.about-main-right{
		width:100% !important;
		padding:4% !important;
	}.contact-main-left, .contact-main-right{
		width:100% !important;
		padding:2% 4% !important;
	}.main-footer-left, .main-footer-right{
		text-align: center !important;
		display: block !important;
		margin:0 auto !important;
	}.about-title-title{
		font-size: 7vw !important;
	}.calculate-body-content{
		width: 100% !important;
	}.vm-img-holder{
		width: 100% !important;
	}
}
.main-footer-left, .main-footer-right{
	position: relative;
	display: inline-block;
	padding-top:10px;
	color:#fff;
}
.main-footer-right{
	margin-right: 0;
	margin-top: -5px;
	
}
.main-footer-left{
	font-weight: 700;
	padding-bottom: 0px;
	
}
.main-footer-container{
	width:100%;
	display: inline-block;
} .main-footer-right a{
	display: inline-block;
	color: #fff;
	margin-left: 8px;
}.main-footer-right a:hover{
	text-decoration: underline;
	color:#fff;
}.fa-chevron-circle-up{
	font-size: 25px;
}.fa-chevron-circle-up:hover{
	color: #FFF200;
}
.testimonial-slider{
	width: 100%;
	min-height: 350px;
}
.about-main-left{
	display: inline-block;
	position: relative;
	width: 70%;
	float: left;
	background-color: #fff;
	padding-left: 4%;
	padding-right: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.contact-main-left{
	display: inline-block;
	position: relative;
	width: 60%;
	float: left;
	background-color: #fff;
	padding-left: 4%;
	padding-right: 2%;
	padding-top: 2%;
}
.contact-main-right{
	display: inline-block;
	position: relative;
	width: 40%;
	float: left;
	background-color: #fff;
	padding-left: 2%;
	padding-right: 4%;
	padding-top: 2%;
}
.about-main-right{
	display: inline-block;
	position: relative;
	width: 30%;
	float: left;
	background-color: #111;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	padding-right: 4%;
}
.search-bar{
	padding: 10px;
	display: inline-block;
	border-bottom: 1px solid #ddd;
	background-color: #edf0f5;
}

.blog-left-column{
	padding:0;
	background-color: #fff;
	margin-bottom: 10px;
}
.blog-left-menu{
	color:#555;
	display: inline-block;
	width: 100%;
	padding:5px 10px;
	border: 1px solid #e2e2e2;
	margin-bottom: -1px;
}
.blog-left-menu:hover{ 
	color:#333; 
	cursor: pointer;
}
.blog-left-menu > i{
	margin-top: 3px;
}
.b-active{
	color:#333;
	font-weight: 700;
}
.blog-form-holder{
	width: 100%;
	padding: 10px;
	display: inline-block;
	background-color: #fff;
	border:1px solid #e2e2e2; 
	margin-bottom: 10px;
}
.blog-form-holder>.main-form{
	width: 100%;
	display: inline-block;
}
.blog-form-holder>.main-form > .blogger-det{
	display: inline-block;
	width: 49.7%;
	padding:5px 10px;
	border:1px solid #fff;
	border:1px solid #eee;
	margin-bottom: 5px;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
}
.blog-form-holder>.main-form > .blog-title, .blog-form-holder>.main-form > .blog-content{
	min-width: 100%;
	max-width: 100%;
	padding:5px 10px;
	border:1px solid #fff;
	border:1px solid #eee;
	margin-bottom: 5px;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
}
.blog-form-holder>.main-form > button {
	background-color: #fff;
	border:2px solid #005399;
	color: #005399;
	font-weight: 700;
	padding-left:22px; 
	padding-right:22px; 
}
.blog-form-holder>.main-form > button:hover { background-color: #005399; color:#fff; }
.blog-form-holder>.main-form > input[type="text"]:focus, .blog-form-holder>.main-form > textarea:focus{
	border:1px solid #ddd;
}
.btn-flat{
	border-radius: 3px;
}
.blogs-holder, .single-blog-holder{
	width: 100%;
	display: inline-block;
}
.every-comment-holder, .form-comment-holder{
	width: 100%;
	padding:5px;
	border-bottom: 1px solid #ddd;
}
.every-comment-holder, .panel-title{
	
	font-size: 15px;
}
.form-comment-holder{
	background-color: #f6f6f6;
}
.commentator{
	font-size: 15px;
	color:#444;
	font-weight: 700;
}
.comment-date{
	color:#777;
	font-size: 13px;
}
.comment-name, .comment-email, .comment-comment {
	display: inline-block;
	border-radius: 3px;
	padding:4px 5px;
	border:1px solid #ccc;
	margin-bottom: 5px;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
}
.comment-comment{ width: 94%; }
.comment-name, .comment-email{
	width: 49.7%;
}
@media screen and (max-width:479px){
	.comment-name, .comment-email, .comment-comment{
		width: 100% !important;
	}
	.top-left, .top-right, .top-left img{
		height: 50px !important;
	}

}
.panel-title > a{
	color:#555;
	text-decoration: none;
}
.comments-holder{
	width: 100%;
	margin-bottom: 10px;
}

.post-title {
	line-height: 1.2;
	font-family: 'Lalezar', cursive;
}
.post-content {
	line-height: 1.6;
	font-size: 16px;
	color: #444;
}
.panel-title > a:hover { text-decoration: none;color:#333; }
.single-blog-holder{
	border:1px solid #e2e2e2;
	padding:10px;
	background-color: #fff;
}
.sblog-title, .sblog-details, .sblog-content{
	display: inline-block;
	width: 100%;
}
.sblog-title{
	font-family: 'Hammersmith One', sans-serif;
	font-size: 25px;
	color:#333;
	padding:5px 0;
}
.sblog-details{
	color:#888;
	padding:3px 0;
	border-bottom: 1px solid #fff;
}
.sblog-content{
	padding:5px 0;
	color:#222;
	font-size: 17px;
	
}
.sblog-content > .col-sm-5{
	padding:0px !important;
	max-height:300px;
}
.sblog-content > .col-sm-5 > img{
	max-width: 98%;
	max-height: 100%;
}
.panel-title > a{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.banner{
	font-family: 'Kanit', sans-serif;
	min-height:300px;
	line-height: 300px;
	font-weight: 700;
	font-size: 400%;
	color: #fff;
	text-align: center;
	width: 100%;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
}
.about-title, .about-body{
	width: 100%;
	display: inline-block;
	
}
.about-title-title{
	display: inline-block;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	border-bottom: 2px solid #dd5500;
	font-size: 210%;
	color:#005399;
	
} .about-body{
	padding-top: 1.5%;
	padding-bottom: 1%;
	text-align: justify;
	border-top: 1px solid #dd5500;
	color:#222;
	font-size: 14px;
	
}
.management-holder{
	width: 100%;
	display: inline-block;
	margin-top: 4%;
	border-bottom:1px solid #aaa;
	margin-bottom: 10px;
}
.mh-title{
	font-size: 40px;
	color:#005399;
	
}.management-content{
	width: 33%;
	position: relative;
	float: left;
	display: inline-block;
	padding: 5px;
}.mc-image{
	display: table-cell;
	vertical-align: middle;
	line-height: 200px;
	height: 200px;
	width:100%;
	display: inline-block;
	text-align: center;
	padding-top: 0;
}.mc-image img{
	max-width: 100%;
	max-height: 100%;
	margin:0 auto;
}.mc-name{
	width:100%;
	display: inline-block;
	padding:10px;
	text-align: center;
	font-size: 15px;
}
.amr-container, .amr-title, .amr-video, .amr-button{
	display: inline-block;
	width: 100%;
}.amr-container{
	padding-top: 5%;
	padding-bottom: 5%;
}.amr-title, .amr-video, .amr-button{
	padding-top: 2%;
	max-height: 150px;
	text-align: center;
}.amr-title{
	font-size: 18px;
	color:#fff;
	font-family: 'Lalezar', cursive;
	
}.amr-button div{
	
	padding:5px 10px;
	border:2px solid #dd5500;
	color:#dd5500;
	display: inline-block;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}.amr-button div:hover{
	background-color:#dd5500; 
	border:2px solid #dd5500;
	color:#fff;
	cursor: pointer;
}
.amr-container{
	border-bottom: 1px solid #555;
}.contact-us {
	display: inline-block;
	width: 100%;
	margin-bottom: -5px;
	padding-top: 2%;
	padding-bottom: 2%;
}
.message-box-title, .message-box-input{
	display: inline-block;
	width: 100%;
	
}
.message-box-title{
	padding:5px 0px;
	font-size:25px;
	 text-align: center;
	 border-bottom: 1px solid #FFF200;
	 color:#fff;
}
.message-box-title .bar{
	width:50%;
	height: 5px;
	margin-bottom: -8px;
	background-color: #FFF200;
	position: relative;
	margin-left: 25%;
}
.message-box-input{
	padding:20px 0;
}
.message-box-input input[type="text"], .message-box-input textarea{
	width: 100%;
	padding:5px 9px;
	display: inline-block;
	margin:5px 0;
	border:1px solid transparent;
	border-radius: 3px;
}
.message-box-input textarea{
	max-width: 100%;
	min-width: 100%;
	max-height: 150px;
	min-height: 50px;
}

.message-box-input input[type="button"]{
	background-color: #FFF200;
	color:#444;
	width: 30%;
	padding: 4px 18px;
	margin: 0 auto;
	display: block;
	line-height: 1.42857143;
	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;
	border: 1px solid transparent;
	
}
.message-box-input input[type="button"]:hover{
	background-color: #fff;
}

.banner2{
	width: 100%;
	display: inline-block;
	height: auto;
}
.banner2 img{
	width: 100%;
}
.main-upper{
	background-color: #fff;
}
.main-upper, .main-lower{
	width: 100%;
	position: relative;
	float: left;
	padding-top: 3%;
	padding-bottom: 3%;
}.virtual-menu-title, .virtual-menu-menu{
	display: inline-block;
	width: 100%;
	border-bottom:1px solid #fff;
	padding: 5px;
	text-align: center;
	font-size: 16px;
	
}
.virtual-menu-title{
	font-size: 18px;
	background-color: #005399;
	color: #fff;
	font-weight: 700;
	padding: 7px;
}
.virtual-menu-menu{
	background-color: #555;
	color: #fff;
}.virtual-menu-menu:hover{
	cursor: pointer;
	background-color: #222;
}
.virtual-menu .active {
	background-color: #222;
}.vm-img-holder{
	
	height:315px;
	float:left;
}
.vm-img-holder .gal-video{
	max-height: 100%;
	max-width: 100%;
	display: block;
	margin:0 auto;
}
.vm-img-holder img{
	max-height: 100%;
	max-width: 100%;
	display: block;
	margin:0 auto;
}

.virtual-tour-container {
	display: none;
}

.virtual-tour-container.show {
	display: block;
}



.main-lower{
	color: #fff;
	
}
.main-lower .col-md-8 p{
	font-size: 15px;
}
#triangle-down {
	position: absolute;
	margin-top: -45px;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #fff;
}
.carousel-caption img{
	border-radius:100%;
	width:100px;
	opacity: 1;
}.carousel-inner .item .img{
	opacity:0;
	min-height: 400px;
}
.calculate{
	width: 100%;
	display: inline-block;
	position: relative;
	background-color: #fff;
	padding-top: 2%;
	padding-bottom: 2%;
}.calculate-title{
	padding:10px 0;
	font-size:30px;
	font-family: 'Lalezar', cursive;
}
.calculate-body{
	width: 100%;
	position: relative;
	float: left;
}
.calculate-body-content{
	display: inline-block;
	width: 24.6%;
	border-left:1px solid #fff;
}
.calculate-body-content .cbc-body{
	line-height: 0.9;
	width: 100%;
	max-height: 30px;
	min-height: 30px;
	padding:2px;
	border-bottom:1px solid #fff;
	background-color: #ddd;
}
.tc-body{
	
	width: 100%;
	padding:8px 15px;
	border-bottom:1px solid #fff;
	background-color: #ddd;
	font-size:30px;
	text-align: right;
	min-height:60px;
}
.cbc-title{
	width: 100%;
	padding:0px;
	border-bottom:1px solid #fff;
	background-color: #dd5500;
	text-align: center;
	color: #fff;
	font-size: 20px;
	
}
.tc-title{
	width: 100%;
	padding:8px;
	border-bottom:1px solid #fff;
	background-color: #bb3311;
	color: #fff;
	font-size: 20px;
	
}
.input-number{
	width: 4em;
	border:1px solid transparent;
	text-align: center;
	padding: 2px; 
}
.cbc-footer{
	width: 100%;
	padding:5px 10px;
	border-bottom:1px solid #fff;
	background-color: #dd5500;
	color: #fff;
	font-size: 18px;
	
}.cbc-body table tr td{
	padding-left: 5px;
	
}.tc-book{
	width: 100%;
	padding:6px 15px;
	border-bottom:1px solid #fff;
	background-color: #f6f6f6;
	font-size:20px;
}.tc-book img{
	width: 100%;
	border:3px solid #aaa;
	border-radius: 5px;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
}
.tc-book img:hover{
	border:3px solid #777;
}
.gallery-section{
	background-color: #f2f2f2;
}

.gallery-title{
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	color: #333;
	padding-top: 1%;
	padding-bottom:1%;
	font-family: 'Lalezar', cursive;
}

#owl-demo .item{
    margin: 0px;
    width: 100%;
    height:170px;
    display: table-cell;
    vertical-align: middle;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    max-height: 170px;
   margin:0 auto;
}.news-container{
	width:100%;
	display:inline-block;
}
.news-image-holder, .news-content-holder{
	display: inline-block;
	float: left;
	position: relative;
}

.news-content-holder img{
	max-width: 50%;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.news-content-holder{
	width: 100%;
	padding:0 5px;
	color:#333;
	font-size: 14px;
	
	text-align: justify;
}
.web-date{
	color: #555;
	line-height: 2;
}
.overall-layout {
	display: inline-block;
	background-color: #ac8620;
	color: #fff;
	
}
.overall-layout > .col-sm-4 > ul > li {
	list-style-type: circle;
	
	font-size: 14px; 
}
.overall-layout > .ol-title > h3 {
	
	font-weight: 400;
}
.overall-layout > .col-xs-12 > .col-xs-12 {
	height:190px;
	overflow:hidden;
	padding:0;
}
.overall-layout > .col-xs-12 > .col-xs-12 > img {
	width:100%;
}
.overall-layout > .col-sm-4 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.overall-layout > .ol-ih {
	margin-bottom: 20px;
}

.overall-layout > .col-sm-2 > ul > li, .gallery-content-main-holder > .col-xs-12 > .gc-desc-h > ul > li {
	list-style-type: circle;
	
	font-size: 15px;
}
.gallery-body{
	display: inline-block;
	padding:2% 0;
}
.gallery-body > .col-sm-2 > .panel-group > .panel-primary > .panel-heading > h4 > a {
	color: #fff;
	
	font-size: 16px; 
	font-weight: 400;
}
.gallery-body > .col-sm-2 > .panel-group > .panel-primary > .panel-heading > h4 > a:hover {
	color:#FFF200;
}
.gallery-body > .col-sm-2 > .panel-group > .panel{
	margin-bottom: -6px !important;
}
.gallery-body > .col-sm-2 > .panel-group > .panel-primary > .panel-collapse > .panel-body{
	padding-top:10px;
}
.gallery-body > .col-sm-2 > .panel-group > .panel-primary > .panel-collapse > .panel-body > ul > li { font-weight: 400; }
.gallery-body > .col-sm-2 > .panel-group > .panel-primary > .panel-collapse > .panel-body > ul > li, .gal_li {
	list-style-type: circle;
	
	font-size: 14px;
	color:#222;
	cursor: pointer;
	margin-left: -15px;
}
.gal_li {
	margin-left:-40px;
}
.gallery-body > .col-sm-2 > .panel-group > .panel-primary > .panel-collapse > .panel-body > ul > li:hover{
	font-weight: 700;
}
.gallery-content-main-holder{
	display: inline-block;
	padding-left: 0px;padding-right: 0px;
}
.gallery-content-main-holder > .col-xs-12 > .gc-img-h {
	overflow:hidden;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}
.gallery-content-main-holder > .col-xs-12 > .col-xs-12 > img {
	display: inline-block;
	width: 25%;
	margin:0 -2px;
	cursor: pointer;
	border-radius: 0px;
	border:0px;
}
.gallery-content-main-holder > .col-xs-12 > .col-xs-12 > img:hover { opacity: 0.7; } 
#g_modal { width:100%; }
.modal-gallery-body {max-height: 93vh;overflow-y: auto; padding: 0px;}
.modal-gallery-body > img { width: 100%; border-radius: 0px;}
.gallery-content-main-holder > .col-xs-12 > .gc-desc-h { padding-left: 0px;padding-right: 0px; }
.gallery-content-main-holder > .col-xs-12 > .gc-desc-h > ul > li{
	font-size: 16px;
	color:#222;
}

@media (min-width: 768px) {
	#g_modal .modal-dialog {
    width: 700px;
	}
}



.gc-breadcrumb{
	
	padding-left: 0px;padding-right: 0px;
	color:#666;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;
	font-size: 15px;
}
.gc-breadcrumb > i {
	color:#aaa;
}
.testimonial-alter{
	font-size: 16px;
	padding: 5%;
	color:#fff;
	
}
.dd-modal-content { background-color: rgba(10,10,10,0.97); }
.dd-modal-content>.modal-body>.news-container>.news-content-holder,.dd-modal-content>.modal-header>.modal-title,.dd-modal-content>.modal-header>button {
	color:#fff !important;
}
.panel-active { font-weight: 700 !important; }

.modal#g_modal { background-color: rgba(0, 0, 0, 0.75); }
#g_modal .modal-content { background-color: transparent; }
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}


.testimonial-slider .carousel-caption { top: 20px; }

.all-testimonials-main-wrapper { 
	padding: 5% 0;
	width: 100%;
	position: relative;
	float: left;
	
}
.all-testimonials-main-wrapper .nav-tabs>li>a { border-radius: 0px; }
.all-testimonials-main-wrapper .testimonial-main-box {
	padding: 15px;
	background-color: #FFF;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.13);
  border-radius: 2px;
  overflow: hidden;
  margin-top: 15px;
}

.testimonial-main-box .testimonial-header {
	margin-bottom: 10px;
}

.testimonial-main-box .testimonial-name-holder, .testimonial-main-box .testimonial-img-holder {
	position: relative; float: left;
}

.testimonial-main-box .testimonial-name-holder { 
	padding: 5px 10px;
}

.testimonial-main-box .testimonial-name-holder .testimonial-name {
	font-size: 16px;
}

.testimonial-main-box .testimonial-img-holder {
	width: 50px;
}
.testimonial-main-box .testimonial-img-holder img {
	width: 100%;
}



/*solutions*/
#solutions > .form-group { padding: 15px 0; }
#solutions > .form-group > hr { margin-top: 6px; }
#solutions > .form-group .solutions-title { margin: 0; color: #005399 }
#solutions > .form-group .solutions-title-sub { margin-bottom: 2px; }
#solutions > .form-group p { margin: 0 0 5px; }

/*intro-wrapper*/
.intro-wrapper {
	padding-top: 4%;
	padding-bottom: 4%;
}
.intro-wrapper p {
	
	font-size: 16px;
}

.navbar-toggler {
	border: 0;
	padding: 0;
}

.navbar-brand {
	padding-left: 0;
}

.dropdown-menu {
	border-radius: .4rem !important;
}

.nav-link {
	text-decoration: none !important;
}


@media (max-width: 768px) {
	.container {
		width: 100%;
	}

	.navbar-nav {
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-brand {
		margin-right: auto;
	}

	.navbar-nav>li>a {
		display: block;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
	}
}


@media (min-width: 768px) {
	.single-post-wrapper {
		max-width: 550px;
	}

	.navbar>.container .navbar-brand, 
	.navbar>.container-fluid .navbar-brand {
    margin-left: 0;
	}

	.navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
	}

	.navbar-text {
    margin: 0;
	}
}

@media (min-width: 992px) {
	.py-lg-3 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.single-post-wrapper {
		max-width: 700px;
	}

	.text-lg-left {
		text-align: left;
	}

	.text-lg-right {
		text-align: right;
	}
}


/* The Modal (background) */
.my-modal {
	display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2000; /* Sit on top */
  padding: 50px 0; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: black; /* Fallback color */
  background-color: rgba(0, 0, 0, .75); /* Black w/ opacity */
}

/* Modal Content */
.my-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}


@media (max-width: 576px) {
	.my-modal-content {
		width: 95%;
	}
}

/* The Close Button */
.my-modal-close {
    color: #aaaaaa;
    float: right;
    margin: -10px -5px 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    padding: 0 0 10px 10px;
}

.my-modal-close:hover,
.my-modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}