/*
  Site Name: LMS
	Version: 1.0
	Author: Vibhor shukla
	Site URL: ls.mintbook.com
*/

html {
    height: 100%;
}

body {
    color: #666;
    font-size: 15px;
    line-height: 1.6em;
    overflow-x: hidden;
    font-weight: 300;
    letter-spacing: 0.03em;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    min-height: 100%;
    position: relative;
}

#container {
    /* background: #fff; */
    /* position: relative; */
    overflow-x: hidden;
    margin: 0 auto;
    height: 100%;
}

.boxed-page {
    position: relative;
    overflow-x: hidden;
    width: 1220px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.boxed-page .tp-leftarrow {
    left: 70px !important;
}

.boxed-page .tp-rightarrow {
    left: 95% !important;
}

.boxed-page .navbar-fixed-top {
    max-width: 1220px;
    margin: 0 auto;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "Montserrat", sans-serif !important;
}

img {
    width: auto;
    height: auto;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.text-right {
    text-align: right;
}

.circle {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.ttu {
    text-transform: uppercase;
}

.white {
    color: #fff !important;
}

a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    color: #666;
    outline: 0;
}

::-moz-selection {
    background: #007e76;
    color: #fff;
    text-shadow: none;
    outline: none;
}

::selection {
    background: #007e76;
    color: #fff;
    text-shadow: none;
    outline: none;
}

.main-container {
    overflow: hidden;
}

.dropcap {
    font-size: 38px;
    font-weight: 400;
    line-height: 58px;
    float: left;
    width: 60px;
    height: 60px;
    padding: 0 10px 0 14px;
}

.dropcap.bg {
    margin-right: 10px;
    margin-bottom: 0;
    color: #ffffff;
    background: #007e76;
    text-align: center;
    color: #fff;
}

.dropcap.circle {
    border-radius: 50%;
}

.dropcap.rounded {
    border-radius: 5px;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
}

.btn {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary {
    font-size: 14px;
    font-style: normal !important;
    line-height: 17px;
    margin: 0;
    padding: 12px 25px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff !important;
    border: 0;
    background: #007e76;
    text-shadow: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #24252a;
    color: #007e76 !important;
}

.btn-primary.white {
    background: #fff;
    color: #007e76 !important;
}

.btn-primary.white:hover {
    background: #24252a;
}

.btn-primary.sweep-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.btn-primary.sweep-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #232220;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-primary.sweep-right:hover:before,
.btn-primary.sweep-right:focus:before,
.btn-primary.sweep-right.active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.right-half,
.left-half {
    position: absolute;
    right: 0;
    top: 0;
    width: 46%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.left-half {
    left: 0;
}

.breadcrumb-section {
    padding: 80px 0;
}

.breadcrumb {
    background: transparent;
    border-radius: 0;
    color: #fff;
    float: right;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.breadcrumb li {
    display: inline-block;
    padding: 0 5px;
}

.breadcrumb li a {
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.breadcrumb li a:hover {
    color: #007e76;
}

.breadcrumb li:after {
    content: "/";
    padding-left: 5px;
}

.breadcrumb li:first-child:after,
.breadcrumb li:last-child:after {
    content: "";
}

.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5,
.page-title h6 {
    font-size: 22px;
    letter-spacing: 1.5px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

.navbar-fixed-top {
    position: fixed !important;
    right: 0;
    left: 0;
    z-index: 1100;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

.space-30 {
    margin-top: 30px;
}

.mt60 {
    margin-top: 60px;
}

.mt65 {
    margin-top: 65px;
}

.mt30 {
    margin-top: 30px;
}

.mt25 {
    margin-top: 25px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

.mr10 {
    margin-right: 10px;
}

.pad50 {
    padding: 50px 0;
}

.pad60 {
    padding: 60px 0;
}

.pad80 {
    padding: 80px 0;
}

.pad100 {
    padding: 100px 0;
}

.pad120 {
    padding: 120px 0;
}

.pad-t100 {
    padding-top: 100px;
}

.pad-t80 {
    padding-top: 80px;
}

.pad-t30 {
    padding-top: 30px;
}

.pad-t60 {
    padding-top: 60px;
}

.pad-t90 {
    padding-top: 90px;
}

.pad-t120 {
    padding-top: 120px;
}

.pad-b30 {
    padding-bottom: 30px;
}

.pad-b40 {
    padding-bottom: 40px;
}

.pad-b50 {
    padding-bottom: 50px;
}

.pad-b60 {
    padding-bottom: 60px;
}

.pad-b70 {
    padding-bottom: 70px;
}

.pad-b80 {
    padding-bottom: 80px;
}

.pad-b100 {
    padding-bottom: 100px;
}

.bannerTopSlideText {
    margin-top: 0;
    background: #fdac09;
    margin-bottom: -5px;
    padding: 4px 0px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}


.section-title {
    font-family: "Montserrat", sans-serif;
    font-size: 33px;
    font-weight: 400;
    line-height: 33px;
    position: relative;
    margin: 0 0 85px;
    color: #333;
    text-transform: uppercase;
}

.section-title h3 {
    font-size: 33px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 15px;
}

.section-title h3 span {
    color: #007e76 !important;
}

.section-title:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 37px;
    height: 2px;
    margin: -40px auto;
    content: "";
    opacity: 1;
    background: #007e76;
}

.section-title.white h3 {
    color: #ffffff;
}

.section-title.left:after {
    left: 0;
    right: 100%;
}

.section-title span i:before {
    font-size: 40px;
    color: #007e76;
}

.section-title-sm h3 {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

.section-title-sm h3 span {
    color: #007e76;
}

.section-title-2 {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    margin: 0 0 50px;
    color: #24252a;
}

.section-title-2 h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 50px;
}

.section-title-2 h3 span {
    color: #007e76 !important;
}

.section-title-2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 2px;
    margin: -27px auto;
    content: "";
    opacity: 1;
    background: #007e76;
}

.section-title-2.white h3 {
    color: #ffffff;
}

.section-title-2 span i:before {
    font-size: 40px;
    color: #007e76;
}

.section-title-2.center {
    text-align: center;
}

.section-title-2.center:after {
    left: 0;
    right: 0;
    width: 40px;
    height: 3px;
    margin: -28px auto;
}

blockquote {
    padding: 12.5px 25px;
    margin: 0 0 25px;
    font-style: italic;
    border-left: 3px solid #24252a;
}

blockquote.primary {
    border-left-color: #007e76;
}

blockquote.ash-bg {
    background-color: #f7f7f7;
}

.divider {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #999;
}

.divider.dotted {
    border-top: 1px dotted #999;
}

.divider.dashed {
    border-top: 1px dashed #999;
}

.bg-color-1 {
    background: #1f2125;
}

.bg-color-2 {
    background: #111010;
}

.parallax {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
    background-size: cover;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin-left: 0;
}

.fa-ul li {
    padding: 5px 0;
}

.fa-ul {
    margin-top: 10px;
}

.fa-ul li .fa-li {
    margin-top: 8px;
    color: #1583c9;
}

.flex-control-thumbs {
    margin: 20px 0 0;
    position: static;
    overflow: visible;
}

.flex-control-thumbs li {
    float: none;
    width: 60px;
    height: 60px;
    overflow: hidden;
    transform: rotate(-45deg);
    margin: 0 8px;
}

.flex-control-thumbs img {
    border: 2px solid #545454;
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 0;
}

.flex-control-thumbs img.flex-active {
    border: 2px solid #007e76;
    z-index: 1;
}

.flex-control-thumbs img:hover {
    border: 2px solid #007e76;
    z-index: 1;
}

.hvr-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #007e76;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f2125;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-in:hover,
.hvr-in:focus,
.hvr-in:active {
    color: white;
}

.hvr-in:hover:before,
.hvr-in:hover:before,
.hvr-in:hover:before,
.hvr-in:focus:before,
.hvr-in:focus:before,
.hvr-in:focus:before,
.hvr-in:active:before,
.hvr-in:active:before,
.hvr-in:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.hvr-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #007e76;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-out:hover,
.hvr-out:focus,
.hvr-out:active {
    color: white;
}

.hvr-out:hover:before,
.hvr-out:hover:before,
.hvr-out:hover:before,
.hvr-out:focus:before,
.hvr-out:focus:before,
.hvr-out:focus:before,
.hvr-out:active:before,
.hvr-out:active:before,
.hvr-out:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.shadow {
    box-shadow: -25px 0 30px -15px rgba(0, 0, 0, 0.15), 25px 0 30px -15px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 768px) {
    .navbar.navbar-default {
        margin-bottom: 0;
        background: #004a98;
        /* background-image: linear-gradient(150deg, #fdac09 35%, #16b6f0 60%);
        background-image: -webkit-linear-gradient(150deg, #fdac09 35%, #16b6f0 60%);
        background-image: -ms-linear-gradient(150deg, #fdac09 35%, #16b6f0 60%);
        background-image: -o-linear-gradient(150deg, #fdac09 35%, #16b6f0 60%);
        background-image: -moz-linear-gradient(150deg, #fdac09 35%, #16b6f0 60%); */
        border: none;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        /* border-bottom: 1px solid #999; */
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        border-radius: 0;
        z-index: 9;
    }

    .navbar.navbar-default .navbar-header .navbar-brand {
        height: auto;
        padding: 2px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        background: #fff;
        -o-transition: all 0.2s ease-in-out;
    }

    .navbar-nav {
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

    .navbar-nav>li {
        position: inherit;
    }

    .navbar-nav>li>a {
        color: #333 !important;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        padding: 20px 15px;
    }

    .navbar-nav>li>a:after {
        /* background: #007e76; */
        content: "";
        height: 3px;
        left: 0;
        right: 0;
        bottom: 97%;
        position: absolute;
        width: 0%;
        text-align: center;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .navbar-nav>li>a:hover,
    .navbar-nav>li>a.active {
        color: #fff !important;
        background-color: #1583c9 !important;
    }

    .navbar-nav>li>a:hover:after,
    .navbar-nav>li>a.active:after {
        width: 100%;
    }

    .navbar-nav li.drop {
        position: relative;
    }

    .navbar-nav li.drop ul.drop-down {
        margin: 0;
        position: absolute;
        top: 80%;
        left: 0px;
        width: 240px;
        visibility: hidden;
        opacity: 0;
        z-index: 3;
        text-align: left;
        padding: 10px 15px;
        background: #ffffff;
        border-top: 3px solid #007e76;
        box-shadow: 0 0 4px #bdbdbd;
        -webkit-box-shadow: 0 0 4px #bdbdbd;
        -moz-box-shadow: 0 0 4px #bdbdbd;
        -o-box-shadow: 0 0 4px #bdbdbd;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

    .navbar-nav li.drop ul.drop-down li {
        list-style: none;
        display: block;
        margin: 0;
        position: relative;
        border-bottom: 1px solid rgba(220, 220, 220, 0.5);
    }

    .navbar-nav li.drop ul.drop-down li:last-child {
        border-bottom: 0;
    }

    .navbar-nav li.drop ul.drop-down li ul.drop-down.level3 {
        top: 0px;
        left: 80%;
        width: 200px;
        border-bottom: none;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

    .navbar-nav li.drop ul.drop-down li:hover ul.drop-down.level3 {
        opacity: 1;
        left: 100%;
        visibility: visible;
    }

    .navbar-nav li.drop ul.drop-down li a {
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        display: block;
        color: #888888;
        font-size: 13px;
        padding: 10px 0;
        font-weight: 400;
        margin: 0;
    }

    .navbar-nav li.drop ul.drop-down li a i {
        float: right;
    }

    .navbar-nav li.drop ul.drop-down li a:hover,
    .navbar-nav li.drop ul.drop-down li a.active {
        color: #007e76;
        padding-left: 5px;
    }

    .navbar-nav li.drop ul.drop-down li input[type="search"] {
        margin: 10px 25px;
        box-shadow: 0;
        border: 1px solid #ccc;
        outline: none;
        font-size: 13px;
        padding-left: 10px;
    }

    .navbar-nav li.drop ul.drop-down li input[type="search"]:focus {
        border: 1px solid #007e76;
    }

    .navbar-nav li.drop ul.drop-down.right-side {
        left: inherit;
        right: 0;
    }

    .navbar-nav li.drop:hover>ul.drop-down {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

    .navbar-nav li.megadrop:hover .megadrop-down {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

    .navbar-nav li.megadrop .megadrop-down {
        background: transparent;
        z-index: 999;
        position: absolute;
        width: 100%;
        top: 80%;
        left: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
    }

    .navbar-nav li.megadrop .megadrop-down .dropdown {
        text-align: left;
        padding: 25px;
        margin-right: 20px;
        background: #ffffff;
        border-top: 3px solid #007e76;
        box-shadow: 0 0 4px #bdbdbd;
        -webkit-box-shadow: 0 0 4px #bdbdbd;
        -moz-box-shadow: 0 0 4px #bdbdbd;
        -o-box-shadow: 0 0 4px #bdbdbd;
    }

    .navbar-nav li.megadrop .megadrop-down .dropdown ul:last-child li {
        border-right: none;
    }

    .navbar-nav li.megadrop .megadrop-down .dropdown ul li {
        list-style: none;
        padding: 10px 0;
        border-bottom: 1px solid rgba(220, 220, 220, 0.5);
    }

    .navbar-nav li.megadrop .megadrop-down .dropdown ul li:last-child {
        padding-bottom: 0;
        border: 0;
    }

    .navbar-nav li.megadrop .megadrop-down .dropdown ul li a {
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        display: block;
        color: #333;
        font-size: 13px;
        font-weight: 400;
        margin: 0;
    }

    .navbar-nav li.megadrop .megadrop-down .dropdown ul li a i {
        padding-right: 5px;
    }

    .navbar-nav li.megadrop .megadrop-down .dropdown ul li a:hover,
    .navbar-nav li.megadrop .megadrop-down .dropdown ul li a.active {
        color: #007e76;
        padding-left: 5px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .navbar-default .navbar-brand {
        padding: 20px 15px 10px !important;
    }
}

@media screen and (max-width: 767px) {
    .navbar-default {
        text-align: left;
        margin-bottom: 0;
    }

    .navbar-default .navbar-brand img {
        margin-top: 20px;
    }

    .navbar-default .navbar-collapse.collapse.in {
        max-height: 300px;
        overflow-y: scroll;
    }

    .navbar-nav>li>a {
        padding: 5px 15px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .navbar-nav li ul.drop-down {
        position: relative;
        top: inherit;
        left: inherit;
        width: 100%;
        visibility: visible;
        opacity: 1;
        padding: 5px 0;
        background: transparent;
        border-top: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
    }

    .navbar-nav li ul.drop-down li a {
        padding: 3px 30px;
        text-transform: uppercase;
        color: #007e76;
    }

    .navbar-nav li ul.drop-down li ul.drop-down.level3 {
        top: inherit;
        left: inherit;
        width: 100%;
        position: relative;
        visibility: visible;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        opacity: 1;
    }

    .navbar-nav li ul.drop-down li ul.drop-down.level3 li {
        padding-left: 10px;
    }

    .navbar-nav li ul.drop-down li ul.drop-down.level3 li a {
        color: #007e76;
    }

    .navbar-nav li ul.drop-down li input[type="search"] {
        margin: 10px 25px;
        box-shadow: 0;
        border: 1px solid #ccc;
        outline: none;
        font-size: 13px;
        padding-left: 10px;
    }

    .navbar-nav li ul.drop-down li input[type="search"]:focus {
        border: 1px solid #007e76;
    }

    .navbar-nav li.megadrop .megadrop-down {
        position: relative;
        top: inherit;
        left: inherit;
        visibility: visible;
        opacity: 1;
    }

    .navbar-nav li.megadrop .megadrop-down .dropdown {
        padding: 0 15px;
        background: transparent;
        border-top: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
    }

    .navbar-nav li.megadrop .megadrop-down .dropdown ul {
        margin-bottom: 0;
    }

    .navbar-nav li.megadrop .megadrop-down .dropdown ul li {
        padding-bottom: 5px !important;
        border-right: none;
    }

    .navbar-nav li.megadrop .megadrop-down .dropdown ul li a {
        color: #007e76;
        text-transform: uppercase;
    }

    .navbar-nav li.megadrop .megadrop-down .dropdown ul li a i {
        display: none;
    }

    .hidden {
        display: none !important;
    }
}

.top-header {
    padding: 5px 0;
    background: #1583c9;
    display: none;
}

/* .top-header ul.top-social li {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin: 0 1px 0 0;
    padding: 5px 10px;
    list-style: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.top-header ul.top-social li:first-child {
    margin-left: 0;
}

.top-header ul.top-social li a {
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.top-header ul.top-social li a i {
    text-align: center;
    padding-top: 3px;
}

.top-header ul.top-social li:hover {
    background: #ffffff;
}

.top-header ul.top-social li:hover i {
    color: #24252a;
} */

ul.top-social li {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin: 0 1px 0 0;
    padding: 5px 10px;
    list-style: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

ul.top-social li:first-child {
    margin-left: 0;
}

ul.top-social li a {
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

ul.top-social li a i {
    text-align: center;
    padding-top: 3px;
}

ul.top-social li:hover {
    background: #ffffff;
}

ul.top-social li:hover i {
    color: #24252a;
}

/*----------------------------------------------------------------------*/

.top-header .top-phone,
.top-header .top-address {
    padding: 5px 0;
    font-size: 13px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #ffffff;
    display: inline-block;
}

.top-header .top-address {
    /*    margin-right: 15px; */
}

.rev_slider_wrapper .tp-leftarrow.hermes {
    position: absolute;
    left: 0 !important;
}

.rev_slider_wrapper .tp-rightarrow.hermes {
    position: absolute;
    right: 0 !important;
}

.rev_slider_wrapper .btn.btn-primary:hover {
    color: #fff !important;
}

.parallax-slide-text h1,
.parallax-slide-text h2,
.parallax-slide-text h3,
.parallax-slide-text h4,
.parallax-slide-text h5,
.parallax-slide-text h6 {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 40px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
}

.parallax-slide-text h1:after,
.parallax-slide-text h2:after,
.parallax-slide-text h3:after,
.parallax-slide-text h4:after,
.parallax-slide-text h5:after,
.parallax-slide-text h6:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    margin: -28px auto;
    content: "";
    opacity: 1;
    background: #fff;
}

.parallax-slide-text p {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    margin-top: 65px;
}

.parallax-slide-text-2 h1,
.parallax-slide-text-2 h2,
.parallax-slide-text-2 h3,
.parallax-slide-text-2 h4,
.parallax-slide-text-2 h5,
.parallax-slide-text-2 h6 {
    font-size: 60px;
    line-height: 90px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

.parallax-slide-text-2.white h1,
.parallax-slide-text-2.white h2,
.parallax-slide-text-2.white h3,
.parallax-slide-text-2.white h4,
.parallax-slide-text-2.white h5,
.parallax-slide-text-2.white h6 {
    color: #fff;
}

#main-slide .item img {
    width: 100%;
}

#main-slide .item .slider-content {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

#main-slide .item.active .slider-content {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}

#main-slide .slider-content {
    top: 45%;
    margin-top: -70px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}

#main-slide .carousel-indicators {
    bottom: 30px;
}

.carousel-indicators li {
    width: 14px !important;
    height: 14px !important;
    border: 2px solid #fff !important;
    margin: 1px !important;
}

#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

#main-slide .carousel-control.left span {
    padding: 15px;
}

#main-slide .carousel-control.right span {
    padding: 15px;
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
}

#main-slide .carousel-control .fa-angle-left {
    left: 0;
}

#main-slide .carousel-control .fa-angle-right {
    right: 0;
}

#main-slide .carousel-control i {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    line-height: 36px;
    font-size: 32px;
    padding: 15px 20px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#main-slide .slider-content h1,
#main-slide .slider-content h2,
#main-slide .slider-content h3,
#main-slide .slider-content h4,
#main-slide .slider-content h5,
#main-slide .slider-content h6 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 5px;
    margin-bottom: 55px;
    color: #fff;
    text-transform: uppercase;
}

#main-slide .slider-content h1 strong,
#main-slide .slider-content h2 strong,
#main-slide .slider-content h3 strong,
#main-slide .slider-content h4 strong,
#main-slide .slider-content h5 strong,
#main-slide .slider-content h6 strong {
    color: #007e76;
}

#main-slide .slider-content h2.white,
#main-slide .slider-content h3.white {
    color: #fff;
}

#main-slide .slider-content p {
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 1px;
    margin-bottom: 55px;
    color: #fff;
}

.slider.btn {
    padding: 10px 40px;
    font-size: 20px;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 300;
    border: 0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.slider.btn.btn-default {
    margin-left: 4px;
    background: #ececec;
}

.slider.btn.btn-default:hover {
    background: #000;
    color: #fff;
}

.slider-content-left {
    position: relative;
    margin: 0 0 0 40px;
}

.slider-content-right {
    position: relative;
}

/*-- Animation --*/

.carousel .item.active .animated1 {
    -webkit-animation: lightSpeedIn 1s ease-in 800ms both;
    animation: lightSpeedIn 1s ease-in 800ms both;
}

.carousel .item.active .animated2 {
    -webkit-animation: bounceIn 1s ease-in 800ms both;
    animation: bounceIn 1s ease-in 800ms both;
}

.carousel .item.active .animated3 {
    -webkit-animation: flipInX 2s ease-in-out 800ms both;
    animation: flipInX 2s ease-in-out 800ms both;
}

@media (min-width: 992px) {

    #main-slide .slider-content h1,
    #main-slide .slider-content h2,
    #main-slide .slider-content h3,
    #main-slide .slider-content h4,
    #main-slide .slider-content h5,
    #main-slide .slider-content h6 {
        font-size: 68px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #main-slide .slider-content h1,
    #main-slide .slider-content h2,
    #main-slide .slider-content h3,
    #main-slide .slider-content h4,
    #main-slide .slider-content h5,
    #main-slide .slider-content h6 {
        font-size: 35px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    #main-slide .slider-content p {
        font-size: 20px;
        margin-top: 0;
        line-height: 25px;
    }

    .slider.btn {
        padding: 5px 25px;
        margin-top: 5px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    #main-slide .slider-content h1,
    #main-slide .slider-content h2,
    #main-slide .slider-content h3,
    #main-slide .slider-content h4,
    #main-slide .slider-content h5,
    #main-slide .slider-content h6 {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 0;
    }

    #main-slide .slider-content p {
        font-size: 14px;
        margin-top: 5px;
    }

    .slider.btn {
        padding: 0 15px;
        margin-top: 0;
        font-size: 12px;
    }

    #main-slide .carousel-indicators {
        display: none;
    }

    #main-slide .item .slider-content {
        display: none;
    }
}

@media (max-width: 479px) {
    #main-slide .item .slider-content {
        display: none;
    }
}

.feature {
    padding: 0 0 30px;
}

.feature .feature-icon {
    line-height: 45px;
    margin: 0 10px;
    padding: 0 15px;
}

.feature .feature-icon i {
    font-size: 45px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #007e76;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.feature .media-heading {
    font-size: 16px;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #24252a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.feature:hover i {
    transform: rotateY(180deg);
}

.feature:hover .media-heading {
    color: #007e76;
}

.feature.white {
    color: #fff;
}

.feature.white .media-heading,
.feature.white i {
    color: #fff;
}

.feature-1 {
    padding-bottom: 30px;
}

.feature-1 i {
    font-size: 45px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #007e76;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.feature-1 .feature-title {
    padding: 30px 0;
}

.feature-1 .feature-title a {
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    color: #333333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.feature-1 p {
    padding: 0 22px;
}

.feature-1:hover i {
    transform: rotateY(180deg);
}

.feature-1:hover .feature-title a {
    color: #007e76;
}

.feature-2 {
    text-align: center;
    margin-bottom: 60px;
}

.feature-2 .feature-icon {
    color: #007e76;
    font-size: 30px !important;
    line-height: 30px !important;
    display: inline-block;
    text-align: center;
    padding: 20px;
    color: #007e76;
    border-style: solid;
    border-color: #007e76;
    border-width: 1px;
    border-radius: 5px;
}

.feature-2 .feature-icon i {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.feature-2 a {
    position: relative;
    text-transform: uppercase;
}

.feature-2 a h3 {
    color: #333333;
    font-size: 16px;
    line-height: 18px;
    margin: 30px 0 20px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.feature-2 p {
    padding: 0 10px;
}

.feature-2:hover a h3 {
    color: #007e76;
}

.feature-3 .feature-number {
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #ffffff;
    font-size: 70px;
    font-weight: 700;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.feature-3 h4 {
    font-size: 20px;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 5px;
}

.feature-3 p {
    color: #fff;
}

.feature-4 {
    margin-bottom: 50px;
}

.feature-4 .feature-icon i {
    font-size: 36px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #007e76;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.feature-4 h3 {
    font-size: 16px;
    position: relative;
    margin-top: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #333333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.feature-4:hover .feature-icon i {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.feature-4:hover h3 {
    color: #007e76;
}

.animated-counter {
    padding-bottom: 30px;
}

.animated-counter .animated-icon span {
    font-size: 40px;
    padding-bottom: 28px;
    color: #ffffff;
}

.animated-counter .animated-number {
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    position: relative;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

.animated-counter .animated-number:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 37px;
    height: 2px;
    margin: -30px auto;
    content: "";
    background: #ffffff;
}

.animated-counter p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    margin: 70px 0 0;
    padding: 0;
    text-transform: uppercase;
    color: #ffffff !important;
}

.img-section {
    position: relative;
    display: block;
}

.img-section .image-content-img {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../images/others/responsive_i.html) no-repeat;
    background-position: 50%;
    background-size: cover;
}

.image-content {
    padding-left: 40px;
}

.image-content h3.image-content-title {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    position: relative;
    margin: 0 0 60px;
    text-transform: capitalize;
    color: #24252a;
    background: transparent;
}

.image-content h3.image-content-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    margin: -28px auto;
    content: "";
    opacity: 1;
    background: #32c5d2;
}

.image-content .image-content-list {
    display: inline-block;
    margin: 50px 0 40px 0;
    width: 100%;
}

.image-content .image-content-list li {
    float: left;
    margin-right: 15px;
    list-style: none;
}

.image-content .image-content-list li a {
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #24252a;
}

.image-content .image-content-list li a span {
    font-size: 24px;
    line-height: 52px;
    width: 52px;
    height: 52px;
    margin: 0 15px 0 0;
    text-align: center;
    color: #ffffff;
    border-radius: 0;
    background: #32c5d2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.image-content a.btn {
    margin-bottom: 80px;
}

.general-tab .nav-tabs {
    background-color: #24252a;
}

.general-tab .nav-tabs li {
    border-radius: 0;
}

.general-tab .nav-tabs li a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 0;
    border-radius: 0;
    padding: 15px 30px;
    color: #fff;
}

.general-tab .nav-tabs li a:hover {
    background-color: transparent;
}

.general-tab .nav-tabs li.active a,
.general-tab .nav-tabs li.active a:focus,
.general-tab .nav-tabs li.active a:hover {
    background: #007e76;
    color: #fff;
    border: 0;
}

.general-tab .tab-content {
    padding: 40px 30px;
    background: transparent;
}

.call-to-action-simple h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    margin-top: 15px;
}

.call-to-action-simple.white h3 {
    color: #fff;
}

.call-to-action-2 h3 {
    font-size: 22px;
    line-height: 22px;
    color: #333;
    margin-bottom: 15px;
}

.call-to-action-2 p {
    font-size: 40px !important;
    line-height: 50px !important;
    margin-top: 22px !important;
    color: #333;
    font-family: "Montserrat", sans-serif;
}

.call-to-action-2.white h3,
.call-to-action-2.white p {
    color: #ffffff;
}

.text-section-left .text-section-title {
    position: relative;
}

.text-section-left .text-section-title h3 {
    font-size: 30px;
    line-height: 120%;
    font-weight: 500;
    position: relative;
    margin: 0 0 60px;
    text-transform: capitalize;
    background: transparent;
}

.text-section-left .text-section-title h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 37px;
    height: 2px;
    margin: -27px auto;
    content: "";
    opacity: 1;
    background: #007e76;
}

.text-section-left .text-section-title h3 span {
    color: #007e76;
}

.text-section-left h2 {
    font-weight: 700;
    margin-bottom: 50px;
}

.text-section-left p {
    letter-spacing: 0.03em;
}

.text-section-left.white h3,
.text-section-left.white h2,
.text-section-left.white p {
    color: #ffffff;
}

.text-section-left.white h3 span {
    color: #007e76;
}

.text-section-left.white .fa-ul li {
    color: #fff;
}

.client-section img {
    margin-bottom: 30px;
}

.client-carousel .client-logo {
    text-align: center;
}

.client-list {
    margin: 0 0 0 15px;
}

.client-list li {
    position: relative;
    display: inline-block;
    margin: 0 2.5px;
    list-style: none;
}

.client-list li img {
    width: 100%;
    margin: 0 5px 5px 0;
    padding: 5px;
    opacity: 1;
    border: 1px solid #ddd;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.client-list li img:hover {
    opacity: 0.7;
    border: 1px solid #007e76;
}

ul.filter {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 60px;
}

ul.filter li {
    display: inline-block;
    margin-right: 10px;
}

ul.filter li a {
    background: #24252a;
    color: #ffffff;
    padding: 10px 30px;
    font-size: 13px;
    line-height: 1.8em;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

ul.filter li a.active,
ul.filter li a:hover {
    background: #007e76;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.portfolio-box {
    overflow: hidden;
}

.portfolio-post {
    overflow: hidden;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    visibility: visible;
}

.portfolio-post img {
    max-width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    background-color: white;
}

.portfolio-post .hover-box {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    transition: opacity 400ms ease-in, margin 250ms ease;
    -webkit-transition: opacity 400ms ease-in, margin 250ms ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    margin: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 2;
}

.portfolio-post .hover-box .inner-hover {
    width: 100%;
    height: 100%;
    display: table;
}

.portfolio-post .hover-box .inner-hover .middle {
    vertical-align: middle;
    display: table-cell;
}

.portfolio-post .hover-box .inner-hover h4 a {
    color: #ffffff;
    margin-top: 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1px;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 150ms;
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 150ms;
}

.portfolio-post .hover-box .inner-hover p {
    padding-top: 15px;
    color: #007e76;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 300ms;
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 300ms;
}

.portfolio-post .hover-box .inner-hover .portfolio-post-btn a {
    background: #007e76;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1;
    cursor: pointer;
    display: block;
    vertical-align: middle;
    max-width: 100px;
    margin: 0 auto;
    padding: 12px 25px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border: 0;
    border-radius: 0;
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.portfolio-post .hover-box .inner-hover .portfolio-post-btn a img {
    display: none;
}

.portfolio-post:hover img {
    -webkit-transform: scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1);
}

.portfolio-post:hover .hover-box {
    opacity: 1;
}

.portfolio-post:hover .hover-box .inner-hover h4 a {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.portfolio-post:hover .hover-box .inner-hover p {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.portfolio-post:hover .hover-box .inner-hover .portfolio-post-btn a {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.portfolio-details {
    background: #f5f5f5;
    padding: 20px;
    font-size: 13px;
    line-height: 13px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.portfolio-details h4 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
}

.portfolio-details p {
    color: #007e76;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.portfolio-details i {
    margin-right: 5px;
}

.portfolio-details:hover {
    background: #333;
}

.portfolio-details:hover h4 {
    color: #ffffff;
}

button.mfp-close,
button.mfp-arrow {
    outline: none;
}

.portfolio-box.col-3 .portfolio-post {
    width: 33.25%;
}

.portfolio-box.col-4 .portfolio-post {
    width: 25%;
}

.portfolio-box.col-2 .portfolio-post {
    width: 49.95%;
}

.portfolio-box.col-3-sidebar .portfolio-post {
    width: 279px;
    margin: 1.5px;
}

.portfolio-carousel .owl-buttons div {
    width: 30px;
    height: 30px;
    line-height: 26px;
    background: #f26520 !important;
    opacity: 1;
}

.team-member-style-1 {
    position: relative;
    padding-bottom: 30px;
}

.team-member-style-1 .team-member-img {
    position: relative;
    overflow: hidden;
}

.team-member-style-1 .team-member-img:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    content: "";
    text-align: center;
    opacity: 0;
    background-color: rgba(33, 40, 45, 0.66);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.team-member-style-1 .team-info {
    position: absolute;
    right: auto;
    bottom: 30px;
    left: auto;
    width: 100%;
    padding: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

.team-member-style-1 .team-info .team-name {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    display: block;
    margin: 5px auto;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.team-member-style-1 .team-info .team-designation {
    font-size: 15px;
    margin: auto;
    padding: 10px 0 0;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.team-member-style-1 .icon {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    -webkit-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transform: scale(0);
    text-align: center;
    opacity: 0;
}

.team-member-style-1 .icon>li {
    display: inline-block;
}

.team-member-style-1 .icon>li:hover {
    color: #007e76;
}

.team-member-style-1 .icon a {
    font-size: 16px;
    line-height: 35px;
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #ffffff;
}

.team-member-style-1:hover .team-member-img:after {
    opacity: 1;
}

.team-member-style-1:hover .team-info {
    bottom: 50%;
    color: #ffffff;
}

.team-member-style-1:hover .icon {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.team-member-style-2 {
    position: relative;
    border: 1px solid #666666;
    background: #333333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 30px;
}

.team-member-style-2 .team-img {
    position: relative;
    text-align: center;
    opacity: 1;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.team-member-style-2 .team-img img {
    width: 100%;
}

.team-member-style-2 .team-info .team-name {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 16px;
    display: block;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.team-member-style-2 .team-info .team-designation {
    font-size: 15px;
    display: block;
    margin: auto;
    padding: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.team-member-style-2 .team-social-icons .team-social {
    position: absolute;
    top: 60%;
    right: 10%;
    left: 10%;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.team-member-style-2 .team-social-icons .team-social li {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 3px;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    text-align: center;
    color: #007e76;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-member-style-2 .team-social-icons .team-social li i {
    font-size: 17px;
    padding-top: 6px;
    color: #fff;
}

.team-member-style-2:hover {
    background: rgba(27, 189, 232, 0.85);
}

.team-member-style-2:hover .team-img {
    opacity: 0.8;
}

.team-member-style-2:hover .team-social {
    opacity: 1;
}

.team-member-style-2:hover .team-social li {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    background: #333333;
}

.pricing-table {
    margin: 0;
    padding: 0;
    text-align: center;
    border: 1px solid #ccc;
    background: transparent;
    margin-bottom: 30px;
}

.pricing-table li {
    position: relative;
    padding: 10px 0;
    list-style: none;
    border-bottom: 1px solid #eee;
    background: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pricing-table li:first-child {
    padding: 15px 0;
    background: #007e76;
}

.pricing-table li:last-child {
    padding-top: 0;
    padding-bottom: 50px;
}

.pricing-table li h2 {
    font-size: 16px;
    margin: 0;
    padding: 15px 0;
    text-transform: uppercase;
    color: #ffffff;
}

.pricing-table li.title {
    padding: 30px 0 16px;
}

.pricing-table li.title p {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    color: #333333;
}

.pricing-table li.title p em {
    font-size: 15px !important;
    font-style: italic;
    text-transform: lowercase;
    color: #666;
}

.pricing-table li a {
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    border: 0;
    border-radius: 0;
    background: #007e76;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 50px;
}

.latest-news {
    border: 1px solid #ececec;
    background: #ffffff;
    position: relative;
    overflow-x: hidden;
    margin-bottom: 30px;
}

.latest-news .latest-news-image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.latest-news .latest-news-image img {
    width: 100%;
}

.latest-news .news-date {
    position: absolute;
    top: 0;
    left: 5%;
    display: inline-block;
    padding: 8px 15px;
    background: #007e76;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
}

.latest-news .news-date span {
    display: block;
    font-weight: bold;
    font-size: 20px;
}

.latest-news .news-content {
    margin: 0 20px 20px 20px;
}

.latest-news .news-content a.news-title {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    display: block;
    margin: 17px 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.latest-news .news-content a.news-title:hover {
    color: #007e76;
}

.latest-news .latest-news-meta {
    margin-bottom: 8px;
}

.latest-news .latest-news-meta li {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
    color: #007e76;
}

.latest-news .latest-news-meta li a {
    color: #007e76;
}

.latest-news .latest-news-meta li i {
    margin-right: 8px;
}

.latest-news .read-more {
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
}

.latest-news .read-more i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.latest-news .read-more:hover i {
    padding-left: 10px;
    color: #007e76;
}

.latest-news-style-2 {
    margin-bottom: 30px;
}

.latest-news-style-2 .media-left {
    float: left;
    margin-right: 5px;
}

.latest-news-style-2 .media-left img {
    width: 250px;
    height: auto;
}

.latest-news-style-2 h4 {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
}

.latest-news-style-2 h4 a {
    color: #333;
}

.latest-news-style-2 ul.latest-news-meta {
    display: inline-block;
}

.latest-news-style-2 ul.latest-news-meta li {
    float: left;
    margin-right: 20px;
}

.latest-news-style-2 ul.latest-news-meta li a {
    color: #333;
    font-size: 13px;
    line-height: 23px;
    text-transform: uppercase;
}

.latest-news-style-2 ul.latest-news-meta li a i {
    color: #007e76;
    font-size: 14px;
    padding-right: 10px;
}

.testimonial-item {
    padding: 0 15%;
}

.testimonial-item img {
    width: 65px;
    height: 65px;
    border: 2px solid #007e76;
    border-radius: 50%;
}

.testimonial-item .testimonial-text {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    padding: 20px 40px;
    color: #ffffff;
}

.testimonial-item .testimonial-client {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 20px;
    text-transform: capitalize;
    color: #ffffff;
}

.testimonial-item .client-designation {
    color: #eee;
    font-size: 13px;
}

.testimonial-item-2 img {
    border-radius: 50%;
    width: 65px;
}

.testimonial-item-2 .media-body {
    border-left: 5px solid #eee;
    padding: 0 25px 30px;
}

.testimonial-item-2 .media-body p {
    color: #eee;
    font-size: 15px;
    line-height: 25px;
    font-style: italic;
}

.testimonial-item-2 .testimonial-client {
    color: #007e76;
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
}

.testimonial-item-2 .client-designation {
    color: #eee;
    font-size: 10px;
}

.testimonial-carousel-1.owl-theme .owl-controls {
    margin-top: 0;
    display: inline-block;
}

.testimonial-carousel-1.owl-theme .owl-controls .owl-buttons div {
    font-size: 20px;
    width: 40px;
    height: 40px;
    padding: 8px 12px;
    border-radius: 1px;
    background: transparent;
    color: #333;
    border: 1px solid #333;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.testimonial-carousel-1.owl-theme .owl-controls .owl-buttons div:hover {
    background: #007e76;
    border: 1px solid #007e76;
    color: #ffffff;
}

.testimonial-carousel-1.owl-theme .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    left: 45.5%;
    bottom: -5px;
}

.testimonial-carousel-1.owl-theme .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    right: 45.5%;
    bottom: -5px;
}

.testimonial-carousel-1.left-button.owl-theme .owl-controls .owl-buttons div {
    float: left;
}

.testimonial-carousel-1.left-button.owl-theme .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    left: 0;
    bottom: -20px;
}

.testimonial-carousel-1.left-button.owl-theme .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    left: 9%;
    bottom: -20px;
}

.testimonial-carousel-2.owl-theme .owl-controls .owl-buttons div {
    font-size: 20px;
    width: 40px;
    height: 40px;
    padding: 8px 10px;
    border-radius: 1px;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.testimonial-carousel-2.owl-theme .owl-controls .owl-buttons div:hover {
    background: #007e76;
    border: 1px solid #007e76;
}

.testimonial-carousel-2.owl-theme .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    left: 0;
    top: 30%;
}

.testimonial-carousel-2.owl-theme .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    right: 0;
    top: 30%;
}

.skill-section {
    margin-top: 20px;
}

.skill-section .skill {
    padding-bottom: 15px;
}

.skill-section .skill-name {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.skill-section .progress-bar-percentage {
    font-size: 13px;
    font-weight: 500;
    background: #24252a;
    color: #ffffff;
    padding: 3px 8px;
    margin-top: -26px;
}

.skill-section .progress {
    overflow: visible;
    height: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
    background: #f9f9f9;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.skill-section .progress-bar {
    background: #007e76;
    float: left;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    position: relative;
}

.skill-section .skill-style-2 {
    padding-bottom: 30px;
}

.skill-section .skill-style-2 .progress {
    height: 20px;
}

.skill-section.white .skill-name {
    color: #fff;
}

.striped-progress-bar .progress {
    height: 30px;
    margin-bottom: 30px;
    border-radius: 0;
}

.striped-progress-bar .progress-bar {
    line-height: 30px;
}

.striped-progress-bar .progress-bar-brand {
    background-color: #007e76;
}

.progress-chart-feature {
    text-align: center;
}

.progress-chart-feature .chart {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    text-align: center;
}

.progress-chart-feature .chart-icon {
    display: inline-block;
    line-height: 140px;
    z-index: 2;
}

.progress-chart-feature .chart-icon span {
    font-size: 26px;
    line-height: 50px;
    font-weight: 700;
    width: 50px;
    height: 50px;
}

.progress-chart-feature .chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.progress-chart-feature h4 {
    font-size: 20px;
    font-weight: 500 !important;
    position: relative;
    margin-top: 20px;
    margin-bottom: 25px;
    text-transform: capitalize;
    color: #24252a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.progress-chart-feature.white {
    color: #ffffff;
}

.progress-chart-feature.white h4,
.progress-chart-feature.white p {
    color: #ffffff;
}

.progress-chart-feature.white .chart-icon span {
    color: #fff;
}

.video-bg {
    position: relative;
}

.video-bg h3 {
    color: #fff;
}

.video-bg #customElement {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
}

.block-number .number {
    display: inline-block;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #333333;
    color: #ffffff;
    border-radius: 50%;
}

.block-number.rounded .number {
    border-radius: 5px;
}

.hudson-accordion .panel {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.hudson-accordion .panel-heading {
    background: transparent;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.hudson-accordion .panel-heading .panel-title a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #1583c9;
    font-family: "Montserrat", sans-serif;
    /* text-transform: uppercase; */
    padding: 3px 0 10px 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.hudson-accordion .panel-heading .panel-title a:before {
    font-family: "FontAwesome";
    content: "\f0ab";
    font-size: 20px;
    line-height: 36px;
    padding-right: 10px;
    /* color: #1583c9; */
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hudson-accordion .panel-heading .panel-title a.collapsed {
    color: #444;
}

.hudson-accordion .panel-heading .panel-title a.collapsed:hover {
    color: #1583c9;
}

.hudson-accordion .panel-heading .panel-title a.collapsed:before {
    font-family: "FontAwesome";
    content: "\f0a9";
}

.hudson-accordion .panel-body {
    padding: 15px;
    border-top: 1px solid #ddd;
    font-size: 15px;
    line-height: 24px;
    background-color: transparent !important;
}

.panel-title a .control-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: none;
}

.panel-title a.collapsed .control-icon {
    display: block;
}

.panel-title a i {
    font-size: 22px;
    padding-right: 5px;
    color: #5bb12f;
}

.blog-post,
.single-blog-post {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.blog-post .blog-img,
.single-blog-post .blog-img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: 550px;
    margin: 0 0 8px;
    text-align: center;
}

.blog-post .blog-img .img-overlay,
.single-blog-post .blog-img .img-overlay {
    position: absolute;
    z-index: 100;
    right: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-post .blog-img .img-overlay i,
.single-blog-post .blog-img .img-overlay i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -50px;
    margin-left: -50px;
    padding: 26px 0;
    opacity: 0;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-post .blog-img:hover .img-overlay,
.single-blog-post .blog-img:hover .img-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-post .blog-img:hover .img-overlay i,
.single-blog-post .blog-img:hover .img-overlay i {
    opacity: 1;
}

.blog-post .post-content,
.single-blog-post .post-content {
    margin-top: 30px;
}

.blog-post .post-content .left-part,
.single-blog-post .post-content .left-part {
    float: left;
    margin-right: 20px;
}

.blog-post .post-content .right-part,
.single-blog-post .post-content .right-part {
    display: table-cell;
}

.blog-post .post-content .blog-date .blog_date,
.single-blog-post .post-content .blog-date .blog_date {
    display: block;
    width: 50px;
    padding: 9px 0;
    text-align: center;
    color: #ffffff;
    background-color: #007e76;
}

.blog-post .post-content .blog-date .blog_date .date,
.single-blog-post .post-content .blog-date .blog_date .date {
    font-size: 24px;
}

.blog-post .post-content .blog-date .blog_icon,
.single-blog-post .post-content .blog-date .blog_icon {
    display: block;
    padding: 20px 10px;
    text-align: center;
    background: #f6f6f6;
}

.blog-post .post-content .blog-date .blog_icon i,
.single-blog-post .post-content .blog-date .blog_icon i {
    font-size: 24px;
    color: #007e76;
}

.blog-post .post-content .post-title h3,
.single-blog-post .post-content .post-title h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
}

.blog-post .post-content .post-title h3 a,
.single-blog-post .post-content .post-title h3 a {
    color: #333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-post .post-content .post-title h3 a:hover,
.single-blog-post .post-content .post-title h3 a:hover {
    color: #007e76;
}

.blog-post .post-content .post-text p,
.single-blog-post .post-content .post-text p {
    line-height: 24px;
}

.blog-post .post-content .post-footer .post-meta,
.single-blog-post .post-content .post-footer .post-meta {
    float: left;
}

.blog-post .post-content .post-footer .post-meta li,
.single-blog-post .post-content .post-footer .post-meta li {
    display: inline-block;
    margin-right: 20px;
}

.blog-post .post-content .post-footer .post-meta li a,
.single-blog-post .post-content .post-footer .post-meta li a {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-post .post-content .post-footer .post-meta li a i,
.single-blog-post .post-content .post-footer .post-meta li a i {
    color: #007e76;
    margin-right: 10px;
    font-size: 17px;
}

.blog-post .post-content .post-footer .post-meta li a:hover,
.single-blog-post .post-content .post-footer .post-meta li a:hover {
    color: #007e76;
}

.blog-post .post-content .post-footer .read-more,
.single-blog-post .post-content .post-footer .read-more {
    float: right;
}

.blog-post .post-content .post-footer .read-more a,
.single-blog-post .post-content .post-footer .read-more a {
    color: #333;
    font-weight: 400;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-post .post-content .post-footer .read-more a:hover,
.single-blog-post .post-content .post-footer .read-more a:hover {
    color: #007e76;
}

.blog-post .blog-author,
.single-blog-post .blog-author {
    margin: 40px 0;
    padding: 30px;
    border-radius: 2px;
    border: 1px solid #ddd;
}

.blog-post .blog-author img,
.single-blog-post .blog-author img {
    width: 80px;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 20px 0 0;
    border-radius: 50%;
}

.blog-post .blog-author .author-name,
.single-blog-post .blog-author .author-name {
    margin-top: 20px;
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
}

.blog-post .blog-author .author-name a,
.single-blog-post .blog-author .author-name a {
    color: #24252a;
    font-weight: 500;
    font-size: 16px;
}

.blog-post .comment-section,
.single-blog-post .comment-section {
    margin-top: 80px;
}

.blog-post .comment-section h2,
.single-blog-post .comment-section h2 {
    color: #222222;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    padding-bottom: 35px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
}

.blog-post .comment-section .comment-box,
.single-blog-post .comment-section .comment-box {
    overflow: hidden;
    padding-bottom: 35px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 40px;
}

.blog-post .comment-section .comment-box img,
.single-blog-post .comment-section .comment-box img {
    width: 70px;
    float: left;
    border-radius: 50%;
}

.blog-post .comment-section .comment-box .comment-content,
.single-blog-post .comment-section .comment-box .comment-content {
    margin-left: 100px;
}

.blog-post .comment-section .comment-box .comment-content h4,
.single-blog-post .comment-section .comment-box .comment-content h4 {
    color: #222222;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
}

.blog-post .comment-section .comment-box .comment-content h4 a,
.single-blog-post .comment-section .comment-box .comment-content h4 a {
    color: #222222;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    float: right;
    font-size: 11px;
    font-weight: 400;
}

.blog-post .comment-section .comment-box .comment-content span,
.single-blog-post .comment-section .comment-box .comment-content span {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 11px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.blog-post .comment-section ul.depth .comment-box,
.single-blog-post .comment-section ul.depth .comment-box {
    padding-left: 100px;
}

.blog-post .comment-section .comment-form h2,
.single-blog-post .comment-section .comment-form h2 {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 30px;
}

.blog-post .comment-section .comment-form input[type="text"],
.blog-post .comment-section .comment-form textarea,
.single-blog-post .comment-section .comment-form input[type="text"],
.single-blog-post .comment-section .comment-form textarea {
    width: 100%;
    display: block;
    padding: 12px;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #999999;
    font-size: 13px;
    border: 1px solid #ccc;
    outline: none;
    margin: 0 0 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.blog-post .comment-section .comment-form input[type="text"]:focus,
.blog-post .comment-section .comment-form textarea:focus,
.single-blog-post .comment-section .comment-form input[type="text"]:focus,
.single-blog-post .comment-section .comment-form textarea:focus {
    border: 1px solid #007e76;
}

.blog-post .comment-section .comment-form textarea,
.single-blog-post .comment-section .comment-form textarea {
    min-height: 193px;
    margin-bottom: 30px;
}

.single-blog-post {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.pagination li a,
.pagination li a:hover,
.pagination li a:focus {
    color: #adadad;
    padding: 6px 12px;
    border-radius: 0;
    border: solid 1px #e1e1e1;
    background: transparent;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.pagination li.active a,
.pagination li.active a:hover {
    color: #fff;
    border: solid 1px #007e76;
    background-color: #007e76;
}

.pagination li:first-child a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination li:last-child a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.widget {
    margin-bottom: 40px;
}

.widget-title {
    margin: 0 0 20px 0;
}

.widget-title h3 {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #333333;
    border-bottom: 2px solid #ddd;
}

.widget-archive li a,
.widget-category li a {
    font-weight: 400;
    color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.widget-archive li a:hover,
.widget-category li a:hover {
    color: #007e76;
}

.widget-tag li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 2px;
}

.widget-tag a {
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal !important;
    line-height: 17px;
    margin: 0;
    padding: 8px 15px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff !important;
    border: 0;
    background: #007e76;
    text-shadow: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.widget-tag a:hover {
    background: #24252a;
}

.widget-social li {
    font-size: 16px;
    line-height: 16px;
    float: left;
    margin: 0 1px 0 0;
    padding: 5px 15px 5px 13px;
    list-style: none;
    text-align: center;
    background: #1a1a1a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.widget-social li a {
    color: #fff;
}

.widget-social li:hover {
    background: #007e76;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea,
.quotation-form input[type="text"],
.quotation-form input[type="email"],
.quotation-form select,
.quotation-form textarea {
    width: 100%;
    display: block;
    padding: 8px 12px;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #999999;
    font-size: 13px;
    border: 1px solid #ccc;
    outline: none;
    margin: 0 0 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.quotation-form input[type="text"]:focus,
.quotation-form input[type="email"]:focus,
.quotation-form select:focus,
.quotation-form textarea:focus {
    border: 1px solid #007e76;
}

.contact-form textarea,
.quotation-form textarea {
    min-height: 160px;
    margin-bottom: 25px;
}

.quotation-form input[type="text"],
.quotation-form input[type="email"],
.quotation-form select {
    padding: 20px 12px;
    color: #000;
}

.quotation-form textarea {
    min-height: 120px;
    margin-bottom: 30px;
}

.img-content {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: 550px;
    margin: 0 0 20px 0;
    text-align: center;
}

.img-content .img-overlay {
    position: absolute;
    z-index: 100;
    right: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img-content .img-overlay i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -50px;
    margin-left: -50px;
    padding: 26px 0;
    opacity: 0;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img-content:hover .img-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-content:hover .img-overlay i {
    opacity: 1;
}

.footer-section .footer-logo {
    margin-bottom: 20px;
}

.footer-section p {
    color: #ffffff;
}

.flag li {
    display: inline-block;
    margin-right: 10px;
}

.subscribe .input-group {
    width: 100%;
}

.subscribe .input-group .form-control {
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    height: 45px;
}

.subscribe .input-group a {
    width: 100%;
    margin-top: 15px;
}

.footer-twitter {
    text-align: center;
}

.footer-twitter img {
    border-radius: 50%;
    margin-bottom: 20px;
}

.footer-twitter a {
    color: #007e76;
}

.footer-twitter a:hover {
    color: #666;
}

.footer-twitter h4 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-twitter .owl-theme .owl-controls .owl-buttons div {
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-twitter .owl-theme .owl-controls .owl-buttons div:hover {
    background: #333;
}

.footer-working-our blockquote {
    line-height: 32px;
    color: #9e9e9e;
}

.footer-working-our h3 {
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.footer-working-our i {
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
    color: #fff;
}

.footer-social {
    margin-top: 25px;
    display: inline-block;
}

.footer-social li {
    font-size: 16px;
    line-height: 24px;
    float: left;
    margin: 0 1px 0 0;
    padding: 5px 15px 5px 13px;
    list-style: none;
    text-align: center;
    background: #1a1a1a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-social li:hover {
    background: #007e76;
}

.footer-social li a {
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-social li a i {
    text-align: center;
}

.footer-content p {
    color: #9e9e9e;
    font-size: 15px;
}

.hudson-gallery {
    display: inline-block;
}

.hudson-gallery li {
    float: left;
    width: 29%;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    border: 1px solid #007e76;
}

.hudson-gallery li:last-child {
    margin-right: 0;
}

.hudson-gallery li img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    background-color: white;
}

.hudson-gallery li:hover img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.hudson-gallery.showcase li {
    width: 175px;
    margin-right: 10px;
}

.hudson-menu-gallery ul:last-child li {
    border-right: 1px solid #007e76 !important;
}

.hudson-menu-gallery li {
    float: left;
    width: 15%;
    margin-bottom: 10px;
    margin-right: 5px;
    overflow: hidden;
    border: 1px solid #007e76 !important;
    border-bottom: 1px solid #007e76 !important;
    padding: 0 !important;
}

.hudson-menu-gallery li a:hover {
    padding: 0 !important;
}

.hudson-menu-gallery li img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    background-color: white;
}

.hudson-menu-gallery li:hover img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.copyright-section {
    font-size: 13px;
    padding: 6px 0 5px;
    /* border-top: 1px solid #333; */
    background: #004a98;
    /* background-image: linear-gradient(150deg, #16b6f0 35%, #fdac09 70%); */
    /* background-image: -webkit-linear-gradient(150deg, #16b6f0 35%, #fdac09 70%); */
    background-image: -ms-linear-gradient(150deg, #16b6f0 35%, #fdac09 70%);
    background-image: -o-linear-gradient(150deg, #16b6f0 35%, #fdac09 70%);
    background-image: -moz-linear-gradient(150deg, #16b6f0 35%, #fdac09 70%);
    /* background-image: -webkit-linear-gradient(150deg, #fdac09 35%, #16b6f0 35%); */
    position: absolute;
    width: 100%;
    z-index: 999;
    bottom: 0;
}

.copyright p {
    color: #fff;
    font-size: 14px;
    margin: 0px;
}

.copyright i {
    color: #007e76;
    margin: 0 5px;
}

.copyright a {
    color: #fff;
    /* font-size: 16px; */
}

.copyright a:hover {
    color: #007e76;
}

.footer-nav {
    /* float: right; */
}

.footer-nav li {
    display: inline-block;
}

.footer-nav li a {
    /* padding: 1px 12px; */
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
}

.footer-nav li a:hover {
    color: #007e76;
}

.error-page {
    text-align: center;
}

.error-page h1,
.error-page h2,
.error-page h3,
.error-page h4,
.error-page h5,
.error-page h6 {
    font-size: 120px;
    margin-bottom: 40px;
    color: #fff;
}

.error-page h3 {
    font-size: 60px;
    color: #fff;
}

.error-page p {
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
}

.back-to-top.reveal {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 30;
    filter: alpha(opacity=3000);
}

.back-to-top.reveal:focus,
.back-to-top.reveal:active,
.back-to-top.reveal:hover {
    background-color: #24252a;
    opacity: 100;
    filter: alpha(opacity=10000);
}

.back-to-top {
    position: fixed;
    z-index: 1000;
    right: 25px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    background-color: #007e76;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 350ms;
    -o-transition: opacity 350ms;
    transition: opacity 350ms;
}

.back-to-top i {
    position: absolute;
    top: 50%;
    left: 35%;
    margin-top: -15px;
    margin-left: -3px;
    color: #ffffff;
}

/******* Style Switcher *******/

.switcher-box {
    width: 212px;
    position: fixed;
    left: -212px;
    top: 40%;
    text-align: center;
    z-index: 99999999999;
    background-color: #fff;
    border-radius: 0 0 2px 0;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.switcher-box i {
    color: #32c5d2;
}

.switcher-box h4 {
    display: block;
    height: 40px;
    line-height: 42px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #333;
    margin-bottom: 10px;
}

.switcher-box span {
    display: block;
    padding: 5px 20px;
    text-align: left;
}

.switcher-box .colors-list {
    padding: 0 18px 0 18px;
    margin-bottom: 8px;
    line-height: 20px;
}

.switcher-box .colors-list li {
    display: inline-block;
    margin-right: 2px;
}

.switcher-box .colors-list li a {
    display: block;
    width: 24px;
    height: 18px;
    cursor: pointer;
}

.switcher-box .bg-list {
    padding: 0 18px 0 18px;
    margin-bottom: 18px;
}

.switcher-box .bg-list li {
    display: inline-block;
    margin-right: 2px;
}

.switcher-box .bg-list li a {
    display: block;
    width: 20px;
    height: 20px;
}

/* .switcher-box .bg-list li a.bg1 {
    background: url(../images/patterns/1.png) repeat;
}

.switcher-box .bg-list li a.bg2 {
    background: url(../images/patterns/2.png) repeat;
}

.switcher-box .bg-list li a.bg3 {
    background: url(../images/patterns/3.png) repeat;
}

.switcher-box .bg-list li a.bg4 {
    background: url(../images/patterns/4.png) repeat;
}

.switcher-box .bg-list li a.bg5 {
    background: url(../images/patterns/5.png) repeat;
}

.switcher-box .bg-list li a.bg6 {
    background: url(../images/patterns/6.png) repeat;
}

.switcher-box .bg-list li a.bg7 {
    background: url(../images/patterns/7.png) repeat;
}

.switcher-box .bg-list li a.bg8 {
    background: url(../images/patterns/8.png) repeat;
}

.switcher-box .bg-list li a.bg9 {
    background: url(../images/patterns/9.png) repeat;
}

.switcher-box .bg-list li a.bg10 {
    background: url(../images/patterns/10.png) repeat;
}

.switcher-box .bg-list li a.bg11 {
    background: url(../images/patterns/11.png) repeat;
}

.switcher-box .bg-list li a.bg12 {
    background: url(../images/patterns/12.png) repeat;
}

.switcher-box .bg-list li a.bg13 {
    background: url(../images/patterns/13.png) repeat;
}

.switcher-box .bg-list li a.bg14 {
    background: url(../images/patterns/14.png) repeat;
} */

.switcher-box .open-switcher {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 2px 2px 0;
    background: #444 center no-repeat;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.switcher-box .open-switcher:hover {
    background: #444 center no-repeat;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.switcher-box .open-switcher i {
    text-align: center;
    padding-top: 7px;
}

/********************************/

/*          Main CSS     */

/********************************/

#first-slider .main-container {
    padding: 0;
}

.center-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
}

#first-slider .slide1 h3,
#first-slider .slide2 h3,
#first-slider .slide3 h3,
#first-slider .slide4 h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

#first-slider .slide1 h4,
#first-slider .slide2 h4,
#first-slider .slide3 h4,
#first-slider .slide4 h4 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

#first-slider .slide1 .text-left,
#first-slider .slide3 .text-left {
    padding-left: 40px;
}

#first-slider .carousel-indicators {
    bottom: 0;
}

#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
    background-image: none;
}

#first-slider .carousel .item {
    min-height: 425px;
    height: 100%;
    width: 100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#first-slider h3 {
    animation-delay: 1s;
}

#first-slider h4 {
    animation-delay: 2s;
}

#first-slider h2 {
    animation-delay: 3s;
}

#first-slider .carousel-control {
    width: 6%;
    text-shadow: none;
}

#first-slider h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

#first-slider .p {
    padding-top: 125px;
    text-align: center;
}

#first-slider .p a {
    text-decoration: underline;
}

#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
}

#first-slider .carousel-indicators .active {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: none;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-control .fa-angle-right,
.carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .fa-angle-left {
    left: 15%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}

.carousel-control .fa-angle-right {
    right: 2%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}

.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

/********************************/

/*       Slides backgrounds     */

/********************************/

#first-slider .slide1 {
    background-image: url("../images/ban2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#first-slider .slide2 {
    background-image: url(../images/ban3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#first-slider .slide3 {
    background-image: url(../images/ban2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#first-slider .slide4 {
    background-image: url(../images/ban3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/********************************/

/*          Media Queries       */

/********************************/

@media screen and (min-width: 1600px) {
    .container {
        width: 1550px !important;
    }
}

@media screen and (min-width: 1500px) {
    .container {
        width: 1450px !important;
    }
}

/*@media screen and (min-width: 1400px){

    .container {
        width: 1350px!important;
    }

}*/

@media screen and (max-width: 640px) {}

.nav-side-menu {
    /* overflow: auto; */
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #ae2c5e;
    /*  position: fixed;*/
    top: 0px;
    /*  width: 300px;*/
    height: 100%;
    color: #e1ffff;
}

.nav-side-menu .brand {
    background-color: #23282e;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.nav-side-menu .toggle-btn {
    display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 45px;
    cursor: pointer;
    /*    
      .collapsed{
         .arrow:before{
                   font-family: FontAwesome;
                   content: "\f053";
                   display: inline-block;
                   padding-left:10px;
                   padding-right: 10px;
                   vertical-align: middle;
                   float:right;
              }
       }
    */
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
}

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
    color: #d19b3d;
}

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
    color: #d19b3d;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    background-color: #181c20;
    border: none;
    line-height: 34px;
    border-bottom: 1px solid #23282e;
    margin-left: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
    background-color: #020203;
}

.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 34px;
    padding-right: 10px;
    vertical-align: middle;
}

.nav-side-menu li {
    padding-left: 0px;
    border-left: 3px solid #2e353d;
    border-bottom: 1px solid #23282e;
}

.nav-side-menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

.nav-side-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
}

.nav-side-menu li:hover {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #ae2c5e;
        color: #fff;
        width: 40px;
        text-align: center;
    }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}

#testimonial4 {
    overflow: hidden;
    position: relative;
    background: #1583c9;
}

#testimonial4 .carousel-inner {
    /*  width: 75%;*/
    margin: auto;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    margin: 2px 3px;
    background-color: #000;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    margin: 16px auto;
    text-align: center;
    position: relative;
}

.testimonial4_header h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*  width: 70%;*/
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
}

.testimonial4_slide p {
    color: #ffffff;
    font-size: 16px;
    margin: 0px 0 16px 0;
}

.testimonial4_slide h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

@media only screen and (max-width: 480px) {
    .testimonial4_control_button .carousel-control {
        display: none;
    }

    .testimonial4_header {
        width: 95%;
    }

    .testimonial4_header h4 {
        font-size: 20px;
    }

    .testimonial4_slide {
        width: 98%;
        padding: 5px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .testimonial4_control_button .carousel-control.left {
        left: 2%;
    }

    .testimonial4_control_button .carousel-control.right {
        right: 2%;
    }

    .testimonial4_header {
        width: 95%;
    }

    .testimonial4_slide {
        width: 98%;
        padding: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonial4_control_button .carousel-control.left {
        left: 5%;
    }

    .testimonial4_control_button .carousel-control.right {
        right: 5%;
    }
}

@-webkit-keyframes psBoxShadowEffect_2 {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes psBoxShadowEffect_2 {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.price {
    font-size: 30px;
    margin: 0 auto;
    color: #333;
}

.thumbnail {
    /* opacity:0.70; */
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.thumbnail:hover {
    opacity: 1;
    box-shadow: 0px 0px 10px #4bc6ff;
}

.line {
    margin-bottom: 5px;
}

@media screen and (max-width: 770px) {
    .right {
        float: left;
        width: 100%;
    }
}

span.thumbnail {
    border: 1px solid #00c4ff !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.16);
    padding: 10px;
}

.right {
    float: right;
    /* border-bottom: 2px solid #0a5971; */
}

.btn-info {
    color: #fff;
    background-color: #19b4e2;
    border-color: #19b4e2;
    font-size: 13px;
    font-weight: 600;
}

.trending_item {
    margin-bottom: 20px;
}

.ratings {
    display: none;
}

.navbar-right .login_register {
    /* padding: 6px 0px; */
    margin-top: 9px;
}

.navbar-right .google_dropdown {
    /* margin-top: 12px; */
    margin:12px
}

.navbar-right .login_register a {
    background: #fdac09;
    padding: 10px 18px;
    border: none;
    color: #000000 !important;
    border-radius: 5px;
}

.videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #000;
}

.videoWrapper43 {
    padding-top: 75%;
}

.videoWrapper169 {
    padding-top: 56%;
}

.videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.videoPoster:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border: 5px solid #fff;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}

.videoPoster:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -24px 0 0 -14px;
    border-left: 40px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}

.videoPoster:hover:before,
.videoPoster:focus:before {
    border-color: #f00;
}

.videoPoster:hover:after,
.videoPoster:focus:after {
    border-left-color: #f00;
}

.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}

/* .course-image-home {
    background-image: url("../images/book2.ico");
} */

.course-icon {
    width: 100px;
    height: 100px;
    background-image: url(data:image/png;base64,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);
    /* *background-image: url(/path/to/image.png); */
    background-repeat: no-repeat;
    position: absolute;
}

.course-icon-box {
    left: 16px;
    background-size: 32px;
    width: 34px;
    height: 34px;
    left: 78px;
}

.course-icon-title {
    width: 32px;
    height: 32px;
    left: 18px;
    background-size: 32px;
    margin-top: 7px;
}

.circular-icon {
    width: 100px;
    height: 100px;
    background-image: url(data:image/png;base64,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);
    *background-image: url(/path/to/image.png);
    background-repeat: no-repeat;
    position: absolute;
}

.circular-icon-sidebar {
    width: 24px;
    height: 24px;
    left: 23px;
    background-size: 24px;
    margin-top: 9px;
}

a {
    color: #000000;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.thumbnail h4 {
    font-size: 16px;
    letter-spacing: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 6px 0px;
    margin-bottom: 14px;
    color: #fff;
    z-index: 999999;
    position: relative;
    top: 89.5%;
    padding: 6px 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.navbar-brand>img {
    display: block;
    height: 50px;
}

.owl-carousel .carousel-item {
    background: #fff;
    border: 1px solid #d9d7da;
    text-align: center;
}

.owl-carousel .carousel-item-text {
    padding: 12px;
}

.owl-carousel .carousel-item .item-kicker {
    color: #9a5053;
    display: block;
    font-size: 0.8em;
    font-weight: 600;
    height: 30px;
    margin-bottom: 16px;
    overflow: hidden;
    text-transform: uppercase;
}

.owl-carousel .carousel-item .item-title {
    color: #646464;
    font-size: 1em;
    font-weight: 600;
    height: 38px;
    margin: 0;
    overflow: hidden;
}

.owl-dots {
    margin-top: 40px;
    text-align: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.owl-dot {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgba(127, 127, 127, 0.5);
    margin-left: 5px;
    margin-right: 5px;
}

.owl-dot.active {
    background: rgba(127, 127, 127, 1);
}

/* Tabs */

.nav-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.nav-tabs>li {
    display: block;
    position: relative;
    text-align: center;
}

.nav-tabs>li:last-child {
    margin-right: 0;
}

.tab-content {
    display: inline-block;
    width: 100%;
}

.tab-content .tab-pane {
    display: none;
}

.tab-content .tab-pane.active {
    display: block;
}

/*slider new*/

div img {
    object-fit: cover;
    max-width: 100%;
}

#owl-demo .item {
    /* background: #fff; */
    padding: 0px;
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

/* 
  * 	Core Owl Carousel CSS File
  *	v1.3.3
  */

/* clearfix */

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */

/* .grabbing {
    cursor: url(grabbing.png) 8 8, move;
} */

/* fix */

.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);
}

/* PRODUCTS SLIDER = */

.owl-item .item {
    margin: 0 10px;
}

.slider-items {
    position: relative;
}

.slider-items .item {
    text-align: center;
}

.owl-buttons {
    opacity: 1;
}

.product-flexslider {
    margin: 5px -10px;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

.owl-pagination {
    top: -26px;
    text-align: center;
    position: absolute;
    right: 15px;
    padding-left: 10px;
    display: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 15px;
    margin: 5px 2px;
    filter: Alpha(Opacity=50);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 1px 0;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 1;
    display: none;
}

.slider-items .owl-buttons a {
    background: #fff;
    display: block;
    height: 38px;
    margin: 0px 0 0 -30px;
    position: absolute;
    top: 50%;
    width: 38px;
    z-index: 5;
    color: #888;
    border: 1px #eaeaea solid;
}

.slider-items .owl-buttons .owl-prev a:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f104";
    text-transform: none;
    font-size: 26px;
    line-height: 35px;
    padding: 6px 6px 6px 6px;
}

.slider-items .owl-buttons .owl-next a {
    top: 50%;
    padding: 2px;
}

.slider-items .owl-buttons .owl-next a:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    text-transform: none;
    font-size: 24px;
    padding: 6px 6px 6px 6px;
    line-height: 30px;
}

.slider-items .owl-buttons .owl-next {
    position: absolute;
    right: -32px;
    top: 30%;
}

.slider-items .owl-buttons .owl-prev {
    position: absolute;
    left: -13px;
    top: 30%;
}

.owl-carousel .col-lg-4,
.owl-carousel .col-md-3,
.owl-carousel .col-sm-4,
.owl-carousel .col-xs-6-12 {
    width: 100%;
}

.owl-carousel .product {
    padding: 0px !important;
}

.owl-carousel .product .product_info {
    top: 32% !important;
}

section.home-instagram.wow.fadeIn div.owl-pagination {
    right: 0;
}

.thumbnail {
    border: 1px solid #00c4ff !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.16);
    padding: 1px;
}

.thumbnail .content-overlay {
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    height: 100%;
    width: 91.2%;
    left: 10px;
    top: 0px;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    text-align: center;
}

.owl-demo {
    display: none;
}

.thumbnail .content-overlay img {
    object-fit: cover;
    max-width: 100%;
    margin: auto;
    height: 140px;
    /* left: 45px; */
    position: relative;
    top: 80px;
}

.thumbnail:hover .content-overlay {
    opacity: 1;
}

.thumbnail a>img,
.thumbnail>img {
    position: relative;
    height: 330px;
}

/* .ebook_background {
    background-image: url("../images/ebook.jpg");
    background-size: cover;
    height: 342px;
}

  .video_background {
    background-image: url("../images/video.jpg");
    background-size: cover;
    height: 342px;
}

.course_background {
    background-image: url("../images/course.jpg");
    background-size: cover;
    height: 342px;
}

.circular_background {
    background-image: url("../images/circular.jpg");
    background-size: cover;
    height: 342px;
}

.Assessment_background {
    background-image: url("../images/Assessment.jpg");
    background-size: cover;
    height: 342px;
} */

.trending_item h4 {
    padding: 0px 12px;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #d5d5d5;
}

::-webkit-scrollbar-thumb {
    /* border-radius: 10px; */
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: #999;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    /* display: none; */
}

/* .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
} */

.faqHead {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #1583c9;
    text-transform: uppercase;
}

.mt-30 {
    margin-top: 30px;
}

.padtop40 {
    padding-top: 40px;
}

.sitemap {
    margin-bottom: 22px;
}

.sitemapsection p {
    margin: 0;
}

.sitemapsection ul {
    padding-left: 20px;
}

.sitemapsection ul li p {
    text-transform: capitalize;
}

.padd-tp-15 {
    padding-top: 15px;
}

.padd-tp-10 {
    padding-top: 10px;
}