/*
*CSS Reset
*/


/*
*home page banner style
*/

section.home-banner {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 150px);
}
@media (max-width: 991px) {
	section.home-banner {
		height: calc(100vh - 140px);
	}
}
/*
.home-banner .colorbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.home-banner .colorbar img {
    width: 100%;
    display: block;
    height: 5px;
}
*/
.banner-img {
    position: absolute;
    width: 100%;
}
.banner-img img {
    position: relative;
    min-height: 878px;
    height: 100%;
}
/*.banner-img{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.banner-img img {
    width: 100%;
    height: 100%;
    min-height: 704px;
}*/
.banner-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.text-center.banner-btn {
    z-index: 3;
}
.caption-text {
    /*    background-image: url(../images/home-banner-colorbars.png);
            //display: inline-block;
            width: 100%;
            line-height: 0;
            //vertical-align: middle;
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: 50% 51%;*/
}
.caption-text h1 {
    font-size: 72px;
    line-height: 70px;
    font-weight: 500;
    letter-spacing: -1.8px;
    top: -24px;
    position: relative;
}
.caption-text h2 {
    font-size: 36px;
    line-height: 60px;
    font-weight: 300;
    letter-spacing: -0.9px;
    /*    margin-top: 13px; */
    top: -11px;
    position: relative;
}
.caption-text hr {
  color:#fff;
  width:85%;
  margin: 1em auto;
}
.caption-text p {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  margin: 1em auto;
  text-align: center;
}
.banner-btn {
    position: absolute;
    bottom: 333px;
    width: 100%;
}
.mouse-down {
    position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
    z-index: 3;
}
.home-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.10);
    /* down from 40% */
    z-index: 2;
    top: 0;
    left: 0;
}
/*
*navigation style
*/
.header-wrapper {
    width: 100%;
    padding: 0px 0;
    background: #fff;
    height: 101px;
    border-bottom: 1px solid #d5d5d5;
    z-index:99;
    position: relative;
}
/*
.home .colorbar {
    width: 100%;
    visibility: hidden
}
.home .fixed .colorbar {
    display: block;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}
*/
.header-wrapper .colorbar {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}
.fixed .colorbar {
    display: block;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}
.header-wrapper .colorbar img {
    width: 100%;
    height: 5px;
    float: left;
}
.header-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
    position: relative;
    background: #fff;
    height: 100%;
    padding-top: 5px;
}
.fixed .header-inner{
    border-bottom: 0;
}
.fixed {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
}
.header-inner .logo {
    /*width: 110px;*/
    width: 150px;
    text-align: right;
    /*top: auto;*/
    top: 50%;
    left: auto;
    /*padding-top: 28px;*/
    float: left;
    transform: translateY(-50%);
}
.header-inner .logo a {
    display: block;
}
.toggle {
    display: none;
}
.navigation-wrapper {
    float: right;
    max-width: 785px;
    width: 100%;
} 
.main-menu > ul > li {
    float: left;
    text-align: center;
    height: 96px;
    position: relative;
}
.main-menu > ul > li > a {
    line-height: 92px;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 17.5px;
    color: #000;
    display: inline;
}
.sub-menu {
    background: #000;
    position: absolute;
    z-index: 5;
    margin-top: 4px;
    display: none;
    padding: 5px 0px;
    left: 0;
    min-width: 210px;
}
.sub-menu li {
    float:none;
    height: auto;
    text-align: left;
    padding: 12px 10px 12px 26px;
}
.sub-menu li:last-child {
    margin-bottom: 0;
}
.sub-menu li a {
    line-height: 24px;
    font-weight: 700;
    // padding: 15px 30px;
    color: #fff;
    display: inline-block;
    font-size: 16px;

}
.sub-menu li:hover, .sub-menu li.active{
    background-color: #6CBD45;
}
.navigation-wrapper .search span {
    padding: 30px 0px;
    //width: 68px;
    text-align: center;
    float: right;
    position: relative;
    margin-right: 20px;
    margin-top: 6px;
    cursor: pointer;
}
.navigation-wrapper .search a {
    display: inline-block;
    float: left;
    padding: 5px 20px 5px 0;
    z-index: 1;
}
.search-box {
    //width: 250px;
    width: 170px;
    padding: 5px;
    right: 14px;
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 2;
    top:36px;
}
.search-input {
    padding: 5px;
    border: none;
    float: left;
    //width: 210px;
    width: 130px;
    font-size: 12px;
    color: black;
}
.go-btn {
    text-transform: capitalize;
    background-color: transparent;
    border: none;
    /*    background: url(../images/magnify-glass.png) no-repeat;
text-indent: -9999px; */
    width: 19px;
    height: 19px;
    float: left;
    cursor: pointer;
    font-size: 12px;
}
/*.white-bg{
    box-shadow: 1px -1px 4.641px 3.36px rgba(0, 0, 0, 0.05);
}*/
/*.sub-menu.black-bg{
    background: #000;
}*/

.mbl-link {
    display: none;
}
.login-btn {
    padding: 24px 17px;
    float: left;
    /*    width: 116px;*/
    width: auto
}
/*
*colored wrapper style
*/
.red {
    background: #ee2526;
}
.purple {
    background: #b951b9;
}
section {
    padding: 75px 0;
    float: left;
    width: 100%;
}
.colored h2 {
    color: #fff;
    position: relative;
    display: inline-block;
    padding-left: 70px;
    margin-top: 9px;
}
.colored h2:before {
    background: url(../images/shape-icon.png) no-repeat;
    content: ' ';
    position: absolute;
    width: 45px;
    height: 45px;
    left: 0px;
    top: -5px;
}
.right-buttons {
    float: right;
    margin-top: 3px;
}
.btn-clear {
    padding: 9px 18px;
    display:inline-block;
    border: 2px solid #fff;
    border-radius: 7px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background: rgba(255, 255, 255, 0.0);
    background: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0.0) 50%);
    //background: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0.0) 50%)\9\0;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.2s ease;

}
.btn-clear:hover {
    background-position:left bottom;
    color: #000;
    // background-color: rgba(255, 255, 255, 1) \9;
}
.btn-txt{
    display: inline-block;
}
.btn-black {
    border: 2px solid #000;
    color: #000;
    background: linear-gradient(to right, rgb(108,189,69) 50%, rgba(255, 255, 255, 0.0) 50%);
    background-size: 210% 200%;
    background-position: right bottom;
}
.btn-black:hover {
    background-position:left bottom;
    color: #fff;
    border: 2px solid #6cbe45;
}
.red .btn-clear:last-child {
    margin-left: 10px;
}
/*
*footer style
*/
.footer {
    padding: 72px 0 37px 0;
    background-color: #242424;
}
.social-wrap {
    width: 100%;
}
.social-wrap h3 {
    color: #fff;
    letter-spacing: -0.01em;
}
.text-center {
    text-align: center;
}
.social-inner {
    max-width: 760px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 56px;
    margin-top: 52px;
}
.social-box {
    float: left;
    width: 160px;
    text-align: center;
    margin: 0 15px;
}
.footer-menuwrap {
    border-top: 1px solid #67696e;
    padding-top: 34px;
    width: 100%;
    float: left;
}
.footer-menu {
    float: left;
}
.copyright {
    float: right;
}
.copyright {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-weight: 300;
}
.copy {
    color: #939598;
}
.term a {
    color: #fff;
    margin-left: 25px;
    font-weight: 300;
}
.footer-menu ul li {
    float: left;
    margin-right: 35px;
}
.footer-menu li a {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    line-height: 24px;
    font-weight: 300;
}
.no-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}
.no-padding-top {
    padding-top: 0px;
}
/*
style for full slider
*/
.slider-full {
    width: 100%;
    border-top:2px solid #fff;
}
.slider-full .owl-carousel .owl-item {
    float: left;
    max-height: 484px;
}
#slider-full .item .slider-image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: inherit;
}
.slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: inherit;
    z-index: 3;
}
.slider-outer {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    max-width: 532px;
}
.slide-inner {
    display: table-cell;
    vertical-align: top;
}
.slide-inner h3 {
    margin-bottom: 48px;
    color: #fff;
    margin-top: 70px;
    letter-spacing: -0.010em;
}
.slide-text {
    margin: 21px 0 28px;
}
.slide-text p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
.owl-theme .owl-controls {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
}
.owl-buttons {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-height: 450px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next {
    z-index: 2;
    position: absolute;
    left: 15px;
    top: 50%;
    overflow: hidden;
    width: 25px;
    height: 25px;
    text-indent: -999px;
    margin: 0;
    background: transparent url("../images/carousel-white-arrow-left.png") no-repeat;
    background-size: cover;
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 15px;
    margin: 0;
    left: auto;
    background: transparent url("../images/carousel-white-arrow-right.png") no-repeat;
    background-size: cover;
}
.owl-wrapper .slider-image img{
    display: block;
}
/*
style for fix small slider
*/
#slider-small {
    background: #6cbe45;
    padding: 50px 0px;
}
.slider-small .slider-outer {
    max-width: 1060px;
    width: 100%;
    padding: 0;
}
.slider-small .two {
    display: table-cell;
    vertical-align: middle;
}
.slider-small .cutomer-logo {
    text-align: center;
}
.slider-small h4 {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 900;
    text-transform: uppercase;
}
.slider-small .slide-text h2 {
    color: #fff;
    line-height: 40px;
    letter-spacing: -0.9px;
}
.slider-small .slide-text {
    margin: 9px 0 20px;
    max-width: 492px;
}
.slider-small .owl-theme .owl-controls .owl-buttons .owl-prev, .slider-small .owl-theme .owl-controls .owl-buttons .owl-next {
    width: 25px;
    height: 25px;
    background: transparent url("../images/carousel-grey-arrow-left.png") no-repeat;
    opacity: .5;
    left: 20px;
    z-index: 2;
    top: 47%;
    background-size: cover;
}
.slider-small .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 20px;
    left: auto;
    background: transparent url("../images/carousel-grey-arrow-right.png") no-repeat;
    background-size: cover;
}
.readmore {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    line-height: 22px;
    position: relative;
}
.readmore:after {
    background: url(../images/right-arrow.png) no-repeat;
    content: ' ';
    position: absolute;
    width: 17px;
    height: 17px;
    right: -27px;
    top: 2px;
}
/*
style for  hero slider with pagination
*/
section.hero {
    background: #fff;
}
.hero .owl-carousel {
    position: static;
}
.slidetop {
    max-width: 570px;
    margin: 0px auto 67px;
    width: 100%;
}
.slidetop .colorbar {
    margin-bottom: 38px;
}
.slidetop h2 {
    line-height: 24px;
}
.slidetop p {
    color: #fff;
    line-height: 22px;
    color: #5b5b5b;
    margin-top: 27px;
}
.hero .slider-outer {
    max-width: 930px;
    width: 100%;
    padding: 0 20px;
}
.hero .slidetext-right, .hero .slideimg-left {
    display: table-cell;
    vertical-align: middle;
}
.hero .slideimg-left {
    width: 65%;
    max-width: 628px;
    padding-right: 50px;
}
.hero .slideimg-left img {
    max-width: 580px;
}
.hero .slidetext-right {
    width: 35%;
    /* padding-left: 3%; */
    vertical-align: top;
    padding-top: 9%;
    max-width: 314px;
}
.hero .slide-text {
    margin: 16px 0 28px;
}
/*.hero h4 {
    color: #000;
    font-size: 18px;
    line-height: 24px;
}*/
.hero .slide-text p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    color: #5b5b5b;
}
.demo-btn {
    padding: 8px 17px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    background: rgb(108,189,69);
    border: 2px solid rgb(108,189,69);
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    font-weight: 700;
    /* Old browsers */
    background: linear-gradient(to right, #fff 50%, rgb(108,189,69) 50%);
    background-size: 220% 200%;
    background-position:right bottom;
    transition:all 0.2s ease;
}
.demo-btn:hover {
    background-position:left bottom;
    color: #000;
    border: 2px solid #000;
}
.login-btn .demo-btn {
    //width: 81px;
    width: 136px;
}
.slider-outer .demo-btn {
    width: 163px;
}
.hero .owl-theme .owl-controls .owl-buttons .owl-prev, .hero .owl-theme .owl-controls .owl-buttons .owl-next,
.creative .owl-theme .owl-controls .owl-buttons .owl-prev, .creative .owl-theme .owl-controls .owl-buttons .owl-next{
    width: 25px;
    height: 25px;
    background: transparent url("../images/carousel-grey-arrow-left.png") no-repeat;
    left: 15px;
    z-index: 2;
    top:49%;
    background-size: cover;
}
.hero .owl-theme .owl-controls .owl-buttons .owl-next, .creative .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 15px;
    left: auto;
    background: transparent url("../images/carousel-grey-arrow-right.png") no-repeat;
    background-size: cover;
}
.hero .owl-pagination, .creative .owl-pagination {
    z-index: 2;
    bottom: -26px;
    position: absolute;
    width: 100%;
}
.hero .owl-theme .owl-controls .owl-page span, .creative .owl-theme .owl-controls .owl-page span {
    background: #d5d5d5;
    width: 10px;
    height: 10px;
    margin: 7px 6px;
}
.hero .owl-theme .owl-controls .owl-page.active, .creative .owl-theme .owl-controls .owl-page.active {
    border: 1px solid #000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
}
.hero .owl-theme .owl-controls .owl-page.active span, .creative .owl-theme .owl-controls .owl-page.active span {
    background: #000;
    width: 10px;
    height: 10px;
    margin: 6px;
}
/*
style for  slider within container
*/
.slider-in-container .slider-outer {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    max-width: 625px;
}
.slider-in-container .slide-inner {
    display: table-cell;
    vertical-align: top;
}
.slider-in-container .slide-text {
    margin: 0;
}
.slider-in-container .slide-text h2 {
    color: #fff;
    line-height: 48px;
    margin: 5px 0 16px;
    letter-spacing: -0.025em;
}
.slider-in-container .slide-text h4 {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 130px;
    font-weight: 900;
}
.slider-in-container .owl-theme .owl-controls .owl-buttons .owl-prev, .slider-in-container .owl-theme .owl-controls .owl-buttons .owl-next {
    width: 25px;
    height: 25px;
    background: transparent url("../images/carousel-grey-arrow-left.png") no-repeat;
    left: 20px;
    z-index: 2;
    opacity: .5;
    background-size: cover;
}
.slider-in-container .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 20px;
    left: auto;
    background: transparent url("../images/carousel-grey-arrow-right.png") no-repeat;
    background-size: cover;
}

/* Fix slider height issue */

.slider-in-container .item {
    height: 450px;
}
.slider-in-container .item .slider-image{
    height: 100%;
}
.slider-in-container .item .slider-image img{
    max-width: inherit;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: inherit;
}

/*
style for  three box feature-resources
*/
.black-head h3 {
    color:#000;
}
.viewall {
    margin-top: 10px;
}
.viewall a {
    font-size: 18px;
    line-height: 22px;
    color: #6cbe45;
    font-weight: 700;
    padding-right: 27px;
    position: relative;
}
.viewall a:after {
    background: url(../images/green-arrow.png) no-repeat;
    content: ' ';
    position: absolute;
    width: 17px;
    height: 17px;
    right: 0px;
    top: 2px;
}
.three-colbox {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.box {
    float: left;
    width: 32.68%;
    max-height: 395px;
}
.page-id-73 .three-colbox, .page-parent .three-colbox{
    margin-top: 31px;
    margin-bottom: 40px;
}
/*.feature-resources .box:nth-child(2) {
    margin: 0 11px;
}*/
.three-colbox .box:nth-child(3n+2) {
    margin-left: 0.98%;
    margin-right: 0.98%;
}
.blog-group .three-colbox{
    margin: 0 auto;
}
.blog-group .three-colbox .box{
    margin-bottom: 50px;
}
.blog-group .three-colbox .box:nth-last-child(-n+4){
    //margin-bottom: 0px;
}
.blog-group .three-colbox .box.loop{
    margin-bottom: 100px;
    //margin-top: 100px;
}
.blog-group .three-colbox .box.loop p{
    max-height: 126px;
    overflow: hidden;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.blog-group .three-colbox .box.css-class:nth-child(-n+3){
    //margin-top: 0;
}
#entries section.no-padding:nth-child(1) .blog-group .three-colbox .box.css-class:nth-child(-n+3){
    margin-top: 0;
}
.wrapper section.no-padding:nth-child(2){
    margin-top: 50px;
}
.feature-resources .three-colbox .box-image {
    height: 258px;
}
.blog-group .three-colbox .box:nth-child(4n+4) {
    //clear: left;
}
.middlebox {
    margin: 0 11px;
}
.feature-resources .box-header {
    border-top: 5px solid #6cbe45;
    background: #fff;
    padding: 40px 20px 25px;
    //cursor: pointer;
    position: relative;
    z-index: 2;
    box-shadow: 0px 3px 5.641px 0.36px rgba(0, 0, 0, 0.1);
    max-height: 138px;
    width: 100%;
    height: 138px;
    min-height: 140px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.feature-resources .box-header.green:hover {
    margin-bottom: -20px;
    min-height: 160px;
}
.box-header h5 {
    color: #6cbe45;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: left;
}
.box-header span.post-date {
    color: #b2b4b2;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 500;
    // display: inline-block;
}
.box-header h4 {
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    text-align: left;
    height: 50px;
    overflow: hidden;
}
.hover-content {
    /*    position: absolute;
width: 32.70%;
background-color: #fff;
max-width: 392.3px;
z-index: 2;
width: 100%*/

    position: absolute;
    background-color: #fff;
    max-width: 392.3px;
    z-index: 2;
    width: 100%;
    left: 0;
    top: 133px;
    box-shadow: 0px 3px 3px 0.36px rgba(0, 0, 0, 0.1);
}
.hover-inner {
    display: none;
    padding: 0px 20px 30px;
}
.three-colbox .box p {
    color: #b2b4b2;
    line-height: 18px;
    text-align: left;
}
.box .r_more {
    color: #6cbe45;
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin-top: 8px;
}
.arrow-down {
    width: 0px;
    height: 0px;
    /*    border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #FFF;*/
    position: absolute;
    bottom: -11px;
    left: 23px;
    width: 23px;
    height: 11px;
    overflow: hidden;
    background: url(../images/caret-shadow.png) no-repeat;
}
/*.arrow-down:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: #fff;
    transform: rotate(45deg);
    top: -6px;
    left: 6px;
    box-shadow: 1px 1px 4.641px 3.36px rgba(0, 0, 0, 0.05);
}*/

.box-image {
    z-index: 1;
    position: relative;
    max-height: 257px;
    overflow: hidden;
}
.box-image img {
    /*    display: block;
        width: 100%;*/
}
.num-text {
    position: absolute;
    top: 20px;
    left: 20px;
}
.number {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    padding-left: 33px;
}
.number:before {
    background: url(../images/shape-short-icon.png) no-repeat;
    content: ' ';
    position: absolute;
    width: 28px;
    height: 28px;
    left: 0px;
}
.feature-resources .green {
    background: #6cbe45;
}
.feature-resources .green h5 {
    color: #fff;
}
.feature-resources .green span.post-date {
    color: #fff;
}
.feature-resources .green h4 {
    color: #fff;
}
.textbox-outer {
    background: #fff;
    padding: 50px 20px 30px;
    min-height: 258px;
    overflow: hidden;
    /*    height: 134px;
        max-height: 134px;*/
}
.text-inner {
    overflow: auto;
}
.feature-resources .green .arrow-down {
    background: url(../images/caret-green.png) no-repeat;
}
/*.green .arrow-down:after{
    background:  #6cbe45;
}*/
/*
feature-blog css
*/

.feature-blog .three-colbox {
    margin: 0;
    display: table;
}
.feature-blog .three-colbox .three {
    border-right: 2px solid #fff;
    background: #f3f3f3;
    display: table-cell;
    vertical-align: top;
    float: none;
}
.feature-blog .three-colbox .three:last-child {
    border-right: 0px;
}
.feature-blog .three-colbox .box-image {
    max-height: 267px;
    overflow: hidden;
    height: auto;
}
.feature-blog .three-colbox .box-image img {
    width: 100%;
}
.box-footer {
    background: #f3f3f3;
    border-top: 0;
    padding: 27px 50px 20px 20px;
    max-height: inherit;
    box-shadow: none;
    height: auto;
    width: auto;
}
.scrollToTop {
    width: 42px;
    height: 42px;
    text-align: center;
    text-decoration: none;
    text-indent: -9999px;
    position: fixed;
    bottom: 100px;
    right: 40px;
    background: url('../images/go-top.png') no-repeat;
    z-index: 11;
    background-position: 50%;
    background-color: rgba(0,0,0,0.1);
    padding: 3px 5px;
    border-radius: 50%;
}
.scrollToTop:hover {
    text-decoration:none;
}
/*
insight-blog css
*/
.insight-outer {
    width: 100%;
    float: left;
}
.insight-blog {
    max-width: 896px;
    width: 74.67%;
    padding-right: 16px;
}
.insight-blog .box {
    float: left;
    width: 45.5%;
    max-width: 400px;
}
.insight-blog .text-inside h3 {
    line-height: 30px;
}
.insight-blog .box-image {
    float: left;
    width: 54.5%;
    max-width: 480px;
    max-height: inherit;
}
.insight-blog .box-header {
    border-top: 0;
    padding: 25px 20px 26px;
    height: auto;
    width: auto;
    position: relative;
    box-shadow: 0px 3px 5.641px 0.36px rgba(0, 0, 0, 0.1);
}
.insight-blog .textbox-outer {
    padding: 27px 20px 20px;
}
.insight-sidebar {
    background: #fff;
    border-top: 5px solid #6cbe45;
    max-width: 304px;
    width: 25.33%;
    padding: 30px 15px 20px 20px;
}
.insight-inner {
    margin-bottom: 19px;
    width: 100%;
    float: left;
}
.insight-inner:last-child {
    margin-bottom: 0;
}
.insight-sidebar .go-btn, .ins-search .go-btn, .search-output .go-btn  {
    background: url(../images/magnify-glass.png) no-repeat;
    text-indent: -9999px;
}
.insight-sidebar .search {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
    display: block;
}
.insight-sidebar .search-input {
    padding-right: 15px;
    border-bottom: 1px solid #000;
    width: 85%;
    max-width: 225px;
    font-size: 18px;
    color: #000;
    /*    line-height: 24px;*/
    padding: 0;
    padding-bottom: 4px;
    font-weight: 700;
}
.filter-btn li {
    background: #cbcbcb;
    border-radius: 11px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 12px;
    padding: 0px 9px;
    text-align: center;
}
.filter-btn li a {
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    line-height: 23px;
}
.months ul {
    width: 50%;
}
.months li a {
    color: #6cbe45;
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 900;
}
.trending {
    margin-bottom: 30px;
}
.tags {
    margin-bottom: 15px;
}
.archive {
    margin-bottom: 30px;
}
.trending h4, .tags h4 {
    margin-bottom: 15px;
}
.archive h4 {
    margin-bottom: 12px;
}

::-webkit-input-placeholder {
    color: #000;
    font-family: museo-sans, sans-serif;
}
::-moz-placeholder {
    color: #000;
    font-family: museo-sans, sans-serif;
} /* firefox 19+ */
:-ms-input-placeholder {
    color: #000;
    font-family: museo-sans, sans-serif;
} /* ie */
input:-moz-placeholder {
    color: #000;
    font-family: museo-sans, sans-serif;
}
.insight-sidebar::-webkit-input-placeholder {
    color: #000;
    font-family: museo-sans, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.home_video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*
insight-blog-detail css
*/
.third-level-banner.blog-detail {
    height: 187px;
}
.blog-detail .third-level-banner h1.light-bold-text {
    padding-top: 6px;
    padding-bottom: 4px;
}
.blog-container .inner {
    padding-bottom: 58px;
    background: #fff;
    padding: 35px 15px 58px;
    text-align: center;
}
.single-post .blog-container .inner{
    padding-top: 25px;
}
.blog-container .inner h4 {
    margin-bottom: 14px;
    margin-top: 14px;
}
.blog-container h2 {
    line-height: 44px;
    margin-top: 13px;
    max-width: 985px;
    margin: 13px auto 0;
}
.blog-container .column {
    float: none;
    background: #fff;
}
.blog-container .date-banner .banner-back-img {
    width: 1400px;
}
.blog-col-outer {
    max-width: 1030px;
    margin: 0 auto;
    padding: 65px 30px 100px;
}
.insight-left, .press-release-left {
    width: 224px;
    padding-right: 55px;
}
.insight-right, .press-release-left , .press-release-right {
    max-width: 746px;
}
.insight-left h3,
.press-release-left h3 {
    font-weight: 700;
    line-height: 36px;
    font-size: 30px;
}
.insight-left h4,
.press-release-left h4 {
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
}
.insight-right h1, .press-release-right h1 {
    color: #818181;
    font-weight: 300;
    line-height: 48px;
    margin-top: 32px;
    font-size: 24px;
}
/*.insight-right p.sub-text{
    margin: 20px 0;
    line-height: 24px;
}
.insight-right p.first{
    margin: 0px 0 34px;
}*/
.insight-right > p:first-child, .press-release-right > p:first-child {
    line-height: 30px;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
}
.insight-right p, .press-release-right p {
    font-size: 18px;
    line-height: 24px;
    margin: 25px auto;
}
.insight-right img, .press-release-right img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0px auto;
}
.insight-right iframe, .press-release-right iframe {
    max-width: 745px;
    max-height: 417px;
    width: 100%;
    /*margin: 25px auto;*/
}
.insight-right .tags, .press-release-right .tags {
    margin-top: 25px;
}
.insight-right .tags h4, .press-release-right .tags h4 {
    font-weight: 300;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 0;
}
.blog-detail-section .insight-right .tags h4{
    font-weight: 900;
}
.insight-right .tags .filter-btn li, .press-release-right .tags .filter-btn {
    margin-bottom: 0;
}
.insight-right p a, .press-release-right p a,
.insight-right td a, .press-release-right td a {
    color: #6CBD45;
}
.press-release-right .list-content ul {
    list-style-type: square;
    margin: 0 0 1em 2.5em;
}
.press-release-right .list-content li {
    list-style-type: square;
    line-height: 24px;
}
.insight-box .two {
    float: left;
    position: relative;
    height: 139px;
    position: relative;
    background-color: #000;
}
.box-back-img {
    width: 600px;
    height: 139px;
}
.box-back-img img {
    width: 100%;
    height: auto;
}
.insight-box .box-outer {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
}
.insight-box .container {
    height: 100%;
}
.insight-box .inner {
    height: 139px;
    overflow: hidden;
    max-width: 490px;
    padding: 0 15px;
}
.insight-box .two:first-child .inner {
    padding-left: 44px;
}
.insight-box .two a {
    color: #fff;
    /*    vertical-align: top;
    display: table-cell;*/
    padding-top: 39px;
    display: inline-block;
}
.overlay-outer {
    position: fixed;
    top: 0px;
    left: 0;
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
    overflow: auto;
}
.overlay-inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 30px auto;
    max-width: 948px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0px 20px;
}
.overlay-whitepaper {
    width: 100%;
    max-height: 520px;
    position: relative;
    z-index: 11;
    height: 520px;
}
.left-side {
    padding: 44px;
    max-height: 520px;
    background: url(../images/overlay_left_bg.png) no-repeat;
    background-size: cover;
    height: 100%;
    float: left;
}
.left-side .left-inner {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 432px;
}
.right-side {
    padding: 59px 44px 44px;
    max-height: 520px;
    background: #fff;
    float: left;
    height: 100%;
}
.left-side h3 {
    font-size: 30px;
    font-weight: 500;
}
.left-side p:first-child {
    text-transform: uppercase;
    margin: 0;
}
.left-side p {
    margin-top: 20px;
    color: #fff;
}
.left-side h3 {
    color: #fff;
}
.right-side input[type=text], .right-side input[type=email], .right-side input[type=number] {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #9C9C9C;
    border: 0px none;
    border-bottom: 1px solid #333;
    font-family: "museo-sans", sans-serif;
    padding: 16px 0 5px;
    font-weight: 700;
}
.right-side input::-webkit-input-placeholder, .right-side textarea::-webkit-input-placeholder {
    color: #9C9C9C;
    font-family: museo-sans, sans-serif;
}
.right-side input::-moz-placeholder, .right-side textarea::-moz-placeholder {
    color: #9C9C9C;
    font-family: museo-sans, sans-serif;
} /* firefox 19+ */
.right-side input:-ms-input-placeholder, .right-side textarea:-ms-input-placeholder {
    color: #9C9C9C;
    font-family: museo-sans, sans-serif;
}
.right-side textarea {
    border: 0;
    padding: 15px 0 5px;
    border-bottom: 1px solid #333;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #9C9C9C;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    max-height: 165px;
    overflow-x: hidden;
    /*overflow-y: scroll;*/
}
.right-side p {
    font-weight: 300;
    margin-top: 28px;
    //float: left;
}
.right-side input[type=checkbox] {
    width: 17px;
    height: 17px;
    border: 1px solid #000;
    border-radius: 0;
    margin-right: 12px;
    margin-top: 4px;
}
.right-side .submit {
    border: 0;
    padding: 8px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    background: rgb(108,189,69);
    border: 2px solid rgb(108,189,69);
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    font-weight: 700;
    width: 163px;
    //float: right;
    //margin-top: 23px;
}
.overlay-close {
    width: 23px;
    height: 23px;
    background-color: #000;
    border-radius: 50%;
    border: 0;
    position: absolute;
    right: 28px;
    //top: 24px;
    padding: 0;
    margin-top: 24px;
}
.blog-btn {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}
.blog-pre, .blog-next {
    left: 38px;
    position: absolute;
    top: 53px;
}
.blog-next {
    right: 38px;
    left: auto;
}
/*
contact form style
*/
.contact-outer {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.contact-outer .right-side {
    float: none;
    max-height: inherit;
    height: auto;
}
.group-blog .wrapper{
    padding: 75px 0;
}
.wrapper .ins-categories{
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    float: left;
}
.load-more{
    background: transparent;
    color: #6cbe45;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    border: none;
    font-family: "museo-sans",sans-serif;
    position: relative;
    text-transform: capitalize;
    cursor: pointer;
    overflow: visible;
    padding-right: 30px;
}
.load-more:after{
    background: url(../images/green-arrow.png) no-repeat;
    content: ' ';
    position: absolute;
    width: 17px;
    height: 17px;
    right: 0px;
    top: 4px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
button:focus, textarea:focus {outline:0;}
/*section.search-output{
    text-align: inherit;
}
.search-output .search-input{
    width: 90%;
    border-bottom: 1px solid #333;
}
.search-output h3{
    margin: 30px 0;
}
.search-output li{
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}
.search-output li:before{
    position: absolute;
    content: '';
    background: url(../images/arrow_down.png) no-repeat;
    top: 5px;
    left: 0px;
    width: 10px;
    height: 10px;
    background-size: 100%;
}
.search-output li a{
    color: rgb(108,189,69);
}

.pagination a{
    background-color: rgb(108,189,69);
    padding: 0 5px;
    color: #fff;
    border-radius: 3px;
    border: 1px solid rgb(108,189,69);
    margin-bottom: 5px;
    display: inline-block;
}
.pagination .dots{display: none;}
.pagination .current{
    color: #000;
    padding: 0 5px;
    border: 1px solid #000;
    border-radius: 3px;
}
.pagination a:hover{
    color: #000;
    padding: 0 5px;
    border: 1px solid #000;
    border-radius: 3px;
    background: #fff;
}*/
.category-menu{
    background: #6cbe45;
    padding: 20px 35px;
    text-align: center;
    max-width: 235px;
    position: absolute;
    right: 0;
    top: 65px;
    z-index: 9;
    display: none;
}
.category-menu li a{
    padding: 0;
    color: #fff;
    font-family: museo-sans, sans-serif;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
}
.category-menu:before{
    content: '';
    position: absolute;
    top: -1px;
    left: 45%;
    width: 23px;
    height: 11px;
    overflow: hidden;
    background: url(../images/caret-shadow.png) no-repeat;
}
.ins-categories > a.arrow-up:after{
    background: url(../images/green-arrow.png) no-repeat;
    content: ' ';
    position: absolute;
    width: 17px;
    height: 17px;
    right: 0px;
    top: 3px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}
.banner-back-img .banner-video{
    width: 100%;
}
.third-level-banner .banner-back-img img,.third-level-banner .banner-image img{
    display: none;
}
.video-poster img{
    display: none;
}
@media (max-width: 1230px) and (min-width: 992px) {
    .main-menu > ul > li > a {
        padding: 5px 12px;
    }
    .caption-text h1 {
        font-size: 62px;
        line-height: 50px;
    }
    .caption-text h2 {
        font-size: 32px;
        line-height: 50px;
    }
    .caption-text p {
      font-size: 28px;
      line-height: 32px;
    }
    .count-average .container .extra-lg > h1 {
        font-size: 80px;
        line-height: 60px;
    }
    .count-average .container .extra-lg > h1 span {
        //font-size: 80px;
        line-height: 60px;
    }
    /*    .feature-resources .box:nth-child(2) {
            margin: 0 9px;
        }*/
  
    .middlebox {
        margin: 0px 9px;
    }
    .textbox-outer {
        padding: 30px 20px;
        min-height: 134px;
    }
    .insight-blog .textbox-outer {
        padding: 20px;
        overflow: hidden;
    }
    .insight-blog .text-inside h3 {
        line-height: 28px;
        font-size: 20px;
    }
    .feature-resources .box-header {
        padding: 25px 20px;
    }
    .blog-col-outer {
        padding: 65px 15px 70px;
    }
    .insight-left {
        width: 186px;
    }
    .insight-box .two .inner {
        padding: 0 30px;
    }
    .blog-pre, .blog-next {
        left: 15px;
    }
    .blog-next {
        right: 15px;
        left: auto;
    }
    .slide-inner {
        vertical-align: middle;
    }
    .slide-inner h3 {
        margin-top: auto;
    }
    .slider-in-container .slide-inner {
        vertical-align: middle;
    }
    .slider-in-container .slide-text h4 {
        margin-top: auto;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .icon-contents .inner .four-col {
        width: 50%;
    }
    .footer-menu ul li {
        margin-right: 25px;
    }
    .term a {
        margin-left: 15px;
    }
    .caption-text h1 {
        font-size: 38px;
        line-height: 40px;
    }
    .caption-text h2 {
        font-size: 30px;
        line-height: 50px;
        margin-top: 0px;
    }
    .caption-text p {
      font-size: 24px;
      line-height: 30px;
    }
    /*    .main-menu li a{
            padding: 39px 10px;
        }
        .login-btn {
            width: 100px;
        }
        .search {
            width: 56px;
        }*/
    .footer-menu ul li {
        margin-right: 20px;
    }
    .social-inner {
        max-width: 700px;
        margin: 45px auto;
    }
    .social-box {
        width: 135px;
        margin: 0 20px;
    }
    .count-average .inner {
        padding-top: 54px;
        padding-bottom: 25px;
    }
    .count-average .container .extra-lg > h1 {
        font-size: 48px;
        line-height: 40px;
    }
    .count-average .container .extra-lg > h1 span {
        font-size: 48px;
        line-height: 40px;
    }
    /*    .feature-resources .box:nth-child(2) {
            margin: 0 7px;
        }*/

    .middlebox {
        margin: 0px 7px;
    }
    #slider-full .item .slider-image img {
        width: auto;
        max-height: 400px;
    }
    .slider-outer {
        max-width: 500px;
    }
    .slide-inner h3 {
        margin-bottom: 30px;
    }
    .feature-resources .box-header {
        padding: 15px;
        height: 125px;
    }
    .hover-content {
        top: 120px;
    }
    .hover-inner {
        padding: 0px 20px 10px;
    }
    .textbox-outer {
        padding: 20px;
        min-height: 148px;
    }
    .text-inner {
        overflow: auto;
    }
    .insight-blog .textbox-outer {
        padding: 20px;
        overflow: hidden;
    }
    .insight-blog .text-inside h3 {
        line-height: 24px;
        font-size: 18px;
    }
    .insight-sidebar {
        padding: 30px 15px 20px 15px;
    }
    .months li a {
        font-size: 12px;
    }
    .hero .slider-outer {
        padding: 0 40px;
    }
    .blog-col-outer {
        padding: 65px 15px 70px;
    }
    .insight-left {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 30px;
    }
    .insight-right {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .insight-left h3 {
        font-size: 24px;
    }
    .overlay-inner {
        max-width: 700px;
        display: block;
    }
    .overlay-whitepaper {
        display: block;
        vertical-align: inherit;
        height: 714px;
        max-height: inherit;
        //margin: 15% auto;
        //overflow-y: scroll;
    }
    .overlay-whitepaper .left-side, .right-side {
        float: none;
        width: 100%;
        padding: 25px;;
        height: 330px;
    }
    .right-side {
        height: 384px;
    }
    .left-side h3 {
        font-size: 24px;
    }
    .right-side input[type=text], .right-side input[type=email] {
        padding: 10px 0 5px;
    }
    .right-side textarea {
        max-height: 100px;
    }
    .overlay-close {
        top: -18px;
        right: -13px;
        margin: 0;
    }
    .insight-box .two:first-child .inner {
        padding-left: 30px;
    }
    .insight-box .two .inner {
        padding: 0 15px;
    }
    .blog-pre, .blog-next {
        left: 15px;
    }
    .blog-next {
        right: 15px;
        left: auto;
    }
    .slider-in-container .slide-inner {
        vertical-align: middle;
    }
    .slider-in-container .slide-text h4 {
        margin-top: auto;
    }
    .feature-resources .three-colbox .box-image {
        height: auto;
        max-height: 180px;
    }
    .feature-resources .three-colbox .box-image img {
        /*        width:auto;
                height: auto;
                display: block;*/
    }
    .feature-resources .box-header h4{
        height: 60px;
        overflow: hidden;
    }
    .home .red .btn-clear{
        display: inline-block;
    }
    .footer-menu {
        margin-bottom: 10px;
        width: 100%;
    }
    .footer-menu ul {
        max-width: 440px;
        margin: 0px auto;
        width: 100%;
    }
    .copyright {
        width: 100%;
        text-align: center;
    }
    .feature-blog .box-header h4{
        height: 60px;
        overflow: hidden;
    }
}
@media (max-width: 767px) and (min-width: 596px) {
    .feature-resources .box-header h4{
        height: 60px;
        overflow: hidden;
    }
    .caption-text h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .caption-text h2 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 0px;
    }
    .caption-text p {
      font-size: 20px;
      line-height: 24px;
    }
    .social-inner {
        max-width: 520px;
        margin: 35px auto;
    }
    .social-box {
        width: 60px;
        margin: 0 35px;
    }
    .count-average .inner {
        padding-top: 34px;
        padding-bottom: 25px;
        width: 100%;
    }
    .count-average .three {
        float: left;
    }
    .count-average .container .extra-lg > h1 {
        font-size: 38px;
        line-height: 40px;
    }
    .count-average .container .extra-lg > h1 span {
        font-size: 38px;
        line-height: 40px;
    }
    .feature-blog .three-colbox {
        max-width: 100%;
    }
    .box-footer {
        padding: 20px;
        height: auto;
    }
    .feature-blog .three:hover .box-footer{
        padding: 20px 20px 40px 20px;
    }
    .three-colbox {
        margin: 0 auto;
        max-width: 400px;
        float: none;
    }
    .insight-box >.container >.blog-btn{
        max-width: 730px;
    }
    .insight-box >.container >.two.column {
        width: 50%;
    }
    .box {
        float: left;
        width: 100%;
        max-height: inherit;
    }
    .box-image {
        max-height: inherit;
    }
    .box-image img {
        width: 100%;
    }
    .blog-group .three-colbox .box{
        margin-bottom: 20px;
    }
    .feature-resources .three-colbox .box-image{
        height: auto;
    }
    .blog-group .three-colbox .box:nth-child(3n+2){
        margin-top: 0;
    }
    .feature-resources .three-colbox .box-image img {
        width:100%;
        max-width: 100%;
        height: auto;
        display: block;
    }
    .hover-content {
        width: 100%;
        max-width: inherit;
    }
    /*    .feature-resources .box:nth-child(2) {
            margin: 20px 0px;
        }*/
    .three-colbox .box:nth-child(3n+2){
        margin: 20px 0px;
    }
    .middlebox {
        margin: 20px 0;
    }
    #slider-full .item .slider-image img {
        width: auto;
        max-height: 400px;
    }
    .slider-outer {
        width: 80%;
    }
    .slide-inner h3 {
        margin-bottom: 30px;
    }
    .insight-outer .insight-blog {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
        float: left;
    }
    .insight-blog .box-header {
        padding: 15px;
    }
    .insight-blog .text-inside h3 {
        line-height: 24px;
        font-size: 16px;
    }
    .insight-blog .textbox-outer {
        padding: 20px;
    }
    .insight-outer .insight-sidebar {
        float: left;
        max-width: inherit;
        width: 100%;
    }
    .months ul {
        float: left;
    }
    .insight-sidebar .search-input {
        max-width: inherit;
        width: 95%;
    }
    .blog-btn {
        max-width: 600px;
        margin: 0 auto;
    }
    .blog-pre, .blog-next {
        left: 10px;
        position: absolute;
        top: 130px;
    }
    .insight-box >.container >.blog-btn >.blog-next, .insight-box >.container >.blog-btn >.blog-pre{
        top: 53px;
    }
    .blog-next {
        right: 10px;
        left: auto;
    }
    .slider-in-container .slider-outer {
        max-width: 485px;
        width: 80%;
        margin: 0 auto;
    }
    .slider-in-container .slide-text h2 {
        line-height: 44px;
    }
}
@media (max-width: 595px) and (min-width: 481px) {
    .feature-resources .box-header h4{
        height: 60px;
        overflow: hidden;
    }
    .caption-text h1 {
        font-size: 34px;
        line-height: 40px;
        top: 0;
    }
    .caption-text h2 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 0px;
        top: 0;
    }
    .caption-text p {
      font-size: 18px;
      line-height: 22px;
    }
    .social-inner {
        max-width: 432px;
        margin: 25px auto;
    }
    .social-box {
        width: 42px;
        margin: 0 33px;
    }
    .hover-content {
        top: 83px;
    }
}
@media (max-width: 480px) {
    .feature-resources .box-header h4{
        height: 60px;
        overflow: hidden;
    }
    /*    .caption-text{
           background-position: 50% 45%;
        }*/
    .caption-text h1 {
        font-size: 28px;
        line-height: 30px;
        top: 0;
    }
    .caption-text h2 {
        font-size: 20px;
        line-height: 24px;
        margin-top: 0px;
        top: 0;
    }
    .caption-text p {
      font-size: 16px;
      line-height: 20px;
    }
    .social-inner {
        max-width: 272px;
        margin: 25px auto;
    }
    .social-box {
        width: 30px;
        margin: 0 19px;
    }
    .hover-content {
        top: 108px;
    }
    .right-side p {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .right-side p .submit {
        float: none;
    }
    .date-banner .banner-back-img{
        height: 400px;
    }
    .footer-menu ul li {
        margin-right: 0px;
        width: 100%;
    }
    .slider-full .slide-inner {
        vertical-align: middle;
    }
    .slide-inner h3 {
        margin-top: 25px;
    }
    .blog-group .box-header h4{
        height: 60px;
    }
}
@media (max-width: 767px) and (orientation:landscape) {
    .caption-text {
        background-position: 50% 60%;
    }
}
@media (max-width:767px) {
    .icon-contents .inner .four-col {
        width: 50%;
    }
    .footer-menu {
        margin-bottom: 10px;
        width: 100%;
    }
    .footer-menu ul {
        max-width: 360px;
        margin: 0px auto;
        width: 100%;
    }
    .footer-menu ul li {
        float: left;
        margin-right: 10px;
    }
    .footer-menu ul li:last-child {
        margin: 0;
    }
    .footer-menu ul li a{
        font-size: 13px;
    }
    .copyright {
        width: 100%;
    }
    .copy {
        width: 100%;
        display: inline-block;
    }
    .term {
        width: 100%;
        display: inline-block;
        margin-top: 10px;
    }
    .term a {
        margin: 0;
        padding: 0 5px;
    }
    .viewall {
        margin: 20px 0;
    }
    .home_video {
        /* display: none; */
    }
    .hero .slider-outer {
        padding: 0 30px;
    }
    .slider-small .slider-outer {
        padding: 0 20px;
    }
    .blog-col-outer {
        padding: 35px 15px 50px;
    }
    .insight-left {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 30px;
    }
    .insight-right {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .insight-left h3 {
        font-size: 20px;
    }
    .insight-right .tags h4 {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .insight-right .tags .filter-btn li {
        margin-bottom: 10px;
    }
    .box-back-img {
        width: 600px;
        height: 139px;
        margin: 0 auto;
    }
    .overlay-inner {
        max-width: 700px;
    }
    .overlay-whitepaper {
        height: auto;
        max-height: inherit;
    }
    .overlay-whitepaper .left-side, .right-side {
        float: none;
        width: 100%;
        padding: 15px;
        height: auto;
        max-height: inherit;
        /*overflow-y: scroll;*/
        overflow-x: hidden;
    }
    .left-side h3 {
        font-size: 18px;
    }
    .right-side input[type=text], .right-side input[type=email] {
        padding: 10px 0 5px;
    }
    .right-side textarea {
        max-height: 100px;
    }
    .overlay-close {
        top: -22px;
        right: -15px;
        margin: 0;
    }
    .slider-in-container .slide-inner {
        vertical-align: middle;
    }
    .slider-in-container .slide-text h4 {
        margin-top: auto;
    }
    .scrollToTop {
        bottom: 30px;
    }
    .blog-group .three-colbox .box.loop {
        margin-bottom: 70px;
    }
    .blog-group .three-colbox .box:nth-child(3n+4),.blog-group .three-colbox .box:nth-child(1) {
        margin-bottom: 20px;
    }
    .category-menu{
        top: 65px;
        left: 0;
    }
    .third-level-banner .banner-back-img img,.third-level-banner .banner-image img{
        display: block;
    }
    .video-poster img{
        display: block;
    }
}
@media (max-width:595px) {
    .three-colbox {
        margin: 0 auto;
        max-width: 480px;
        float: none;
    }
    .insight-box >.container >.two.column:nth-child(1) {
        margin-bottom: 5px;
    }
    .insight-box >.container >.two.column {
        width: 100%;
    }
    .insight-box >.container >.blog-btn >.blog-next {
        top: 195px;
    }
    .insight-box >.container >.blog-btn >.blog-pre {
        top: 50px;
    }
    .box {
        float: left;
        width: 100%;
        max-height: inherit;
    }
    .box-image {
        max-height: inherit;
    }
    .box-image img {
        width: 100%;
    }
    .hover-content {
        width: 100%;
        max-width: inherit;
    }
    /*    .feature-resources .box:nth-child(2) {
            margin: 20px 0px;
        }*/
    .three-colbox .box:nth-child(3n+2){
        margin: 20px 0px;
    }
    .middlebox {
        margin: 20px 0;
    }
    .count-average .inner {
        padding-top: 34px;
        padding-bottom: 0px;
        width: 100%;
        margin: 0 auto;
        max-width: 320px;
    }
    .three {
        width: 100%;
    }
    .icon-contents .inner .four-col {
        width: 100%;
    }
    .blog-group .three-colbox .box{
        margin-bottom: 20px;
    }
    .feature-resources .three-colbox .box-image{
        height: auto;
    }
    .blog-group .three-colbox .box:nth-child(3n+2){
        margin-top: 0;
    }
    .feature-resources .three-colbox .box-image img {
        width:100%;
        max-width: 100%;
        height: auto;
        display: block;
    }
    .count-average .three {
        margin-bottom: 20px;
    }
    .count-average .container .extra-lg > h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .count-average .container .extra-lg > h1 span {
        font-size: 34px;
        line-height: 40px;
    }
    .box-footer {
        padding: 20px;
    }
    .feature-blog .three:hover .box-footer{
        padding: 20px 20px 40px 20px;
    }
    .feature-blog .three-colbox {
        max-width: 100%;
        display: block;
        width: 100%;
    }
    .feature-blog .three-colbox .three {
        border-right: 0;
        border-bottom:  2px solid #fff;
        display: block;
    }
    .feature-blog .three-colbox .three:last-child {
        border: 0;
    }
    .feature-resources .box-header {
        padding: 20px;
        height: 115px;
    }
    #slider-full .item .slider-image img {
        width: auto;
        max-height: 400px;
    }
    .slider-outer {
        width: 80%;
    }
    .slide-inner h3 {
        margin-bottom: 30px;
    }
    .slider-in-container .slider-outer {
        max-width: 485px;
        width: 80%;
        margin: 0 auto;
    }
    .slider-in-container .slider-image img {
        max-width: inherit;
        max-height: inherit;
    }
    .slider-in-container .slide-text h2 {
        line-height: 30px;
    }
    .slider-in-container .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 5px;
    }
    .slider-in-container .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 5px;
    }
    .textbox-outer {
        padding: 25px 20px;
    }
    .insight-outer {
        float: none;
        max-width: 400px;
        margin: 0 auto;
    }
    .insight-outer .insight-blog {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
        float: left;
    }
    .insight-blog .box {
        float: left;
        width: 100%;
        max-width: inherit;
    }
    .insight-blog .box-header {
        padding: 15px;
    }
    .insight-blog .text-inside h3 {
        line-height: 24px;
        font-size: 16px;
    }
    .insight-blog .textbox-outer {
        padding: 20px;
    }
    .insight-blog .box-image {
        float: left;
        width: 100%;
        max-width: inherit;
    }
    .insight-outer .insight-sidebar {
        float: left;
        max-width: inherit;
        width: 100%;
    }
    .months ul {
        float: left;
    }
    .insight-sidebar .search-input {
        max-width: inherit;
        width: 90%;
    }
    .blog-pre, .blog-next {
        left: 10px;
        position: absolute;
        top: 130px;
    }
    .blog-next {
        right: 10px;
        left: auto;
    }
    .btn-clear:hover {
        background-position:right bottom;
        color:#fff;
    }
    .btn-black:hover{
        background-position:right bottom;
        color: #000;
        border: 2px solid #000;
    }
}
/*
for sub menu desktop
*/
@media (min-width:992px) {
    .main-menu > ul {
        display: block;
    }
    .main-menu li:hover .sub-menu {
        display: block;
    }
    .main-menu > ul > li:hover {
        background: url(../images/black_up_arrow.png) no-repeat center bottom;
    }
    .main-menu li.black_arrow:hover {
        background: url(../images/black_up_arrow.png) no-repeat center bottom;
    }
    .moveleft {
        /*         width: 65%; */
        position: absolute;
        right: 64px;
        //max-width: 705px;
        max-width: 760px;
    }
    .search-input {
        margin-right: 10px;
        border-bottom: 1px solid #333;
    }
    .main-menu > ul > li.active {
        background: url(../images/triangle.png) no-repeat center bottom;
    }
    .page-id-116 .main-menu li.active + li.active {
        background-image: none;
      }
}
@media (min-width:768px) {
    .home .banner-img img {
        display: block;
    }
}
@media screen\0 {
    .btn-clear {
        display: inline-table;
        background-size: 200.8% 100%;
    }
}
:root .btn-clear:hover, :root .demo-btn:hover {
    background:#fff\9;
}
:root .btn-black:hover{
    background: #6cbd45\9 !important;
    /*    color: #fff\9 !important;*/
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {

    .btn-clear{
        background-size: 200% 100%;
        display:inline-table;
    }
    .demo-btn {
        background-size: 300% 100%;
        min-width: 70px;
        display: inline-table;
    }
    @media (min-width:768px) and (max-width:991px){
        .home .red .btn-clear {
            display:inline-table;
        }
    }
}
/*::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
}*/
@-moz-document url-prefix() {
}
/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 736px)
and (orientation: landscape) {
    section.home-banner{
        height: 400px !important;
    }
    .banner-btn{
        bottom: 93px !important;
    }
}
/*
scroll parallax
*/
.scroll-slider{
    background: #fff;
    //z-index: 1;
}

.scroll-slider h3{
    font-weight: 500;
    color: #5b5b5b;
}
.scroll-slider .demo-btn{
    font-size: 16px;
    padding: 9px 37px;
}
/*.screen-animated {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}*/
.animated-screen {
    min-height: 100vh;
    padding: 60px 0px;
    position: relative;
    //z-index: 1;
}
.animated_image {
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.animated_content {
    min-height: 1px;
    padding: 0px 53px 0 0;
    position: relative;
}
.animated_content h4 {
    font-weight: 700;
}
.animated_content p {
    color: #5b5b5b;
    margin: 30px 0;
}
.extras {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.extras img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-600px);
    -ms-transform: translateX(-600px);
    transform: translateX(-600px);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
/*.animated-screen:nth-child(3) .extras img {
    -webkit-transform: translateX(-410px);
    -ms-transform: translateX(-410px);
    transform: translateX(-410px);
}*/
.show-extras .extras {
    opacity: 1;
}
.show-extras .extras img {
    top: calc(40% - 30px);
}
.animated-screen:nth-child(2) .extras img{
    transform: translateX(-436px);
    max-width: 200px;
}
.animated-screen:nth-child(2).show-extras .extras img{
    top: calc(42% - 0px);
    max-width: 200px;
}
.animated-screen:nth-child(4) .extras img{
    transform: translateX(-410px);
}
.animated-screen:nth-child(4).show-extras .extras img{
    top: calc(46% - 0px);
}
.animated-screen:nth-child(5) .extras img{
    transform: translateX(-595px);
    top: 63%;
}
.animated-screen:nth-child(5).show-extras .extras img{
    top: calc(57% - 0px);
}
.screen-animated {
    overflow: hidden;
}
.screen-scroll .extras {
    position: absolute;
}
.animated-screen > .inner-container {
    width: 100%;
    margin: 0px auto;
    max-width: 1230px;
    padding: 0 15px;
}
@media (min-width: 992px)  {
    .scroll-slider{
        padding: 0;
    }
    .screen-animated.screen-scroll .text{
        position: absolute;
        top: 101px;
        width: 100%;
        text-align: center;
        z-index: 9;
        padding-top: 15px;
    }
    .screen-animated .text{
        position: fixed;
        top: 101px;
        width: 100%;
        text-align: center;
        background: #fff;
        z-index: 9;
        padding-top: 15px;
        -webkit-box-shadow: 0px 46px 40px -12px rgba(255,255,255,1);
        -moz-box-shadow: 0px 46px 40px -12px rgba(255,255,255,1);
        box-shadow: 0px 46px 40px -12px rgba(255,255,255,1);
    }
    .scroll-slider .text-center{
        position: absolute;
        top: 101px;
        width: 100%;
        text-align: center;
    }
    .animated-screen {
        padding: 0;
    }
    .animated_image {
        // background-position: 25% 50%;
        //background-position: calc(50% - 210px) 75%;
        //background-position:calc(50% - 210px) calc(50% + 85px);
        background-position:calc(50% - 210px) calc(0% + 266px);
        //background-position-y: 266px;
        //background-size: 38%;
    }
    .animated_image {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        background-color: transparent;
        background-repeat: no-repeat;
        //background-position: 65px 50%;
        background-attachment: fixed !important;
        // background-size: 45%;
    }
    .animated_image img {
        display: none;
    }
    .animated_content {
        display: table;
        width: 35%;
        height: 100vh;
        float: right;
        z-index: 3;
        max-width: 403px;
    }

    .animated-screen:first-child .animated_content .center{
        vertical-align: middle;
    }
    .screen-scroll .animated_image {
        background-attachment: scroll !important;
        //background-size: 45%;
    }
    .animated-screen .animated_content .center {
        display: table-cell;
        /*vertical-align: top;*/
        vertical-align: middle;
        padding-bottom: 10%;
    }
    .animated_content .center.first {
        vertical-align: middle;
        padding-top: 10%;
    }
    .animated_content .center.last{
        vertical-align: middle;
    }
}

@media (max-width: 991px) {
    .screen-animated .text{
        position: relative;
        top: auto;
        width: 100%;
        text-align: center;
        background: #fff;
        z-index: 9;
    }
    .animated-screen{
        padding: 30px 0;
        min-height: 100%;
    }
    .animated_image {
        background-image: none !important;
    }
    .extras img {
        display: none;
    }
    .animated_content{
        padding:20px;
        text-align: center;
    }
    .animated_content p{
        margin: 10px 0;
    }
}


/*@media (max-width: 992px) {
    .animated-screen:nth-child(3) .extras img {
        -webkit-transform: translateX(200px);
        -ms-transform: translateX(200px);
        transform: translateX(200px);
    }
    .extras img {
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}*/
@media (max-width:1230px)and (min-width:992px){
    .animated_image{
        background-size: 50%;
        //background-position: calc(50% - 165px) 63%;
    }
    .animated_content{
        padding-right: 30px;
    }
    /*    .show-extras .extras img,.extras img{
            width: 34%;
        }
        .show-extras .extras img {
            top: calc(40% - 30px);
        }*/
    .animated-screen:nth-child(2) .extras img{
        transform: translateX(-350px);
        max-width: 150px;
    }
    .animated-screen:nth-child(2).show-extras .extras img{
        top: calc(40% - 0px);
        max-width: 150px;
    }
    .animated-screen:nth-child(4) .extras img{
        transform: translateX(-280px);
        width: 37%;
    }
    .animated-screen:nth-child(5) .extras img{
        transform: translateX(-485px);
        top: 65%;
    }
    .animated-screen:nth-child(5).show-extras .extras img{
        top: calc(59% - 30px);
        width: 32%;
    }
}
/*@media (max-width:991px)and (min-width:768px){
    .screen-animated.screen-scroll .text{
        top: 70px;
    }
    .screen-animated .text{
        top: 70px;
        padding-top: 15px;
    }
    .animated_image{
        background-size: 63%;
        background-position: calc(50% - 120px) 60%;
    }
    .animated_content{
        padding-right: 5px;
        width: 30%;
        max-width: 250px;
    }
        .show-extras .extras img,.extras img{
            width: 34%;
        }
        .show-extras .extras img {
            top: calc(40% - 30px);
        }
    .animated-screen:nth-child(2) .extras img{
        transform: translateX(-290px);
        max-width: 150px;
    }
    .animated-screen:nth-child(2).show-extras .extras img{
        top: calc(42% - 0px);
        max-width: 180px;
    }
    .animated-screen:nth-child(4) .extras img{
        transform: translateX(-230px);
        width: 45%;
        top: calc(49% - 0px)
    }
    .animated-screen:nth-child(5) .extras img{
        transform: translateX(10px);
        width: 35%;
        left: 0;
    }
    .animated-screen:nth-child(5).show-extras .extras img{
        top: calc(60% - 30px);
        width: 35%;
    }
}*/
@media (min-width:992px){
    @media ( max-height: 900px ) and (min-height:600px){
        .screen-scroll .animated_image{
            // background-size: 35%;
            background-position: calc(50% - 110px) 80%;
        }
        .animated_image {
            // background-size: 35%;
            background-position: calc(50% - 110px) 80%;
        }
        .extras img{
            max-width: 400px;
        }
        .show-extras .extras img{
            max-width: 400px;
        }
        .animated_content .center.first {
            vertical-align: middle;
            padding-top: 55%;
        }
        .animated-screen:nth-child(2) .extras img{
            transform: translateX(-310px);
            max-width: 150px;
        }
        .animated-screen:nth-child(2).show-extras .extras img{
            top: calc(43% - 0px);
            max-width: 150px;
        }
        .animated-screen:nth-child(4) .extras img{
            transform: translateX(-250px);
        }
        .animated-screen:nth-child(5) .extras img{
            transform: translateX(-395px);
        }
    }
    .animated-screen:nth-child(odd) {
        background: rgba(228, 228, 228, 0.33);
    }
    /*.animated-screen:first-child {
        background: #fff;
    }*/
    @media (max-height: 599px){
        .screen-animated .text {
            position: relative !important;
            top: 30px !important;
        }
    }
}

/*@media (max-width:1280px)and (min-width:800px){
    .screen-scroll .animated_image{
        background-size: 50%;
        background-position: calc(50% - 210px) 90%;
    }
    .animated_image {
        background-size: 50%;
        background-position: calc(50% - 210px) 90%;
    }
}
@media (max-width:1280px)and (min-width:800px) and (orientation:portrait){
    .screen-scroll .animated_image{
        background-size: 50%;
        background-position: calc(50% - 110px) 30%;
    }
    .animated_image {
        background-size: 50%;
        background-position: calc(50% - 110px) 30%;
    }
}*/
.velocity-animating{
    transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
}

.margin{
    margin-top: 100px;
}
@media (max-width:991px){
    .margin {
        margin-top: 70px;
    }
}