@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i');

/* ==============================
   2. Global styles
   ============================== */

body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
}
h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
}
ul {
    list-style-type: none;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #888;
}
a {
    text-decoration: none;
    display: inline-block;
    outline: none;
}
a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}
img {
    max-width: 100%;
    display: inline-block;
}
button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    background: transparent;
}
input, textarea {
    font-family: 'Open Sans', sans-serif;
    display: block;
    font-size: 16px;
    line-height: 28px;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.boxed_wrapper {
    width: 100%;
    background: #fff;
    overflow-x: hidden;
}
.sec-padd {
    padding: 30px 0px;
}
.sec-padd2 {
    padding: 100px 0 60px;
}

.sec-padd2 h4{
    margin: 6px auto;
    font-weight: bold;
    color: #00B7F1;
}
.sec-padd3 {
    padding: 100px 0 70px;
}
.sec-padd4 {
    padding-top: 100px;
}
.sec-padd5 {
    padding-bottom: 100px;
}
.sec-padd6 {
    padding-top: 80px;
}
.no-padd {
    padding: 0px;
}
.pb-55 {
    padding-bottom: 55px;
}
.pb-35 {
    padding-bottom: 35px;
}
.list_inline li {
    display: inline-block;
}
.tran3s {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.center {
    text-align: center;
}
.thm-color {
    color: #00aff0;
}
.bg-style1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bg-style2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.border-bottom {
    border-bottom: 1px solid #d7d7d7;
}
@media (min-width: 1200px) {
    .container {
        padding: 0;
    }
}
.thm-btn {
    position: relative;
    background: #00aff0;
    border: 2px solid #00aff0;
    font-size: 14px;
    line-height: 46px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    padding: 0 38px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn.style-2 {
    border: 2px solid #00aff0;
    line-height: 46px;
}
.thm-btn:hover {
    background: transparent;
    color: #00aff0;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn i {
    transform: rotate(-90deg);
}
.section-title {
    position: relative;
    margin-bottom: 50px;
}
.section-title h1 {
    position: relative;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: capitalize;
    color: #333;
}
.section-title h2 {
    position: relative;
    font-size: 32px;
    padding-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.section-title h3 {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.section-title h4 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
.section-title h5 {
    margin-bottom: 15px;
    font-size: 12px;
}
.section-title p {
    margin-top: 30px;
}
.section-title .decor {
    position: relative;
}
.section-title .decor:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 80px;
    height: 3px;
    background-image: url(../images/icons/title-dec.png);
}
.section-title.center .decor:before {
    left: 50%;
    margin-left: -25px;
}

/*============ default Overlay =================*/

.default-overlay {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.default-overlay img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.default-overlay .ovrlyT {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.default-overlay .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.default-overlay .buttons .fa {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color: transparent;
}
.single-item:hover .default-overlay .buttons .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    color: rgba(50, 50, 50, 0.9);
}
.single-item:hover .default-overlay .ovrlyT {
    opacity: 1;
}

/*scroll effect*/

.scroll-top {
    width: 50px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    background: #00aff0;
}
.scroll-top span:before {
    font-size: 27px;
}
.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.gif);
}

/*============ social icon ===================*/

.social-icon li {
    display: inline-block;
}
.social-icon li a {
    display: inline-block;
    color: #999;
    margin-right: 15px;
    font-size: 16px;
    transition: .5s ease;
}
.social-icon li a:hover {
    color: #00aff0;
    transition: .5s ease;
}
.owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0;
    margin-top: 0;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #a8adbb;
    font-size: 22px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 36px;
    width: 40px;
    border: 1px solid #d2d6e0;
    line-height: 28px;
    text-align: center;
    margin-left: 15px;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    border-color: #00aff0;
    background-color: #00aff0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.hexagon {
    position: relative;
    width: 88px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    margin: 25px auto 50px;
    text-align: center;
    border-left: solid 2px #f7f7f7;
    background: #f7f7f7;
    border-right: solid 2px #f7f7f7;
    transition: .5s ease;
    background-position: 0% 100%;
}
.hexagon:before, .hexagon:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 62px;
    height: 62px;
    background: #f7f7f7;
    -webkit-transform: scaleY(0.6) rotate(-45deg);
    -ms-transform: scaleY(0.6) rotate(-45deg);
    transform: scaleY(0.6) rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hexagon:before {
    border-top: solid 3px #f7f7f7;
    border-right: solid 3px #f7f7f7;
    top: -31px;
    right: 11px;
}
.hexagon:after {
    border-bottom: solid 3px #f7f7f7;
    border-left: solid 3px #f7f7f7;
    bottom: -31px;
    right: 11px;
}

/*============= accordion ===============*/

.accordion-box {}
.accordion {
    margin-bottom: 20px;
    position: relative;
}
.accordion .acc-btn .left-icon {
    position: absolute;
    left: 0;
    top: 0;
    background: #f1f1f1;
    width: 60px;
    height: 100%;
    color: #9c9c9c;
    font-size: 20px;
    text-align: center;
}
.accordion .acc-btn.active .left-icon {
    color: #fff;
}
.accordion .left-icon span {
    position: relative;
    top: 18px;
}
.accordion .acc-btn {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 30px;
    margin: 0px;
    padding-left: 65px;
    border: 1px solid #d2d6e0;
}
.accordion .acc-btn .toggle-icon i {
    position: relative;
    top: 18px;
}
.accordion .acc-btn.active {
    border-bottom: 0px;
    padding-bottom: 5px;
}
.accordion .acc-btn p {
    color: #333;
    font-weight: 700;
    font-size: 15px;
}
.accordion .acc-btn.active p {}
.accordion .acc-btn.pr {
    position: relative;
}
.accordion .acc-btn .img-box {
    display: none;
}
.accordion .acc-btn.active .img-box {
    display: block;
}
.accordion .acc-btn .toggle-icon {
    color: #00aff0;
    display: block;
    font-weight: 100;
    height: 53px;
    position: absolute;
    font-size: 18px;
    left: 0;
    top: 0;
    text-align: center;
    width: 71px;
    line-height: 53px;
}
.accordion .acc-btn.active .toggle-icon {
    background: transparent;
    color: #00aff0;
}
.accordion .acc-btn .toggle-icon.left {
    color: #9c9c9c;
    display: block;
    font-weight: 100;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 30px;
}
.accordion-box .accordion .acc-content {
    color: #9c9c9c;
    border: 1px solid #d2d6e0;
    display: none;
    padding: 0px 65px 20px;
    border-top: 0px;
}
.accordion-box .accordion .acc-content.collapsed {
    display: block;
}
.accordion-box .accordion .acc-content p {
    margin: 0;
    font-size: 15px;
    line-height: 23px;
}

/*===========style-two============*/

.accordion-box.style-tow .accordion .acc-btn .toggle-icon {
    background: transparent;
    color: #00aff0;
    line-height: 40px;
}
.accordion-box.style-tow .accordion .acc-btn {
    border: 0px;
    padding: 5px 30px;
    padding-left: 90px;
}
.accordion-box.style-tow .accordion {
    margin-bottom: 15px;
}
.accordion-box.style-tow .accordion .acc-content {
    border: 0px;
}

/*============= default-form ===============*/

.default-form {
    position: relative;
}
.default-form .form-box {
    position: relative;
}
.comment-form .form-box {
    padding: 25px 25px 0px 25px;
}
.default-form .form-group {
    position: relative;
    margin-bottom: 30px;
}
.default-form .comment-form .form-box .form-group {
    margin-bottom: 25px;
}
.default-form.form-box .row {
    margin-left: -10px;
    margin-right: -10px;
}
.default-form.form-box .row .form-group {
    padding: 0px 0px;
}
.default-form .form-group .field-label {
    display: block;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #232323;
    font-weight: 500;
    font-size: 13px;
}
.default-form .form-group .field-label sup {
    color: #ff0000;
    font-size: 14px;
}
.default-form p {
    margin-bottom: 6px;
}
.default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"], .default-form input[type="number"], .default-form select, .default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 50px;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #f7f7f7;
    padding: 12px 15px;
    background: #f7f7f7;
    resize: none;
    border-radius: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.default-form textarea {
    height: 180px;
}
.default-form .bootstrap-select {
    border: 1px solid #f4f4f4;
    background: #f7f7f7;
    color: #a2a2a2;
    padding: 10px 0;
    font-size: 16px;
    height: auto;
}
.default-form .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.default-form .btn-group.open .dropdown-toggle:focus {
    border: none;
    outline: none;
}
.default-form .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
.default-form .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #00aff0;
    color: #fff;
}
.default-form .form-control:focus {
    border-color: #00aff0;
    box-shadow: none;
}
.select-box .btn:after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    color: #999;
    width: 20px;
    right: 15px;
    top: 50%;
    margin-top: -11px;
}
.default-form .bootstrap-select {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0px;
}
.default-form .g-select {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0px;
}
.default-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #848484;
    padding: 13px 15px;
    border: 1px solid #eee;
    background: #eef1f5;
    font-style: italic;
}
.default-form .bs-caret {
    display: none;
}
.default-form .dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    top: 50px;
    transform: scaleY(0);
    transform-origin: top center;
    transition: .4s ease;
}
.default-form .bootstrap-select.open .dropdown-menu {
    transform: scaleY(1);
    transition: .4s ease;
}
.default-form .dropdown-menu>li>a {
    padding: 8px 15px;
}
.default-form .dropdown-menu>li>a:focus {
    background-color: #fff;
    color: #222;
}
.default-form .dropdown-menu>li>a:hover {
    background-color: #00aff0 !important;
    color: #fff !important;
}

/*placeholder*/

.default-form form input::-webkit-input-placeholder {
    color: #9e9e9e;
}
.default-form form input:-moz-placeholder {
    /* Firefox 18- */
    color: #9e9e9e;
}
.default-form form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #9e9e9e;
}
.default-form form input:-ms-input-placeholder {
    color: #9e9e9e;
}
.default-form .alert-success {
    color: #00aff0;
    background: none;
    border: none;
    font-size: 18px;
}

/*========= search box ==========*/

.nav_side_content {
    position: absolute;
    right: 15px;
    top: 17px;
    display: inline-block;
}
.nav_side_content .search_option>button {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    /* background: #1b2a4b; */
}
.nav_side_content .search_option form {
    height: 50px;
    width: 280px;
    padding: 5px;
    border-radius: 4px;
    margin: 0;
    left: auto;
    right: 0;
    border-color: #00aff0;
    top: 43px;
}
.nav_side_content .search_option form input {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    width: 100%;
    height: 100%;
    background: transparent;
    color: #9e9e9e;
    border: 1px solid #f7f7f7;
    padding: 0 47px 0 10px;
    font-size: 15px;
}
.nav_side_content .search_option form button {
    display: block;
    width: 40px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #00aff0;
}

/*======= gallery filter ==========*/

.post-filter {
    display: block;
    margin: 0;
    text-align: center;
    margin-bottom: 50px;
}
.post-filter li {
    padding: 0;
}
.post-filter li span {
    color: #333;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    line-height: 24px;
    font-weight: 400;
    border-bottom: 3px solid transparent;
    display: block;
    margin-right: 16px;
    padding-bottom: 3px;
    cursor: pointer;
    transition: .5s ease;
}
.post-filter li:hover span, .post-filter li.active span {
    color: #00aff0;
    border-color: #00aff0;
    transition: .5s ease;
}
.post-filter li span i {
    font-size: 14px;
    margin-right: 5px;
}

/* ==============================
   2. header-style
   ============================== */

.top-bar {
    position: relative;
    font-size: 14px;
    padding: 5px 0;
    color: #ffffff;
    background: #11192c;
}
.top-bar .top-left {
    position: relative;
    float: left;
}
.top-bar .top-links ul li {
    position: relative;
    float: left;
    padding: 7px 0px 6px;
    line-height: 24px;
    color: #aaaaaa;
    margin-right: 30px;
}
.top-bar .top-links ul li a {
    font-size: 15px;
}
.top-bar .top-links ul li a i {
    position: relative;
    margin-right: 5px;
    top: 0px;
    color: #00aff0;
}
.top-bar ul li a {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.top-bar .top-right {
    position: relative;
    float: right;
    margin-top: 8px;
}
.top-bar .social-links {
    position: relative;
    padding: 10px 0px;
}
.top-bar .social-links li {
    position: relative;
    float: left;
    margin-left: 20px;
}
.top-bar .social-links li a {
    position: relative;
    display: block;
    line-height: 24px;
    color: #666;
}

/*=============== header-upper ======================*/

.header-upper {
    position: relative;
    padding: 12px 0px;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 5;
}
.header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.header-upper .logo-outer {
    position: relative;
    z-index: 25;
}
.header-upper .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.header-upper .header-upper .btn-style-one {
    background-color: #ffc300;
    border-color: #ffc300;
    border-radius: 25px;
}
.header-upper .header-upper .btn-style-one:hover {
    background: #fff;
}
.header-upper .header-upper .upper-right {
    position: relative;
    padding: 18px 0px 15px;
}
.header-upper .info-box {
    position: relative;
    float: left;
    min-height: 56px;
    margin-left: 40px;
    font-size: 13px;
    text-transform: uppercase;
    color: #777777;
    /* padding: 0px 0px 0px 75px; */
}
.header-upper .info-box .icon-box {
    position: absolute;
    left: 0;
    top: 6px;
    width: 57px;
    height: 36px;
    padding-left: 8px;
    border-right: 1px solid rgba(19, 29, 51, 0.1);
    color: #00b7f1;
    font-size: 34px;
    text-align: left;
    line-height: 37px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-upper .info-box li {
    position: relative;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.60);
    font-size: 17px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.header-upper .info-box li a {
    color: #777777;
}
.header-upper .info-box strong {
    font-weight: 700;
    color: #222;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}
.header-upper .logo-box img{
    width:250px;
} 

/*=============== main menu ======================*/


/* Mainmenu fixed style */

@keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}
.mainmenu-area.stricky-fixed {
    margin: 0;
    position: fixed;
    background: #1e356e;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
}
.mainmenu-area.stricky-fixed .main-logo {
    margin: 18px 0 20px;
}
.theme_menu {
    background: #fff;
    padding-bottom: 4px;
}
.theme_menu .border-bottom {
    border-bottom: 1px solid #b2e9fb;
}

/*==============================================
    Mainmenu Area Css
===============================================*/

.mainmenu-area {
    background: #fff;
}
.main-menu {
    position: relative;
    background: #1e356e;
}
.navbar-collapse {
    padding: 0px
}
.navigation {
    position: relative;
    font-family: 'Montserrat', sans-serif;
}
.navigation>li {
    display: inline-block;
    margin: 0 30px;
}
.mainmenu-area.stricky-fixed .navigation>li:first-child {
    margin-left: 0px;
}
.navigation li.active a {
    color: #00b7f1;
}
.navigation>li>a {
    color: #ffffff;
    display: block;
    border-bottom: 3px solid transparent;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    padding: 20px 0px 18px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}
.navigation>li:first-child>a {
    margin-left: 0px;
}
.navigation>li.dropdown>a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: -15px;
    top: 21px;
}
.navigation li>ul>li>a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    padding: 20px 0px;
    margin: 0 20px;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}
.navigation li:last-child a {
    margin-right: 0px;
}
.navigation>li:hover>a {
    color: #00aff0;
}
.navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    background: #fff;
    width: 250px;
    padding: 0;
    border-left: 1px solid #00aff0;
    z-index: 999;
    display: none;
}
.navigation>li>ul>li {
    position: relative;
    display: block;
}
.navigation>li>ul>li>a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 12px 20px;
    border-bottom: 1px solid #f2f2f2;
    margin: 0;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
}
.navigation>li>ul>li:hover>a {
    color: #ffffff;
    background: #00b7f1;
}

/*========= third-menu ===============*/

.navigation>li>ul>li.third-menu ul {
    position: absolute;
    left: 230px;
    top: 0px;
    background: #333;
    width: 200px;
    border-top: 2px solid #fff;
    padding: 12px 0px;
    z-index: 999;
    display: none;
}
.navigation>li>ul>li.third-menu {
    position: relative;
}
.navigation>li>ul>li.third-menu ul a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 20px;
    margin: 0;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
}
.navigation>li>ul>li.third-menu ul a:hover {
    color: #fdc716;
}
.navigation>li>ul>li.third-menu:after {
    position: absolute;
    content: "\f0de";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    right: 14px;
    transform: rotate(90deg);
    top: 3px;
}

/*========= mobile-menu ==============*/

.mobile-menu .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid rgba(255, 255, 255, 0.39);
    cursor: pointer;
    display: block;
    z-index: 5;
}
.mobile-menu .dropdown-btn:after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
}
.mobile-menu, .mobile-menu>li>ul, .mobile-menu>li>ul>li>ul {
    background: #333;
}
.mobile-menu>li>ul, .mobile-menu>li>ul>li>ul {
    display: none;
}
.mobile-menu>li>a, .mobile-menu>li>ul>li>a, .mobile-menu>li>ul>li>ul>li>a {
    padding: 10px 20px;
    line-height: 22px;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.39);
}

/*============ social icon ============*/

.menu-column {
    position: relative;
    z-index: 9;
}
.menu-column .social-icon {
    position: absolute;
    right: 0;
    top: 34px;
}
.menu-column .social-icon li a {
    color: #333;
}
.menu-column .social-icon li a:hover {
    color: #00aff0;
}

/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/

.rev_slider_wrapper {
    position: relative;
    margin-top: -35px;
}
.rev_slider_wrapper .slide-content-box h3 {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.rev_slider_wrapper .slide-content-box h1 {
    color: #ffffff;
    font-size: 55px;
    line-height: 62px;
    margin: 14px 0 9px;
    font-weight: 700;
}
.rev_slider_wrapper .slide-content-box p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin: 0 0 30px;
}
.rev_slider_wrapper .slide-content-box a {
    transition: all 500ms ease !important;
}
.rev_slider_wrapper .slide-content-box.last-slide p {
    margin: 0;
}
.rev_slider_wrapper .slide-content-box.last-slide a {
    margin: 0 8px;
}
.rev_slider_wrapper .slotholder {
    position: relative;
}
.slotholder:after {
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}
.tp-bannertimer {
    display: none;
}
.rev_slider_wrapper .tparrows {
    background: transparent;
    border: 2px solid #fff;
}

/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    background: #222;
    padding: 40px 0 0px;
}
.main-footer.shadow {
    box-shadow: inset 1px 4px 14px 7px rgba(0, 0, 0, 0.2);
}
.main-footer .footer-widget {
    margin-top: 50px;
}
.main-footer .section-title {
    margin-bottom: 40px;
}
.main-footer .section-title:before {
    display: none;
}
.main-footer .footer-title h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.main-footer .footer-logo {
    margin-bottom: 14px;
    padding-top: 0px;
}

/*============ about-column =================*/

.main-footer .about-column .text {
    margin-bottom: 15px;
}
.main-footer .about-column .text p {
    color: #999;
    line-height: 28px;
}
.main-footer .about-column h5 {
    font-size: 13px;
    color: #00aff0;
    font-family: 'Opean Sans', sans-serif;
    margin-bottom: 20px;
}
.main-footer .social-icon li a {
    color: #fff;
}

/*============ link-column =================*/

.main-footer .link-column li {
    position: relative;
    margin-bottom: 12px;
}
.main-footer .link-column li a {
    position: relative;
    margin-top: -5px;
    padding-left: 15px;
    color: #888;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    transition: .5s ease;
}
.main-footer .link-column li a:before {
    position: absolute;
    content: "\f0dd";
    transform: rotate(-90deg);
    font-family: FontAwesome;
    font-size: 16px;
    left: -6px;
    top: -2px;
}
.main-footer .link-column li a:hover {
    color: #00aff0;
    transition: .5s ease;
}

/*============ post-column =================*/

.main-footer .post-column .post {
    position: relative;
    padding-left: 85px;
    padding-bottom: 40px;
}
.main-footer .post-column .post:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.main-footer .post-column .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
}
.main-footer .post-column h5 {
    position: relative;
    top: -5px;
    font-size: 16px;
    color: #999;
    line-height: 25px;
}
.main-footer .post-column .post-info {
    color: #666;
    font-size: 15px;
}

/*============ contact-column =================*/

.main-footer .contact-column {
    position: relative;
}
.main-footer .contact-column h5 {
    font-size: 13px;
    color: #fff;
    margin-bottom: 22px;
    font-weight: 300;
}
.main-footer .contact-column form {
    position: relative;
    margin-bottom: 18px;
}
.main-footer .contact-column input {
    background: rgb(47, 42, 42);
    border-radius: 0;
    color: #ffffff;
    border: 0;
    padding: 7px 15px;
    line-height: 30px;
}
.main-footer .contact-column button {
    position: absolute;
    right: 0;
    top: 0;
    border: 2px solid #00aff0;
    line-height: 39px;
    color: #ffffff;
    font-weight: 400;
    padding: 0 15px;
}
.main-footer .contact-column button:hover {
    background-color: #1e1e1e;
    color: #00aff0;
}
.main-footer .contact-column p {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #363636;
}
.main-footer .contact-column .instagram {
    margin: 0 -5px;
}
.main-footer .contact-column .instagram li {
    margin: 0 5px;
}

/*============ footer-bottom =================*/

.footer-bottom {
    position: relative;
    padding: 25px 0;
    background-color: #1e1e1e;
    font-size: 14px;
    margin-top: 90px;
}
.footer-bottom p {
    margin-bottom: 0;
    line-height: 36px;
}
.footer-bottom .copyright {
    width: 100%;
    text-align: center;
    font-size: 13px;
}
.footer-bottom p a {
    color: #00aff0;
}

/************************** 
* Inner Banner styles 
***************************/

.inner-banner {
    position: relative;
    padding: 155px 0 120px;
    margin-top: -35px;
    background-attachment: fixed;
}
.inner-banner h1 {
    position: relative;
    font-size: 48px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 48px;
}
.inner-banner:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
}
.breadcrumb {
    background: #fff;
    padding: 16px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #f4f4f4;
}
.breadcrumb li {
    margin: 0;
    padding: 0;
    margin-right: 8px;
    list-style: none;
    display: inline-block;
    font-size: 14px;
    color: #00aff0;
    font-family: 'Montserrat', sans-serif;
}
.breadcrumb ul li a {
    color: #333;
    text-transform: capitalize;
    font-size: 14px;
    transition: .3s ease;
}
.breadcrumb ul li a:hover {
    transition: .3s ease;
}
.breadcrumb ul li i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 3px;
    color: #333;
}

/************************** 
* feature styles 
***************************/

.feature {
    position: relative;
}
.feature .item {
    position: relative;
    margin-bottom: 40px;
}
.feature.style-2 .item .hexagon {
    margin-left: 0px;
}
.feature .item:hover:before {
    opacity: 1;
    visibility: visible;
    transition: .5s ease;
}
.feature .item:hover .hexagon:before, .feature .item:hover .hexagon:after {
    background: #00aff0;
    border-color: #00aff0;
    transition: .5s ease;
}
.feature .item .hexagon i {
    position: relative;
    z-index: 9;
}
.feature .item:hover .hexagon {
    background-color: #00aff0;
    border-color: #00aff0;
    color: #fff;
    background-position: 100% 100%;
    transition: .5s ease;
}
.feature .item h4 {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #333;
    transition: .5s ease;
}
.feature .item h4:hover {
    color: #00aff0;
    transition: .5s ease;
}
.feature .item p {
    position: relative;
    margin-bottom: 20px;
}
.feature .item .thm-btn {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 32px;
    padding: 0 25px;
    background: #333;
}

/*** 

====================================================================
    department style
====================================================================

***/

.two-col-fluid {
    position: relative;
}
.two-col-fluid .image-column {
    position: relative;
    overflow: hidden;
    float: left;
    padding: 156px 0px;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
}
.two-col-fluid .content-column {
    position: relative;
    float: right;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
}
.two-col-fluid .icon-box {
    position: relative;
    float: right;
    margin-top: 1px;
}
.two-col-fluid .icon-box .single-item {
    position: relative;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.two-col-fluid .icon-box .single-item.active .content {
    background: #2FCAEA;
}
.two-col-fluid .icon-box .single-item:last-child {
    border-bottom: none;
}
.two-col-fluid .icon-box .single-item .content {
    padding-left: 60px;
    padding: 35px 33px 38px 79px;
    background: #19a4c6;
}
.two-col-fluid .icon-box .single-item .icon {
    position: absolute;
    top: 37px;
    left: 30px;
}
.two-col-fluid .icon-box .single-item .content h2 {
    position: relative;
    font-size: 16px;
    color: #fff;
    margin-bottom: 7px;
}
.two-col-fluid .icon-box .single-item .content p {
    color: #f0f0f0;
}
.two-col-fluid.icon-box .single-item .content p {
    position: relative;
    font-size: 13px;
    color: #f0f0f0;
}
.two-col-fluid.icon-box .single-item .icon {
    position: absolute;
    top: 37px;
    left: 30px;
}
.two-col-fluid .content-column {
    position: relative;
    padding: 93px 15px 0px 120px;
    overflow: hidden;
    background: #f9fdfe;
    min-height: 645px;
}
.two-col-fluid .content-column .inner-box {
    position: relative;
    max-width: 600px;
}
.two-col-fluid .content-column .section-title {
    padding-bottom: 0px;
}
.two-col-fluid .content-column .section-title h2 {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 18px;
}
.two-col-fluid .content-column .section-title h4 {
    position: relative;
    color: #666;
    font-size: 15px;
    margin-bottom: 9px;
}
.two-col-fluid .content-column .content p {
    position: relative;
    font-size: 14px;
    color: #777;
    line-height: 26px;
}

/************************** 
* services styles 
***************************/

.services {
    background: #f9f9f9;
}
.services.without-bg {
    background: #fff;
    padding-bottom: 50px;
}
.services .single-item {
    margin-bottom: 50px;
    min-height: 450px;
}
.services .img-box {
    position: relative;
}
.services .content {
    position: relative;
}
.services .content h3 a {
    position: relative;
    color:  #0a79ea;
    margin: 30px 0 15px;
    font-size: 20px;
}
.services .content .link {
    position: relative;
    color: #999;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 700;
    transition: .5s ease;
}
.services .content .link:hover {
    color: #00aff0;
    transition: .5s ease;
}


/*** 

====================================================================
  call-out
====================================================================

***/

.call-out {
    padding-top: 50px;
    background: #00aff0;
}
.call-out h2 {
    color: #fff;
    margin-top: 7px;
    margin-bottom: 60px;
    text-transform: capitalize;
    font-weight: 700;
}
.call-out .thm-btn {
    margin-bottom: 50px;
    background: #fff;
    color: #00aff0;
}
.call-out .thm-btn:hover {
    background: #222;
}

/*** 

====================================================================
  fact-counter
====================================================================

***/

.fact-counter {
    position: relative;
    padding: 80px 0 30px;
    background-attachment: fixed;
}
.fact-counter:before {
    position: absolute;
    content: "";
    background: #191a1c;
    opacity: .9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.fact-counter .column .hexagon {
    background: transparent;
    border-color: #fff;
    margin-bottom: 40px;
    border-width: 3px;
}
.fact-counter .column {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.fact-counter .column .count-text {
    position: relative;
    z-index: 999;
    font-size: 30px;
    font-weight: 700;
    top: 0;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
.fact-counter .hexagon:before, .fact-counter .hexagon:after {
    background: transparent;
    border-color: #fff;
    border-width: 4px;
    right: 10px;
}
.fact-counter .column i {
    font-size: 80px;
    border-radius: 50%;
    height: 85px;
    line-height: 85px;
    width: 50px;
    margin-bottom: 25px;
    position: relative;
    color: #ffffff;
    background: #00aff0;
}
.fact-counter .column h4 {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}

/*** 

====================================================================
  testimonial section
====================================================================

***/

.testimonial {
    position: relative;
    background: #1e1e1e;
}
.testimonial.style-3 {
    background-color: #fff;
}
.testimonial .section-title h1 {
    color: #fff;
}
.testimonial .section-title p {
    color: #999;
}
.testimonial .testimonial-item {
    position: relative;
    padding: 46px 40px;
    padding-right: 30px;
    background: #262525;
    min-height: 350px;
    max-height : 350px;
}
.testimonial.style-3 .testimonial-item {
    padding-top: 55px;
    margin-bottom: 30px;
}
.testimonial .testimonial-item .content {
    position: relative;
}
.testimonial .testimonial-item .qoute {
    position: absolute;
    left: 14px;
    top: 10px;
    font-size: 30px;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.testimonial .testimonial-item .content p {
    margin-bottom: 30px;
    line-height: 26px;
    font-size: 14px;
    color: #999;
}
.testimonial.style-3 .testimonial-item .content p {
    font-size: 15px;
}
.testimonial .testimonial-item .author .img-box {
    display: inline-block;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
}
.testimonial .testimonial-item .author .title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.testimonial .testimonial-item .author .title h5 {
    font-size: 16px;
    color: #fff;
}
.testimonial .testimonial-item .author .title p {
    color: #00aff0;
    margin-top: 6px;
}
.testimonial .owl-theme .owl-nav {
    margin-bottom: 60px;
    top: inherit;
    bottom: 100%;
}

/*** 

====================================================================
  Gallery section
====================================================================

***/

.gallery {
    position: relative;
}
.gallery .single-item {
    padding-bottom: 30px;
}
.gallery .owl-theme .owl-nav {
    margin-bottom: 60px;
    top: 50%;
    margin-top: -18px;
    left: 0;
}
.gallery .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -60px;
}
.gallery .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -60px;
    margin: 0;
}

/*** 

====================================================================
  brand-logo section
====================================================================

***/

.brand-logo {
    position: relative;
}
.brand-logo .section-title {
    margin-bottom: 30px;
}
.brand-logo .partner-column {
    padding-bottom: 20px;
}
.brand-logo .owl-theme .owl-nav {
    left: -6px;
    margin-top: 59px;
}
.brand-logo .award-column {
    position: relative;
    padding-left: 70px;
    border-left: 1px solid #d5d6e9;
    padding-bottom: 20px;
}
.brand-logo .award-column li {
    margin-right: 30px;
}
.brand-logo .award-column li:last-child {
    margin-right: 0px;
}

/*** 

====================================================================
  default-blog section
====================================================================

***/

.default-blog {
    position: relative;
    margin-bottom: 40px;
    border: 1px solid #f4f4f4;
}
.default-blog .content {
    padding: 0 20px 20px;
}
.default-blog .img-box {
    position: relative;
    overflow: hidden;
}
.default-blog .caption {
    padding: 10px 0px;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.default-blog .caption a {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.default-blog .caption a:hover {
    color: #00aff0;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.default-blog .post-meta {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #333;
    border-top: 0px;
    padding: 30px 0px 5px;
}
.default-blog .post-meta span {
    margin-right: 20px;
}
.default-blog .post-meta i {
    margin-right: 0;
}
.default-blog .post-meta a {
    position: absolute;
    right: 0;
    top: 24px;
    width: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    height: 28px;
    background: #333;
    font-size: 14px;
    color: #ffffff;
}

/*** 

====================================================================
  request & callback
====================================================================

***/

.requwst-callback {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.requwst-callback:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.requwst-callback .content {
    margin-bottom: 50px;
}
.requwst-callback .content h1 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    line-height: 48px;
}
.requwst-callback .content h1 span {
    color: #00aff0;
}
.requwst-callback .content p {
    color: #fff;
}
.requwst-callback h4 {
    color: #fff;
    margin-bottom: 20px;
}
.requwst-callback .thm-btn {
    width: 100%;
}

/*=============== default-sidebar ====================*/

.default-sidebar {
    padding-bottom: 100px;
}
.default-sidebar .list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 5px solid #00aff0;
    margin-bottom: 50px;
}
.default-sidebar .list li {
    list-style: none;
    position: relative;
    padding: 12px 0;
    margin-bottom: 2px;
    border: 1px solid #e3e4f1;
}
.default-sidebar .list li:last-child {}
.default-sidebar .list li.active a {
    color: #00aff0;
}
.default-sidebar .list li a {
    display: block;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-weight: 700;
    line-height: 30px;
    padding-left: 54px;
    transition: all 0.5s ease;
    position: relative;
}
.default-sidebar .list li.active a, .default-sidebar .list li a:hover {
    color: #00aff0;
}
.default-sidebar .list li a:before {
    content: "\f102";
    position: absolute;
    font-size: 16px;
    font-family: FontAwesome;
    left: 30px;
    top: 1px;
    transform: rotate(-90deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/*============== contact-info =============*/

.default-sidebar .contact-info {
    margin-bottom: 55px;
}
.default-sidebar .contact-info li {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #223364;
    line-height: 23px;
    margin-bottom: 17px;
}
.default-sidebar .contact-info li a {
    color: #223364;
}
.default-sidebar .contact-info li i {
    font-size: 15px;
    color: #223364;
    position: absolute;
    left: 0;
    top: 5px;
}

/*======== downloadlink ===========*/

.default-sidebar .thm-btn {
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.default-sidebar .thm-btn i {
    margin-right: 10px;
    transform: rotate(0deg);
}

/*========= testimonial ============*/

.single-cause h1 {
    font-weight: 700;
    margin-bottom: 30px;
}

/*========= testimonial ============*/

.testimonial-style2 .testimonial-item .content {
    position: relative;
    padding: 40px 25px;
    margin-bottom: 20px;
    border: 1px solid #d7d7d7;
}
.testimonial-style2 .testimonial-item .content {
    position: relative;
}
.testimonial-style2 .testimonial-item .qoute {
    position: absolute;
    left: 25px;
    top: 0;
    font-size: 20px;
    color: #00aff0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.testimonial-style2 .testimonial-item .author .img-box {
    display: inline-block;
    padding-right: 10px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
}
.testimonial-style2 .testimonial-item .author .title {
    display: inline-block;
    vertical-align: middle;
}
.testimonial-style2 .testimonial-item .author .title h5 {
    font-size: 16px;
}
.testimonial-style2 .testimonial-item .author .title p {
    font-style: italic;
    font-size: 14px;
}
.testimonial-style2 .owl-controls {
    text-align: center;
    display: block;
    position: absolute;
    bottom: -50px;
    right: 0;
}
.testimonial-style2 .owl-dots .owl-dot {
    display: inline-block;
}
.testimonial-style2 .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #ff9a00;
    border-radius: 50%;
    display: block;
    background: #00aff0;
    height: 10px;
    width: 10px;
    margin: 5px 3px;
    transition: .5s ease;
}
.testimonial-style2 .owl-dots .owl-dot.active span {
    background-color: #dbdbdb;
    width: 50px;
    border-radius: 10px;
    transition: .5s ease;
}

/*** 

====================================================================
  all cause
====================================================================

***/

.all-cause {
    position: relative;
    padding-top: 70px;
}
.all-cause .single-item {
    position: relative;
    margin-bottom: 30px;
}
.all-cause .single-item .inner-box {
    position: relative;
    overflow: hidden;
}
.all-cause .single-item .inner-box .image-box {
    position: relative;
}
.all-cause .single-item .inner-box .image-box img {
    position: relative;
    width: 100%;
    display: block;
}
.all-cause .single-item .inner-box .image-box .overlay-box {
    position: absolute;
    left: 0px;
    bottom: -100%;
    padding: 8px 35px;
    width: 100%;
    text-align: center;
    background-color: rgb(32, 51, 100);
    transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.all-cause .single-item .inner-box .image-box:hover .overlay-box {
    bottom: 0;
}
.all-cause .single-item .inner-box .image-box .overlay-box h4 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
}
.all-cause .single-item .inner-box .overlay-box p {
    line-height: 23px;
    color: #fff;
}

/* single cause */

.cause-plan {
    margin-top: 45px;
    margin-bottom: 60px;
}
.cause-plan .content {
    margin-bottom: 30px;
}
.cause-plan h3 {
    font-weight: 600;
}
.cause-plan .rating {
    margin-bottom: 10px;
    margin-top: 5px;
}
.cause-information {
    border: 1px solid #d7d7d7;
}
.cause-information li {
    border-bottom: 1px solid #d7d7d7;
    padding: 16px 18px;
    font-size: 15px;
}
.cause-information li i {
    margin-right: 4px;
}
.cause-information li:last-child {
    border-bottom: 0px;
}

/*========== market plan ===========*/

.market-plan {
    padding: 60px 0 40px;
}
.market-plan h2 {
    font-weight: 700;
    margin-bottom: 45px;
}
.market-plan .img-box {
    margin-bottom: 60px;
}
.market-plan .content {
    margin-bottom: 60px;
}
.market-plan .content p {
    margin-bottom: 30px;
}
.market-plan .content ul li {
    margin-bottom: 20px;
    font-size: 15px;
    color: #333;
    font-weight: 700;
}
.market-plan .content ul li i {
    margin-right: 20px;
    color: #00aff0;
}

/*** 

====================================================================
  audit and assurance
====================================================================

***/


/*========== market plan ===========*/

.market-plan2 {
    padding: 60px 0 0px;
}
.market-plan2 h2 {
    font-weight: 700;
    margin-bottom: 45px;
}
.market-plan2 .content {
    margin-top: 20px;
}
.market-plan2 .content p {
    margin-bottom: 30px;
}
.market-plan2 .content ul li {
    margin-bottom: 15px;
    font-size: 15px;
    color: #333;
}
.market-plan2 .content ul li i {
    margin-right: 12px;
    color: #00aff0;
}
.market-plan3 {
    margin-bottom: 80px;
}
.market-plan3 h2 {
    font-weight: 700;
    margin: 0px 0 40px;
}

/*** 

====================================================================
  contact_area
====================================================================

***/

.contact_area {
    position: relative;
    padding: 80px 0 50px;
}
.contact_area .contact-bg {
    background: #fff;
    border-radius: 5px;
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
    margin-bottom: 80px;
}
.contact-info-area {
    box-shadow: 0 0 13px 9px rgba(0, 0, 0, 0.02);
    padding: 50px;
}
.contact-bg .contact-info .icon-box {
    font-size: 40px;
    color: #00aff0;
    margin-bottom: 20px;
}
.contact-bg .contact-info h5 {
    font-size: 16px;
    margin-bottom: 8px;
}
.contact_area h1 {
    position: relative;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 44px;
}
.contact-bg p {
    color: #666;
}
.contact-bg .contact-form {
    position: relative;
}
.contact-bg .contact-info {
    text-align: center;
}
.contact-bg .contact-info li {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 14px;
}
.contact-bg .contact-info li a {
    position: relative;
    font-size: 15px;
    color: #00aff0;
    padding-left: 20px;
}
.contact-bg .contact-info li a i {
    font-size: 15px;
    margin-right: 5px;
}
.contact-bg .contact-info li i {
    font-size: 20px;
    color: #00b7f2;
    position: absolute;
    left: 0px;
    top: 8px;
}
.contact-bg .thm-btn {
    background: #333;
    border-radius: 25px;
    padding: 0 50px;
}

/*** 

====================================================================
  google map Section
====================================================================

***/

.home-google-map #contact-google-map {
    width: 100%;
    height: 450px;
}
.home-google-map .gmnoprint {
    display: none;
}

/*** 

====================================================================
  our leader Section
====================================================================

***/

.our-leader {
    position: relative;
    margin-top: 100px;
}
.our-leader .item {
    margin-bottom: 50px;
}
.our-leader .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.our-leader .img-box .caption {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -100%;
    transition: .5s ease;
}
.our-leader .img-box:hover .caption {
    bottom: 0%;
    transition: .5s ease;
}
.our-leader .img-box .caption li {
    width: 33.333%;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    margin: 0 -2px;
}
.our-leader .img-box .caption li.fb {
    background: #00529c;
}
.our-leader .img-box .caption li.twit {
    background: #00acee;
}
.our-leader .img-box .caption li.link {
    background: #0071ad;
}
.our-leader .img-box .caption li a {
    color: #fff;
    font-size: 24px;
}
.our-leader .content h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 5px;
}
.our-leader .content .author-title {
    font-style: italic;
    margin-bottom: 11px;
}
.our-leader .content .default-link {
    color: #333;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 12px;
}
.our-leader .content .default-link i {
    transform: rotate(-90deg);
}

/*** 

====================================================================
  Single News
====================================================================

***/

.single-blog-page .default-blog {
    border: 0px;
}
.single-blog-page .default-blog .content {
    padding: 0px;
}
.single-blog-page .content blockquote {
    background: #f6f7f8;
    padding: 30px 30px 30px 80px;
    position: relative;
    border: 0;
    margin-top: 30px;
    font-size: 18px;
    font-style: italic;
    color: #999;
    border-left: 2px solid #00aff0;
}
.single-blog-page .content blockquote:before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 85px;
    font-weight: bold;
    color: #aaaaaa;
    position: absolute;
    left: 17px;
    top: 6px;
}
.single-blog-page .share-box {
    margin-top: 30px;
    border-top: 1px solid #f4f4f4;
    padding-top: 30px;
}
.single-blog-page .share-box p {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

/*=========== comment-area ==========*/

.sidebar-page-container .comments-area {
    position: relative;
    margin-bottom: 70px;
}
.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 40px;
}
.team-details .group-title {
    position: relative;
    margin-bottom: 50px;
    text-align: left;
}
.sidebar-page-container .group-title h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #1c1c1c;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.sidebar-page-container .group-title h2:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -18px;
    width: 20px;
    border-bottom: 3px solid #24a0de;
}
.sidebar-page-container .group-title h2:after {
    content: '';
    position: absolute;
    left: 22px;
    bottom: -18px;
    width: 20px;
    border-bottom: 3px solid #24a0de;
}
.comments-area .comment-box {
    position: relative;
}
.comments-area .comment {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.comments-area .comment-box .comment:last-child {
    padding-bottom: 0px;
    border: none;
}
.comments-area .comment .comment-content {
    position: relative;
    padding: 0px;
}
.comments-area .reply-comment {
    margin-left: 100px;
}
.comments-area .comment .comment-inner {
    position: relative;
    padding-left: 130px;
    min-height: 110px;
}
.comments-area .comment .author-thumb {
    position: absolute;
    left: 0px;
    top: -1px;
    width: 110px;
}
.comments-area .comment .author-thumb img {
    width: 100%;
    display: block;
}
.comments-area .comment .comment-info {
    position: relative;
    top: 2px;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 7px;
}
.comments-area .comment .comment-info h4 {
    position: relative;
    color: #222222;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}
.comments-area .comment .text {
    line-height: 1.9em;
    font-size: 15px;
    text-align: justify;
}
.comments-area .comment .reply {
    position: absolute;
    right: 0px;
    top: 15px;
    color: #00aff0;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.comments-area .comment .reply .fa {
    font-style: normal;
    padding-right: 5px;
}

/*=========== sidebar ==========*/

.sidebar-title h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #333;
}
.sidebar .sidebar-search {
    margin-bottom: 50px;
}
.sidebar .sidebar-search .form-group {
    position: relative;
}
.sidebar .sidebar-search .form-group input[type="text"], .sidebar .sidebar-search .form-group input[type="search"] {
    position: relative;
    line-height: 24px;
    padding: 15px 40px 15px 20px;
    border: 1px solid #f4f4f4;
    background: #ffffff;
    color: #222222;
    border-radius: 27px;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 55px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sidebar .sidebar-search .form-group input:focus {
    border-color: #24a0de;
}
.sidebar .sidebar-search .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 50px;
    line-height: 55px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}
.sidebar .sidebar-search .form-group input:focus+button, .sidebar .sidebar-search .form-group button:hover {
    color: #00aff0;
}

/* categories*/

.sidebar .sidebar-categories {
    margin-bottom: 50px;
}
.sidebar .sidebar-categories .list li a {
    position: relative;
    display: block;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    padding: 5px 0px 5px 15px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.sidebar .sidebar-categories .list li a:hover {
    color: #00aff0;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.sidebar .sidebar-categories .list li a:before {
    font-family: 'FontAwesome';
    content: "\f101";
    position: absolute;
    left: 0px;
    top: 5px;
    display: block;
    line-height: 26px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

/*=========== post ==========*/

.sidebar-posts {
    margin-bottom: 50px;
}
.sidebar-posts .post {
    position: relative;
    padding-left: 90px;
    margin-bottom: 20px;
}
.sidebar-posts .post a {
    color: #333;
    font-size: 15px;
    margin-bottom: 8px;
}
.sidebar-posts .post .post-thumb {
    position: absolute;
    left: 0;
    top: 4px;
}
.sidebar-posts .post a i {
    margin-right: 6px;
    color: #00aff0;
}

/*=========== tag ==========*/

.sidebar-tags a {
    color: #333;
    border: 1px solid #f1f1f1;
    padding: 5px 14px;
    margin-bottom: 4px;
}

/*=========== post pagination ==========*/

.post_pagination {
    position: relative;
    text-align: center;
}
.post_pagination li {
    display: inline-block;
}
.post_pagination li a {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin: 0 4px;
    transition: .5s ease;
}
.post_pagination li a:hover, .post_pagination li.active a {
    color: #00aff0;
    transition: .5s ease;
}
.post_pagination li a i.left {
    transform: rotate(90deg);
}
.post_pagination li a i.right {
    transform: rotate(-90deg);
}

/*** 

====================================================================
  our location
====================================================================

***/

.company-location {
    position: relative;
}
.company-location h3.title {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    padding: 50px 0 30px;
}
.company-location .img-box {
    position: relative;
    float: left;
}
.company-location .caption {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 183, 241, 0.9);
    color: #fff;
    padding: 20px 0;
    font-weight: 600;
    text-align: center;
}
.company-location .overlay {
    position: absolute;
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    background: rgba(0, 0, 0, 0.7);
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 0;
    visibility: hidden;
}
.company-location .img-box:hover .overlay {
    height: 100%;
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    visibility: visible;
}
.company-location .overlay .content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company-location .overlay a {
    position: relative;
    top: -35px;
    color: #fff;
    font-size: 30px;
}

/*** 

====================================================================
  job-list
====================================================================

***/

.job-list {
    position: relative;
}
.job-list h3 {
    font-size: 28px;
    color: #333;
    font-weight: 700;
    margin: 35px 0 20px;
}
.job-list .search-option {
    position: relative;
    padding-right: 90px;
    margin-top: 30px;
    margin-bottom: 25px;
    margin-right: 33px;
}
.job-list .search-option input {
    border: 1px solid #d7d7d7;
    line-height: 58px;
    width: calc(50% - 15px);
    margin-right: 15px;
    padding: 0 30px;
    color: #606a83;
    float: left;
}
.job-list .search-option .thm-btn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px;
    line-height: 60px;
}
.job-list .search-option .thm-btn i {
    transform: rotate(0deg);
}
.job-list .inner-box {
    position: relative;
}
.job-list .inner-box .icon-box {
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #fff;
    background: #00aff0;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    margin-top: 2px;
}
.job-list .inner-box .meta-info {}
.job-list .inner-box .meta-info p {
    color: #333;
    font-size: 15px;
}
.job-list .inner-box .meta-info ul li {}
.job-list .inner-box .meta-info ul li a {
    color: #333;
    font-size: 13px;
    font-style: italic;
    margin-right: 15px;
    transition: .5s ease;
}
.job-list .inner-box .meta-info ul li a:hover {
    color: #00aff0;
    transition: .5s ease;
}
.job-list .inner-box .meta-info ul li a i {
    margin-right: 5px;
}
.job-list .inner-box .link-box .thm-btn {
    line-height: 30px;
    font-size: 13px;
    padding: 0 25px;
    margin-top: 6px;
}
.job-list .inner-box .link-box .thm-btn:hover {
    background: #fff;
}
.job-list .inner-box .table-hover>tbody>tr>td {
    border-color: #fff;
}
.job-list .inner-box .table-hover>tbody>tr>td.link {
    max-width: 150px;
    text-align: center;
}
.job-list .inner-box .table-hover>tbody>tr>td.icon {
    max-width: 90px;
    text-align: center;
}
.job-list .inner-box .table-hover>tbody>tr>td.content {
    text-align: left;
}
.job-list .inner-box .table-hover>tbody>tr:hover>td, .job-list .inner-box .table-hover>tbody>tr.active td {
    background: #333;
    transition: .7s ease;
}
.job-list .inner-box .table-hover>tbody>tr:hover>td .meta-info p, .job-list .inner-box .table-hover>tbody>tr.active td .meta-info p {
    color: #fff;
    transition: .7s ease;
}
.job-list .inner-box .table-hover>tbody>tr:hover>td .meta-info ul li a, .job-list .inner-box .table-hover>tbody>tr.active td .meta-info ul li a {
    color: #fff;
    transition: .7s ease;
}
.job-list .inner-box .table-hover>tbody>tr td .meta-info ul li a:hover {
    color: #00aff0;
}
.job-list .load-more {
    position: relative;
    font-size: 14px;
    line-height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    color: #333;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #d7d7d7;
    margin-top: 40px;
    padding: 0 38px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

/*** 

====================================================================
  job-details
====================================================================

***/

.job-details .post-meta {
    position: relative;
    margin-bottom: 40px;
}
.job-details .post-meta p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #333;
}
.job-details .post-meta p i {
    margin-right: 5px;
}
.job-details h3 {
    font-size: 28px;
    color: #333;
    font-weight: 700;
    padding-bottom: 20px;
    margin: 35px 0 35px;
    border-bottom: 1px solid #d7d7d7;
}
.job-details .list-style-5 {
    position: relative;
}
.job-details .list-style-5 li {
    position: relative;
    margin-top: 20px;
    font-size: 15px;
    color: #333;
}
.job-details .list-style-5 li i {
    color: #00aff0;
    margin-right: 10px;
}
.check-item li {
    display: inline-block;
    margin-right: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}
.check-item input#roundedTwo {
    display: inline-block;
    margin-right: 10px;
}

/*** 

====================================================================
  about section
====================================================================

***/

.about-section {
    position: relative;
}
.about-section .content h2 {
    font-weight: 700;
    margin-bottom: 30px;
}
/*why-chooseus*/
.why-chooseus {
    position: relative;
    background-color: #f7f7f7;
}
.why-chooseus .content {
    margin-bottom: 50px;
}
.why-chooseus .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.why-chooseus .content .link a {
    font-size: 14px;
    font-weight: 700;
    color: #00aff0;
    text-transform: uppercase;
    margin-top: 15px;
}

/*pricing*/
.pricing-section {
    position: relative;
}
.pricing-section .single-item {
    margin-bottom: 50px;
    text-align: center;
    padding: 70px 15px;
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, .1);
}
.pricing-section .single-item .icon-box {
    font-size: 40px;
    color: #00aff0;
    margin-bottom: 30px;
}
.pricing-section .single-item .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.pricing-section .single-item .price {
    font-size: 40px;
    margin-bottom: 20px;
}
.pricing-section .single-item .month {
    font-size: 20px;
    margin-bottom: 20px;
}
.pricing-section .single-item ul li {
    margin-bottom: 8px;
}
.pricing-section .single-item ul {
    margin-bottom: 30px;
}

/*** 

====================================================================
  team section
====================================================================

***/

.team-section {
    background-color: #fff;
}
.team-section .single-team {
    margin-bottom: 50px;
}
.team-section .NextArrow {
    position: absolute;
    right: -50px;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    background: #003445;
    color: #fff;
    font-size: 30px;
    transition: .4s
}
.team-section .PrevArrow {
    position: absolute;
    left: -50px;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    z-index: 5;
    background: #003445;
    color: #fff;
    font-size: 30px;
    transition: .4s
}
.team-section .PrevArrow:hover, .team-section .NextArrow:hover {
    background: #fde428;
    color: #003445
}

.team-section .single-team .teamthumb:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.74);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.team-section .single-team:hover .teamthumb:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;

}

.team-section .single-team:hover .teamthumb .team-social a {
    left: 0;
}
.team-section .single-team .teamthumb {
    position: relative;
    overflow: hidden;
}
.team-section .single-team .teamthumb img {
    transition: .4s;
}
.team-section .single-team .teamthumb .team-social {
    position: absolute;
    width: 60px;
    top: 30px;
    text-align: center;
    left: 10px;
}
.team-section .single-team .teamthumb .team-social a {
    display: block;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #00aff0;
    background: #ffffff;
    margin-bottom: 5px;
    transition: .4s;
    position: relative;
    left: -100px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.11);
}
.team-section .single-team .teamthumb .team-social a:nth-child(even) {
    transition-delay: .1s;
}
.team-section .single-team .team-title {
    padding: 10px 20px;
    padding-top: 20px;
    border-top: 0;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #003445;
}
.team-section .single-team .team-title h4 {
    font-weight: 700;
    margin-bottom: 8px;
    color: #222;
}
.team-section .single-team .team-title p {
    color: #00aff0;
}
.team-section .single-team .team-contact {
    padding: 10px 20px;
    padding-bottom: 20px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.team-section .single-team .team-contact ul li {
    line-height: 26px;
}
.team-section .single-team .team-contact ul li span {
    padding-right: 10px;
    font-weight: 700;
    color: #003445;
}


/*** 

====================================================================
  404 page section
====================================================================

***/

.error-page {
    position: relative;
}

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

.error-page .content h1 {
    font-size: 150px;
    font-weight: 700;
    margin-bottom: 20px;
}

.error-page .content p {
    margin-bottom: 30px;
    font-size: 18px;
}

.analysis-list li{
    padding: 20px 0px;
    line-height: 2;
}

.course .img-box {
    max-width: 370px;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.course .img-box img{
    max-width: 370px;
    width: 100%;
    height: auto;
}

.text{
    line-height: 20px;
}
.text h1,.text h2,.text h3,.text h4,.text h5,.text h6{
    padding: 5px 0px;
    margin: auto;
}
.text ul{
    padding: 10px 0px;
    list-style:disc;
}

.text ul li{
    line-height: 22px;
     margin-left: 50px;
}

.text p{
    margin:auto;
    padding: 2px 10px;
}

.payment .list {
    list-style: circle;
}

.payment ul {
    line-height: 1.5;
}

.count-outer span.plus{
    font-size: 35px;
color: #FFF;
padding: 0px 5px;
}