
body {
    direction: rtl;
    font-family: 'Cairo', sans-serif;
}

.font-style-1 {
    font-family: 'Cairo', sans-serif;
}

.font-style-1-u {
    font-family: 'Cairo', sans-serif;
}

.font-style-2 {
    font-family: 'Cairo', sans-serif;
}

.font-italic {
    font-style: italic !important;
}

#wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main-img {
    background: #fff;
    width: 100%;
    z-index: 0;
    margin-bottom: 30px;
}

section.main-section {
    position: relative;
}

header.top-menu .top-section {
    height: 50px;
    background: #013E90;
}

    header.top-menu .top-section .todayDate {
        font-size: 1em;
        float: right;
        margin-left: 40px;
        line-height: 50px;
        color: #ffffff;
        font-family: 'Cairo', sans-serif;
    }

header.top-menu {
    background: transparent;
    z-index: 100;
    position: relative;
    display: block;
    min-height: 140px;
}

header nav .row {
    align-items: center;
    height: auto;
    padding: 0;
    background-repeat: no-repeat;
    background-image: url(../images/flag_ar.png);
    background-size: contain;
}

.navbar-header {
    padding: 10px;
    float: right;
}

.fixed-menu .navbar-header {
    padding: 9px 0 9px 0;
}

.navbar-brand {
    height: 80px;
    padding: 0;
}

    .navbar-brand > img {
        width: 80px;
        height: auto;
    }

.navbar.fixed-menu .logo-default, .navbar .logo-scrolled {
    display: none;
}

.navbar.fixed-menu .logo-scrolled, .navbar .logo-default {
    display: inline-block;
}

.top-menu.top40px {
    margin-top: 40px;
}

.navbar.bottom0px {
    bottom: 0;
}

.navbar {
    max-width: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    border-radius: 0;
    border: none !important;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.box-nav {
    width: 1140px;
    margin: 0 auto 30px;
}

    .box-nav.fixed-menu {
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
    }

.navbar.fixed-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    overflow: auto;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.navlinks-outer {
    display: inherit;
    -webkit-transition: 300ms linear all;
    -o-transition: 300ms linear all;
    transition: 300ms linear all;
    width: 100%;
}

.top-menu .navbar-collapse {
    background: #C41E32;
}

.navbar-nav li.dropdown ul {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    z-index: 2000;
    width: 200px;
    background-color: #fff;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}

.navbar-nav li.dropdown:hover > ul {
    display: block;
}

.navbar-nav li.dropdown ul li a {
    display: block;
    padding: 8px 20px;
    color: #4e4e4e;
    font-size: 14px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.navbar .navbar-nav > li > a {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 14px 5px;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

    .navbar .navbar-nav > li > a:after {
        content: "";
        height: 4px;
        right: 0;
        bottom: 0;
        width: 0px;
        position: absolute;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        z-index: 1;
        background: #ffffff;
    }

    .navbar .navbar-nav > li > a:hover:after {
        width: 100%;
    }

.index5 .navbar-nav > li > a {
    padding: 10px 15px !important;
    margin: 14px 5px !important;
    border-radius: 20px;
}

.navbar .navbar-nav.white-color > li > a {
    color: #ffffff;
}

    .navbar .navbar-nav.white-color > li > a:hover {
        color: #646464;
    }

.navbar .navbar-nav.white-color.no-hvr > li > a:hover {
    color: #ffffff;
}

.navbar.fixed-menu .navbar-nav.white-color > li > a {
    color: #646464;
}

.navbar.fixed-menu .navbar-nav.white-color > li.active > a {
    background: #c41e32;
    color: #ffffff !important;
}


.navbar.fixed-menu.fixed-white-background {
    background: #ffffff;
}

.navbar .navbar-nav > li > a:hover {
    background-color: transparent;
}

.navbar .navbar-nav > li > a:focus {
    background-color: transparent;
}

.navbar.fixed-menu .navbar-nav > li.active > a {
    background: #013E90;
    color: #ffffff !important;
}

.side-nav-push {
    position: relative;
    right: 0;
    left: 0;
}

.side-nav-push, .side-nav {
    -webkit-transition: 280ms linear all;
    -o-transition: 280ms linear all;
    transition: 280ms linear all;
}

.side-nav-open {
    -webkit-box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.35);
    visibility: visible;
}

#menu_bars, #menu_bars2 {
    padding: 5px;
    width: 38px;
    cursor: pointer;
    position: absolute;
    z-index: 1102;
}

#menu_bars2 {
    height: 36px;
}

    #menu_bars, #menu_bars span, #menu_bars2, #menu_bars2 span {
        -webkit-transition: 300ms linear all;
        -o-transition: 300ms linear all;
        transition: 300ms linear all;
    }

.navbar-toggle-visible #menu_bars {
    top: 60px;
}

    .navbar-toggle-visible #menu_bars.active {
        top: 55px;
    }

#menu_bars.active {
    position: fixed;
    height: 36px;
}

#menu_bars span, #menu_bars2 span {
    width: 30px;
    background: #333333;
    height: 1px;
    display: block;
    margin: 0 auto;
}

.navbar-toggle-visible #menu_bars span, .navbar-toggle-visible #menu_bars2 span {
    background: #333333;
}

#menu_bars span:nth-child(1), #menu_bars span:nth-child(3), #menu_bars2 span:nth-child(1), #menu_bars2 span:nth-child(3) {
    width: 30px;
    margin: 0 auto;
}

#menu_bars span:nth-child(2), #menu_bars2 span:nth-child(2) {
    margin: 5px 0;
}

#menu_bars:hover span:nth-child(1) {
    width: 20px;
    margin: 0 auto;
}

#menu_bars:hover span:nth-child(3) {
    width: 10px;
    margin: 0 auto;
}

#menu_bars.active span:nth-child(2), #menu_bars2 span:nth-child(2) {
    display: none;
}

#menu_bars.active span:nth-child(1), #menu_bars.active span:nth-child(3), #menu_bars2 span:nth-child(1), #menu_bars2 span:nth-child(3) {
    width: 30px;
    top: 20px;
    position: absolute;
    right: 5px;
    margin-top: -1px;
}

#menu_bars.active span:nth-child(1), #menu_bars2 span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#menu_bars.active span:nth-child(3), #menu_bars2 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.side-nav.side-nav-left.side-nav-open {
    -webkit-transition: 230ms linear all;
    -o-transition: 230ms linear all;
    transition: 230ms linear all;
}

.navbar-toggle-visible #menu_bars.left {
    right: 14px;
    transition: 0.3s;
}

    .navbar-toggle-visible #menu_bars.left.active {
        right: 240px;
        transition: 0.4s;
    }

.toggle-right {
    left: 10px;
}

#menu_bars.active.toggle-right.navbar-toggle.collapsed {
    left: 10px;
}

.navbar-toggle-visible.right #menu_bars, .navbar-toggle-visible.right #menu_bars2 {
    top: 21px;
}

    .navbar-toggle-visible.right #menu_bars.active, .navbar-toggle-visible.right #menu_bars2.active {
        top: 15px;
    }

.navbar-toggle-visible #menu_bars.right, .navbar-toggle-visible #menu_bars2 {
    left: 14px;
}

    .navbar-toggle-visible #menu_bars.right.active {
        left: 8px;
    }

    .navbar-toggle-visible #menu_bars.right span {
        background: #ffffff;
    }

    .navbar-toggle-visible #menu_bars.right.active span {
        background: #333333;
    }

    .navbar-toggle-visible #menu_bars.right.bg-change span {
        background: #646464;
    }

.navbar-toggle-visible.fixed-menu #menu_bars span, #menu_bars.active span {
    background: #333333;
}

.navbar-toggle-visible {
    width: 70px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1000;
    display: none;
}

.side-nav {
    height: 100vh !important;
    background: #fff;
    padding: 55px 30px;
    width: 0;
    top: 0;
    bottom: 0;
    z-index: 1100;
    position: relative;
    overflow: hidden !important;
    visibility: hidden;
}

.side-nav-inner-setting {
    margin: 40px auto;
}

.sidenav-logo {
    position: relative;
    display: inline-block;
    width: 150px;
}

    .sidenav-logo > img {
        width: 100%;
    }

.side-nav .side-nav-list li {
    display: block;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

    .side-nav .side-nav-list li > a {
        display: block;
        font-size: 15px;
        font-weight: 300;
        color: #6f6f6f;
        margin: 10px 0;
        position: relative;
        text-transform: capitalize;
    }

        .side-nav .side-nav-list li > a:hover {
            color: #c41e32;
        }

        .side-nav .side-nav-list li > a:active, .side-nav .side-nav-list li > a:focus {
            color: #013E90;
        }

.side-nav.side-nav-open .side-nav-list li {
    visibility: visible;
}

.side-nav.side-nav-open li {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    opacity: 1;
}

.side-nav .bottom-share {
    text-align: center;
    visibility: hidden;
    opacity: 0;
    bottom: 0;
    padding-bottom: 50px;
    position: absolute;
}

.nav-copyright {
    text-align: right;
    bottom: 30px;
}

.side-nav.side-nav-open .bottom-share {
    visibility: visible;
    opacity: 1;
}

.navbar-toggle-visible.left {
    right: 0;
    left: auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}

.side-nav-left.slide-nav {
    right: -300px;
}

    .side-nav-left.slide-nav.side-nav-open {
        right: 0;
        width: 300px;
        visibility: visible;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    }

.side-nav.side-nav-left .side-nav-list {
    max-width: 180px;
    margin: 0 auto;
}

    .side-nav.side-nav-left .side-nav-list li {
        -webkit-transform: translate3d(-100px, 0px, 0px);
        transform: translate3d(-100px, 0px, 0px);
    }

.side-nav.side-nav-left li > a:hover {
    margin-right: 10px;
}

.side-nav.side-nav-left .social_icon li > a:hover, .side-nav.side-nav-right .social_icon li > a:hover {
    margin: 0;
}

.side-nav.side-nav-left .side-nav-list li > a:active, .side-nav.side-nav-left .side-nav-list li > a:focus {
    margin-right: 10px;
}

.side-nav.side-nav-left.side-nav-open li {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    width: 100%;
}

.side-nav.side-nav-left .side-nav-list .side-nav-open li {
    transition: all linear !important;
}

.side-nav.side-nav-left .side-nav-list li:nth-child(n+1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav.side-nav-left .side-nav-list li:nth-child(n+2) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}

.side-nav.side-nav-left .side-nav-list li:nth-child(n+3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav.side-nav-left .side-nav-list li:nth-child(n+4) {
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
}

.side-nav.side-nav-left .side-nav-list li:nth-child(n+5) {
    -webkit-transition-delay: .30s;
    transition-delay: .30s;
}

.side-nav.side-nav-left .side-nav-list li:nth-child(n+6) {
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
}

.side-nav.side-nav-left .side-nav-list li:nth-child(n+7) {
    -webkit-transition-delay: .40s;
    transition-delay: .40s;
}

.side-nav.side-nav-left .side-nav-list li:nth-child(n+8) {
    -webkit-transition-delay: .45s;
    transition-delay: .45s;
}



.side-nav-right.side-nav {
    padding: 60px;
}

.side-nav.side-nav-right .side-nav-list li > a {
    font-size: 20px;
}

.side-nav-right.slide-nav {
    left: 0;
}

    .side-nav-right.slide-nav.side-nav-open {
        width: 600px;
        left: 600px;
        -webkit-box-shadow: 10px 0 10px 10px rgba(0, 0, 0, 0.35);
        box-shadow: 10px 0 10px 10px rgba(0, 0, 0, 0.35);
    }

.side-nav.side-nav-right li > a:hover {
    margin-right: -10px;
}

.side-nav.side-nav-right .side-nav-list li > a:active, .side-nav.side-nav-right .side-nav-list li > a:focus {
    margin-right: -10px;
}

.side-nav.side-nav-right .nav-item {
    transform: translateY(30px);
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
}

    .side-nav.side-nav-right .nav-item:nth-child(n+1) {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s;
    }

    .side-nav.side-nav-right .nav-item:nth-child(n+2) {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }

    .side-nav.side-nav-right .nav-item:nth-child(n+3) {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

    .side-nav.side-nav-right .nav-item:nth-child(n+4) {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
    }

    .side-nav.side-nav-right .nav-item:nth-child(n+5) {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s;
    }

    .side-nav.side-nav-right .nav-item:nth-child(n+6) {
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s;
    }

    .side-nav.side-nav-right .nav-item:nth-child(n+7) {
        -webkit-transition-delay: .7s;
        -o-transition-delay: .7s;
        transition-delay: .7s;
    }

    .side-nav.side-nav-right .nav-item:nth-child(n+8) {
        -webkit-transition-delay: .8s;
        -o-transition-delay: .8s;
        transition-delay: .8s;
    }

.side-nav.side-nav-right.side-nav-open .nav-item {
    transform: translateY(0);
}

.fixed-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
}

    .fixed-bottom.fixed-menu {
        bottom: auto;
    }

    .fixed-bottom.menu-bar-bottom #menu_bars {
        left: 15px;
        top: 20px;
    }

ul.social_icon > li i {
    font-size: 16px;
    font-weight: 100;
    color: #8e8c8c;
    height: 42px;
    width: 36px;
    text-align: right;
    line-height: 44px;
    -webkit-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}

ul.team-social-icon li a {
    height: 45px;
    line-height: 42px;
    width: 45px;
}

ul.social_icon li, ul.team-social-icon li {
    display: inline-block;
}

    ul.team-social-icon li i {
        font-size: 16px;
        font-weight: 100;
        color: #8e8c8c;
        height: 45px;
        width: 45px;
        line-height: 48px;
        border-radius: 40px;
        background: transparent;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

ul.team-social-icon > li a:hover {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    ul.team-social-icon > li a:hover .facebook {
        -webkit-box-shadow: 0 0 10px 20px #3B5998 inset;
        box-shadow: 0 0 10px 20px #3B5998 inset;
    }

    ul.team-social-icon > li a:hover .twitter {
        -webkit-box-shadow: 0 0 10px 20px #55acee inset;
        box-shadow: 0 0 10px 20px #55acee inset;
    }

    ul.team-social-icon > li a:hover .google {
        -webkit-box-shadow: 0 0 10px 20px #de4836 inset;
        box-shadow: 0 0 10px 20px #de4836 inset;
    }

    ul.team-social-icon > li a:hover .facebook, ul.team-social-icon > li a:hover .twitter, ul.team-social-icon > li a:hover .google, .team-hover-social-icon > li a:hover .facebook, .team-hover-social-icon > li a:hover .twitter, .team-hover-social-icon > li a:hover .linkedin, .team-hover-social-icon > li a:hover .google {
        color: #ffffff;
    }

.social_icon > li a:hover .facebook {
    color: #3B5998;
}

.social_icon > li a:hover .twitter {
    color: #55acee;
}

.social_icon > li a:hover .google {
    color: #d34836;
}

.social_icon > li a:hover .linkedin {
    color: #0077b5;
}

.team-hover-social-icon > li a:hover .facebook {
    background: #3B5998;
    transition: 1s;
}

.team-hover-social-icon > li a:hover .twitter {
    background: #55acee;
    transition: 1s;
}

.team-hover-social-icon > li a:hover .linkedin {
    background: #0077b5;
    transition: 1s;
}

.team-hover-social-icon > li a:hover .google {
    background: #d34836;
    transition: 1s;
}

.team-hover-social-icon > li a .facebook, .team-hover-social-icon > li a .twitter, .team-hover-social-icon > li a .linkedin, .team-hover-social-icon > li a .google {
    transition: 1s;
}

.red-box-main-section {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.red-box-setting {
    margin-top: 70px;
}

    .red-box-setting .container {
        height: 100%;
        display: table;
    }

.main-red-box {
    padding: 70px 20px;
}

    .main-red-box p {
        margin: 35px 0 49px;
    }

.main-red-box-button .btn {
    border: 1px solid #ffffff;
    color: #ffffff;
}

    .main-red-box-button .btn:hover, .main-red-box-button .btn:focus, .main-red-box-button .btn:active {
        color: #013E90;
        background: #ffffff;
    }

.red-box-outer-sub-heading {
    margin-top: 10px;
    font-size: 24px;
    letter-spacing: 0.05rem;
}

.red-box-outer-text {
    max-width: 280px;
    float: left;
    text-align: center;
    padding: 14.7rem 0;
}

.scrolldown {
    position: absolute;
    right: 49%;
    bottom: 120px;
    z-index: 101;
}

    .scrolldown .scroll {
        width: 25px;
        height: 45px;
        display: inline-block;
        border-radius: 7px;
        border: 1px solid;
        z-index: 101;
        -webkit-transition: 300ms all linear;
        -o-transition: 300ms all linear;
        transition: 300ms all linear;
        border-color: #797e80;
    }

        .scrolldown .scroll.scroll-design1 {
            border-color: #ffffff;
            background: transparent;
        }

            .scrolldown .scroll.scroll-design1:hover {
                border-color: #013E90;
                background: #013E90;
            }

    .scrolldown.blue .scroll:hover {
        border-color: #c41e32;
        background: #c41e32;
    }

.index5 .scrolldown .scroll {
    display: none;
}

.scrolldown .scroll:hover {
    -webkit-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}

    .scrolldown .scroll:hover:after {
        background: #ffffff;
        -webkit-transition: 300ms all linear;
        -o-transition: 300ms all linear;
        transition: 300ms all linear;
    }

.scrolldown .scroll:after {
    border-radius: 100px;
    width: 4px;
    height: 9px;
    position: absolute;
    top: 10px;
    right: 50%;
    margin: 0 -2px 0 0;
    display: block;
    content: " ";
    -webkit-animation: wiggle 1s linear 0s infinite alternate;
    -moz-animation: wiggle 1s linear 0s infinite alternate;
    -o-animation: wiggle 1s linear 0s infinite alternate;
    animation: wiggle 1s linear 0s infinite alternate;
    -webkit-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
    background: #797e80;
}

.scrolldown .scroll.scroll-design1:after {
    background: #ffffff;
}

@-webkit-keyframes wiggle {
    from {
        top: 10px;
    }

    to {
        top: 30px;
    }
}

@-moz-keyframes wiggle {
    from {
        top: 10px;
    }

    to {
        top: 30px;
    }
}

@-o-keyframes wiggle {
    from;

{
    top: 10px;
}

to {
    top: 30px;
}

}

@keyframes wiggle {
    from {
        top: 10px;
    }

    to {
        top: 30px;
    }
}

.owl-theme .owl-nav {
    margin-top: 0;
    opacity: 0;
    transition: .5s;
}

.information-data:hover .owl-theme .owl-nav {
    opacity: 1;
    transition: .5s;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #acacac;
    margin: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 40px;
    transition: .5s;
}

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: #c41e32;
        color: #ffffff;
        text-decoration: none;
        transition: .5s;
    }

.owl-prev, .owl-next {
    width: 70px;
    height: 70px;
}

.owl-prev {
    position: absolute;
    right: -40px;
    transform: translateX(-50px);
    top: 39%;
}

.owl-next {
    position: absolute;
    left: -40px;
    transform: translateX(50px);
    top: 39%;
}

    .owl-next span {
        display: inline-block;
    }

    .owl-next:hover .arrow.right::before {
        box-shadow: 1px 1px 0 0 #ffffff;
    }

.owl-prev:hover .arrow.left::before {
    box-shadow: -1px -1px 0 0 #ffffff;
}

.counters-item {
    display: grid;
}

.counter-style2 strong {
    font-size: 50px;
}

.counter-style2 i {
    font-size: 60px;
    color: #000000;
    margin-bottom: 10px;
}

.features-bg {
    background: #f7f7f7;
    padding: 30px 0;
}


.three-boxes {
    margin-left: auto;
    width: 1140px;
    margin-right: auto;
}

.information-icon {
    width: 100%;
    cursor: pointer;
    position: relative;
    z-index: 102;
}

.one, .two, .three, .four {
    float: right;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 20px 40px;
}

.index5 .one, .index5 .two, .index5 .three, .index5 .four {
    border-radius: 20px;
}

.one {
    background: #f7f7f7;
    color: #6f6f6f;
}

.two {
    background: #c41e32;
    color: #ffffff;
}

.three {
    background: #013E90;
    color: #ffffff;
}

.four {
    background: #666666;
    color: #ffffff;
}

    .one i, .two i, .three i, .four i {
        font-size: 40px;
        width: 43px;
        height: 34px;
        transform: scale(1);
        transition-duration: 0.3s;
        transition: all 0.3s !important;
        transition-timing-function: ease-in-out;
    }

    .one:hover i, .two:hover i, .three:hover i, .four:hover i {
        transform: scale(1.4);
    }

    .one h5, .two h5, .three h5, .four h5 {
        margin: 20px 0 14px;
        position: relative;
    }

        .one h5:after, .two h5:after, .three h5:after, .four h5:after {
            content: "";
            height: 2px;
            right: 0;
            bottom: -15px;
            margin: 0;
            width: 100%;
            position: absolute;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            z-index: 1;
            background: #ffffff;
        }

        .one h5:after {
            background: #6f6f6f;
        }

    .one p, .two p, .three p, .four p {
        line-height: 27px;
    }

.feature-box1 {
    text-align: center;
    padding: 30px;
    transition: 1s;
}

    .feature-box1 h5 {
        color: #646464;
    }

    .feature-box1 p {
        color: #acacac;
        line-height: 30px;
        font-weight: 500;
    }

    .feature-box1 i {
        font-size: 50px;
    }

    .feature-box1:hover {
        transition: 1s;
    }

    .feature-box1.hvr-blue-bg i {
        color: #c41e32;
    }

    .feature-box1.hvr-red-bg i {
        color: #013E90;
    }

    .feature-box1.hvr-grey-bg i {
        color: #646464;
    }

    .feature-box1 i, .feature-box1 h5, .feature-box1 p {
        transition: 1s;
    }

    .feature-box1:hover i, .feature-box1:hover h5, .feature-box1:hover p {
        color: #ffffff;
        transition: 1s;
    }

.feature-box {
    padding: 30px 30px 0;
    margin: 0;
}

    .feature-box .icon-container {
        height: 80px;
        width: 80px;
        border: 1px solid rgb(207, 206, 254);
        border-radius: 50%;
        text-align: center;
        line-height: 80px;
        margin: 0 auto 30px;
        background-color: rgb(243, 243, 254);
        position: relative;
    }

        .feature-box .icon-container:before {
            content: '';
            position: absolute;
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px;
            background: #013E90;
            border-radius: 50%;
            z-index: 0;
            opacity: 1;
            transform: scale(0);
            transition: all 0.3s ease-in-out;
        }

        .feature-box .icon-container i {
            font-size: 32px;
            color: #013E90;
            z-index: 1;
            position: relative;
            line-height: 80px;
        }

    .feature-box .content h5 {
        font-weight: 700;
        letter-spacing: 1px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .feature-box p {
        font-weight: 300;
        margin-bottom: 30px;
        line-height: 30px;
    }

    .feature-box:hover i {
        color: #ffffff;
    }

    .feature-box:hover h5 {
        color: #013E90;
    }

    .feature-box:hover .icon-container {
        background-color: rgba(71, 69, 228, 0.1);
        border-color: transparent;
    }

        .feature-box:hover .icon-container:before {
            transform: scale(1);
        }

.information-written-data p {
    margin: 40px 0;
    max-width: 500px;
}

.information-data-button .btn {
    border: 1px solid #6f6f6f;
    color: #6f6f6f;
    margin-right: 25px;
}

    .information-data-button .btn:hover, .information-data-button .btn:focus, .information-data-button .btn:active {
        color: #ffffff;
        border-color: #c41e32;
        background: #c41e32;
    }

.information-data-img {
    overflow: hidden;
}

.stats-with-parallax {
    background: url("../images/features-bg.jpg");
    background-size: initial !important;
    padding: 8%;
}

.stats-with-parallax2 {
    background: url("../images/features-bg2.jpg");
    background-size: cover;
    background-position: center center !important;
    padding: 8%;
}

.stats-with-parallax3 {
    background: url("../images/features-bg3.jpg");
    background-size: cover;
    background-position: center center !important;
    padding: 8%;
}

.stats-with-parallax4 {
    background: url("../images/construction-features-bg.jpg");
    background-size: cover;
    background-position: center center !important;
    padding: 10%;
}

.parallax-bg {
    background: url("../images/video-bg.jpg");
    background-size: cover;
    background-position: center center !important;
    padding: 10%;
}

.parallax-number {
    font-size: 100px;
    line-height: 1.3;
}

.parallax-sub-heading {
    font-size: 24px;
}

.parallax-para {
    font-size: 17px;
    font-weight: 100;
    line-height: 30px;
    max-width: 335px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.parallax-2 {
    padding: 50px 0;
}

.aside-bg {
    background: #686868;
}

.aside-bg1 {
    background: #dddddd;
}

.team-img {
    width: 247px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

    .team-img img, .team-img-blur-effect img {
        overflow: hidden;
        cursor: pointer;
    }

.index5 .team-img {
    border-radius: 20px;
}

.team-img img, .team-box img {
    -webkit-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}

.team-img img, .team-box:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

    .team-img img:hover, .team-box:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.team-box, .team-box ul li {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.team-box {
    position: relative;
    overflow: hidden;
}

.team-img-blur-effect {
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.team-box .team-content {
    padding: 30px 1.25rem;
    text-align: center;
    background: #fff;
}

    .team-box .team-content h3 {
        font-weight: normal;
    }

    .team-box .team-content p {
        margin-bottom: 0;
    }

.team-box.greycontent .team-content {
    background: #f6f6f6;
}

.team-box:nth-child(3n-2) .overlay, .team-box.firstcolor .overlay {
    background: transparent;
}

.team-box:nth-child(3n) .overlay, .team-box.secondcolor .overlay {
    background: transparent;
}

.team-box:nth-child(2n) .overlay, .team-box.thirdcolor .overlay {
    background: transparent;
}

.team-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.team-box ul li {
    opacity: 0;
    visibility: hidden;
}

    .team-box ul li:nth-child(1) {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }

    .team-box ul li:nth-child(2) {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

    .team-box ul li:nth-child(3) {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
    }

    .team-box ul li:nth-child(4) {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s;
    }

.team-hover-social-icon {
    text-align: center;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

    .team-hover-social-icon li {
        display: inline-block;
    }

    .team-hover-social-icon a {
        margin-left: 8px;
    }

    .team-hover-social-icon i {
        width: 42px;
        font-size: 16px;
        height: 42px;
        line-height: 18px;
        padding: 14px;
        background: #fff;
        color: #384141;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
        box-shadow: 0 0 3px rgba(0, 0, 0, .1);
        border-radius: 40px;
    }

    .team-hover-social-icon a:hover {
        color: #2196f3;
        background: transparent;
    }

.team-box:hover ul li {
    opacity: 1;
    visibility: visible;
}

.team-3-box {
    position: relative;
    max-width: 380px;
    margin: 0 auto;
    overflow: hidden;
}

.team-3-img {
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

.team-3-content {
    position: absolute;
    text-align: center;
    background: #c41e32;
    width: 100%;
    right: 0;
    opacity: 0;
    bottom: 100%;
    z-index: 99;
    -webkit-transition: all linear .4s;
    -moz-transition: all linear .4s;
    -o-transition: all linear .4s;
    transition: all linear .4s;
}

.team-3-img:hover .team-3-content {
    bottom: 0;
    opacity: 1;
}

.team-3-content ul li {
    display: inline-block;
    padding-right: 3px;
}

    .team-3-content ul li a i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50%;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s;
    }

        .team-3-content ul li a i:hover {
            background: #fff;
            color: #222;
            border-color: #fff;
        }

.team-member {
    width: 248px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

    .team-member .member-avatar {
        width: 248px;
        height: 360px;
        margin: 0 auto;
        display: block;
        overflow: hidden;
    }

        .team-member .member-avatar:before {
            position: absolute;
            content: "";
            width: 247px;
            height: 360px;
            background: rgba(140, 187, 40, .7);
            opacity: 0;
            z-index: 0;
            -webkit-transition: all .6s cubic-bezier(.23, 1, .32, 1);
            -o-transition: all .6s cubic-bezier(.23, 1, .32, 1);
            transition: all .6s cubic-bezier(.23, 1, .32, 1);
            -webkit-transform: scale(.9);
            -ms-transform: scale(.9);
            transform: scale(.9);
        }

        .team-member .member-avatar .team-details {
            position: absolute;
            top: 0;
            width: 247px;
            height: 360px;
            margin: 0 auto;
            display: block;
            overflow: hidden;
            opacity: 0;
            visibility: hidden;
        }

            .team-member .member-avatar .team-details .content {
                position: absolute;
                z-index: 222;
                text-align: center;
                padding: 20px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

                .team-member .member-avatar .team-details .content p {
                    color: #fff;
                    margin-bottom: 20px;
                    opacity: 0;
                    -webkit-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    transition: all .5s ease-in-out;
                }

                .team-member .member-avatar .team-details .content .member-profile {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                }

                    .team-member .member-avatar .team-details .content .member-profile li {
                        display: inline-block;
                        -webkit-transform: scale(0);
                        -ms-transform: scale(0);
                        transform: scale(0);
                        -webkit-transition: all .45s cubic-bezier(.23, .88, .34, .99);
                        -o-transition: all .45s cubic-bezier(.23, .88, .34, .99);
                        transition: all .45s cubic-bezier(.23, .88, .34, .99);
                    }

#team-page .team-social-icon li a i {
    color: #ffffff;
}

.team-member:hover .member-avatar:before {
    opacity: .9;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.team-member:hover .member-avatar .team-details {
    opacity: 1;
    visibility: visible;
}

    .team-member:hover .member-avatar .team-details .content p {
        opacity: 1;
    }

    .team-member:hover .member-avatar .team-details .content .member-profile li {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

        .team-member:hover .member-avatar .team-details .content .member-profile li:first-child {
            -webkit-transition-delay: .07692s;
            -o-transition-delay: .07692s;
            transition-delay: .07692s;
        }

        .team-member:hover .member-avatar .team-details .content .member-profile li:nth-child(2) {
            -webkit-transition-delay: .15692s;
            -o-transition-delay: .15692s;
            transition-delay: .15692s;
        }

        .team-member:hover .member-avatar .team-details .content .member-profile li:nth-child(3) {
            -webkit-transition-delay: .21692s;
            -o-transition-delay: .21692s;
            transition-delay: .21692s;
        }

.quote {
    max-width: 1045px;
    text-align: center;
    margin: 0 auto;
}

blockquote {
    padding: 0;
    margin: 0;
    border-right: 0;
}

    blockquote.ultra-light {
        font-size: 48px;
        font-weight: 100;
        line-height: 57px;
    }

.quote blockquote::before {
    content: "\201c";
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}

.quote blockquote::after {
    content: "\201d";
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}

.quote blockquote::before, .quote blockquote::after {
    font-family: Georgia, serif;
    font-size: 50px;
}

.portfolio {
    max-width: 400px;
    margin: 0 auto;
}

.cbp-l-filters-buttonCenter {
    margin-top: 70px;
    margin-bottom: 10px;
    text-align: center;
}

    .cbp-l-filters-buttonCenter .cbp-filter-item {
        background-color: #FFFFFF;
        border: none;
        cursor: pointer;
        font-family: 'Cairo', sans-serif;
        font-size: 24px;
        color: #6f6f6f !important;
        font-weight: 100;
        margin: 0 12px 0 0;
        overflow: visible;
        padding: 0 8px;
        position: relative;
        display: inline-block;
        -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
        transition: color .3s ease-in-out, border-color .3s ease-in-out;
    }

        .cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
            color: #c41e32 !important;
            cursor: default;
        }

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-stop {
    color: #B0B0B0;
    cursor: default;
    display: none;
}

.cbp-l-filters-buttonCenter .cbp-filter-counter {
    background-color: #013E90;
}

    .cbp-l-filters-buttonCenter .cbp-filter-counter:after {
        border-top: 4px solid #013E90;
    }

.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background-color: rgba(23, 172, 198, 0.95);
}

.cbp .cbp-item {
    list-style-type: none;
    margin: 0;
    padding: 16px;
    overflow: hidden;
}

.cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    top: 5%;
    right: 5%;
    visibility: hidden;
    z-index: 1;
    background-color: rgba(23, 172, 198, 0.95);
    border-radius: 50%;
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}

.cbp-item:hover .cbp-caption-activeWrap, .cbp-item:focus .cbp-caption-activeWrap {
    opacity: 1;
    visibility: visible;
    border-radius: 0;
}

.cbp-caption-active .cbp-caption-activeWrap {
    width: 90%;
    position: absolute;
    z-index: 2;
    height: 90%;
}

.cbp-l-grid-mosaic-flat .cbp-l-caption-title {
    font: 400 36px/80px "Aileron-Ultralight", sans-serif;
    color: #ffffff;
    font-weight: 100;
    text-transform: capitalize;
    letter-spacing: 2px;
    padding-bottom: 5px;
    display: inline-block;
}

    .cbp-l-grid-mosaic-flat .cbp-l-caption-title:after {
        display: none;
    }

.cbp-caption-activeWrap .cbp-l-caption-body .plus {
    display: block;
    width: 30px;
    height: 34px;
    margin: 0 auto;
}

.cbp-popup-lightbox .cbp-popup-prev {
    background: url("../images/cbp-sprite.png") no-repeat scroll right 0 transparent;
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link {
    padding: 11px;
    border: 1px solid #6f6f6f;
    color: #6f6f6f;
    width: 150px;
    height: 45px;
    border-radius: 26px;
    background-color: transparent;
    font: 400 15px/22px "Open Sans",sans-serif;
    transition-duration: 0.3s;
    transition: all 0.3s !important;
    transition-timing-function: ease-in-out;
}

    .cbp-l-loadMore-bgbutton .cbp-l-loadMore-link:hover {
        color: #ffffff;
        background: #013E90;
        border-color: #013E90;
    }

.index5 .cbp-item:hover .cbp-caption-activeWrap, .index5 .cbp-item:focus .cbp-caption-activeWrap {
    border-radius: 20px;
}

.portfolio-img-button.btn {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

    .portfolio-img-button.btn:before {
        background-color: #fff !important;
    }

    .portfolio-img-button.btn:hover, .portfolio-img-button .btn:focus, .portfolio-img-button .btn:active {
        color: #17c0d6;
        background: #ffffff;
        border-color: #17c0d6;
    }

.packages-bg, .packages-bg2 {
    height: 400px;
}

.packages-bg {
    background: url("../images/packages-bg.jpg");
    background-size: initial !important;
}

.packages-bg2 {
    background: url("../images/packages-bg2.jpg");
    background-position: center center !important;
}

.packages-info h2, .packages-info p {
    text-align: right;
}

.pricing-alignment-setting {
    margin-top: -150px;
    padding-bottom: 100px;
}

.pricing_item {
    position: relative;
    padding: 2.5rem 1.812rem;
    max-width: 365px;
    display: block;
    margin: 0 auto;
    background: #ffffff;
    cursor: pointer;
    z-index: 1;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.index5 .pricing_item {
    border-radius: 20px;
}

.pricing_item .pricebox {
    color: #6f6f6f;
    border-bottom: 1px solid #e6e1e1;
    padding-bottom: 20px;
}

.pricebox .price_title {
    float: right;
    text-align: right;
}

.pricebox .price_title-2 {
    float: none;
    text-align: center;
    display: block;
}

.pricebox .price_title, .pricebox .price {
    display: inline-block;
}

.pricebox .price {
    float: left;
}

.price span.month {
    font-family: 'Cairo', sans-serif;
    font-size: 15px;
    color: #bababa;
    text-transform: uppercase;
}

.price-description {
    max-width: 210px;
    margin: 0 auto;
}

.pricing_item p.availability {
    font-weight: 100;
    text-transform: capitalize;
    color: #666666;
    margin-bottom: 20px;
}

.pricing_item .availability i {
    color: #202d54;
    margin-top: 3px;
    margin-left: 8px;
}

.pricing_item.active .pricebox .price_title .ratings i, .pricing_item-2.active .pricebox .price_title-2 .ratings i {
    color: #013E90;
}

.pricing_item:hover {
    box-shadow: 0 10px 18px #ededed;
}

.pricing_item .availability.not-supported i {
    color: #ff434b;
}

.pricing_item .availability.not-supported {
    text-decoration: line-through;
}

.pricing_item-2:hover .ratings i, .pricing_item-2:hover h3, .pricing_item-2:hover .availability i, .pricing_item-2:hover .availability, .pricing_item-2:hover h2, .pricing_item-2:hover .price span.month {
    color: #ffffff !important;
}

.pricing_item-2:hover .btn {
    border-color: #ffffff !important;
}

.pricing-item-2:hover .pricebox {
    border-bottom: 1px solid #ffffff;
}

.pricing_item-2, .pricing_item-2 * {
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.pricebox .price_title .ratings i, .pricebox .price_title-2 .ratings i {
    color: #013E90;
    font-size: 20px;
}

.pricing-transform, .pricing-transform * {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    overflow: hidden;
}


.swiper-slide {
    top: 0;
    text-align: center;
    font-size: 18px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide-active {
    -webkit-transition: all .5s ease .1s;
    -o-transition: all .5s ease .1s;
    transition: all .5s ease .1s;
}

.swiper-slide-top-40px.swiper-slide-active {
    top: -40px;
}

.blog-page .swiper-slide-active {
    top: 0 !important;
}

.swiper-slide-active .quote2 i {
    background: #c41e32;
}

.swiper-pagination {
    width: 100%;
    text-align: center;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.swiper-three-slides .profile-box {
    margin-top: -50px;
}

.padding70px35px {
    padding: 70px 35px;
}

.quote2 {
    margin-bottom: -24px;
}

    .quote2 i {
        background: #6f6f6f;
        color: #ffffff;
        font-size: 24px;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        line-height: 54px;
    }

.swiper-wrapper {
    margin: 0 0 40px 0;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
    padding: 5px;
    margin-left: 5px;
    opacity: 1;
    background: #ffffff;
    border: 2px solid #6f6f6f;
    border-radius: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.no-border-radius .swiper-pagination-bullet {
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    background: #6f6f6f;
}

.swiper-pagination-bullet:hover {
    background: #6f6f6f;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.profile-box-img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

    .profile-box-img img {
        background: #f2f2f2;
        border-radius: 50%;
    }

.swiper-slide-active .profile-box-img img {
    background: #ffffff;
}

.cursor {
    cursor: e-resize;
}

.slider-box1, .slider-box2, .slider-box3 {
    border: 1px solid #f1f1f1;
}

.index5 .slider-box1, .index5 .slider-box2, .index5 .slider-box3 {
    border-radius: 20px;
}

.news-p {
    color: #646464;
    font-weight: 100;
    line-height: 25px;
}

.news-block, .quote2, .slider-box1, .news-block, .quote2, .slider-box2, .news-block, .quote2, .slider-box3, .news-block:hover .slider-box1, .news-block:hover .slider-box2, .news-block:hover .slider-box3, .news-p {
    -webkit-transition: all .5s ease .1s;
    -o-transition: all .5s ease .1s;
    transition: all .5s ease .1s;
}

    .news-block:hover .slider-box1 .news-p, .news-block:hover .slider-box2 .news-p, .news-block:hover .slider-box3 .news-p {
        color: #ffffff;
        transition: all 0.5s ease 0.1s;
    }

    .news-block:hover .slider-box1, .news-block:hover .slider-box2, .news-block:hover .slider-box3 {
        background: #6f6f6f;
        border-color: #6f6f6f;
    }

.swiper-slide-active .news-block:hover .slider-box1, .swiper-slide-active .news-block:hover .slider-box2, .swiper-slide-active .news-block:hover .slider-box3 {
    background: #c41e32;
    border-color: #c41e32;
}

#news-page .swiper-slide-active {
    top: 0;
}

#news-page .quote2.red-icon i {
    background: #013E90;
    color: #ffffff;
}

#news-page .quote2.blue-icon i {
    background: #c41e32;
    color: #ffffff;
}

#news-page .quote2.gray-icon i {
    background: #6f6f6f;
    color: #ffffff;
}

#news-page .profile-box-img img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

#news-page .slider-box1, #news-page .slider-box2, #news-page .slider-box3 {
    border-radius: 20px;
}

#news-page .news-block:hover .slider-box1 {
    background: #013E90;
    border-color: #013E90;
}

#news-page .news-block:hover .slider-box2 {
    background: #c41e32;
    border-color: #c41e32;
}

#news-page .news-block:hover .slider-box3 {
    background: #6f6f6f;
    border-color: #6f6f6f;
}

.blog-date {
    font-size: 20px;
    font-weight: 100;
    padding-right: 25px;
}

.blog-padding {
    padding: 5.3rem 0;
}

.blog-text-setting {
    text-align: right;
    margin-right: 20px;
}

.blog-written-data p {
    margin: 40px 0;
    max-width: 450px;
    padding-right: 25px;
    float: right;
}

.blog-written-data .coffee-p {
    line-height: 30px;
}

.index5 .image.hover-effect {
    border-radius: 20px;
}

.half-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.split-blog-scale img {
    transform: scale(1);
    transition: 1s;
}

.split-blog-scale:hover img {
    transform: scale(1.2);
    transition: 1s;
}

.image {
    overflow: hidden;
}

a.image {
    display: block;
}

.image img {
    width: 100%;
    display: block;
}

.image, .image img {
    position: relative;
}

.arrow::before {
   
}

.arrow.left::before {
    box-shadow: -1px -1px 0 0 #acacac;
}

.arrow.right::before {
    box-shadow: 1px 1px 0 0 #acacac;
}

.arrow {
    position: absolute;
    top: 29%;
}

    .arrow.left {
        left: 40%;
    }

    .arrow.right {
        right: 40%;
    }

.blog-page-padding-top {
    padding-top: 140px;
}

.blog-page-heading-font-size {
    font-size: 72px;
}

.blog-listing-footer-outer {
    border-top: 5px solid #f6f6f6;
    padding: 10px 25px;
    background: #ffffff;
}

.blog-listing-inner, .blog-widgets-outer, .blog-detail-page-inner, .blog-detail-contact-form {
    padding: 30px 25px;
}

    .blog-detail-page-inner h5 {
        margin: 0;
    }

.blog-listing-image-slider .swiper-pagination .swiper-pagination-bullet {
    font-size: 12px;
    opacity: 1;
    background: #6f6f6f;
    border: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 15px;
    height: 15px;
    margin: 0 6px;
}

.blog-listing-image-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #c41e32;
}

.blog-video-button {
    height: 70px;
    width: 70px;
    background: #c41e32;
    display: inline-block;
    top: 50%;
    right: 50%;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    line-height: 78px;
    text-align: center;
    color: #fff;
    -webkit-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    -o-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
    -webkit-transition: 300ms linear all;
    -o-transition: 300ms linear all;
    transition: 300ms linear all;
}

    .blog-video-button:hover {
        background: #013E90;
        color: #ffffff;
    }

    .blog-video-button:focus {
        color: #ffffff;
    }

    .blog-video-button i {
        font-size: 22px;
    }

.blog-listing-heading h5 {
    margin: 0;
    -webkit-transition: 300ms linear all;
    -o-transition: 300ms linear all;
    transition: 300ms linear all;
}

.blog-listing-heading a:hover {
    color: #c41e32 !important;
}

.blog-detail-page-text p {
    line-height: 30px;
    font-weight: 300;
}

.blog-listing-footer-inner-tags p {
    font-size: 20px;
    font-weight: 600;
    color: #013E90;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0;
}

.search-button-blog {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #797979;
    color: #fff;
    width: 20%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
    cursor: pointer;
}

.search-box-blog {
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: #797979;
    color: #797979;
}

    .search-box-blog:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #797979;
    }

.search-button-blog:hover {
    background: #c41e32;
}

.categories-name > a {
    display: block;
    padding: 20px 0 10px;
    border-bottom: 1px solid #d8d8d8;
}

    .categories-name > a > p:hover {
        color: #013E90 !important;
    }

    .categories-name > a > p {
        -webkit-transition: 300ms all linear;
        -o-transition: 300ms all linear;
        transition: 300ms all linear;
    }

        .categories-name > a > p > span {
            float: left;
        }

.blog-widget-tags-list-iner li {
    display: inline-block;
    padding: 8px 16px;
    background: #efefef;
    cursor: pointer;
    -webkit-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
    margin: 0 0 15px 10px;
}

.blog-widgets-outer p {
    margin: 0;
}

.blog-widget-tags-list-iner li:hover {
    background: #c41e32;
    color: #ffffff;
}

.blog-detail-bloqquote {
    background: #f6f6f6;
    padding: 30px;
    border-right: 3px solid #c41e32;
}

.blog-detail-page-text-list ul {
    list-style: circle;
    margin-right: 15px;
}

    .blog-detail-page-text-list ul li {
        margin-top: 10px;
    }

.blog-detail-contact-form {
    margin-top: 30px;
}

.blog-listing-detail .coffee-p {
    font-weight: 300;
    line-height: 30px;
}

.blog-listing-footer-inner-socialicons {
    float: left;
}

.hesperiden.tparrows {
    background: #013E90;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: all .5s ease;
}

    .hesperiden.tparrows:hover {
        background: #c41e32;
    }

.hesperiden.tp-leftarrow, .hesperiden.tp-rightarrow {
    margin: 5px;
    font-size: 50px;
}

.hesperiden.tparrows.tp-rightarrow:before {
    content: "\f105";
    font-family: 'FontAwesome';
}

.hesperiden.tparrows.tp-leftarrow:before {
    content: "\f104";
    font-family: 'FontAwesome';
}

.shop-setting .cbp-item-wrapper {
    text-align: center;
    margin: 0;
}

.shop-setting.cbp .cbp-item {
    list-style-type: none;
    margin: 0;
    padding: 16px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.shopping-box-shadow {
    -webkit-box-shadow: 0 0 10px #d1d1d1;
    box-shadow: 0 0 10px #d1d1d1;
}

.shop-setting.cbp-caption-active .cbp-caption-activeWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.shop-setting .cbp-l-caption-text {
    font: 400 36px/80px "Aileron-Ultralight", sans-serif;
    color: #ffffff;
    font-weight: 100;
    text-transform: capitalize;
    letter-spacing: 2px;
    padding-bottom: 5px;
    display: inline-block;
}

.shopping-cart-setting {
    font-size: 35px;
    color: #ffffff;
}

.cbp-l-filters-list {
    display: table;
    margin: 0;
}

    .cbp-l-filters-list .cbp-filter-item {
        color: #1d1d1d;
        display: table-cell;
        font: 400 15px/35px "Open Sans", sans-serif;
        padding: 0 8px;
        margin: 0;
        float: none;
        border: 1px solid #646464;
    }

        .cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
            cursor: default;
            color: #ffffff;
            background-color: #646464;
        }

.cbp-search {
    position: relative;
    width: 325px;
    max-width: 325px;
    margin-bottom: 0;
    float: left;
}

    .cbp-search input::-webkit-input-placeholder {
        color: #acacac;
    }

.cbp-search-input {
    height: 36px;
    border-color: #797979;
}

.cbp-search-nothing {
    position: absolute;
    top: 0;
    font-size: 15px;
    text-align: center;
    padding: 0 0 30px;
    width: 100%;
}

.cbp-l-grid-blog-title {
    text-transform: capitalize;
    font: 600 20px/30px "Open Sans", sans-serif;
    color: #6f6f6f;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

    .cbp-l-grid-blog-title:hover {
        color: #c41e32;
    }

.shop-rating i {
    font-size: 15px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.cart_table table {
    margin-bottom: 0;
}

.cart_table .table-responsive thead {
    background: #f9f9f9;
    border-top: 1px solid #d1d1d1;
}

    .cart_table .table-responsive thead tr > th {
        padding: 15px 20px;
        border-bottom-width: 1px;
    }

.cart_table .table-responsive tbody tr > td {
    vertical-align: middle;
    padding: 10px;
}

.cart_table .product-name {
    display: inline-block;
    vertical-align: middle;
}

.cart_table .btn-close {
    display: inline-block;
    color: #013E90;
    font-size: 20px;
}

.cart_table .shopping-product {
    display: inline-block;
    height: 99px;
    width: 100px;
    margin-left: 10px;
}

.cart_table .display-table:hover .product-name, .cart_table .display-table:focus .product-name {
    color: #013E90;
}

.quantity .quantity {
    border: 1px solid #d1d1d1;
    margin-left: 10px;
    max-width: 100px;
    padding: 8px 10px;
    text-align: center;
    vertical-align: top;
    height: 44px;
}

.apply_coupon {
    border: 1px solid #d1d1d1;
    border-top: none;
    padding: 20px;
}

    .apply_coupon .coupon > form input {
        border: 1px solid #d1d1d1;
        padding: 6px 12px;
        vertical-align: top;
        height: 44px;
    }

    .apply_coupon .coupon > form .form-group > input {
        width: 100%;
    }

    .apply_coupon .coupon a {
        display: inline-table;
    }

.totals {
    padding: 40px 15px;
    border: 1px solid #d1d1d1;
}

    .totals .table-responsive tr > td {
        border: none;
        padding: 17px 10px;
    }

form.findus .form-control {
    width: 100%;
}

form.findus .form-group {
    width: 100%;
}

form.findus .form-control, form.findus textarea {
    position: relative;
    font-size: 16px;
    color: #6f6f6f;
    padding: 12px 15px;
    margin-bottom: 10px;
    border: 1px solid #dcdbdb;
    -webkit-border-radius: 36px;
    border-radius: 36px;
}

form.findus textarea {
    width: 100%;
    min-height: 160px;
}

form.findus .select {
    border: 1px solid #d1d1d1;
    position: relative;
}

form.findus select {
    height: 100%;
    border: 0;
    width: 100%;
    color: inherit;
    opacity: .6;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 15px;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}

form.findus .select:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: inherit;
    font-size: 16px;
    padding: 9px 8px;
    padding-left: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.heading {
    border-bottom: 1px solid #dadada;
    display: inline-block;
}

    .heading .divider-left {
        margin: 10px 0 -2px;
    }

    .heading .divider-left, .heading .divider-center {
        height: 4px;
        width: 70px;
        background: #013E90;
        display: block;
    }

.webtags li a {
    color: #6f6f6f;
    font-size: 12px;
    margin: 2px 0;
    padding: 5px 16px;
    border: 1px solid #c7c7c7;
    display: block;
}

.shop-quantity {
    max-width: 100px;
}

.share {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
}

.shop-detail-social-icon i {
    height: 30px !important;
    line-height: 30px !important;
    text-align: center !important;
}

.related-products-setting {
    overflow: hidden;
    padding: 16px;
    border: 1px solid #e5e5e5;
}

.shop-content a {
    color: #6f6f6f;
}

    .shop-content a:hover {
        color: #c41e32;
    }

.cbp-l-grid-clients .cbp-nav-pagination {
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: 100;
    right: 0;
    text-align: center;
}

.cbp-l-grid-clients .cbp-nav-pagination-item {
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 4px;
    display: inline-block;
    cursor: pointer;
    background: #646464;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.cbp-l-grid-clients .cbp-nav-pagination-active {
    background: #c41e32;
}

.cbp-l-grid-clients.cbp-slider-edge .cbp-nav-prev {
    right: -100px;
}

.cbp-l-grid-clients.cbp-slider-edge .cbp-nav-next {
    left: -100px;
}

.cbp-l-grid-clients.cbp-slider-edge .cbp-nav-pagination-item {
    border: none;
    opacity: 1;
}

.feature-box.feature-box-white, .feature-box.feature-box-blue, .feature-box.feature-box-green, .feature-box.feature-box-gray {
    transition: 1s;
}

    .feature-box.feature-box-white h3, .feature-box.feature-box-white h4 {
        color: #646464;
    }

    .feature-box.feature-box-white p {
        color: #acacac;
    }

    .feature-box.feature-box-white:hover {
        background: #646464;
        transition: 1s;
    }

        .feature-box.feature-box-white:hover h3, .feature-box.feature-box-white:hover h4, .feature-box.feature-box-white:hover p {
            color: #ffffff;
        }

    .feature-box.feature-box-blue h3, .feature-box.feature-box-blue h4, .feature-box.feature-box-blue p, .feature-box.feature-box-green h3, .feature-box.feature-box-green h4, .feature-box.feature-box-green p, .feature-box.feature-box-gray h3, .feature-box.feature-box-gray h4, .feature-box.feature-box-gray p {
        color: #ffffff;
    }

    .feature-box.feature-box-blue:hover, .feature-box.feature-box-green:hover, .feature-box.feature-box-gray:hover {
        background: #ffffff;
        transition: 1s;
    }

        .feature-box.feature-box-blue:hover h3, .feature-box.feature-box-blue:hover h4, .feature-box.feature-box-blue:hover p {
            color: #c41e32;
        }

        .feature-box.feature-box-green:hover h3, .feature-box.feature-box-green:hover h4, .feature-box.feature-box-green:hover p {
            color: #013E90;
        }

        .feature-box.feature-box-gray:hover h3, .feature-box.feature-box-gray:hover h4, .feature-box.feature-box-gray:hover p {
            color: #646464;
        }

.panel-heading .panel-title {
    font-size: inherit;
    letter-spacing: 0;
    padding: 0;
    position: relative;
}

    .panel-heading .panel-title > a {
        font-size: 22px;
        text-transform: capitalize;
        font-weight: 500;
        line-height: 1.4em;
        display: block;
        padding: 5px 30px 5px 0px;
        background: #c41e32;
        color: #ffffff;
        border-radius: 0;
        word-wrap: break-word;
    }

        .panel-heading .panel-title > a.collapsed:hover, .panel-heading .panel-title > a:hover {
            background-color: #c41e32;
            color: #ffffff;
        }

            .panel-heading .panel-title > a.collapsed:hover i, .panel-heading .panel-title > a.collapsed:hover:after, .panel-heading .panel-title > a:hover i, .panel-heading .panel-title > a:hover:after {
                color: #ffffff;
            }

        .panel-heading .panel-title > a.collapsed {
            color: #ffffff;
            background-color: #646464;
            border-radius: 0;
        }

            .panel-heading .panel-title > a.collapsed i {
                color: #222222;
            }

        .panel-heading .panel-title > a:after {
            font-family: 'FontAwesome';
            content: "\f105";
            position: absolute;
            text-align: center;
            left: 0;
            top: 0;
            width: 60px;
            line-height: 71px;
            color: #ffffff;
        }

        .panel-heading .panel-title > a.collapsed:after {
            content: "\f107";
            color: #ffffff;
        }

        .panel-heading .panel-title > a > i {
            position: relative;
            padding-left: 10px;
            text-align: center;
            display: inline-block;
            line-height: 0;
        }

.panel {
    box-shadow: none;
    background-color: transparent;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    background-color: transparent;
    color: inherit;
    position: relative;
    border: none;
    border-radius: 0;
    padding: 0;
}

.panel-default {
    border: none;
}

.panel-group .panel + .panel {
    margin-top: 20px;
}

.panel-body {
    padding: 20px 20px;
    border: 1px solid #e8e8e8;
    border-top: none !important;
}

@media (min-width: 1200px) {
    .panel-heading .panel-title > a:after {
        width: 80px;
        height: 40px;
        line-height: 45px;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        margin-right: 60px;
    }
}

@media (min-width: 400px) {
    .panel-body {
        padding: 30px 40px;
    }
}

.faqs {
    cursor: pointer;
}

.feature-box.faqs .icon-container:before {
    background: #646464;
}

.feature-box.faqs .icon-container i {
    color: #c41e32;
}

.feature-box.faqs:hover i {
    color: #ffffff;
}

.feature-box.faqs:hover h5 {
    color: #c41e32;
}

.ComingSoon-Highlight {
    background: #013E90 !important;
}

.error-bg {
    background: url("../images/banner-4.jpg") no-repeat 50% 50%;
    width: 100%;
    height: 100vh;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    z-index: 0;
}

.heading_space2 {
    margin-bottom: 4.375rem;
}

#error {
    height: 100vh;
    width: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    #error .error h1 {
        position: relative;
        color: #8c8c8c;
        font-size: 20rem;
        text-align: center;
    }

    #error .error h3 {
        color: #f7f7f7;
        font-size: 8rem;
        right: 50%;
        top: 42%;
        position: absolute;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.error-para-font-size {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 30px;
}

.login-form {
    padding: 4rem;
    border: 1px solid #dadada;
    border-radius: 10px;
}

    .login-form .form-group label {
        font-size: 14px;
        font-weight: 400;
        color: #6f6f6f;
        margin: 10px 0;
    }

    .login-form .form-control {
        background-color: #f1f3f7;
        border: 0;
        padding: 1.1rem .85rem;
        height: auto !important;
        line-height: 1.3;
        color: #495057;
        margin-bottom: 5px;
    }

    .login-form .form-group {
        margin-bottom: 0;
    }

.company-contact-form h2 {
    padding-bottom: 80px;
}

button {
    height: 45px;
    border: none;
    cursor: pointer;
}

    button:focus {
        outline: none;
    }

.alert-danger {
    font-family: 'Cairo', sans-serif;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 15px;
    color: #721c24;
}

.contact-detail-list ul li {
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    color: #acacac;
}

    .contact-detail-list ul li a {
        color: #acacac;
    }

.company-social-icons-list {
    display: inline;
    padding: 0 5px;
}

    .company-social-icons-list:nth-child(1) {
        padding-right: 0;
    }

    .company-social-icons-list a {
        display: inline-block;
        font-size: 16px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #8e8c8c;
    }

    .company-social-icons-list i {
        -webkit-transition: 300ms all linear;
        -o-transition: 300ms all linear;
        transition: 300ms all linear;
    }

    .company-social-icons-list a.facebook-icon:hover, .company-social-icons-list a.facebook-icon:focus {
        color: #3B5998;
    }

    .company-social-icons-list a.twitter-icon:hover, .company-social-icons-list a.twitter-icon:focus {
        color: #55acee;
    }

    .company-social-icons-list a.instagram-icon:hover, .company-social-icons-list a.instagram-icon:focus {
        color: #285AEB;
    }

    .company-social-icons-list a.googleplus-icon:hover, .company-social-icons-list a.googleplus-icon:focus {
        color: #d34836;
    }

    .company-social-icons-list a.dribble-icon:hover, .company-social-icons-list a.dribble-icon:focus {
        color: #ea4c89;
    }

    .company-social-icons-list a.linkedin-icon:hover, .company-social-icons-list a.linkedin-icon:focus {
        color: #0077b5;
    }

.form-control {
    height: 34px;
    box-shadow: none;
}

.contact-form-textfield input, .contact-form-textfield textarea {
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #dcdbdb;
    color: #6f6f6f !important;
    border-radius: 0;
    padding-right: 0;
    -webkit-transition: 300ms ease-in all;
    -o-transition: 300ms ease-in all;
    transition: 300ms ease-in all;
}

    .contact-form-textfield input::-webkit-input-placeholder, .contact-form-textfield textarea::-webkit-input-placeholder {
        color: #acacac;
    }

    .contact-form-textfield input:-moz-placeholder, .contact-form-textfield textarea:-moz-placeholder {
        color: #acacac;
    }

    .contact-form-textfield input::-moz-placeholder, .contact-form-textfield textarea::-moz-placeholder {
        color: #acacac;
    }

    .contact-form-textfield input:-ms-input-placeholder, .contact-form-textfield textarea:-ms-input-placeholder {
        color: #acacac;
    }

    .contact-form-textfield input::placeholder, .contact-form-textfield textarea::placeholder {
        color: #acacac;
    }

    .contact-form-textfield input:focus, .contact-form-textfield textarea:focus {
        border-color: #dcdbdb;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #333333;
    }

.contact-form-textfield textarea {
    height: 120px;
    resize: none;
}

.contact-written-data {
    padding-right: 20px;
}

    .contact-written-data p {
        margin: 0;
        max-width: 500px;
        color: #6f6f6f;
    }

    .contact-written-data h5 {
        margin: 0;
        max-width: 500px;
        color: #6f6f6f;
    }

    .contact-written-data i {
        margin-left: 20px;
        color: #c41e32;
    }

    .contact-written-data a {
        color: #6f6f6f;
    }

.aside-bg .contact-written-data a {
    color: #ffffff;
}

.contact-table {
    overflow: hidden;
}

    .contact-table .cells {
        vertical-align: middle;
    }

    .contact-table .icon-cell {
        display: inline-block;
        background: #013E90;
        color: #ffffff;
        height: 60px;
        width: 60px;
        text-align: center;
        font-size: 30px;
        line-height: 60px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: 10px;
        -webkit-transition: all .5s ease-in;
        -o-transition: all .5s ease-in;
        transition: all .5s ease-in;
    }

    .contact-table:hover .icon-cell {
        background: #c41e32;
    }

.form-control::-webkit-input-placeholder {
    color: #acacac;
}

.form-control:-moz-placeholder {
    color: #acacac;
}

.form-control::-moz-placeholder {
    color: #acacac;
}

.form-control:-ms-input-placeholder {
    color: #acacac;
}

textarea::-webkit-input-placeholder {
    color: #acacac;
    opacity: 1;
}

textarea:-moz-placeholder {
    color: #acacac;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: #acacac;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: #acacac;
    opacity: 1;
}

textarea {
    resize: none;
}

label {
    font-weight: normal;
    margin: 0;
}

textarea:focus {
    outline: none;
}

.form-control:focus, textarea:focus {
    border-color: #013E90;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}

ul.social-icons {
    text-align: left;
}

    ul.social-icons li {
        display: inline-block;
        padding-top: 7px;
    }

        ul.social-icons li a {
            height: 36px;
            line-height: 36px;
            width: 36px;
            font-size: 17px;
            border-radius: 50%;
            margin: 0 0.1rem;
            text-align: center;
            display: block;
            color: white;
            -webkit-transition: all .3s ease !important;
            -o-transition: all .3s ease !important;
            transition: all .3s ease !important;
        }

footer ul.social-icons:not(.small) li a {
    height: 60px;
    width: 60px;
    line-height: 62px;
    font-size: 26px;
    border: none;
    background: transparent;
}

.footer-logo {
    display: inline-block;
    max-width: 44%;
    width: 100px;
    margin-left: 10px;
}

footer ul.social-icons li a {
    color: #8e8c8c;
    height: 60px;
    width: 60px;
    line-height: 62px;
    font-size: 26px;
    border-radius: 40px;
    background: transparent;
}

    footer ul.social-icons li a i:hover {
        color: #ffffff;
        border-radius: 40px;
    }

footer .copyrights, footer .copyrights > a {
    color: #6a6a6a;
}

    footer .copyrights > a:hover {
        color: #013E90;
    }

    footer .copyrights > a:focus {
        color: #c41e32;
    }

ul.social-icons li a:hover, ul.social-icons li a:focus, ul.social-icons.white li a:hover, ul.social-icons.white li a:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 15px 30px #c41e32 inset;
    box-shadow: 0 0 15px 30px #c41e32 inset;
}

.loader {
    bottom: 0;
    height: 100%;
    right: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 111111;
    background: #fff;
    overflow-x: hidden;
}

svg {
    transform-origin: 50% 65%;
}

    svg polygon {
        stroke-dasharray: 17;
        animation: dash 2.5s cubic-bezier(0.35, 0.40, 0.63, 0.95) infinite;
    }

@keyframes dash {
    to {
        stroke-dashoffset: 136;
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.navbar h2 {
    font-size: 24px;
    line-height: 44px;
}

@media only screen and (min-width: 1400px) and (max-width: 1450px) {
    .owl-prev {
        right: 15px !important;
    }

    .owl-next {
        left: 15px !important;
    }
}

@media only screen and (max-width: 1399px) {
    .red-box-outer-text {
        padding: 13.5rem 0;
    }

    .red-box-outer-sub-heading {
        font-size: 20px;
    }

    .owl-prev {
        display: none !important;
    }

    .owl-next {
        display: none !important;
    }

    .cbp-l-grid-clients.cbp-slider-edge .cbp-nav-prev {
        display: none;
    }

    .cbp-l-grid-clients.cbp-slider-edge .cbp-nav-next {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
    .md-left70 {
        margin-right: 70px;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-header {
        padding: 10px;
    }

    .fixed-menu .navbar-header {
        padding: 10px;
    }

    .navbar-brand > img {
        width: 80px;
        height: auto;
    }

    .navbar .navbar-nav > li > a {
        padding: 24px 10px;
    }

    .index5 .navbar-nav > li > a {
        margin: 14px 0 !important;
    }

    .navbar-header > .navbar-brand {
        padding: 0;
    }

    .main-red-box {
        padding: 40px 20px;
    }

    .red-box-outer-text {
        padding: 10.5rem 0;
    }

    .designation {
        font-size: 16px;
    }

    .scrolldown {
        right: 48%;
    }

    .md-padding-top25px {
        padding-top: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .information-data-button.visible-lg {
        display: block!important;
    }

    .team-img, .team-img-blur-effect {
        width: 100%;
        height: auto;
    }

    .center-logo {
        right: 49%;
    }
}

@media only screen and (max-width: 1200px) {
    .navbar-toggle-visible {
        width: 0;
        display: block;
    }

    .navbar-brand {
        float: none;
    }

    header.top-menu .top-section {
        display: none;
    }

    .standard-transform {
        transform: translateY(-49px);
    }

    .transform-88px {
        transform: translateY(-54px);
    }

    .sm-transform {
        transform: translateY(-39px);
    }

    .navbar-toggle-visible #menu_bars {
        top: 40px;
    }

        .navbar-toggle-visible #menu_bars.active {
            top: 13px;
        }

        .navbar-toggle-visible #menu_bars.left.active span {
            background: #333333;
        }

    .navbar.border-radius {
        border-radius: 0 !important;
    }

    .navbar-header {
        padding: 10px;
    }

    .navbar.top40px {
        top: 0;
    }

    .navbar .navbar-nav > li > a {
        padding: 12px 7px !important;
        font-size: 14px;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none!important;
        }

    .navbar-nav {
        float: none!important;
        margin-top: 8px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .side-nav {
        padding: 14px 15px;
    }

        .side-nav.side-nav-open .bottom-share {
            padding-right: 5px;
        }

    .scrolldown {
        display: none;
    }

    .information-icon {
        width: 100%;
        padding: 0;
    }

    .wordpress, .joomla, .drupal, .css3, .html5 {
        width: 50%;
    }

    .three-boxes {
        padding: 0;
    }

    .information-written-data p, .standalone-written-data p {
        margin: 15px auto 20px;
        display: block;
        text-align: center;
    }

    .pricing-alignment-setting {
        padding-bottom: 65px;
    }

    .blog-text-setting {
        text-align: center;
    }

    .blog-written-data p {
        margin: 18px auto 20px;
        text-align: center;
        float: none;
    }

    .blog-padding {
        padding-top: 4rem;
        padding-bottom: 0;
    }

    .parallax-number {
        font-size: 50px;
    }

    .cbp-l-filters-buttonCenter {
        margin-top: 35px;
    }

    .information-written-data, .standalone-written-data {
        text-align: center;
    }

        .information-written-data > h2, .contact-written-data > h2, .standalone-written-data > h2 {
            padding-right: 0;
        }

    .blog-written-data > h2 {
        padding-left: 0;
    }

    .blog-date {
        padding-left: 0;
    }

    .packages-info h2, .packages-info p {
        text-align: center;
    }

    .packages-info.paddingleft25px {
        padding-right: 0;
    }

    .company-contact-form h2 {
        padding-bottom: 50px;
    }

    .company-contact-detail {
        text-align: center;
        padding-right: 25px;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 70px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .company-contact-form, .contact-form-textfield input, .contact-form-textfield textarea {
        text-align: center;
    }

    .contact-written-data {
        padding: 0;
    }

        .contact-written-data p {
            margin: 20px auto;
        }

    .blog-page h3 {
        margin: 0;
    }

    .blog-listing-detail .coffee-p {
        line-height: 18px;
    }

    .blog-listing-footer-inner-tags p {
        font-size: 18px;
    }

    .blog-listing-footer-inner-socialicons ul {
        display: flex;
    }

    .cbp-l-filters-list {
        margin: 0 auto !important;
    }

    .cbp-search {
        margin: 0 auto;
        float: none !important;
    }
}

.line_button.white {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-right: 0;
    }

    .navbar-right {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .side-nav-right.slide-nav.side-nav-open {
        width: 300px;
        left: 300px;
    }

    .side-nav.side-nav-right .side-nav-list li > a {
        font-size: 15px;
    }

    .main-red-box-button .btn {
        border: 1px solid #c41e32;
        color: #ffffff;
        background: #c41e32;
    }

        .main-red-box-button .btn:hover, .main-red-box-button .btn:focus, .main-red-box-button .btn:active {
            border: 1px solid #6f6f6f;
            color: #ffffff;
            background: #6f6f6f;
        }

    .cbp-l-grid-clients .cbp-nav-pagination {
        bottom: -40px;
    }

    blockquote.ultra-light {
        font-size: 30px;
        line-height: 40px;
    }

    .red-box-setting {
        margin-top: 20px;
    }

    .red-box-outer-sub-heading {
        font-size: 16px;
        margin-top: 5px;
    }

    .red-box-outer-text {
        padding: 2rem 0;
        float: none;
        margin: 0 auto;
    }

    .main-red-box {
        text-align: center;
    }

    .navbar-nav {
        float: none;
        margin: auto;
    }

    .parallax-sub-heading {
        font-size: 16px;
    }

    .parallax-para {
        font-size: 15px;
    }

    .cbp-l-grid-mosaic-flat .cbp-l-caption-title {
        font: 400 30px/80px "Aileron-Ultralight", sans-serif;
    }

    .apply_coupon {
        border-top: 1px solid #d1d1d1 !important;
    }

    .paintbrush-overlay::after {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 100;
        background: rgba(0,0,0,0);
    }

    .coffee-img {
        position: relative;
        left: 40px;
    }
}

@media only screen and (max-width: 600px) {
    .width {
        width: 100%;
    }

    .xs-margin-bottom-25px {
        margin-bottom: 15px;
    }

    .wordpress, .joomla, .drupal, .css3, .html5 {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .navbar h2 {
        line-height: 30px;
    }

    .red-box-setting {
        margin-top: 0;
    }

    .main-red-box p {
        margin: 20px 0 30px;
    }

    .main-red-box {
        padding: 30px 20px;
    }

    .social_icon > li i {
        font-size: 14px;
        font-weight: 100;
    }

    .wordpress h5, .joomla h5, .drupal h5, .css3 h5 {
        margin: 10px 0 6px;
    }

    .wordpress p, .joomla p, .drupal p, .css3 p {
        margin: 0;
    }

    .cbp-l-grid-mosaic-flat .cbp-l-caption-title {
        font: 400 25px/57px "Aileron-Ultralight", sans-serif;
    }

    .cbp-l-filters-buttonCenter .cbp-filter-item {
        font-size: 20px;
        padding: 0;
    }

    .company-contact-detail {
        padding-right: 25px;
    }

    .section-title h2 {
        line-height: 50px !important;
    }

    .section-title h6 {
        margin-bottom: 10px !important;
    }

    .cbp-l-filters-list .cbp-filter-item {
        font-size: 13px !important;
    }

    #error .error h1 {
        font-size: 16rem !important;
    }

    #error .error h3 {
        font-size: 6rem !important;
        top: 40% !important;
        transform: translate(-49%, -50%);
    }
}


.news-container {
    text-align: right;
}

    .news-container ul {
        width: 100%;
    }

        .news-container ul li div {
            display: block;
            list-style: none;
            height: 80px;
            border-bottom: 1px solid #dddddd;
            -o-transition: background-color .2s;
            -moz-transition: background-color .2s;
            -webkit-transition: background-color .2s;
            -ms-transition: background-color .2s;
            transition: background-color .2s;
        }

        .news-container ul li div {
            margin: 5px 0;
            padding: 5px 0;
            font-size: 16px;
            font-weight: 400;
        }

    .news-container li span {
        display: block;
        color: #013E90;
        font-weight: 100;
        font-size: 14px;
    }

        .news-container li span:before {
            content: '-';
            color: #013E90;
            z-index: 0;
            opacity: 1;
        }

.two .news-container li span, .three .news-container li span, .four .news-container li span, .two .news-container li span:before, .three .news-container li span:before, .four .news-container li span:before {
    color: #ffffff;
}
