/* === Page Loader === */
.preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #FFFF;*/
    z-index: 99999;
    color: #FFF;
}
.preloader .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
}
.preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    /*width: 20px;*/
    max-width: none;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /*-webkit-animation: nk-preloader-logo 1.6s infinite linear;
    animation: nk-preloader-logo 1.6s infinite linear;*/
}
.preloader .nk-preloader-spinner {
    width: calc( 100px / 2 + 20px / 2 );
    margin-left: calc( -100px / 2 - 20px / 2 );
    height: calc( 100px + 20px );
}
.preloader .nk-preloader-spinner {
    width: 60px;
    height: 120px;
    margin-left: -60px;
    overflow: hidden;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: -webkit-linear-gradient(top, #000, rgba(0, 0, 0, 0));
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
    -webkit-animation: nk-preloader 0.8s infinite linear;
    animation: nk-preloader 0.8s infinite linear;
}
.preloader .nk-preloader-spinner::after {
    content: "";
    display: block;
    width: 200%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.2s box-shadow;
    -o-transition: 0.2s box-shadow;
    transition: 0.2s box-shadow;
    will-change: box-shadow;
}

@-webkit-keyframes nk-preloader-logo {
    0%,
    100% {
        opacity: 0.4
    }
    50% {
        opacity: 1
    }
}

@keyframes nk-preloader-logo {
    0%,
    100% {
        opacity: 0.4
    }
    50% {
        opacity: 1
    }
}

@-webkit-keyframes nk-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes nk-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
/* === End === */

/*------------------------------------------*/
/*    Primary Colour
/*------------------------------------------*/
.txt-blue{
    color: #004d73;
}
.txt-orange{
    color: #78cc5d;
}
.txt-ligt-gray{
    color: #424242;
}
.txt-white{
    color: #FFF !important;
}
.txt-sky-blue{
    color: #cef6fe;
}

/* ANIMATED X */
.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-toggler .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.navbar-toggler .icon-bar {
    background-color: #ffffff;
}
.navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggler.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-toggler.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
/* END ANIMATED X */

/*------------------------------------------*/
/*    Background Color Start
/*------------------------------------------*/
.bg-white{ background: #FFF; }
.bg-light-gray{ background: #fafafa; }
.bg-navy-blue{ background: #004d73; }
.bg-orange{ background: #77cc5e; }
.bg-sky-blue{ background: #547c97; }
.bg-blue-light{background: #547c97;}

/*------------------------------------------*/
/*    Background Color Start
/*------------------------------------------*/
.bg-img-6{
    background-image: url(../home2.jpg);
    background-repeat: no-repeat;
    background-position: top center !important;
}
.bg-img-7{
    background-image: url(http://www.mannatstudio.com/);
    background-repeat: no-repeat;
    background-position: left center !important;
}
.bg-img-7{
    background-image: url(http://www.mannatstudio.com/);
    background-repeat: no-repeat;
    background-position: left center !important;
}
.bg-img-8{
    background-image: url(../RVTA-aboutrogervtradingacademy.jpg);
    background-repeat: no-repeat;
    background-position: left center !important;
}
/*------------------------------------------*/
/*    Background Images
/*------------------------------------------*/
.bg-wave{
    background-image: url(http://www.mannatstudio.com/); 
    background-repeat: no-repeat; 
    background-position: center bottom;
}
/*------------------------------------------*/
/*    Button Styles
/*------------------------------------------*/
.btn-center{
    margin-top: 70px;
    margin-bottom: -20px;
}
.btn-theme{
    color: #FFF !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.5rem 1.9rem;
    font-size: 0.875rem;
    display: inline-block;
    display: inline-flex;
    outline: none;
    border: none;
    cursor: pointer;
    overflow: hidden;
    z-index: 2;
    align-items: center;
    position: relative;
    cursor: pointer;

    -webkit-box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
    -moz-box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
    box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);

    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
}

.btn-theme:before {
    background-color: rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 0;
    left: 60%;
    right: 60%;
    bottom: 0;
    opacity: 0;
    content: '';
    z-index: -2;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

}
.btn-theme:hover::before {
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.btn-theme:focus,
.btn-theme:active{
    outline: none;
    box-shadow: none;
}
.btn-theme i,
[class*="link-"] i{
    padding-left: 5px;
    line-height: inherit;

    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.btn-theme:hover i{
    transform: translateX(4px);
}
.btn-theme.icon-left i,
[class*="link-"].icon-left i{
    padding-right: 9px;
    padding-left: 0;
}
.btn-theme.inverse-icon-org i{
    color: #ff3514;
}
.btn-theme.inverse-icon-blk i{
    color: #000;
}
.btn-theme.light{
    color: #FFF !important;
}
.btn-theme.no-shadow{
    box-shadow: none !important;
}

/* Links Text Start */
.link-oragne{
    color: #78cc5d;
    font-weight: 600;
}
.link-blue {
    color: #004d73;
    font-weight: 600;
}
.link-dark {
    color: #333;
    font-weight: 600;
}
.link-light {
    color: #FFF;
    font-weight: 600;
}
.link-oragne:hover {
    color: #004d73;
}
.link-blue:hover {
    color: #ff3514;
}
.link-dark:hover {
    color: #000;
}
.link-light:hover {
    color: #78cc5d;
}
/* Links Text End */

/* Button Border Start */
.bordered{
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    background: transparent !important; 
}
.bordered.bg-orange{
    border-color: #78cc5d;
    color: #ff3514;
}
.bordered.bg-navy-blue{
    border-color: #004d73;
    color: #004d73;
}
.bordered.bg-sky-blue{
    border-color: #f1fbff;
    color: #f1fbff;
}
.bordered.bg-white{
    border-color: #FFF;
    color: #FFF;
}
.bordered.bg-white:hover{
    border-color: #FFF;
    background: #FFF !important;
    color: #333 !important;
}

.btn-theme.icon-only i{
    padding: 0;
}
/* Button Border End */

/*  Button Hover Styles */
.btn-theme:hover{
/*background: #ff3514;
color: #FFF !important;*/
box-shadow: none;

}
/*.btn-theme.bg-white:hover{
color: #000 !important;
}
.btn-theme.bg-orange:hover{
background: #2f3985;
color: #FFF !important;
}
.bordered:hover{
color: #333 !important;
}
.bordered.bg-orange:hover{
border-color: #2f3985 !important;
color: #2f3985 !important;
}
.bordered.bg-navy-blue:hover{
border-color: #ff3514 !important;
color: #ff3514 !important;
}
.bordered.bg-sky-blue:hover{
border-color: #2f3985 !important;
color: #2f3985 !important;
}*/


/* === Social Icons === */
.social-links{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    top: 23px;
}
.social-links li{
    display: inline-block;
    padding: 0 4px;
}
.social-links li a{
    width: 46px;
    height: 46px;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    line-height: 46px;
    border: 2px solid transparent;

}
.social-links li a:hover{
    transform: translateY(-7px);
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.2);
}
.social-links li.facebook a{
    background: #3b5997;
}
.social-links li.twitter a{
    background: #55acee;
}
.social-links li.linked a{
    background: #0077b4;
}
.social-links li.gplus a{
    background: #db4e41;
}
.social-links li.youtube a{
    background: #cd201f;
}
.social-links li.pinterest a{
    background: #bb081c;
}
.social-links li.tumbler a{
    background: #35465c;
}
/* === Social Icons End === */

/* === Icon Box Style One === */
/* Box Style One */
.icon-box-1{
    background: #071639;
    color: #FFF;
    overflow: hidden;
    position: relative;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.icon-box-1 img{
    opacity: 0.5;

    -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.icon-box-1 .text{
    position: absolute;
    text-align: center;
    bottom: 25px;
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
}
.icon-box-1 .text i{
    font-size: 3.5rem;
    display: block;
    margin-bottom: 0.8rem;

    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    
}
.icon-box-1:hover{
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.32);
    cursor: pointer;
}

.icon-box-1:hover img{
    opacity: 0.3;

    transform: scale(1.2);

    -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.icon-box-1:hover .text{
    transform: translateY(-15px);
}
.icon-box-1:hover .text i{
    padding-bottom: 7px;

    -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.box-icon-1, .box-icon-2{
    text-align: center;

}
.box-icon-1 i{
    font-size: 36px;
    width: 100px;
    height: 100px;
    border: 2px solid #e5e5e5;
    display: inline-block;
    line-height: 100px;
    color: #78cc5d;
    margin: 0 0 20px 0;
    -webkit-transition: all 0.10s linear;
    -moz-transition: all 0.10s linear;
    -o-transition: all 0.10s linear;
    transition: all 0.10s linear;

    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.box-icon-1 h3{
    font-weight: 600;
    font-size: 1.125rem;
    color: #303030;
}
.box-icon-1:hover i{
    background: #004d73;
    color: #fff;
    border-color: #004d73;
}

.welcome-section-alt .box-icon-1:hover i{
    background: #004d73;
}

.box-icon-2{
    background: #f0f3f4;
    color: #999999;
    font-size: 13px;
    margin: 70px 0 0 0;
    padding: 0 0 15px 0;
}
.box-icon-2 h3{
    font-size: 1.125rem;
    font-weight: 600;
    color: #004d73;
}
.box-icon-2 p {
    padding: 0 10%;
}
.box-icon-2 i {
    font-size: 36px;
    width: 100px;
    height: 100px;
    background: #78cc5d;
    border: 5px solid #FFF;
    display: inline-block;
    line-height: 90px;
    color: #FFF;
    margin: -70px 0 20px 0;
    -webkit-transition: all 0.10s linear;
    -moz-transition: all 0.10s linear;
    -o-transition: all 0.10s linear;
    transition: all 0.10s linear;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.box-icon-3{
    text-align: left;
    position: relative;
    margin-bottom: 20px;
    margin-top: 25px;
}
.box-icon-3:before{
    position: absolute;
    top: -20px;
    left: -20px;
    content: "";
    width: 100px;
    height: 100px;
    background: #f4f7f7;

    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: -1;
}
.box-icon-3 i{
    float: left;
    text-align: center;
    width: 50px;
    margin-right: 15px;
    font-size: 2.25rem;
    color: #78cc5d;
}
.box-icon-3-text{
    overflow: hidden;
    padding-right: 15px;
}
.box-icon-3-text h3{
    font-size: 1.125rem;
    font-weight: 600;
    color: #004d73;
}

.box-icon-3.top{
    padding-left: 15px;
}
.box-icon-3.top i {
    float: none;
    margin: 0 0 15px 0;
    display: block;
    width: auto;
    text-align: left;
}

.box-icon-3.top .box-icon-3-text{
    overflow: auto;
    padding: 0;
}
.box-icon-4 {
    text-align: left;
    position: relative;
    margin-bottom: 20px;
    padding-left: 60px;
    position: relative;
}
.box-icon-4 h3{
    font-size: 1.125rem;
    font-weight: 600;
    color: #004d73;
}
.box-icon-4 i{
    position: absolute;
    text-align: left;
    width: 50px;
    left: 0;
    margin-right: 15px;
    font-size: 2.25rem;
    color: #78cc5d;
    
}
/* === End === */

/* === Button Style === */
.btn-mini{
    padding:6px 14px;
    font-size:12px; 
}
.btn-small{
    padding:8px 13px;
    font-size:14px;
}
.btn-medium{
    padding:10px 16px;
    font-size:15px;
}
.btn-large{
    padding:12px 20px;
    font-size:18px;
}
.btn-round-border{
    border:1px solid #262626;
    color:#333;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.btn-round-border:hover, .btn-square-border:hover{
    border:1px solid #3f6ed7;
    background:#3f6ed7;
    color:#FFF;
}
.btn-square-border{
    border:1px solid #262626;
    color:#333;
}
.btn-round-bg{
    background:#3f6ed7;
    color:#FFF;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

    background: rgb(96,140,238);
    background: -moz-linear-gradient(top, rgba(96,140,238,1) 0%, rgba(45,98,216,1) 100%);
    background: -webkit-linear-gradient(top, rgba(96,140,238,1) 0%,rgba(45,98,216,1) 100%);
    background: linear-gradient(to bottom, rgba(96,140,238,1) 0%,rgba(45,98,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#608cee', endColorstr='#2d62d8',GradientType=0 );
}
.btn-round-bg:hover, .btn-square-bg:hover{
    background: rgb(45,98,216);
    background: -moz-linear-gradient(top, rgba(45,98,216,1) 0%, rgba(96,140,238,1) 99%);
    background: -webkit-linear-gradient(top, rgba(45,98,216,1) 0%,rgba(96,140,238,1) 99%);
    background: linear-gradient(to bottom, rgba(45,98,216,1) 0%,rgba(96,140,238,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d62d8', endColorstr='#608cee',GradientType=0 );
    color:#FFF;
}
.btn-square-bg{
    background: #f5bc47;
    background: -moz-linear-gradient(top, #f5bc47 0%, #fdd27a 0%, #f5bc47 100%);
    background: -webkit-linear-gradient(top, #f5bc47 0%,#fdd27a 0%,#f5bc47 100%);
    background: linear-gradient(to bottom, #f5bc47 0%,#fdd27a 0%,#f5bc47 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5bc47', endColorstr='#f5bc47',GradientType=0 );
    color:#FFF;
}
.btn-square-icon{
    background:#FFF;
    color:#333;
}
.btn-square-icon:hover{
    background:#3f6ed7;
    color:#FFF;
}
[class*="btn-"] i, .btn-square-icon i, .btn-square-border i{
    padding-left:5px;
}
.btn-round-dark{
    background:#3c3c3c;
    color:#FFF;
}
.btn-round-dark:hover{
    background:#3f6ed7;
    color:#FFF;
}
.btn-round-border, .btn-round-dark, .btn-square-icon, .btn-square-bg, .btn-round-bg, .btn-square-border{  
    text-transform:capitalize;
    display:inline-block;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    font-weight:300;
}
button[class*="btn-"]{
    outline: none;
    border: none;
}
/* === End === */


/* === Client Logos === */
.client-logos{
    background: #f6f8f9;
    text-align: center;
    -webkit-transition: all 0.10s linear;
    -moz-transition: all 0.10s linear;
    -o-transition: all 0.10s linear;
    transition: all 0.10s linear;

    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.05);
}
.client-logos:hover{
    background: #FFF;
}
/* === End === */



/* === Parallax Backgrounds === */

.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
    padding:150px 0;
    color:#FFF;
    position:relative;
    z-index:1;
}
.need-asisstance {
    background-image: url(http://www.mannatstudio.com/);
}
.part-of-us{
    background-image: url(http://www.mannatstudio.com/);
    color: #fff;
    padding: 70px 0;
}
.page-overlay{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    z-index:-1;
    background:rgba(25,25,25,0.5) url(../images/overlay-pattern-black.png) repeat;
}

/* === End === */

/* === Radio Boxes === */
[type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0
}
[type="radio"]:not(:checked)+label, [type="radio"]:checked+label {
    position: relative;
    margin-bottom: 0;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
[type="radio"]+label:before, [type="radio"]+label:after {
    content:'';
    position:absolute;
    left:0;
    top:0;
    margin:4px;
    width:16px;
    height:16px;
    z-index:0;
    transition:.28s ease
}
[type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after, [type="radio"]:checked+label:before, [type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
    border-radius: 50%;
}
[type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after {
    border: 2px solid #f3b115
}
[type="radio"]:not(:checked)+label:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked+label:before {
    border: 2px solid transparent
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
    border: 2px solid #f3b115;
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: #f3b115;
}
[type="radio"]:checked+label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}
[type="radio"].with-gap:checked+label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
}
[type="radio"].tabbed:focus+label:before {
    box-shadow: 0 0 0 10px rgba(0,0,0,0.1)
}
[type="radio"].with-gap:disabled:checked+label:before {
    border: 2px solid rgba(0,0,0,0.26)
}
[type="radio"].with-gap:disabled:checked+label:after {
    border: none;
    background-color: rgba(0,0,0,0.26)
}
[type="radio"]:disabled:not(:checked)+label:before, [type="radio"]:disabled:checked+label:before {
    background-color: transparent;
    border-color: rgba(0,0,0,0.26)
}
[type="radio"]:disabled+label {
    color: rgba(0,0,0,0.26)
}
[type="radio"]:disabled:not(:checked)+label:before {
    border-color: rgba(0,0,0,0.26)
}
[type="radio"]:disabled:checked+label:after {
    background-color: rgba(0,0,0,0.26);
    border-color: #BDBDBD
}
/* === End === */

/* === Check Boxes === */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0
}
[type="checkbox"]+label {
    position:relative;
    padding-left:35px;
    cursor:pointer;
    display:inline-block;
    height:25px;
    line-height:25px;
    font-size:14px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -ms-user-select:none
}
[type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:18px;
    height:18px;
    z-index:0;
    border:2px solid #5a5a5a;
    border-radius:1px;
    margin-top:2px;
    transition:.2s
}
[type="checkbox"]:not(.filled-in)+label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}
[type="checkbox"]:not(:checked):disabled+label:before {
    border: none;
    background-color: rgba(0,0,0,0.26)
}
[type="checkbox"].tabbed:focus+label:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.1)
}
[type="checkbox"]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #f3b115;
    border-bottom: 2px solid #f3b115;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}
[type="checkbox"]:checked:disabled+label:before {
    border-right: 2px solid rgba(0,0,0,0.26);
    border-bottom: 2px solid rgba(0,0,0,0.26)
}
[type="checkbox"]:indeterminate+label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #f3b115;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}
[type="checkbox"]:indeterminate:disabled+label:before {
    border-right: 2px solid rgba(0,0,0,0.26);
    background-color: transparent
}
[type="checkbox"].filled-in+label:after {
    border-radius: 2px
}
[type="checkbox"].filled-in+label:before, [type="checkbox"].filled-in+label:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1
}
[type="checkbox"].filled-in:not(:checked)+label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%
}
[type="checkbox"].filled-in:not(:checked)+label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0px;
    z-index: 0
}
[type="checkbox"].filled-in:checked+label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}
[type="checkbox"].filled-in:checked+label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #f3b115;
    background-color: #f3b115;
    z-index: 0
}
[type="checkbox"].filled-in.tabbed:focus+label:after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0,0,0,0.1)
}
[type="checkbox"].filled-in.tabbed:checked:focus+label:after {
    border-radius: 2px;
    background-color: #f3b115;
    border-color: #f3b115
}
[type="checkbox"].filled-in:disabled:not(:checked)+label:before {
    background-color: transparent;
    border: 2px solid transparent
}
[type="checkbox"].filled-in:disabled:not(:checked)+label:after {
    border-color: transparent;
    background-color: #BDBDBD
}

[type="checkbox"].filled-in:disabled:checked+label:before {
    background-color: transparent
}
[type="checkbox"].filled-in:disabled:checked+label:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD
}
/* === End === */

/* === Google Map === */
#map-holder, #map-holder-contact{
    margin:0;
    background:#FFF;
    padding:0;
    height: 400px;
    position: relative;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}
#map-holder-contact iframe{
    width: 100%;
    height: 100%;
}
#map_extended{
    height: 100%;
    left: 0;
    line-height: inherit;
    position: relative;
    top: 0;
    width: 100%;
}
#map_extended img {
    max-width: inherit;
}
#map_extended .gm-style div {
    font: 13px/20px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #333 !important;
}
#map_extended .gmap_marker address {
    width: 300px;
}
#map_extended .gmap_marker address > div {
    width: 100%;
    display: inline-block;
}
#map_extended .gmap_marker address div div {
    float: right;
    width: 70%;
}
#map_extended .gmap_marker address div div:first-child {
    width: 30%;
    float: left;
}
/* === End === */

/* === Bullets Style === */
.fa-ul{
    margin:0 0 0 20px;
}
.fa-ul li{
    margin:0 0 10px 0;
}
.fa-ul li i{
    margin-top:2px;
}
.list-light li i{
    color:#CCC;
}
.list-dark li i{
    color:#333;
}
.list-colored li i{
    color:#004d73;
}

ul.bullets-style {
    margin:0 0 10px 18px;
    list-style-type:none;
    padding:0;  
}
ul.bullets-style.big {
    font-size:18px
}
ul.bullets-style li {
    margin:0 0 5px
}
.arrow-list li:before, .arrow-list-2 li:before, .arrow-list-3 li:before, .arrow-list-4 li:before {
    font-family:'FontAwesome';
    margin-right:8px;
    top:0;
    width:10px;
    margin-left:-18px;
    display:inline-block
}
.arrow-list li:before {
    content:"\f105"
}
.arrow-list-2 li:before {
    content:"\f05d"
}
.arrow-list-3 li:before {
    content:"\f138"
}
.arrow-list-4 li:before {
    content:"\f061"
}
ul.bullets-style li, .arrow-list li:before, .arrow-list-2 li:before, .arrow-list-3 li:before, .arrow-list-4 li:before {
    position:relative
}
/* === End === */


/* === Testimonial Style === */
.testimonial-wrap{
    text-align:center;
}
.testimonial-wrap-light{
    padding:70px 0;
    background:#FFF;
}
#home-testimonial.owl-carousel .owl-item img, #sidebar-testimonial.owl-carousel .owl-item img {
    display:inline;
    width:auto;
    margin-bottom:25px;
    position:relative;
}

.testimonial-wrap h4{
    margin:15px 0 0 0;
    color: #232323;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;

}
.testimonial-wrap h4 span{
    color:#78cc5d;  
    display: block;
    margin-top: 5px;
    font-weight: 300;
    font-size: 14px;
}
.star-rating{
    color: #f3b115;
    padding-top: 4px;
    letter-spacing: -2px;
}
.star-rating small{
    color: #d4d4d4;
    font-size: 100%;
}
#home-clients.owl-carousel .owl-item img {
    width:auto;
    display:inline-block;
}
#home-clients.owl-carousel .owl-controls{
    text-align:center;
}
.client-wrap{
    background:#FFF;
    text-align:center;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.owl-carousel .owl-stage-outer{
    position:relative;
    z-index:1000;
}
.owl-carousel .owl-nav {
    margin: -20px 0 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    position:relative;
    height:46px;
    width:46px;
    display:inline-block;
    font-size:22px;
    color:#323232;  
    font-family:"FontAwesome";
    line-height:46px;
    margin:0 2px;
    z-index:1000;
    background: #004d73;
    color: #FFF;
    font-weight: 600;

    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.008);
    -moz-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.008);
    -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.008);

    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.owl-carousel .owl-nav .owl-prev{
    float:left;
    left:-60px;
}
.owl-carousel .owl-nav .owl-next{
    float:right;
    right:-60px;
}

#portfolio-single .owl-nav .owl-prev, #home-portfolio .owl-nav .owl-prev, #home-featured-sidebar .owl-nav .owl-prev{
    left:20px;
}
#portfolio-single .owl-nav .owl-next, #home-portfolio .owl-nav .owl-next, #home-featured-sidebar .owl-nav .owl-next{
    right:20px;
}
#home-portfolio .owl-nav .owl-prev, #home-portfolio .owl-nav .owl-next, #home-featured-sidebar .owl-nav .owl-prev, #home-featured-sidebar .owl-nav .owl-next{
    background:#FFF;
    color:#000;

    box-shadow: 0 0 20 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20 10px rgba(0, 0, 0, 0.1);

    outline: none;
    border: none;
    line-height: 51px;
    font-size: 1.2rem;
}

.owl-carousel .owl-nav button.owl-prev:hover, 
.owl-carousel .owl-nav button.owl-next:hover, 
#home-portfolio .owl-nav .owl-prev:hover, 
#home-portfolio .owl-nav .owl-next:hover, #home-featured-sidebar .owl-nav .owl-prev:hover, #home-featured-sidebar .owl-nav .owl-next:hover{
    background:#FFF;
    color:#000;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.08);
}

.owl-controls .owl-dots{
    margin-top:25px;
}
.owl-controls .owl-dot{
    display:inline-block;
}

.owl-controls .owl-dot span {
    border: 2px solid #FFF;
    background: #004d73;
    width: 15px;
    height: 15px;
    display: block;
    margin: 2px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.owl-controls .owl-dot.active span, 
.owl-controls.clickable .owl-dot:hover span, 
.owl-controls .owl-dot:hover span {
    background: #78cc5d;
}


/* === End === */

/* === Statistics Counter === */
.statistics-counter-wrap{
    background: url(../images/low-poly-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0 0 100px 0;
    margin: 100px 0 0 0;
}

.statistics-counter-wrap.light{
    /*background: url(../images/low-poly-bg-light.jpg) no-repeat;*/
    background-size: cover;
    background-position: center center;
}
.statistics-counter-wrap .contact-wrap{
    margin-top: -150px;
    margin-bottom: 70px;
}
.statistics-counter-wrap.bottom{
    padding: 100px 0 0 0;
    margin: 0 0 100px 0;

    background: url(../images/bg_6.jpg) no-repeat;
}
.statistics-counter-wrap.bottom .contact-wrap{
    border-radius: 7px;
    background-color: #FFF;
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.14);
    margin-bottom: -70px;
    margin-top: 100px;
}

.statistics-counter-wrap.bottom .contact-wrap .form-control {
    border: 1px solid #e8e8e8;
}
.statistics-counter-wrap .head-main{
    margin-bottom: 10px;
}
.stats-wrap{
    text-align:center;  
    text-transform:capitalize;
    font-size: 24px;
    color: #FFF;
    font-weight: 600;
}
.stats-wrap i{
    font-size: 3rem;
    opacity: 0.7;
    margin-bottom: 15px;
    display: block;
}
.stats-wrap .box{
    font-size: 16px;
    color: #FFF;
    font-weight: 300;
}
.counter{
    font-size: 3rem;
    color: #77cc5e;
    letter-spacing: -2px;
    font-weight: 400;
}

.counter-style-1{
    color: #FFF;
    text-align: center;
    font-size: 14px;

}
.counter-style-1 i {
    font-size: 3rem;
}
.counter-style-1 span {
    font-size: 3rem;
    color: #f1fbff;
    letter-spacing: -2px;
    font-weight: 700;
}

.counter-style-1.light-bg{
    color: #333333;
    background: #ffffff;
    padding: 2rem 0;
    border-bottom: 4px solid #004d73;
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.05);
}
.counter-style-1.light-bg span{
    color: #78cc5d;
}
.counter-style-1.light-bg i{  
    color: #004d73;
}
.counter-style-1 span {
    font-size: 3rem;
    color: #78cc5d;
    letter-spacing: -2px;
    font-weight: 700;
}
/* === End === */

/* === Blockquote Style === */
.blockquote-1 footer, .blockquote-2 footer, .blockquote-3 footer{
    padding:0;
    background:none;
}
.blockquote-1{
    border:none;
    padding:0 0px 0 60px;
    margin:0 0 30px 0;
    position:relative;
    font-size:18px;
    color:#323232;
}
.blockquote-1:before{
    position:absolute;
    font-size:48px;
    font-family:'FontAwesome';
    content:"\f10d";
    left:0;
    top:20px;
    color:#78cc5d;
}
.blockquote-1 footer cite{
    font-style:inherit;
    font-size:14px;
    color:#78cc5d;
    font-family: 'Open Sans', sans-serif;
}

.blockquote-2, .blockquote-3{ 
    padding:30px;
}
.blockquote-2{
    background:#f0f3f4;
    color:#181818;
    border:none;
    position:relative;
}
.blockquote-3{
    background:#ffffff;
    border-left:0;
    position:relative;
}
.blockquote-2 footer cite, .blockquote-3 footer cite{
    font-style:inherit;
    font-size:14px;
    color:#004d73;
    font-family: 'Open Sans', sans-serif;
}
.blockquote-2 footer, .blockquote-3 footer{
    text-align:right;
}
.blockquote-2:before, .blockquote-3:before{
    position:absolute;
    font-size:30px;
    font-family:'IcoFont';
    content:"\efcd";
    left: -6px;
    top: -18px;
    color:#78cc5d;
}
/* === End === */

/* === Callouts Style === */
.callout-1, .callout-2, .callout-4{
    padding:60px 0;
    color:#FFF;
    font-size:18px;
    position: relative;
}
.callout-1{
    background:#f3b115;
    padding: 50px 50px 50px 120px;
    margin-top: 70px;
}
.callout-1 i {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0%,-50%);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    border: 2px solid #FFF;

    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.callout-2{
    background:#3c3c3c; 
}
.callout-3{
    background:#FFF;
    padding:40px 0 0 0;
}
.callout-4{
    /*background:url(../images/callout-bg.jpg) no-repeat;*/
    background-size:cover;
}
/* === End === */

/* === Collapse Panel === */
.theme-style .panel-default>.panel-heading {
    padding: 0;
    background: #FFF;    
}
.theme-style .panel-title{
    font-size: 1rem;
    color: #292929;
    font-weight: 500;
    margin-bottom: 0;
}
.theme-style .panel-title a{
    /*background: #f0f3f4;*/
    display: block;
    padding: 15px;
}
.theme-style .panel-title a.collapsed{
    background: #FFF;
}
.theme-style .panel-collapse {
    /*background: #f0f3f4;*/
    color: #666666;
}
.theme-style .panel-group .panel{
    border: none;
    margin-bottom: 10px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    overflow: hidden;
}
.theme-style .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'IcoFont'!important;  /* essential for enabling glyphicon */
    content: "\eaa1";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.theme-style .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\ea99";    /* adjust as needed, taken from bootstrap.css */
}

.faq-section.theme-style .panel-title a span{
    padding: 0 10px 0 0;
    color: #78cc5d;
}
.faq-section.theme-style .panel-collapse .panel-body{
    padding: 0 15px 15px 69px;
}
/* === End === */

/* === Theme Accordian === */
.theme-accordian .panel-group .panel{
    border-radius:0;
    border:none;
    box-shadow:none;
}
.theme-accordian .panel-default > .panel-heading{
    background-color:#f07039;
    border-radius:0;
    padding:0;
}
.theme-accordian .panel-heading{
    background:#77cc5e;
    padding:0;

    border-radius:3px;
}

.theme-accordian .panel-title > a{
    padding:12px 15px;
    outline:0;
    display:block;
    color:#FFF;
    text-transform:capitalize;
    outline:none;
    position:relative;
}
.theme-accordian .panel-title > a i{
    margin-right:8px;
}
.theme-accordian .panel-body, .theme-accordian-rounded .panel-body{
    padding:20px 0;
}
.panel, .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body{
    background:none;
    border:none;
    box-shadow:none;
}
.theme-accordian.white{
    background:none;
}
.theme-accordian.white .panel-heading{
    background:#FFF;
}
.theme-accordian.white .panel-title > a{
    color:#343434;
}
.theme-accordian.white .panel-title > a i{
    color:#77cc5e;
}

.theme-accordian-rounded .panel-title > a i{
    width:40px;
    height:34px;
    text-align:center;
    margin-right:12px;
    background:#3c3c3c;
    color:#FFF;
    line-height:34px;

    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.theme-accordian-rounded .panel-heading{
    padding:0 0 5px 0;

}
.panel-title{
    font-size:14px;
}
.theme-accordian-rounded.circle .panel-title > a i{
    height:35px;
    width:35px;
    line-height:35px;
    background:#77cc5e;

    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}
/* === End === */

/* === Tabbing Style === */
.theme-tab .tab-content{
    padding:15px;
    border-width:1px;
    border-color:#dedede;
    border-style:solid;
    background:#FFF;
}
.theme-tab .nav-tabs > li > a, .theme-tab .nav-tabs{
    border:none;
}
.theme-tab .nav-tabs > li > a{
    border-radius:0;
    background:#004d73;
    color:#FFF;
    border-width:1px 1px 0 1px;
    border-color:#323232;
    border-style:solid;
    border:none;
}
.theme-tab .nav-tabs > li.active > a, 
.theme-tab .nav-tabs > li.active > a:hover, 
.theme-tab .nav-tabs > li.active > a:focus,
.theme-tab .nav-tabs .nav-link.active{
    border-radius: 0;
    background: #78cc5d;
    border: none;
    color: #FFF;
    border-width: 0;
    border-color: #dedede;
    border-style: solid;
}
.theme-tab .nav > li > a:focus{
    background:#ffffff;
    color:#3f6ed7;
    border-width:1px 1px 0 1px;
    border-color:#dedede;
    border-style:solid;
}
.theme-tab .nav > li > a:hover{
    background:#78cc5d;
    color:#FFF;
}

.tab-style1 .tab-content > .tab-pane{
    background:#FFF;
    padding:20px 0;
}
.tab-style1 .nav-tabs, .tab-style2 .nav-tabs{
    border:none;
}
.tab-style1 .nav-tabs > li > a{
    border:none;
    margin-right: 0.25rem;
    padding: 0.5rem 0.8rem;
    border-radius: 0.25rem;
}
.tab-style1 .nav-tabs > li > a > i{
    margin-right:0.3rem;
}
.tab-style1 .nav-tabs > li.active > a,
.tab-style1 .nav-tabs > li.active > a:focus,
.tab-style1 .nav-tabs > li.active > a:hover,
.tab-style1 .nav-tabs > li > a:hover,
.tab-style1 .nav-tabs .nav-link.active{
    background:#78cc5d;
    color:#FFF;

    border:none;
}

.tab-style2 .tab-content > .tab-pane{
    background:none;
    padding:20px 0;
}

.tab-style2 .nav-tabs > li > a{
    background: #004d73 ;
    color: #FFF;
    border-radius: 0;
    border: none;
    margin-right: 0.25rem;
}
.tab-style2 .nav-tabs > li.active > a,
.tab-style2 .nav-tabs > li.active > a:focus,
.tab-style2 .nav-tabs > li.active > a:hover,
.tab-style2 .nav-tabs > li > a:hover,
.tab-style2 .nav-tabs .nav-link.active{
    background:#78cc5d;
    color:#FFF;
    border-radius:0;
    border:none;
}
/* === End === */


/* === Message Box Style === */
.alert-theme{
    background:#77cc5e; 
    color: #FFF;
}
.alert-inverse{
    background:#262626; 
}
.alert button{
    font-weight: normal;
    text-shadow: none;
}
/* === End === */

/*------------------------------------------*/
/*    Animated Bars Style
/*------------------------------------------*/
.skillbar-wrap{
    padding: 0 0 20px 0;
    color: #7d7d7d;
    font-weight: 500;
}
.skillbar-wrap .clearfix {
    margin-bottom: 18px;
    font-weight: 600;
    color: #004d73;
}
.skillbar-percent {
    position: absolute;
    padding: 2px 8px 0;
    font-size: 0.775rem;
    background: #999999;
    top: -35px;
    color: #FFF;
    right: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.skillbar {
    position:relative;
    display:block;
    width:100%;
    background-color: rgba(6, 22, 58, 0.2);

    height:3px; 
    
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear; 
}
.skillbar-bar {
    height:2px;
    width:0px;
    background:#77cc5e;
    margin:10px 0 0 0;  
}
.skill-bar-percent {
    color:#303030;
}

/* === Our Skills === */
.piecharts h2 {
    font-size:45px;
    border:0;
    line-height: 40px;
    margin-bottom: 30px;
}
.piecharts p {
    margin:0
}
.piecharts .container {
    position: relative;
    z-index: 5;
}
.piecharts .col-md-6 {
    text-align:center;
}
.chart {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 10px 0 20px 0;
    text-align: center;
}
.chart.first {
    margin-left:0;
}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.percent {
    display: inline-block;
    line-height: 100px;
    z-index: 2;
    font-size:18px;
    font-weight: 300;
    color:#59585b;
}
.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}
.angular {
    margin-top: 100px;
}
.angular .chart {
    margin-top: 0;
}
.skill-name {
    font-size: 14px;
    font-weight: 400;
    text-align:center;
    text-transform:capitalize;
    margin-bottom:20px;
    width: 100%;
}
/* === End === */

/* === Dropcap Style === */
.dropcap {
    font-size:32px;
    margin:10px 15px 10px 0;
    color:#78cc5d;
}
.dropcap2 {
    color:#FFFFFF;
    margin-right:15px;
    background:#78cc5d;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
}
.dropcap, .dropcap2 {
    float:left
}
.dropcap, .dropcap2 {
    font-weight:700
}
.dropcap, .dropcap2 {
    font-size:32px
}
/* === End === */

/* === Extra === */
.bs-docs-grid .col-lg-1 span, .bs-docs-grid .col-md-1 span, .bs-docs-grid .col-md-2 span, .bs-docs-grid .col-md-3 span, .bs-docs-grid .col-md-4 span,  .bs-docs-grid .col-md-5 span,  .bs-docs-grid .col-md-6 span,  .bs-docs-grid .col-md-4 span,  .bs-docs-grid .col-md-8 span,  .bs-docs-grid .col-md-9 span,  .bs-docs-grid .col-md-10 span {
    background-color: #efefef;
    display:block;
    line-height: 40px;
    margin-bottom: 20px;
    min-height: 40px;
    text-align: center;
    font-size: 12px;
}
.tooltip-inner{
    padding:7px 12px;
    font-size:12px;
}
.small-top-pad {
    padding-top: 40px;
}


/*------------------------------------------*/
/*    Overlay Styles
/*------------------------------------------*/
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    left: 0;
    background: rgba(0,77,115,0.9);
}
/*------------------------------------------*/
/*   Search Popup
/*------------------------------------------*/
/* Overlay closing cross */
.overlay .overlay-close i{
    padding: 0 !important;
    /*width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    color: #FFF;
    outline: none;
    z-index: 100;
    line-height: 80px;
    text-align: center;*/
}

.overlay form {
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 22px;
    color: #b2b2b2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay .form-inner {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}
.overlay .form-inner input[type="text"]{
    box-shadow: none !important;
    border: none;
}
/* Effects */
.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.overlay-hugeinc form {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.overlay-hugeinc form .form-inner {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
.overlay-hugeinc form .form-inner {
    width: 50%;
    padding: 0 15px;
}
.overlay-hugeinc.open form .form-inner {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.overlay-hugeinc form .form-inner-div {
    padding: 0.75rem;
    background: #FFF;
    border-radius: 70px;
    min-width: 100%;
}
.overlay-hugeinc.close form .form-inner {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}
/*------------------------------------------*/
/*   BACKGROUND SETTINGS
/*------------------------------------------*/
.bg-scroll {
  width: 100%;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}
.bg-fixed {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}


/*------------------------------------------*/
/*    Callout Style Start
/*------------------------------------------*/
.contact-callout{
    color: #fefefe;
}
.callout-style-1{
    color: #FFF;
}
.center-text{
    padding: 0 4rem;
}

/*------------------------------------------*/
/*    Top Bottom Spacing
/*------------------------------------------*/
.wide-tb-100{ padding-top: 100px; padding-bottom: 100px; }
.wide-tb-90{ padding-top: 90px; padding-bottom: 90px; }
.wide-tb-80{ padding-top: 80px; padding-bottom: 80px; }
.wide-tb-70{ padding-top: 70px; padding-bottom: 70px; }
.wide-tb-70{ padding-top: 70px; padding-bottom: 70px; }
.wide-tb-60{ padding-top: 60px; padding-bottom: 60px; }
.wide-tb-50{ padding-top: 50px; padding-bottom: 50px; }
.wide-tb-40{ padding-top: 40px; padding-bottom: 40px; }
.wide-tb-30{ padding-top: 30px; padding-bottom: 30px; }

/*------------------------------------------*/
/*    Background Overlay
/*------------------------------------------*/
.pos-rel{
    position: relative;
}
.bg-overlay{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
}
.bg-overlay.blue{ background-color: #004d73; }
.bg-overlay.black{ background-color: #000; }
.bg-overlay.white{ background-color: #FFF; }

.bg-overlay.opacity-30{ opacity: 0.3; }
.bg-overlay.opacity-40{ opacity: 0.4; }
.bg-overlay.opacity-50{ opacity: 0.5; }
.bg-overlay.opacity-60{ opacity: 0.6; }
.bg-overlay.opacity-70{ opacity: 0.7; }
.bg-overlay.opacity-80{ opacity: 0.8; }


/*------------------------------------------*/
/*    List Icon Style
/*------------------------------------------*/
.icons-listing li{
    padding: 0 0 20px 35px;
    position: relative;
}
.icons-listing li i{
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
}
.icons-listing.theme-orange li i{    
    color: #77cc5e;
}
.icons-listing.theme-blue li i{
    color: #004d73;
}
.icons-listing.theme-light li i{
    color: #cccccc;
}
.icons-listing.theme-dark li i{
    color: #0d0d0d;
}
.icons-listing.w-half{
    display: flex;
  flex-wrap: wrap;
}
.icons-listing.w-half li{
    flex: 1 1 50%;
}

/*------------------------------------------*/
/*    Spacer For Gap
/*------------------------------------------*/
.spacer-70{ min-height: 70px; }
.spacer-60{ min-height: 60px; }
.spacer-50{ min-height: 50px; }
.spacer-40{ min-height: 40px; }
.spacer-30{ min-height: 30px; }
.spacer-20{ min-height: 20px; }
.spacer-10{ min-height: 10px; }