/*========================================================================
EXCLUSIVE ON themeforest.net
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Template Name   : Radley - One Page HTML Template
Author          : Ashok Prajapati
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Copyright (c) 2018 - Asok prajapati
========================================================================*/

/*=======================================================================
[Table of contents]
=========================================================================
[1] Loading
[2] Preset
[3] Buttons
[4] Header
[5] Banner
[6] Features
[7] Service
[8] Counter
[9] OurWork
[10] Team
[11] Testimonial
[12] Price Table
[13] Form Element
[14] Blog
[15] Footer
==========================================================================*/

/**==================== [1] Loading  ======================**/
/*4-26-19*/
/*top bar*/
h2 {
    color: #50b848 !important;
}

div#top_bar {
    font-weight: 600;
}

ul.dropdown-menu.show a,
ul.dropdown-menu a {
    font-size: 13px;
    font-weight: 600;
}

/*Inner pages title*/
.banner .full-screen.blog-title {
    padding-top: 0 !important;
}
/*Services
.col-lg-7 {

    flex: 50% !important;
    max-width: 50% !important;
}
.col-lg-5 {

    flex: 100% !important;
    max-width: 100% !important;
}*/

#loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 999999;
}
.load-circle:after,
.load-circle:before {
    content: '';
    background: #fff;
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0;
    transition: all 1s;
}
.load-circle:after {
    top: 0;
}
.load-circle:before {
    bottom: 0;
}
.load-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #e8e8e8;
    border-top: 2px solid #79923b;
    -webkit-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/**==================== [2] Preset  ======================**/
body {
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #585858;
    letter-spacing: .4px
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
    color: #333333;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.5px;
}
h1 span {
    color: #79923b;
}
.h1,
h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 2px;
}
.h2,
h2 {
    font-size: 38px
}
.h3,
h3 {
    font-size: 20px;
    font-weight: 600;
}
.h4,
h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.h5,
h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.h6,
h6 {
    font-size: 16px;
    font-weight: 600
}
.small-title {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}
a {
    text-decoration: none;
    color: #333333;
    transition: all 0.3s ease 0s;
}
a:hover {
    color: #79923b;
    text-decoration: none;
}
figure {
    margin: 0
}
b, strong {
    font-weight: 800
}
hr{
    border-color: rgba(0,0,0,0.05);
}
img {
    max-width: 100%;
    height: auto !important;
}

::-moz-selection {
    color: #fff;
    background: #79923b
}
::selection {
    color: #fff;
    background: #79923b
}
.section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.bg-grey {
    background-color: #f8f8f8;
}
.bg-primery {
    background-color: #79923b;
}
.bg-image {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-color: #000;
}
.bg-image::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(10, 27, 40, 0.8);
    opacity: 1;
    z-index: -1;
}
.full-screen {
    min-height: 100vh;
}
@media all and (-ms-high-contrast:none)
     {
     .full-screen  { height: 100vh; } /* IE10 */
     *::-ms-backdrop, .full-screen { height: 100vh; } /* IE11 */
     }
.text-white {
    color: #FFF;
}
.text-color-primary {
    color: #79923b;
}

.transition {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.text-lg {
     font-size: 17px;
     line-height: 1.7;
}

/**==================== [3] Buttons  ======================**/
.btn {
    border-radius:4px;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    letter-spacing: 0.5px;
    padding: 10px 28px;
    font-weight: 600;
    white-space: normal;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:focus, .btn:active, .btn:visited {
    outline: none !important;
    box-shadow: none !important;
}


.btn.btn-lg{
    font-size: 12px;
    line-height: 22px;
    padding: 14px 21px;

}

.btn-themes {
    border-width: 2px;
    color: #f8f9fa;
    background: #79923b;
}
.btn-themes:hover {
    color: #f8f9fa;
    background: transparent;
}

.btn-black {
    border:solid 2px #FFF;;
    color: #000;
    background: #FFF;
}
.btn-black:hover {
    color: #FFF;
    background: transparent;
}

.btn-lights {
    color:#FFF;
    border: solid 2px #FFF;
}
.btn-lights:hover {
    color: #FFF;
}



/**==================== [4] Header  ======================**/
header{
    background: #000;
}
.navbar-brand {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 28px;
    padding:0;
    text-transform: capitalize;
    color: #FFF;
}

.navbar-brand:hover{
    color: #FFF;
}
a.navbar-brand img {
    width: 190px;
    height: auto;
}
.header-navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: rgba(0,0,0,0.1);
    z-index: 150;
}

.header-navbar .navbar-nav>li {
    margin: 0 0 0 26px;
}
.header-navbar .navbar-nav .nav-link {
    cursor: pointer;
    border: 0;
    background: transparent;
    color: #FFF;
    font-weight: 600;
    font-size: 13px;
    padding: 40px 0;
    margin: 0;
    text-transform:uppercase;
    position: relative;
}
.header-navbar .navbar-nav .nav-link:before {
    content: '';
    display: inline-block;
    height: 3px;
    position: absolute;
    top: 0px;
    left: 50%;
    right: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-navbar .navbar-nav .nav-link:hover::before,
.header-navbar .navbar-nav .nav-link.active:before {
    opacity: 1;
    left:0;
    right: 0;
}

.header-navbar .navbar-nav:focus {
    outline: none;
}
.header-fixed .navbar-nav .nav-link{
    padding-top: 25px;
    padding-bottom: 25px;

}
.header-fixed{
    background: rgba(0,0,0,0.9);
}

.navbar-toggler {
    color: #fff;
    z-index: 1;
    position: relative;
    width: 30px;
    height: 20px;
}
.navbar-toggler i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: #FFF;
    opacity: 1;
    transition: background-color .35s, opacity 175ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 175ms cubic-bezier(.215, .61, .355, 1);
    transition: background-color .35s, transform 175ms cubic-bezier(.215, .61, .355, 1), opacity 175ms cubic-bezier(.215, .61, .355, 1);
    transition: background-color .35s, transform 175ms cubic-bezier(.215, .61, .355, 1), opacity 175ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 175ms cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0)
}
.navbar-toggler i:nth-child(1) {
    top: 0;
}
.navbar-toggler i:nth-child(2) {
    top: 8px;
}
.navbar-toggler i:nth-child(3) {
    top: 16px;
}
.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}
.navbar-toggler[aria-expanded="true"] i:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] i:nth-child(2) {
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] i:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}



/**==================== [5] Banner  ======================**/
.banner {
    position: relative;
    font-size: 16px;
    overflow: hidden;
}
.bannerimage{
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bannerafter{
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.bannerafter::after{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    background: rgba(11, 27, 39, 0.8);
}
.banner .full-screen  {
    padding-top:104px;
}
.banner h1 {
    font-size: 50px;
    margin-bottom: 20px;
}

.banner p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.60px;
    margin-bottom: 35px;
}
.banner .btn {
      margin: 0 8px;
}

.owl-nav {
    height: 0;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    background-color: #fff;
    transition: .33s;

}
.owl-next {
    right: 0px;
}
.owl-prev{
    left: 0;
}
.banner .owl-prev {
    transform: translateX(-100%);
}
.banner .owl-next {
    transform: translateX(100%);
}
.banner:hover .owl-prev, .banner:hover .owl-next {
    transform: translateX(0);
}

.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
}
.owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    background: transparent;
    margin: 0 10px;
    background: rgba(0, 0, 0, 0.3);
    transition: .33s;
}
.owl-dots .owl-dot.active {
    background: #79923b;
    border-color: #79923b;
}

/**==================== [6] Features  ======================**/
.features-wrapper {
    margin-bottom: 40px;
    padding-right: 5%;
}
.features-wrapper:last-child{
    margin-bottom: 0;
}
.features-wrapper h3 {
    margin-bottom: 10px;
}
.features-hero {
    background: #FFF;
    border: solid 5px #FFF;
    position: relative;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .05);
}
.features-hero::after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';

    /* background: rgba(10, 27, 40, 0.8); */
}
.features-hero .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    color: #FFF;
    font-size: 80px;
    z-index: 2;
    transform: rotate(0deg);
}
.features-hero .play-btn:hover{
    transform: rotate(120deg)
}
.features-hero img {
    width: 100%;
}
.features-icon-img {
    margin: 0 5px 0 0;
    font-size: 24px;
    background: #FFF;
    width: 38px;
    height: 38px;
    border-radius: 22px;
    line-height: 38px;
    text-align: center;
    color: #79923b;
    position: relative;
    z-index: 1;
}



/**==================== [7] Service  ======================**/
.ourservice-item {
    border:solid 1px #FFF;
    margin-bottom: 40px;
    padding: 40px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .05);
    text-align: center;
    z-index: 1;
}
.ourservice h4 {
    margin: 0 0 26px 0;
}
.ourservice-item:hover
{
    -webkit-transform: translate(0, -4px);
        -ms-transform: translate(0, -4px);
            transform: translate(0, -4px);
    box-shadow: rgba(45, 45, 45, .05) 0 2px 2px, rgba(49, 49, 49, .05) 0 4px 4px, rgba(42, 42, 42, .05) 0 8px 8px, rgba(32, 32, 32, .05) 0 16px 16px, rgba(49, 49, 49, .05) 0 32px 32px, rgba(35, 35, 35, .05) 0 64px 64px;
}

.ourservice-item:hover .text-color-primary{

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}


.service-icon {
    text-align: center;
    font-size: 56px;
    margin-top:10px;
    margin-bottom: 40px;
    line-height: 1;
    color: #c3c3c3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/**==================== [8] Counter  ======================**/
.counterbox p {
    margin: 0;
     font-weight: 500;
     font-family: 'Montserrat', sans-serif;
}
.counterbox .box {
    min-height: 100px;
    padding-bottom: 40px;
    transition: all .35s ease-in-out;
}

.counterbox h4 {
    font-size: 50px;
    margin: 0 0 0px;
    padding: 0;
    font-weight: 700;
}

.counterbox .box-container i {
    margin-bottom: 20px;
    text-align: center;
    font-size: 50px;
}

/**==================== [9] OurWork  ======================**/
.ourwork .card {
    border-width: 0;
    border-radius: 0;
    padding:0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
}
.ourwork .card-body {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
}
.ourwork .card .card-img-top {
    overflow: hidden;
    position: relative;
    border-radius: 0;
}
.ourwork .card .card-img-top img {
    border-radius: 0;
    flex-shrink: 0;
    min-width: 100%;
    transition: all .3s 0s;
}

.ourwork .btn-links {
    padding: 0;
    font-size: 24px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin: 0 5px;
    -webkit-transform: scale(0);
    transform: scale(0);
    color: #FFF;
    transition: all .3s 0s cubic-bezier(.6, -.28, .735, .045);

}

.ourwork .card:hover .btn-links:hover{
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.ourwork .card .card-img-top .card-cover {
    position: absolute;
    left:0;
    width: 100%;
    top: 110%;
    height: 100%;
    transition: all .35s ease-in-out;
    opacity: 0;
}
.ourwork .card:hover .btn-links {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .3s .1s cubic-bezier(.175, .885, .32, 1.275);
}
.ourwork .card .project-info {
    margin-bottom: 5px;
}
.ourwork .card .project-info h3{
    font-weight: 700;
}
.ourwork .card:hover .card-img-top .card-cover {
    opacity: 1;
    top: 0;
}

.ourwork .items {
    transition: all .35s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.ourwork .items.deactive {
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 0;
    height: 0;
    flex: 0;
    padding: 0;
    margin: 0;
}

/**==================== [10] Team  ======================**/
.team-item {
    position: relative;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .10);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-item .avatar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
}
.team-item img {
    border: none;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.team-item .team-info {
    position: absolute;
    left: 0;
    bottom: 10px;
    right: 0;
    z-index: 9;
    opacity: 1;
    transition: all .4s;
    visibility: visible;
    background: rgba(255, 255, 255, 0.8);
}
.team-item .team-info .socials {
    text-align: center;
    margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    transition: all .5s;
}
.team-item .team-info .socials li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.team-item .team-info .socials li:last-child {
    margin-right: 0;
}
.team-item .team-info .socials li a {
    display: block;
    margin: 0 2px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.team-item .team-info .socials li a:hover {
    color: #79923b;
}
.team-item .team-info .team-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
    padding-top: 18px;
    text-align: center;
}
.team-item .team-info .team-job {
    text-align: center;
    display: block;
    padding-bottom: 15px;
}
.team-item:hover .avatar:after {
    visibility: visible;
    opacity: 1;
}
.team-item:hover .team-info .socials {
    opacity: 1;
    bottom: 115%;
}
.team-item:hover .team-info {
    background: rgba(255, 255, 255, 1);
}


/**==================== [11] Testimonial  ======================**/
.testimonials {
    padding: 60px 50px;
    margin: 5px;
    background: #fff;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .05);
    position: relative;
}


.testimonials .testimonialImg {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto 40px;
    overflow: hidden;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
}
.testimonials p{
    margin: 0;
    padding: 0;
}
.testimonials p .fas {
    color: rgba(0,0,0,0.3);
    font-size: 24px; margin-right: 5px;
}
.testimonials .testimonialImg img {
    width: 100%;
}
.testimonials .clientinfo {
    padding: 25px 0 0;
    color: #333333;
    display: block;
    font-family: 'Montserrat', sans-serif;
}

.testimonials strong{ font-weight: 600;}

.testimonialsslider .owl-dots {
   position: relative;
   bottom: 0;
   padding-top: 30px;
}



/**==================== [12] Price Table  ======================**/
.price-table {
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    margin-bottom: 20px;
    border: 0;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    border-width: 0;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.price-table:hover {
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15)
}
.price-table .card-header {
    border-radius: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: 800;
    border-bottom: solid 1px #eee;
    background: #FFF;
}
.price-table .card-header h3{
    font-weight: 800;

    margin: 0;
}
.price-table .price {
    font-size: 46px;
    line-height: 1.2;
    padding:20px 0;
    font-weight: 900;
    color: #333;
    border-bottom: solid 1px #eee;
    font-family: 'Montserrat', sans-serif;
}
.price-table .price sub {
    font-weight: 600;
    font-size: 30px;
    padding: 0 5px;
    bottom: -5px;
}
.price-table  sup {
    font-weight: 600;
    padding: 0 5px;
    font-size: 30px;
}
.price-table .list-group {
    border-width: 0px;
    padding: 20px 0 0;
}
.price-table .list-group li {
    border: 0;
   padding-top: 10px; padding-bottom: 10px;
}


/**==================== [13] Form Element  ======================**/
.form-control {
    padding: 14px 15px;
    border-width: 2px;
    font-size: 14px;
    border-color: #f0f0f0;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: none !important;
    color: #585858;
    font-weight: 600;
}
.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);

}
.form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);

}
.form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);

}
.form-control:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);

}


textarea.form-control {
    resize: none;
    overflow: hidden;
    word-wrap: break-word;
    min-height: 150px;
}
.contact-icon a{
    color: #585858;
}
.contact-icon .text-lg{
    width: 40px;
    text-align: center;
    font-size: 40px;
    line-height: 1;
    color: #c3c3c3;
}


/**==================== [14] Blog  ======================**/
.blog-wrapper {
    margin-bottom: 30px;
    background: #FFF;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .05);
}
.latestBlog .blog-meta{
    margin-bottom: 10px;
}
.latestBlog .owl-dots{
    bottom:-30px;
}

.blog-wrapper .blog-thumb img {
    width: 100%;
}
.blog-wrapper .blog-content h4 {
    margin-bottom: 10px;
    line-height: 1.6;
}

.blog-wrapper .blog-meta span {
    margin-right: 10px;
}
.blog-content{
    padding: 30px;
}
.blog-details p {
    margin-bottom: 20px;

}
.blog-details .blog-content-img img {
    width: 100%;
}
.btn-more {
    font-weight: 600;
    text-decoration: none;
}
.btn-more i {
    margin-left: 5px; margin-right: 5px;
    transition: all 0.2s;
}
.btn-more:hover{
    text-decoration: none;
}
.btn-more:hover i{
    margin-left: 10px;
    margin-right: 0px;
}
.latest-post li {
    clear: both;
}
.latest-post li figure {
    height: auto;
    width: 60px;
    float: left;
    clear: both;
    margin-top: 6px;
    margin-right: 8px;
    display: table-cell;
    vertical-align: top;
}

/**==================== [15] Footer  ======================**/
.back-to-top {
    z-index: 500;
    width: 50px;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    right: 15px;
    text-decoration: none !important;
    text-align: center;
    border-radius:0;
    color: #fff ;
    background-color: #444444;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}
.back-to-top:hover{
    color: #FFF;
}
.back-to-top.active {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
}

footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #222222;
    color: #adadad;
}

footer a.footer-link {
    color: #adadad;
    font-size: 13px;
}

footer a.footer-link:hover{
  text-decoration: underline;
}

footer .social_icons a {
    font-size: 16px;
    display: inline-block;
    margin: 0 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #adadad;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
footer .social_icons a:hover {
    color: #FFF;
}

/* Additional */

.dropdown-menu {
    background-color: #14222c;
}
.dropdown-item {
    color: #FFF;
}
.dropdown-menu a:hover {
    /* background-color: #192a37; */
    background-color: #79923b;
    color: #FFF;
}

/**==================== Shop  ======================**/
.cart-values {
    position: fixed;
    /* top: 20px; */
    right: 40px;
    padding: 10px 15px;
    color: #FFF;
    background-color: #50b848;
    font-size: 11px;
    font-weight: bold;
    z-index: 10000;
}
.cart-values a {
    color: #FFF;
}
.cart-values a:hover {
    color: #FFF;
}
.form-control-qty {
    padding: 13px 15px 15px 15px !important;
    border-width: 2px !important;
    font-size: 14px !important;
    border-color: #f0f0f0 !important;
    border-radius: 3px !important;
    background-color: #fff;
    box-shadow: none !important;
    color: #585858 !important;
    font-weight: 600 !important;
    width: 60px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.cart {}
.cart ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cart ul li {
    background-color: #f8f8f8;
    margin-bottom: 2px;
    padding: 3px;
}
.cart ul li span#totals {
    display: block;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    padding: 10px 0;
}
.cart ul li span#totals img {
    margin-right: 10px;
    margin-bottom: -3px;
    width: 34px !important;
    height: 21px !important;
}
.cart ul li div {
    /*border: 1px solid pink;*/
    display: inline-block;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
}
.cart ul li div#img { width: 15%;}
.cart ul li div#details {
    width: 63%;
    font-size: 18px;
    font-weight: 300;
}
.cart ul li div#total {
    width: 20%;
    line-height: normal;
    text-align: center;
}
.cart ul li div img {
    width: 100px;
    height: 100px;
}
.cart ul li div span#price {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10%;
    font-size: 22px;
    font-weight: 300;
}
.cart ul li div span#delete {
    display: block;
    border: 1px solid #DCD8D4;
    width: 80px;
    margin: auto;
    padding: 5px 0;
}
.cart ul li div span#delete input[type=checkbox] {
    vertical-align: middle;

}
.cart ul li div span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.cart ul li div span input#qty {
    width: 26px;
    padding: 2px 2px;
    margin-right: 5px;
    border: 1px solid #DCD8D4;
    color: #9A9086;
    font-size: 18px;
    font-weight: 300;
}
.cart ul li div a {
    display: block;
    width: 60%;
    margin: auto;
    padding: 5px;
    color: #FFF;
    background-color: #FF0092;
    height: 20px;
    font-size: 14px;
    text-decoration: none;
}
.cart a#update, a#checkout {
    display: inline-block;
    padding: 6px 12px;
    margin: 5px 0 0 5px;
    font-size: 14px;
    text-decoration: none;
    float: right;
    color: #FFF;
    background-color: #FF0092;
}
.cart input[type=submit]#update, input[type=submit]#checkout, input[type=submit]#continue {
    display: inline-block;
    padding: 6px 12px;
    margin: 5px 0 0 5px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    float: right;
    color: #FFF;
    background-color: #50b848;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
}
.checkout {
    /*border: 1px solid #DCD8D4; */
    clear: both;
    /*width: 560px;*/
    margin: 10px auto 0 auto;
}
.checkout label {
    width: 20%;
    display: inline-block;
    padding: 8px;
    /*border: 1px solid #DCD8D4;*/
    float: left;
    clear: both;
    margin-bottom: 3px;
}
.checkout input[type=text], .checkout input[type="email"] {
    /* width: 80%;
    display: inline-block;
    padding: 8px;
    border: 1px solid #DCD8D4;
    float: left;
    margin-bottom: 3px;
    color: #9A9086;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-style: italic; */
}
.checkout .form-control {
    margin-bottom: 5px;
}
.checkout textarea {
    width: 72%;
    height: 80px;
    display: inline-block;
    padding: 8px;
    border: 1px solid #DCD8D4;
    float: left;
    margin-bottom: 3px;
    color: #9A9086;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-style: italic;
}
.checkout a#continue {
    display: inline-block;
    padding: 6px 12px;
    margin: 5px 12px 0 5px;
    font-size: 14px;
    text-decoration: none;
    float: right;
    color: #FFF;
    background-color: #FF0092;
}
.checkout input[type=submit] {
    /* display: inline-block;
    padding: 6px 12px;
    margin: 5px 0 0 5px;
    font-size: 14px;
    text-decoration: none;
    float: right;
    color: #FFF;
    background-color: #007cc3;
    border: none;
    cursor: pointer; */
    display: inline-block;
    padding: 6px 12px;
    margin: 5px 0 0 5px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    float: right;
    color: #FFF;
    background-color: #50b848;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
}
.checkout span {
    display: block;
    font-size: 22px;
    font-weight: 300;
    padding: 10px 0px;
    margin: 20px 0px;
    border-bottom: 3px solid #F2EEEB;
}
.checkout-login {
    clear: both;
    /*width: 560px;*/
    margin: 10px auto 0 auto;
}
.checkout-login a#option {
    display: inline-block;
    padding: 6px 12px;
    margin: 5px 12px 0 5px;
    font-size: 14px;
    text-decoration: none;
    float: right;
    color: #FFF;
    background-color: #FF0092;
}
.checkout-login a#register-here {
    display: block;
    clear: both;
    float: right;
    margin: 10px;
}
.checkout-login img { display: block; margin: auto;}
.checkout-login label {
    width: 20%;
    display: inline-block;
    padding: 8px;
    float: left;
    clear: both;
    margin-bottom: 3px;
}
.checkout-login input[type=text] {
    /* width: 80%;
    display: inline-block;
    padding: 8px;
    border: 1px solid #DCD8D4;
    float: left;
    margin-bottom: 3px;
    color: #9A9086;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-style: italic; */
}
.checkout-login .form-control {
    margin-bottom: 5px;
}
.checkout-login input[type=submit] {
    /* display: inline-block;
    padding: 6px 12px;
    margin: 5px 0 0 5px;
    font-size: 14px;
    text-decoration: none;
    float: right;
    color: #FFF;
    background-color: #007cc3;
    border: none;
    cursor: pointer; */
    display: inline-block;
    padding: 6px 12px;
    margin: 5px 0 0 5px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    float: right;
    color: #FFF;
    background-color: #50b848;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
}
.checkout-login span {
    display: block;
    font-size: 22px;
    font-weight: 300;
    padding: 10px 0px;
    margin: 20px 0px;
    border-bottom: 3px solid #F2EEEB;
}
.payment-summary {
    clear: both;
    /* width: 560px;
    margin: 10px auto 0 auto; */
    text-align: center;
}
.payment-summary span {
    display: block;
    font-size: 22px;
    font-weight: 300;
    padding: 10px 0px;
    margin: 20px 0px;
    border-bottom: 3px solid #F2EEEB;
    /* text-align: left; */
}
.payment-summary img#paypal {
    width: 218px !important;
    height: 114px !important;
}
.coupon {
    clear: both;
    /*width: 560px;*/
    margin: 10px auto 0 auto;
}
.coupon span {
    display: block;
    font-size: 22px;
    font-weight: 300;
    padding: 10px 0px;
    margin: 20px 0px;
    border-bottom: 3px solid #F2EEEB;
}
.coupon label {
    width: 20%;
    display: inline-block;
    padding: 8px;
    float: left;
    clear: both;
    margin-bottom: 3px;
}
.coupon input[type=text] {
    /* width: 80%;
    display: inline-block;
    padding: 8px;
    border: 1px solid #DCD8D4;
    float: left;
    margin-bottom: 3px;
    color: #9A9086;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-style: italic; */
}
.coupon input[type=submit] {
    /* display: inline-block;
    padding: 6px 12px;
    margin: 5px 0 0 5px;
    font-size: 14px;
    text-decoration: none;
    float: right;
    color: #FFF;
    background-color: #007cc3;
    border: none;
    cursor: pointer; */
    display: inline-block;
    padding: 6px 12px;
    margin: 5px 0 0 5px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    float: right;
    color: #FFF;
    background-color: #50b848;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
}
.paypal {
    clear: both;
    width: 560px;
    margin: 10px auto 0 auto;
    text-align: center;
}
.paypal input[type=submit] {
    display: inline-block;
    padding: 12px 24px;
    margin: 5px 12px 0 5px;
    font-size: 14px;
    text-decoration: none;
    color: #FFF;
    background-color: #007cc3;
    border: none;
    cursor: pointer;
    border-radius: 6px;
}

/**==================== Blog image  ======================**/

.img-right-margin {
    margin-right: 20px;
}
.img-left-margin {
    margin-left: 20px;
}

@media only screen and (max-width:991px) {
     .responsive-blog-image {
          max-width: 100%;
          height: auto !important;
          padding-left: 0 !important;
          padding-right: 0 !important;
          width: 100% !important;
     }
}

/**==================== Home Header ======================**/
@media (max-width: 991px) {
     .header-navbar {
          position: relative !important;
     }
     .oc-column-left.pb-5 {
	  padding-bottom: 0 !important;
     }
     .owl-dots {
	  display: none;
     }
}

.oc-column-left, .oc-column-right {
     margin-top: 30px;
}

.header-navbar:not(.header-fixed) {
     padding-top: 32px;
}

/**==================== Top Bar ======================**/
#top_bar {
     z-index: 151;
     position: relative;
}

@media only screen and (max-width:991px) {
     div#top_bar span {
    	display: block;
    	text-align: center;
     }
}

div#top_bar a:hover {
    color: #50b848 !important;
}

/**================= Services & Blogs Banner =========================**/
.banner .full-screen.internal-banner {
    padding-top: 0;
}

/**=============== Header  Mobile Version ===============**/
@media (max-width: 991px) {
div#top_bar {
    background-color: #ffc20e;
    color: #000 !important;
}

div#top_bar a {
    color: #000 !important;
}
}

/**=============== Mobile Version Home Page ===============**/
@media (max-width: 991px){
	.counterbox .box {
	    padding: 20px 10px 20px;
	}
}
@media (max-width: 768px){
	.section {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.ourservice-item {
	    margin-bottom: 20px;
	}
}

/** Edit 06.13.19 **/
#aboutus .features-wrapper {
    padding-right: 0;
}

/** Edit 06.14.19 **/
#aboutus p span {
    color: #585858 !important;
}

@media only screen and (min-width: 992px) {
	body .section.services-container{
	    padding-top: 150px;
	}
}

body.page-id-25 .navbar,
body.page-id-26 .navbar,
body.page-id-27 .navbar,
body.page-id-28 .navbar,
body.page-id-29 .navbar,
body.page-id-30 .navbar,
body.page-id-31 .navbar,
body.page-id-32 .navbar,
body.page-id-33 .navbar {
    background: #000;
}
