@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i|Source+Sans+Pro:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway');

address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, div, section, summary {
    display: block;
}

html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
}
a {
    color: #ffc432;
    text-decoration: none;
}


a:hover,
a:active {
    text-decoration: none;
}

    a.btn {
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Raleway', sans-serif;
    }

body {
    font-family: "Source Sans Pro", Arial, Calibri, sans-serif;
    width: 100%;
    color: black;
    margin: 0 auto;
    position: relative;
    background: #FFFFFF;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

/* Header */

header {
}

.top-line {
    background: #43285b;
    min-height: 50px;
}

    .top-line .container .info {
        margin: 0;
    }

        .top-line .container .info li {
            display: inline-block;
            color: #ffffff;
            list-style-type: none;
            line-height: 50px;
            margin: 0 20px 0 20px;
        }

    .top-line .social-icons {
        float: right;
        margin-top: 8px;
    }

    .top-line .container .social-icons li {
        float: left;
        color: #ffffff;
        list-style-type: none;
    }

        .top-line .container .social-icons li a {
            font-size: 15px;
            color: #12ffee;
            width: 35px;
            height: 35px;
            line-height: 15px;
            border: 1px solid #12ffee;
            padding: 10px;
            border-radius: 3px;
            margin: 0px 0 0px 25px;
            display: block;
        }

            .top-line .container .social-icons li a:hover {
                font-size: 15px;
                background: #12ffee;
                color: #252525;
                transition: .5s ease-in-out;
                -webkit-transition: .8s ease-in-out;
                -moz-transition: .8s ease-in-out;
            }


    .top-line .info a i {
        font-size: 16px;
        margin-right: 10px;
        color:#fff;
    }

    .top-line .info a {
        font-size: 16px;
        margin-right: 10px;
        color: #ffffff;
    }

/* NAVIGATION */
.navbar-default.scrolled {
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    padding: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}


#main-navigation-wrapper.navbar-default {
    background: transparent;
    border: none;
    min-height: auto;
    background: #FFF;
    border-top: 1px solid #38374C;
    border-radius: 0;
    margin: 0;
    padding: 0px 0;
    border-bottom: 1px solid #99999940;
}

#main-navigation-wrapper .navbar-default {
    width: 100%;
    z-index: 100;
    font-family: 'Lato', sans-serif;
    padding: 12px 0;
}

#main-navigation-wrapper .logo {
    margin-top: 0px;
}
#main-navigation-wrapper .logo a img{
	height:70px;
}
#main-navigation-wrapper .navbar-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 30px;
}

    #main-navigation-wrapper .navbar-nav ul li {
        list-style: none;
        position: relative;
        display: block;
        border-bottom: 1px solid #cccccc24;
    }


.logo-mobile {
    display: none;
}


.searchBtn {
    position: absolute;
    top: 25px;
    right: 0;
}

#main-navigation-wrapper #searchDropdown {
    background: none;
    border: none;
}

.searchBtn i {
    padding: 15px;
    font-size: 18px;
}

#main-navigation-wrapper form {
    height: 50px;
    width: 280px;
    padding: 5px;
    border-radius: 4px;
    margin: 0;
    left: auto;
    right: 0;
    top: 70px;
    border-color: #48c7ec;
}

.searchBtn .rightBtn form input {
    font-family: 'Source Sans Pro', 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;
}

.finance-navbar.affix {
    top: 0;
    left: 0;
    right: 0;
    position: fixed !important;
    margin: 0;
    animation: fadeItIn 1s;
    z-index: 1000;
    padding: 5px 0 !important;
    min-height: 70px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#main-navigation-wrapper.finance-navbar.affix .navbar-nav > li > .dropdown-submenu {
    margin: 5px 0 0 0 !important;
}

#main-navigation-wrapper.navbar-default.finance-navbar.affix {
    border-top: 1px solid #fff;
}

.finance-navbar.affix .logo-desktop {
    display: none;
}

.finance-navbar.affix .logo-mobile {
    display: block;
}

@keyframes fadeItIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
/* Dropdown Menus */

#main-navigation-wrapper .navbar-nav > li > .dropdown-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    padding: 0;
    margin-top: 10px;
    border: none;
    border-radius: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    min-width: 220px;
    background: #1C1C29;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}

#main-navigation-wrapper .navbar-nav > li:hover > .dropdown-submenu,
#main-navigation-wrapper .navbar-nav > .open > .dropdown-submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.nav .dropdown-submenu li:last-child {
    border-bottom: 4px solid #2979fc;
}

.nav > li > ul {
    text-align: left;
    display: none;
    background:#43285b;
    position: absolute;
    top: 100%;
    left: 0;
    width: 280px;
    z-index: 999999;
}

.nav .dropdown-submenu li {
    border-bottom: 1px solid #b6b6b647;
}

#main-navigation-wrapper .navbar-nav > li > .dropdown-submenu > ul > .dropdown-submenus {
    position: absolute;
    left: 100%;
    top: 0%;
    background: #232222;
    width: 200px;
}

#main-navigation-wrapper .nav .dropdown-submenu li a {
    display: block;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    color: #e6e6e6;
    font-size: 1em;
    font-weight: 500;
    padding: 12px 0px 12px 25px;
    line-height: normal;
    transition: all 0.4s ease 0s;
}

    #main-navigation-wrapper .nav .dropdown-submenu li a:hover {
        background: #12756e;
        color: #FFFFFF;
        text-decoration: none;
    }

.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-menu>li>a:hover {
    color: #3b0361;
    text-decoration: none;
    background-color: #ffc432;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
}
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
        background: #004766;
        width: 270px;
    }

#main-navigation-wrapper .navbar-nav ul li:last-child {
    border-bottom: 0px solid #1f59fc;
}


.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

.navbar-nav {
    float: right;
}

.logo {
    float: left;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top: 4px solid #ffc432;
}


/* section welcome */
.details {
    margin-top: 20px;
}

.welcomes {
    padding: 100px 0;
    background: #555c820a;
}

    .welcomes h2 {
        text-align: left;
        margin-bottom: 20px;
        font-size: 47px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 600;
        line-height: 40px;
        text-transform: uppercase;
        color: #531d84;
        text-shadow: 1px 1px 1px #39426d1f;
    }

        .welcomes h2:before {
            content: "";
            position: absolute;
            top: 50px;
            left: 325px;
            width: 50px;
            height: 4px;
            background: #ffffff;
        }

        .welcomes h2 span {
            color: #f0882a;
            text-transform: uppercase;
            text-shadow: 1px 1px 1px #363f6b;
        }

    .welcomes p {
        margin-top: 10px;
        line-height: 28px;
        text-align: justify;
        padding-right: 20px;
        background-color: transparent !important;
    }

    .welcomes i {
        color: #8ba500;
    }

    .welcomes ul li {
        list-style-type: none;
        margin-top: 10px;
    }

    .welcomes a.btn {
        padding: 10px 25px;
        color: #521c83;
        border: 1px solid #521c83;
        margin-top: 20px;
        font-weight: 600;
    }

.our-futured-services a.btn {
    padding: 10px 25px;
    color: #b0cb1f;
    border: 1px solid #b0cb1f;
    margin-top: 40px;
    font-weight: 600;
    margin-left: 9%;
}

    .welcomes a.btn:hover,
    .our-futured-services a.btn:hover {
        color: #FFFFFF;
    }

.welcomes p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
}

.welcomes .video_gallery_container {
    display: block;
    margin: 0px 15px 15px 0px;
    padding: 0px;
    width: 530px;
    height: 360px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-box-shadow: 13px -12px 0px -4px rgba(219,219,219,1);
    -moz-box-shadow: 13px -12px 0px -4px rgba(219,219,219,1);
    box-shadow: 13px -12px 0px -4px rgba(219,219,219,1);
}

    .welcomes .video_gallery_container a {
        position: absolute;
        font-size: 25px;
        left: 50%;
        top: 50%;
        width: 72px;
        height: 72px;
        border-radius: 100%;
        color: #FFFFFF;
        border: 3px solid #FFFFFF;
        background: #404856;
        margin: -36px 0 0 -36px;
        text-align: center;
        line-height: 65px;
    }

.about_us {
    margin: 30px 0 50px;
}
/* section why choose us */
.our-futured-services {
    padding: 80px 0 80px;
    background: transparent;
    text-align: center;
}

    .our-futured-services h2 {
        text-align: center;
        margin: 0;
        font-size: 38px;
        font-weight: 600;
        line-height: 40px;
        text-transform: uppercase;
		color:#531d84;
    }

    .our-futured-services .header h2:before {
        content: "";
        position: absolute;
        top: 50px;
        left: 455px;
        width: 50px;
        height: 4px;
        background: #ffffff;
    }

    .our-futured-services .header {
        margin-bottom: 40px;
    }

        .our-futured-services .header p {
            text-align: left;
            color: #949494;
            margin: 0;
            font-size: 16px;
        }

    .our-futured-services .box {
        border: 2px solid #ffaa2c;
        height: 240px;
        position: relative;
        padding: 70px 35px 35px 35px;
        background: #FFFFFF;
        transition: all 0.3s linear;
    }

        .our-futured-services .box:hover {
           background: #ffb708;
			color: #000000;
        }

.hoverStyle {
    border-bottom-color: #09A223;
}

.our-futured-services .box .icon-box {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 2px solid #ffaa2c;
    border-radius: 50%;
    background: #FFFFFF;
    margin-top: -120px;
    margin-left: 95px;
}

    .our-futured-services .box .icon-box a {
        text-align: center;
        display: block;
    }

        .our-futured-services .box .icon-box a span {
            color:#ffa800;
        }

.our-futured-services .box h4 {
    font-size: 23px;
    font-weight: bold;
    margin: 25px 0 15px;
}

.our-futured-services .box {
    color: #101010;
    font-size: 16px;
    line-height: 28px;
}

    .our-futured-services .box img {
        color: #095afe;
        font-size: 38px;
        margin: 25px;
    }
	
	.cd-slider-nav li:hover a, .cd-slider-nav li.selected a {
    border-top: 4px solid #222;
    background: #ffc432 !important;
}
.cd-slider-nav li .slide-number {
    width: 42px;
    height: 42px;
    font-size: 20px;
    line-height: 45px;
    border-radius: 100%;
    color: #000;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    background: #FFFFFF;
    margin-left: 72px;
    margin-bottom: 8px;
    transition: all .3s ease;
}

.cd-slider-nav li.selected a {
    color: #000;
}

/* section why choose us */
.Our-services {
    padding: 80px 0;
}

    .Our-services .image {
        border-radius: 5px;
        overflow: hidden;
        height: 250px;
    }

    .Our-services h2 {
        text-align: left;
        margin: 0;
        font-size: 38px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 800;
        line-height: 40px;
        text-transform: capitalize;
    }

        .Our-services h2:before {
            content: "";
            position: absolute;
            top: 120px;
            left: 15px;
            width: 50px;
            height: 4px;
            background: #48c7ec;
        }

    .Our-services .header {
        margin-bottom: 70px;
    }

        .Our-services .header p {
            text-align: left;
            color: #949494;
            margin: 0;
            font-size: 16px;
        }

    .Our-services span {
        font-weight: 800;
        color: #48c7ec;
    }

    .Our-services h4 {
        text-align: left;
        margin: 20px 0;
        font-size: 24px;
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        text-transform: capitalize;
        transition: all 0.3s ease;
    }

.newClass {
    color: #48c7ec;
}

.Our-services p {
    line-height: 25px;
    color: #1C1C29;
    font-family: "Roboto", sans-serif;
}

.Our-services .image img {
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.newClass2 {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.owl-carousel {
    position: relative;
}

.owl-nav {
    margin-top: 30px;
    float: right;
}

    .owl-nav .owl-prev {
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        display: inline-block;
        line-height: 15px;
        margin-right: 5px;
        padding: 9px 17px;
        font-size: 22px;
        color: #111111;
    }

    .owl-nav .owl-next {
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        display: inline-block;
        line-height: 15px;
        margin-right: 5px;
        padding: 9px 17px;
        font-size: 22px;
        color: #111111;
    }
/* section our-numbers */

.our-numbers {
    padding: 100px 0;
    position: relative;
    min-height: 503px;
    background: url(../img/testimonial-bg.jpg) fixed right center;
    background-size: cover;
}

    .our-numbers h2 {
        text-align: center;
        margin: 0;
        font-size: 38px;
        font-family: 'Source Sans Pro', sans-serif;
        color: #FFFFFF font-weight: 800;
        line-height: 40px;
        text-transform: capitalize;
    }

    .our-numbers .icon-box {
        margin-left: 80px;
        margin-bottom: 30px;
        width: 100px;
        height: 100px;
        border: 4px solid #48c7ec;
        border-radius: 50%;
        background: #FFFFFF;
    }

        .our-numbers .icon-box i {
            color: #48c7ec;
            font-size: 38px;
            line-height: 90px;
        }

    .our-numbers .number-box {
        text-align: center;
        margin: 0;
        font-size: 38px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 800;
        line-height: 40px;
        text-transform: capitalize;
        color: #FFFFFF;
    }

    .our-numbers h2 {
        text-align: center;
        margin: 0;
        font-size: 38px;
        color: #FFFFFF;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 800;
        line-height: 40px;
        text-transform: capitalize;
    }

        .our-numbers h2:before {
            content: "";
            position: absolute;
            top: 60px;
            left: 50%;
            width: 50px;
            margin-left: -25px;
            height: 4px;
            background: #48c7ec;
        }

    .our-numbers p {
        text-align: center;
        margin: 42px 0;
        color: #FFFFFF;
    }

    .our-numbers .counters {
        text-align: center;
        margin-top: 30px;
    }

    .our-numbers .single-count-box .text-box p {
        color: #FFFFFF;
        font-size: 16px;
        margin-top: 15px;
        font-weight: bold;
    }

    .our-numbers span {
        font-size: 60px;
        color: #FFFFFF;
        font-weight: bold;
    }

/* section what else we got */

.our-faq {
    padding: 80px 0;
    min-height: 550px;
}

    .our-faq .textArea {
        transition: all 0.3s ease-in;
    }

    .our-faq .tabs {
        transition: all 0.3s ease-in;
    }

    .our-faq .btn-primary {
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        padding: 15px 35px;
        text-align: center;
        border-radius: 10px;
        background: #48c7ec;
        border: 1px solid transparent;
        margin-top: 15px;
    }

    .our-faq h2 {
        text-align: left;
        margin: 0;
        font-size: 38px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 800;
        line-height: 40px;
        text-transform: capitalize;
    }

        .our-faq h2:before {
            content: "";
            position: absolute;
            top: 48px;
            left: 15px;
            width: 50px;
            height: 4px;
            background: #48c7ec;
        }

    .our-faq .header {
        margin-bottom: 30px;
        padding-right: 40px;
    }

    .our-faq p {
        text-align: left;
        color: #949494;
        margin: 0;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .our-faq a.btn {
        padding: 10px 25px;
        color: #48c7ec;
        border: 1px solid #cdcdcd;
        margin-top: 15px;
    }

        .our-faq a.btn:hover {
            color: #FFFFFF;
        }

#accordion {
    position: relative;
    margin-top: 15px;
}

.toggle {
    margin-bottom: 20px;
}

    .toggle .toggle-heading {
        position: relative;
    }

        .toggle .toggle-heading a {
            display: block;
            padding: 12px 13px 17px 55px;
            background: #FFFFFF;
            border: 1px solid #d7d7d7;
            border-radius: 5px;
            color: #414141;
            position: relative;
            font-size: 18px;
            font-weight: bold;
            text-decoration: none;
            -webkit-box-shadow: 1px 3px 6px -6px rgba(0,0,0,0.62);
            -moz-box-shadow: 1px 3px 6px -6px rgba(0,0,0,0.62);
            box-shadow: 1px 3px 6px -6px rgba(0,0,0,0.62);
        }

#accordion .toggle i {
    width: 23px;
    height: 23px;
    border: 2px solid transparent;
    border-radius: 100%;
    font-size: 14px;
    line-height: 21px;
    margin-right: 10px;
    text-align: center;
    position: absolute;
    left: 17px;
    top: 50%;
    margin-top: -11.5px;
    color: #48c7ec;
    border: 2px solid #48c7ec;
}

.toggle .toggle-body {
    padding: 20px 0 4px;
    font-size: 16px;
    line-height: 25px;
}

/* section our team */

.our-team {
    padding: 80px 0;
    background: #f3f5fa;
}

    .our-team h2 {
        text-align: center;
        margin: 0;
        font-size: 38px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 800;
        line-height: 40px;
        text-transform: capitalize;
    }

        .our-team h2:before {
            content: "";
            position: absolute;
            top: 48px;
            left: 50%;
            width: 50px;
            height: 4px;
            background: #48c7ec;
            margin-left: -25px;
        }

    .our-team .header {
        margin-bottom: 30px;
    }

        .our-team .header p {
            text-align: center;
            color: #949494;
            margin: 0;
            font-size: 16px;
            margin-top: 30px;
        }

    .our-team .team-wraper {
        margin-top: 30px;
        position: relative;
    }

        .our-team .team-wraper .team-member {
            height: 400px;
            width: 430px;
            overflow: hidden;
        }

        .our-team .team-wraper .our-team-info h3 {
            font-size: 26px;
            color: #48c7ec;
            font-weight: bold;
        }

        .our-team .team-wraper .our-team-info span {
            font-size: 16px;
            color: #6a6a6a;
            font-weight: bold;
        }

        .our-team .team-wraper .our-team-info p {
            margin-top: 20px;
            line-height: 28px;
            font-size: 16px;
            color: #6a6a6a;
            font-weight: bold;
        }

        .our-team .team-wraper ul.social-icons {
            margin-top: 30px;
        }

        .our-team .team-wraper .social-icons li {
            list-style-type: none;
            line-height: 34px;
            display: inline-block;
            width: 34px;
            height: 34px;
            border-radius: 5px;
            background: #dadada;
            margin-right: 7px;
            text-align: center;
        }

        .our-team .team-wraper ul.social-icons li a {
            color: #48c7ec;
        }

    .our-team .owl-nav {
        margin-top: 30px;
        float: right;
        position: absolute;
        right: 0;
        bottom: 0;
    }

        .our-team .owl-nav .owl-prev {
            border: 1px solid #e5e5e5;
            border-radius: 5px;
            display: inline-block;
            line-height: 15px;
            margin-right: 5px;
            padding: 9px 17px;
            font-size: 22px;
            color: #111111;
        }

        .our-team .owl-nav .owl-next {
            border: 1px solid #e5e5e5;
            border-radius: 5px;
            display: inline-block;
            line-height: 15px;
            margin-right: 5px;
            padding: 9px 17px;
            font-size: 22px;
            color: #111111;
        }

/* section testimonials */

.testimonials {
    padding: 70px 0 40px;
    background: #f8f9fa;
	display:none;
}

    .testimonials header h2 {
        text-align: center;
        margin: 0;
        font-size: 30px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 800;
        line-height: 40px;
        text-transform: capitalize;
        margin-bottom: 40px;
    }

        .testimonials header h2:before {
            content: "";
            position: absolute;
            top: 50px;
            left: 505px;
            width: 50px;
            height: 4px;
            background: transparent;
        }

.invest {
    color: #f34224 !important;
}

.testimonials blockquote {
    position: relative;
    margin: 30px 0;
    padding: 40px 40px 40px 90px;
    font-size: 17px;
    line-height: 26px;
    background-color: #ffffff3d;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
}

    .testimonials blockquote:before {
        position: absolute;
        content: '"';
        top: 40px;
        left: 20px;
        color: #edf3f8;
        font-size: 100px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .testimonials blockquote:after {
        position: absolute;
        content: " ";
        top: 100%;
        left: 70px;
        height: 0;
        width: 0;
        border: solid transparent;
        border-color: rgba(72, 71, 71, 0);
        border-top-color: #ffffff3d;
        border-right-width: 27px;
        border-left-width: 0px;
        border-bottom-width: 168px;
        border-top-width: 29px;
    }

.testimonials .testimonials-author .author-img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.testimonials .testimonials-author h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-size: 22px;
    padding-top: 14px;
    color: #fffcfc;
    line-height: 24px;
}

.testimonials .testimonials-author span {
    font-size: 17px;
    color: #48c7ec;
}





/* section our-blogs */

.our-blogs {
    padding: 80px 0;
}

    .our-blogs .header {
        margin-bottom: 60px;
        position: relative;
    }

    .our-blogs h2 {
        text-align: left;
        margin: 0;
        font-size: 38px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 800;
        line-height: 40px;
        text-transform: capitalize;
    }

    .our-blogs .header:before {
        content: "";
        position: absolute;
        top: 48px;
        left: 0;
        width: 50px;
        height: 4px;
        background: #48c7ec;
    }

    .our-blogs .blog-wraper {
        border: 1px solid #dfdfdf;
        transition: all 0.3s ease;
    }

        .our-blogs .blog-wraper .img-box .date {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 55px;
            height: 55px;
            padding-top: 6px;
            background: #48c7ec;
            text-align: center;
            color: #FFFFFF;
        }

    .our-blogs .img-box {
        position: relative;
        overflow: hidden;
        height: 200px;
    }


    .our-blogs .text-box {
        padding: 20px 15px;
    }


.hover {
    -webkit-box-shadow: 0px 0px 25px -13px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 25px -13px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 25px -13px rgba(0,0,0,0.42);
}

.our-blogs .text-box .text {
    margin-bottom: 19px;
}

.our-blogs .post-meta {
    border-top: 1px solid #dfdfdf;
    padding-top: 14px;
    color: #858585;
}

    .our-blogs .post-meta p {
        margin-bottom: 0;
    }
/* section our contact us */
.contact-us {
    position: relative;
    background: #2f383d;
    padding: 20px;
}

    .contact-us p {
        position: relative;
        margin-top: 40px;
    }

    .contact-us:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 50%;
        height: 100%;
        background-color: #858585;
        background-image: url(../img/5.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 0;
    }

    .contact-us .bg-contact {
        height: 410px;
        background: rgba(26,28,40,0.80);
        padding: 20px;
        border-radius: 10px;
    }

    .contact-us h2 {
        text-align: left;
        margin: 0;
        font-size: 38px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 800;
        line-height: 40px;
        text-transform: capitalize;
        color: #48c7ec;
        margin-top: 40px;
        margin-bottom: 20px;
    }

        .contact-us h2:before {
            content: "";
            position: absolute;
            top: 90px;
            left: 15px;
            width: 50px;
            height: 4px;
            background: #48c7ec;
        }

    .contact-us p {
        font-size: 17px;
        color: #041F51;
        line-height: 29px;
    }


    .contact-us form input[type="text"] {
        width: 100%;
        height: 50px;
        padding: 10px 10px;
        border: 1px solid rgba(255,255,255,.4);
        border-radius: 0px;
        background: rgba(0,0,0,.4);
        margin-bottom: 20px;
        color: #FFFFFF;
    }

    .contact-us .select {
        width: 100%;
        height: 50px;
        border: 1px solid rgba(255,255,255,.4);
        border-radius: 0px;
        background: rgba(0,0,0,.4);
    }

    .contact-us form textarea {
        width: 100%;
        max-height: 100px;
        ;
        border: 1px solid rgba(255,255,255,.4);
        border-radius: 0px;
        background: rgba(0,0,0,.4);
    }

    .contact-us .btn {
        padding: 10px 35px;
        color: #48c7ec;
        border: 1px solid #cdcdcd;
        margin-top: 15px;
        margin-left: 15px;
        font-size: 16px;
    }

        .contact-us .btn:hover {
            color: #FFFFFF;
        }
/* get a quote section */

.get-quote {
    padding: 35px;
    background: #48c7ec;
}

    .get-quote h3 {
        margin: 0;
        font-size: 33px;
        color: #FFFFFF;
        font-weight: bold;
    }

    .get-quote p {
        margin-top: 8px;
        margin-bottom: 0px;
        color: #FFFFFF;
    }

    .get-quote a.btn {
        padding: 12px 29px;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        margin-top: 15px;
        background: #48c7ec;
    }

        .get-quote a.btn:hover {
            color: #48c7ec;
        }

/* footer section */
.social-icons img {
    margin-left: 26%;
    height: 75px;
}

.main-footer {
    padding: 40px 0;
    background: #43285b;
    color: #FFFFFF;
    border-top: 5px solid #250344;
}
    .main-footer h3 {
        font-weight: 600;
        margin: 0;
        margin-bottom: 20px;
        font-size: 21px;
		color: #ffc432;
    }

    .main-footer p {
        color: #FFFFFF;
        margin: 15px 0 20px;
        line-height: 28px;
        text-align: justify;
        padding-right: 15px;
    }

    .main-footer .social-icons ul li {
        color: #acacac;
        list-style-type: none;
        line-height: 34px;
        display: inline-block;
        width: 34px;
        height: 34px;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.13);
        margin-right: 7px;
        text-align: center;
        color: #FFFFFF;
    }

        .main-footer .social-icons ul li a {
            color: #FFFFFF;
        }

    .main-footer .services li {
        list-style-type: none;
        line-height: 28px;
        padding-bottom: 15px;
    }

        .main-footer .services li a {
            text-decoration: none;
            color:#ffffff;
            transition: color .4s ease;
        }

            .main-footer .services li a:hover {
                color: #9ccd56;
            }

            .main-footer .services li a:before {
                content: '\f105';
                font-family: 'FontAwesome';
                margin-right: 10px;
            }

    .main-footer .news li {
        list-style-type: none;
        margin-bottom: 20px;
    }

    .main-footer .news a {
        color: #FFFFFF;
        text-decoration: none;
    }

    .main-footer .news span {
        color: #48c7ec;
    }

    .main-footer .get-in-touch li {
        list-style-type: none;
        margin-bottom: 20px;
    }

        .main-footer .get-in-touch li a {
            color: #fff;
        }

        .main-footer .get-in-touch li i {
            margin-right: 10px;
        }
/* footer section */

.footer-bottom {
    padding: 20px 0;
    background: #371f49;
}

    .footer-bottom p {
        color: #fff;
        margin: 0;
    }

.scroll-top {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #494949;
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #FFFFFF;
    z-index: 100;
    font-size: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .scroll-top i {
        line-height: 45px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .scroll-top:hover {
        opacity: 0.9;
        color: #FFFFFF;
        text-decoration: none;
    }
/* contact us page */

.contact_header {
    position: relative;
    padding: 170px 0 20px 0;
    background: url(../img/contact_head.jpg) center;
}

    .contact_header:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(72, 199, 236, 0.9);
    }

    .contact_header h2 {
        font-size: 38px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 800;
        text-transform: capitalize;
        color: #FFFFFF;
    }

.contact_us-second {
    padding: 20px 0;
}

    .contact_us-second header {
        margin-bottom: 30px;
    }

    .contact_us-second h2 {
        font-weight: bold;
        margin-bottom: 20px;
        font-size: 30px;
    }

    .contact_us-second header p {
        margin-top: 40px;
    }

    .contact_us-second h2:before {
        content: "";
        position: absolute;
        top: 60px;
        left: 15px;
        width: 50px;
        height: 4px;
        background: #48c7ec;
    }

    .contact_us-second form {
        position: relative;
        overflow: hidden;
    }

        .contact_us-second form .form-grp input[type="text"], .form-grp input[type="email"], .form-grp textarea {
            width: 100%;
            height: 45px;
            margin-bottom: 20px;
        }

.form-grp textarea {
    max-width: 100%;
    max-height: 200px;
}


.projects-section .grreen .blue .pink {
    width: 100px;
    height: 100px;
    background: green;
}

.contact_us-second .btn {
    padding: 12px 25px;
    font-weight: bold;
    background: #FFFFFF;
    border: 1px solid #cdcdcd;
    margin-top: 15px;
    color: #48c7ec;
}

    .contact_us-second .btn:hover {
        color: #FFFFFF;
    }

.keep-in ul.social-icons {
    margin-top: 45px;
}

#contact-google-map {
    width: 100%;
    height: 500px;
}

.map-section {
    position: relative;
    clear: both;
    margin-bottom: 30px;
}

.map-outer {
    position: relative;
}

.map-section .outer-container {
    position: absolute;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
    z-index: 20;
}

    .map-section .outer-container .info-container {
        position: relative;
        max-width: 1000px;
        margin: 0 auto;
        bottom: 375px;
        padding: 30px 50px 20px 50px;
        background: #1a3b66;
        border: 10px solid #FFF;
        z-index: 4;
        float: left;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
        -ms-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
        -o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    }

        .map-section .outer-container .info-container address {
        }

.keep-in .social-icons li {
    list-style-type: none;
    line-height: 34px;
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 5px;
    background: #dadada;
    margin-right: 7px;
    text-align: center;
}

.keep-in ul.social-icons li a {
    color: #48c7ec;
}

.contact-box {
    margin-top: 25px;
}

.address-box {
    padding: 20px;
    border-bottom: 1px solid #e2e2e2;
}

.contact-box .address-box .icon-box {
    float: left;
    vertical-align: middle;
}

    .contact-box .address-box .icon-box i {
        font-size: 21px;
        color: #48c7ec;
        text-align: center;
    }

.contact-box .address-box .address-text {
    margin-left: 37px;
    margin-bottom: 0px;
    color: #9c9c9c;
}

/* BLOG STANDARD page */

.news-section {
    padding: 80px 0;
}

    .news-section .news_one {
        margin-bottom: 50px;
    }

        .news-section .news_one .image {
            position: relative;
            overflow: hidden;
            height: 240px;
            width: 340px;
            margin-right: 15px;
            float: left;
        }

        .news-section .news_one .text-box {
            padding-left: 20px;
            display: block;
        }

    .news-section .overlay {
        position: absolute;
        bottom: 0;
        left: 0px;
        right: 0;
        background-color: rgba(72, 199, 236, 0.8);
        overflow: hidden;
        width: 0;
        height: 100%;
        transition: .3s ease;
    }

.image:hover .overlay {
    width: 100%;
}

.news-section .overlay .text {
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 42%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.news-section .overlay .text2 {
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.news-section .overlay i {
    width: 40px;
    height: 40px;
    color: white;
    font-size: 17px;
    line-height: 38px;
    border-radius: 50%;
    background: #333333;
    color: #FFFFFF;
}


.news-section .text-box .title2, .text-box-last .title2 {
    text-decoration: none;
    color: #3c3c3c;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .news-section .text-box .title2:hover, .text-box-last .title2:hover {
        color: #48c7ec;
    }

.news-section h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
}

.news-section .overlay .text3 {
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.news-section .overlay .text4 {
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 58%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.news-section .news_one p {
    font-size: 16px;
    line-height: 26px;
    color: #8a8a8a;
    margin-top: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #48c7ec;
}

.news-section .news_one ul li, .news_one-big ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    color: #8a8a8a;
    font-style: italic;
}

    .news-section .news_one ul li i, .news_one-big ul li i {
        color: #48c7ec;
        margin-right: 5px;
    }

    .news-section .news_one ul li a, .news_one-big ul li a {
        text-decoration: none;
        display: inline-block;
        margin-right: 10px;
        color: #8a8a8a;
        font-style: italic;
    }

.news-section .news_one .author figure {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.news-section .news_one .author h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 0;
}

.news-section .news_one .author p {
    font-size: 16px;
    margin: 0;
    color: #8a8a8a;
    border-bottom: none;
}

.news-section .news_one .author .author-text {
    padding-top: 7px;
}

.news-section .blog-info .title {
    margin-bottom: 20px;
}

.news-section .blog-info .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 26px;
    padding: 10px 30px 10px 15px;
    border: 1px solid #e0e0e0;
    height: 48px;
    background: #f4f4f4;
    color: #3a3a3a;
    display: block;
    width: 100%;
    border-radius: 3px;
    transition: all 500ms ease;
}

.news-section .blog-info .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 48px;
    width: 50px;
    line-height: 48px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #ffffff;
    background: #48c7ec;
    border-radius: 0px 3px 3px 0px;
    border: none;
}

.news-section .blog-info .category-widget {
    margin-top: 50px;
}

    .news-section .blog-info .category-widget ul li {
        list-style-type: none;
    }

        .news-section .blog-info .category-widget ul li a {
            font-weight: 400;
            text-decoration: none;
            color: #575757;
            display: block;
            line-height: 42px;
            border-bottom: 1px solid #E6E6E6;
            position: relative;
            -webkit-transition: color .4s ease;
            transition: color .4s ease;
        }

            .news-section .blog-info .category-widget ul li a:hover {
                color: #48c7ec;
            }

            .news-section .blog-info .category-widget ul li a:before {
                content: "\f105";
                font-family: FontAwesome;
                color: #C8C8C8;
                font-size: 14px;
                position: absolute;
                right: 10px;
            }

.news-section .blog-info .news-widget {
    margin-top: 50px;
}

    .news-section .blog-info .news-widget .news-item {
        margin-bottom: 13px;
        min-height: 50px;
        padding: 0px 0px 25px 0px;
        color: #cccccc;
        border-bottom: 1px solid #f1f1f1;
    }

        .news-section .blog-info .news-widget .news-item figure {
            width: 90px;
            height: 90px;
            float: left;
            margin-right: 15px;
        }

    .news-section .blog-info .news-widget h5 a {
        text-decoration: none;
        font-size: 17px;
        color: #000000;
        font-weight: bold;
        -webkit-transition: color .4s ease;
        transition: color .4s ease;
    }

        .news-section .blog-info .news-widget h5 a:hover {
            color: #48c7ec;
        }

.news-section .blog-info .tags-widget {
    margin-top: 50px;
}

    .news-section .blog-info .tags-widget ul {
        list-style-type: none;
    }

        .news-section .blog-info .tags-widget ul li {
            display: inline-block;
            margin: 0 3px 5px;
        }

            .news-section .blog-info .tags-widget ul li a {
                text-decoration: none;
                display: block;
                font-weight: normal;
                font-size: 15px;
                color: #9e9e9e;
                line-height: 32px;
                border: 1px solid #f1f1f1;
                background: #fff;
                border-radius: 2px;
                text-align: center;
                padding: 0 14px;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
            }

                .news-section .blog-info .tags-widget ul li a:hover {
                    color: #FFFFFF;
                    background: #48c7ec;
                }

.news-section .blog-info .instigram-widget {
    margin-top: 50px;
}

    .news-section .blog-info .instigram-widget ul {
        list-style-type: none;
    }

        .news-section .blog-info .instigram-widget ul li {
            display: inline-block;
            margin: 0 2px 5px;
            width: 80px;
            height: 80px;
            overflow: hidden;
        }

.news-section .pagination {
    text-align: center;
}

    .news-section .pagination a {
        text-align: center;
        padding: 10px 15px;
    }
/* BLOG BIG page */

.news-section .left-wraper {
    padding-right: 50px;
    position: relative;
}

    .news-section .left-wraper .news_one-big {
        margin-top: 50px;
    }

        .news-section .left-wraper .news_one-big .img-box {
            position: relative;
            width: 100%;
            height: 340px;
            overflow: hidden;
            margin-bottom: 50px;
        }

    .news-section .left-wraper .text-box {
        padding-bottom: 40px;
        border-bottom: 1px solid #48c7ec;
    }

    .news-section .left-wraper .text-box-last {
        padding-bottom: 40px;
        border-bottom: none;
    }

    .news-section .left-wraper a.btn {
        padding: 10px 25px;
        color: #48c7ec;
        border: 1px solid #cdcdcd;
        margin-top: 10px;
    }

        .news-section .left-wraper a.btn:hover {
            color: #FFFFFF;
        }
    /* BLOG SINGLE POST page */
    .news-section .left-wraper .news_one-single .img-box {
        position: relative;
        width: 100%;
        height: 440px;
        overflow: hidden;
        margin-bottom: 20px;
    }

.news-section .news_one-single ul {
    list-style-type: none;
}

    .news-section .news_one-single ul li {
        display: inline-block;
        margin: 0 2px 5px;
        overflow: hidden;
    }

        .news-section .news_one-single ul li a {
            margin-right: 10px;
            text-decoration: none;
            display: inline-block;
            color: #8a8a8a;
            font-style: italic;
        }

        .news-section .news_one-single ul li i {
            color: #48c7ec;
            margin-right: 5px;
        }

.news-section .news_one-single .text-box {
    border-bottom: none;
}

.news-section .news_one-single p {
    font-size: 16px;
    line-height: 26px;
    color: #8a8a8a;
    margin-top: 18px;
    padding-bottom: 15px;
}

.news-section .related-posts {
    overflow: hidden;
    margin-top: 30px;
}

    .news-section .related-posts .image {
        position: relative;
    }

    .news-section .related-posts .overlay {
        position: absolute;
        bottom: 0;
        left: 0px;
        right: 0;
        background-color: rgba(72, 199, 236, 0.8);
        overflow: hidden;
        width: 0;
        height: 100%;
        transition: .3s ease;
    }

.image:hover .overlay {
    width: 100%;
}

.news-section .related-posts .overlay .text {
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 42%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.news-section .related-posts .overlay .text2 {
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.news-section .related-posts .overlay i {
    width: 40px;
    height: 40px;
    color: white;
    font-size: 17px;
    line-height: 38px;
    border-radius: 50%;
    background: #333333;
    color: #FFFFFF;
}

.news-section .related-posts .header {
    margin-bottom: 30px;
}

.news_one-single .owl-carousel .image {
    height: 200px;
    overflow: hidden;
}

.news_one-single .owl-carousel .text p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.news_one-single .owl-carousel .text span {
    font-size: 12px;
}

.news-section .share-box {
    background: #f3f5fa;
    padding: 20px 20px;
    position: relative;
    height: 60px;
    margin-bottom: 50px;
}

    .news-section .share-box ul {
        list-style-type: none;
        margin-top: -8px;
    }

        .news-section .share-box ul li {
            list-style-type: none;
            line-height: 34px;
            display: inline-block;
            width: 34px;
            height: 34px;
            border-radius: 5px;
            background: #dadada;
            margin-right: 7px;
            text-align: center;
        }

            .news-section .share-box ul li a {
                color: #48c7ec;
            }

.news-section .post-author {
    margin-bottom: 60px;
}

    .news-section .post-author .img-box {
        width: 100px;
        height: 100px;
        overflow: hidden;
    }

    .news-section .post-author .inner {
        position: relative;
        margin-top: 35px;
    }

    .news-section .post-author .text-box {
        position: absolute;
        left: 120px;
        top: 0px;
        border-bottom: none;
        font-size: 16px;
        line-height: 24px;
        color: #8a8a8a;
    }

        .news-section .post-author .text-box h4 {
            margin: 0;
            color: #202020;
            margin-bottom: 7px;
        }

.news-section .comments-box {
    margin-top: 50px;
    overflow: hidden;
}

    .news-section .comments-box .text-box h4 {
        margin: 0;
        color: #202020;
        margin-bottom: 7px;
        font-size: 15px;
    }

    .news-section .comments-box .img-box {
        width: 60px;
        height: 60px;
        overflow: hidden;
    }

    .news-section .comments-box .inner {
        position: relative;
        margin-top: 35px;
        height: 100px;
        border-bottom: 1px solid #d1d1d1;
    }

    .news-section .comments-box .text-box {
        position: absolute;
        left: 100px;
        top: 0px;
        border-bottom: none;
        font-size: 14px;
        line-height: 22px;
        color: #8a8a8a;
    }

.news-section .contact-wraper-last {
    margin-top: 50px;
}

    .news-section .contact-wraper-last .inner {
        margin-top: 30px;
    }

    .news-section .contact-wraper-last input {
        width: 100;
        font-size: 16px;
        height: 55px;
        border: 1px solid #d2d2d2;
        background: #f7f7f7;
    }

    .news-section .contact-wraper-last textarea {
        min-width: 100%;
        max-width: 100%;
        max-height: 200px;
        min-height: 200px;
    }

    .news-section .contact-wraper-last label {
        color: #757575;
    }

    .news-section .contact-wraper-last a.btn {
        padding: 10px 25px;
        color: #48c7ec;
        border: 1px solid #cdcdcd;
        margin-top: 15px;
    }

        .news-section .contact-wraper-last a.btn:hover {
            color: #FFFFFF;
        }
/* Financial planing */
.height-50 {
    height: 50px;
}

.service1-section {
    padding: 80px 0;
}

    .service1-section a {
        font-size: 16px;
        font-weight: 600;
    }

    .service1-section aside h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .service1-section .brochures-download {
        margin-top: 35px;
    }


        .service1-section .brochures-download a.download-pdf i {
            color: #48c7ec;
            margin-right: 10px;
        }

    .service1-section aside .request-quote {
        padding: 20px;
        background: #1a1c28;
        color: #FFFFFF;
        border-radius: 5px;
        margin-top: 35px;
    }

        .service1-section aside .request-quote a.btn {
            padding: 10px 25px;
            color: #48c7ec;
            border: 1px solid #cdcdcd;
            margin-top: 10px;
            border: none;
        }

            .service1-section aside .request-quote a.btn:hover {
                color: #FFFFFF;
            }

    .service1-section aside .testimonials-content {
        padding: 23px;
        border: 1px solid #b7b7b7;
        text-align: center;
        margin-bottom: 25px;
        margin-top: 35px;
        border-radius: 5px;
        color: #575757;
        font-size: 16.5px;
        position: relative;
    }

        .service1-section aside .testimonials-content:before {
            position: absolute;
            left: 10px;
            bottom: -23px;
            background: url(../img/testimonial-pointer.png) no-repeat 0 0;
            width: 44px;
            height: 23px;
            content: "";
        }

    .service1-section aside .testimonials-author-service .author-img {
        margin-right: 15px;
        float: left;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        overflow: hidden;
    }

    .service1-section aside .testimonials-service {
        width: 100%;
    }

        .service1-section aside .testimonials-service .item {
            margin-right: 15px;
        }

    .service1-section aside .testimonials-author-service h4 {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 700;
        font-size: 20px;
        padding-top: 14px;
        line-height: 21px;
        margin: 0;
    }

        .service1-section aside .testimonials-author-service h4 span {
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 16px;
            color: #48c7ec;
            font-weight: 400;
        }

    .service1-section .service-right-content .service-first .img-box {
        height: 350px;
        overflow: hidden;
        margin-bottom: 28px;
    }

    .service1-section aside {
        padding-right: 20px;
    }

    .service1-section .service-right-content .service-first {
        margin-bottom: 38px;
    }

        .service1-section .service-right-content .service-first h2 {
            text-align: left;
            margin: 0;
            font-size: 38px;
            position: relative;
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 800;
            line-height: 40px;
            text-transform: capitalize;
            margin-bottom: 30px;
        }

            .service1-section .service-right-content .service-first h2:before {
                content: "";
                position: absolute;
                top: 55px;
                left: 0;
                width: 50px;
                height: 4px;
                background: #48c7ec;
            }

        .service1-section .service-right-content .service-first blockquote {
            text-align: left;
            margin-top: 30px;
            font-size: 18px;
            line-height: 29px;
            color: #48c7ec;
            font-style: italic;
        }

    .service1-section .service-right-content p {
        text-align: left;
        color: #949494;
        font-size: 16px;
        line-height: 27px;
    }

    .service1-section .service-right-content .image {
        height: 250px;
        overflow: hidden;
    }

    .service1-section .service-right-content ul {
        list-style-type: none;
    }

        .service1-section .service-right-content ul li {
            font-size: 15px;
            font-weight: bold;
            color: #464646;
        }

            .service1-section .service-right-content ul li i {
                color: #48c7ec;
                margin-right: 10px;
                line-height: 27px;
            }

    .service1-section .service-right-content .service-business {
        background: #f8f8f8;
        padding: 20px;
        text-align: center;
    }

        .service1-section .service-right-content .service-business i {
            color: #48c7ec;
            font-size: 38px;
            text-align: center;
        }

        .service1-section .service-right-content .service-business h4 {
            font-size: 22px;
            text-align: center;
        }

        .service1-section .service-right-content .service-business p {
            font-size: 16px;
            text-align: center;
        }



    .service1-section .service-right-content .tabs-info .tabs-btn li a {
        color: #48c7ec;
    }

        .service1-section .service-right-content .tabs-info .tabs-btn li a:visited {
            background: #949494;
        }

    .service1-section .service-right-content .tabs-info .tab-content {
        max-height: 242px;
    }

        .service1-section .service-right-content .tabs-info .tab-content .tab-pane {
            font-size: 16px;
            line-height: 26px;
            color: #949494;
            padding: 35px 25px;
        }

        .service1-section .service-right-content .tabs-info .tab-content .img-box {
            margin-right: 15px;
        }

canvas a.canvasjs-chart-credit {
    color: red;
}
/* ABOUT US */

.about-us {
    padding: 80px 0;
}

    .about-us .aboutus_page .img-box {
        overflow: hidden;
        height: 240PX;
    }

    .about-us .aboutus_page p {
        font-size: 16px;
        color: #8b8b8b;
        font-weight: 300;
    }

    .about-us .aboutus_text h2 {
        text-align: left;
        margin: 0;
        font-size: 30px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 800;
        line-height: 40px;
        text-transform: capitalize;
        margin-bottom: 30px;
    }

        .about-us .aboutus_text h2:before {
            content: "";
            position: absolute;
            top: 50px;
            left: 15px;
            width: 50px;
            height: 4px;
            background: #48c7ec;
        }

    .about-us .aboutus_text p {
        font-size: 16px;
        color: #8b8b8b;
        font-weight: 300;
        line-height: 25px;
    }

    .about-us .aboutus_text blockquote {
        font-size: 16px;
        color: #8b8b8b;
        font-style: italic;
    }

.about-us-history {
    padding: 80px 0;
    background: #f3f5fa;
}

    .about-us-history h2 {
        position: relative;
        margin: 0;
        font-size: 30px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 800;
        line-height: 40px;
        text-transform: capitalize;
        margin-bottom: 30px;
    }

        .about-us-history h2:before {
            content: "";
            position: absolute;
            top: 50px;
            width: 50px;
            height: 4px;
            background: #48c7ec;
        }

    .about-us-history .title {
        margin-bottom: 50px;
    }

    .about-us-history .about-us-history-years .img-box {
        overflow: hidden;
        height: 200px;
        position: relative;
        margin-bottom: 30px;
    }

        .about-us-history .about-us-history-years .img-box .date {
            position: absolute;
            padding: 15px 20px;
            background: #48c7ec;
            bottom: 0;
            left: 0;
        }

            .about-us-history .about-us-history-years .img-box .date p {
                color: #FFFFFF;
                font-weight: bold;
                margin: 0;
                font-size: 17px;
            }

    .about-us-history .about-us-history-years .text-box p {
        font-size: 16px;
        color: #8b8b8b;
        font-weight: 300;
        line-height: 25px;
    }

/* ............*/
.about-us-why-choose {
    padding: 80px 0;
}

    .about-us-why-choose h2 {
        position: relative;
        margin: 0;
        font-size: 30px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 800;
        line-height: 40px;
        text-transform: capitalize;
        margin-bottom: 30px;
    }

        .about-us-why-choose h2:before {
            content: "";
            position: absolute;
            top: 50px;
            width: 50px;
            height: 4px;
            background: #48c7ec;
        }

    .about-us-why-choose .title {
        margin-bottom: 80px;
    }

    .about-us-why-choose .box {
        border: 1px solid #cfcfcf;
        height: 220px;
        position: relative;
        padding: 60px 35px 25px 35px;
        background: #FFFFFF;
        transition: all 0.3s linear;
        text-align: center;
        margin-top: 80px;
    }

        .about-us-why-choose .box .icon-box {
            width: 100px;
            height: 100px;
            border: 1px solid #bebebe;
            border-radius: 50%;
            position: absolute;
            background: #FFFFFF;
            top: -50px;
            left: 130px;
        }

        .about-us-why-choose .box h4 {
            font-size: 23px;
            font-weight: bold;
        }

    .about-us-why-choose .box {
        color: #404856;
        font-size: 16px;
        line-height: 28px;
    }

        .about-us-why-choose .box i {
            color: #48c7ec;
            font-size: 38px;
            line-height: 90px;
        }

.about-us-team {
    padding: 80px 0;
}

    .about-us-team h2 {
        position: relative;
        margin: 0;
        font-size: 30px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 800;
        line-height: 40px;
        text-transform: capitalize;
        margin-bottom: 30px;
    }

        .about-us-team h2:before {
            content: "";
            position: absolute;
            top: 50px;
            width: 50px;
            height: 4px;
            background: #48c7ec;
        }

    .about-us-team .title {
        margin-bottom: 50px;
    }

    .about-us-team .item-team .image {
        overflow: hidden;
        height: 350px;
        border-radius: 5px;
        margin-bottom: 25px;
    }

    .about-us-team .item-team h4 {
        font-size: 24px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 800;
    }

    .about-us-team .item-team p {
        font-size: 16px;
        color: #8b8b8b;
        font-weight: 300;
        line-height: 25px;
    }

    .about-us-team .item-team .profesion {
        font-size: 18px;
        color: #48c7ec;
        font-weight: lighter;
    }

.about-us-partners {
    padding: 80px 0;
}

    .about-us-partners h2 {
        position: relative;
        margin: 0;
        font-size: 30px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 800;
        line-height: 40px;
        text-transform: capitalize;
        margin-bottom: 30px;
    }

        .about-us-partners h2:before {
            content: "";
            position: absolute;
            top: 50px;
            width: 50px;
            height: 4px;
            background: #48c7ec;
        }

    .about-us-partners .title {
        margin-bottom: 50px;
    }

    .about-us-partners .image {
        border: 1px solid #cacaca;
        width: 210px;
        height: 110px;
        padding: 10px;
    }
/* OUR TEAM PAGE*/
.our-team {
    padding: 80px 0;
}

    .our-team .our-team-wraper {
    }

        .our-team .our-team-wraper .item-OUR-team .image {
            height: 350px;
            width: 100%;
            overflow: hidden;
            border-radius: 5px;
        }

        .our-team .our-team-wraper .item-OUR-team span {
            font-size: 14px;
            color: #48c7ec;
        }

        .our-team .our-team-wraper .item-OUR-team ul {
            list-style-type: none;
            margin-top: 18px;
        }

            .our-team .our-team-wraper .item-OUR-team ul li {
                list-style-type: none;
                line-height: 34px;
                display: inline-block;
                width: 34px;
                height: 34px;
                border-radius: 5px;
                background: #dadada;
                margin-right: 7px;
                text-align: center;
            }

                .our-team .our-team-wraper .item-OUR-team ul li a {
                    color: #48c7ec;
                }

    .our-team .header h3 {
        font-size: 24px;
        font-weight: bold;
        margin-top: 0;
    }

    .our-team .reading-box {
        height: 100px;
        padding: 33px 0px 0px 15px;
        margin-top: 60px;
        background: #e1e1e1;
        position: relative;
        border-left: 5px solid #48c7ec;
    }

        .our-team .reading-box p {
            font-size: 22px;
        }

        .our-team .reading-box a.btn {
            position: absolute;
            right: 30px;
            top: 13px;
            padding: 10px 25px;
            color: #48c7ec;
            border: 1px solid #cdcdcd;
            margin-top: 15px;
        }

            .our-team .reading-box a.btn:hover {
                color: #FFFFFF;
            }

    .our-team .other-members {
        margin-top: 60px;
    }

        .our-team .other-members .item-OUR-team2 {
            margin-bottom: 50px;
        }

        .our-team .other-members .image {
            padding-right: 15px;
            height: 250px;
            overflow: hidden;
        }

        .our-team .other-members span {
            font-size: 14px;
            color: #48c7ec;
        }

        .our-team .other-members p {
            line-height: 25px;
            font-size: 15px;
        }

        .our-team .other-members ul {
            list-style-type: none;
            margin-top: 18px;
        }

            .our-team .other-members ul li {
                list-style-type: none;
                line-height: 34px;
                display: inline-block;
                width: 34px;
                height: 34px;
                border-radius: 5px;
                background: #dadada;
                margin-right: 7px;
                text-align: center;
            }

                .our-team .other-members ul li a {
                    color: #48c7ec;
                }
/* TESTIMONIALS PAGE */
.testimonials-page {
    padding: 80px 0;
}

    .testimonials-page .box {
        text-align: center;
        padding: 30px 12px;
        border: 1px solid #d4d4d4;
        margin-bottom: 40px;
    }

        .testimonials-page .box .header {
            padding-bottom: 15px;
            border-bottom: 1px solid #d4d4d4;
        }

    .testimonials-page figure {
        width: 70px;
        height: 70px;
        overflow: hidden;
        border-radius: 50%;
        margin-left: 80px;
    }

    .testimonials-page p {
        font-size: 15px;
        line-height: 24px;
        color: #6f6f6f;
        margin-top: 15px;
    }

    .testimonials-page h4 {
        margin-bottom: 5px;
    }

    .testimonials-page span {
        font-size: 14px;
        color: #48c7ec;
    }
/* SINGLE PROJECTS PAGE */
.single-project-wraper .img-box {
    height: 500px;
    overflow: hidden;
}

.single-project-wraper .single-project-header {
    margin-top: 40px;
}

    .single-project-wraper .single-project-header .customer-info {
        background: #f7f7f7;
        padding: 30px 0 30px 15px;
    }

        .single-project-wraper .single-project-header .customer-info table td {
            line-height: 40px;
            font-size: 17px;
            color: #48c7ec;
            font-weight: bold;
        }

            .single-project-wraper .single-project-header .customer-info table td:first-child {
                padding-right: 15px;
            }

            .single-project-wraper .single-project-header .customer-info table td:last-child {
                padding-left: 15px;
                font-weight: normal;
                color: #292929;
            }

.single-project-wraper h1 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.single-project-wraper h2:before {
    content: "";
    position: absolute;
    top: 45px;
    left: 0px;
    width: 50px;
    height: 4px;
    background: #48c7ec;
}

.single-project-wraper .single-project-header span {
    color: #48c7ec;
}

.single-project-wraper p {
    font-size: 16px;
    line-height: 26px;
    color: #8a8a8a;
    margin-top: 15px;
}

.single-project-wraper a.btn {
    padding: 10px 25px;
    color: #48c7ec;
    border: 1px solid #cdcdcd;
    margin-top: 15px;
}

    .single-project-wraper a.btn:hover {
        color: #FFFFFF;
    }

.single-project-wraper .project-analysis {
    margin-top: 50px;
    position: relative;
}

    .single-project-wraper .project-analysis .chart-box {
        overflow: hidden;
    }

    .single-project-wraper .project-analysis h3 {
        font-size: 20px;
        margin-top: 15px;
    }

    .single-project-wraper .project-analysis ul {
        list-style-type: none;
    }

        .single-project-wraper .project-analysis ul li {
            list-style-type: none;
            font-size: 16px;
            line-height: 26px;
            color: #8a8a8a;
        }

        .single-project-wraper .project-analysis ul i {
            margin-right: 8px;
            color: #48c7ec;
        }

/* PROJECTS PAGE */

.projects-section {
    padding: 80px 0;
}

    .projects-section .controls li span {
        display: inline-block;
        cursor: pointer;
        font-size: 16px;
        color: #676767;
        text-transform: capitalize;
        border: 1px solid #c1c1c1;
        padding: 14px 24px;
        transition: all 0.3s ease;
    }

        .projects-section .controls li span:hover {
            background: #48c7ec;
            color: #FFFFFF;
        }

    .projects-section .thm-container .item {
        overflow: hidden;
        margin-top: 20px;
        height: 250px;
    }

    .projects-section .overlay {
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 0px;
        background-color: rgba(72, 199, 236, 0.8);
        overflow: hidden;
        width: 0;
        height: 100%;
        transition: .3s ease;
    }

.item:hover .overlay {
    width: 100%;
}

.projects-section .overlay .text {
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 42%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.projects-section .overlay .text2 {
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.projects-section .overlay i {
    width: 40px;
    height: 40px;
    color: white;
    font-size: 17px;
    line-height: 38px;
    border-radius: 50%;
    background: #333333;
    color: #FFFFFF;
}

.portfolioFilter a.current {
    font-weight: bold;
}



.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;
    }
/* ABOUT US */

.faq-page {
    padding: 80px 0;
}

    .faq-page .header {
        margin-bottom: 40px;
    }

    .faq-page h2 {
        text-align: left;
        margin: 0;
        font-size: 38px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 800;
        line-height: 40px;
        text-transform: capitalize;
    }

        .faq-page h2:before {
            content: "";
            position: absolute;
            top: 48px;
            left: 15px;
            width: 50px;
            height: 4px;
            background: #48c7ec;
        }

.about_us p {
    font-size: 15px;
    color: #000;
    text-align: justify;
    margin: 0px;
    font-family: arial;
    padding: 5px 0;
    line-height: 30px;
}

.about_us h3 {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: #212121;
    margin: 25px 0 25px 0;
    font-family: arial;
	display:none;
}

.double-underline:after, .double-underline:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    background-color: #12756e;
    display: block;
    height: 2px;
}

.double-underline:after {
    bottom: -10px;
    left: 32px;
}

.double-underline:before {
    bottom: -4px;
    left: 5px;
}

.titles {
    margin-bottom: 20px;
}

.about_us img {
    margin: 12px 30px 0 0;
	border: none;
	float: left;
    display: block;
}

.about_us h5 {
    font-size: 20px;
    color: #000;
    padding: 10px 0;
    text-shadow: 1px 1px 1px #d2caca63;
    font-weight: 600;
}

.about_us ul li {
    list-style: disc;
    font-size: 15px;
    line-height: 27px;
    font-family: arial;
}

    .about_us ul li i {
        margin-right: 10px;
    }

.intro {
    padding-top: 10px;
}

.findoc {
    text-transform: uppercase;
    color: #f0882c;
    font-weight: 600;
}

.reason {
    padding-left: 3%;
}

    .reason li {
        font-size: 16px;
        font-family: arial;
        color: #000;
        padding-bottom: 8px;
    }
/* small banner css */
.background {
    margin: 0px 0 30px;
    position: relative;
}

.title_banner {
    position: absolute;
    top: 44%;
    left: 10%;
}

    .title_banner h3 {
        font-size: 38px;
        color: #0c0c0c;
        font-weight: 600;
        text-shadow: 2px 2px 2px #afacac;
        text-transform: uppercase;
        letter-spacing: 0px;
    }

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.animated {
    padding-top: 10px;
    font-size: 33px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 0px;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.nomargin {
    padding: 0px;
    margin: 0px;
}

.background img {
    width: 100%;
    height: auto;
}


.planning {
    list-style: none;
    padding-left: 2%;
}

    .planning li {
        padding-bottom: 8px;
        color: #000;
        font-size: 15px;
        font-family: arial;
    }

        .planning li i {
            padding-right: 8px;
        }

.know {
    margin: 40px 0 0;
}

/* tba css */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    /* border-radius: 4px; */
    -moz-border-radius: 4px;
    /* border: 1px solid #ddd; */
    margin-top: 50px;
    margin-left: 0px;
    /* -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); */
    /* box-shadow: 0 6px 12px rgba(0,0,0,.175); */
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu div.list-group > a {
            margin-bottom: 0;
        }

            div.bhoechie-tab-menu div.list-group > a .glyphicon,
            div.bhoechie-tab-menu div.list-group > a .fa {
                color: #12756e;
                font-size: 30px;
            }

            div.bhoechie-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a.active,
            div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
            div.bhoechie-tab-menu div.list-group > a.active .fa {
                background-color: #12756e;
                color: #ffffff;
            }

                div.bhoechie-tab-menu div.list-group > a.active:after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    margin-top: -13px;
                    border-left: 0;
                    border-bottom: 13px solid transparent;
                    border-top: 13px solid transparent;
                    border-left: 10px solid #12756e;
                }

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.contact label {
    font-size: 14px;
    color: #000;
    float: none;
}

.contact {
    margin-top: 30px;
}

    .contact input {
        width: 100%;
        height: 40px;
        border: 1px solid #ccc;
        margin: 15px 0;
        outline: none;
    }

    .contact textarea {
        width: 100%;
        height: 180px;
        outline: none;
    }

    .contact input[type="submit"] {
        width: 35%;
        margin: 20px auto;
        background: #35bcfe;
        color: #fff;
        box-shadow: 1px 1px 1px 1px #ccccccab;
    }

.map {
    margin-top: 140px;
}

.details ul li i {
    padding-right: 10px;
}

.funds {
    margin-top: 33px;
    display: block;
    text-align: center;
}

    .funds a img {
        margin: 0 auto;
        display: block;
        float: none;
        border: none;
    }

.map a img {
    margin: 0 auto;
    display: block;
    float: none;
}

.about-info {
    display: block;
    text-align: center;
}

.phone {
    float: right;
    list-style: none;
}

    .phone li {
        float: left;
        margin-right: 40px;
        margin-top: 50px;
    }

        .phone li i {
            padding-right: 12px;
            color: #1f32fc;
        }

.calsy {
    margin: 30px 0 0 0;
}

.playstore {
    border-top: 1px solid #d4cfcf21;
    margin-top: 0px;
    padding-top: 20px;
    padding-left: 20%;
}

    .playstore ul {
        list-style: none;
    }

        .playstore ul li {
            float: left;
            margin: 0 10px;
        }

/* image slider css */

.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* Reposition the controls slightly */
.carousel-control {
    left: -12px;
}

    .carousel-control.right {
        right: -12px;
    }
/* Changes the position of the indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
    /* Changes the colour of the indicators */
    .carousel-indicators li {
        background: #c0c0c0;
    }

    .carousel-indicators .active {
        background: #b0cb1f;
    }

.span3 {
    float: left;
    margin-right: 10px;
}

.goal-title {
    background: #b0cb1f;
    color: #fff;
    font-weight: 600;
    padding-bottom: 5px;
}

    .goal-title img {
        margin-bottom: 5px;
    }

/* testimonials css */

#testimonial4 {
    overflow: hidden;
    min-height: 460px;
    position: relative;
    background: #f8f9fa;
}

    #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: 35px;
    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: 6px;
        height: 6px;
        border: none;
        text-indent: 0;
        margin: 2px 3px;
        cursor: pointer;
        display: inline-block;
        background: #003f71;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

    .testimonial4_indicators .carousel-indicators .active {
        padding: 0;
        width: 6px;
        height: 6px;
        border: none;
        margin: 2px 3px;
        background-color: #12756e;
        -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;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

    .testimonial4_header h4 {
        color: #000;
        font-size: 30px;
        font-weight: 600;
        position: relative;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

    .testimonial4_slide img {
        top: 0;
        left: 0;
        right: 0;
        width: 100px;
        height: 100px;
        margin: auto;
        display: block;
        color: #f2f2f2;
        font-size: 18px;
        line-height: 46px;
        text-align: center;
        position: relative;
    }

    .testimonial4_slide p {
        color: #000;
        font-size: 16px;
        margin: 40px 0 20px 0;
        text-align: center;
    }

    .testimonial4_slide h4 {
        color: #12756e;
        font-size: 16px;
        font-weight: 700;
    }


@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;
    }
}

.achiev {
    margin: 25px 0;
}

.bg {
    background: #fff;
}

.partners {
    margin: 20px 0;
    background: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc61;
}

.team img {
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.team p {
    text-align: center;
    font-size: 16px;
    color: #ef7f1a;
    font-weight: 600;
    padding-bottom: 5px;
}

.team span {
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    display: block;
}

.info p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    color: #000;
    padding-top: 15px;
}

.call {
    padding-top: 5px;
}

    .call i {
        margin-right: 5px;
        color: #ec7000;
    }

.pull-right p {
    text-align: right;
}

.statistics-section {
    position: relative;
    background: #ffffff;
    padding: 0px 0px;
}

    .statistics-section .image-column {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 50%;
        height: 100%;
        display: block;
    }

        .statistics-section .image-column .image-layer {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            display: block;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

    .statistics-section .content-column {
        position: relative;
        float: right;
        width: 50%;
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .statistics-section .content-column:before {
            content: '';
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background: rgb(82 28 131 / 35%);
        }

        .statistics-section .content-column .inner {
            position: relative;
            display: block;
            color: #ffffff;
            z-index: 1;
            max-width: 800px;
            padding: 120px 15px 80px 50px;
        }

        .statistics-section .content-column .sec-title {
            margin-bottom: 20px;
        }

.sec-title.light h1, .sec-title.light .text {
    color: #ffffff !important;
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
}

.market {
    border: 1px solid #a2a2a28f;
    width: 100%;
    margin: 0 1%;
}

    .market h4 {
        font-size: 22px;
        color: #252525;
        text-align: center;
        font-weight: 500;
        padding: 20px 0;
    }

.navbar-nav>li {
    float: left;
    padding-top: 15px;
}
.nav.navbar-nav li a {
    font-size: 15px !important;
	padding: 10px 20px;
}

@media (max-width: 576px) {
    .final_plan iframe {
        height: 1500px !important;
    }
}
#benefits span {
    display: block;
    display: block;
    width: 100%;
    height: 30px;
    text-align: left;
    font-weight: bold;
    color: #f59019;
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    clear: both;
}
.map.mapimg {
    margin-top: 0px;
}
/*video section*/
.testimonial h2 {
    font-size: 33px;
    font-weight: bold;
    line-height: 35px;
}

.owl-controls.clickable .owl-pagination {
    margin-top: 1rem;
}

    .owl-controls.clickable .owl-pagination .owl-page span {
        background: #e27919 none repeat scroll 0 0 !important;
        display: inline-block !important;
        height: 5px !important;
        margin: 0 4px;
        width: 20px !important;
    }

    .owl-controls.clickable .owl-pagination .owl-page.active span {
        background: #393991 none repeat scroll 0 0 !important;
    }

.video-test h2 {
    margin: 10px 0px 40px 0px;
}
/*gallery section*/

#lcl_wrap {
    background: gray;
    width: 50%;
    margin: auto;
    padding-top: 50px;
}

#lcl_elem_wrap {
    background-size: contain !important;
    border-radius: 12px;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.gallery {
    column-count: 4;
    --webkit-column-count: 4;
    --moz-column-count: 4;
    gap: 0.2rem;
    padding: 4rem;
}

.image img {
    height: auto;
    width: 100%;
    padding: 3.4px 2px;
    border-radius: 12px;
}

/* Responsive-ness for different screen-sizes */
@media screen and (max-width: 810px) {
    .gallery {
        column-count: 3;
        --webkit-column-count: 3;
        --moz-column-count: 3;
    }
}

@media screen and (max-width: 500px) {
    .gallery {
        column-count: 2;
        --webkit-column-count: 2;
        --moz-column-count: 2;
    }
}

@media screen and (max-width: 400px) {
    .gallery {
        column-count: 1;
        --webkit-column-count: 1;
        --moz-column-count: 1;
    }
}

li.nav-item.img_hide {
    display: none;
}

li.nav-item.img_show {
    display: block;
}

/*end gallery section*/

/*gallery popup section*/

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkA.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkA.ttf) format('truetype');
}

.container.description {
    background: white;
    border: 1px solid #eee;
    padding: 10px 25px;
    margin-top: 40px;
}

    .container.description h1 {
        font-size: 35px;
        font-weight: 300;
    }

        .container.description h1 small {
            display: block;
            font-size: 16px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

    .container.description p {
        font-size: 14px;
        line-height: 1.5;
        color: #666;
    }

    .container.description h3 {
        color: #0080a7;
        margin-top: 25px;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .container.description h5 {
        font-size: 12px;
    }

    .container.description code {
        background: #eee;
        font-size: 12px;
    }
/* SLIDER AND POP UP GALLERY STARTS HERE */
.awesome__slider div {
    background: black;
    display: flex !important;
}

    .awesome__slider div img {
        width: auto !important;
        max-height: 97%;
        display: flex;
        margin: auto;
    }

    .awesome__slider div h3 {
        padding-top: 50px;
        color: white;
        font-size: 50px;
    }

/*.container {
    max-width: 800px;
}
*/
.awesome__slider .slick-prev,
.awesome__slider .slick-next,
.awesome__slider .prev-img,
.awesome__slider .next-img {
    border-radius: 50% !important;
    height: 30px;
    width: 30px;
    display: block;
    border: none;
    background: gainsboro;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 999;
    cursor: pointer;
    border-radius: 11px;
    margin: 4px;
}

.awesome__slider .slick-next, .awesome__slider .next-img {
    right: 0px;
    left: auto !important;
    background: gainsboro !important;
}

.awesome__slider .slick-prev, .awesome__slider .prev-prev {
    left: 9px !important;
    background: gainsboro !important;
}

.next-img:hover {
    background: gray;
}

.prev-img:hover {
    background: gray;
}

.next-img {
    right: 0;
    left: auto;
}
/*.awesome__thumbnails {
    column-count: 2;
    --webkit-column-count: 2;
    --moz-column-count: 2;
    gap: 0.2rem;
 
}*/
.awesome__thumbnails {
    line-height: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-count: 2;
    -moz-column-gap: 2px;
    column-count: 2;
    column-gap: 0px;
}

.thumb img {
    width: 100% !important;
    height: auto !important;
    padding: 2px;
    border-radius: 11px;
    /*filter: blur(1.2px);*/
}

.awesome__thumbnails .thumb.active img {
    filter: blur(0);
    box-shadow: 0px 0px 8px 0px #e0dbdf;
}

@media screen and (max-width: 749px) {
    .awesome__thumbnails {
        display: none;
    }
}

.awesome__ba,
.awesome__videos {
    text-align: center;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    min-height: 3.2rem;
    padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: 98%;
}

    .awesome__ba small,
    .awesome__videos small {
        display: block;
        font-weight: lighter;
    }

    .awesome__ba:hover,
    .awesome__videos:hover,
    .awesome__ba:focus,
    .awesome__videos:focus {
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
        color: rgba(0, 0, 0, 0.65);
    }

    .awesome__ba:hover,
    .awesome__videos:hover {
        transform: translateY(-1px);
    }

    .awesome__ba:active,
    .awesome__videos:active {
        background-color: #f0f0f1;
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
        color: rgba(0, 0, 0, 0.65);
        transform: translateY(0);
    }

.bord {
    width: 98%;
    border-top: 1px dashed #ccc;
    margin: 10px 0;
}

.awesome__slider, .slick-list {
    height: 100vh !important;
    max-height: 400px;
}

.slick-slide {
    display: flex;
}

@media screen and (max-width: 749px) {
    .popup__btns {
        display: flex;
        gap: 5px;
    }

        .popup__btns .bord {
            display: none;
        }

    .flex-column-reverse {
        height: auto !important;
        padding: 0 !important;
    }

    .thumbnails-content .modal-dialog {
        max-width: 100% !important;
    }

    .thumbnails-content {
        padding-right: 0 !important;
    }

    .awesome__slider div img {
        max-width: 97% !important;
        height: auto !important;
    }
}

.thumbnails-content .modal-content {
    background-color: #fff !important;
    border-radius: 11px !important;
}

.flex-column-reverse {
    height: 85vh;
}

    .flex-column-reverse .col-md-4 {
        height: 75vh;
        overflow-x: auto;
    }

        .flex-column-reverse .col-md-4::-webkit-scrollbar {
            width: 3px;
        }

        .flex-column-reverse .col-md-4::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        .flex-column-reverse .col-md-4::-webkit-scrollbar-thumb {
            background: #888;
        }

            .flex-column-reverse .col-md-4::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

.slick-list.draggable {
    border-radius: 11px;
}

.thumb.active {
    border: 2px solid dodgerblue;
    border-radius: 11px;
}

.custom-close {
    position: absolute;
    right: 10px;
    font-size: 35px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: none !important;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.thumbnails-content .modal-dialog {
    width: 80% !important;
}
.thumbnails-content .modal-content {
    padding-top: 15px
}
.row .mt-5 {
    margin-top: 70px;
}
.row .col-md-4 {
    margin-top: 30px;
}
/*legend gallery popup*/
/*end gallery popup section*/


@media only screen and (min-width: 0px) and (min-width: 767px) {
    .video-test {
        padding: 20px 0px 20px 0px !important;
        background: #efefef;
    }

    .testmonial-wrapper1 .owl-wrapper-outer .owl-wrapper .owl-item {
        width: 330px !important;
    }
}

@media (min-width: 0px) and (min-width: 769px) {
    .video-test {
        padding: 20px 0px 20px 330px !important;
        background: #efefef;
    }
    .testmonial-wrapper1 .owl-wrapper-outer .owl-wrapper .owl-item {
        width: 750px !important;
    }
}


#stripimg {
    position: relative;
    text-align: center;
    margin: 5px 0px;
}

    #stripimg img {
        text-align: center;
        max-width: 100%;
    }

    #stripimg .close-btn {
        position: absolute;
        top: 2px;
        right: 2px;
        background: #cbcbcb;
        height: 25px;
        width: 25px;
        color: #000;
        border: 0px;
        font-size: 12px;
        font-weight: 800;
        margin: 0px;
        padding: 0px;
        border-radius: 0;
        text-shadow: 1px 2px 2px #fff;
    }

#largeModal .close {
    background: #cbcbcb;
    padding: 1px 10px;
    border: 0px;
    border-radius: 20px;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    opacity: 1;
    text-shadow: 1px 2px 2px #fff;
}

.modal-backdrop {
    background-color: rgb(0 0 0 / 55%) !important;
}

#largeModal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: 0px auto !important;
}

#largeModal .modal-content {
    width: 40%;
}

#largeModal .modal-header h5 {
    font-size: 1.25rem;
}

#largeModal .modal-title {
    display: inline-block;
}

@media (min-width:300px) and (max-width: 768px) {
    #stripimg img {
        width: 100%;
    }

    #stripimg .close-btn {
        height: 20px;
        width: 20px;
        font-size: 10px;
        top: 2px;
        right: 3px;
    }
}

@media (min-width:769px) and (max-width: 1200px) {
    #stripimg img {
        width: 100%;
    }

    #stripimg .close-btn {
        height: 20px;
        width: 20px;
        font-size: 10px;
        top: 3px;
        right: 10px;
    }
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    color: #FFFFFF;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#521c83;
    -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.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hovicon.effect-2 {
    color: #521c83;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
.hovicon.effect-2.sub-a:hover, .hovicon.effect-2.sub-a:hover i {
    color: #521c83;
}
.final_plan ul li a.active {
    color: white;
    background: #502a73;
    letter-spacing: 1px;
}
.final_plan ul li a i {
    font-size: 45px;
    display: block;
    color: #502a73;
}
.cd-slider-nav {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
    text-align: center;
    height: 129px;
    background-color: rgba(1, 1, 1, 0.55);
    -webkit-box-shadow: -4px 10px 2px -9px rgba(0,0,0,0.26);
    -moz-box-shadow: -4px 10px 2px -9px rgba(0,0,0,0.26);
    box-shadow: -4px 10px 2px -9px rgba(0,0,0,0.26);
    padding-left: 28%;
}
.cd-hero-slider p {
    font-size: 25px;
    color: #ffc432;
    font-family: "Montserrat",sans-serif;
    margin-bottom: 30px;
    padding-top: 15px;
}
.cd-hero-slider h2 span {
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #ffffffd1;
    font-weight: 600;
    font-size: 55px;
    line-height: 65px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.active {
    color: #670ea5 !important;
    background-color: transparent;
}
.services{
	margin-top:0px !important;
}

