
/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');

*{margin:0; padding:0; box-sizing:border-box;}
body {
    width: 100%;
    /*height: 100%;*/
    font-family: 'Lato',sans-serif;
	font-weight: 300;
    color: #666;
   /* background-color: #f7f4ef; overflow-x:hidden*/
	
}

html {
    width: 100%;
    /*height: 100%;*/
}
.swiper-slide.swiper-slide-prev:after, .swiper-slide.swiper-slide-next:after{background: rgba(254,254,254,0.65); content:''; top:0; position:absolute; width:100%; height:100%; z-index:9;}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}
.h1,h1{font-size:2.5rem}
.h2,h2{font-size:2rem}
.h3,h3{font-size:1.75rem}
.h4,h4{font-size:1.5rem}
.h5,h5{font-size:1.25rem}
.h6,h6{font-size:1rem}

p { margin: 0 0 20px; font-size: 14px;line-height: 1.6em;  font-weight: 400;text-align: justify;}
a { color: #28c3ab;  -webkit-transition: all .2s ease-in-out;  -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}

a:hover, a:focus { text-decoration: none; color: #176e61; outline:none;}

.light {font-weight: 400;}
section {padding:30px 0;overflow: hidden;}
.menu-sec{padding:0;padding-top: 10px;}
.section-bg {background-color: #f4f9fc;}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 span{color:#f5ca42;}
.section-title h2 {font-size: 32px; font-weight: bold; position: relative; margin-bottom: 30px; color: #181818; text-transform:uppercase;padding-bottom: 20px; z-index: 2;}

.section-title h2::after {content: '';  position: absolute;  left: 0; right:0; bottom: -1px; height: 6px; background: #f5ca42; width: 6px; outline: 3px solid #fff; margin: 0 auto;}
.section-title h2::before {content: ''; right: 0; width:150px; margin:0 auto; position: absolute;  left: 0;  bottom: 0; height: 4px;  background: #181818;}
.tm-lft .section-title h2::before{background: #fff;}
.section-title p {
  margin-bottom: 0;
}
/*navbar*/
.navbar.navbar-fixed-top { margin-bottom: 0; background:#fff ; border-top:4px solid #acc232;}

.navbar-brand {font-weight: 700;}
.navbar-nav li:last-child a{border: 5px solid #000; border-radius:50px; color:#fff; background:#f5ca42; border:4px solid #f5ba3c;}
.dropdown-menu li:last-child a{border:0; background:none; border-radius:0; color: #000;}
.navbar-nav li:last-child a:hover { background: #000;  color: #fff;}
.dropdown-menu>li>a:hover{ background: #000;  color: #fff;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #000;  background-color: transparent;}
.navbar-brand { height: initial;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 1em;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 18px; margin-top:15px;
}

.navbar-brand h1{
	color: #fff;
  font-size: 20px;
  line-height: 40px; margin-bottom: 0;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    /*background-color: rgba(255,255,255,.4);*/
	margin-top: 0px;
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}


.navbar-custom ul.nav li a {
	    font-size: 15px;
    letter-spacing: 0px;
    color: #fff;
    text-transform: capitalize;
    font-weight: normal;
	padding:10px 35px;
}
/*.navbar-custom ul.nav li:nth-last-child(1) a{padding-right:0} */

.navbar-custom.top-nav-collapse{   /* background: #1b9b9d; */border:0 !important;}
.top-nav-collapse .nav.navbar-nav{margin-top:0;}
.top-nav-collapse.navbar-custom ul.nav li a{padding: 17px 30px;}
#dvHeader img{transition:0.5s;     margin-top: 0px;}
.top-nav-collapse #dvHeader img{    height: 60px;
    margin-top: 12px; transition:0.5s;}
.top-nav-collapse .navbar-nav > li{border-right: 0;}
/*.top-nav-collapse .navbar-nav > li:nth-last-child(1){border-right:0;}*/

.navbar-custom ul.nav li .fa{    margin-right: 0px;
    font-size: 28px;
    display: block;}
	
.navbar-custom ul{border-top: 1px dashed #343c42;}
.navbar-custom ul.nav li{text-align:center; margin-bottom:0; padding-left: 0; width:100%;     border-bottom: 1px dashed #343c42;}
.navbar-collapse{padding:0}

.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #555;
}
.navbar-custom.top-nav-collapse ul.nav li.active{    background-color: #acc232;}
.navbar-custom.top-nav-collapse ul.nav li.active a{color: #fff;}

.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;	
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

/*.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(247,204,40,.8);
    color: #000;
}*/
.navbar-custom .nav li a:hover,
.navbar-custom .nav li.active {
   outline: 0;
    background-color:rgba(0,0,0,0.4);
    color:#fff;
}
.navbar-custom .nav li a:focus{background:transparent;}
.navbar-custom .nav li.active a{    color:#f5ca42;
    font-weight: bold;}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

.navbar-header{    float: inherit;
    }

/* navbar */

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}
/*header*/
.logo-sec{ padding:15px 0;}
header img{margin:0 auto;}
.navbar{margin-bottom:0;text-align: center;}
.navbar-nav { float: inherit; margin: 0 auto;display: inline-block;}
/*header*/

.bnr-sec.container-fluid{border: 7px solid #f5ca42; position:relative;}

/*slider*/
@media(min-width:1136px){
.bnr-sec .item img{width:100%;}	
}

.bnr-sec .caption {  display: block;  position: absolute;  z-index: 2; text-align: justify;  text-shadow: none;  color: #fff;
    left: 10%;  right: 0;   padding: 10px 20px; max-width: none; bottom: 25%;}
.slide h1 { font-size: 66px; letter-spacing: -1px; font-weight: 800; text-transform: uppercase; padding: 0px;color: #f5ca42;
    text-shadow: #333 2px 3px 3px;}
.slide h3{font-size: 55px; font-weight: bold; color: #f5ca42; border-radius: 0.25em; text-shadow: #333 2px 3px 3px; margin:0;}
.slide p{margin-top: 50px;}
.slide p a{border:3px solid #f5ca42; color: #f5ca42; padding:20px 30px; font-size:21px; font-weight:bold;margin: 0 15px; background:rgba(0,0,0,0.25); transition:.5s;}
.slide p a:hover{background:rgba(0,0,0,1);}  
/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 0px;
    padding-bottom:0px;
	display:block;
    position:relative;
    z-index:120;
}

.zs-enabled .zs-slideshow .zs-bullets{display:none;}


.section-heading h2 {
	font-size: 40px;
}
.section-heading i {
	margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}
header{background-color: #f4f9fc;}
/* --- section color var --- */

.text-light {
	color: #fff;
}
.bnr-sec{padding:0;}
.slider-info h2 {
	color: #000;
    text-shadow: none;
    font-size: 52px;
    line-height: 60px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    border-width: 0px;
    border-color: #000;
    border-style: none;
    /* text-shadow: -1px 0 4px #000; */
    margin-bottom: 10px;
}

.slider-info h4 {
	    color: #000;
    /* text-shadow: -1px 1px 5px #333; */
    margin-bottom: 20px;
}


/* ===========================
--- About
============================ */

/* ===========================
--- Services
============================ */
.services{padding:50px 0; background:url(../Image/ser-bg.jpg) no-repeat fixed; background-size:cover;}
.services .section-title h2{color:#fff;}
.services .section-title h2::before{background:#fff;}
.services .ser-box {
    border: 2px solid transparent;    min-height: 320px;
    padding: 30px 22px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    position: relative;
    z-index: 1;
    background: #ffff; margin-bottom:30px;
}
.services .ser-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: #181818;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    bottom: 0;
    left: 0;
    z-index: -1;
    border: 9px solid #fff;
}
.services .ser-box .ser-icon span {
    color: #181818;
    font-size: 65px;
    margin-bottom: 30px;
    display: block;
}
.services .ser-box .ser-cap p {
    margin-bottom: 36px;
    color: #57667e;
    font-size: 15px;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}
.services  .ser-box .ser-icon .fa {
    color: #f5ca42;
    font-size: 65px;
	-webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    margin-bottom: 30px;
    display: block;
}
.services .ser-box:hover::before {height: 100%;}
.services .ser-box:hover .ser-cap h5, .services .ser-box:hover .ser-cap p { color: #fff;}
.services  .ser-box:hover .ser-cap a, .services  .ser-box:hover .fa  { color: #fff;}
.services .ser-box .ser-cap h5>a {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 21px;
    display: block;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    font-family: "Sarabun",sans-serif;
}
.services .ser-box .ser-cap a {
    color: #1c165c;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}
/* ===========================
--- Contact
============================ */

/* ==========================
Parallax
============================= */

#home {
			position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */overflow: hidden; /* to bound the empty top space created by inner element's top margin */
			width: 100%;  min-height: 100vh;/*background-color: #999;*/}
.demo-inner-content {
			position: relative; /* if position is not set, the script will set it to 'relative'. */
			z-index: 2; /* if z-index is not set, the script will set it to '2'. */
			margin: 180px auto;
			padding: 40px;
			max-width: 600px;
			color: #fff;
			text-align: center;
			font-size: 1.5em;
		}
		.demo-inner-content h1 {
			font-size: 2.5em;
			margin: 0;
		}
		
#home{width:100%; height:100%; position:relative;     margin-bottom: 2px;}

/*#home:after{content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(rgb(0, 0, 0) 0%, transparent 100%);
    width: 100%;
    height: 195px;
    z-index: 2;}*/

#about img{max-width:100%;}	

.hm-about .hm-head{color:#fff;}

.hm-head{ text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 4px;
    margin-top: 40px;
    font-size: 40px;}

.head-sep {
    z-index: 3;
    margin-bottom: 25px;
    display: inline-block;
    top: -3px;
    line-height: 1;
    position: relative;
}

.head-sep:before{    width: 50px;
    height: 1px;
    content: "";
    display: inline-block;
    position: relative;
    margin-right: 6px;
	    background-color: #f5757c !important;
    color: #fff !important;}
	
.head-sep:after{width: 50px;
    height: 1px;
    content: "";
    display: inline-block;
    position: relative;
    margin-right: 6px;
	    margin-left: 22px;
    margin-right: 0;
	    background-color: #f5757c !important;
    color: #fff !important;}
	
.head-sep u {
    width: 20px;
    position: absolute;
    display: block;
    left: 50%;
    top: 12px;
    margin-left: -10px;
}

.head-sep u:before{    position: absolute;
    top: 0;
    left: -2px;
    border-left: 2px #888 solid;
    border-right: 2px #888 solid;
    width: 10px;
    height: 6px;
    display: inline-block;
    content: "";
    transform: skew(30deg);
    -webkit-transform: skew(50deg);
	border-left-color: #6c773b !important;}
	
.head-sep u:after{    position: absolute;
    top: 0;
    left: -2px;
    border-left: 2px #888 solid;
    border-right: 2px #888 solid;
    width: 10px;
    height: 6px;
    display: inline-block;
    content: "";
    transform: skew(30deg);
    -webkit-transform: skew(50deg);
	    left: auto;
    right: -3px;
    transform: skew(-30deg);
    -webkit-transform: skew(-50deg);
	border-right-color: #6c773b !important;}
	
.hm-head span{
    font-weight: 800;
    color: #555;}
	
.hm-head {
        text-align: left;
    font-size: 22px;
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    /* border-bottom: 1px dashed #ddd; */
    /* padding-bottom: 10px; */
    position: relative;
    background: #181818;
    padding: 6px 15px;
    margin-top: 0;
}
	
.sec-about-rht .hm-head,
#contact .hm-head {
    margin-left: -15px;
    margin-right: -15px;
}
.hm-head i:after {
    content: "";
    left: 0;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -9px;
}
.hm-head i {
    position: relative; font-style: initial;
}
.hm-head span {
    color:#f5ca42;
}	
.sec-about-rht .tab-content{    padding-left: 0px; margin-top:0px;}



/*contact*/
.contact input.form-control, .contact textarea.form-control {
    border-radius: 0;
    border: 0;    padding: 20px 15px;
    /*height: 42px;*/ line-height:40px;
    border: 1px dashed #999;
}
.contact .smbt{    background: #f5ca42;
    color: #000;
    border: 0;    padding: 10px 40px;
    font-weight: bold;
    font-size: 15px;}
	
.contact .smbt:hover{background:#181818; color:#fff;}

/*contact*/

.widget-contact h5{    font-weight: 500;
    font-size: 24px;
    position: relative;
    color: #fff;
    margin-bottom: 13px;
    text-transform: capitalize;
    border-bottom: 1px dashed #f5757c;
    padding-bottom: 5px; margin-top: 18px;}
	
#totop{display:none;}

.widget-contact address{position: relative;
    padding-left: 50px;
    color: #000;
    font-weight: 400;
    margin-bottom: 13px;
    border: 1px dashed #999;
    padding: 20px 30px 20px 76px;font-size: 14px;}
	
.widget-contact address:hover{background:#181818; color:#fff;}
.widget-contact address:hover i:before{color:#f5ca42;}
.widget-contact address:hover .cnt-head,
.widget-contact address:hover .strng,
.widget-contact address:hover a{color:#fff;}
.widget-contact .sam-bx:hover i{color:#f5ca42;}

.bottom-bor{position: absolute;
    top: 0;
    width: 100%;
    left: 0; height:100%;}
	
.bottom-bor img{width:100%;}
	
#dvvCompanyName{    font-size: 16px;
    margin-bottom: 6px;
    display: block;}
.widget-contact address.mail-cnt-bx{margin-right:0}
	
.widget-contact i{position: absolute;
    left: 15px;
    color: #444; font-size: 60px;
    font-weight: 500;     top: 27px;}
.widget-contact i{position: absolute;}	
.widget-contact .fa-envelope-open-o{ font-size: 40px;}	
.widget-contact .strng{    color: #999;
    font-weight: 400;
    font-size: 13px;}
.cnt-head{    color: #000;
    font-size: 16px;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;}

.widget-contact a{color:#181818;}

#ucCopyrightControl_copyright{float:left; margin-bottom:0}
#ucCopyrightControl_version{float:right; margin-bottom:0}
/*about*/

.about{position:relative; background:#f4f9fc; padding:0;}
.about .section-title{margin-top:80px;padding: 0;}
.about p{font-size:15px; color:#000;}
aside{background:#f5ca42; position:relative; padding: 50px 50px;}
.about aside .section-title h2 span{color:#fff;}
.about aside .section-title h2{ margin:0;}
.about aside .section-title{margin-top:20px;}
.about aside .section-title h2::before, .about aside .section-title h2::after{display:none;}
.about .section-title h2{font-size:30px; line-height:40px; font-weight:bold; text-align:center;}
aside p{background:#f5ca42; position:relative;}
aside a{background:#000; color:#fff; padding:15px 20px;}
aside a:hover,aside a:focus{color:#fff;}
/* ===========================
--- Footer
============================ */

footer p {color: #444;}

.credits, .credits a {   color: #fff;}
footer { background: #181818; padding: 0 0 10px 0;  color: #eee;  font-size: 14px;}

footer .footer-top {  background: #f5ca42; padding: 60px 0 0px 0;text-align: justify;overflow: hidden;}

footer .footer-top .footer-info {
  margin-bottom: 30px;
}

footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #ff636b;
}

footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Ubuntu', sans-serif;
  color: #eee;
}

footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #000;
  color: #cfad43;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
footer .footer-top .social-links a .fa{ margin-right:0px;}
footer .footer-top .social-links a:hover {background: #2b3136; color: #fff;}
footer .footer-top .social-links a:hover .fa{   color: #fff;}
footer h2{color:#fff; font-size:25px; font-weight:bold; border-left:5px solid #ff636a; padding-left:15px;}
footer h2 span{color:#fff; font-size:18px;}
footer .footer-contact .fa{margin-right:10px; color:#2b3136; font-size:16px;}
footer .footer-top h4 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

footer .footer-top h4::before,
footer .footer-top h4::after { content: '';  position: absolute;  left: 0;  bottom: 0;  height: 2px;}
footer .footer-top h4::before {  right: 0;  background: #000;
}

footer .footer-top h4::after {  background: #000;  width: 60px; height:4px;}
footer p{font-size: 15px; text-align:justify;    line-height: 26px;}
footer .footer-top .footer-links { margin-bottom: 10px;}
footer a{color:#000;}
footer a:hover{color:#fff; font-weight:bold;}
footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-top .footer-links ul i {  padding-right: 8px;  color: #222;}

footer .footer-top .footer-links ul li { border-bottom: 1px dashed #999;  padding: 10px 0;}
footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

footer .footer-top .footer-links ul a {    font-weight: 400; color: #333;}

footer .footer-top .footer-links ul a:hover { color: #000;}

footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

footer .footer-top .footer-contact p {
  line-height: 26px;
}



footer .copyright {
  text-align: left;
  padding-top: 10px; font-size: 14px;line-height: 40px;
}

footer .credits {
  text-align: right;
  padding-top: 10px; font-size: 14px;line-height: 40px;
  color: #ddd;
}
footer .credits a{
  color: #fff;
}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #f5ca42;
    background: #181818;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}


.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}

.top .fa {
    display: block !important;
}
/*footer*/
.inner-pages{min-height: 91.5vh;}
.inner-pages#about{margin-top:0;}


.sec-left-inner{position:relative;}	
.sec-right .container{width:100%;}

.powrdby{      position: fixed;
    top: 15px;
    right: -200px;
    z-index: 999;
    background: #181818;
    min-height: 124px;
    border: 2px solid #f5cc4f;
    border-right: 0;
    padding-right: 10px; transition:0.5s; box-shadow: 0px 0px 8px #666;}
.powrdby:hover{right:0px;}
	
.powrdby-inner{    position: relative;
    padding-left: 44px;}
.powrdby h3{ display: inline-block;
    text-transform: initial;
    transform: rotate(90deg);
    margin: 0;
    margin-top: 0;
    margin-left: 0;
        background: #000;
    color: #fff;
    position: absolute;
    left: -46px;
    top: 46px;
    padding: 6px 12px;
    font-size: 16px;}
.powrdby img{    margin-top: 31px;}
/*Virtual*/

/* Media queries */
@media (min-width: 768px){
.navbar-default{border-color: transparent;/*background: rgba(245,202,66,0.95) !important;*/}
.navbar-default .navbar-nav>li>a { color: #000; font-weight: 600;}
}
@media(min-width:767px) {

    .navbar {
        padding:0px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
		box-shadow: 0px 0px 3px #ccc;
    }
	
    .intro {
        height: 100%;
        padding: 0;
    }
    
   
    .brand-heading {
        font-size: 100px;
    }
	

    .intro-text {
        font-size: 25px;
    }


}


@media(max-width:1024px){	
.sec-about-lft{    height: 550px;}

.widget-contact address{    padding-left:65px;}
.widget-contact i{left: 5px;}

.col-md-6.col-sm-12,
.col-md-3.col-sm-6{width:100%;}
.col-md-3.col-sm-6 {
    width: 50%;
}

.widget-contact .add-cnt-bx i{    top: 14px;}
.slider-info h2{    font-size: 45px;}

	}
	
@media(max-width:998px){
.sec-about-rht .tab-content {
    padding-left: 0;
}
.sec-about-lft{display:none;}	

#contact{padding-bottom:0}
.contactForm textarea.form-control{    height: 110px;}
.contactForm {
    margin-top: 10px;
}

.widget-contact address {
    padding-left: 75px;
}
.widget-contact i {
    left: 10px;
}

.widget-contact .add-cnt-bx i{    top: 11px;}

#home{min-height:inherit; height: 500px;}
.slider-info h2 {
    font-size: 40px;
}

.team.boxed-grey {
		margin-bottom: 30px;
	}
	
	.boxed-grey {
		margin-bottom: 30px;
	}
.navbar-custom ul.nav li a{    padding: 20px 15px;}

.sec-right{padding-left:200px;}
.sec-left{    width: 200px;}
.col-md-3.col-sm-6{width:50%;}

#about{padding-left:0}
#contact{padding-left:0; padding-right:0;}

.slider-img, .callbacks_container, .slider, #slider, .rslides li, .slider-img {
    height: 100%;
}
	}

@media(max-width:767px){
.sec-right{padding-left:0}
#home{height:100vh;}	

.navbar-toggle{     border: 0;
    color: #f4757c;
    padding: 8px 10px;
    margin-top: 18px;
    z-index: 999999;}
.navbar-toggle .icon-bar{    background-color: #f5ca42;
    height: 3px;
    border-radius: 0;
    width: 30px;}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}
#dvHeader img{    margin-top: 2px;
    margin-bottom: 3px;}

.navbar-collapse{     margin-top: 0;
    width: 220px;
    right: 0;
    position: absolute;
    top: 0px;
    height: 100%;
    min-height: 100vh;
    overflow: auto; right:-220px; transition:0.2s;}
.navbar-collapse.in{right:0;}
.navbar-custom ul{ margin-bottom:0;  border-right: 0; border-top:0;     border-top: 1px solid #343c42;
    border-left: 1px solid #343c42;}
.navbar-custom ul.nav li{text-align:left; border-bottom: 1px solid rgba(0,0,0,0.4);}
.navbar-custom ul.nav li:nth-last-child(1){border-bottom:0;}
.navbar-custom ul.nav li .fa{display: inline-block;
    vertical-align: sub;     text-align: center;
    margin-right: 13px;
    min-width: 30px;}
.navbar-custom ul.nav li a {
    padding: 12px 15px;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{max-height:100%;}
.nav.navbar-nav {
    /*background-color: rgba(255,255,255,.4);*/
	margin-top: 68px; background: #fff;     margin-left: 0;
    margin-right: 0;
}
.navbar.navbar-fixed-top{    padding-bottom: 8px;}
.top-nav-collapse #dvHeader img{    margin-top: 3px;}
.top-nav-collapse.navbar-custom ul.nav li a{padding: 12px 15px;}
.top-nav-collapse .nav.navbar-nav{margin-top: 68px; background:#fff;}
.navbar-custom ul.nav li{background:#181818;}
.navbar-custom .nav li a:hover, .navbar-custom .nav li.active{background:#23292d;}

.col-md-3.col-sm-6 {
    width: 100%;
}

.slider-info h2 {
    font-size: 28px;
    margin-bottom: 0px;
}
.slider-info{padding-top: 0px;}
.slider-info h4{font-size: 16px;}
.team.boxed-grey{padding-bottom:0; margin-bottom:0}

.sec-left{ height: initial; width: 100%; z-index:9999; overflow: initial;}
.navbar-brand{    width: auto;     margin-top: 0; margin-bottom:0}
.navbar{min-height:inherit; margin-bottom:0}

footer{
	padding-left: 0;
    padding-right: 0;}

.inner-pages, .inner-pages#about{margin-top: 70px;}
/*.inner-pages{    margin-top: 60px;}*/

.contactForm input.form-control, .contactForm select.form-control{height: 34px;}
.forget-pass .form-box, .loginform{margin-top:30px;}
	}
	
@media(max-width:667px){
.navbar-custom ul.nav li a {
    padding: 10px 15px;
}
.navbar-custom ul.nav li .fa{font-size: 22px;}	

	}
	
@media(max-width:568px){

#home {
    height: 320px;
}
.slider-info h2{font-size: 25px; line-height: 47px;}
.slider-info h4{    margin-bottom: 15px;     font-size: 14px;}
.slider-info{padding-top: 8px;}

.loginform, .forget-pass .form-box{width: 100%;}
#seclogin{padding-left:0;}
	}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
	
	.tp-banner-container {
		padding-top:40px;
	}

	.page-scroll a.btn-circle {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		padding: 7px 0;
		border: 2px solid #fff;
		border-radius: 50%;
		font-size: 20px;
	}
	
	.hm-head{    margin-top:0px; font-size: 18px;}
	p, ul{font-size: 14px;}
	ul li{    margin-bottom: 8px;
    line-height: 20px;}
	.team.boxed-grey {
    margin-bottom: 0px;
}

.contactForm input.form-control, .contactForm select.form-control{    height: 32px;}
.form-control{    padding: 6px 8px;
    font-size: 13px;}

#seclogin .panel-heading h3{    font-size: 18px;     padding: 5px 0px 1px;}
.form-control{    height: 34px;}
.panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"]{height: 34px;}
.user-lg .fa, .pass-lg .fa{padding: 8.5px 11px;
    height: 32px;
    width: 40px;}
.user-lg:after, .pass-lg:after{top: 9px;}

.navbar-toggle{    padding: 8px 0px;}
}

@media (max-width:414px){
#ucCopyrightControl_copyright, #ucCopyrightControl_version{text-align:center; width:100%; float:inherit; font-size:12px;}	
.contactForm button{    padding: 7px 20px;}
#about{    padding-bottom: 10px;}
.slider-info h2{    font-size: 23px;}
.forget-pass p{    font-size: 13px;
    line-height: 18px;}
.widget-contact address{padding-right:10px;     padding-left: 65px;}
	}
	
@media (max-width:360px){
.widget-contact address{font-size: 14px;}	
.slider-info h2 {
    font-size: 19px;     line-height: 26px;
}
.slider-info h4{    font-size: 13px;}
.user-lg .fa, .pass-lg .fa{    padding: 6.5px 11px;}
	}