@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
html, body {
	height: 100%;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #444;
	font-weight: normal;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
}
/*Helper Classes*/
a, .btn, .sn_transistion {
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
a:hover {
	text-decoration: none;
}
a {text-decoration: none; display: inline-block; outline: none;}
a:hover,a:focus,a:visited,input:focus,btn:focus {text-decoration: none; outline: none;}
h1, h2, h3, h4, h5, h6 {
font-family: 'Poppins', sans-serif;
}
ul {list-style-type: none; margin:0px; padding:0px;}
figure {
	margin: 0 0 0rem;
}
button {border:none; outline:none; box-shadow: none; display: block; padding: 0; background: transparent;}
input,textarea {display: block; font-size: 16px; line-height: 28px; outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

.mlspace {
	margin-left: 30px;
}
.link {
	background-color: #83bf26;
	border: #83bf26;
	font-size: 12px;
	text-transform: uppercase;
	height: 50px;
	padding: 0px 30px;
	font-weight: 600;
	line-height: 50px;
	margin-top: 10px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.link:hover {
	background-color: #006938;
	border: #006938;
}
.link:focus {
	outline: none;
}
.link-1 {
	background-color: #83bf26;
	border: #83bf26;
	font-size: 12px;
	text-transform: uppercase;
	height:37px;
	padding: 0px 15px;
	font-weight: 600;
	line-height: 37px;

	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.link-1:hover {
	background-color: #006938;
	border: #006938;
}
.link-1:focus {
	background-color: #006938;
	border: #006938;
	outline: none;
}

.heading h3 {
	font-size: 20px;
	color: #555555;
	line-height: 40px;
	margin: 0px 0px 0px;
}
.heading .bor {
	height: 2px;
	width: 120px;
	background-color: #006938;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.heading h4 {
	font-size: 36px;
	text-transform: uppercase;
	color: #2d2d2d;
	font-weight: 900;
	line-height: 49px;
	margin: 0px 0px 50px;
	padding: 0px;
	letter-spacing: 3px;
}
.navbar-light .navbar-nav .nav-link {
    color: #777777;
	font-family: 'Poppins', sans-serif;
	font-size:13px;
	text-transform:uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.navbar-brand {
    margin-right: 10rem;
 
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.dropdown-item {
   
    font-size: 13px;
	color:#777777;
	text-transform:uppercase
}
.dropdown-item:hover {
	background-color:#83bf26;
	color:#fff;
   
    
}
.dropdown-menu {
	font-family: 'Poppins', sans-serif;
    left: 25px;
    min-width: 13rem;
    
}
.navbar-default .navbar-toggle span.icon-bar{-webkit-transition: all 200ms linear; -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.my-fix {position: fixed;right: 0;left: 0;z-index: 11;width: 100%;top: 0px; background-color:#fff}
/* 4.Slideshow  */
#main-slide .item img {
	width: 100%;
}
#main-slide .item .slider-content {
	z-index: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
	z-index: 0;
	opacity: 1;
	-webkit-transition: opacity 100ms;
	-moz-transition: opacity 100ms;
	-o-transition: opacity 100ms;
	transition: opacity 100ms;
}
#main-slide .slider-content {
	position: absolute;
	right: -6%;
	z-index: 999;
	top: 110px;
	color: #fff;
	max-width: 580px;
}
#main-slide .slider-content h2 {
	font-size: 34px;
	color: #fff;
	margin-bottom: 0px;
	font-weight: 600;
	margin-top: 0px;
	letter-spacing:5px;
	padding:0px;
	font-weight:500;
}
#main-slide .slider-content h2 span {
	font-weight: 200
}
#main-slide .slider-content p {
	font-size: 16px;
	color: #bbe9fe;
	line-height: 25px;
	font-weight: 200;
}
#main-slide .carousel-indicators .active {
	background-color: #fff;
	border: 1px solid #fff;
}
#main-slide .carousel-indicators li {
	background: none;
	border: 1px solid #fff
}
#main-slide .slider-content h5 {
	padding:0px;
	margin:0px;
	font-size:76px;
	font-weight:700;
	text-transform:uppercase;
	line-height:76px;
	letter-spacing:2px;
}
#main-slide .owl-dots {
	position: absolute;
	bottom: 10px;
	margin: 0;
	text-align: center;
	left: 0;
	right: 0;
}
#home .owl-theme .owl-dots .owl-dot.active span, #home .owl-theme .owl-dots .owl-dot:hover span {
	background: #83bf26;
}
.action-button {
	padding: 10px 40px;
	margin-top: 10px;
	display: inline-block;
	border-radius: 3px;
	font-size: 13px;
	text-transform: uppercase;
	background-color: #83bf26;
	color: #fff;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.action-button:hover {
	background: #006938;
	color: #fff;
}
/* Category */

.category {
	background: #ffffff url(../images/Category.png) no-repeat left top;
	padding: 40px 0px 75px;
}
.category .course-single {
	background: #fff;
	border-bottom: 5px solid #83bf26;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(190,216,228,0.14);
	-moz-box-shadow: 0px 0px 5px 2px rgba(190,216,228,0.14);
	box-shadow: 0px 0px 5px 2px rgba(190,216,228,0.14);
}
.category .course-single:hover {
	box-shadow: 12.5px 21.651px 49px 0px rgba( 58, 74, 88, .10 );
}
.category .course-info {
	padding: 20px 24px 20px 24px;
}
.category .course-info h5 {
	font-weight: 600;
	color: #2d2d2d;
	margin-bottom: 0px;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 50px;
	padding-top: 0px;
	text-transform: uppercase;
}
.category .course-info small {
	color: #333333;
	font-size: 14px;
	line-height: 22px;
	display: block;
	margin-bottom: 20px;
}
.category .owl-theme .owl-nav {
	width: 100%;
	position: absolute;
	top: 35%;
	margin-top: -10px;
}
.category .owl-theme .owl-nav .owl-prev {
	float: left;
	margin-left: -20px!important;
}
.category .owl-theme .owl-nav .owl-next {
	float: right;
	margin-right: -20px!important;
}
.category .owl-theme .owl-nav [class*=owl-] {
	color: #bbd1dc;
	font-size: 25px;
	margin: 5px;
	padding: 7px 10px;
	background: #fff;
	display: inline-block;
	cursor: pointer;
	height: 40px;
	width: 40px;
	line-height: 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid rgba(0, 0, 0, 0.125);
	text-align: center;
	-webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.19);
	box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.19);
}
.category .owl-theme .owl-nav .owl-prev:hover {
	color: #ffff;
	background: #83bf26;
}
.category .owl-theme .owl-nav .owl-next:hover {
	color: #ffff;
	background: #83bf26;
}
.category .owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}
.category .owl-theme .owl-dots {
	margin-top: 30px;
}
.category .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #83bf26;
}
.category .owl-theme .owl-dots .owl-dot.active span, .category .owl-theme .owl-dots .owl-dot:hover span {
	background: #83bf26 !important;
}
.category .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 4px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.category .view_test {
	padding: 0px 0px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	color: #006938;
	font-weight: 600;
}
.category .view_test:hover {
	color: #83bf26;
}
/* */
.company {
	background-color: #f5f5f5;
	padding: 40px 0px 25px 0px;
}
.company h3 {
	font-size: 20px;
	color: #555555;
	line-height: 40px;
	margin: 40px 0px 0px;
}
.company .bor {
	height: 2px;
	width: 100px;
	background-color: #006938;
	margin-bottom: 10px
}
.company h4 {
	font-size: 34px;
	text-transform: uppercase;
	color: #2d2d2d;
	font-weight: 900;
	line-height: 40px;
	margin: 0px 0px 15px;
	padding: 0px;
}
.company p {
	font-size: 14px;
	line-height: 28px;
	color: #333333;
}
/* True Facts */
.true-facts{
	background: #ffffff url(../images/true-facts-bg.png) no-repeat center top;
	padding:70px 0px 60px 0px;
}
.true-facts .true-facts-box .num{
	font-size:47px;
	margin-top:110px;
}
.true-facts .true-facts-box figure{
	margin-bottom:45px;
}
.true-facts .true-facts-box h4{
	font-size:18px;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-weight:900;
	text-transform:uppercase;
	color:#2d2d2d;
	letter-spacing:1.5px;
}
.true-facts .true-facts-box p{
	font-size:14px;
	color:#333333;
	line-height:22px;
	padding-right:30px;
	margin-bottom:40px;
}
/* technology */
.technology {
	background: url(../images/highlights.jpg) no-repeat center top;
	padding: 50px 0px;
}
.technology h4 {
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	line-height: 49px;
	margin: 60px 0px 20px;
}
.technology p {
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}
/* Solutions For Sectors */
.solutions-sectors{
	padding:50px 0px 60px;
}
.solutions-sectors .pad07{
	padding-right: 7px;
    padding-left: 7px;
}
.solutions-sectors .box{
    position: relative;
    overflow: hidden;
    /*box-shadow: 0 0 5px #555;*/
	margin-bottom:15px;
}
.solutions-sectors .box img{
    width: 100%;
    height: auto;
}
.solutions-sectors .box .box-heading{
    width: 90%;
    position: absolute;
    bottom: 25px;
    left: 5%;
    background: rgba(255, 255, 255);
    padding: 10px 60px 10px 25px;
    color: #2d2d2d;
	height:55px;
	text-align:center;
	
    transition: all 0.3s ease 0s;
}
.solutions-sectors .box:hover .box-heading{
    left: 100%;
}
/*.solutions-sectors .box .box-heading:after{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 13px;
    right: 11px;
    background: #20211c;
    font-size: 30px;
    color: #fff;
    text-align: center;
}*/
.solutions-sectors .box .title{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
	line-height:38px;
}
.solutions-sectors .box .post{
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 5px;
}
.solutions-sectors .box .boxContent{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    padding: 30px 35px;
    background: rgba(131, 191, 38,0.9);
    transition: all 0.3s ease 0s;
}
.solutions-sectors .box:hover .boxContent{
    left: 0;
}
.solutions-sectors .box .description{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
.solutions-sectors .box .read{
    display: inline-block;
    padding: 10px 20px;
    background: #20211c;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
    transition: all 0.3s ease 0s;
}
.solutions-sectors .box .read:hover{
    text-decoration: none;
    background: #fff;
    color: #3fc9f7;
}
.solutions-sectors .box .read i{
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
}

.whatsap{position:fixed;bottom:60px;z-index:999; right: 20px;}
.whatsap a{text-align: center; background: #25d366;padding: 10px;border-radius: 50px;color: #fff;font-size: 27px;width:45px;height:45px; display: block;line-height: 24px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);}


@media only screen and (max-width: 990px){
    .solutions-sectors .box{ margin-bottom: 20px; }
}
@media only screen and (max-width: 479px){
    .solutions-sectors .box .boxContent{ padding: 15px; }
    .solutions-sectors .box .read{ margin-top: 10px; }
}
/* Testimonials */
.testimonials{
	background-color:#f5f5f5;
	padding:60px 0px 50px;
}


.testimonial{ border-radius:4px; border:1px solid #83bf26; background: #fff;padding: 10px;-webkit-box-shadow: 2px 0px 5px 6px rgba(0,0,0,0.02); -moz-box-shadow: 2px 0px 5px 6px rgba(0,0,0,0.02); box-shadow: 2px 0px 5px 6px rgba(0,0,0,0.02); margin-top: 20px; margin-bottom: 20px; position:relative;}
.testimonial:before {content: '';position: absolute;top: 12%; left:0;width:5px;height:55px;background: #83bf26; border-radius:0px 5px 5px 0px }
.testimonial .pic{ width: 90px; height: 90px; border-radius: 50%;  margin: 0 auto; border: 3px solid #fff; box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);position: relative; }
.testimonial .pic:after{content: "\f10d";font-family: "FontAwesome";font-weight: 500;width: 30px;height: 30px;line-height: 30px;border-radius: 50%;text-align: center;background: #83bf26;font-size: 14px;color: #fff;position: absolute;top: 65px;left: 0;right: 0;margin: 10px auto;}
.testimonial .pic:before {content: '';position: absolute;top: 0; right: 0%;width: 15px;height: 15px;background: #83bf26;border-radius: 50%;}
.testimonial .pic img{ width: 100%; height: auto; border-radius: 50%;}
.testimonial .testimonial-content{padding: 10px;text-align: center;margin-top: 15px;}
.testimonial .description{font-size: 14px;color: #444;line-height: 24px; }
.testimonial .testimonial-title{font-size: 16px; color: #414141;margin-bottom: 2px;}
.testimonial .post{font-size: 13px; color: #83bf26;margin-bottom: 5px; display: inline-block;}

.testimonials .owl-theme .owl-nav{width: 100%;position: absolute;top: 45%;margin-top: -10px;}
.testimonials .owl-theme .owl-nav .owl-prev{float: left;margin-left: -20px!important;}
.testimonials .owl-theme .owl-nav .owl-next{float: right;margin-right: -20px!important;}
.testimonials .owl-theme .owl-nav [class*=owl-] { color: #bbd1dc; font-size: 25px; margin: 5px;padding: 7px 10px;background: #fff; display: inline-block;cursor: pointer; height: 40px;width: 40px; line-height: 20px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; border: 1px solid rgba(0, 0, 0, 0.125); text-align: center;-webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.19); -moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.19); box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.19);}
.testimonials .owl-theme .owl-nav .owl-prev:hover {
	color: #ffff;
	background: #83bf26;
}
.testimonials .owl-theme .owl-nav .owl-next:hover {
	color: #ffff;
	background: #83bf26;
}
/* Clients */
.clients{
	padding:40px 0px 60px;
}

.p0 {
    padding: 0;
}
.p15 {
    padding: 0px 15px;
}
.clients-logo {
    background: transparent;
    padding: 40px 15px;
    border: 1px solid #efefef;
    transition: all 0.25s;
}
.clients-logo:hover{border-color:#83bf26;transition:all 0.3s;}
.clients .col-md-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
/* footer */

.footer {
	background: #1d1d1d;
	padding: 65px 0 55px 0;
}
.logo-bt {
	padding-top: 0px;
	display: block;
}
.footer p.fo_text {
	font-size: 13px;
	color: #fff;
	line-height: 20px;
	padding-top: 9px;
}
.footer h3.footer-title {
	font-size: 15px;
	color: #fff;
}
.footer-links ul li a {
	font-size: 13px;
	color: #fff;
	padding-bottom: 3px;
	display: inline-block;
}
.footer-links ul li a:hover, .ubsocial .social-links > a:hover {
	color: #83bf26;
}
.ubsocial h3.footer-title {
	font-size: 13px!important;
	margin-top: 1px;
	color: #fff
}
.footer-title-1 {
	font-size: 13px!important;
	margin-top: 35px;
	color: #83bf26;
	margin-bottom: 20px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
.ubsocial .social-links > a {
	font-size: 18px;
	color: #83bf26;
	margin-right: 15px;
	margin-top: 5px;
}
.footer .ubcontact span {
	font-size: 13px;
	color: #fff;
	padding-bottom: 10px;
	display: inline-block;
	padding-top: 5px;
}
.footer .ubcontact i {
	color: #83bf26;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	margin-right: 5px;
}
.footer .ubcontact .ak_number {
	font-size: 20px;
	color: #83bf26;
	font-weight: 600
}
.ubftrbtm {
	padding : 14px 0;
	background: #1d1d1d;
	border-top: 1px solid #232323
}
.ubftrbtm .ubcopyryt p {
	font-size: 13px;
	color: #fff;
}
.r-s-j {
	margin-top: 25px;
}
.r-s-j .re-a-job {
	padding: 10px 45px;
	color: #fff;
	font-size: 14px;
	border: 1px solid #fff;
	border-radius: 3px;
	background-color: transparent;
	-webkit-box-shadow: 0 3px 5px rgba(1,1,1,.15);
	-moz-box-shadow: 0 3px 5px rgba(1,1,1,.15);
	box-shadow: 0 3px 5px rgba(1,1,1,.15);
	text-transform: uppercase;
	font-weight: 600;
}
.r-s-j .re-a-employer {
	padding: 10px 45px;
	color: #2cafea;
	font-size: 14px;
	border: 1px solid #2cafea;
	border-radius: 3px;
	background-color: transparent;
	-webkit-box-shadow: 0 3px 5px rgba(1,1,1,.15);
	-moz-box-shadow: 0 3px 5px rgba(1,1,1,.15);
	box-shadow: 0 3px 5px rgba(1,1,1,.15);
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	margin-top: 20px;
	letter-spacing: 0.3px;
}
.re-a-job:hover, .re-a-employer:hover {
	background: #1c69e0;
	color: #fff;
	border-color: #1c69e0
}
.back-to-top {
	background: #83bf26;
	border-radius: 0;
	bottom: 10px;
	color: #fff;
	font-size: 22px;
	padding: 5px 15px;
	position: fixed;
	z-index: 100;
	right: 20px;
}
.back-to-top:hover {
	background: #006938;
	color: #fff;
}

/*
===================================================
  29. feature-style-three
===================================================
*/
.feature-style-three{
  padding: 40px 0px 40px;
  background: #83bf26;
}

.feature-style-three .item-list .row{
  margin:0px;
  
}

.feature-style-three .inner-box{
	position: relative;
    padding: 30px 30px 10px 80px;
    border: 1px solid #ededed;
    background: #fff;
	min-height: 137px;
}
.feature-style-three .inner-box h3{
  font-size: 18px;
  color: #222222;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: capitalize;
}
.feature-style-three .inner-box .icon-box{
  position: absolute;
  left: 22px;
}
.feature-style-three .inner-box .icon-box .icon{
  color: #83bf26;
  line-height: 47px;
  margin-left: -11px;
}
.feature-style-three .inner-box .icon-box .icon:before{
  font-size: 36px;
}
.feature-style-three .inner-box .text{
   
    line-height: 24px;
    color: #444;
    font-size: 14px;
    font-weight: 400;
}
/*
================================================
   contact_us style
================================================
*/
.contact_us{
  padding:40px 0px 40px;
}
.contact_us .sec-title{
  
}
.contact_us .sec-title p{
  max-width:650px;
  margin:0 auto;
  color:#848484;
  margin-bottom: 40px;
}
.contact_us .link_btn.style-four{
  margin-top:30px;
}
/*
=================================================
  31. error page style
=================================================
*/

.error-page{
  padding:100px 0px;
}
.error-page .content-box h1{
  font-size:150px;
  font-weight:700;
  color:#83bf26;
}
.error-page .content-box h2{
    margin-bottom: 16px;
}
.error-page .content-box p{
    margin-bottom: 40px;
    color: #848484;
}
.error-page .content-box .sidebar_search{
  max-width:475px;
  margin-bottom: 50px;
}
.error-page .content-box{}

/*** 

/*form*/

.default-form {
  position: relative;
}


.default-form p {
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 20px;
}
.default-form p span {
  color: #ab7442;
  font-size: 20px;
  font-weight: 600;
}


.default-form .form-box{
  position:relative;
}

.comment-form .form-box{
  padding:25px 25px 0px 25px; 
}

.default-form .form-group{
  position:relative;

}
.form-group.style-two{
  margin-bottom:30px;
}
.default-form .comment-form .form-box .form-group{
  margin-bottom:25px;
}

.default-form.form-box .row{
  margin-left:-10px;
  margin-right:-10px; 
}

.default-form.form-box .row .form-group{
  padding:0px 0px;  
}

.default-form .form-group .field-label{
  display:block;
  line-height:24px;
  text-transform:uppercase;
  margin-bottom:10px;
  color:#232323;
  font-weight:500;
  font-size:13px;
}

.default-form .form-group .field-label sup{
  color:#ff0000;
  font-size:14px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea{
  display:block;
  width:100%;
  line-height:24px;
  height:55px;
  font-size:14px;
  box-shadow: none;
  border: 1px solid #dedede;
  padding: 12px 15px 12px 30px;
  border-radius: 0px;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.default-form textarea{
  height: 120px;
}
.default-form .bootstrap-select {
    border: 1px solid #f4f4f4;
    background: #f7f7f7;
    color: #83bf26;
    padding: 10px 0;
    font-size: 16px;
}
.default-form .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.default-form .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}
.default-form  .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.default-form  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #83bf26;
  color: #fff;
}
.default-form .form-control:focus {
  border-color: #83bf26;
  box-shadow: none;
}

.default-form .thm-btn {
  width: 100%;
}


.default-form input::-webkit-input-placeholder {
  color: #9e9e9e;
}

.default-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}
.default-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}
.default-form input:-ms-input-placeholder {
  color: #9e9e9e;
}
.default-form textarea::-webkit-input-placeholder {
  color: #9e9e9e;
}

.default-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}
.default-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}
.default-form textarea:-ms-input-placeholder {
  color: #9e9e9e;
}

.default-form .alert-success {
    color: #83bf26;
    background: none;
    border: none;
    font-size: 18px;
}
.thm-btn:hover {
    background: transparent;
    color: #83bf26;
    -webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn {
    position: relative;
    background: #83bf26;
    font-size: 14px;
    line-height: 42px;
    font-weight: 700;
    color: #ffffff;
    border: 2px solid #83bf26;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 26px;

    -webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
/*
=================================================================
  page title style
=================================================================
*/
.bredcrumb {
    opacity: 1;
    position: relative;
}
.bg-image-holder, .bg-image {
    background-size: cover!important;
    background-position: top;
    transition: all 0.3s linear;
    padding-top: 135px;
    padding-bottom: 135px;
    background: #f5f5f5;
    position: relative;
}
.bg-image-1 {
    background-size: cover!important;
    background-position: top;
    transition: all 0.3s linear;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f5f5f5;
    position: relative;
}
.bredcrumb .bg-image h1 {
    color: #ffffff;
    position: relative;
    font-weight: 700;
    margin-bottom: 0px;
}

.bredcrumb .bg-image:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.23);
    opacity: 1;
    content: "";
}
.bredcrumb h1{
  font-size: 30px;
  font-weight: 700;
  line-height:30px;
  text-transform:uppercase;
  color:#ffffff;  
}
.bredcrumb .middle {
    text-align: center;
    background-color: #f5f5f8;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px
}
.bredcrumb .middle li {
    padding: 20px 10px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    color: #222222;
    font-weight: 600;
}
.bredcrumb .middle li a{
  color: #222222;
}
.bredcrumb .middle li .inner{
  color: #83bf26
}
.bredcrumb .middle li:after {
    content: "\f105";
    right: -5px;
    top: 20px;
}
.bredcrumb .middle li:last-child:after{
  display: none;
  padding-left: 10px
}
.bredcrumb ul li:after {
    position: absolute;
    content: '\f101';
    font-family: FontAwesome;
    top: 14px;
}

/*
====================================================================
   latest-news style
====================================================================
*/
.news{
  padding: 40px 0px 40px;
}
.blog-latest-news{
  padding: 100px 0 100px
}
.news .sec-title{margin: 0px 0px 66px;}
.news .sec-title p{
  max-width:650px;
  color: #848484;
}


.news .news-post {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px #DFDFDF;
  -moz-box-shadow: 0px 0px 20px #DFDFDF;
  -ms-box-shadow: 0px 0px 20px #DFDFDF;
  -o-box-shadow: 0px 0px 20px #DFDFDF;
  box-shadow: 0px 0px 20px #DFDFDF;
  
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news .news-post img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news .news-post:hover img, .news .news-post:focus img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news .news-post .news-post-image {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.news .news-post .news-post-image .news-overlay {
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.news .news-post .news-post-image .news-category {
  margin: 20px 0 0 15px;
  float: left;
  z-index: 2;
  position: absolute;
}
.news .news-post .news-post-image .news-category > a {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 15px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #83bf26;
  margin: 0 4px 4px 0;
  background: #83bf26;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.news .news-post .news-post-image .news-category > a:hover {
  background: transparent;
  border: 1px solid #fff;
}
.news .news-post .news-post-image .news-category > a:hover, 
.news .news-post .news-post-image .news-category > a:active, 
.news .news-post .news-post-image .news-category > a:focus {
  text-decoration: none;
}
.news .news-post .news-post-text {
  padding: 20px;
}
.news .news-post .news-post-text h3 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 500;
}
.news .news-post .news-post-text h3 a {
  color: #222;
}
.news .news-post .news-post-text h3 a:hover {
  color: #83bf26;
}
.news .news-post .news-post-text h3 a:hover, .news .news-post .news-post-text h3 a:active, .news .news-post .news-post-text h3 a:focus {
  text-decoration: none;
}
.news .news-post .news-post-text p {
  font-size: 14px;
  color: #333;
  line-height:24px;
}
.news .news-post .news-post-text p:last-child {
  margin-bottom: 0 !important;
}
.news .news-post .news-post-meta {
  border-top: 1px solid #f0f0f0;
  padding: 10px 20px;
  font-weight: 400;
}
.news .news-post .news-post-meta a {
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 20px;
  color: #777;
}
.news .news-post .news-post-meta a i {
  display: inline-block;
  margin-right: 5px;
  color: #83bf26
}
.news .news-post .news-post-meta a:hover, .news .news-post .news-post-meta a:active, .news .news-post .news-post-meta a:focus {
  text-decoration: none;
}
.news .news-post .news-post-meta a:hover {
  color: #83bf26;
}


.news .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 70px;
}

.news .owl-theme .owl-nav [class*=owl-] {
    color: #83bf26;
    font-size: 24px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 40px;
    width: 40px;
    border: 2px solid #83bf26;
    line-height: 36px;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.news .owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    border: 2px solid #83bf26;
    background:#83bf26;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
/*** 
=============================================
   page_pagination style
=============================================
***/
.page_pagination {
  text-align: center;
  
}
.page_pagination li {
  display: inline-block;
  margin: 10px 4px 0;
}
.page_pagination li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border:1px solid rgba(229, 229, 229, 0.57);
  text-align: center;
  color: #444;
  font-size: 18px;
}
.page_pagination li a.active,
.page_pagination li a:hover {
  color:#fff;
  background: #83bf26;
}
/*** 

====================================================================
  26. Side Bar Style
====================================================================

 ***/
.sidebar-page .sidebar{
  position:relative;
  padding-left: 40px;
}

.sidebar .widget{
  position:relative;
  margin-bottom: 35px;
}


.sidebar .sidebar-title{
  position:relative;
  margin-top: 0px;
  margin-bottom: 15px;
}

.sidebar .sidebar-title h3{
  font-size: 20px;
  color: #222222;
  font-weight: 500;
}
.sidebar .sidebar-title:before{
  content:'';
}
.sidebar .sidebar-title:after{
  content:'';
}
.sidebar-page .contact-info{
  position:relative;
  font-size:14px;
  margin-bottom:30px;
}
.sidebar-page .contact-info .text{
  position:relative;
  font-size:13px;
  margin-bottom:10px;
  color:#7f7f7f;
}
.sidebar-page .contact-info li{
  position:relative;
  margin-bottom:5px;
  line-height:1.8em;
  color:#7f7f7f;  
}
.sidebar-page .contact-info li strong{
  position:relative;
  padding-right:10px;
  font-weight:600;
  color:#292929;  
}
.sidebar-page .contact-info a{
  color:#f17338;
  transition:all 300ms ease-in;
  -webkit-transition:all 300ms ease-in;
  -ms-transition:all 300ms ease-in;
  -o-transition:all 300ms ease-in;
  -moz-transition:all 300ms ease-in;  
}
.sidebar-page .contact-info a:hover{
  color:#3d3d3d;  
}
.sidebar .popular-categories .list{
  position:relative;
}
.sidebar .popular-categories .list li{
  position:relative;
  margin-bottom:10px;
  line-height: 27px;
}
.sidebar .popular-categories .list li .count{
  position:relative;
  color: #f9ad0a;
}
.sidebar .popular-categories .list li a{
  position:relative;
  display:block;
  color: #848484;
  font-size: 14px;
  font-weight: 400;
  transition:.5s;
}

.sidebar .popular-categories .list li a:hover{
  color: #83bf26;
  transition:.5s;
}
.sidebar .popular-categories .list span{
  margin-right: 7px;
  font-size: 11px;
}
.sidebar .call{
  max-width:330px;
  margin-bottom: 50px;
}
.sidebar .call .content-box{
  padding: 45px 3px 45px 30px;
  color:#fff;
  position:relative;
  
}
.sidebar .call .content-box p{
  position:relative;
}
.sidebar .call .content-box h2{
  position:relative;
  font-size: 24px;
  margin-top: 14px;
  font-weight: 700;
}
.sidebar .call .content-box .overlay:before{
  position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(240, 181, 22, 0.8);    
    opacity: 1;
    content: "";
}

.sidebar-page .sidebar-wrapper {
    padding-left: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.sidebar-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}
.sidebar-wrapper .single-sidebar {
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}
.sidebar-wrapper .single-sidebar .wedgit-title {
    overflow: hidden;
    padding-bottom: 25px;
    margin-top: 0 !important;
}
.sidebar-wrapper .single-sidebar .wedgit-title h3 {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.sidebar-wrapper .single-sidebar form.search-form {
    position: relative
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"] {
    background: #fff;
    border: 1px solid #f4f4f4;
    color: #ababab;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 55px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
}
.sidebar-wrapper .single-sidebar .search-form button {
    background: #83bf26 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 50px;
    padding: 12px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 50px;
}
.sidebar-wrapper .single-sidebar .search-form button i {
  font-size: 14px
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus {
  border: 1px solid #83bf26;
  background: #fff;
  color: #000;
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus + button, 
.sidebar-wrapper .single-sidebar .search-form button:hover {
    background: #83bf26 none repeat scroll 0 0;
    color: #ddd;
}


.single-sidebar .categories {
    background: #ffffff;
    display: block;
    border: 1px solid #f5f4f3;
    padding: 24px 30px 24px;
}
.single-sidebar .categories li {
    border-bottom: 1px solid #ededed;
    margin-bottom: 12px;
    padding-bottom: 9px;
}
.single-sidebar .categories li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.single-sidebar .categories li a {
    color: #888888;
    transition: all 500ms ease;
    font-size: 14px;
    width: 100%;
    font-weight: 400;
    position: relative;
}
.single-sidebar .categories li a span{
    float: right;
}
.single-sidebar .categories li a:hover{
    color: #83bf26;    
}


.single-sidebar .popular-post {}
.single-sidebar .popular-post li {
    margin-bottom: 25px;
    padding-left: 70px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 25px;
}
.single-sidebar .popular-post li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.single-sidebar .popular-post li .img-holder {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    background: #f2f2f2;
    top: 0px;
    width: 70px;
    height: 70px;
}
.single-sidebar .popular-post li .img-holder img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    max-width: 100px         
}
.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a i{
    color: #fff;
    font-size: 16px;
    transition: all 500ms ease;
}
.single-sidebar .popular-post li:hover .img-holder .overlay-style-one{
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);    
}
.single-sidebar .popular-post li:hover .img-holder img {
    transform: scale(1.1);
}
.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a:hover i{
    color: #83bf26;
}

.single-sidebar .popular-post li .title-holder {
  padding-left: 20px;
}
.single-sidebar .popular-post li .title-holder a .post-title {
    color: #404040;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    font-weight: 500;
    margin: 0 0 7px;
    transition: all 500ms ease;
}
.single-sidebar .popular-post li .title-holder a:hover .post-title{
    color: #83bf26;
}
.single-sidebar .popular-post li .title-holder .post-date {
    color: #83bf26;
    display: block;
    transition: all 500ms ease;
    font-weight: 400;
    font-size: 14px;
}

.single-sidebar .follow-us {
    color: #ababab;
    font-size: 14px;
    margin-top: 0px;
}

.single-sidebar .instagram {
    overflow: hidden;
    display: block;
    margin-left: -6px;
    margin-right: -6px;
}
.single-sidebar .instagram li {
    display: inline-block;
    float: left;
    margin: 0 5px 10px;
}
.single-sidebar .instagram li .img-holder {
  overflow: hidden;
  position: relative;
  display: block;
}
.single-sidebar .instagram li .img-holder img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single-sidebar .instagram li .img-holder .overlay-style-one .box .content a i{
  color: #fff;
  font-size: 15px;
}
.single-sidebar .instagram li:hover .img-holder .overlay-style-one {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);    
}
.single-sidebar .instagram li:hover .img-holder img {
    transform: scale(1, 1);
}
.popular-tag {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -5px;
}
.popular-tag li {
    display: inline-block;
    margin: 0 3px 10px;
}
.popular-tag li a {
    border: 1px solid #f4f4f4;
    color: #888888;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 12px;
    transition: all 500ms ease 0s;
}
.popular-tag li a:hover{
  background: #83bf26;
  border-color: #83bf26;
  color: #fff;
}
.tag-share {
  padding: 10px 20px
}
.tag-share .icon{
  padding: 10px 20px
}
.tag-share .icon ul li a {
    color: #3f3e3e;
}
/*
    Image credits:
    uifaces.com (http://uifaces.com/authorized)
*/

#login { display: none; }
.login,
.logout { 
    position: absolute; 
    top: -3px;
    right: 0;
}
.page-header { position: relative; }
.reviews {
    color: #555;    
    font-weight: bold;
    margin: 10px auto 20px;
}
.notes {
    color: #999;
    font-size: 12px;
}
.media .media-object { max-width: 100px;width: 64px }
.media-body { position: relative; }
.media-date { 
    position: absolute; 
    right: 25px;
    top: 25px;
}
.media-date li { padding: 0; }
.media-date li:first-child:before { content: ''; }
.media-date li:before { 
    content: '.'; 
    margin-left: -2px; 
    margin-right: 2px;
}
.media-comment { margin-bottom: 20px; }
.media-replied { margin: 0 0 20px 50px; }
.media-replied .media-heading { padding-left: 6px; }

.btn-circle {
    font-weight: bold;
    font-size: 12px;
    padding: 6px 15px;
    border-radius: 20px;
}
.btn-circle span { padding-right: 6px; }
.embed-responsive { margin-bottom: 20px; }
.tab-content {
    padding: 50px 15px;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.custom-input-file {
    overflow: hidden;
    position: relative;
    width: 120px;
    height: 120px;
    background: #eee url('https://s3.amazonaws.com/uifaces/faces/twitter/walterstephanie/128.jpg');    
    background-size: 120px;
    border-radius: 120px;
}
input[type="file"]{
    z-index: 999;
    line-height: 0;
    font-size: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);-ms-filter: "alpha(opacity=0)";
    margin: 0;
    padding:0;
    left:0;
}
.uploadPhoto {
    position: absolute;
    top: 25%;
    left: 25%;
    display: none;
    width: 50%;
    height: 50%;
    color: #fff;    
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;    
    background-color: rgba(0,0,0,.3);
    border-radius: 50px;
    cursor: pointer;
}
.custom-input-file:hover .uploadPhoto { display: block; }

/*** 

====================================================================
   Blog Page Style
====================================================================

***/

.sidebar-page{
  position:relative;
}
.sidebar-page .single-blog-item .img-holder .categories{
  bottom: 40px
}
.blog-container{
  position:relative;
  padding:40px 0px 40px;
  margin-bottom: 20px;
}
.blog-post.style-two{
  padding:0px;
}
.sidebar-page .blog-post{
  position:relative;
  background:#ffffff;
  margin-bottom: 2px;
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
}

.sidebar-page .blog-post .post-header{
  position:relative;
  padding: 18px 0px 0px;
  background:#ffffff;
}

.sidebar-page .blog-post .post-header h2{
  position:relative;
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0px 8px;
  color: #222222;
}

.sidebar-page .blog-post .post-header h2 a{
  position:relative;
  display:block;
  color: #222222;
  transition:.5s;
}

.sidebar-page .blog-post .post-header a:hover{
  color: #83bf26;
  transition:.5s;
}
.sidebar-page .blog-post .post-header h4{
  color:#f9ad0a;
  font-size:14px;
  font-weight:500;
}
.sidebar-page .blog-post .post-info{
  position:relative;
  margin-bottom: 18px;
}

.sidebar-page .blog-post .post-info li{
  position:relative;
  display:inline-block;
  margin: 0px 25px 0px 0px;
  color: #848484;
  font-size: 14px;
  font-weight: 400;
}
.sidebar-page .blog-post .post-info li span{
}
.sidebar-page .blog-post .post-info li span:before{
  color:#83bf26;
  margin: 0;
  font-size: 14px;
}
.sidebar-page .blog-post .image-box{
  position:relative;  
}

.sidebar-page .blog-post .image-box .date{
  height: 60px;
  width: 70px;
  background: #83bf26;
  color: #fff;
  text-align: center;
  padding-top: 8px;
  position: absolute;
  top: 20px;
  left: 0px;
}
.sidebar-page .blog-post .image-box .date h5{
  font-size: 22px;
    font-weight: 700;
 
  
}
.sidebar-page .blog-post .image-box .date p{
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
  position:relative;
} 

.sidebar-page .blog-post .image-box img{
  position:relative;
  display:block;
  width:100%;
  height:auto;  
}
.sidebar-page .image-slider .owl-controls{
  margin:0px !important;  
}
.sidebar-page .image-slider .owl-nav .owl-prev{
  position:absolute;
  left:-5px;
  top:50%;
  margin-top:-25px;
  width:50px;
  height:50px;
  text-align:center;
  background:none !important;
  font-size:0px !important;
}

.sidebar-page .image-slider .owl-nav .owl-next{
  position:absolute;
  right:-5px;
  top:50%;
  margin-top:-25px;
  width:50px;
  height:50px;
  text-align:center;
  background:none !important;
  font-size:0px !important;
}

.sidebar-page .image-slider .owl-nav .owl-prev:after{
  content:'\f104';
  font-family:'FontAwesome';
  position:absolute;
  left:0px;
  top:0px;
  line-height:50px;
  display:block;
  font-size:32px;
  color:#ffffff;
  text-align:center;
  width:50px;
  height:50px;
  opacity:0.50;
  background:rgba(0,0,0,0.30);
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
}

.sidebar-page .image-slider .owl-nav .owl-next:after{
  content:'\f105';
  font-family:'FontAwesome';
  position:absolute;
  left:0px;
  top:0px;
  line-height:50px;
  display:block;
  font-size:32px;
  color:#ffffff;
  text-align:center;
  width:50px;
  height:50px;
  opacity:0.50;
  background:rgba(0,0,0,0.30);
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
}

.sidebar-page .image-slider .owl-nav .owl-prev:hover:after,
.sidebar-page .image-slider .owl-nav .owl-next:hover:after{
  background:#f9ad0a;
  opacity:1;
}

.sidebar-page .image-slider .owl-dots{
  display:none !important;  
}

.sidebar-page .blog-post .post-desc{
  position:relative;
  padding: 20px 0px;
  background:#ffffff;
  border-top: 1px solid #ededed;
}

.sidebar-page .blog-post .text{
  position:relative;
  margin-bottom: 33px;
  color: #848484;
}
.sidebar-page .blog-post .text.style-two{
  margin-bottom: 10px;
}
.sidebar-page .blog-post .post-header .post-options{
  position:relative;
  float:right;  
}
.sidebar-page .blog-post .post-header .post-options a{
  position:relative;
  display:inline-block;
  font-size:18px;
  display:inline-block;
  margin-left:10px;
  color:#777777;  
}

.sidebar-page .blog-post .post-header .post-options a:hover{
  color:#00bff5;  
}

.news-post blockquote{
  position:relative;
  margin-left: 54px;
  padding: 0px 20px 0px 26px;
  line-height:2em;
  font-size: 14px;
  color: #848484;
  font-style: italic;
  border-left: 2px solid #e7e7e7;
}
.news-post .quate{
  position:absolute;
  top: 24px;
  left: -50px;
  font-size: 30px;
  color: #83bf26;
}
.sidebar-page .blog-detail .post-desc h2{
  font-size:20px;
  margin-bottom:22px;
  color:#1a1a1a;  
}

.sidebar-page .blog-detail .post-desc h3{
  font-size:18px;
  margin-bottom:10px;
  color:#1a1a1a;  
}

.sidebar-page .blog-detail h4{
  font-size:16px;
  margin-bottom:20px; 
}

.check-list li .fa{
  position:relative;
  color:#cbda37;  
}

.remove-list li .fa{
  position:relative;
  color:#ff0000;  
}

.sidebar-page .blog-detail .post-tags{
  position:relative;
  padding:15px;
  font-size:16px;
  background:#f5f5f5;
  color:#999999;
  margin-bottom:50px;
}

.sidebar-page .blog-detail .post-tags a{
  position:relative;
  color:#777777;
  font-size:15px;
}

.sidebar-page .blog-detail .post-tags a:hover{
  color:#f7a34a;  
}

.sidebar-page .post-author{
  position:relative;
  background:#ccedf9;
  padding:25px;
  color:#555555;
  border-bottom:3px solid #f7a34a;
  margin-bottom:50px; 
}

.sidebar-page .post-author:before{
  content:'';
  position:absolute;
  left:50px;
  top:-28px;
  border:15px solid transparent;
  border-bottom-color:#ccedf9;
}

.sidebar-page .post-author .inner-box{
  position:relative;
  padding:15px 0px 0px 100px;
  min-height:80px;
}

.sidebar-page .post-author .inner-box .author-thumb{
  position:absolute;
  left:0px;
  top:10px;
  width:80px;
  height:80px;
  border:2px solid transparent;
  box-shadow:0px 0px 2px 0px #f7a34a;
  -moz-box-shadow:0px 0px 2px 0px #f7a34a;
  -ms-box-shadow:0px 0px 2px 0px #f7a34a;
  -o-box-shadow:0px 0px 2px 0px #f7a34a;
  -webkit-box-shadow:0px 0px 2px 0px #f7a34a;
  border-radius:50%;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  -moz-border-radius:50%; 
}

.sidebar-page .post-author .inner-box .author-thumb img{
  display:block;
  width:76px; 
}

.sidebar-page .post-author h4{
  margin-bottom:10px;
  color:#1a1a1a;  
}

.sidebar-page .post-author h4 .author-occ{
  position:relative;
  left:10px;
  padding:5px 10px;
  font-size:10px;
  background:#f7a34a;
  border-radius:5px;
  color:#ffffff;
}
.leave-comment .section-title{
    margin-bottom: 20px;
}
.leave-comment .section-title h3{
  position: relative;
  display: block;
  margin: 67px 0px 25px;
  color: #222222;
  transition: .5s;
  font-size: 20px;
  font-weight: 500;
}
.sidebar-page .form-control:focus{
  border-color:#83bf26;
}
/*======== comments ==========*/



.news-details .comments .comment {
  margin-top: 50px;
}

.news-details .comments .comment-reply {
  margin-top: 30px;
  background: #f8f9f9;
  padding: 20px 30px;
  margin-left: 62px;
}

.news-details .comments .article .author-pic {
    width: 10%;
    float: left;
}
.news-details .comments .article .author-pic img{
  max-width: 50px
}
.news-details .comments .article .details {
    width: 90%;
    float: left;
}
.news-details .comments .article .author-meta {
    overflow: hidden;
    margin-bottom: 5px;
}
.news-details .comments .article .author-meta > div {
    display: inline-block;
}
.news-details .comments .article h4 {
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    color: #000;
}
.news-details .comments .article .author-meta > div:last-child {
    font-size: 13px;
    color: gray;
    padding-left: 5px;
}
.news-details .comments .article p {
    font-size: 14px;
    margin-bottom: 5px;
}
.news-details .comments .article .replay {
    border: 1px solid #d0d0d0;
    width: 95px;
    height: 32px;
    position: relative;
    border-radius: 20px;
    text-align: center;
    margin: 20px 0 0;
    transition: .5s ease;
}
.news-details .comments .article .replay:hover {
  background: #203364;
  border-color: 203364;
  transition: .5s ease;
}
.news-details .comments .article .replay button {
    height: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #203364;
    padding: 0;
    border: 0;
    display: inline-block;
    outline: 0;
    z-index: 10;
    transition: .5s ease;
}

.news-details .comments .article .replay:hover button {
  color: #fff;
  transition: .5s ease;
}

.news-details .all-comment a {
  color: #203364;
  font-size: 18px;
  margin-top: 45px;
}
.s-list{
  margin-top: 30px
}
.s-list li {
    margin-bottom: 10px;
    color: #777;
    font-size: 15px
}
.s-list span.fa {
    font-size: 16px;
    color: #83bf26;
    margin-right: 10px;
}

.question .content {
    position: absolute;
    left: 30px;
    bottom: 0px;
}
.question .content h3 {
    color: #fff;
    margin-bottom: 0px;
    line-height: 28px;
	font-size:24px;
}
.question .content .call {
    position: relative;
    padding: 7px 10px 5px 30px;
    background: #83bf26;
    margin-bottom: 20px;
    margin-left: -10px;
    margin-top: 10px;
}
.question .content .call i {
    position: absolute;
    left: 10px;
    top: 13px;
    font-size: 18px;
    color: #fff
}
.question .content .call h4 {
    line-height: 28px;
    color: #fff;
	font-size:18px;
	    margin: 0px;
    padding: 0px;
}
.question .img-box:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: .2;
}
.question {
    position: relative;
    margin-right: 40px;
    margin-top: 30px;
}
.question .img-box {
    position: relative;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.tag-share .icon ul li a {
    color: #3f3e3e;
}

.padding-bottom-100px {
    padding-bottom: 40px;
}
.padding-top-100px {
    padding-top: 40px;
}
.billing-content {
    padding: 24px 30px 30px 30px;
}
.contact-form-action .label-text {
    font-size: 13px;
    color: #2c2c51;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
}
.billing-content .contact-form-action .form-group {
    margin-bottom: 20px;
}
.contact-form-action .form-group {
    position: relative;
}
.billing-content .contact-form-action .form-control {
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
}
.contact-form-action .form-control {
    height: auto;
    line-height: inherit;
    padding: 15px 20px 15px 40px;
    font-size: 13px;
    color: #2c2c51;
    border: 1px solid rgba(128,137,150,0.3);
    resize: none;
    font-weight: 500;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.billing-form-item {
    border: 1px solid rgba(128,137,150,0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,0.01);
    -moz-box-shadow: 0 0 18px 0 rgba(0,0,0,0.01);
    box-shadow: 0 0 18px 0 rgba(0,0,0,0.01);
}
.billing-title-wrap {
    padding: 30px;
    border-bottom: 1px solid rgba(128,137,150,0.2);
}
.contact-form-action .form-group .form-icon {
    position: absolute;
    top: 18px;
    left: 7px;
    color: #797f87;
    font-size: 18px;
}
.contact-form-action .message-control {
    height: 160px;
}
.tip {
    display: inline-block;
    cursor: help;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
    background-color: #83bf26;
}
.select2{
	width:100% !important}
	.widget-title {
    font-size: 18px;
    color: #2c2c51;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
}
.title-shape {
    width: 45px;
    height: 4px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #83bf26;
    position: relative;
}
.title-shape:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 13px;
    width: 5px;
    height: 5px;
    background-color: #fff;
}
.upload-btn-box .jFiler-input {
    width: 170px;
    border: 0;
    background-color: transparent;
    height: auto;
    font-size: 14px;
    color: #797f87;
    font-weight: 500;
    display: none;
}
.jFiler-theme-default .jFiler-input-caption {
    display: block;
    float: left;
    height: 100%;
    padding-top: 5px;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.custom-checkbox {
    display: block;
    margin-bottom: 12px;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #fff;
    content: "Browse";
    background-color: #83bf26;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.theme-btn-1 {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 48px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #83bf26;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    
    display: inline-block;
    outline: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.color-box {
    padding: 20px 0px 0px 0px;
    border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: #fff url(../images/right-side-bg.png) no-repeat;
    background-position: 10px 0px;
}
/*
================================================
   about style
================================================
*/
.about{
  padding: 40px 0px 40px;
}
.about .item-list .item.clearfix{
    margin-top: 20px;
}
@media (max-width: 992px){
  .about .item .image-box img{
    margin-bottom: 30px
  }
  .about.more .item .image-box img{
    margin-top: 30px;
    margin-bottom: 0 !important
  }
}
.about .item-list .item .content-box{}
.about .item-list .item .content-box h4{
  font-family: 'Open Sans', sans-serif;
  font-size:18px;
  font-weight:400;
  color:#222222;
    line-height: 27px;
}
.about.about-2 .item-list .item.clearfix{
	margin-top: 20px
}
.about.about-2 .item-list .item .content-box p{
	padding-bottom: 30px;
    border-bottom: 0px solid #ededed;
}
.about .item-list .item .content-box p{
  max-width: 720px;
  color:#666666;
  margin-top: 26px;
  padding-bottom: 28px;
}
.about .item .image-box img{
  width:auto;
  max-width:100%;
}
.s-list{
  margin-top: 30px
}
.s-list li {
    margin-bottom: 10px;
    color: #333;
    font-size: 14px
}
.s-list span.fa {
    font-size: 16px;
    color: #83bf26;
    margin-right: 10px;
}
.about.style-two{
  padding-top:100px;
}
@media (max-width: 992px){
  .about .bity img{
    margin-top: 30px
  }
}

.about .about-links li{
    display:inline-block;
    margin: 30px 10px 0px 0px;
}
.about .about-links li a{
  letter-spacing:1px;
}
/*
------------------------------------------------
  Fact Counter 
------------------------------------------------
*/
.countup-section{
  background-position: top center !important
}
.countup-section.bg-image:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(rgba(131, 191, 38, 0.9),rgba(131, 191, 38, 0.9))
}
.countup-section .single_block {
    position: relative;
}
.countup-section .counter,
.countup-section span.count {
    font-weight: 700;
    padding-bottom: 8px;
    font-size: 40px;
    z-index: 555;
    color: #fff;
    display: inline-block;
}

@media (min-width: 768px) {
    .countup-section .counter,
    .countup-section span.count {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .countup-section .counter,
    .countup-section span.count {
        font-size: 50px;
    }
}
.countup-section .icon-box {
    margin: 0 auto 20px;
}
.countup-section .icon-box img {
    position: relative;
    max-width: 64px;
    margin-top: 9px;
}

@media (min-width: 768px) {
    .countup-section .single_block {
        margin: 0;
    }
}
@media (max-width: 768px) {
    .countup-section{
      padding: 80px 0
    }
    .countup-section .single_block {
        margin: 20px 0;
    }
}
.countup-section h3 {
    color: #ffffff;
    font-size: 18px;
    padding-top: 0px
}

/* 
=======================================================
  20. call-to-action styles 
=======================================================
*/

.promotion {
  padding: 40px 0
}
.promotion .inner_promotion{
  background: linear-gradient(rgb(0, 0, 0, 0.9),rgba(0, 0, 0, 0.9)),url(../images/bg-2.jpg);
  padding: 50px 30px 30px;
  background-size: cover;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.promotion .inner_promotion h2{
  color: #fff;
  position: relative;}
  
.promotion .inner_promotion h2:before{
   position: absolute;
    content: '';
    background: #fff;
    width: 50px;
    height: 3px;
    left: 0px;
    bottom: -15px;
}

.promotion .sec-title p {
    max-width: 650px;
    color: #fff;
    margin-top: 27px;
}
.promotion .inner_promotion span{
  font-size: 18px; 
  color: #fff;
  margin-right: 30px; 
  display: inline-block;
}
.promotion .inner_promotion span i{
  width: 45px; height: 45px; 
  font-size: 18px; 
  line-height: 45px; 
  border: 1px solid #fff; 
  border-radius: 50%; 
  margin-right: 15px
}
.promotion .inner_promotion strong{ 
  font-weight: bold; 
  margin-right: 40px;
}

.promotion .inner_promotion .button{
  display: inline-block;
}
.thm-btn.inverse:hover {
  color: #26cdff;
  border-color: #222
}
.promotion a.thm-btn {
    padding: 4px 24px;
    margin: 7px 0;
    background: #fff;
    color: #333;
    letter-spacing: 1px;
}

/*
===========================================================
  how-it-work
===========================================================
*/
.how-it-work{
	padding: 40px 0 0px
}
.how-it-work .how-one-container{
	margin-top:40px
}
.how-it-work .sec-title p {
    max-width: 650px;
    margin: 0 auto;
    color: #848484;
    margin-top: 20px;
}
.how-box-one {
    position: relative;
    padding: 40px 20px;
    margin-bottom: 0px;
    transition: all .3s;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.how-box-one:hover,
.how-box-one.active{
	box-shadow: 0 0 35px rgba(0,0,0,.1);
}
.how-box-one:after{
    content: '';
    position: absolute;
    top: 0;
    right: -100px;
    width: 200px;
    height: 120px;
    background: url(../images/arrow-big.png) center center no-repeat;
}
.how-box-one:last-child:after{
	display: none
}
@media (max-width:991px){
	.how-box-one:after{
		display: none
	}
}
.how-box-one .icon-box {
    position: relative;
    font-size: 32px;
    width: 64px;
    height: 64px;
    line-height: 80px;
    margin: 0 auto 30px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.how-box-one h4 {
    position: relative;
    line-height: 1.6em;
    text-transform: capitalize;
    margin-bottom: 7px;
    color: #222;
    font-weight: 500;
	padding:0px;
	margin:0px;
}
.how-box-one h4 a {
    color: #fff;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 0px;
}
.how-box-one .text {
    position: relative;
    line-height: 1.8em;
    padding: 0px ;
    color: #fff
}
.how-box-one h3 a {
    position: relative;
    color: #2a2a2a;
}
/*** 

====================================================================
	History Section
====================================================================

***/

.history-section{
	position:relative;
	padding:90px 0px;
}

.history-section .sec-title{
	margin-bottom:70px;
}

.history-section .history-carousel{
	position:relative;
}

.history-section .carousel-outer{
	position:relative;
}

.history-section .carousel-outer .thumbs-outer{
	position:relative;
	overflow:hidden;
}

.history-section .carousel-outer:before{
	position:absolute;
	content:'';
	left:15px;
	    top: 30px;
    width: 98%;
	height:1px;
	background-color:#e6e6e6;
}

.history-section .history-carousel .thumbs-carousel{
	position:static;
	max-width:180px;
	margin:0 auto;
	margin-bottom:40px;
}

.history-section .history-carousel .thumbs-carousel .owl-stage-outer{
	overflow:visible;
}

.history-section .history-carousel .thumbs-carousel .owl-item.active li{
	position:relative;
	color:#020e28;
	-webkit-transform:scale(1.4);
	-moz-transform:scale(1.4);
	-o-transform:scale(1.4);
	-ms-transform:scale(1.4);
	transform:scale(1.4);
}

.history-section .history-carousel .thumbs-carousel .owl-item.active li:before{
	display:none;
}

.history-section .history-carousel .thumbs-carousel li{
	position: relative;
    color: #100000;
    font-size: 30px;
    font-weight: 400;
    cursor: pointer;
    line-height: 1em;
    text-align: center;
    padding: 15px 20px;
    transition: all 0.3s ease;
    display: inline-block;
    background-color: #e4e4e4;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	
}

.history-section .history-carousel .thumbs-carousel .owl-nav{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:0px;
}

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	top:-5px;
	font-size:22px;
	color:#c4c4c4;
	font-weight:700;
	width:40px;
	display:inline-block;
	background-color: transparent;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-next{
	position:absolute;
	top:-5px;
	right:0px;
	left:auto;
	width:40px;
	text-align:right;
	font-size:22px;
	color:#c4c4c4;
	font-weight:700;
	display:inline-block;
		background-color: transparent;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-prev:hover,
.history-section .history-carousel .thumbs-carousel .owl-nav .owl-next:hover{
	color:#83bf26;
}
.history-section .carousel-outer .content-slide {
    position: relative;
    width: 80%;
    margin: 0 auto;
}


.history-section .carousel-outer .content-carousel .owl-stage-outer{
	padding-top:60px;
}

.history-section .carousel-outer .content-slide .content-inner{
	position:relative;
	text-align:center;
	padding:45px 20px 45px;
	border: 1px solid #83bf26;
    background: #fff;
}

.history-section .carousel-outer .content-slide .content-inner:before{
	position:absolute;
	content:'';
	left:50%;
	top:-50px;
	margin-left:-80px;
	border-bottom: 50px solid #83bf26;
	border-left: 60px solid transparent;
}

.history-section .carousel-outer .content-slide .content-inner h3{
	position:relative;
	color:#000;
	font-size:20px;
	font-weight:500;
	line-height:1.4em;
	margin-bottom:5px;
}

.history-section .carousel-outer .content-slide .content-inner .date{
	position:relative;
	color:#83bf26;
	font-size:16px;
	margin-bottom:20px;
}

.history-section .carousel-outer .content-slide .content-inner .text{
	position:relative;
	   font-size: 14px;
    line-height: 28px;
    color: #333333;
	font-weight:400;
	max-width:980px;
	margin:0 auto;
}

.history-section .carousel-outer .content-carousel .owl-nav{
	position:absolute;
	left:0px;
	top:50%;;
	width:100%;
}

.history-section .carousel-outer .content-carousel .owl-nav .owl-prev{
	position:absolute;
	left:8%;
	width:42px;
	height:42px;
	color:#83bf26;
	line-height:35px;
	text-align:center;
	border-radius:50%;
	font-weight:700;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-box-shadow: 0px 2px 12px 0px rgba(68,68,68,0.5);
	-moz-box-shadow: 0px 2px 12px 0px rgba(68,68,68,0.5);
	box-shadow: 0px 2px 12px 0px rgba(68,68,68,0.5);
}

.history-section .carousel-outer .content-carousel .owl-nav .owl-next{
	position:absolute;
	right:8%;
	width:42px;
	height:42px;
	color:#83bf26;
	line-height:35px;
	text-align:center;
	border-radius:50%;
	font-weight:700;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-box-shadow: 0px 2px 12px 0px rgba(68,68,68,0.5);
	-moz-box-shadow: 0px 2px 12px 0px rgba(68,68,68,0.5);
	box-shadow: 0px 2px 12px 0px rgba(68,68,68,0.5);
}

.history-section .carousel-outer .content-carousel .owl-nav .owl-next:hover,
.history-section .carousel-outer .content-carousel .owl-nav .owl-prev:hover{
	color:#ffffff;
	background-color:#83bf26;
}
.about p{
    font-size: 14px;
    line-height: 28px;
    color: #333333;

}

.min-height{
	    min-height: 430px;
}
.modal-body .billing-title-wrap {
    padding: 10px;
    border-bottom: 1px solid rgba(128,137,150,0.2);
}
.modal-body .billing-content {
    padding: 10px;
}
.modal-body .contact-form-action .form-control {

    padding: 15px 20px 15px 40px;
}
.modal-header {
     border-bottom: 0px solid #dee2e6;
  
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-body .candidate-resume-wrap{
	margin-top:-25px;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
.mlspace {
	margin-left: 0px;
}
.footer-title-1 {
	margin-top: 20px;
	margin-bottom: 10px;
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 0rem;
}
.hidden{
	display:none !important;
}
.hidden-1{
	display:none;
}
.link {
    height: 40px;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
   
}
.navbar-brand {
    margin-right: 1rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-light .navbar-toggler {
    color: #fff;
    border-color: rgba(68, 4, 4, 0.1);
    background-color: #83bf26;
}
.navbar-brand img{
	width:70%;
}
.navbar-toggler {
    padding: .25rem .5rem;
}
.link-1{
	width:100%
}
.technology {
    padding: 50px 0px 0px 0px;
}
.technology h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    line-height: 30px;
    margin: 80px 0px 10px;
}
.technology p {
    color: #333;
}
.category {

    padding: 20px 0px 30px;
}
.category .owl-theme .owl-nav .owl-prev {
    float: left;
    margin-left: -10px!important;
}
.category .owl-theme .owl-nav .owl-next {
    float: right;
    margin-right: -10px!important;
}
.company {

    padding: 20px 0px 25px 0px;
}
.company h3 {

    margin: 0px 0px 0px;
}
.company h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0px 0px 5px;
}
.true-facts {

    padding: 20px 0px 30px 0px;
}
.true-facts .true-facts-box figure {
    margin-bottom: 20px;
}
.true-facts .true-facts-box .num {
    margin-top: 60px;
	font-size: 40px;
}
.true-facts .true-facts-box p {
    margin-bottom: 20px;
	padding-right: 0px;
}
.solutions-sectors .box .title {
    font-size: 16px;
    line-height: 20px;
}
.solutions-sectors .box .box-heading {
    height: 40px;
}
.solutions-sectors {
    padding: 20px 0px 30px;
}
.testimonials .owl-theme .owl-nav .owl-next {
    float: right;
    margin-right: -10px!important;
}
.testimonials .owl-theme .owl-nav .owl-prev {
    float: left;
    margin-left: -10px!important;
}
.testimonials {
    background-color: #f5f5f5;
    padding: 20px 0px 30px;
}
.heading h4 {
    font-size: 24px;
    margin: 5px 0px 20px;
 line-height: 30px;
    letter-spacing: 1px;
}
.clients {
    padding: 20px 0px 40px;
}
.clients .col-md-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.clients-logo {
    padding: 15px 15px;
}
.footer {
	padding: 30px 0 30px 0;
}
}

/* Small devices (landscape phones, 576px and up )*/
@media (min-width: 576px) and (max-width: 767px) {
.technology h4 {
	font-size: 18px;
	line-height: 26px;
	margin: 10px 0px 10px;
}
.technology p {
	font-size: 13px;
	line-height: 26px;
	color: #fff;
}
.mlspace {
	margin-left: 0px;
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 0rem;
}
#main-slide .slider-content {
    position: absolute;
    right: 0%;
    z-index: 999;
    top: 50px;
    color: #fff;
    max-width: 400px;
}
.heading h4 {
    font-size: 24px;
    margin: 5px 0px 20px;
 line-height: 30px;
    letter-spacing: 1px;
}
.navbar-brand {
    margin-right: 1rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-light .navbar-toggler {
    color: #fff;
    border-color: rgba(68, 4, 4, 0.1);
    background-color: #83bf26;
}
.navbar-brand img{
	width:70%;
}
.navbar-toggler {
    padding: .25rem .5rem;
}
.link-1{
	width:100%
}
.link {
    height: 40px;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
   
}
.category {

    padding: 20px 0px 30px;
}
.company {

    padding: 20px 0px 25px 0px;
}
.company h3 {

    margin: 0px 0px 0px;
}
.company h4 {
    font-size: 26px;
    line-height: 32px;
    margin: 0px 0px 5px;
}
.true-facts {

    padding: 20px 0px 30px 0px;
}
.true-facts .true-facts-box figure {
    margin-bottom: 20px;
}
.true-facts .true-facts-box .num {
    margin-top: 60px;
	font-size: 40px;
}
.true-facts .true-facts-box p {
    margin-bottom: 20px;
	padding-right: 0px;
}
.solutions-sectors {
    padding: 20px 0px 30px;
}
.solutions-sectors .box .title {
    font-size: 16px;
    line-height: 20px;
}
.solutions-sectors .box .box-heading {
    height: 40px;
	padding: 10px 25px 10px 25px;
}
.solutions-sectors .box .boxContent {
    padding: 15px;
}
.solutions-sectors .box .description {
  
    line-height: 21px;
}
.testimonials {
    background-color: #f5f5f5;
    padding: 20px 0px 30px;
}
.hidden{
	display:none !important;
}
.clients {
    padding: 20px 0px 40px;
}
.clients .col-md-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.clients-logo {
    padding: 15px 15px;
}
.p15 {
    padding: 0px 0px;
}
.footer {
	padding: 30px 0 30px 0;
}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/*** 

====================================================================
	Highlights Section
====================================================================

***/

.highlights-section{
	position:relative;
	padding:85px 0px 55px;
	background-color:#f4f4f4;
}

.highlights-section .image-layer{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	background-position: center top;
	background-repeat:no-repeat;
	background-size:cover;
}


.highlights-section .content-column{
	position:relative;
}

.highlights-section .content-column .inner-column{
	position:relative;
}

.hightlight-block{
	position:relative;
	margin-bottom:30px;
}

.hightlight-block .hightlight-inner{
	position:relative;
	padding:32px 0px 28px;
	text-align:center;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.hightlight-block .hightlight-inner .icon-box{
	position:relative;
	line-height:1em;
	color:#cbcbcb;
	font-size:50px;
	margin-bottom:12px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.hightlight-block .hightlight-inner h3{
	position:relative;
	font-size:16px;
	font-weight:600;
	color:#0f1341;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.hightlight-block .hightlight-inner .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
}

.hightlight-block .hightlight-inner:hover{
	background-color:#305fac;
}

.hightlight-block .hightlight-inner:hover h3,
.hightlight-block .hightlight-inner:hover .icon-box{
	color:#ffffff;
}

.highlights-section .services-column{
	position:relative;
}

.highlights-section .services-column .inner-column{
	position:relative;
    padding: 20px;
    border: 1px solid #f2f2f2;
	background:#ffffff url(../images/pattern-1.png);
	background-position: left bottom;
	background-repeat:repeat-x;
	min-height: 340px;
}

.highlights-section .services-column .inner-column .upper-box{
	position:relative;
	padding-left:60px;
	padding-top:8px;
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:1px solid #f2f2f2;
}

.highlights-section .services-column .inner-column .upper-box .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#83bf26;
	font-size:40px;
	line-height:1em;
}

.highlights-section .services-column .inner-column .upper-box h2{
	position:relative;
	color:#333;
	font-size:22px;
	font-weight:500;
	text-transform:uppercase;
}

.highlights-section .services-column .inner-column .text{
	position:relative;
	font-size: 14px;
    line-height: 24px;
    color: #333333;
	margin-bottom:50px;
}

.highlights-section .services-column .inner-column .services{
	position:relative;
	color:#020e28;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.highlights-section .services-column .inner-column .services .icon{
	margin-left:4px;
}

.highlights-section .services-column .inner-column .services:hover{
	color:#305fac;
}
.dropdown-menu {
    margin-top: 0;
}
.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin:0 20px;
    border-width: 0;
}
.dropdown-menu .dropdown .dropdown-menu.left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
	background: #83bf26;
	color: #fff;
}
.dropdown-menu > li.show > a{
	color: white;
}

@media (min-width: 768px) {
    .dropdown-menu .dropdown .dropdown-menu {
        margin:0;
        border-width: 1px;
    }
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 23px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 15px;
}
.product-page{ padding: 20px 0 50px 0;  background:#fcfcfc}
.product-page .product-single {background: #fff;border-radius: 4px; border: 1px solid #e5e9ea; padding: 10px 0; margin-top:15px; margin-bottom:15px; position:relative}
.product-page .product-single:after{ position:absolute; width:260px; height:33px; background:url(../images/ellipse.png) no-repeat center bottom; bottom:-33px; content:""}
.product-page .product-single:hover {box-shadow: 12.5px 21.651px 49px 0px rgba( 58, 74, 88, .10 );}
.product-page .product-thumb{padding: 10px 10px 20px 10px;text-align: center;min-height: 242px;}
.product-page .product-thumb img { }
.product-page .product-info h5{ font-weight: 600;color:#333;margin-bottom: 2px;font-size: 17px;letter-spacing: -0.5px;}
.product-page .product-info h5 a{color:#333;}
.product-page .product-info small{color: #828282;font-size: 12px; line-height: 15px; display: block;}
.product-page .product-info {border: 1px solid #f2f2f2;border-left: 0;  border-right: 0;  border-bottom: 0;padding: 10px 15px; }
.product-page .product-info p{color: #616060; margin-bottom: 2px; font-weight:600}
.product-page .box{ margin:15px 0 15px 0}
.product-page .sku-cod{ color:#797979; font-weight:700; font-size:13px}
.product-page .price{ color:#444444; font-size:18px; font-weight:700;text-align: right;display: block;}
.view_details{ background:#83bf26; padding:10px; display: block; color:#fff; text-align:center; font-size:14px; font-weight:700;letter-spacing:-0.5px}
.view_details:hover{color:#fff;background-color: #006938;}
.align-items-center { -ms-flex-align: center!important;align-items: center!important;}
.d-flex {display: -ms-flexbox!important;display: flex!important;}
.red{ color:#da251c;font-weight: 600;}
.fa-caret-right{font-size: 23px;padding-left: 5px;vertical-align: sub;}
/*-----------------artistworks details----------------*/



.artwork-details{padding: 40px 0}

.artwork-details .gallerwrap { background: #fff;
    border-radius: 4px;
    border: 1px solid #e5e9ea;
    padding: 10px;
    margin-bottom: 20px;}
.show{width: 100%;height: 100%; }
#show-img { margin: 0 auto;text-align: center;display: block;}
.small-img{width: 90%; height: 70px;margin-top: 10px;position: relative;left: 25px;}
.small-img .icon-left, .small-img .icon-right{ width: 12px;height: 24px;cursor: pointer;position: absolute;top: 0;bottom: 0;margin: auto 0;}
.small-img .icon-left{ transform: rotate(180deg)}
.small-img .icon-right{ right: 0;}
.small-img .icon-left:hover, .small-img .icon-right:hover{ opacity: .5;}
.small-container{width: 100%;height: 70px; overflow: hidden; position: absolute;left: 20px;right: 0; margin: 0 auto;}
.small-container .show-small-img{width: 70px;height: 70px;margin-right: 6px;cursor: pointer; float: left;}
.small-container .show-small-img:last-of-type{ margin-right: 0;}
#big-img{ z-index:99}    
.woocommerce .vingajoy-pd img, .woocommerce-page .vingajoy-pd img { max-width: initial !important;}


.ubproduct_detail .ubpro_title { margin-top: 0; margin-bottom: 5px; font-weight: 600; font-size: 22px; line-height: 30px;}
.ubproduct_detail .ubprodetrow{ margin-bottom: 5px;color: #666;}
.ubproduct_detail .ubprodetrow strong{font-weight: 700;color: #555;}
.ubproduct_detail .ubprodetrow span{font-weight: 400;}
.ubproduct_detail .ubprodetrow .ubsellingprc {font-size: 25px; font-weight: 900; letter-spacing: -.5px; }
.ubproduct_detail .ubpro_description{ padding:10px 0}
.ubproduct_detail .mb0{ margin-bottom:2px}