.btn,.btn-open,.prev-next-block a {
    font-family: Poppins,sans-serif
}

.btn,.btn-open,.pagination-block ul li:first-child a,.pagination-block ul li:last-child a,.prev-next-block ul li:first-child a,.prev-next-block ul li:last-child a,h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase
}

a,a:active,a:focus,a:hover {
    text-decoration: none
}

.btn-circle,.btn-container,.horizontal-callback,.pagination-block ul,.prev-next-block ul,.social-icons .icon-box,.title-block {
    text-align: center
}

.commentlist,ul {
    list-style: none
}

.no-pad>div {
    padding: 0!important
}

.gradient-black {
    position: relative
}

.gradient-black:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 68%,rgba(0,0,0,.65) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 68%,rgba(0,0,0,.65) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 68%,rgba(0,0,0,.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

.title-block {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px
}

.title-block h2 {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 24px
}

.title-block p {
    font-size: 18px;
    color: #999;
    line-height: 30px
}

.title-block.white,.title-block.white h2,.title-block.white p {
    color: #fff
}

@media (max-width: 991px) {
    .title-block h2 {
        line-height:28px
    }
}

@media (max-width: 767px) {
    .title-block {
        width:70%
    }

    .title-block h2 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 12px
    }

    .title-block p {
        font-size: 16px;
        line-height: 26px
    }
}

.btn-container {
    margin-bottom: 48px
}

.btn {
    display: inline-block;
    font-size: 14px;
    border-radius: 0
}

.btn:active,.btn:focus,.btn:hover {
    outline: 0
}

.btn-main {
    background: linear-gradient(to right, #1eb089 0%, #7c49ab 100%, #7bd9e8 100%) repeat scroll 0 0;
    color: #fff;
    padding: 12px 24px;
    letter-spacing: 1px;
    transition: .3s
}

.btn-main:focus,.btn-main:hover {
    background: #ff2501;
    color: #fff
}

@media (max-width: 480px) {
    .title-block {
        width:90%
    }

    .btn-main {
        padding: 8px 18px
    }
}

.btn-ghost {
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 24px
}

@media (max-width: 480px) {
    .btn-ghost {
        padding:8px 18px
    }
}

.btn-narrow {
    background: #125574;
    color: #fff;
    background: linear-gradient(to right, #1eb089 0%, #7c49ab 100%, #7bd9e8 100%) repeat scroll 0 0;
    padding: 8px 18px;
    transition: .3s
}

.btn-narrow:hover {
    background: #ff2501;
    color: #fff
}

.btn-large {
    padding: 15px 48px;
    letter-spacing: 1px;
    font-size: 16px
}

.btn-open {
    color: #125574;
    font-weight: 700
}

.btn-circle {
    width: 42px;
    height: 42px;
    line-height: 30px;
    border-radius: 50%;
    background: #125574;
    color: #fff;
    transition: .3s;
    border: 2px solid #125574
}

.btn-circle:hover {
    color: #125574;
    background: 0 0
}

.ghost-main {
    border-color: #125574;
    color: #125574
}

.ghost-main:hover {
    background: #125574;
    color: #fff
}

.ghost-narrow {
    padding: 8px 18px
}

.btn-rounded {
    border-radius: 4px
}

.btn-radial {
    border-radius: 50px
}

.form-control,.horizontal-callback .form-control {
    border-radius: 0;
    box-shadow: none;
    height: 42px
}

.btn-dark {
    background: #222;
    color: #fff
}

.btn-dark:hover {
    background: #125574;
    color: #fff
}

.ghost-dark {
    border-color: #222;
    color: #222
}

.ghost-dark:hover {
    background: #222;
    color: #fff
}

.btn-light {
    background: #fff;
    color: #222
}

.btn-light:hover {
    background: #125574
}

.ghost-light {
    border-color: #fff;
    color: #fff
}

.ghost-light:hover {
    background: #fff;
    color: #222
}

.social-links .facebook-link {
    background: #3b5998
}

.social-links .twitter-link {
    background: #1da1f2
}

.social-links .google-plus-link {
    background: #dd4b39
}

.social-links .linkedin-link {
    background: #0077b5
}

.recent-post-widget li {
    margin-bottom: 18px
}

.recent-post-widget li:last-child {
    margin-bottom: 0
}

.recent-post-widget .image-wrapper {
    width: 60px;
    margin-right: 18px;
    float: left
}

.recent-post-widget .content-wrapper {
    width: calc(100% - 78px);
    float: left
}

.recent-post-widget h5,.recent-post-widget p {
    color: #fff
}

.recent-post-widget h5 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px
}

.recent-post-widget p {
    font-size: 13px;
    color: #ffffff;
}

.horizontal-callback .item-wrapper {
    background: #233295;
    padding: 30px 36px
}

.horizontal-callback h2 {
    font-size: 24px;
    color: #fff;
    line-height: 30px
}

.horizontal-callback p {
    color: #fff;
    margin-bottom: 24px
}

.horizontal-callback .form-control {
    border: none
}

.pagination-block ul li.active a,.prev-next-block ul li.active a,.text-block .btn-ghost:hover {
    color: #fff;
    border-color: #125574;
    background: #125574
}

.text-block h2 span {
    display: block;
    font-size: 18px;
    line-height: 26px
}

@media (max-width: 767px) {
    .text-block h2 {
        font-size:24px;
        line-height: 30px;
        margin-bottom: 24px
    }
}

.img-list h4,.img-list p {
    font-size: 14px
}

.pagination-block,.prev-next-block {
    margin-top: 60px;
    margin-bottom: 48px
}

.pagination-block ul li,.prev-next-block ul li {
    display: inline-block;
    background: #125574;
}

.pagination-block ul a,.prev-next-block ul a {
    color: #666;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 8px 15px;
    transition: .3s
}

.pagination-block ul a:hover,.prev-next-block ul a:hover {
    background: #125574;
    color: #fff;
    border-color: #125574
}

.img-list h4 a,.prev-next-block ul li a {
    color: #222
}

@media (max-width: 480px) {
    .pagination-block ul li a {
        padding:6px 12px
    }
}

.prev-next-block a {
    font-weight: 700
}

.custom-list li:before,.link-list li:before {
    font-family: FontAwesome;
    display: inline-block
}

.prev-next-block ul {
    overflow: hidden
}

.prev-next-block ul li:first-child {
    float: left
}

.prev-next-block ul li:first-child i {
    margin-right: 4px
}

.prev-next-block ul li:last-child {
    float: right
}

.prev-next-block ul li:last-child i {
    margin-left: 4px
}

.page-content {
    padding-top: 96px;
    padding-bottom: 48px
}

@media (max-width: 767px) {
    .page-content {
        padding-top:72px;
        padding-bottom: 24px
    }
}

.img-list li {
    margin-bottom: 18px
}

.img-list img {
    width: 72px;
    float: left
}

.img-list h4 {
    line-height: 21px
}

.img-list .content-wrapper {
    margin-left: 90px
}

.img-list.circle-img img {
    border-radius: 50%
}

.link-list li {
    margin-bottom: 8px;
    padding-left: 18px
}

.link-list li:before {
    content: '\f105';
    width: 18px;
    margin-left: -18px;
    font-size: 14px;
    color: #666
}

.link-list a {
    color: #222;
    font-weight: 700;
    display: inline-block
}

.link-list a span {
    font-size: 85%;
    font-weight: 400;
    color: #8c8c8c;
    vertical-align: middle;
    display: inline-block;
    margin-left: 8px
}

.custom-list li {
    margin-bottom: 18px;
    padding-left: 30px
}

.custom-list li:before {
    width: 27px;
    margin-left: -30px;
    font-size: 14px
}

.custom-list-01 li:before {
    content: '\f00c';
    color: #4a5cd4
}

.social-icons .icon-box {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #233295;
    line-height: 36px
}

.social-icons li {
    display: inline-block
}

.social-icons li.facebook-link .icon-box {
    background: #3b5998;
    color: #fff
}

.social-icons li.facebook-link a {
    color: #3b5998
}

.social-icons li.twitter-link .icon-box {
    background: #1da1f2;
    color: #fff
}

.social-icons li.twitter-link a {
    color: #1da1f2
}

.social-icons li.google-plus-link .icon-box {
    background: #dd4b39;
    color: #fff
}

.social-icons li.google-plus-link a {
    color: #dd4b39
}

.social-icons li.linkedin-link .icon-box {
    background: #0077b5;
    color: #fff
}

.social-icons li.linkedin-link a {
    color: #0077b5
}

.anim-progress .progress-bar {
    transition: 2s
}

.anim-progress.progress-01 .progress-bar span {
    opacity: 0;
    transition: 3s
}

.spinner {
    width: 40px;
    height: 40px;
    background-color: #333;
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.khms-preloader {
    background: #125574;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000
}

.khms-preloader .spinner-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
    transform: translate(-50%,-50%)
}

.khms-preloader .spinner-wrapper .spinner {
    margin: 0;
    background: #fff
}

h1,h2,h3,h4,h5,h6 {
    font-family: Poppins,sans-serif;
    color: #115574;
    font-weight: 700;
    margin-top: 19px;
}

h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
    color: #125574
}

.h1-extra {
    font-size: 60px;
    line-height: 72px
}

.h1,h1 {
    font-size: 48px;
    line-height: 60px
}

.h2,h2 {
    font-size: 22px;
    line-height: 48px
}

.h3,h3 {
    font-size: 24px;
    line-height: 36px
}

.h4,h4 {
    font-size: 21px;
    line-height: 33px
}

.h5,h5 {
    font-size: 18px;
    line-height: 30px
}

.h6,h6,p {
    font-size: 14px;
    line-height: 26px;
}

p {
    color: #000000;
    margin-bottom: 18px
}

p.lead {
    font-size: 21px;
    line-height: 30px;
    color: #999
}

p:last-of-type {
    margin-bottom: 30px
}

p:last-child {
    margin-bottom: 0!important
}

.section-block {
    padding-top: 96px;
    padding-bottom: 48px
}

.section-block .row>div {
    margin-bottom: 48px
}

.corporex-navbar,.navbar-01,.navbar-02 .header-social {
    margin-bottom: 0
}

@media (max-width: 480px) {
    .section-block {
        padding-top:72px;
        padding-bottom: 24px
    }
}

body {
    font-family: Roboto,sans-serif;
    font-size: 13px;
    line-height: 1.5;
    overflow-x: hidden
}

.corporex-navbar a,.portfolio-section .portfolio-category li {
    font-family: Poppins,sans-serif;
    text-transform: uppercase
}

a {
    color: #ffffff;
    transition: .3s
}

.top-bar,.top-bar a {
    color: #fff
}

a:focus {
    outline: 0;
    outline-offset: 0
}

ul {
    padding-left: 0
}

.top-bar {
    background: #02778f;
    padding: 6px 0;
    border-bottom: 1px solid #fff;
}

.top-bar ul {
    margin: 0
}

.top-bar ul li {
    margin-right: 12px;
    padding: 0
}

.top-bar ul li:after {
    content: '';
    display: inline-block;
    margin-left: 16px;
    width: 1px;
    height: 12px;
    background: #fff;
    vertical-align: middle
}

.top-bar .top-bar-social li:after,.top-bar ul li:last-child:after {
    content: none
}

.top-bar ul li:last-child {
    margin-right: 0
}

.top-bar .top-bar-social li,.top-bar a i {
    margin-right: 6px
}

.top-bar .top-bar-social {
    margin-left: 36px
}

.corporex-navbar .megamenu li,.top-bar .top-bar-social li:last-child {
    margin-right: 0
}

.corporex-navbar {
    border-bottom: 0
}

.corporex-navbar .menu-large {
    position: static!important
}

.corporex-navbar .megamenu {
    padding: 20px 12px
}

.navbar-01 {
    border: none;
    /* padding-top:36px; */
    /* padding-bottom:36px; */
}

.navbar-01 .navbar-brand {
    padding: 0 0 0 15px
}

.navbar-01 .navbar-brand img {
    display: inline-block;
    margin-top: -8px;
}

.navbar-01 .navbar-toggle {
    color: #ffffff;
    font-size: 18px
}

.navbar-01 .navbar-items li {
    margin-right: 30px
}

.navbar-01 .navbar-items li a {
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    font-size: 14px
}

.navbar-01 .navbar-items li a:after {
    content: '';
    width: 0;
    height: 2px;
    transition: .2s;
    background: #125574;
    position: absolute;
    left: 0;
    top: 3px
}

.navbar-01 .nav .open>a,.navbar-01 .nav .open>a:focus,.navbar-01 .nav .open>a:hover,.navbar-01 .nav>li>a:focus,.navbar-01 .nav>li>a:hover,.navbar-01 .navbar-items li a:hover {
    background: 0 0
}

.navbar-01 .navbar-items li a:hover:after {
    width: 50%
}

.navbar-01 .navbar-items li:last-child {
    margin-right: 0
}

.navbar-01 .navbar-items li.active>a {
    color: #2bd1fc;
}

.navbar-01 .navbar-nav>li>a:after {
    top: 12px
}

.navbar-01 .navbar-nav>li.active>a {
    border-color: #125574
}

.navbar-01 .dropdown .fa-caret-down {
    margin-left: 5px
}

.navbar-01 .dropdown-menu li {
    position: relative
}

.navbar-01 .dropdown-menu li a:hover {
    padding-left: 24px
}

.navbar-01 .dropdown-menu li a:hover:after {
    width: 0!important
}

.navbar-01 .megamenu li {
    margin-right: 0!important
}

.navbar-02 {
    border: none
}

.navbar-02 a {
    color: #fff;
    font-size: 14px
}

.navbar-02 .navbar-header {
    float: none;
    padding-top: 30px;
    padding-bottom: 30px
}

.navbar-02 .navbar-brand {
    height: auto;
    padding: 0
}

.navbar-02 .navbar-collapse,.navbar-02 .navbar-nav {
    background: #125574
}

.navbar-02 .navbar-nav>li>a {
    padding-left: 24px;
    padding-right: 24px
}

.navbar-02 .navbar-nav>li.active>a,.navbar-02 .navbar-nav>li>a:hover {
    background: #e62100
}

.navbar-02 .open>a,.navbar-02 .open>a:focus {
    background: #125574
}

.navbar-02 .header-social li {
    display: inline-block;
    margin-right: 3px;
    padding: 0;
    margin-bottom: 0
}

.navbar-02 .header-social li:last-child {
    margin-right: 0
}

.navbar-02 .header-social li.facebook-link a {
    background: #3b5998;
    border-color: #3b5998
}

.navbar-02 .header-social li.facebook-link a:hover {
    background: 0 0;
    border-color: #3b5998;
    color: #3b5998
}

.navbar-02 .header-social li.twitter-link a {
    background: #1da1f2;
    border-color: #1da1f2
}

.navbar-02 .header-social li.twitter-link a:hover {
    background: 0 0;
    border-color: #1da1f2;
    color: #1da1f2
}

.navbar-02 .header-social li.google-plus-link a {
    background: #dd4b39;
    border-color: #dd4b39
}

.navbar-02 .header-social li.google-plus-link a:hover {
    background: 0 0;
    border-color: #dd4b39;
    color: #dd4b39
}

.navbar-02 .header-social li.youtube-link a {
    background: red;
    border-color: red
}

.navbar-02 .header-social li.youtube-link a:hover {
    background: 0 0;
    border-color: red;
    color: red
}

.navbar-02 .header-social li.linkedin-link a {
    background: #0077b5;
    border-color: #0077b5
}

.navbar-02 .header-social li.linkedin-link a:hover {
    background: 0 0;
    border-color: #0077b5;
    color: #0077b5
}

.navbar-02 .header-social a {
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    border: 2px solid #233295;
    border-radius: 50%
}

.navbar-02 .header-social a:hover {
    color: #fff
}

.corporex-slider .item.caption-left .carousel-caption .lead,.corporex-slider .item.caption-right .carousel-caption .lead {
    color: #222
}

.corporex-slider .container {
    position: relative;
    height: 100%
}

.corporex-slider .item {
    height: 720px;
    background: center #f5f5f5;
    background-size: cover
}

.corporex-slider .item.caption-left .carousel-caption {
    left: 15px;
    right: auto;
    width: 50%;
    text-align: left;
    bottom: 50%;
    transform: translateY(50%)
}

.corporex-slider .item.caption-right .carousel-caption {
    left: auto;
    right: 15px;
    width: 50%;
    text-align: right;
    bottom: 50%;
    transform: translateY(50%)
}

.corporex-slider .item.dark-overlay:after,.corporex-slider .item.gradient-left-dark:after,.corporex-slider .item.gradient-left-light:after,.corporex-slider .item.gradient-right-dark:after,.corporex-slider .item.gradient-right-light:after,.corporex-slider .item.light-overlay:after,.page-title-banner:after {
    content: '';
    top: 0;
    left: 0
}

.corporex-slider .item.dark-overlay .carousel-caption .lead,.corporex-slider .item.dark-overlay .carousel-caption h1,.corporex-slider .item.gradient-left-dark .carousel-caption .lead,.corporex-slider .item.gradient-left-dark .carousel-caption h1,.corporex-slider .item.gradient-right-dark .carousel-caption .lead,.corporex-slider .item.gradient-right-dark .carousel-caption h1,.page-title-banner,.page-title-banner .bread-crumb a {
    color: #fff
}

.corporex-slider .item.caption-center .carousel-caption {
    width: 60%;
    bottom: 50%;
    transform: translateY(50%)
}

.corporex-slider .item.gradient-right-dark:after {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .5;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,#000 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#000));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,#000 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,#000 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,0) 0,#000 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1)
}

.corporex-slider .item.gradient-right-light:after {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .5;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1)
}

.corporex-slider .item.gradient-left-dark:after {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .5;
    background: #000;
    background: -moz-linear-gradient(left,#000 0,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,#000),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,#000 0,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,#000 0,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left,#000 0,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,#000 0,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1)
}

.corporex-slider .item.gradient-left-light:after {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .5;
    background: #fff;
    background: -moz-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,#fff),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,#fff 0,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1)
}

.corporex-slider .item.dark-overlay:after {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3)
}

.corporex-slider .item.light-overlay:after {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.5)
}

.corporex-slider .carousel-caption {
    text-shadow: none
}

.corporex-slider .carousel-caption h1 {
    margin-bottom: 24px
}

.corporex-slider .carousel-caption h1 span {
    font-size: 30px;
    display: block;
    line-height: 42px
}

.corporex-slider .carousel-caption p {
    margin-bottom: 48px
}

.corporex-slider .carousel-control {
    background: 0 0
}

.corporex-slider .carousel-control.left .glyphicon {
    margin-left: -60px
}

.corporex-slider .carousel-control.right .glyphicon {
    margin-right: -60px
}

.page-title-banner {
    background: url(../img/khms/service.jpg) center no-repeat;
    background-size: cover;
    height: 286px;
    position: relative;
    z-index: 1;
    text-align: center
}

.page-title-banner:after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(35,50,149,.8)
}

.page-title-banner h2 {
    color: #fff;
    font-size: 48px
}

.page-title-banner .container {
    height: 100%;
    position: relative
}

.page-title-banner .content-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%
}

.page-title-banner .bread-crumb {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0
}

.page-title-banner .bread-crumb li {
    display: inline-block
}

.page-title-banner .bread-crumb li:after {
    content: '/';
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px
}

.page-title-banner .bread-crumb li:last-child:after {
    content: none
}

@media (max-width: 991px) {
    .page-title-banner {
        height:210px
    }

    .page-title-banner h2 {
        font-size: 30px;
        line-height: 36px
    }

    .page-title-banner .bread-crumb {
        margin-top: 15px
    }
}

@media (max-width: 767px) {
    .page-title-banner {
        height:186px
    }

    .page-title-banner h2 {
        font-size: 24px;
        line-height: 30px
    }

    .page-title-banner .bread-crumb {
        margin-top: 12px
    }

    .page-title-banner .bread-crumb a {
        font-size: 14px
    }
}

.intro-section .icon-box {
    font-size: 36px;
    color: #7381de
}

.intro-section h3 {
    font-size: 18px;
    line-height: 26px
}

.intro-section h3 a {
    color: #222
}

.intro-section h3 a:hover {
    color: #125574
}

.intro-section p {
    margin-bottom: 18px
}

.intro-02 .img-wrapper,.intro-04 .icon-box {
    margin-bottom: 24px
}

.intro-03 {
    background: #f5f5f5
}

.intro-03 .item-wrapper {
    transition: .3s
}

.intro-03 .item-wrapper:hover {
    box-shadow: 0 5px 12px rgba(0,0,0,.1)
}

.intro-03 .content-wrapper {
    background: #fff;
    padding: 18px 30px 21px
}

.intro-05 {
    padding-bottom: 0
}

.intro-05 .horizontal-callback p {
    margin-bottom: 30px
}

.intro-05 .horizontal-callback .item-wrapper {
    margin-right: 24px
}

.intro-05 .intro-content h2 span {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px
}

.intro-06 .icon-box,.intro-09 .icon-box {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    color: #fff
}

.intro-05 .intro-content p {
    margin-bottom: 42px
}

.intro-05 .intro-content h3+p {
    margin-bottom: 0
}

.intro-05 .intro-content img {
    margin-bottom: 12px
}

.intro-06 .icon-box {
    background: #233295;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    line-height: 76px
}

.intro-07 .feature-set .icon-box {
    float: left
}

.intro-07 .feature-set .content-wrapper {
    margin-left: 60px
}

.intro-08 {
    background: #f5f5f5
}

.intro-08 .item-wrapper {
    background: #fff;
    padding: 30px
}

.intro-09 .icon-box {
    line-height: 72px;
    background: #233295;
    float: left
}

.intro-09 .content-wrapper {
    margin-left: 96px
}

.about-section {
    background: #ebf0ee;
}

.about-02,.about-03,.about-05,.about-06 {
    background: 0 0
}

.about-section .img-block {
    padding-right: 72px
}

.about-section h2 {
    margin-bottom: 24px;
    margin-top: 0px;
}

.about-section h2 span {
    font-size: 18px;
    display: block
}

.about-02 .feature-set {
    border-top: 1px solid #ddd;
    margin-top: 24px;
    padding-top: 72px
}

.about-02 .feature-set .icon-box {
    font-size: 36px
}

.about-02 .feature-set h3 {
    font-size: 18px
}

.about-03 {
    padding-bottom: 1px
}

.about-03 h2 span {
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 24px
}

.about-03 .icon-box {
    font-size: 36px;
    float: left
}

.about-03 .content-wrapper {
    margin-left: 60px
}

.about-03 .content-wrapper h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 18px
}

.about-04 {
    height: 586px
}

.about-04 .container,.about-04 .row,.about-04 .row>div {
    height: 100%
}

.about-04 .img-block img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 442px
}

.about-04 .text-block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.about-06 .row:first-child {
    margin-bottom: 48px
}

.fun-facts-section {
    background: url(../img/facts-bg.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-bottom: 0
}

.fun-facts-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    z-index: -1
}

.fun-facts-section .content-block h2 {
    color: #fff
}

.fun-facts-section .content-block h2 span {
    font-size: 18px;
    display: block;
    line-height: 28px
}

.fun-facts-section .content-block p {
    color: #fff
}

.fun-facts-section .facts-block i {
    font-size: 72px;
    float: left;
    color: #fff;
    margin-top: -3px
}

.fun-facts-section .facts-block h3 {
    color: #fff;
    margin-left: 84px;
    font-size: 16px
}

.fun-facts-section .facts-block h3 span {
    display: block;
    font-size: 36px
}

.fun-facts-02 {
    padding-bottom: 48px;
    text-align: center
}

.fun-facts-02 i {
    color: #fff;
    font-size: 48px
}

.fun-facts-02 h3 {
    color: #fff;
    font-size: 18px
}

.fun-facts-02 h3 span {
    display: block;
    font-size: 36px;
    margin-top: 24px;
    margin-bottom: 18px
}

.skill-section {
    background: #f5f5f5
}

.skill-section h2 span {
    font-size: 18px;
    margin-bottom: 6px;
    display: block;
    line-height: 28px
}

.skill-section .progress-wrapper h4 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px
}

.skill-section .progress {
    background: #ccc;
    border-radius: 0;
    box-shadow: none
}

.skill-section .progress-bar {
    background: #233295;
    text-align: right;
    width: 0;
    transition: width 2s
}

.skill-section .progress-bar span {
    margin-right: 18px
}

.portfolio-section .portfolio-container {
    position: relative
}

.portfolio-section .portfolio-sorting {
    text-align: center;
    margin-bottom: 48px
}

.portfolio-section .portfolio-category {
    display: inline-block
}

.portfolio-section .portfolio-category li {
    display: inline-block;
    margin-right: 18px;
    cursor: pointer;
    font-weight: 700
}

.portfolio-section .portfolio-category .mixitup-control-active {
    color: #125574
}

.portfolio-section .portfolio-item {
    overflow: hidden
}

.portfolio-section .portfolio-item:hover .portfolio-details {
    opacity: 1
}

.portfolio-section .portfolio-item:hover .portfolio-details .hover-content {
    bottom: 18px
}

.portfolio-section .portfolio-item:hover .zoom-icon {
    top: 50%;
    opacity: 1
}

.portfolio-section .portfolio-item.item-01 {
    top: 0;
    left: 0
}

.portfolio-section .portfolio-item.item-02 {
    top: 0;
    left: 468px
}

.portfolio-section .portfolio-item.item-03 {
    top: 0;
    left: 702px
}

.portfolio-section .portfolio-item.item-04 {
    top: 0;
    left: 936px
}

.portfolio-section .portfolio-item.item-05 {
    top: 234px;
    left: 468px
}

.portfolio-section .portfolio-item.item-06 {
    top: 234px;
    left: 936px
}

.portfolio-section .portfolio-details {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(35,50,149,.8);
    opacity: 0;
    transition: .3s
}

.portfolio-section .portfolio-details .hover-content {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: -18px;
    transition: .4s;
    padding-left: 18px;
    padding-right: 18px
}

.portfolio-section .portfolio-details h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0
}

.portfolio-section .portfolio-details h3 a {
    color: #fff
}

.portfolio-section .portfolio-details p {
    color: #ccc;
    margin-bottom: 0;
    font-size: 14px
}

.portfolio-section .zoom-icon {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .3s;
    opacity: 0
}

.portfolio-section .zoom-icon:after,.portfolio-section .zoom-icon:before {
    content: "";
    position: absolute;
    background-color: #fff;
    transition: transform .25s ease-out
}

.split-content .img-bg:before,.split-content .split-block:after,.testimonial-section:after {
    content: '';
    bottom: 0
}

.portfolio-section .zoom-icon:before {
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    margin-left: -2px
}

.portfolio-section .zoom-icon:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    margin-top: -2px
}

.portfolio-section .zoom-icon:hover {
    cursor: pointer
}

.portfolio-section .zoom-icon:hover:after,.portfolio-section .zoom-icon:hover:before {
    transform: rotate(180deg)
}

.portfolio-style-01 .portfolio-item {
    position: absolute
}

.portfolio-style-02 .item-wrapper,.split-section,.split-section .top-layer {
    position: relative
}

.portfolio-style-02 .portfolio-container>div {
    margin-bottom: 0
}

.portfolio-style-02 .btn-container {
    margin-top: 60px
}

.split-section .single-layer {
    height: 580px
}

.split-section .img-block {
    background: url(../img/split-1.jpg) center center no-repeat;
    background-size: cover;
    height: 100%;
    float: right;
    position: absolute;
    right: 0;
    top: 0
}

.split-section .content-block {
    height: 100%;
    position: relative;
    background: #125574
}

.split-section .content-block .col-md-5,.split-section .content-block .container,.split-section .content-block .row {
    height: 100%
}

.split-section .content-block h2 {
    margin-bottom: 24px;
    color: #fff
}

.split-section .content-block h2 small {
    display: block;
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #125574
}

.split-section .content-block p {
    color: #999
}

.split-section .content-block .content-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.split-section .top-layer p {
    color: #fff
}

.split-section .top-layer .btn-open {
    color: #fff;
    margin-top: 180px;
    display: inline-block
}

.split-section .top-layer .btn-open i {
    margin-right: 12px;
    font-size: 24px;
    vertical-align: text-bottom
}

.split-section .bottom-layer {
    position: relative
}

.split-section .bottom-layer .img-block {
    float: left;
    right: auto;
    left: 0;
    z-index: 100;
    background: url(../img/split-2.jpg) center center no-repeat
}

.split-section .bottom-layer .content-block {
    background: #233295
}

.split-section .bottom-layer .btn-ghost:hover {
    background: #125574;
    border-color: #125574;
    color: #fff
}

.split-single .content-block {
    background: #222!important
}

.split-content {
    background: #f5f5f5;
    height: 560px;
    overflow: hidden
}

.split-content .container,.split-content .row,.split-content .row>div {
    height: 100%
}

.split-content .split-block {
    z-index: 1
}

.split-content .split-block:after {
    background: red;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 215%
}

.split-content .block-01:after {
    right: -72px;
    background: #233295
}

.split-content .block-02 {
    padding-left: 47px
}

.split-content .block-02:after {
    left: -25px;
    right: auto;
    background: url(../img/split-bg.jpg) center no-repeat;
    background-size: cover
}

.split-content .block-02 .content-wrapper {
    margin-left: 32px
}

.split-content .img-bg:before {
    background: rgba(0,0,0,.7);
    position: absolute;
    top: 0;
    left: -25px;
    right: 0;
    width: 200%
}

.split-content .content-wrapper {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%)
}

.split-content .block-01 {
    background: #233295
}

.split-content .block-01 .text-block {
    margin-bottom: 30px
}

.split-content .block-01 .text-block h2 {
    font-size: 30px
}

.split-content .block-01 .progress {
    height: 24px;
    border-radius: 0;
    background: #ccc;
    box-shadow: none
}

.split-content .block-01 .progress-bar {
    text-align: left;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 24px;
    background: #125574
}

.split-content .block-01 .progress-bar span {
    float: right
}

.split-content .text-block h2,.split-content .text-block p {
    color: #fff
}

.contact-banner {
    background: #125574;
    padding-top: 48px;
    padding-bottom: 48px
}

.contact-banner .container {
    position: relative
}

.contact-banner h2,.contact-banner p {
    color: #fff
}

.contact-banner p {
    font-size: 18px;
    margin-bottom: 0
}

.contact-banner .contact-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: .3s
}

.contact-banner .contact-btn:hover {
    background: #233295;
    border-color: #233295;
    color: #fff
}

.contact-banner-02 {
    background: #233295;
    padding-top: 36px;
    padding-bottom: 36px
}

.contact-banner-02 .contact-btn:hover {
    background: #125574;
    border-color: #125574;
    transition: .3s
}

.cta-bar {
    background: #125574;
    padding-top: 30px;
    padding-bottom: 30px
}

.cta-bar .container {
    position: relative
}

.cta-bar h2,.cta-bar p {
    color: #fff
}

.cta-bar h2 {
    font-size: 30px;
    line-height: 36px
}

.cta-bar p {
    font-size: 18px;
    margin-bottom: 0
}

.cta-bar .cta-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: .3s
}

.cta-bar .cta-btn:hover {
    background: #233295;
    border-color: #233295;
    color: #fff
}

.callback-section {
    background: #233295;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative
}

.callback-section h2,.callback-section p {
    color: #fff
}

.callback-section .image-wrapper img {
    width: 264px;
    position: absolute;
    bottom: 0;
    left: 10%
}

.callback-section .form-group {
    margin-bottom: 30px
}

.features-section h2 {
    margin-bottom: 24px
}

.features-section h2 small {
    display: block;
    color: #125574;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 21px
}

.features-section .iconlist li {
    margin-bottom: 30px
}

.features-section .iconlist .icon-box {
    font-size: 30px;
    color: #7381de
}

.features-section .iconlist h3 {
    font-size: 18px
}

.features-02 .row>div:hover .icon-box {
    background: #233295;
    color: #fff
}

.features-02 .icon-block {
    width: 96px;
    float: left;
    margin-right: 24px
}

.features-02 .content-block {
    width: calc(100% - 120px);
    float: left
}

.features-02 .icon-box {
    width: 96px;
    height: 96px;
    text-align: center;
    line-height: 96px;
    border: 1px solid #233295;
    font-size: 36px;
    border-radius: 50%;
    transition: .3s
}

.features-02 h3 {
    font-size: 18px;
    line-height: 30px
}

.features-03 .iconlist .icon-box {
    width: 60px;
    height: 60px;
    background: #233295;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    float: left
}

.features-03 .iconlist .content-block {
    margin-left: 84px
}

.features-03 .iconlist .content-block h3 {
    line-height: 24px
}

.featured-links {
    background: #233295
}

.featured-links .icon-box {
    font-size: 36px;
    color: #125574
}

.featured-links .content-wrapper h3 {
    font-size: 18px;
    color: #fff
}

.featured-links .content-wrapper h3 a {
    color: #fff
}

.featured-links .content-wrapper p {
    color: #999
}

.features-tab .nav-tabs {
    text-align: center;
    border-bottom: 0;
    margin-bottom: 60px
}

.features-tab .nav-tabs li {
    display: inline-block;
    float: none
}

.features-tab .nav-tabs li.active a {
    border-color: #233295!important;
    background: #233295;
    color: #fff
}

.features-tab .nav-tabs a {
    border: 1px solid #ddd!important;
    border-radius: 0;
    padding: 12px
}

.features-tab .nav-tabs i {
    display: block;
    margin-bottom: 12px;
    font-size: 24px
}

.testimonial-section {
    /* background: url(../img/testimonial-bg-1.jpg) center no-repeat; */
    background-size: cover;
    position: relative;
    z-index: 0000;
    padding-bottom: 96px
}

.testimonial-section:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /* background: rgba(35,50,149,.7); */
    z-index: -1
}

.testimonial-section .testimonial-item:active,.testimonial-section .testimonial-item:focus {
    outline: 0
}

.testimonial-section .content-wrapper {
    background: #fff;
    padding: 12px 12px;
    border: 1px solid #dbd5d5;
    border-radius: 10px;
}

.testimonial-section .content-wrapper .image-wrapper {
    width: 100%;
    /* height: 72px; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
    /* box-shadow: 0 7px 18px rgba(0,0,0,.3); */
}

.accordion-style-01 .panel,.corporex-accordion .panel {
    box-shadow: none
}

.testimonial-section blockquote {
    border: none;
    font-size: 16px;
    font-style: italic;
    text-align: center
}

.testimonial-section h4 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0
}

.testimonial-section h4 small {
    display: block;
    font-size: 14px;
    margin-top: 3px;
    color: #999
}

.testimonial-style-02 {
    background: url(../img/testimonial-bg-2.jpg) center no-repeat;
    background-size: cover
}

.testimonial-style-02:after {
    background: rgba(0,0,0,.8)
}

.testimonial-style-02 .testimonial-carousel {
    padding: 0
}

.testimonial-style-02 .testimonial-item:focus {
    outline: 0
}

.testimonial-style-02 .content-wrapper {
    background: 0 0;
    padding: 0;
    margin-bottom: 36px
}

.team-section,.team-section-02 {
    padding-bottom: 48px
}

.testimonial-style-02 .image-wrapper {
    border-radius: 50%;
    overflow: hidden
}

.testimonial-style-02 blockquote,.testimonial-style-02 h4 {
    color: #fff
}

.testimonial-style-02 .slick-dots {
    bottom: -36px
}

.testimonial-style-02 .slick-dots li button:before {
    font-size: 15px;
    color: #fff
}

.testimonial-style-03 {
    background: #ebebeb
}

.testimonial-style-03:after {
    content: none
}

.testimonial-style-03 .testimonial-item .image-wrapper,.testimonial-style-03 .testimonial-item img {
    border-radius: 50%
}

.accordion-section {
    padding-top: 60px
}

.accordion-section .corporex-accordion {
    margin-top: 60px;
    margin-bottom: 48px
}

.accordion-section .image-wrapper img {
    margin-left: 120px
}

.team-section .row>div {
    position: relative
}

.team-section .row>div:hover .member-info {
    height: auto;
    height: 120px;
    transition: .3s
}

.team-section .row>div:hover .member-info .social-links {
    opacity: 1
}

.team-section .member-info {
    position: absolute;
    height: 66px;
    background: #233295;
    left: 23px;
    right: 23px;
    bottom: 8px;
    transition: .4s;
    overflow: hidden
}

.team-section .member-info h4 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 6px
}

.team-section .member-info h4 small {
    display: block;
    color: #fff
}

.team-section .member-info .social-links {
    text-align: center;
    margin-top: 15px;
    opacity: 0;
    transition: opacity .2s
}

.team-section .member-info .social-links li {
    display: inline-block
}

.team-section .member-info .social-links a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    border-radius: 50%
}

.team-section-02 .row>div {
    margin-bottom: 36px
}

.team-section-02 .content-wrapper {
    position: relative;
    overflow: hidden;
    text-align: center
}

.team-section-02 .content-wrapper:hover .hover-content {
    top: 0;
    bottom: 0;
    opacity: 1
}

.team-section-02 .member-title {
    font-size: 18px;
    margin-top: 12px;
    text-align: center
}

.team-section-02 .member-title small {
    font-size: 14px;
    display: block;
    margin-top: 6px
}

.team-section-02 .hover-content {
    opacity: 0;
    position: absolute;
    padding: 24px;
    top: -48px;
    left: 0;
    right: 0;
    bottom: 48px;
    background: rgba(35,50,149,.8);
    transition: .3s
}

.team-section-02 .hover-content p {
    color: #fff;
    margin-bottom: 18px
}

.team-section-02 .social-links li {
    display: inline-block;
    margin-right: 6px
}

.team-section-02 .social-links li:last-child {
    margin-right: 0
}

.team-section-02 .social-links li a {
    color: #fff;
    background: 0 0
}

.team-section-02 .pagination-block {
    margin-top: 24px
}

.team-section-03 .img-wrapper {
    width: 136px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px
}

.team-section-03 .img-wrapper img {
    border-radius: 50%
}

.team-section-03 .member-info {
    text-align: center
}

.team-section-03 .member-info h4 {
    font-size: 18px
}

.team-section-03 .member-info h4 small {
    display: block;
    margin-top: 6px
}

.team-section-03 .member-info .short-bio {
    margin-top: 24px;
    margin-bottom: 30px
}

.team-section-03 .social-links li {
    display: inline-block;
    margin-right: 12px
}

.team-section-03 .social-links li:last-child {
    margin-right: 0
}

.team-section-03 .social-links li a {
    font-size: 21px
}

.team-section-03 .social-links li .facebook-link {
    background: 0 0;
    color: #3b5998
}

.team-section-03 .social-links li .twitter-link {
    background: 0 0;
    color: #1da1f2
}

.team-section-03 .social-links li .google-plus-link {
    background: 0 0;
    color: #dd4b39
}

.team-section-03 .social-links li .linkedin-link {
    background: 0 0;
    color: #0077b5
}

.team-02,.team-03 {
    background: #f5f5f5
}

.team-carousel-section {
    background: #222
}

.team-carousel-section .item {
    position: relative;
    margin: 0 15px 48px
}

.team-carousel-section .item:active,.team-carousel-section .item:focus {
    outline: 0
}

.team-carousel-section .item .member-info {
    position: static;
    height: auto;
    background: 0 0
}

.team-carousel-section .item .member-info h4 {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 6px
}

.team-carousel-section .item .social-links {
    opacity: 1;
    margin-top: 0
}

.team-carousel-section .item .social-links li {
    margin-right: 8px
}

.team-carousel-section .item .social-links li:last-child {
    margin-right: 0
}

.team-carousel-section .item .social-links a {
    width: auto;
    height: auto;
    background: 0 0;
    font-size: 14px
}

.newsletter-section,.tweet-section {
    background: #222
}

.team-carousel-section .slick-dots {
    bottom: 0
}

.team-carousel-section .slick-dots li button:before {
    font-size: 12px;
    color: #fff
}

.tweet-section {
    padding-bottom: 96px
}

.tweet-section .tweet-carousel {
    padding: 0
}

.tweet-section .twitter-icon {
    text-align: center;
    font-size: 24px;
    color: #fff
}

.tweet-section .twitter-icon a {
    color: #fff;
    font-size: 16px;
    display: block
}

.tweet-section .item {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px
}

.tweet-section .item:active,.tweet-section .item:focus {
    outline: 0
}

.tweet-section .item p {
    color: #999
}

.tweet-section .item p a {
    color: #b3b3b3;
    font-style: italic
}

.tweet-section .item .time-elapsed {
    color: #666;
    font-style: italic;
    font-size: 14px
}

.tweet-section .item .time-elapsed:before {
    content: '-';
    margin-right: 12px
}

.tweet-section .slick-dots {
    bottom: -36px
}

.tweet-section .slick-dots li button:before {
    color: #fff
}

.newsletter-section .form-control {
    height: 48px
}

.partner-section {
    background: #233295;
    padding-top: 48px;
    padding-bottom: 1px
}

.partner-section .image-wrapper {
    width: 140px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative
}

.partner-section .image-wrapper img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.partner-02,.partner-03 {
    background: 0 0;
    padding-top: 96px;
    padding-bottom: 48px
}

.blog-section .row>div {
    position: relative
}

.blog-section .post-wrapper {
    margin-bottom: 14px
}

.blog-section .post-wrapper:last-of-type {
    margin-bottom: 0
}

.blog-section .post-content h3 {
    font-size: 16px;
    line-height: 24px
}

.blog-section .post-content h3 a {
    color: #222
}

.blog-section .post-overlay .post-content {
    position: absolute;
    bottom: 24px;
    left: 42px;
    right: 42px
}

.blog-section .post-overlay .post-content h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0
}

.blog-section .post-overlay .post-content h3 a,.blog-section .post-overlay .post-meta,.blog-section .post-overlay .post-meta a,.blog-section .post-overlay .post-meta li {
    color: #fff
}

.blog-section .post-split .image-wrapper {
    width: 264px;
    float: left;
    margin-right: 21px
}

.blog-section .post-split .post-content {
    width: calc(100% - 285px);
    float: left
}

.blog-section .post-split .post-content h3 {
    margin-bottom: 5px
}

.blog-section .post-split .post-content p {
    line-height: 26px;
    margin-bottom: 12px
}

.blog-section .post-standard {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px
}

.blog-section .post-standard .image-wrapper {
    margin-bottom: 24px
}

.blog-section .post-standard .post-meta {
    margin-top: 12px;
    margin-bottom: 18px
}

.blog-section .post-standard .post-meta i {
    margin-right: 6px
}

.blog-section .post-standard .post-meta li:after {
    content: '';
    width: 1px;
    height: 10px;
    background: #ccc;
    display: inline-block;
    margin-left: 12px;
    margin-right: 9px
}

.blog-section .post-standard .entry-title {
    font-size: 30px;
    line-height: 36px
}

.blog-section .post-standard .entry-title a {
    color: #222
}

.blog-section .post-meta {
    margin-bottom: 4px
}

.blog-section .post-meta li {
    display: inline-block;
    font-size: 14px;
    color: #999
}

.blog-section .post-meta li:after {
    content: '/';
    display: inline-block;
    margin-left: 8px;
    margin-right: 5px
}

.blog-section .post-meta li:last-child:after {
    content: none
}

.blog-section .post-meta li a {
    color: #999
}

.blog-style-02 .gradient-black:after {
    opacity: .5;
    transition: .3s
}

.blog-style-02 .post-wrapper:hover .gradient-black:after {
    opacity: 1
}

.blog-style-03 .image-wrapper,.blog-style-03 p {
    margin-bottom: 18px
}

.blog-style-04 .post-wrapper {
    margin-bottom: 30px
}

.post-grid {
    border: 1px solid #ddd;
    padding: 24px;
    margin-bottom: 48px!important
}

.post-grid .image-wrapper {
    margin: -25px -25px 24px
}

.post-grid .entry-title {
    margin-bottom: 12px
}

.post-grid .entry-content {
    margin-bottom: 15px
}

.post-grid .btn-open {
    font-size: 14px
}

.site-footer {
    background: #02778f;
}

.site-footer .widget-title {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 14px;
    border-bottom: 1px solid #fff;
}

.site-footer .contact-info {
    padding-top: 36px;
    padding-bottom: 36px;
    text-align: center;
    background: #19246c
}

.site-footer .contact-info a,.site-footer .contact-info p {
    display: inline-block;
    color: #fff;
    margin-left: 8px
}

.site-footer .icon-box {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #125574;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 14px
}

.site-footer .footer-blocks {
    padding-top: 50px;
    padding-bottom: 50px;
}

.site-footer .footer-social,.site-footer .footer-social a {
    color: #fff
}

.site-footer .footer-about p {
    color: #ffffff;
}

.site-footer .recent-post-widget h5 a {
    color: #fff
}

.site-footer .footer-gallery li:nth-child(3n+1) {
    clear: left
}

.site-footer .footer-gallery li:nth-child(4n+1) {
    clear: none!important
}

.site-footer .subscription-form .form-control {
    background: 0 0;
    border-radius: 0;
    border-color: rgba(221,221,221,.4);
    height: 42px
}

.site-footer .bottom-bar {
    background: #02778f;
    border-top: 1px solid #fff;
    padding-top: 24px;
    text-align: center;
    /* color: #fff; */
    padding-bottom: 24px
}

.site-footer .bottom-bar p {
    font-size: 14px;
    margin-bottom: 0
}

.site-footer .bottom-links {
    text-align: right;
    margin-bottom: 0
}

.site-footer .bottom-links li {
    display: inline-block;
    margin-left: 8px
}

.site-footer .bottom-links li a {
    color: #999;
    font-size: 14px
}

.footer-02 .footer-blocks {
    padding-top: 96px
}

.service-section .img-wrapper {
    position: relative;
    overflow: hidden
}

.service-section .img-wrapper a:active,.service-section .img-wrapper a:focus {
    border: none;
    outline: 0
}

.service-section .img-wrapper img {
    transition: .3s
}

.service-section .img-wrapper .hover-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,81,52,.72);
    opacity: 0;
    transition: opacity .3s
}

.service-section .img-wrapper .plus-icon {
    width: 72px;
    height: 72px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .3s
}

.service-section .img-wrapper .plus-icon:after,.service-section .img-wrapper .plus-icon:before {
    content: '';
    background: #fff;
    position: absolute
}

.service-section .img-wrapper .plus-icon:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px
}

.service-section .img-wrapper .plus-icon:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px
}

.service-section h3 {
    font-size: 18px;
    margin-top: 24px
}

.service-section h3 a {
    color: #222
}

.service-section p {
    margin-bottom: 18px
}

.service-section .btn-open {
    font-size: 14px
}

.service-section .row>div:hover img {
    transform: scale(1.2) rotate(5deg)
}

.service-section .row>div:hover .hover-content {
    opacity: 1
}

.service-section .row>div:hover .plus-icon {
    top: 50%;
    opacity: 1
}

.service-02 .icon-box {
    width: 84px;
    height: 96px;
    font-size: 36px;
    text-align: center;
    line-height: 96px;
    background: #233295;
    color: #fff;
    float: left
}

.service-02 .content-wrapper {
    margin-left: 120px
}

.service-02 .content-wrapper h3 {
    margin-top: -6px;
    font-size: 21px;
    line-height: 30px
}

.service-02.bg-gray {
    background: #f5f5f5
}

.service-03 .item-wrapper {
    border: 1px solid #ddd
}

.service-03 .img-wrapper {
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px
}

.service-03 .content-wrapper {
    padding: 18px 24px 24px;
    text-align: center
}

.service-03 .content-wrapper h3 {
    margin-top: 0
}

.service-tab .tabs-left {
    border: none
}

.service-tab .tabs-left li {
    float: none;
    border: none
}

.service-tab .tabs-left li.active a {
    background: #233295;
    color: #fff;
    border-color: #233295
}

.service-tab .tabs-left a {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 15px
}

.service-tab .tabs-left i {
    font-size: 24px;
    margin-right: 12px;
    vertical-align: text-top
}

.service-tab .tab-pane .row>div {
    margin-bottom: 0
}

.service-tab .tab-content h3 span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0
}

.service-details {
    padding-bottom: 0
}

.service-details .block-title {
    font-size: 18px;
    margin-bottom: 24px;
    padding-left: 18px
}

.service-details .block-title:before {
    content: '\f04d';
    font-family: FontAwesome;
    width: 18px;
    margin-left: -18px;
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    color: #125574
}

.service-details .overview {
    margin-bottom: 48px
}

.service-details .service-f-image {
    margin-bottom: 30px
}

.service-details .business-strategy .icon-box {
    font-size: 30px;
    color: #4a5cd4
}

.service-details .business-strategy h4 {
    font-size: 16px;
    line-height: 24px
}

.service-details .process-block .icon-box {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    background: #233295;
    color: #fff;
    float: left
}

.service-details .process-block .content-wrapper {
    margin-left: 84px
}

.service-details .process-block .content-wrapper h4 {
    font-size: 16px;
    line-height: 24px
}

.service-details .benefit-block iframe {
    width: 100%;
    height: 248px;
    border: 0
}

.member-details .member-info .icon-box,.member-details-02 .social-icons a {
    border-radius: 50%
}

.about-page-02 .about-04 {
    background: #fff
}

.portfolio-page .portfolio-item {
    margin-bottom: 30px!important
}

.portfolio-page .no-pad .portfolio-item {
    margin-bottom: 0!important
}

.portfolio-page .pagination-block.small-top {
    margin-top: 30px
}

.portfolio-details-section .portfolio-f-img {
    margin-bottom: 36px
}

.portfolio-details-section .portfolio-title {
    margin-bottom: 18px
}

.portfolio-details-section .portfolio-meta {
    background: #f5f5f5;
    padding: 30px 24px
}

.portfolio-details-section .portfolio-meta ul {
    margin-bottom: 0
}

.portfolio-details-section .portfolio-meta ul li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #c4c4c4
}

.portfolio-details-section .portfolio-meta ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.portfolio-details-section .portfolio-meta strong {
    margin-right: 8px;
    width: 96px;
    display: inline-block
}

.related-project-block .block-title {
    margin-bottom: 30px
}

.related-project-block .row>div {
    margin-bottom: 48px
}

.portfolio-details-03 .portfolio-meta,.portfolio-details-04 .portfolio-meta {
    margin-bottom: 36px
}

.portfolio-details-03 .portfolio-meta ul,.portfolio-details-04 .portfolio-meta ul {
    padding-left: 30px;
    padding-right: 30px
}

.portfolio-details-03 .portfolio-meta ul li,.portfolio-details-04 .portfolio-meta ul li {
    display: inline-block;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px dotted #aaa
}

.portfolio-details-03 .portfolio-meta ul li strong,.portfolio-details-04 .portfolio-meta ul li strong {
    width: auto;
    display: block;
    margin-bottom: 6px
}

.portfolio-details-03 .portfolio-meta ul li:last-child,.portfolio-details-04 .portfolio-meta ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0
}

.portfolio-details-04 .portfolio-title {
    margin-bottom: 24px
}

.portfolio-details-04 .top-image,.team-page-02 .team-section .row>div {
    margin-bottom: 30px
}

.team-page-02 .team-section {
    padding-bottom: 66px
}

.team-page-02 .team-section .member-info {
    left: 23px;
    right: 23px
}

.member-details {
    padding-bottom: 0
}

.member-details .member-info h2 {
    margin-top: -6px
}

.member-details .member-info p {
    margin-bottom: 15px
}

.member-details .member-info .social-icons {
    margin-bottom: 36px
}

.member-details .contact-details {
    margin-top: 30px;
    margin-bottom: 18px
}

.member-details .contact-details li {
    margin-bottom: 6px
}

.member-details .contact-details a {
    font-size: 18px;
    color: #222
}

.member-details .contact-details i {
    margin-right: 12px
}

.member-details .skills {
    margin-top: 30px
}

.member-details-02 .block-title {
    font-size: 18px
}

.member-details-02 .member-info {
    margin-bottom: 18px
}

.member-details-02 .skills {
    margin-bottom: 42px
}

.member-details-02 .member-image {
    margin-bottom: 30px
}

.member-details-03 .member-content {
    margin-bottom: 0!important
}

.member-details-03 .contact-details h5 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0
}

.member-details-03 .contact-details li {
    margin-bottom: 12px
}

.member-details-03 .contact-details a {
    font-size: 16px
}

.member-details-03 .block-title {
    font-size: 18px
}

.member-details-03 .skills {
    margin-top: 0
}

.blog-post-04 .pagination-block,.blog-post-07 .pagination-block {
    margin-top: 12px
}

.member-details-03 .corporex-accordion .panel-body {
    padding-top: 0
}

.member-details-03 .corporex-accordion .sub-title {
    font-size: 14px
}

.member-details-03 .corporex-accordion .sub-title small {
    font-size: 14px;
    font-family: Roboto,sans-serif;
    margin-left: 12px;
    text-transform: capitalize
}

.member-details-03 .corporex-accordion .sub-title small:before {
    content: '(';
    margin-right: 3px
}

.member-details-03 .corporex-accordion .sub-title small:after {
    content: ')';
    margin-left: 3px
}

.faq-page .block-title {
    font-size: 18px;
    margin-bottom: 18px
}

.faq-page-01 .faq-group {
    margin-bottom: 48px
}

.faq-page-01 .block-title {
    text-align: center
}

.faq-page-02 .clearfix {
    margin-bottom: 0!important
}

.contact-page .page-content {
    padding-bottom: 96px
}

.contact-options {
    text-align: center;
    padding-top: 0;
    padding-bottom: 12px
}

.contact-options .icon-box {
    width: 72px;
    height: 72px;
    text-align: center;
    line-height: 72px;
    background: #125574;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

.contact-options h3 {
    font-size: 18px
}

.contact-options a {
    color: #666
}

.contact-form-block .form-message {
    margin-bottom: 12px
}

.contact-form-block .form-message p.error {
    color: #125574
}

.contact-form-block .form-message p.success {
    color: #233295
}

.contact-form-block h3 {
    margin-bottom: 36px
}

.contact-form-block textarea {
    min-height: 156px;
    padding-top: 15px;
    padding-left: 18px
}

.contact-form-block .btn-main {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%
}

.form-block h2 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 30px
}

.map-block h3 {
    font-size: 18px;
    margin-bottom: 24px
}

.map-box {
    width: 100%;
    height: 214px;
    background: #f5f5f5
}

.blog-post-02 .post-split,.blog-post-03 .post-split,.blog-post-06 .post-split {
    margin-bottom: 48px
}

.blog-post-02 .post-split .image-wrapper,.blog-post-03 .post-split .image-wrapper,.blog-post-06 .post-split .image-wrapper {
    width: 286px;
    margin-right: 30px
}

.blog-post-02 .post-split .post-content,.blog-post-03 .post-split .post-content,.blog-post-06 .post-split .post-content {
    width: calc(100% - 316px)
}

.blog-post-02 .post-split .entry-title,.blog-post-03 .post-split .entry-title,.blog-post-06 .post-split .entry-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px!important
}

.blog-post-02 .post-split .entry-content,.blog-post-03 .post-split .entry-content,.blog-post-06 .post-split .entry-content {
    margin-bottom: 24px
}

.blog-post-05 .post-standard,.blog-post-06 .post-standard {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 48px!important
}

.blog-post-08 .post-grid {
    padding: 18px
}

.blog-post-08 .image-wrapper {
    margin: -19px -19px 12px
}

.blog-post-08 .pagination-block,.blog-post-09 .pagination-block,.blog-post-10 .pagination-block,.blog-post-11 .pagination-block,.blog-post-12 .pagination-block,.blog-post-13 .pagination-block,.blog-post-14 .pagination-block {
    margin-top: 12px
}

.blog-post-08 .entry-content,.blog-post-08 .entry-title {
    margin-bottom: 8px
}

.blog-post-08 .post-meta li {
    font-size: 13px
}

.blog-post-11 .post-wrapper,.blog-post-12 .post-wrapper,.blog-post-13 .post-wrapper,.blog-post-14 .post-wrapper {
    margin-bottom: 48px!important;
    position: relative
}

.blog-post-11 .post-wrapper .post-content,.blog-post-12 .post-wrapper .post-content,.blog-post-13 .post-wrapper .post-content,.blog-post-14 .post-wrapper .post-content {
    bottom: 24px;
    left: 18px;
    right: 18px
}

.blog-post-11 .post-wrapper .post-content .entry-title,.blog-post-12 .post-wrapper .post-content .entry-title,.blog-post-13 .post-wrapper .post-content .entry-title,.blog-post-14 .post-wrapper .post-content .entry-title {
    font-size: 16px;
    line-height: 24px
}

.blog-post-13 .post-wrapper .post-content {
    bottom: 18px
}

.blog-post-13 .post-wrapper .post-content .entry-title {
    font-size: 14px;
    line-height: 21px
}

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

.single-post .post-content {
    padding-bottom: 48px;
    border-bottom: 1px solid #ddd
}

.single-post blockquote {
    border: none;
    padding: 24px 24px 24px 48px;
    position: relative
}

.single-post blockquote:after {
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/quote-icon-2.png) center no-repeat;
    background-size: contain
}

.single-post blockquote p {
    font-size: 18px;
    font-style: italic;
    color: #999
}

.single-post blockquote cite {
    font-size: 14px;
    font-weight: 700;
    font-style: normal
}

.comment .comment-header .comment-meta span,.widget-tweets .tweet-wrapper a {
    font-style: italic
}

.single-post blockquote cite small {
    display: inline-block;
    font-weight: 400;
    margin-left: 6px;
    font-size: 13px
}

.single-post .post-bottom {
    margin-top: 18px
}

.single-post .post-bottom>div {
    width: 50%;
    float: left
}

.single-post .post-bottom h4 {
    font-size: 16px
}

.single-post .post-bottom ul,.single-post .post-bottom ul li {
    display: inline-block
}

.single-post .social-share a {
    border-radius: 50%
}

.single-post .tag-list a {
    color: #666
}

.single-post .tag-list li {
    margin-right: 3px
}

.single-post .tag-list li:after {
    content: ','
}

.single-post .tag-list li:last-child:after {
    content: none
}

.single-post .prev-next-block {
    margin-top: 36px;
    margin-bottom: 72px
}

.single-post .short-bio {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 36px;
    margin-bottom: 60px
}

.single-post .short-bio img {
    width: 146px;
    float: left
}

.single-post .short-bio .content-wrapper {
    margin-left: 176px
}

.single-post .short-bio .content-wrapper h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px
}

.single-post .short-bio .content-wrapper .author-social {
    position: absolute;
    top: 0;
    right: 0
}

.single-post .short-bio .content-wrapper .author-social li {
    margin-right: 8px
}

.single-post .short-bio .content-wrapper .author-social li:last-child {
    margin-right: 0
}

.single-post .short-bio-02 {
    text-align: center;
    margin-top: 60px
}

.single-post .short-bio-02 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    border-radius: 50%;
    margin-bottom: 30px
}

.single-post .short-bio-02 .content-wrapper {
    margin: 0
}

.single-post .short-bio-02 .content-wrapper h3 {
    font-size: 21px;
    margin-bottom: 12px
}

.single-post .short-bio-02 .author-social {
    position: static!important;
    margin-bottom: 24px
}

.single-post .short-bio-03 {
    border: 1px solid #ddd!important;
    padding: 24px
}

.single-post .short-bio-03 .author-social {
    top: 24px!important;
    right: 24px!important
}

.single-post .short-bio-03 p {
    margin-bottom: 18px
}

.single-post .prev-next-02 a {
    border: none;
    padding: 0;
    background: 0 0
}

.single-post .prev-next-02 .next-btn,.single-post .prev-next-02 .prev-btn {
    display: block;
    border-bottom: 2px solid #125574;
    padding: 0 0 6px;
    margin-bottom: 12px
}

.single-post-03 .comments,.single-post-04 .comment-respond,.single-post-04 .comments {
    padding: 30px;
    border: 1px solid #ddd
}

.single-post .prev-next-02 ul {
    overflow: hidden
}

.single-post .prev-next-02 ul li {
    width: 48%;
    float: left
}

.single-post .prev-next-02 ul li a {
    background: 0 0;
    font-size: 16px;
    line-height: 24px
}

.single-post .prev-next-02 ul li a:hover {
    color: #125574
}

.single-post .prev-next-02 ul li:first-child {
    text-align: left;
    margin-right: 2%
}

.single-post .prev-next-02 ul li:last-child {
    text-align: right;
    margin-left: 2%
}

.single-post-02 .entry-title {
    margin-bottom: 18px
}

.single-post-02 .post-standard .image-wrapper {
    margin-bottom: 30px
}

.single-post-03 .post-wrapper,.single-post-04 .post-wrapper {
    border: 1px solid #ddd;
    padding: 30px
}

.single-post-03 .image-wrapper,.single-post-04 .image-wrapper {
    margin-top: -31px;
    margin-left: -31px;
    margin-right: -31px;
    margin-bottom: 30px!important
}

.comments-style-02 .commentlist>li:last-child,.single-post-04 .prev-next-02 ul,.single-post-04 .prev-next-02 ul h5 {
    margin-bottom: 0
}

.single-post-03 .short-bio,.single-post-04 .short-bio {
    border-bottom: 0
}

.single-post-04 .image-wrapper {
    margin-top: 0
}

.single-post-04 .prev-next-02 {
    border: 1px solid #ddd;
    padding: 18px
}

.single-post-04 .comment-title,.single-post-04 .reply-title {
    border-bottom: 3px double #ddd;
    padding-bottom: 18px
}

.single-post-05 .comment-respond,.single-post-05 .comments,.single-post-05 .post-wrapper,.single-post-05 .prev-next-block,.single-post-05 .short-bio {
    background: #f5f5f5;
    padding: 30px
}

.single-post-05 .short-bio {
    border-bottom: none
}

.single-post-05 .short-bio .author-social {
    top: 30px!important;
    right: 30px!important
}

.single-post-05 .comment-respond .form-control {
    border: none
}

.comments-style-02 .comment {
    position: relative
}

.comments-style-02 .comment-author img {
    width: 60px!important;
    float: left
}

.comments-style-02 .comment-header {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin-bottom: 18px
}

.comments-style-02 .comment-meta {
    margin-bottom: 18px
}

.comments-style-02 .header-content {
    margin-left: 78px
}

.comments-style-02 .header-content h4 {
    margin-top: 6px
}

.comments-style-02 .children {
    padding-left: 60px!important
}

.commentlist {
    padding-left: 0
}

.comment-title,.reply-title {
    font-size: 30px;
    margin-bottom: 48px
}

.comment {
    margin-bottom: 36px
}

.comment .children {
    margin-top: 36px;
    padding-left: 108px
}

.comment .comment-author {
    float: left
}

.comment .comment-author img {
    width: 84px;
    border-radius: 50%
}

.comment .comment-wrapper {
    margin-left: 108px;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 36px
}

.comment .comment-header h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px
}

.comment .comment-header .comment-meta {
    font-size: 14px;
    line-height: 21px
}

.comment .comment-header .comment-meta span:before {
    content: '-';
    margin-left: 4px;
    margin-right: 4px
}

.comment .comment-reply {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 6px 22px;
    background: #125574;
    font-size: 14px;
    transition: .3s;
    border: 2px solid #125574
}

.comment .comment-reply:hover {
    background: 0 0;
    border: 2px solid #125574;
    color: #125574
}

.comment-respond {
    margin-top: 60px
}

.comment-respond textarea {
    min-height: 236px
}

.sidebar {
    padding-left: 30px
}

.widget {
    margin-bottom: 48px
}

.widget a {
    transition: .3s
}

.widget a:hover {
    color: #125574
}

.widget-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px
}

.widget-search form {
    position: relative
}

.widget-search .submit-btn {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    background: 0 0;
    border: none;
    outline: 0
}

.widget-recent-comments h5 {
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0
}

.widget-recent-comments a {
    line-height: 21px;
    color: #222;
    font-weight: 700
}

.widget-recent-comments img {
    width: 60px
}

.widget-recent-comments .content-wrapper {
    margin-left: 78px
}

.widget-social-links ul li {
    display: inline-block;
    margin-right: 3px
}

.widget-social-links ul li:last-child {
    margin-right: 0
}

.widget-social-links ul li.facebook-link a {
    background: #3b5998;
    border-color: #3b5998
}

.widget-social-links ul li.facebook-link a:hover {
    background: 0 0;
    border-color: #3b5998;
    color: #3b5998
}

.widget-social-links ul li.twitter-link a {
    background: #1da1f2;
    border-color: #1da1f2
}

.widget-social-links ul li.twitter-link a:hover {
    background: 0 0;
    border-color: #1da1f2;
    color: #1da1f2
}

.widget-social-links ul li.google-plus-link a {
    background: #dd4b39;
    border-color: #dd4b39
}

.widget-social-links ul li.google-plus-link a:hover {
    background: 0 0;
    border-color: #dd4b39;
    color: #dd4b39
}

.widget-social-links ul li.youtube-link a {
    background: red;
    border-color: red
}

.widget-social-links ul li.youtube-link a:hover {
    background: 0 0;
    border-color: red;
    color: red
}

.widget-social-links ul li.linkedin-link a {
    background: #0077b5;
    border-color: #0077b5
}

.widget-social-links ul li.linkedin-link a:hover {
    background: 0 0;
    border-color: #0077b5;
    color: #0077b5
}

.widget-social-links ul a {
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    color: #fff;
    border: 2px solid #233295
}

.widget-social-links ul a:hover {
    color: #fff
}

.widget-top-author img {
    width: 48px;
    border-radius: 50%
}

.widget-top-author h4 {
    font-size: 14px;
    margin-bottom: 3px
}

.widget-top-author .content-wrapper {
    margin-left: 66px
}

.widget-tags ul li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 8px
}

.widget-tags ul a {
    display: inline-block;
    padding: 6px 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    color: #666;
    transition: .3s;
    font-size: 14px
}

.widget-tags ul a:hover {
    background: #125574;
    color: #fff;
    border-color: #125574
}

.widget-content-slider {
    margin-bottom: 72px
}

.widget-content-slider .item:active,.widget-content-slider .item:focus {
    outline: 0
}

.widget-content-slider .content-wrapper h3 a,.widget-content-slider .content-wrapper h4 a {
    color: #222
}

.widget-content-slider .image-left img {
    float: left;
    width: 146px;
    margin-right: 18px;
    margin-bottom: 6px
}

.widget-content-slider .image-right img {
    float: right;
    width: 146px;
    margin-right: 18px;
    margin-bottom: 6px
}

.widget-content-slider .image-center img {
    margin-bottom: 18px
}

.widget-content-slider .slick-dots {
    bottom: -36px
}

.widget-gallery .photo-gallery li {
    width: 72px;
    padding: 0;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px
}

.widget-gallery .photo-gallery li:nth-child(4n+1) {
    clear: left
}

.widget-image-slider .slick-dots {
    bottom: 12px
}

.widget-image-slider .slick-dots li button:before {
    color: #fff
}

.widget-testimonial .testimonial-wrapper .item:active,.widget-testimonial .testimonial-wrapper .item:focus {
    outline: 0
}

.widget-testimonial blockquote {
    font-size: 16px;
    border: none;
    position: relative;
    padding-top: 42px;
    padding-left: 0
}

.widget-testimonial blockquote:before {
    content: '';
    width: 36px;
    height: 36px;
    background: url(../img/quote-icon-2.png) left center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0
}

.widget-testimonial .testimonial-author img {
    width: 48px;
    float: left;
    border-radius: 50%
}

.widget-testimonial .testimonial-author h4 {
    font-size: 16px;
    margin-left: 66px
}

.widget-testimonial .testimonial-author h4 small {
    display: block
}

.widget-testimonial .slick-btn {
    cursor: pointer;
    font-size: 24px;
    color: #ccc;
    position: absolute;
    right: 0;
    bottom: 0
}

.widget-testimonial .slick-btn.prev-btn {
    right: 30px;
    z-index: 100
}

.widget-accordion .panel-title {
    font-size: 14px;
    line-height: 22px
}

.widget-accordion .panel-body {
    padding: 18px 0
}

.widget-tabs .content-wrapper h3 a,.widget-tabs .content-wrapper h4 a {
    color: #222
}

.widget-tabs .image-left img {
    float: left;
    width: 146px;
    margin-right: 18px;
    margin-bottom: 6px
}

.widget-tabs .image-right img {
    float: right;
    width: 146px;
    margin-right: 18px;
    margin-bottom: 6px
}

.widget-tabs .image-center img {
    margin-bottom: 18px
}

.widget-author .author-pic {
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 156px;
    display: block;
    margin-bottom: 24px
}

.widget-author .author-title,.widget-tweets ul li {
    margin-bottom: 18px
}

.widget-author .content-wrapper.centered {
    text-align: center
}

.widget-author .sociallinks a {
    display: inline-block;
    font-size: 24px
}

.widget-author .sociallinks .facebook-link a {
    color: #3b5998
}

.widget-author .sociallinks .twitter-link a {
    color: #1da1f2
}

.widget-author .sociallinks .google-plus-link a {
    color: #dd4b39
}

.widget-author .sociallinks .linkedin-link a {
    color: #0077b5
}

.widget-tweets .twitter-icon {
    float: left
}

.widget-tweets .tweet-wrapper {
    margin-left: 36px
}

.widget-tweets .tweet-wrapper p:last-of-type {
    margin-bottom: 8px
}

.widget-tweets .tweet-wrapper span {
    font-size: 14px
}

.widget-tweets .twitter-id {
    font-weight: 700;
    margin-right: 6px;
    font-style: normal!important
}

.widget-google-map .map-wrapper {
    width: 100%;
    height: 256px;
    background: #f5f5f5
}

.blog-single-04 .sidebar .widget {
    padding: 24px 18px;
    border: 1px solid #ddd
}

.widget-download ul a,.widget-service ul a,.widget-team ul a {
    padding: 14px 24px;
    font-family: Poppins,sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    transition: .3s
}

.widget-service ul li,.widget-team ul li {
    border-bottom: 1px solid #ddd
}

.widget-service ul li:last-child,.widget-team ul li:last-child {
    border-bottom: none
}

.widget-service ul li.active a,.widget-team ul li.active a {
    background: #125574;
    color: #fff
}

.widget-service ul a,.widget-team ul a {
    background: #f2f2f2;
    color: #222
}

.widget-service ul a:hover,.widget-team ul a:hover {
    background: #125574;
    color: #fff
}

.widget-download ul li {
    margin-bottom: 1px
}

.widget-download ul li i {
    margin-right: 8px
}

.widget-download ul a {
    background: #233295;
    color: #fff
}

.widget-download ul a:hover {
    background: #125574;
    color: #fff
}

.widget-help i {
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 33px
}

.widget-help .phone-no {
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
    display: block
}

.widget-banner {
    padding: 24px;
    background: #233295
}

.widget-banner .widget-title {
    color: #fff
}

.widget-banner p {
    color: #999
}

.blog-single-06 .page-title-banner {
    height: 720px;
    background: url(../img/blog/full-width-02.jpg) center no-repeat;
    background-size: cover
}

.blog-single-06 .page-title-banner:after {
    background: rgba(35,50,149,.6)
}

.blog-single-06 .page-title-banner .entry-title {
    line-height: 60px;
    margin-bottom: 36px
}

.blog-single-06 .page-title-banner .post-meta {
    margin-bottom: 0
}

.blog-single-06 .page-title-banner .post-meta li {
    display: inline-block;
    margin-right: 24px
}

.blog-single-06 .page-title-banner .post-meta li:last-child {
    margin-right: 0
}

.blog-single-06 .page-title-banner .post-meta li i {
    margin-right: 8px
}

.blog-single-06 .page-title-banner .post-meta li a {
    color: #fff
}

.blog-single-fullwidth .page-content,.blog-single-nosidebar .page-content {
    padding-bottom: 96px
}

.slick-dots li button:before {
    font-size: 12px
}

.testimonial-carousel .testimonial-item {
    margin: 0 15px
}

.testimonial-carousel .slick-btn {
    position: absolute;
    top: 50%;
    font-size: 18px;
    width: 42px;
    height: 42px;
    background: #125574;
    text-align: center;
    left: -60px;
    transform: translateY(-50%);
    line-height: 42px;
    color: #fff;
    cursor: pointer
}

.testimonial-carousel .slick-btn.next-btn {
    left: auto;
    right: -60px
}

.shortcode-section .section-title {
    font-size: 21px;
    text-align: center;
    margin-bottom: 36px
}

.shortcode-section .block-title {
    font-size: 18px;
    margin-bottom: 24px
}

.shortcode-section .clearfix {
    margin-bottom: 0!important
}

.darkbg {
    background: #222
}

.darkbg .block-title,.darkbg .section-title {
    color: #fff
}

.shortcode-tables .block-title {
    text-align: center
}

.shortcode-tables .block-title+table {
    margin-bottom: 60px
}

.shortcode-popover h2 {
    margin-bottom: 30px
}

.shortcode-progresscircle .block-title {
    text-align: center;
    margin-bottom: 42px
}

.shortcode-progresscircle hr {
    margin-top: 1px
}

.corporex-accordion.graybg .panel-heading {
    background: #f5f5f5
}

.corporex-accordion.radial .panel-heading {
    border-radius: 50px
}

.corporex-accordion.colorbg .panel-heading {
    background: #233295;
    border-color: #19246c;
    color: #fff
}

.corporex-accordion .panel-heading {
    padding: 0
}

.corporex-accordion .panel-title {
    font-size: 16px;
    line-height: 24px
}

.corporex-accordion .panel-title a {
    display: block;
    padding: 10px 24px
}

.corporex-accordion .panel-heading+.panel-collapse>.list-group,.corporex-accordion .panel-heading+.panel-collapse>.panel-body {
    border-top: none
}

.accordion-style-01 .panel-heading {
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 0
}

.accordion-style-01 .panel-heading.active a:before {
    content: "\f068";
    transform: rotate(180deg)
}

.accordion-style-01 .panel-title a {
    padding-left: 48px;
    position: relative
}

.accordion-style-01 .panel-title a:before {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    left: 18px;
    transition: .3s
}

.accordion-style-01 .panel-body {
    border-top: none!important
}

.accordion-style-02.has-bar {
    position: relative
}

.accordion-style-02.has-bar:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 4px;
    top: 0;
    background: #ddd
}

.accordion-style-02.has-bar .panel-heading a:after,.accordion-style-02.has-bar .panel-heading a:before {
    background: #fff
}

.accordion-style-02.has-bar .panel-heading a:before {
    z-index: 100
}

.accordion-style-02 .panel-heading a {
    position: relative
}

.accordion-style-02 .panel-heading a:after,.accordion-style-02 .panel-heading a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    display: inline-block;
    transition: .3s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.accordion-style-02 .panel-heading a:after {
    width: 16px;
    height: 16px;
    left: -4px;
    border: 1px solid transparent
}

.accordion-style-03.has-icon i,.accordion-style-03.has-num .acc-num {
    position: absolute;
    top: 50%;
    left: 0;
    width: 48px;
    transform: translateY(-50%);
    color: #4a5cd4;
    text-align: center
}

.accordion-style-02 .panel-heading.active a:before {
    background: #233295;
    border-color: #233295
}

.accordion-style-02 .panel-heading.active a:after {
    border-color: #125574
}

.accordion-style-02 .panel-title a {
    padding-left: 24px;
    padding-right: 0
}

.accordion-style-02 .panel-body {
    padding-left: 24px;
    padding-right: 24px
}

.accordion-style-03.has-icon .panel-title a,.accordion-style-03.has-num .panel-title a {
    padding-left: 48px
}

.accordion-style-03.has-icon i {
    font-size: 21px;
    margin-top: -2px
}

.accordion-style-03.has-num .acc-num {
    margin-top: -1px
}

.accordion-style-03 .panel-heading {
    border: 1px solid #ddd;
    border-radius: 0
}

.accordion-style-03 .panel-heading.active a:after {
    transform: rotate(-180deg)
}

.accordion-style-03 .panel-title a {
    padding-left: 15px;
    position: relative
}

.accordion-style-03 .panel-title a:after {
    content: '\f078';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    transition: .3s;
    right: 15px
}

.accordion-style-04.radial .acc-box {
    border-radius: 50%
}

.accordion-style-04 .panel+.panel {
    margin-top: 0
}

.accordion-style-04 .acc-box {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #ddd;
    margin-right: 12px;
    color: #4a5cd4;
    font-size: 18px;
    margin-left: -60px
}

.accordion-style-04 .panel-title a {
    padding-left: 60px
}

.accordion-style-04 .panel-body {
    padding-left: 0;
    padding-right: 0
}

.corporex-tabs .nav-tabs>li>a {
    border-radius: 0;
    color: #222
}

.corporex-tabs .has-icon i {
    margin-right: 12px;
    color: #4a5cd4
}

.corporex-tabs .content-wrapper {
    padding: 24px 0
}

.tab-01 .nav-tabs>li>a {
    margin-right: -1px;
    border: 1px solid #ddd
}

.tab-01 .nav-tabs>li.active>a,.tab-01 .nav-tabs>li.active>a:active,.tab-01 .nav-tabs>li.active>a:focus,.tab-01 .nav-tabs>li.active>a:hover {
    border-bottom-color: transparent
}

.tab-01 .has-border li a {
    position: relative
}

.tab-01 .has-border li a:before {
    content: '';
    height: 2px;
    background: 0 0;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px
}

.tab-01 .has-border li.active a:before {
    background: #125574
}

.tab-01.horizontal-tab .nav-tabs {
    border-bottom: none;
    margin-bottom: 48px
}

.tab-02 .top-icon i,.tab-03 .top-icon i,.tab-04 .top-icon i,.tab-05 .top-icon i {
    font-size: 24px;
    margin-bottom: 12px
}

.tab-01.horizontal-tab .nav-tabs li {
    display: block;
    float: none
}

.tab-01.horizontal-tab .nav-tabs li.active a {
    border-right-color: transparent;
    border-bottom-color: #ddd
}

.tab-01.horizontal-tab .has-border li a {
    position: relative
}

.tab-01.horizontal-tab .has-border li a:before {
    left: -1px;
    top: -1px;
    bottom: -1px;
    width: 2px;
    background: 0 0;
    position: absolute;
    content: '';
    height: auto
}

.tab-01.horizontal-tab .has-border li.active a:before {
    background: #125574
}

.tab-01.horizontal-tab .content-wrapper {
    padding-top: 0;
    padding-bottom: 0
}

.tab-02 .nav-tabs {
    border-bottom: 1px solid #ddd
}

.tab-02 .nav-tabs>li a {
    border: none
}

.tab-02 .nav-tabs>li a:hover {
    background: 0 0
}

.tab-02 .nav-tabs>li a:after {
    content: '';
    background: #125574;
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: .3s;
    transform: scale(0)
}

.tab-02 .nav-tabs>li.active a,.tab-02 .nav-tabs>li.active a:focus,.tab-02 .nav-tabs>li.active a:hover {
    border-width: 0
}

.tab-02 .nav-tabs>li.active a,.tab-02 .nav-tabs>li.active a:hover {
    border: none;
    color: #125574!important;
    background: 0 0
}

.tab-02 .nav-tabs>li.active a:after,.tab-02 .nav-tabs>li:hover a:after {
    transform: scale(1)
}

.tab-02 .nav-center,.tab-02 .nav-wrapper {
    text-align: center
}

.tab-02 .nav-center li {
    float: none;
    display: inline-block
}

.tab-02 .top-icon {
    display: inline-block
}

.tab-02 .top-icon i {
    display: block
}

.tab-03 .nav-tabs {
    border-bottom: 1px solid #c4c4c4
}

.tab-03 .nav-tabs>li a {
    border: none;
    padding-bottom: 24px
}

.tab-03 .nav-tabs>li a:hover {
    background: 0 0;
    color: #125574
}

.tab-03 .nav-tabs>li a:after,.tab-03 .nav-tabs>li a:before {
    content: '';
    background: #fff;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .3s;
    transform: translate(-50%,50%);
    border-radius: 50%;
    border: 1px solid #c4c4c4
}

.tab-03 .nav-tabs>li a:after {
    width: 10px;
    height: 10px
}

.tab-03 .nav-tabs>li.active a,.tab-03 .nav-tabs>li.active a:hover {
    border: none;
    color: #125574;
    background: 0 0
}

.tab-03 .nav-tabs>li.active a:after {
    background: #125574;
    border-color: #125574
}

.tab-03 .nav-center,.tab-03 .nav-wrapper {
    text-align: center
}

.tab-03 .nav-center li {
    float: none;
    display: inline-block
}

.tab-03 .top-icon {
    display: inline-block
}

.tab-03 .top-icon i {
    display: block
}

.tab-04 .nav-tabs {
    border-bottom: none
}

.tab-04 .nav-tabs>li {
    border-right: 1px solid #ddd
}

.tab-04 .nav-tabs>li:last-child {
    border-right: none
}

.tab-04 .nav-tabs>li a {
    border: none;
    padding-bottom: 24px;
    padding-left: 30px;
    padding-right: 30px
}

.tab-04 .nav-tabs>li a:hover {
    background: 0 0;
    color: #125574
}

.tab-04 .nav-tabs>li.active a,.tab-04 .nav-tabs>li.active a:hover {
    border: none;
    color: #125574;
    background: 0 0
}

.tab-04 .nav-tabs>li.active a:after {
    background: #125574;
    border-color: #125574
}

.tab-04 .nav-center,.tab-04 .nav-wrapper {
    text-align: center
}

.tab-04 .nav-center li {
    float: none;
    display: inline-block
}

.tab-04 .top-icon {
    display: inline-block
}

.tab-04 .top-icon i {
    display: block
}

.tab-05 .nav-tabs {
    border-bottom: none
}

.tab-05 .nav-tabs>li:last-child {
    border-right: none
}

.tab-05 .nav-tabs>li a {
    border: 1px solid #ddd;
    padding: 12px 30px
}

.tab-05 .nav-tabs>li a:hover {
    background: 0 0;
    color: #125574
}

.tab-05 .nav-tabs>li.active a {
    background: #125574;
    color: #fff;
    border-color: #ff2501
}

.tab-05 .nav-tabs>li.active a:after {
    background: #125574;
    border-color: #125574
}

.tab-05 .has-icon li.active i {
    color: #fff
}

.tab-05 .nav-center,.tab-05 .nav-wrapper {
    text-align: center
}

.tab-05 .nav-center li {
    float: none;
    display: inline-block
}

.tab-05 .top-icon {
    display: inline-block
}

.tab-05 .top-icon i {
    display: block
}

.timeline-wrapper {
    position: relative
}

.timeline-wrapper:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    background: #ccc;
    top: 0;
    z-index: -1;
    transform: translateX(-50%)
}

.timeline-wrapper .timeline-item {
    margin-bottom: 48px
}

.timeline-wrapper .timeline-item>div.text-left {
    padding-left: 60px
}

.timeline-wrapper .timeline-item>div.text-right {
    padding-right: 60px
}

.timeline-wrapper .timeline-content h3 {
    font-size: 18px
}

.timeline-01 .timeline-date h5,.timeline-02 .timeline-date h5,.timeline-03 .timeline-date h5,.timeline-04 .timeline-date h5 {
    font-size: 14px
}

.timeline-wrapper .btn-circle:hover {
    background: #fff
}

.timeline-01 .timeline-pointer {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #125574;
    border: 4px solid #ddd;
    border-radius: 50%;
    top: 8px;
    left: -9px
}

.timeline-01 .timeline-item .text-right .timeline-pointer {
    left: auto;
    right: -9px
}

.timeline-02 .timeline-pointer,.timeline-03 .timeline-pointer,.timeline-04 .timeline-pointer {
    position: absolute;
    width: 48px;
    height: 48px;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    top: 8px;
    left: -24px;
    text-align: center;
    line-height: 48px
}

.timeline-02 .timeline-item,.timeline-03 .timeline-item,.timeline-04 .timeline-item {
    margin-bottom: 0
}

.timeline-02 .timeline-item .text-right .timeline-pointer,.timeline-03 .timeline-item .text-right .timeline-pointer,.timeline-04 .timeline-item .text-right .timeline-pointer {
    left: auto;
    right: -24px
}

.timeline-03 .timeline-pointer {
    background: #233295;
    color: #fff;
    border: 4px solid #fff;
    line-height: 42px;
    top: 18px
}

.timeline-03 .timeline-content .content-wrapper {
    border: 1px solid #ddd;
    padding: 24px 30px 30px
}

.timeline-04 .timeline-pointer {
    background: #233295;
    color: #fff;
    border: 4px solid #fff;
    line-height: 42px;
    top: 18px;
    font-family: Poppins,sans-serif;
    font-weight: 700;
    font-size: 18px
}

.timeline-04 .timeline-content .content-wrapper {
    border: 1px solid #ddd;
    padding: 24px 30px 30px;
    position: relative
}

.timeline-04 .timeline-content .content-wrapper:after,.timeline-04 .timeline-content .content-wrapper:before {
    content: '';
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-left-color: #c4c4c4;
    position: absolute;
    top: 30px;
    right: -24px
}

.timeline-04 .timeline-content .content-wrapper:after {
    border-left-color: #fff;
    right: -23px
}

.timeline-04 .timeline-content.text-left .content-wrapper:after,.timeline-04 .timeline-content.text-left .content-wrapper:before {
    border-left-color: transparent;
    border-right-color: #c4c4c4;
    right: auto;
    left: -24px
}

.timeline-04 .timeline-content.text-left .content-wrapper:after {
    border-right-color: #fff;
    left: -23px
}

.pricing-wrapper {
    text-align: center;
    border: 1px solid #ddd;
    margin: 0 24px;
    padding: 30px 36px;
    transition: .3s
}

.pricing-wrapper h3 {
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 24px;
    position: relative
}

.pricing-wrapper h3 span {
    display: block;
    font-size: 10px;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%)
}

.pricing-wrapper p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px
}

.price-table-01 .pricing-wrapper .price-tag,.price-table-02 .pricing-wrapper .price-tag {
    background: #233295;
    color: #fff;
    display: block;
    padding: 12px 0;
    margin-left: -37px;
    margin-right: -37px;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 18px
}

.price-table-01 .pricing-wrapper .price-tag small,.price-table-02 .pricing-wrapper .price-tag small {
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 4px
}

.price-table-01 .pricing-wrapper ul li,.price-table-02 .pricing-wrapper ul li {
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px
}

.price-table-01 .pricing-wrapper ul li:last-child,.price-table-02 .pricing-wrapper ul li:last-child {
    border-bottom: 0
}

.price-table-01 .pricing-wrapper:hover,.price-table-02 .pricing-wrapper:hover {
    background: #233295;
    border-color: #19246c
}

.price-table-01 .pricing-wrapper:hover h3,.price-table-01 .pricing-wrapper:hover p,.price-table-01 .pricing-wrapper:hover ul,.price-table-02 .pricing-wrapper:hover h3,.price-table-02 .pricing-wrapper:hover p,.price-table-02 .pricing-wrapper:hover ul {
    color: #fff
}

.price-table-01 .pricing-wrapper:hover .price-tag,.price-table-02 .pricing-wrapper:hover .price-tag {
    background: #125574
}

.price-table-02 .pricing-wrapper {
    margin: 0
}

.price-table-03 .pricing-wrapper {
    margin: 0;
    padding: 0 0 72px;
    min-height: 548px
}

.price-table-03 .price-header {
    background: #233295;
    padding: 30px 30px 48px;
    margin: -1px -1px 0;
    color: #fff;
    position: relative
}

.price-table-03 .btn-main,.price-table-03 .price-tag {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.price-table-03 .price-header h3 {
    font-size: 24px;
    color: #fff
}

.price-table-03 .price-header p {
    color: #999
}

.price-table-03 .price-tag {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: #125574;
    text-align: center;
    bottom: -54px;
    font-size: 30px;
    line-height: 108px;
    font-weight: 700
}

.price-table-03 .price-tag small {
    font-size: 16px
}

.price-table-03 ul {
    text-align: left;
    margin-top: 72px;
    margin-bottom: 15px;
    display: inline-block
}

.price-table-03 ul li {
    margin-bottom: 10px
}

.price-table-03 ul i {
    margin-right: 8px;
    font-size: 18px;
    vertical-align: text-bottom;
    color: #125574
}

.price-table-03 .btn-main {
    bottom: 30px
}

.progress-container h4 {
    font-size: 16px;
    line-height: 24px
}

.progress-container .progress {
    background: #e6e6e6
}

.progress-container .progress-bar {
    background: #2d40be
}

.progress-container.radial .progress,.progress-container.radial .progress-bar {
    border-radius: 6px
}

.progress-01 .progress,.progress-02 .progress {
    border-radius: 0;
    box-shadow: none
}

.progress-01 h4 {
    font-size: 14px;
    margin-bottom: 6px
}

.progress-01 .progress {
    overflow: visible;
    height: 12px
}

.progress-01 .progress-bar span {
    margin-top: -26px;
    color: #125574;
    float: right;
    font-size: 14px
}

.progress-02 .progress-wrapper h4 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px
}

.progress-02 .progress-bar {
    text-align: right
}

.progress-02 .progress-bar span {
    margin-right: 18px
}

.progress-02.radial .progress,.progress-02.radial .progress-bar {
    border-radius: 10px
}

.progress-03 .progress-wrapper h4 {
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 0;
    display: inline-block
}

.progress-03 .progress {
    border-radius: 0;
    box-shadow: none;
    height: 30px
}

.progress-03 .progress-bar {
    text-align: left
}

.progress-03 .progress-bar span {
    margin-right: 12px;
    line-height: 30px;
    float: right
}

.progress-03.radial .progress,.progress-03.radial .progress-bar {
    border-radius: 20px
}

.progress-04 h4 {
    font-size: 14px;
    margin-bottom: 6px
}

.progress-04 .progress-wrapper {
    position: relative
}

.progress-04 .progress {
    overflow: visible;
    height: 6px;
    box-shadow: none;
    border-radius: 0;
    line-height: 6px;
    width: 92%
}

.alert,.alert p {
    line-height: 1.1
}

.progress-04 .progress-bar span {
    color: #222;
    font-size: 14px;
    position: absolute;
    bottom: -7px;
    right: 0;
    margin-bottom: 0
}

.btn-wrapper {
    margin-bottom: 12px
}

.btn-wrapper .btn {
    margin-right: 12px
}

.divider-half,.divider-small {
    margin-right: auto;
    margin-left: auto
}

.corporex-table-01>tbody>tr>td,.corporex-table-01>tbody>tr>th,.corporex-table-01>tfoot>tr>td,.corporex-table-01>tfoot>tr>th,.corporex-table-01>thead>tr>td,.corporex-table-01>thead>tr>th,.corporex-table-02>tbody>tr>td,.corporex-table-02>tbody>tr>th,.corporex-table-02>tfoot>tr>td,.corporex-table-02>tfoot>tr>th,.corporex-table-02>thead>tr>td,.corporex-table-02>thead>tr>th {
    padding: 12px;
    border-top: none
}

.corporex-table-01>thead,.corporex-table-02>thead {
    background: #125574;
    color: #fff
}

.corporex-table-01>thead>tr>th,.corporex-table-02>thead>tr>th {
    border: none
}

.corporex-table-01>tbody>tr:nth-of-type(odd),.corporex-table-02>tbody>tr:nth-of-type(odd) {
    background: rgba(35,50,149,.03)
}

.corporex-table-01>tbody>tr:nth-of-type(even),.corporex-table-02>tbody>tr:nth-of-type(even) {
    background: rgba(35,50,149,.1)
}

.corporex-table-02>tbody>tr>td,.corporex-table-02>tbody>tr>th,.corporex-table-02>tfoot>tr>td,.corporex-table-02>tfoot>tr>th {
    border: 1px solid rgba(35,50,149,.12)
}

.corporex-table-02>thead>tr>td,.corporex-table-02>thead>tr>th {
    border: 1px solid #233295
}

.corporex-table-03>tbody>tr>td,.corporex-table-03>tbody>tr>th,.corporex-table-03>tfoot>tr>td,.corporex-table-03>tfoot>tr>th,.corporex-table-03>thead>tr>td,.corporex-table-03>thead>tr>th,.corporex-table-04>tbody>tr>td,.corporex-table-04>tbody>tr>th,.corporex-table-04>tfoot>tr>td,.corporex-table-04>tfoot>tr>th,.corporex-table-04>thead>tr>td,.corporex-table-04>thead>tr>th {
    padding: 12px;
    border-top: none
}

.corporex-table-03>thead,.corporex-table-04>thead {
    background: #233295;
    color: #fff
}

.corporex-table-03>thead>tr>th,.corporex-table-04>thead>tr>th {
    border: none
}

.corporex-table-03>tbody>tr>th,.corporex-table-04>tbody>tr>th {
    background: rgba(35,50,149,.03)
}

.corporex-table-03>tbody>tr>td:nth-of-type(odd),.corporex-table-04>tbody>tr>td:nth-of-type(odd) {
    background: rgba(35,50,149,.1)
}

.corporex-table-03>tbody>tr>td:nth-of-type(even),.corporex-table-04>tbody>tr>td:nth-of-type(even) {
    background: rgba(35,50,149,.03)
}

.corporex-table-04>tbody>tr>td,.corporex-table-04>tbody>tr>th,.corporex-table-04>tfoot>tr>td,.corporex-table-04>tfoot>tr>th {
    border: 1px solid rgba(35,50,149,.12)
}

.corporex-table-04>thead>tr>td,.corporex-table-04>thead>tr>th {
    border: 1px solid #233295
}

.corporex-table-05>tbody>tr>td,.corporex-table-05>tbody>tr>th,.corporex-table-05>tfoot>tr>td,.corporex-table-05>tfoot>tr>th,.corporex-table-05>thead>tr>td,.corporex-table-05>thead>tr>th {
    padding: 12px;
    border-top: none
}

.corporex-table-05>thead {
    background: #233295;
    color: #fff
}

.corporex-table-05>thead>tr>th {
    border: none
}

.alert,.popover,.tooltip-inner {
    border-radius: 0
}

.corporex-table-05>tbody>tr {
    background: #eff0fb
}

.corporex-table-05>tbody>tr:nth-of-type(even)>td:nth-of-type(even),.corporex-table-05>tbody>tr:nth-of-type(even)>th,.corporex-table-05>tbody>tr:nth-of-type(odd)>td:nth-of-type(odd) {
    background: #dadef6
}

.corporex-table-05>tbody>tr>th {
    background: #eff0fb
}

.corporex-modal .modal-content {
    border-radius: 0;
    padding: 24px
}

.alert .close {
    margin-top: -2px
}

.alert-main-border {
    border-color: #233295;
    color: #233295
}

.alert-main-border .close {
    color: #233295
}

.alert-main {
    background: #233295;
    color: #fff;
    border-color: #19246c
}

.alert-main .close {
    color: #fff
}

.alert-main-light {
    background: #eff0fb
}

.alert-secondery-border {
    border-color: #125574;
    color: #125574
}

.alert-secondery-border .close {
    color: #125574
}

.alert-secondery {
    background: #125574;
    color: #fff;
    border-color: #ff2501
}

.alert-secondery .close {
    color: #fff
}

.alert-secondery-light {
    background: #ffeeec
}

.popover-title {
    font-size: 16px;
    line-height: 24px
}

.popover {
    border-color: #ddd
}

.tooltip-inner {
    background: #233295
}

.tooltip.left .tooltip-arrow {
    border-left-color: #233295
}

.tooltip.right .tooltip-arrow {
    border-right-color: #233295
}

.tooltip.top .tooltip-arrow {
    border-top-color: #233295
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #233295
}

.divider,hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: #ddd
}

.divider {
    border-top: 1px solid #ddd
}

.divider.has-circle {
    position: relative
}

.divider.has-circle .circle,.divider.has-circle .circle:after,.divider.has-circle .circle:before {
    width: 12px;
    height: 12px;
    position: absolute;
    top: -7px;
    left: 50%;
    border: 1px solid #ddd;
    background: #fff;
    transform: translateX(-50%);
    border-radius: 50%
}

.divider.has-circle .circle:after,.divider.has-circle .circle:before {
    content: '';
    top: -1px
}

.divider.has-circle .circle:before {
    left: calc(50% - 21px)
}

.divider.has-circle .circle:after {
    left: calc(50% + 21px)
}

.divider.has-icon {
    position: relative
}

.divider.has-icon i {
    width: 42px;
    height: 42px;
    border: 1px solid #ddd;
    line-height: 42px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%
}

.divider.colored-bg i {
    background: #125574;
    border-color: #ff2501;
    color: #fff
}

.divider-dotted {
    border-style: dotted
}

.divider-dashed {
    border-style: dashed
}

.divider-double {
    border-style: double;
    border-top-width: 4px
}

.divider-half {
    width: 50%
}

.divider-small {
    width: 200px
}

.dropcap {
    float: left;
    font-size: 48px;
    color: #222;
    margin-top: 12px;
    margin-right: 12px
}

.dropcap.has-border {
    border: 1px solid #ddd;
    padding: 18px 12px;
    margin-top: 10px;
    margin-right: 15px
}

.dropcap.has-bg {
    background: #125574;
    border-color: #ff2501;
    color: #fff
}

.dropcap.rounded {
    border-radius: 50%
}

.progress-circle .chart {
    width: 180px;
    height: 180px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.progress-circle .progress-amount {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 30px;
    font-weight: 700
}

.progress-circle h4 {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 48px
}

@media (min-width: 1200px) {
    .portfolio-style-01 .portfolio-container {
        height:468px
    }

    .portfolio-style-01 .portfolio-item.item-01 {
        width: 468px
    }

    .portfolio-style-01 .portfolio-item.item-02,.portfolio-style-01 .portfolio-item.item-03,.portfolio-style-01 .portfolio-item.item-04,.portfolio-style-01 .portfolio-item.item-05,.portfolio-style-01 .portfolio-item.item-06 {
        width: 234px
    }
}

@media (min-width: 992px) {
    .corporex-navbar .container,.navbar-02 .dropdown-menu>li {
        position:relative
    }

    .corporex-navbar .navbar-nav>li>a {
        padding-top: 21px;
        padding-bottom: 21px
    }

    .corporex-navbar ul.nav li.dropdown:hover>ul.dropdown-menu {
        top: 100%;
        opacity: 1;
        visibility: visible;
        background: #125574;
    }

    .corporex-navbar .dropdown-menu {
        top: 146%;
        opacity: 0;
        transition: .3s;
        display: block;
        visibility: hidden;
        left: -18px;
        right: auto;
        border: 0;
        border-radius: 0;
        box-shadow: 0 3px 5px rgba(0,0,0,.175)
    }

    .corporex-navbar .dropdown-menu>li:not(.col-sm-3) {
        width: 100%;
        display: block
    }

    .corporex-navbar .dropdown-menu>li:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        background: #125574;
    }

    .corporex-navbar .dropdown-menu .dropdown-menu {
        left: 100%;
        top: -9px;
        opacity: 0;
        transition: .3s
    }

    .corporex-navbar .dropdown-menu li a {
        display: block;
        padding: 12px 18px
    }

    .corporex-navbar .dropdown-menu li a:after {
        left: 18px
    }

    .corporex-navbar .megamenu {
        width: 100%;
        left: 0
    }

    .navbar-01 {
        padding-top: 10px;
        padding-bottom: 10px;
        background: #00778f;
    }

    .navbar-01 .navbar-brand {
        height: 62px;
        line-height: 62px
    }

    .navbar-01 .dropdown-menu {
        border-top: 2px solid #125574
    }

    .navbar-02 .dropdown-menu li a {
        color: #222;
        padding: 15px 24px
    }

    .navbar-02 .dropdown-menu li a:hover {
        background: #125574;
        color: #fff
    }

    .navbar-02 .dropdown-menu {
        left: 0;
        padding-top: 0;
        padding-bottom: 0
    }

    .navbar-02 .dropdown-menu .dropdown-menu {
        top: -1px
    }

    .navbar-02 .megamenu,.navbar-02 .megamenu>li {
        padding: 0
    }
}

@media (max-width: 1199px) {
    .blog-section .post-wrapper {
        max-width:570px;
        margin-left: auto;
        margin-right: auto;
        position: relative
    }

    .site-footer .footer-blocks .row>div {
        margin-bottom: 48px
    }

    .site-footer .footer-blocks .row>div:last-child {
        margin-bottom: 0
    }

    .pricing-wrapper {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 1199px) and (min-width:992px) {
    .portfolio-style-01 .portfolio-container {
        height:970px
    }

    .portfolio-style-01 .portfolio-item.item-01 {
        width: 50%
    }

    .portfolio-style-01 .portfolio-item.item-02 {
        width: 25%;
        left: 50%
    }

    .portfolio-style-01 .portfolio-item.item-03 {
        width: 25%;
        left: 75%
    }

    .portfolio-style-01 .portfolio-item.item-04 {
        top: 485px;
        left: 0;
        width: 50%
    }

    .portfolio-style-01 .portfolio-item.item-05 {
        width: 25%;
        left: 50%;
        top: 242.5px
    }

    .portfolio-style-01 .portfolio-item.item-06 {
        top: 485px;
        left: 50%;
        width: 50%
    }

    .about-section .img-block {
        padding-right: 18px
    }

    .accordion-section .panel-title {
        font-size: 14px
    }

    .site-footer .footer-blocks .row>div:nth-child(n+3) {
        margin-bottom: 0
    }

    .widget-tabs .nav-tabs>li>a {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 1199px) and (min-width:768px) {
    .blog-post-03 .entry-title {
        font-size:18px!important;
        line-height: 26px!important
    }
}

@media (max-width: 991px) {
    .about-04 .text-block,.contact-banner .contact-btn,.cta-bar .cta-btn {
        position:static;
        transform: none
    }

    .contact-banner,.cta-bar,.site-footer .contact-info .container {
        text-align: center
    }

    .top-bar .quick-contact li:after {
        margin-left: 8px
    }

    .top-bar .quick-contact li span {
        display: none
    }

    .corporex-navbar .navbar-toggle {
        margin-top: 0;
        margin-bottom: 0
    }

    .contact-banner p,.cta-bar p {
        margin-bottom: 30px
    }

    .corporex-navbar .navbar-brand {
        height: 45px
    }

    .about-04,.split-content {
        height: auto
    }

    .corporex-navbar .navbar-nav li {
        margin-right: 0
    }

    .corporex-navbar .navbar-nav li a {
        width: 100%;
        display: block
    }

    .corporex-navbar .navbar-nav li a:hover:after {
        width: 18px
    }

    .corporex-navbar .navbar-nav>li>a:after {
        top: 6px
    }

    .corporex-navbar .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0
    }

    .corporex-navbar .dropdown-menu>li:hover>.dropdown-menu {
        visibility: visible;
        display: block
    }

    .cta-bar .cta-btn,.site-footer .contact-info .row {
        display: inline-block
    }

    .corporex-navbar .megamenu {
        padding: 0
    }

    .corporex-navbar .megamenu li a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .corporex-navbar .navbar-nav .open .dropdown-menu .dropdown-header,.corporex-navbar .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px 15px
    }

    .corporex-navbar .navbar-nav .open .dropdown-menu .dropdown-header:after,.corporex-navbar .navbar-nav .open .dropdown-menu>li>a:after {
        left: 15px
    }

    .navbar-01 .megamenu li a:hover {
        padding-left: 6px
    }

    .navbar-01 .dropdown-menu .dropdown-menu li a {
        padding-left: 33px!important
    }

    .navbar-01 .dropdown-menu .dropdown-menu li a:after {
        left: 33px!important
    }

    .navbar-02 {
        padding-top: 0;
        padding-bottom: 0
    }

    .navbar-02 .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }

    .navbar-02 .navbar-toggle {
        margin-left: 12px
    }

    .navbar-02 .dropdown a:focus {
        background: #125574
    }

    .navbar-02 .dropdown-menu>li>a {
        background: #fff
    }

    .navbar-02 .dropdown-menu>li>a:focus,.navbar-02 .dropdown-menu>li>a:hover {
        background: #125574;
        color: #fff
    }

    .navbar-02 .dropdown-menu .dropdown-menu>li>a {
        padding-left: 36px!important
    }

    .navbar-02 .megamenu li {
        padding: 0
    }

    .navbar-02 .megamenu li a,.navbar-02 .navbar-nav .open .dropdown-menu>li>a {
        padding-left: 24px;
        padding-right: 24px
    }

    .navbar-02 .megamenu li a {
        background: #fff;
        color: #222
    }

    .navbar-02 .megamenu li a:hover {
        background: #125574;
        color: #fff
    }

    .navbar-02 .open>a,.navbar-02 .open>a:focus {
        background: #e62100
    }

    .intro-section .row>div {
        max-width: 436px;
        margin-left: auto;
        margin-right: auto
    }

    .intro-07 .feature-set .content-wrapper {
        margin-left: 48px
    }

    .about-04 .img-block img,.features-section .img-wrapper img,.team-section .row>div {
        margin-left: auto;
        margin-right: auto
    }

    .about-section .img-block {
        padding-right: 15px
    }

    .about-04 .content-block {
        padding-top: 96px;
        padding-bottom: 72px
    }

    .about-04 .img-block img {
        position: static
    }

    .contact-banner .contact-btn {
        display: inline-block
    }

    .service-tab .tab-content .row>div {
        margin-bottom: 0
    }

    .service-tab .tab-content .row>div:last-child {
        margin-bottom: 48px
    }

    .service-tab .tab-content img {
        margin-bottom: 24px
    }

    .testimonial-section .content-wrapper {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto
    }

    .testimonial-style-02 .content-wrapper {
        max-width: none
    }

    .team-section .row>div {
        max-width: 360px
    }

    .split-content .content-wrapper {
        position: static;
        transform: none;
        padding-top: 72px;
        padding-bottom: 72px
    }

    .split-content .split-block:after {
        left: -30%;
        right: auto
    }

    .split-content .block-02 {
        padding-left: 15px
    }

    .split-content .block-02 .content-wrapper {
        margin-left: 0
    }

    .split-content .img-bg:before {
        z-index: -1
    }

    .split-content .img-bg:after {
        z-index: -2
    }

    .accordion-section .image-wrapper img {
        margin-left: auto;
        margin-right: auto
    }

    .blog-section .post-standard .entry-title {
        font-size: 24px;
        line-height: 30px
    }

    .blog-style-04 .row>div:first-child {
        margin-bottom: 30px
    }

    .site-footer .contact-info .row>div {
        text-align: left;
        margin-bottom: 12px
    }

    .site-footer .contact-info .row>div:last-child {
        margin-bottom: 0
    }

    .portfolio-details-02 .portfolio-meta,.portfolio-details-section .portfolio-f-img {
        margin-bottom: 30px
    }

    .site-footer .footer-blocks .row>div {
        max-width: 570px;
        margin-left: auto;
        margin-right: auto
    }

    .blog-single .widget,.single-post .post-wrapper {
        max-width: none
    }

    .site-footer .bottom-bar {
        text-align: center
    }

    .site-footer .bottom-links {
        margin-top: 12px;
        text-align: center
    }

    .portfolio-details-section .portfolio-title {
        font-size: 30px;
        line-height: 36px
    }

    .portfolio-details-section .portfolio-meta {
        margin-top: 48px
    }

    .portfolio-details-03 .portfolio-meta ul,.portfolio-details-04 .portfolio-meta ul {
        padding-left: 12px;
        padding-right: 12px
    }

    .portfolio-details-03 .portfolio-meta ul li,.portfolio-details-04 .portfolio-meta ul li {
        display: block;
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
        padding-bottom: 8px;
        border-bottom: 1px dotted #aaa;
        margin-bottom: 8px
    }

    .portfolio-details-03 .portfolio-meta ul li strong,.portfolio-details-04 .portfolio-meta ul li strong {
        display: inline-block;
        margin-right: 18px
    }

    .portfolio-details-03 .portfolio-meta ul li:last-child,.portfolio-details-04 .portfolio-meta ul li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .portfolio-details-04 .portfolio-f-img {
        margin-bottom: 30px!important
    }

    .blog-posts,.single-post {
        margin-bottom: 60px
    }

    .sidebar {
        padding-left: 15px
    }

    .widget {
        max-width: 570px;
        margin-left: auto;
        margin-right: auto
    }

    .widget-content-slider .image-left img {
        width: 346px;
        margin-right: 30px
    }

    .widget-content-slider .image-right h3 {
        margin-bottom: 24px
    }

    .widget-content-slider .image-right img {
        width: 346px;
        margin-left: 30px
    }

    .member-details {
        padding-bottom: 48px
    }

    .contact-form-block .form-block {
        margin-bottom: 60px
    }
}

@media (max-width: 991px) and (min-width:768px) {
    .corporex-navbar {
        padding-top:24px;
        padding-bottom: 24px
    }

    .corporex-navbar .navbar-collapse.collapse {
        display: none!important
    }

    .corporex-navbar .navbar-collapse.collapse.in {
        display: block!important
    }

    .corporex-navbar .navbar-header .collapse,.corporex-navbar .navbar-toggle {
        display: inline-block
    }

    .corporex-navbar .navbar-header {
        float: none
    }

    .corporex-navbar .navbar-toggle {
        margin-right: 0
    }

    .corporex-navbar .navbar-nav {
        float: none!important
    }

    .corporex-navbar .navbar-nav>li {
        float: none
    }

    .corporex-navbar .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .corporex-slider .item {
        height: 600px
    }

    .corporex-slider .carousel-caption h1 {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 15px
    }

    .corporex-slider .carousel-caption h1 span {
        font-size: 21px;
        line-height: 36px
    }

    .corporex-slider .carousel-caption .lead {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 21px
    }

    .portfolio-style-01 .portfolio-container {
        height: 1500px
    }

    .portfolio-style-01 .portfolio-item.item-01 {
        width: 50%
    }

    .portfolio-style-01 .portfolio-item.item-02 {
        width: 50%;
        left: 50%
    }

    .portfolio-style-01 .portfolio-item.item-03 {
        width: 50%;
        left: 0;
        top: 375px
    }

    .portfolio-style-01 .portfolio-item.item-04 {
        width: 50%;
        left: 50%;
        top: 375px
    }

    .portfolio-style-01 .portfolio-item.item-05 {
        width: 50%;
        left: 50%;
        top: 750px
    }

    .portfolio-style-01 .portfolio-item.item-06 {
        width: 50%;
        left: 0;
        top: 1125px
    }

    .split-content .content-wrapper {
        padding-left: 72px;
        padding-right: 72px
    }

    .callback-section .image-wrapper img {
        left: 3%
    }

    .blog-single-06 .page-title-banner {
        height: 600px
    }

    .blog-single-06 .page-title-banner .entry-title {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 30px
    }
}

@media (min-width: 768px) {
    .blog-post-03 .post-wrapper:nth-child(even) .image-wrapper {
        margin-right:0;
        margin-left: 30px;
        position: relative;
        left: calc(100% - 310px)
    }

    .blog-post-03 .post-wrapper:nth-child(even) .post-content {
        position: relative;
        left: -310px
    }
}

@media (max-width: 767px) {
    .member-details .member-info,.portfolio-details-04 .related-project-block .block-title {
        text-align:center
    }

    .top-bar .top-bar-social {
        margin-left: 3px
    }

    .top-bar .top-bar-menu li {
        /* display: none; */
    }

    .top-bar .top-bar-menu li:nth-child(2) {
        display: inline-block
    }

    .corporex-navbar .navbar-nav {
        margin-left: 0;
        margin-right: 0
    }

    .corporex-navbar .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .navbar-01 {
        padding-top: 18px;
        padding-bottom: 18px;
        background: #125574;
    }

    .navbar-02 .header-social {
        margin-top: 4.5px
    }

    .navbar-02 .header-social li {
        margin-right: 0
    }

    .navbar-02 .header-social a {
        width: 36px;
        height: 36px;
        line-height: 36px
    }

    .corporex-slider .item {
        height: 480px
    }

    .corporex-slider .item.caption-left .carousel-caption {
        left: 30px
    }

    .corporex-slider .item.caption-right .carousel-caption {
        right: 30px
    }

    .corporex-slider .carousel-caption h1 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 15px
    }

    .corporex-slider .carousel-caption h1 span {
        font-size: 18px;
        line-height: 28px
    }

    .corporex-slider .carousel-caption .lead {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 21px
    }

    .corporex-slider .carousel-control.left .glyphicon {
        margin-left: -24px
    }

    .corporex-slider .carousel-control.right .glyphicon {
        margin-right: -24px
    }

    .intro-09 .icon-box {
        width: 60px;
        height: 60px;
        font-size: 24px;
        line-height: 60px
    }

    .intro-09 .content-wrapper {
        margin-left: 72px
    }

    .about-section .row>div {
        padding-left: 72px;
        padding-right: 72px
    }

    .about-section .content-block h2 {
        font-size: 30px;
        line-height: 36px
    }

    .about-03 h2 {
        font-size: 24px;
        line-height: 30px
    }

    .about-03 .lead {
        font-size: 18px;
        line-height: 28px
    }

    .intro-07 .text-block h2,.split-section .content-block h2 {
        font-size: 24px;
        line-height: 30px
    }

    .about-03 .feature-set>div {
        padding-left: 15px!important;
        padding-right: 15px!important
    }

    .about-06 .img-block {
        margin-bottom: 30px!important
    }

    .about-06 .row:first-child {
        margin-bottom: 12px
    }

    .split-section .single-layer {
        height: auto
    }

    .split-section .img-block {
        position: static!important;
        float: none!important;
        height: 420px
    }

    .split-section .content-block h2 small {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 6px
    }

    .contact-banner h2,.fun-facts-01 .content-block h2 {
        font-size: 24px;
        line-height: 30px
    }

    .split-section .content-wrapper {
        position: static!important;
        transform: none!important;
        padding: 72px
    }

    .split-section .btn-open {
        margin-top: 72px!important
    }

    .split-content .content-wrapper {
        padding-left: 48px;
        padding-right: 48px
    }

    .callback-section,.features-section {
        padding-left: 72px;
        padding-right: 72px
    }

    .portfolio-style-01 .portfolio-container {
        margin-left: auto;
        margin-right: auto;
        width: 90%
    }

    .portfolio-style-01 .portfolio-item {
        width: 100%;
        position: static
    }

    .portfolio-style-01 .item-wrapper {
        position: relative
    }

    .portfolio-style-02 .item-wrapper {
        max-width: 585px;
        margin-left: auto;
        margin-right: auto
    }

    .newsletter-section {
        padding-bottom: 96px
    }

    .newsletter-section .row>div {
        margin-bottom: 18px
    }

    .contact-banner p {
        margin-bottom: 30px;
        font-size: 16px
    }

    .cta-bar h2 {
        font-size: 24px;
        line-height: 30px
    }

    .cta-bar p {
        margin-bottom: 30px;
        font-size: 16px
    }

    .callback-section h2,.features-03 h2 {
        font-size: 24px;
        line-height: 30px
    }

    .callback-section {
        padding-bottom: 480px
    }

    .callback-section .image-wrapper img {
        left: 50%;
        transform: translateX(-50%)
    }

    .service-section .row>div {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto
    }

    .features-03 h2 small {
        font-size: 18px
    }

    .service-02 .icon-box {
        width: 60px;
        height: 72px;
        line-height: 72px;
        font-size: 30px;
        margin-top: 6px
    }

    .service-02 .content-wrapper {
        margin-left: 84px
    }

    .member-details .member-bio,.member-details .member-bio img {
        margin-left: auto;
        margin-right: auto
    }

    .member-details .member-bio {
        max-width: 570px
    }

    .blog-section .post-standard .image-wrapper {
        margin-bottom: 15px
    }

    .portfolio-details-section .portfolio-f-img {
        margin-bottom: 24px
    }

    .portfolio-details-section .portfolio-title {
        font-size: 24px;
        line-height: 30px
    }

    .portfolio-details-section .portfolio-meta {
        margin-top: 36px
    }

    .blog-post-02 .image-wrapper,.blog-post-03 .image-wrapper,.blog-post-06 .image-wrapper {
        width: 100%!important;
        margin: 0 0 24px!important
    }

    .blog-post-02 .post-content,.blog-post-03 .post-content,.blog-post-06 .post-content {
        width: 100%!important
    }

    .blog-post-02 .entry-title,.blog-post-03 .entry-title,.blog-post-06 .entry-title {
        font-size: 21px!important;
        line-height: 28px!important
    }

    .single-post .post-bottom>div {
        width: 100%;
        float: none
    }

    .single-post .post-bottom>div:first-child {
        margin-bottom: 18px
    }

    .single-post .short-bio img {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 24px
    }

    .single-post .short-bio .content-wrapper {
        margin: 0;
        text-align: center
    }

    .tab-02 .nav-center li,.timeline-wrapper .btn-container {
        text-align: left
    }

    .single-post .short-bio .content-wrapper h3 {
        margin-bottom: 12px
    }

    .single-post .short-bio .author-social {
        position: static!important;
        margin-bottom: 18px
    }

    .single-post .comment-title,.single-post .reply-title {
        font-size: 24px;
        line-height: 30px
    }

    .single-post .comment .comment-author img {
        width: 60px
    }

    .single-post .comment .children {
        padding-left: 24px
    }

    .single-post .comment .comment-wrapper {
        margin-left: 78px
    }

    .single-post .comment .comment-header h4 {
        margin-bottom: 0
    }

    .single-post .comment .comment-meta {
        margin-bottom: 12px
    }

    .single-post .comment .comment-reply {
        position: static;
        margin-bottom: 30px;
        display: inline-block
    }

    .comments-style-02 .comment-author {
        margin-bottom: 0!important
    }

    .comments-style-02 .header-content h4 {
        margin-top: 0
    }

    .comments-style-02 .children {
        padding-left: 30px!important
    }

    .widget-content-slider img {
        margin-bottom: 24px!important
    }

    .widget-content-slider .image-left img {
        width: 100%;
        margin-right: 0;
        float: none
    }

    .widget-content-slider .image-right h3 {
        margin-bottom: 24px
    }

    .widget-content-slider .image-right img {
        width: 100%;
        margin-left: 0;
        float: none
    }

    .blog-single-06 .page-title-banner {
        height: 480px
    }

    .blog-single-06 .page-title-banner .entry-title {
        font-size: 30px;
        line-height: 46px;
        margin-bottom: 30px
    }

    .timeline-wrapper .timeline-item .timeline-date h5,.timeline-wrapper .timeline-item>div:first-child {
        margin-bottom: 0
    }

    .blog-single-06 .page-title-banner .post-meta li {
        margin-right: 12px
    }

    .blog-single-fullwidth .page-content,.blog-single-nosidebar .page-content {
        padding-bottom: 12px
    }

    .shortcode-section .block-title {
        line-height: 24px
    }

    .timeline-wrapper:after {
        left: 24px
    }

    .timeline-wrapper .timeline-item>div {
        text-align: left;
        padding-left: 72px!important;
        padding-right: 15px!important
    }

    .timeline-wrapper .timeline-item .timeline-pointer {
        left: 30px!important;
        right: auto!important
    }

    .timeline-wrapper .btn-container .btn-circle {
        margin-left: 3px
    }

    .price-table-02 .pricing-wrapper,.price-table-03 .pricing-wrapper,.pricing-wrapper {
        margin-left: auto;
        margin-right: auto
    }

    .timeline-02 .timeline-item .timeline-pointer,.timeline-03 .timeline-item .timeline-pointer,.timeline-04 .timeline-item .timeline-pointer {
        left: 15px!important
    }

    .timeline-04 .timeline-content.text-right .content-wrapper:after,.timeline-04 .timeline-content.text-right .content-wrapper:before {
        border-left-color: transparent;
        border-right-color: #c4c4c4;
        right: auto;
        left: -24px
    }

    .timeline-04 .timeline-content.text-right .content-wrapper:after {
        border-right-color: #fff;
        left: -23px
    }

    .pricing-wrapper {
        max-width: 312px
    }

    .corporex-accordion .panel-title {
        font-size: 14px;
        line-height: 21px
    }

    .corporex-accordion .panel-title a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .corporex-tabs .nav-tabs>li {
        display: block;
        float: none
    }

    .tab-01 .nav-tabs {
        margin-bottom: 24px
    }

    .tab-01 .nav-tabs li {
        float: none;
        margin-top: -1px
    }

    .tab-01 .nav-tabs li.active a {
        border-right-color: transparent;
        border-bottom-color: #ddd!important
    }

    .tab-01 .has-border li a:before {
        width: 2px;
        height: auto;
        right: auto;
        left: -1px;
        top: -1px;
        bottom: -1px
    }

    .tab-02 .nav-tabs {
        border-bottom: none;
        border-right: 1px solid #ddd
    }

    .tab-02 .nav-tabs>li a {
        margin-right: 0
    }

    .tab-02 .nav-tabs>li a:after {
        width: 1px;
        height: 100%;
        left: auto;
        right: -1px
    }

    .tab-02 .top-icon {
        border-right: none
    }

    .tab-02 .top-icon li {
        text-align: center
    }

    .tab-02 .top-icon li a,.tab-02 .top-icon li.active a {
        border-bottom: 1px solid #ddd
    }

    .tab-02 .top-icon li a:after {
        width: 100%;
        height: 1px
    }

    .tab-03 .nav-tabs {
        border-bottom: none
    }

    .tab-03 .nav-tabs>li {
        margin-bottom: 18px
    }

    .tab-03 .nav-tabs>li>a {
        border-bottom: 1px solid #ddd
    }

    .tab-03 .nav-tabs>li.active>a,.tab-03 .nav-tabs>li:focus>a {
        border-bottom: 1px solid #ddd!important
    }

    .tab-04 .nav-tabs li {
        border-right: none;
        border-bottom: 1px solid #ddd;
        margin-bottom: 12px
    }

    .tab-04 .nav-tabs li:last-child {
        border-bottom: none;
        margin-bottom: 0
    }

    .tab-05 .nav-tabs li {
        margin-bottom: 6px
    }

    .tab-05 .nav-tabs li:last-child {
        margin-bottom: 0
    }

    .alert {
        line-height: 1.3
    }
}

@media (max-width: 480px) {
    .top-bar .quick-contact,.top-bar .quick-contact .fa,.top-bar .top-bar-menu,.top-bar .top-bar-social {
        font-size:13px
    }

    .about-section .row>div,.intro-section .row>div {
        padding-left: 24px;
        padding-right: 24px
    }

    .top-bar ul li {
        margin-right: 6px
    }

    .top-bar ul li:after {
        margin-left: 10px;
        height: 10px
    }

    .top-bar .quick-contact li:after {
        margin-left: 3px
    }

    .navbar-02 .header-social {
        display: none
    }

    .corporex-slider .item {
        height: 480px
    }

    .corporex-slider .carousel-caption {
        width: 70%!important
    }

    .corporex-slider .carousel-caption h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px
    }

    .corporex-slider .carousel-caption .lead {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 21px
    }

    .corporex-slider .carousel-control {
        display: none!important
    }

    .corporex-slider .carousel-control.left .glyphicon {
        margin-left: -6px
    }

    .corporex-slider .carousel-control.right .glyphicon {
        margin-right: -6px
    }

    .intro-section .row>div {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto
    }

    .about-section .content-block h2 {
        font-size: 24px;
        line-height: 30px
    }

    .about-section .content-block h2 span {
        font-size: 16px;
        line-height: 28px
    }

    .split-section .content-wrapper {
        padding: 60px 18px
    }

    .callback-section,.features-section,.site-footer .footer-blocks .row>div,.split-content .content-wrapper {
        padding-left: 24px;
        padding-right: 24px
    }

    .features-tab .nav-tabs li {
        display: block;
        text-align: center
    }

    .blog-section .post-split {
        margin-bottom: 48px
    }

    .blog-section .post-split:last-child {
        margin-bottom: 0
    }

    .blog-section .post-split .image-wrapper {
        width: 100%;
        margin-bottom: 12px
    }

    .blog-section .post-split .post-content {
        width: 100%
    }

    .blog-section .post-standard .entry-title {
        font-size: 21px;
        line-height: 28px
    }

    .features-02 .icon-block {
        width: 100%
    }

    .features-02 .icon-box {
        margin-bottom: 24px;
        margin-left: auto;
        margin-right: auto
    }

    .features-02 .content-block {
        width: 100%;
        text-align: center
    }

    .features-02 .content-block h3 {
        margin-bottom: 18px
    }

    .fun-facts-section .facts-block .row>div {
        width: 100%!important
    }

    .accordion-section .panel-title {
        font-size: 14px;
        line-height: 24px
    }

    .single-post-03 .comments,.single-post-03 .post-wrapper,.single-post-04 .comment-respond,.single-post-04 .comments,.single-post-04 .post-wrapper {
        padding: 18px
    }

    .single-post-02 .prev-next-02 ul>li {
        width: 100%;
        margin: 0!important
    }

    .single-post-03 .image-wrapper,.single-post-04 .image-wrapper {
        margin-top: -19px;
        margin-left: -19px;
        margin-right: -19px;
        margin-bottom: 24px!important
    }

    .single-post-03 .comment .comment-author,.single-post-04 .comment .comment-author {
        float: none;
        margin-bottom: 12px
    }

    .single-post-03 .comment .comment-wrapper,.single-post-04 .comment .comment-wrapper {
        margin-left: 0
    }

    .single-post-04 .image-wrapper {
        margin-top: 0!important
    }

    .widget-tabs .nav-tabs>li>a {
        padding-left: 10px;
        padding-right: 10px
    }

    .widget-gallery .photo-gallery li:nth-child(4n+1) {
        clear: none
    }

    .progress-04 .progress {
        width: 85%
    }

    .shortcode-section .btn-wrapper .btn {
        margin-bottom: 12px
    }
}

.updates-block-1 {
    /* background-color: #f9f9f9; */
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.p-3 {
    padding: 0rem 1rem !important;
}
.h-100 {
    height: 100% !important;
}
.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.mainRow {
    background-color: white;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 25px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.text-center {
    text-align: center !important;
}
.title{text-align: center;color:#fff;background-images: linear-gradient(to right, #1eb089 0%, #7c49ab 100%, #7bd9e8 100%) repeat scroll 0 0;font-size: 16px;background: linear-gradient(to right, #1eb089 0%, #7c49ab 100%, #7bd9e8 100%) repeat scroll 0 0;margin-top: -8px;border-top-left-radius: 8px;border-top-right-radius: 8px;margin-left: -16px;margin-right: -16px;padding-bottom: 5px;}

.custom-button {
    background-color: #115574;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    border: none;
    border-radius: 0;
}
.updates-block {
    background-color: #f9f9f9;
    /* padding: 10px; */
    border-top: 9px solid #125574 !important;
    /* border-radius: 10px; */
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}
.shap{
    background: #125574;
        clip-path: polygon(0% 0, 100% 0, 85% 100%, 0% 100%);
}


@media only screen and (max-width: 768px) {
    .mobile {
      display: none;
      margin-top: -10px;
    }
  }
 
  @media only screen and (min-width: 768px) {
    .mobile {
      margin-top: -10px;
    }
  }
@media (min-width: 768px) {
    .navbar-right {
      position: relative;
      margin-right: -15px;
      background-color: transparent;
      color: white;
      margin-bottom: -16px;
      width: 1150px;
      overflow: visible;
      z-index: 10;
    }
  
    .navbar-right::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #115574;
      clip-path: polygon(7% 0, 100% 0, 100% 100%, 0% 100%);
      z-index: -1;
    }
  
    .navbar-right > li > a {
      color: white !important;
    }
  
    .dropdown-menu {
      background-color: #fff;
      color: #000;
      z-index: 9999;
    }
  
  
  }

  #search-menu {
    position: fixed;
    width: 100%;
    height: 20em;
    top: -20em;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.80)), color-stop(50%, rgba(0, 0, 0, 0.80)), color-stop(100%, rgba(0, 0, 0, 0.01)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 50%, rgba(0, 0, 0, 0.01) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#1a000000',GradientType=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}
#search-menu.toggled {
    top: 0;
    opacity: 1;
    visibility: visible;
}
#search-menu .wrapper {
    position: relative;
    margin: 3em auto 0 auto;
    padding: 0 1em;
}
#search-menu .wrapper input {
    width: 90%;
    padding: 0 0 0.125em 0;
    background: transparent;
    border: none;
    border-bottom: 3px solid #bfbfbf;
    font-size: 4em;
    color: #bfbfbf;
}
#search-menu .wrapper input:focus {
    outline: none;
}
#search-menu .wrapper button {
    position: absolute;
    display: block;
    width: 10%;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    color: #bfbfbf;
    font-size: 4em;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}
#search-menu .wrapper button:hover {
    color: #fff;
}
#search-menu .wrapper button:focus {
    outline: none;
}
#search-icon {
    padding: 0 0.5em 0.25em 0.5em;
    font-size: 5em;
    cursor: pointer;
    color: #bfbfbf;
    text-align: center;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}
#search-icon:hover {
    color: #fff;
}


.modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
  }
  
  .modal.show {
    opacity: 1;
    pointer-events: auto;
  }
  
 
  
  .search-header {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .search-header input {
    flex: 1;
    padding: 10px;
  }
  
  .search-header button {
    padding: 10px;
    background: #ffffff;
    cursor: pointer;
  }
  
  #submitSearch {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
  }
  
  .results {
    list-style: none;
    padding-left: 0;
    max-height: 200px;
    overflow-y: auto;
    border-top: 1px solid #ccc;
  }
  
  .results li {
    padding: 8px;
    border-bottom: 1px solid #eee;
  }
  .shadow-outer {
    box-shadow: 0 2px 10px rgb(18 85 116);
}
.blockquote-custom {
    position: relative;
    font-size: 1.1rem;
    /* margin-bottom: 52px; */
}
.bg-white {
    background-color: #fff !important;
}
.rounded {
    border-radius: .25rem !important;
}

.blockquote-custom-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 50px;
    color: #fff;
    font-weight: bold;
}
.bg-info {
    background-color: #0dcaf0 !important;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.blockquote>:last-child {
    margin-bottom: 0;
}
.blockquote-custom h4 {
    font-size: 16px !important;
    font-weigth: normal !important;
}
.p-5 {
    padding: 2rem 1rem !important;
}
.sec-title.text-center .text-decoration {
    margin: 0px auto;
}
.sec-title .text-decoration {
    position: relative;
    height: 32px;
    width: 50px;
    display: block;
}
.sec-title .text-decoration:before, .sec-title .text-decoration .left:before, .sec-title .text-decoration .left:after, .sec-title .text-decoration .right:before, .sec-title .text-decoration .right:after {
    background-color: #0087C2;
}
.sec-title .text-decoration::before {
    position: absolute;
    content: "";
    left: 20px;
    top: 0px;
    width: 10px;
    height: 10px;
    background-color: rgb(34, 34, 34);
    border-radius: 50%;
}

.sec-title .text-decoration .right, .sec-title .text-decoration .left {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 10px;
    width: 100%;
}
.sec-title .text-decoration:before, .sec-title .text-decoration .left:before, .sec-title .text-decoration .left:after, .sec-title .text-decoration .right:before, .sec-title .text-decoration .right:after {
    background-color: #0087C2;
}
.sec-title .text-decoration .left::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 3px;
    width: 5px;
    height: 5px;
    background-color: rgb(34, 34, 34);
    border-radius: 50%;
}
.sec-title .text-decoration:before, .sec-title .text-decoration .left:before, .sec-title .text-decoration .left:after, .sec-title .text-decoration .right:before, .sec-title .text-decoration .right:after {
    background-color: #0087C2;
}
.sec-title .text-decoration .left::after {
    position: absolute;
    content: "";
    left: 10px;
    top: 3px;
    width: 5px;
    height: 5px;
    background-color: rgb(34, 34, 34);
    border-radius: 50%;
}
.sec-title .text-decoration .right, .sec-title .text-decoration .left {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 10px;
    width: 100%;
}
.counter {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.count-text {
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
}
.card-date {
    padding: 6px;
    border-radius: 30px 10px;
    border: 2px solid #00BCD4;
    flex: 0 50%;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
    margin: 8px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.7s;
    font-weight: bold;
}
.card-date:hover {
    background-color: #00BCD4;
    color: #fff;
}


.custom-button {
    background-color: #115574;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 0;
}

.updates-block {
    background-color: #f9f9f9;
    /* padding: 10px; */
    /* border-radius: 10px; */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: #fff;
}
.main-content-area{/* margin-top:100px; */}
.main-content-area table td, .main-content-area table th, .comment-body .comment-text table td, .comment-body .comment-text table th {
    padding: 10px 20px;
    border: 1px solid #e6e6e6;
}
table {
    background-color: rgba(196, 161, 161, 0.1);
    width: 100%;
    }
.table-bg{
    background: #00778f !important;
    color: #fff;
}
.style4{text-align:center}
.box{    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 19px;
    border-radius: 10px}


.divid{
    padding-bottom: 50px;
    background: #ddd1c840;
    padding-top: 50px;
}

.divid1{
    padding-bottom: 50px;
    background: #fff;
    padding-top: 50px;
}
.inside{
        background: #fff;
        box-shadow: 0 2px 10px rgb(18 85 116);
        padding: 10px;
        border-radius: 10px;
}
.inside:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.about{
   background: #fff;
    padding: 30px;
    border-radius: 10px;

}
.icon-bar2 {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999;
}

.icon-bar2 {
    z-index: 9999999999999999999 !Important;
    top: 85% !important;
}
.fa-facebook {
    background: #3B5998;
    color: white;
    height: 30px;
    border-radius: 25px;
}
.fa {
    padding: 5px;
    color: white;
    font-size: 18px;
    width: 30px;
    line-height: 13px;
    height: 30px;
    text-align: center;
    padding-top: 8px;
    text-decoration: none;
}
.icon-bar2 a {
    display: block;
    text-align: center;
    padding: 12px 5px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}
.youtube {
    background: #bb0000;
    color: white;
}

.icon-bar2 a {
    display: block;
    text-align: center;
    padding: 9px 5px;
    transition: all 0.3s ease;
    color: white;
    font-size: 15px;
}
.twitter {
    background: #55ACEE;
    color: white;
}
.facebook {
    background: #3B5998;
    color: white;
}
 .small-textarea {
        height: 40px !important;
        resize: none;
    }
    .feedback-button {
  position: fixed;
  bottom: 56px;
  right: 0px;
  background-color: #5c51a1;
  color: white;
  border: none;
  border-radius: 30px 0 0 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: width 0.3s ease, padding 0.3s ease;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 0 10px;
}

.icon-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.feedback-button i {
  font-size: 18px;
}

.feedback-text {
  white-space: nowrap;
  opacity: 0;
  margin-left: 10px;
  transition: opacity 0.3s ease;
}

/* On hover: expand, shift icon, reveal text */
.feedback-button:hover {
  width: 223px;
  justify-content: flex-start;
  padding-left: 15px;
}

.feedback-button:hover .feedback-text {
  opacity: 1;
}
.line-head{
        font-size: 1.2rem;
    background: linear-gradient(to right, #1eb089 0%, #7c49ab 100%, #7bd9e8 100%) repeat scroll 0 0;
    color: #fff;
}

.card{
        border-radius: 10px;
        padding: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1)
}

.visitors {
  /* background-image: linear-gradient(to bottom,#2e2e2e,#3d3d3d); */
  border-radius: 5px;
  display:flex;
  float: left;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.light {
  background-color: #c60505;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 10px;
  animation: glow 1s infinite ease-in-out;
}

@keyframes glow {
  0% {
    background-color: #c60505;
  }
  50% {
    background-color: #f50000;
    box-shadow: 5px 5px 15px #e30000, -5px -5px 15px #e30000;
    transform: rotateZ(45deg);
  }
  0% {
    background-color: #c60505;
    transform: rotateZ(80deg);
  }
}

.visitors-text {
  font-family: 'Nunito', sans-serif;
  color: white;
  font-size: 1em;
}
.text-decoration-none{color:#125574}
.radius{border-radius:10px}

.modal-body h1 {
  font-weight: 900;
  font-size: 2.3em;
  text-transform: uppercase;
}

.modal-body a.pre-order-btn {
  color: #000;
  background-color: gold;
  border-radius: 1em;
  padding: 1em;
  display: block;
  margin: 2em auto;
  width: 50%;
  font-size: 1.25em;
  font-weight: 900; /* corrected from 6600 to a valid CSS value */
}

.modal-body a.pre-order-btn:hover {
  background-color: #000;
  text-decoration: none;
  color: gold;
}


  /* Popup overlay */
    .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: none; /* Hidden by default */
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    /* Popup box */
    .popup-box {
      background: #fff;
      padding: 20px 20px 30px;
      border-radius: 8px;
      width: 300px;
      position: relative;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

    /* Top-right close icon */
    .popup-close-icon {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 25px;
      color: #333;
      cursor: pointer;
    }

    /* Bottom close button */
    .popup-close-button {
      margin-top: 20px;
      background: #007BFF;
      color: white;
      padding: 10px 15px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    .popup-close-icon:hover {
      color: red;
    }


    .modal-body h1 {
	 font-weight: 900;
	 font-size: 2.3em;
	 text-transform: uppercase;
}



@media only screen and (min-width: 768px) {
   .modal-body a.pre-order-btn {
	 color: #000;
	 background-color: gold;
	 border-radius: 1em;
	 padding: 1em;
	 display: block;
	 margin: 2em auto;
	 width: 50%;
	 font-size: 1.25em;
	 font-weight: 6600;
}
 .modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 40%;
    /* max-width: 90%; */
  }
}
@media only screen and (max-width: 768px) {
   .modal-body a.pre-order-btn {
	 color: #000;
	 background-color: gold;
	 border-radius: 1em;
	 padding: 1em;
	 display: block;
	 margin: 2em auto;
	 width: 100%;
	 font-size: 1.25em;
	 font-weight: 6600;
}
 .modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    /* max-width: 90%; */
  }
}
 .modal-body a.pre-order-btn:hover {
	 background-color: #000;
	 text-decoration: none;
	 color: gold;
}
 



.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgb(23 25 26 / 70%);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}
.notification{color:#125574;
    background: #fff;
    padding: 5px;
    margin-bottom: 5px;
}
    .notification:hover {
        text-decoration: underline; /* adds underline on hover */
        cursor: pointer; /* optional: changes cursor to pointer */
    }
     .blink-icon {
            color: red;
            font-size: 14px;
            margin-right: 6px;
            animation: blink 1s infinite;
        }

        @keyframes blink {
            0%, 100% { opacity: 1; }
            50% { opacity: 0; }
        }

.photo-container {
  font-size: 1.5em;
  background-color: #125574;
  color: white;
  padding: 20px;
  text-align: center;
  grid-area: photo;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-container {
  margin: 10px;
  display: grid;
  grid-template-areas:
    'photo info';
  grid-template-columns: 150px 1fr;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  line-height: 1.75em;
}
.info-container {
  padding: 20px;
  grid-area: info;
}
.event-name {
  font-weight: bold;
  padding-bottom: 5px;
}
.event-location {
  font-weight: 300;
}
.day {
  font-weight: 300;
}
.month {
  font-weight: 600;
}

@media( max-width: 600px ) {
  .card-container {
    width: 90%;
  }
}

.event-thumb img {
    border-radius: 3px;
    width: 100%;
    height: auto;
}
.event-details .event-counter {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 3px;
    padding: 0 30px;
    position: relative;
    z-index: 999;
    top: -45px;
    background: url(../images/npatt.png);
}
.event-counter ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.event-counter li.first-col {
    float: left;
    width: 15%;
    padding-top: 23px;
}
.event-counter li.snd-col {
    float: left;
    width: 55%;
}
.event-counter li.trd-col {
    float: left;
    width: 30%;
    text-align: right;
    position: relative;
    padding: 27px 0;
}
.event-content {
    width: 100%;
    background: #fff;
    float: left;
    position: relative;
    padding: 10px 98px 30px;
    /* padding: 71px; */
}
.event-content .event-date-share {
    position: absolute;
    left: 0;
    top: 0;
}
.event-date-share .edate {
    width: 68px;
    height: 82px;
    background: #40407e;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 13px 0 0 0;
    margin-bottom: 20px;
}
.event-content ul.emeta {
    margin: 0 0 13px;
    padding: 0 0 15px;
    list-style: none;
    border-bottom: 1px solid #cccccc;
}
.event-content ul.emeta li {
    display: inline-block;
    color: #444444;
    font-size: 16px;
}
.checklist {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}
.event-content p {
    margin: 0 0 20px;
    color: #777;
    line-height: 24px;
    font-size: 16px;
}
.event-details blockquote {
    background: #fff;
    border-radius: 3px;
    border: 0px;
    padding: 40px;
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, .12);
    position: relative;
    width: 100%;
    float: left;
    margin: 30px 0;
}
.event-thumb{height:500px}