/* ==== Google font ==== */
@import url('font-roboto.css');
@import url('font-ekmukta.css');
@import url('font-custom.css');

:root {
    
    --color0:#b9dc78;
    --color1:#7DC314;
    --color2:#69BF03;
    --color3:#579406;
    --color4:#2d5d0d;
    --color5:#69BF03;
    /* --color0:#78b7dc;
    --color1:#146fc3;
    --color2:#031fbf;
    --color3:#063f94;
    --color4:#0d325d;
    --color5:#50bef5; */
    --color0-g:linear-gradient(to bottom right, var(--color0), var(--color1));
    --color1-g:linear-gradient(to right, var(--color2), #ffffff);
    --header-color:#fff;
    --header-weight:800;
    --header-style:'Share Tech', sans-serif;
    --header-size:18pt;
    /* --header-style:'Roboto', sans-serif;
    --header-size:14pt; */
    --navbar-active-color:black;
    --pagination-border-color:var(--color1);
    --pagination-background-color:var(--color2);
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
body {
    /* font-family: 'Ek Mukta', sans-serif; */
    /* background-color: white; */
    background: url(../img/bg1.jpg) fixed;
    background-size: 100% 100%;
    /* background-size: cover; */
    font-family: 'Roboto', sans-serif;
    color: #666;font-size: 15px;line-height: 1.6em;font-weight: 400;
}
html, body {width:100%; padding:0; margin:0;}

::-moz-selection{background:#000;color:#fff;text-shadow:none}
::selection{background:#000;color:#fff;text-shadow:none}
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
html { -webkit-text-size-adjust: none;}
.video embed,.video object,.video iframe { width: 100%;  height: auto;}
img{max-width:100%;	height: auto;width: auto\9; /* ie8 */}

h1 {font-size: 38px;}
h2 {font-size: 36px;}
h3 {font-size: 32px;}
h4 {font-size: 28px;}
h5 {font-size: 24px;}
h6 {font-size: 20px;}

h1,h2,h3,h4,h5,h6 {font-family: 'Roboto', sans-serif;font-weight: 600;color: #111;}

p {margin: 0 0 20px;}

a {
   color: var(--color1);;
   -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: #000;}

.center{text-align: center; margin: 0 auto;}
.f-right{float: right;}
.f-left{float: left;}
.t-right{text-align: right;}
.t-left{text-align: left;}

.post{}
.post:after, .post:before, article:after, article:before, section:after, section:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

.clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:after, .clearfix:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

/* --Line-- */
hr.line{border-color: #ddd;width: 100%;padding: 0;margin:0;}

/* --Page-- */
body.index-page {}
body.sub-page {padding-top: 30px;background-color: #F9F9F9;}
body.sub-page .logo {margin: 110px 0 80px;background: url(../images/bg.jpg) fixed; padding: 30px 0 50px;}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Top------------------------------------ */
/* ---------------------------------------------------------------------------- */
#top {background: #fff;padding: 10px 0 0; color: #000;border-bottom: 1px solid #ddd;}
#top a{color: #000;}
#top a:hover{color: var(--color1)}

#top ul.top-link {}

.link{text-align:right}
.link a{display:inline-block;text-decoration:none;font-size:12px;font-weight:bold;letter-spacing:1px}
.link  li:after{content:'/';margin: 0 0 0 12px;display:inline-block;font-weight: bold;}
.link  li:last-child:after{content:'';margin-right:0px;margin-left:0;display:none}
.link  li ul{display:none}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Menu------------------------------------ */
/* ---------------------------------------------------------------------------- */
#menu {background-color: #252628;border-radius: 0;}
#menu a.navbar-brand:hover{color: #fff;}
#menu .navbar-brand{margin: 0;padding: 14px 18px;background-color: #000000;height: auto;text-transform: uppercase;}
#menu .logo {}
#menu .navbar-collapse{padding:0;}
#menu .dropdown-menu {
    background-color: var(--color0);
    border:none;
    /* backdrop-filter: blur(10px) !important; */
}
#menu ul.nav .dropdown-menu li a:hover{color: #fff;background-color: var(--color4);}
#menu .dropdown-inner {display: table;}
#menu .dropdown-inner ul {display: table-cell;}
#menu .dropdown-inner a {min-width: 160px;display: block;padding: 3px 20px;clear: both;line-height: 20px;color: #000;font-size: 14px;margin: 0 5px;}
#menu li.dropdown:hover>a, #menu li.dropdown:focus>a, #menu li.dropdown:active>a{
    /* background: #fff; */
    background: #000;
    color: #000;
}

#menu ul.nav li a{
    font-size:14pt;
    font-weight: var(--header-weight);
    color: var(--header-color);
    /* border-radius: 5px; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 14px 19px;
    font-family:var(--header-style);
    font-size:var(--header-size);
}
#menu ul.nav li.dropdown a{
    color: #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.dropdown-menu li, .dropdown-menu li a {
    font-size:13pt !important;
    white-space: normal;
    float: left;
    width: 100%;
    height: auto;
    word-wrap: break-word;
}
#menu .nav > li > a:hover, #menu .nav > li > a:focus{background-color: var(--color1);color:#fff;}

#menu .top-social{
    /* background-color:#505052; */
    padding: 5px;
    font-size: 20px; 
    text-align: center;
}
#menu ul.top-social{margin: 0;}
#menu ul.top-social  li{height: 38px; width: 38px; }
#menu ul.top-social a i{
    color: #fff;
    line-height: 1.9;
    height: 38px; 
    width: 38px;
    border-radius: 50%;
}
#menu ul.top-social a i:hover{background-color:#fff;color: #000;}

#menu ul.nav li a {
    padding: 5px 19px;
}
#menu ul.top-social li {
    height: 0px;
    width: 38px;
}
#menu .top-social {
    padding: 0px;
}
#menu .btn-navbar {font-size: 20px;color: #FFF;padding: 5px 15px;float: right;border: 3px solid #fff;}

@media  (max-width: 768px){
	#menu {background-color: #000;border-radius: 0;}
}

@media  (min-width: 768px) {
    #menu.navbar{padding: 0;height: auto;margin-top: 20px;}
	#menu .dropdown:hover .dropdown-menu {display: block;}
	
}
@media(max-width:767px) {
	
	#menu .navbar-brand {display: block;color: #fff;}
	#menu div.dropdown-inner > ul.list-unstyled {display: block;}
	#menu .dropdown-inner a {width: 100%;color: #fff;}
	#menu div.dropdown-menu {margin-left: 0 !important;	padding-bottom: 10px;background-color: rgba(0, 0, 0, 0.1);}
}

/* ---------------------------------------------------------------------------- */
/* -----------------------------------Header----------------------------------- */
/* ---------------------------------------------------------------------------- */
header{}


/* Carousel Styles */
.carousel-inner img {width: 100%;max-height: 640px;}

.carousel-control {width: 0;}
.carousel-control.left,
.carousel-control.right {opacity: 1;filter: alpha(opacity=100);background-image: none;background-repeat: no-repeat;text-shadow: none;}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {position: absolute;top: 45%;z-index: 5;display: inline-block;}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {left: 30px;}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {right: 30px;}
.carousel-control.left span:hover,
.carousel-control.right span:hover {opacity: .7;filter: alpha(opacity=70);}

.carousel-indicators .active {background-color: #DA251D;}
.carousel-indicators {bottom: 10px;}

.carousel-inner > .item {margin-left:0;margin-top:0;margin-bottom:0;padding-left: 0;width: 100%;height: auto;}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {display: block;max-width: 100%;height: auto;margin-left:0;padding-left: 0;}

/* Carousel Header Styles */
.header-text {position: absolute;top: 33%;left: auto;right: auto;width: 96.66666666666666%;color: #fff;}
.header-text h2 {font-size: 40px;padding: 10px;color: #fff;text-transform: uppercase;background-color: var(--color3);display:inline-block;color:#fff;}
.header-text h3 {color: #fff;}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Content-------------------------------- */
/* ---------------------------------------------------------------------------- */
#page-content{padding: 0;}
#page-content.index-page, #page-content.single-page, #page-content.archive-page{margin-top: 20px;}

.archive-page {}
.archive-page .box .zoom-container{max-width: 250px;display: inline-block;float: left;margin-right: 5px;}

.featured{background-color: #fff;padding: 15px ;border: 1px solid #ddd;}

/* ---MainContent--- */

.box {
    background-color: #fff;padding: 0px 0px 10px;
    margin-top: 20px;
}
.box:last-child{
    padding: 0px 0px 5px;
    margin-bottom: 20px;
}
.box:after, .box:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
.box .info {margin: 5px 0 10px 0;}
.box .info a{color: #000;border-bottom: 1px solid #000;box-shadow: inset 0 -1px 0 #000;transition:all ease 150ms;}
.box .info a:hover {color:#FFFFFF;text-shadow: none;border-bottom: 1px solid #000;box-shadow: inset 0 -1.3em 0 #000;text-decoration: none;}
.box h2 {font-size: 30px;margin:0;}

.box .box-header.header-photo{background: url(../images/title-picture.png) repeat-x center center;margin-bottom: 20px;}
.box .box-header.header-natural{background: url(../images/title-natural.png) repeat-x center center;margin-bottom: 15px;}
.box .box-header.header-vimeo{background: url(../images/title-vimeo.png) repeat-x center center;margin-bottom: 20px;}
.box .box-header h2{font-size: 17px;padding: 0px 8px;background-color: #fff;display: inline-block;margin-left: 15px;color: #333;}

.box .box-content {margin-top: 30px;}
.box .box-content a{font-weight: bold;color: #333;}
.box .box-content a:hover{color: #555;}
.box .box-content h3{font-size: 16px;margin: 10px 0 5px ;}
.box .box-content span{font-size: 15px;}
.box .box-content span i{font-size: 14px;margin-right: 2px;}
.box .box-content p{margin-top: 10px;}

/* ---Vid-Effect--- */
.wrap-vid{}
.vid-item {position: relative;}
.vid-name{margin: 0;}
.vid-name a{font-size: 19px;color: #333;}
.vid-name a:hover{color: #FD0005;}
.vid-tags {margin: 15px 0;border: 1px solid #ddd;padding: 30px ;}
.vid-tags a{background: #FD0005;padding: 5px 10px;color: #fff;}
.vid-tags a:hover{background: #000;}
.info {margin: 0;font-size: 14px;}
.info i{margin-right: 8px;}
.info span{margin-right: 10px;}
.info h5, .info a{font-size: 13px;line-height: 1;margin: 0 0 5px;}
.info a{color: #006EA0;}
.info a:hover{text-decoration: underline;}

.rating{font-size: 14px;line-height: 1.2;}

ul.pagination{margin: 42px auto 25px;}
ul.pagination li a{color: #444;}

/* ---Sidebar--- */
#sidebar{}

.widget{
    background: #fff;
    /* padding:10px 20px; */
}
.widget:after, .widget:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
.widget ul li{list-style:none;}
.widget .heading{background: url(../images/title.png) repeat-x center center;}
.widget .heading h4{font-size: 22px;padding: 0px 8px;background-color: #fff;display: inline-block;margin-left: 15px;color: #333;text-transform: uppercase;}
.widget .content {}

.widget.wid-vid ul a{display:inline;margin: 3px 2px;float:left;color:#333;padding:5px;border-bottom: 1px solid transparent;border-top: none;border-right: none;border-left: none;font-weight: bold;}
.widget.wid-vid .tab-content{margin-top: 13px;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{background: none;}
.widget.wid-vid ul a:hover,.widget.wid-vid ul a:focus{background: none;border-top: none;border-right: none;border-left: none;}
.widget.wid-vid ul li {border-bottom: 1px solid transparent;}
.widget.wid-vid ul li:hover{border-bottom: 1px solid #FD0005;}
.widget.wid-vid ul li+:hover{border-bottom: 1px solid var(--color1);}
.widget.wid-vid ul li+li+:hover{border-bottom: 1px solid #966B20;}
.widget.wid-vid .post{margin-top: 12px;}
.widget.wid-vid .post img{float: left; max-width: 105px;display: inline-block;}
.widget.wid-vid h5{margin-top:0;font-size: 18px;}
/*.widget.wid-vid .wrapper {vertical-align: middle;text-align: left;line-height: 1.4em;padding-bottom: 7px;margin-top: 20px;}*/

.widget.wid-gallery{}
.widget.wid-gallery img{padding: 2px;}

.widget.wid-new-post{}
.widget.wid-new-post h6{font-size: 16px;}
.widget.wid-new-post ul{margin: 5px 0;}
.widget.wid-new-post p:last-child{margin: 0;}

.widget.wid-recent-post{}
.widget.wid-recent-post span{display: block;margin-bottom: 7px;}

.widget.wid-comment{}
.widget.wid-comment img{max-width: 50px;border: 1px solid #ddd;}
.widget.wid-comment .post{margin-bottom: 0; border-bottom: 1px solid #ddd;padding-top: 10px; }
.widget.wid-comment .wrapper{margin-left: 5px;}
@media (min-width: 1100px){
	.widget.wid-comment .wrapper{max-width: 175px;}
}

.widget.wid-categoty{}
.widget.wid-categoty select{padding: 6px 10px;}

.widget.wid-tweet{}
.widget.wid-tweet p{margin: 0;}
.widget.wid-tweet span{display: block;color: #999;}
.widget.wid-tweet .tweet-item{border-bottom: 1px solid #ddd;padding: 5px;}
.widget.wid-tweet .tweet-item:last-child{border-bottom: none; padding: 5px 0 0;}

.widget.wid-tags{}
.widget.wid-tags a{color: #333; border: 1px solid #333; padding: 1px 10px;line-height: 2.2;font-size: 14px;text-transform: capitalize;}
.widget.wid-tags a:hover{color: var(--color1); border: 1px solid #999;}

.widget.wid-follow{}
.box-facebook, .box-twitter, .box-google{width: 95px; height: 95px;;color: #fff;text-align: center;padding: 15px;}
.box-facebook:hover, .box-twitter:hover, .box-google:hover{background-color: #000;}
.box-facebook{background-color:#3B5998}
.box-twitter{background-color:#1DCAFF}
.box-google{background-color:#DD4B39}
.box-facebook span, .box-twitter span, .box-google span{display: block;line-height: 1;}
.icon{margin-bottom: 10px;}

.post {margin-bottom: 15px;}
.post:after, .post:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
.post:last-child {margin-bottom: 0;}
.post:after, .post:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
.post h5{margin:0;font-size: 15px;}
.post img{float: left; max-width: 125px;display: inline-block;}
.post .zoom-container .zoom-caption p{font-size: 15px;padding: 4px;}
.post .wrapper {display: inline-block;text-align: left;}
.post .info h6, .post .info a{font-size: 13px;margin: 1px 0 3px;}
.post .info {font-size: 12px;margin-top: 0;}
.post .info span{display: block;margin:0;line-height: 1.6;font-size: 11px;}
.post .info i{font-size: 11px;margin-right: 2px;}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Footer--------------------------------- */
/* ---------------------------------------------------------------------------- */
footer{
    padding:5px;
    background-color: var(--color4);
    color: #ddd;
    font-size: 0.9em;
}
footer .wrap-footer{border-bottom: 1px solid #444;padding-bottom: 20px;}
footer .copy-right{text-align: center;
	border-radius: 0px 0px 5px 5px !important;
}
footer .footer-heading h4{color: #fff;font-size: 20px;}
footer .content{}
footer .col-footer{}
footer .footer-1{}
footer .footer-1 img{max-width: 140px;margin-bottom: 10px;}
footer .footer-1 p{border-bottom: 1px solid #444;margin-bottom: 10px;padding-bottom: 7px;}
footer .footer-1 input[type="text"]{ 
	border: 2px solid #E7E7E7;
	outline: medium none;
    color: #999999;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1.2;
    margin: 10px 0;
    padding: 5px 10px 0;
    width: 100%;
	background-color: transparent;
    border: 2px solid #444444;
}

footer .footer-2{}
footer .footer-2 a{color: #999; border: 1px solid #999; padding: 1px 10px;line-height: 2.2;font-size: 14px;text-transform: capitalize;}
footer .footer-2 a:hover{color: var(--color1);}

footer .footer-3{}
footer .footer-3 ul {padding: 0;}
footer .footer-3 ul li {list-style: none;margin-bottom: 15px; border-bottom: 1px solid #444;padding-bottom: 10px;}
footer .footer-3 ul li:last-child{border-bottom: none;}
footer .footer-3 ul li a{color: #999;}
footer .footer-3 ul li a:hover{color: #666;}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Contact-------------------------------- */
/* ---------------------------------------------------------------------------- */
.contact h2{font-size: 34px; font-weight: 500;letter-spacing: 3px;padding-top: 20px ;text-align: center;}

#contact_form {padding:25px;}

#ff label {cursor:pointer;margin:px 0;display:block;font-weight:bold;}
#ff input {display:block;width:100%;color:#000;padding:10px;margin: 5px 0 25px 0;}
#ff textarea {display:block;width:100%;height:200px;background-color:#fff; color:#000;padding:10px;margin: 5px 0 25px 0;}

#ff .sendButton {border: none;cursor:pointer;background-color: #FD0005;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;;width:100px;color:#ffffff;}
#ff .sendButton:hover {background-color: #000;}

.message{text-align: center;}
.message .wrap{	padding: 50px; background: #ffffff; border: 1px solid #333333;display: inline-block;border-radius: 5px;	-webkit-border-radius: 5px; -moz-border-radius: 5px;-khtml-border-radius: 5px;}
.message .text{font-size: 35px;	margin-bottom: 30px;}

/* ---------------------------------------------------------------------------- */
/* -----------------------------------Owl-Theme-------------------------------- */
/* ---------------------------------------------------------------------------- */
.owl-theme .owl-controls .owl-page span{background-color: #999;border: 1px solid #666;}
.owl-theme .owl-controls .owl-page span:hover{background-color: #666;}

#owl-demo-2 .item{margin: 1px;}
#owl-demo-2 .item img{margin: 1px;}

/* ---------------------------------------------------------------------------- */
/* ----------------------------------Button------------------------------------ */
/* ---------------------------------------------------------------------------- */
.btn-facebook, .btn-twitter, .btn-pinterest, .btn-google, .btn-mail{color: #fff;}
.btn-facebook:hover, .btn-twitter:hover, .btn-pinterest:hover, .btn-google:hover, .btn-mail:hover{background-color: #000; color: #fff;}
.btn-facebook{background-color: #3B5998;}
.btn-twitter{background-color: #00ACED;}
.btn-pinterest{background-color: #CA212A;}
.btn-google{background-color: #EB4026;}
.btn-mail{background-color: #666666;}

.btn-2{padding: 3px 8px;}

.btn-3{background-color: #444444;color: #FADA1A;font-weight: bold;}
.btn-3:hover{background-color: #fff;color: #000;}
/* ---------------------------------------------------------------------------- */
/* --------------------------------Zoom-Effect--------------------------------- */
/* ---------------------------------------------------------------------------- */
.zoom-container {
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
}
.zoom-container a {
    display: block;
    position: absolute;
    top: -100%;
    opacity: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: inherit;
}
.zoom-container:hover a {
    opacity: 1;
    top: 0; 
    z-index: 500;
}
.zoom-container:hover a i {
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	
}
.zoom-container .zoom-caption i.icon-play {
	font-size: 22px;
	background-color: rgba(17, 17, 17, 0.8);
	max-width: 60px;
	margin: 0 auto;
	padding: 8px 5px;
	border-radius: 8px;
}
.zoom-container .zoom-caption i.icon-play:hover {
	background-color: rgba(210, 0, 0, 0.9);
}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	color: #fff;
}
.zoom-container .zoom-caption span{position:absolute;top: 0;padding: 0px 7px;font-weight: bold;font-size: 13px;}
.zoom-container .zoom-caption span.youtube{background-color: #FD0005;}
.zoom-container .zoom-caption span.vimeo{background-color: #17B3E8;}
.zoom-container .zoom-caption p{position: absolute;bottom: 0;left:0; right: 0;text-align: center;font-size: 20px; font-weight: bold;background: rgba(0, 0, 0, .5);margin:0;padding: 10px;}
.zoom-container:hover img {
	-webkit-transform:scale(1.25) rotate(5deg); /* Safari and Chrome */
    -moz-transform:scale(1.25) rotate(5deg); /* Firefox */
    -ms-transform:scale(1.25) rotate(5deg); /* IE 9 */
    -o-transform:scale(1.25) rotate(5deg); /* Opera */
     transform:scale(1.25) rotate(5deg);
}
.zoom-container:hover .zoom-caption {
	background: rgba(0, 0, 0, .5);

}

.sticky-menu{
	height:272px;
	width:30px;
	top:60%;
	margin-top:125px;
	background-color:transparent;
	position:fixed;z-index:8;
	top:0;
	right:20px;
	display:block;
}
.sticky-menu .item{
	height:50px;
	border: 1px solid #ccc;
	border-radius: 5px 0px 0px 5px;
	display:block;
	margin-bottom:1px;
	display:-webkit-flex;
	display:flex;-webkit-flex-direction:column;
	flex-direction:column;justify-content:center;
	align-items:left;
	padding-left:35px;
	font-weight:600;
	margin-left:-145px;
	position:relative;
	left:124px;
	background-color: #a53636;
}
.nav .open > a {
    color: #000;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    /* color: white; */
    color:var(--navbar-active-color) !important;
    background-color: var(--color1);
}
.imgzoom {
    transition: transform .2s;
    margin: 0 auto;
}
.imgzoom:hover {
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3); 
}
.kontenslider {
    /*position: relative;*/
    width: 100%;
}
/* .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    margin-top:200px;
}

.kontenslider:hover .middle {
    opacity: 1;
} */


@media all and (min-width: 1200px) {
    .konten {
    	padding: 0;
    }
    .headline {
    	padding-left: 0;
	}
    .samping {
    	/* width: 20.833333325%; */
    }
    .kanan {
    	padding-left:5px;
    }
    .kiri {
    	padding-right:5px;
    }
    .tengah {
    	/* width: 58.33333331%; */
    	/* min-height:1330px; */
    	padding-left:0;
    	padding-right:0;
    	/* border-left:5px solid #d6d5d1;
    	border-right:5px solid #d6d5d1; */
    }
    
    .box {
        /* background-color: #fff;padding: 0px 0px 10px; */
        /* margin-top: 20px; */
    }
    .box:last-child{
        /* padding: 10px 10px 5px; */
        margin-bottom: 20px;
    }
}
@media all and (max-width: 992px) {
	.samping {
    	width: 100%;
    }
    .kanan {
    	padding-left:5px;
    }
    .kiri {
    	padding-right:5px;
    }
    .tengah {
    	width: 100%;
    	/* min-height:1330px; */
    	padding-left:0;
    	padding-right:0;
    	/* border-left:5px solid #d6d5d1;
    	border-right:5px solid #d6d5d1; */
    }
}
@media screen and (max-width:768px) {
	.layarkecil {
		padding:0;
    }
    .box-header h2{
        margin-left: 16px;
        margin-right: 16px;
    }
}


.bg-color0{
    background-image: var(--color1-g);
    color:black !important;
}
.bg-color1{
    background-color: var(--color1);
    color:white;
}
.bg-color2{
    background-color: var(--color2);
    color:white;
}
.bg-color3{
    background-color: var(--color3);
    color:white;
}

.header-top{
    background-image: linear-gradient(to top, var(--color0), #c8fff0);
    /* padding: 10px 5px 5px 0px; */
    padding: 8px 15px 15px 8px;
    color: var(--color3);
    transition: 0.3s;
}

.header-top a{
    color: var(--color3);
}

.footer-up{
    border-top: 3px solid var(--color3) !important;
    background-color: var(--color4);
    /* background-color: var(--color5); */
    /* color:var(--color3); */
    color:white;
    padding:10px 40px 20px 40px;
}
.footer-up>div>a{
    color:white !important;
}


ul.bottom-social a i{
    margin-top: 10px;
    color: var(--color1);
    /* text-shadow: 1px 1px 1px #ccc; */
    font-size: 1.5em;
}

.box .box-header.header-natural {
    /* background: var(--color3); */
    background-image: var(--color1-g);
}
.box .box-header h2 {
    /* color: white; */
    color: var(--header-color);
    font-weight: var(--header-weight);
    background: none;
    padding: 5px;
    font-size:var(--header-size);
    font-family:var(--header-style);
}
.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{
    /* margin-left:0px !important;
    margin-right:0px !important; */
}

#menu ul.nav .dropdown-menu li a{
    color: #000;
    font-weight: bold;
    border-radius: 0px;
}
.dropdown-menu {
    border-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: none;
}

/* .b-banner{
    height:500px !important;
    width:100% !important;
    object-fit: cover !important;
    overflow: hidden !important;
} */



.b-paralax{
    height:300px !important;
    /* width:100% !important; */
    /* object-fit: cover !important;
    overflow: hidden !important; */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* resize: both;
    overflow: scroll; */
    /* position: relative; */
}

.navbar{
    margin-bottom: 0px;
}


.slider-text {
    position: absolute;top: 75%;left: auto;right: auto;width: 96.66666666666666%;color: #fff;
}
.slider-text h2 {
    text-shadow: 2px 2px 4px #000000;
    transition: 0.4s;
    font-size: 40px;padding: 10px;color: #fff;text-transform: uppercase;background-color: none;display:inline-block;color:#fff;
}
.slider-text h2:hover {
    font-size: 40px;padding: 10px;color: #fff;text-transform: uppercase;background-color: var(--color4);display:inline-block;color:#fff;
}

input[type=text].b-search {
    border: 2px solid var(--color3) !important;
    border-radius: 4px !important;
}

label.l-search {
    /* Other styling... */
    text-align: right;
    clear: both;
    float:left;
    margin-right:15px;
}

.b-link-col-1{
    border-radius: 50%;
    width:100%;
    margin-top:5px;
    margin-bottom:5px;
}

.b-link-col-2{
    border-radius: 50%;
    width:120px;
    height:auto;
    margin-top:10px;
    margin-bottom:10px;
}

.no-space{
    margin:0px !important;
    padding: 0px !important;
}


.b-card{
    padding:0px;   
    margin:0px;    
}
.b-card-title{
    padding:0px;   
    margin:0px;   
    text-align: center;
    font-size: 8pt;
    font-weight: bold;
    color:white;
}
.b-card-inner{
    transition: all 0.1s;                     
    padding:0px;   
    margin:0px;   
    background-color: white;
    border-radius: 6px;
}
.b-card-inner:hover{
    transform: scale(1.2);
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

@media (max-width: 767.98px) {
    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.pagination{
    padding-top:0px !important;
    padding-bottom:0px !important;
    margin-top:0px !important;
    margin-bottom:0px !important;
}
.box{
    padding-bottom:0px !important;
}
.feedback {
    position: fixed;
    z-index: 1000;
    right: -20px;
    bottom: 30%;
    padding:15px 10px 10px 10px;
    margin:0;
 
    transform: rotate(-90deg);
    background-color:var(--color1);
    color: #FFF;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
 }
 
 .feedback:hover {
    right: -14px;
    padding:15px 6px 10px 6px;
    color: var(--color0)    ;
 }
 /* HIDE RADIO */
.feedback-radio>label>input[type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
  
/* IMAGE STYLES */
.feedback-radio>label>input[type=radio] + p {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin:0;
    /* width:100px;
    height:100px; */
    /* font-size:100px;
    line-height:116px; */
    background-color: #e2e2e2;
    border-radius: 50% !important;
    opacity:0.5;
    cursor: pointer;
}

/* CHECKED STYLES */
.feedback-radio>label>input[type=radio]:checked + p {
    /* width:100px;
    height:100px; */
    opacity:1;
    border-radius: 50% !important;
    background-color: #ffffff00;
    /* border-collapse: separate; overflow: hidden; */
    /* border: 2px solid var(--color0); */
}

.feedback-post>div>a>p {
    margin-bottom:5px;
}

.feedback-post>div{
    text-align:center;
    font-weight:bold;
}

/* .carousel-half,
.carousel-inner-half,
.carousel-inner-half > .item-half {
    overflow: hidden;
}
.carousel-inner-half:before {
    position:absolute;
    top:0;
    bottom: 0;
    right: 82%;
    left: 0;
    content:"";
    display:block;
    background-color: #fff;
    z-index: 2;
}
.carousel-inner-half:after {
    position:absolute;
    top:0;
    bottom:0;
    right: 0;
    left: 82%;
    content:"";
    display:block;
    background-color:#fff;
    z-index: 2;
}

.carousel-control-half.left, .carousel-control-half.right {
    background: initial;
    width: 30%;
    color: #000;
    z-index: 10;
    top: -10px;
} */
.slick{
    background:white;
}
.slick-slide{
    padding-top:25px;
    transform:scale(0.8);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.slick-current{
    padding-top:25px;
    transform:scale(1.05);
    border:none;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--pagination-background-color);
    border-color: var(--pagination-border-color);
}
@media (min-width: 1200px){
    .container {
        width: 1200px !important;
    }
}
@media (min-width: 992px){
    .container {
        width: 970px;
    }
}
@media (min-width: 768px){
    .container {
        width: 750px;
    }
}