
/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */


/* ---- stats.js ---- */

.error {
    color: #f66a6d;
    font-size: 13px;
    font-weight: 300;
}
.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 814px;
  background-color: #446CB3;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
.text {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
	color: $text;
	max-width: 90%;
	padding: 2em 3em;
	background: rgba(0, 0, 0, 0.4);
	text-shadow: 0px 0px 2px #131415;
	font-family: 'Open Sans', sans-serif;
}

#nav-wrapper.menubgC .navbar-nav > li > a{
	
	color:#6FB24B;
	
}
#about {
    position: relative;
}
.gray {
    background: #f9f9f9	 none repeat scroll 0 0;
}

.section-space {
    padding: 80px 0 75px;
	background-color:#ffffff;
}
.no-gutters > [class^="col-"], .no-gutters > [class*=" col-"]{
	
	
	    padding-right: 0;
    padding-left: 0;
}
.vertical {
    float: right;
    font-family: mulibold;
    font-size: 18px;
    margin: 25% 20px 0;
    min-height: 60px;
    vertical-align: middle;
}
.whitebg {
    background: #fff none repeat scroll 0 0;
    margin-top: -45px;
    min-height: 290px;
    padding: 45px 40px 0 45px;
}
.headingfirst {
    font-size: 30px;
    margin-bottom: 13px;
    font-family: mulibold;
    padding-bottom: 15px;
	font-family:"Roboto",sans-serif;
}
#abouts {
    padding: 0!important;
    position: relative;
}
#abouts h2{
	
	font-size:35px;
	padding: 25px 5px;
	margin-bottom: 13px;
}
#abouts p{
	
	font-family:"Roboto",sans-serif;
	color:#000;
	font-size:20px;
	
	
}
#abouts ul{
	
	list-style-type:none;
}
#abouts li{
	
	font-family:"Roboto",sans-serif;
	color:#000;
	font-size:25px;
	text-decoration:none;
	
}
#abouts .headingfirst {
    font-size: 20px;
    margin-bottom: 13px;
    padding-bottom: 15px;
	font-family:"Roboto",sans-serif;
}
#abouts .vertical {
    float: right;
    font-family:"Roboto",sans-serif;
    font-size: 18px;
    margin: 75% 20px 0;
    min-height: 60px;
    vertical-align: middle;
}
a {
	
	color: #000000;
    text-decoration: none;
}

#owl-demo .owl-item div{
  padding:5px;
}
#owl-demo .owl-item img{
  display: block;
  width: 1170px;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
}
.item-owl {
    background-size: cover;
    background-position: center;
	
}
.banner-content {
    height: auto;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.banner-content{
	
	display=block;
}
.container .banner-inner{
	
	color:#fff;
	
}
.banner-content .banner-inner{
	
	padding-top: 35vh;
}

.banner-inner h1 {
    font-size: 60px;
    margin-left: -3px;
}
.banner-inner p {
    font-size: 20px;
    line-height: 26px;
	color:#fff;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.primary-btn-white {
    background: #ffffff;
    border: 2px solid #fff;
    text-transform: none;
    padding: 9px 35px;
    color: #000;
    transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
    z-index: 999;
}
.margin-max {
    margin-top: 50px !important;
}
.banner-inner .primary-btn-white {
    border: 2px solid #fff;
}
.primary-btn-white:hover {
    color: #ffffff;
    border-color: #76bf44!important;
	background-color:#76bf44;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.owl-nav, .owl-dots {
  margin: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}
.owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none
}
.owl-nav .disabled {
  opacity: .5;
  cursor: default
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  /* display: inline */
}
.owl-dots .owl-dot span {
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  /* -ms-transition: opacity 200ms ease; */
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}
.owl-dots .owl-dot.active span,  .owl-dots .owl-dot:hover span {
  background: #869791
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 40%;
    border-radius: 5px;
}
.icon {
    color: #6FB24B;
}
.icon {
    background:#7ab859 none repeat scroll 0 0;
    border: 1px solid #7ab859;
    border-radius: 100px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    font-size: 24px;
    height: 60px;
    left: 0;
    line-height: 56px;
    margin: -30px auto auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 60px;
}
.counter_feature {
    padding-top: 60px;
}

.section-padding {
    padding: 60px 0;
}
.single-project-complete {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}
.single-project-complete h2 {
    font-size: 45px;
    font-weight: 600;
}
.single-project-complete h3 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    margin-top: 0;
}
.nobor{
	
	    border-right: 0px;
}
.card{
	
	width:650px;
	background-color: #cdcdcd;
}

.contact {
    background: #ffffff;
padding: 50px 50px;
min-height:550px;

}
@media only screen and (max-width: 375px) {
.contact {
	width:360px!important;
    background: #ffffff;
    min-height:550px;
	padding:0px!important;

}
.card {
	
	width:360px!important;
	border-radius:unset!important;
	box-shadow:none!important;
	
}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
.contact {
	width:375px;
    background: #ffffff;
    min-height:550px;
	padding:0px!important;

}
.card {
	
	width:375px;
	border-radius:unset!important;
	box-shadow:none!important;
	
}

}

@media only screen and (min-device-width: 412px) and (max-device-width: 767px) {

.contact {
	width:350px!important;
    background: #ffffff;
    min-height:550px;
	padding:0px!important;

}
.card {
	
	width:412px!important;
	border-radius:unset!important;
	box-shadow:none!important;
	
}

}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
 
 .card {
	
	width:350px!important;
	background-color: #cdcdcd;
	
}
.contact {
	width:350px!important;
    background: #ffffff;
    min-height:550px;
	padding:15px!important;

}
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  
	  .card {
	
	width:450px;
	background-color: #cdcdcd;
	
}
	  
}


.card-body{
	padding:35px;
}
.form-group {
    margin-bottom: 3rem;
}
.contact input {
    background: #fff none repeat scroll 0 0;
    border-color: currentcolor currentcolor #eee;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-shadow: none!important;
    color: #333;
    height: 45px;
    padding: 10px;
	border: 1px solid #CFCFCF;
	border-radius:unset;
}
.contact .form-check-input {
    background: #fff none repeat scroll 0 0;
    border-color: currentcolor currentcolor #eee;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-shadow: none!important;
    color: #333;
    height: -webkit-fill-available;
    padding: 10px;
}
.contact textarea {
    background: #fff none repeat scroll 0 0;
    border-color: currentcolor currentcolor #eee;
    border-style: none none solid;
    border-width: 0 0 1px;
    border-radius: 3px;
    box-shadow: none!important;
    padding: 10px;
    color: #333;
    height: 120px;
	border: 1px solid #CFCFCF;
	overflow:hidden;
}
.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem!important;
    font-size: 15px;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: unset!important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

@media (min-width: 768px){
.col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
.btn-contact-bg {
    background: #6fb24b none repeat scroll 0 0 !important;
    border: 1px solid #6fb24b !important;
}
.btn-contact-bg {
    background: #6fb24b none repeat scroll 0 0 !important;
    border: 1px solid #6fb24b !important;
    color: #fff !important;
    font-family: montserrat,sans-serif;
    font-size: 14px;
    padding: 10px 30px !important;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
	border-radius:unset;
}

.btn-contact-bg:hover, .btn-contact-bg:focus {
    background: #6fb24b!important;
    border: 1px solid #6fb24b!important;
    color: #fff;
}
.btn:focus, .btn:hover {
   /* text-decoration: none;*/
}

/*          form page */




.about-sec{
	
	position:relative;
	
}
.sec-about{
	
	padding:80px 0 75px;
}


.about-sec .block{
	    min-height: 360px;
    background: #f6f6f6;
    padding: 0;
    font-size: 16px;
    text-align: left;
    position: relative;
	
}
.about-sec h3{
	background-color: #333333;
    padding: 25px 20px;
    color: #ffffff;
    margin-bottom: 0;
	text-align:center;
	
}
.about-sec .block .desc{
	
	padding-bottom: 0px;
}
.about-sec .block  p{
	    margin-bottom: 0;
    padding: 20px 20px;
	color:#000000;
}
.form-group input{
	

	background: #fff none repeat scroll 0 0;
    border-color: currentcolor currentcolor #eee;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-shadow: none!important;
    color: #333;
    height: 45px;
    padding: 10px;
    border: 1px solid #CFCFCF;
    border-radius: unset;
	overflow:hidden;
}

.form-group input[type=textarea]{
	
	overflow:hidden;
	
}
.section{
	display:block;
	}
.in-info {
    padding: 80px 0;
}

.in-content h4 {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #777
}

.in-content h2 {
   
    font-weight: 700;
    margin: 10px 0 20px;	
	font-size:30px;
	color:#666!important;
}

.in-content h2 span {
    color:#6FB14B;
}
.bg-gray {
    background-color: #f9f9f9;
}

.in-activity {
    padding: 80px 0 65px;
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
 .in-info {
        padding: 50px 0 30px;
    }
    .in-info .about-content,
    .in-video {
        padding: 15px 0 0;
    }
    .in-content h2 {
        margin: 0 0 10px;
        font-size: 24px;
        line-height: 34px;
    }
    .in-content h4 {
        font-size: 16px;
    }
    .in-activity {
        padding: 40px 0 50px;
    }
}

p {
    font-size: 14px;
    color: #777777;
    line-height: 24px;
}
.ul-font {
    font-size: 12px!important;
    line-height: 1.6;
	color: #606060;
	padding: 10px 0 0 15px;
	list-style-type: none;
    font-weight: 400;
}
@media only screen and (max-width: 1550px)
{
#jssor_1 h1 {
    font-size: 25px;
}
}

/*menu css */


#main-header {
    width: 100%;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #ececec;
    z-index: 5;
    transition: height .3s ease-out,-webkit-transform .3s ease-out;
    transition: height .3s ease-out,transform .3s ease-out;
    transition: height .3s ease-out,transform .3s ease-out,-webkit-transform .3s ease-out;
}

#main-header .flex-wrapper {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 120px;
    transition: height .3s ease-out;
}
#main-header .site-branding {
    margin-left: 0;
}

#header-search-form .site-title, #main-header .site-title {
    display: block;
    width: 100%;
    position: static;
}

/* banner */


@media (min-width: 1140px)
{
.banner {
    margin-top: 95px;
    height: calc(85vh - 95px);
}
}
.banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: calc(85vh - 115px);
    max-width: 1140px;
    margin-top: 75px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: center;
}
.banner:not(.r) h1, .banner:not(.r) h2, .banner:not(.r) p {
    opacity: 1;
	color:#000;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: opacity 1s,-webkit-transform 1s ease-out;
    transition: opacity 1s,-webkit-transform 1s ease-out;
    transition: opacity 1s,transform 1s ease-out;
    transition: opacity 1s,transform 1s ease-out,-webkit-transform 1s ease-out;
}
@media (min-width: 720px)
{
.banner h1+h2, .banner p {
    padding-right: 15px;
    padding-left: 15px;
}
}
.banner h1+h2, .banner p {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	text-align:center;
	font-size:18px;
}

@media (min-width: 1140px)
{
.homepage-features {
    padding-top: 150px;
}
}
@media (min-width: 720px)
{
.homepage-features {
    padding-top: 96px;
}
}
@media (min-width: 1440px)
{
.homepage-features {
    padding-right: 15px;
    padding-left: 15px;
}
}
@media (min-width: 1140px)
{
.homepage-features {
    padding-right: 15px;
    padding-left: 15px;
}
}
@media (min-width: 720px)
{
.homepage-features {
    padding-right: 15px;
    padding-left: 15px;
}
}
@media (min-width: 540px)
{
.homepage-features {
    padding-right: 15px;
    padding-left: 15px;
}
}

.homepage-features {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    padding-top: 48px;
    z-index: 10;
    background-color: #fff;
}

.homepage-feature {
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}

@media (min-width: 720px)
{
.homepage-feature[data-theme=left] .copy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
}

.homepage-feature[data-theme=left] .copy {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.homepage-feature .copy:not(.r) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: opacity 1s,-webkit-transform 1s ease-out;
    transition: opacity 1s,-webkit-transform 1s ease-out;
    transition: opacity 1s,transform 1s ease-out;
    transition: opacity 1s,transform 1s ease-out,-webkit-transform 1s ease-out;
}
1
.homepage-feature .copy {
    z-index: 2;
}
@media (min-width: 1140px)
{
.homepage-feature .copy, .homepage-feature .image {
    margin-bottom: 0;
}
}
@media (min-width: 720px)
{
.homepage-feature .copy, .homepage-feature .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media (min-width: 1440px)
{
.homepage-feature .copy, .homepage-feature .image {
    padding-right: 15px;
    padding-left: 15px;
}
}
@media (min-width: 1140px)
{
.homepage-feature .copy, .homepage-feature .image {
    padding-right: 15px;
    padding-left: 15px;
}
}
@media (min-width: 720px)
{
.homepage-feature .copy, .homepage-feature .image {
    padding-right: 15px;
    padding-left: 15px;
}
}
@media (min-width: 540px)
{
.homepage-feature .copy, .homepage-feature .image {
    padding-right: 15px;
    padding-left: 15px;
}
}

.homepage-feature .copy, .homepage-feature .image {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 48px;
}


@media (min-width: 720px)
{
.homepage-feature[data-client=quip] .copy h2 {
    margin-right: -35px;
}
}
@media (min-width: 540px)
{
h2 {
    font-size: 3.75rem;
}
}

h2 {
   
   
    font-weight: 600;
    line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
   
}
.homepage-feature .copy .logo+p {
    margin-bottom: 0;
}

p {	
	color:#000;
    margin-top: 0;
    margin-bottom: 1rem;
}
.in-content a{
	color:green;
	
}

