.theme-button,
.header-area .header-top .header-top-info .info-list li a.work-btn,
.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .cart__info .cart__btn,
.slider-area .rev_slider .tp-caption .slide__btn,
.hero-area .hero-content .hero__btn,
.product-detail-area .product-tab-description .nav-tabs li a,
.howitworks-area4 .hiw-content .hiw-item .join-ico__btn,
.error-area .error-content .go-back-btn {
    font-weight: 600;
    font-size: 16px;
    color: #025b8a;
    padding: 13px 35px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: capitalize;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    position: relative;
    display: inline-block
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

a:hover,
a:focus {
    text-decoration: none
}
.skills-block {
       overflow: hidden;
       display: -webkit-box;
       -webkit-line-clamp: 2;
       -webkit-box-orient: vertical;
   }

input:focus {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

body {
    font-size: 15px;
    line-height: 25px;
    font-family: "Barlow", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

.no-margin-top {
    margin-top: 0 !important
}

.no-margin-bottom {
    margin-bottom: 0 !important
}

.no-margin-lr {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.no-margin-lr {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.no-padding-l {
    padding-left: 0 !important
}

.no-padding-r {
    padding-right: 0 !important
}

.no-padding-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.span-color {
    color: #64b2e5
}

.tooltip.right .tooltip-inner {
    font-weight: 500;
    background-color: #025b8a;
    width: 85px
}

.tooltip.right .tooltip-arrow {
    border-right-color: #025b8a
}

.theme-button {
    background-color: #025b8a;
    color: #fff;
    padding-left: 25px;
    padding-right: 40px
}

.theme-button .fa__arrow {
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.theme-button:hover {
    background-color: #64b2e5;
    color: #fff
}

.theme-button:hover .fa__arrow {
    right: 22px
}

.loader-container {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999
}

.loader-container .lds-ripple {
    position: relative;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loader-container .lds-ripple div {
    position: absolute;
    border: 4px solid #64b2e5;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite
}

.loader-container .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

.divider {
    text-align: center
}

.divider .divider__dot {
    display: inline-block;
    width: 10px;
    height: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 15px;
    background-color: #025b8a
}

.header-area {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1010
}

.header-area .header-top {
    padding-top: 12px;
    position: relative;
    z-index: 2;
    background-color: #025b8a
}

@media(max-width:1199px) {
    .header-area .header-top {
        padding-bottom: 12px
    }
    .footer{
        font-size: 14px;
    }
   
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .header-area .header-top .header-top-info {
        text-align: center
    }
}
@media only screen and (min-width:320px) and (max-width:767px) {
    .product-slider .item img{
       height: 100%;
       padding-top:100px;
    }
    .outer_box_min .icon2{
     display:none;
    }
    .get_eLearning_solutions_outer .outer_box_min {
        width: 100%;
        float: left;
        background: #fff;
        border-bottom: 0;
        transition: all .1s ease-in-out .5s;
        box-shadow: 0 0 10px rgb(0 0 0 / 50%);
        -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        border-radius: 12px;
        padding: 20px 20px;
        margin-top: 0px !important;
        margin-bottom: 35px;
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .header-area .header-top .header-top-info {
        text-align: center
    }
    .m-w-80{
        max-width: 80% !important;  
    }
    /* .get_eLearning_solutions_outer .outer_box_min ul li{
        padding: 25px 10px 0px 5px !important; 
    } */
}

.header-area .header-top .header-top-info .info-list li {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding-top: 3px;
    padding-left: 15px;
    position: relative;
    font-weight: 500
}

@media(max-width:1199px) {
    .header-area .header-top .header-top-info .info-list li {
        padding-top: 0
    }
}

.header-area .header-top .header-top-info .info-list li:first-child {
    padding-left: 0
}

.header-area .header-top .header-top-info .info-list li i {
    padding-right: 5px
}

.header-area .header-top .header-top-info .info-list li a {
    color: #fff;
    font-size: 16px;
    padding-bottom: 12px;
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media(max-width:1199px) {
    .header-area .header-top .header-top-info .info-list li a {
        padding-bottom: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .header-area .header-top .header-top-info .info-list li a {
        padding-bottom: 10px;
    }
  
}

.header-area .header-top .header-top-info .info-list li a img {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 2px
}

.header-area .header-top .header-top-info .info-list li a i {
    padding-right: 3px
}

.header-area .header-top .header-top-info .info-list li a.work-btn {
    background-color: #64b2e5;
    color: #fff;
    padding-left: 30px;
    padding-right: 42px;
    font-size: 15px;
    margin-top: -10px
}

@media(max-width:1199px) {
    .header-area .header-top .header-top-info .info-list li a.work-btn {
        margin-top: 4px
    }
}

@media(max-width:1024px) {
    .header-area .header-top .header-top-info .info-list li a.work-btn {
        margin-left: 10px
    }
    .single-case-item{
        margin-top: 10px;
    }
    .m-w-80{
        width: 80%;
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .header-top .header-top-info .info-list li a.work-btn {
        display: none
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .header-area .header-top .header-top-info .info-list li a.work-btn {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .header-area .header-top .header-top-info .info-list li a.work-btn {
        display: none;
    }
    .linebreak{
        padding-left:12px;
    }
    .linebreak1{
        padding-left:0%;
    }
    .get_eLearning_solutions_outer .outer_box_min h3 {
        /* font: 20px/27px DINPro-Regular; */
        color: #444;
        font-size: 19px !important;
    }
    body {
        font-size: 13px !important;
        line-height: 25px;
        font-family: "Barlow", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    /* .gap {
        padding-left: 1%;
    } */
}
@media  (max-width:999px) {
    .get_eLearning_solutions_outer .icon4{
        float: left;
        padding: 23% 0;
        width: 100%;
        background: #fff;

    }
}

.header-area .header-top .header-top-info .info-list li a.work-btn .fa__arrow {
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-area .header-top .header-top-info .info-list li a.work-btn:hover {
    background-color: #fff;
    color: #64b2e5
}

.header-area .header-top .header-top-info .info-list li a.work-btn:hover .fa__arrow {
    right: 25px
}

.header-area .header-top .header-top-info .info-list li a:hover {
    color: #FFFF00 !important;
    text-decoration: none;
}

.header-area .header-top .header-top-info .info-list li .lang-drop-menu {
    position: absolute;
    top: 60px;
    right: 0;
    width: 150px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-area .header-top .header-top-info .info-list li .lang-drop-menu li {
    display: block;
    text-align: left
}

.header-area .header-top .header-top-info .info-list li .lang-drop-menu li a {
    display: block;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    color: #025b8a;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-area .header-top .header-top-info .info-list li .lang-drop-menu li a:hover {
    color: #64b2e5
}

.header-area .header-top .header-top-info .info-list li .lang-drop-menu li a img {
    margin-right: 4px
}

.header-area .header-top .header-top-info .info-list li .lang-drop-menu li a:first-child {
    padding-top: 15px
}

.header-area .header-top .header-top-info .info-list li .lang-drop-menu:after {
    position: absolute;
    content: '';
    left: 50%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header-area .header-top .header-top-info .info-list li:hover .lang-drop-menu {
    top: 40px;
    opacity: 1;
    visibility: visible
}

@media(max-width:1024px) {
    .header-area .header-top .header-top-info .info-list li:last-child {
        padding-left: 0
    }
    .happeing__img{
        margin-top:10px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .header-area .header-top .header-top-info .info-list li:last-child {
        padding-left: 15px
    }
}

.header-area .header-top .header-login-info {
    text-align: right
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .header-top .header-login-info {
        margin-right: -7px;
        margin-top: 15px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .header-area .header-top .header-login-info {
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .header-area .header-top .header-login-info {
        text-align: center;
    };
    
}

@media(max-width:480px) {
    .header-area .header-top .header-login-info {
        margin-top: 5px
    }
}

.header-area .header-top .header-login-info .info-list li {
    padding-top: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .header-top .header-login-info .info-list li a {
        padding-bottom: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .header-area .header-top .header-login-info .info-list li a {
        padding-bottom: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .header-area .header-top .header-login-info .info-list li a {
        padding-bottom: 0
    }
}

.header-area .header-menu-wrapper {
    color: #fff;
    padding-top: 20px;
    position: relative
}

.header-area .header-menu-wrapper .container {
    position: relative;
    z-index: 1
}

.header-area .header-menu-wrapper:before,
.header-area .header-menu-wrapper:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.header-area .header-menu-wrapper:before {
    /* background-image: url("../images/dots3.png"); */
    background-size: cover;
    background-position: center;
    opacity: 0.01;
    z-index: 1
}

.header-area .header-menu-wrapper:after {
    background-color: #fff;
    left: -100px;
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    -ms-transform: skew(45deg);
    -o-transform: skew(45deg);
    transform: skew(45deg)
}

@media(max-width:1366px) {
    .header-area .header-menu-wrapper:after {
        left: -62px
    }
}

@media(max-width:1280px) {
    .header-area .header-menu-wrapper:after {
        left: -46px
    }
}

@media only screen and (max-width:1279px) and (min-width:320px) {
    .header-area .header-menu-wrapper:after {
        -webkit-transform: skew(0);
        -moz-transform: skew(0);
        -ms-transform: skew(0);
        -o-transform: skew(0);
        transform: skew(0);
        left: 0
    }
}

@media(max-width:1199px) {
    .header-area .header-menu-wrapper {
        padding-bottom: 0px
    }
}

.header-area .header-menu-wrapper .logo {
    padding-top: 8px;
    margin-bottom: 5px;
}

@media(max-width:320px) {
    .header-area .header-menu-wrapper .logo img {
        width: 100px
    }
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content {
    float: right
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav {
    float: left
}

@media(max-width:1199px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul {
        display: none
    }
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li {
    display: inline-block;
    text-transform: capitalize;
    padding-top: 15px;
    padding-right: 30px;
    position: relative
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li a {
    color: #025b8a;
    font-size: 16px;
    font-weight: 600;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding-bottom: 31px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li a:hover {
    color: #64b2e5
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item {
    position: absolute;
    top: 80px;
    left: 0;
    width: auto;
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9)
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item li {
    display: block;
    padding-top: 0;
    padding-right: 0
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item li a {
    color: #677286;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: capitalize;
    padding: 8px 15px;
    font-weight: 500;
    margin-right: 10px;
    margin-left: 10px;
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    position: relative
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item li a:hover {
    color: #64b2e5;
    padding-left: 18px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item li a:hover:after {
    background-color: #64b2e5;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item li a .icon-right {
    float: right;
    padding-top: 4px;
    font-size: 14px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item li a:after {
    position: absolute;
    width: 7px;
    height: 7px;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    left: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item li .sub-menu {
    position: absolute;
    top: -10px;
    left: 190px;
    width: 200px;
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
    opacity: 0
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item li .sub-menu:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    background-image: url("../images/dots3.png");
    background-size: cover;
    background-position: center;
    opacity: .1
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item li:hover .sub-menu {
    left: 200px;
    opacity: 1;
    visibility: visible
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item:after {
    position: absolute;
    content: '';
    left: 25px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    bottom: 100%
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    background-image: url("../images/dots3.png");
    background-size: cover;
    background-position: center;
    opacity: .1
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li:hover .dropdown-menu-item {
    top: 65px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li:last-child {
    padding-right: 0
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button {
    float: left;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button {
        margin-top: -45px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button {
        margin-top: -45px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button {
        margin-top: -40px
    }
}

@media(max-width:1199px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul {
        padding-right: 70px
    }
}

@media(max-width:320px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul {
        padding-right: 50px
    }
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li {
    padding-top: 15px;
    padding-left: 30px;
    display: inline-block;
    position: relative
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li a {
    color: #025b8a;
    font-size: 16px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__icon {
    position: relative
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__icon .cart__item-count {
    position: absolute;
    top: -6px;
    right: -10px;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background-color: #64b2e5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items {
    background-color: #fff;
    position: absolute;
    right: -25px;
    top: 80px;
    width: 300px;
    padding: 20px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
    z-index: 1
}

@media(max-width:320px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items {
        right: -103px
    }
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .items {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    position: relative
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .items img {
    width: 50px;
    height: 55px;
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .items .item__info {
    margin-left: 60px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .items .item__info a {
    display: block;
    color: #025b8a;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-right: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .items .item__info a:hover {
    color: #64b2e5
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .items .item__info .item__info-price {
    color: #025b8a;
    font-size: 16px;
    font-weight: 600
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .items .item__remove {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .items .item__remove:hover {
    color: #64b2e5
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .items2 {
    margin-top: 20px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .cart__info p {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #677286;
    font-size: 16px;
    font-weight: 600
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .cart__info p span {
    font-weight: 700;
    color: #025b8a
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .cart__info .cart__btn {
    padding: 10px 20px;
    background-color: #025b8a;
    color: #fff
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .cart__info .cart__btn:hover {
    background-color: #64b2e5
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .cart__info .check__btn {
    margin-left: 10px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items:after {
    position: absolute;
    content: '';
    right: 25px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    bottom: 100%
}

@media(max-width:320px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items:after {
        right: 100px
    }
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/dots3.png");
    background-size: cover;
    background-position: center;
    opacity: .1
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li:hover .cart__items {
    top: 50px;
    opacity: 1;
    visibility: visible
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button .side-menu-open {
    width: 27px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    position: absolute;
    right: 0;
    top: 18px
}

@media(max-width:1199px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button .side-menu-open {
        display: block
    }
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button .side-menu-open .menu__bar {
    height: 2px;
    background-color: #025b8a;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button .side-menu-open .menu__bar:nth-child(1),
.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button .side-menu-open .menu__bar:nth-child(2) {
    margin-bottom: 5px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button .side-menu-open .menu__bar:nth-child(2) {
    margin-left: 5px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button .side-menu-open:hover .menu__bar:nth-child(2) {
    margin-left: 0;
    margin-right: 5px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .search-option {
    position: absolute;
    top: 80px;
    right: 15px;
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .search-option {
        top: 60px;
        width: 96%
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .search-option {
        top: 60px;
        width: 95%
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .search-option {
        width: 90%
    }
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .search-option .form-control {
    padding: 15px 20px;
    color: #025b8a;
    height: auto;
    font-size: 16px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .search-option .search-icon {
    position: absolute;
    right: 20px;
    color: #025b8a;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .search-option.active {
    top: 70px;
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .search-option.active {
        top: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .search-option.active {
        top: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .search-option.active {
        top: 30px
    }
}

.header-area .header-menu-wrapper.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1)
}

.header-area .side-nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    background-color: #025b8a;
    overflow-x: hidden;
    z-index: 999;
    -webkit-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
    -moz-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
    -ms-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
    -o-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
    transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.header-area .side-nav-container .humburger-menu .humburger-menu-lines {
    display: inline-block;
    text-align: right;
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 18px;
    opacity: .5
}

.header-area .side-nav-container .humburger-menu .humburger-menu-lines:before,
.header-area .side-nav-container .humburger-menu .humburger-menu-lines:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    top: 10px;
    left: 0;
    background-color: #fff;
    -webkit-transform: rotate(-43deg);
    -moz-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    -o-transform: rotate(-43deg);
    transform: rotate(-43deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-area .side-nav-container .humburger-menu .humburger-menu-lines:after {
    -webkit-transform: rotate(43deg);
    -moz-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    -o-transform: rotate(43deg);
    transform: rotate(43deg)
}

.header-area .side-nav-container .humburger-menu .humburger-menu-lines:hover:before,
.header-area .side-nav-container .humburger-menu .humburger-menu-lines:hover:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.header-area .side-nav-container .side-menu-wrap {
    margin-top: 100px
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item {
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.12)
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item a {
    font-size: 16px;
    color: #fff;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    padding: 14px 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 54px;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:before,
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:after {
    position: absolute;
    top: 24px;
    right: 20px;
    content: '';
    width: 11px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:hover {
    background-color: rgba(255, 255, 255, 0.1)
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu {
    display: none
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12)
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.12)
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li a {
    padding-left: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    opacity: .8
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li a:hover {
    color: #64b2e5;
    opacity: 1
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item:hover>a {
    background-color: rgba(255, 255, 255, 0.12)
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item.active .menu-plus-icon:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item2 i {
    font-size: 14px
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item2:after {
    background-color: rgba(255, 255, 255, 0.1)
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item2 a {
    background-color: rgba(255, 255, 255, 0.12)
}

.header-area .side-nav-container.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.header-area2 .header-top {
    margin-left: 60px;
    margin-right: 60px;
    position: relative;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    margin-top: 30px;
    padding-top: 13px
}

@media(max-width:1366px) {
    .header-area2 .header-top {
        margin-right: 40px;
        margin-left: 40px
    }
}

@media(max-width:1024px) {
    .header-area2 .header-top {
        margin-right: 15px;
        margin-left: 15px
    }
}

@media(max-width:800px) {
    .header-area2 .header-top {
        margin-right: 0;
        margin-left: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
}

@media(max-width:480px) {
    .header-area2 .header-top {
        margin-top: 0
    }
}

.header-area2 .header-menu-wrapper {
    background-color: #fff;
    margin-left: 60px;
    margin-right: 60px;
    position: relative;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px
}

@media(max-width:1366px) {
    .header-area2 .header-menu-wrapper {
        margin-right: 40px;
        margin-left: 40px
    }
}

@media(max-width:1024px) {
    .header-area2 .header-menu-wrapper {
        margin-right: 15px;
        margin-left: 15px
    }
}

@media(max-width:800px) {
    .header-area2 .header-menu-wrapper {
        margin-right: 0;
        margin-left: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
}

.header-area2 .header-menu-wrapper:after {
    display: none
}

.header-area2 .header-menu-wrapper.header-fixed {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.header-area2 .header-menu-wrapper .header-fixed {
    padding-top: 10px;
    padding-bottom: 20px
}

.header-area3 {
    border-bottom: 1px solid #f6f8f9
}

.sec-heading .sec__meta {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #677286;
    font-weight: 600
}

.sec-heading .sec__title {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 23px;
    color: #025b8a
}

@media(max-width:480px) {
    .sec-heading .sec__title {
        font-size: 35px
    }
}

@media(max-width:320px) {
    .sec-heading .sec__title {
        margin-bottom: 10px
    }
}

.sec-heading .sec__desc {
    font-size: 16px;
    color: #677286;
    line-height: 28px;
    font-weight: 500
}

.white-heading .sec__meta {
    color: #fff;
    opacity: .7
}

.white-heading .sec__title {
    color: #fff
}

.white-heading .sec__desc {
    color: #fff
}

.slider-area {
    position: relative;
    z-index: 1;
    color: #fff;
	
}

.slider-area .rev_slider .slotholder:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.25;
    background-color: rgba(59, 62, 121, 0.6);
    z-index: 99;
}

@media(max-width:480px) {
    .slider-area .rev_slider .tp-caption {
        padding-left: 8px !important;
        font-display: 15px;
    }
}

.slider-area .rev_slider .tp-caption .slide__title {
    font-size: 65px;
    font-weight: 700;
    line-height: 76px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-area .rev_slider .tp-caption .slide__title {
        font-size: 35px;
        line-height: 65px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .slider-area .rev_slider .tp-caption .slide__title {
        font-size: 30px;
        line-height: 55px
    }
}

@media(max-width:480px) {
    .slider-area .rev_slider .tp-caption .slide__title {
        font-size: 26px;
        line-height: 42px;
        margin-top: 10px !important
    }
}

@media(max-width:375px) {
    .slider-area .rev_slider .tp-caption .slide__title {
        margin-top: 0 !important
    }
}

@media(max-width:480px) {
    .slider-area .rev_slider .tp-caption .slide__title2 {
        margin-top: 20px !important
    }
}

@media(max-width:425px) {
    .slider-area .rev_slider .tp-caption .slide__title2 {
        margin-top: 0 !important
    }
}

.slider-area .rev_slider .tp-caption .slide__desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

@media(max-width:425px) {
    .slider-area .rev_slider .tp-caption .slide__desc {
        font-size: 16px;
        line-height: 28px
    }
}

@media(max-width:480px) {
    .slider-area .rev_slider .tp-caption .slide__desc2 {
        margin-top: 10px !important
    }
}

@media(max-width:425px) {
    .slider-area .rev_slider .tp-caption .slide__desc2 {
        margin-top: 5px !important
    }
}

.slider-area .rev_slider .tp-caption .slide__btn {
    padding-left: 30px;
    padding-right: 42px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.slider-area .rev_slider .tp-caption .slide__btn .fa__arrow {
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider-area .rev_slider .tp-caption .slide__btn:hover {
    background-color: #64b2e5;
    color: #fff
}

.slider-area .rev_slider .tp-caption .slide__btn:hover .fa__arrow {
    right: 25px
}

.slider-area .rev_slider .tp-caption .slide__btn2 {
    margin-left: 13px
}

.slider-area .rev_slider .revo-slider-inner .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap {
    text-align: center
}

.slider-area .rev_slider .tparrows {
    background-color: #fff;
    color: #025b8a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: auto !important;
    left: auto !important;
    right: -15px;
    bottom: 18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media(max-width:480px) {
    .slider-area .rev_slider .tparrows {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: -20px;
        bottom: -5px
    }
}

@media(max-width:320px) {
    .slider-area .rev_slider .tparrows {
        right: -45px
    }
}

.slider-area .rev_slider .tparrows:before {
    color: #025b8a;
    font-size: 18px;
    line-height: 50px;
    font-family: "FontAwesome"
}

@media(max-width:480px) {
    .slider-area .rev_slider .tparrows:before {
        line-height: 40px
    }
}

@media(max-width:320px) {
    .slider-area .rev_slider .tparrows:before {
        line-height: 40px
    }
}

.slider-area .rev_slider .tparrows:hover {
    background-color: #64b2e5
}

.slider-area .rev_slider .tparrows:hover:before {
    color: #fff
}

.slider-area .rev_slider .tp-leftarrow {
    right: 40px
}

@media(max-width:480px) {
    .slider-area .rev_slider .tp-leftarrow {
        right: 25px
    }
}

@media(max-width:320px) {
    .slider-area .rev_slider .tp-leftarrow {
        right: 0
    }
}

.slider-area .rev_slider .tp-leftarrow:before {
    content: "\f104"
}

.slider-area .rev_slider .tp-rightarrow:before {
    content: "\f105"
}

.hero-area {
    color: #fff;
    position: relative
}

.hero-area .hero-content .herotop__desc {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500
}

.hero-area .hero-content .hero__title {
    font-size: 65px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 80px
}

@media(max-width:425px) {
    .hero-area .hero-content .hero__title {
        font-size: 45px;
        line-height: 64px
    }
}

.hero-area .hero-content .hero__desc {
    font-size: 20px;
    margin-bottom: 45px;
    line-height: 35px;
    font-weight: 500
}

.hero-area .hero-content .hero__btn {
    padding-left: 30px;
    padding-right: 42px
}

@media(max-width:425px) {
    .hero-area .hero-content .hero__btn {
        display: block
    }
}

.hero-area .hero-content .hero__btn .fa__arrow {
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero-area .hero-content .hero__btn:hover {
    background-color: #64b2e5;
    color: #63b2e4;
}

.hero-area .hero-content .hero__btn:hover .fa__arrow {
    right: 25px
}

.hero-area .hero-content .started__btn {
    margin-right: 20px;
    background-color:  #63b3e2;
    color: #fff
}

@media(max-width:425px) {
    .hero-area .hero-content .started__btn {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.hero-area .hero-img-box {
    margin-top: -20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-area .hero-img-box {
        margin-top: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .hero-area .hero-img-box {
        margin-top: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .hero-area .hero-img-box {
        margin-top: 0
    }
}

.hero-area .hero-img-box .hero__img {
    width: 100%
}

.hero-area .svg-shape {
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 100%
}

.hero-area .svg-shape svg {
    fill: #fff;
    height: 200px;
    width: 100%;
    stroke: none
}

.slider-area2 .rev_slider .tparrows {
    bottom: 40%;
    -webkit-border-radius: 15px 0 15px 0;
    -moz-border-radius: 15px 0 15px 0;
    border-radius: 15px 0 15px 0;
    right: -10px
}

@media(max-width:1366px) {
    .slider-area2 .rev_slider .tparrows {
        right: -30px
    }
}

@media(max-width:1280px) {
    .slider-area2 .rev_slider .tparrows {
        right: -50px
    }
}

@media(max-width:600px) {
    .slider-area2 .rev_slider .tparrows {
        bottom: 0;
        right: auto;
        left: 135px !important
    }
}

.slider-area2 .rev_slider .tp-leftarrow {
    right: auto;
    left: 130px !important
}

@media(max-width:1366px) {
    .slider-area2 .rev_slider .tp-leftarrow {
        left: 111px !important
    }
}

@media(max-width:1280px) {
    .slider-area2 .rev_slider .tp-leftarrow {
        left: 90px !important
    }
}

.new-product-area {
    padding-top: 112px
}

@media(max-width:320px) {
    .new-product-area {
        padding-top: 60px
    }
}

.new-product-area .newest-pro-box {
    margin-top: 25px
}

.new-product-area .newest-pro-box .new-product {
    position: relative
}

.new-product-area .newest-pro-box .new-product .newproduct__thumb a img {
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5px;
    border:1px dotted #64b2e5;

}

.new-product-area .newest-pro-box .new-product .newproduct__details {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.new-product-area .newest-pro-box .new-product .newproduct__details .newproduct__title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px
}

@media(max-width:320px) {
    .new-product-area .newest-pro-box .new-product .newproduct__details .newproduct__title {
        font-size: 20px;
        margin-bottom: 10px
    }
}

.new-product-area .newest-pro-box .new-product .newproduct__details .newproduct__title a {
    color: #025b8a;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.new-product-area .newest-pro-box .new-product .newproduct__details .newproduct__title a:hover {
    color: #64b2e5
}

.new-product-area .newest-pro-box .new-product .newproduct__details .newproduct__btn {
    text-transform: capitalize;
    font-size: 16px;
    color: #025b8a;
    font-weight: 500;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    padding-right: 10px
}

.new-product-area .newest-pro-box .new-product .newproduct__details .newproduct__btn:hover {
    color: #64b2e5
}

.new-product-area .newest-pro-box .new-product .newproduct__details .newproduct__btn:hover i {
    right: -3px
}

.new-product-area .newest-pro-box .new-product .newproduct__details .newproduct__btn i {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .new-product-area .newest-pro-box .new-product1 {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .new-product-area .newest-pro-box .new-product1 {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .new-product-area .newest-pro-box .new-product1 {
        margin-bottom: 30px
    }
}

.breadcrumb-area {
    background-color: #eee;
    padding-top: 285px;
    position: relative;
    z-index: 2;
    color: #fff;
    background-image: url("../images/breadcrumb-bg2.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

@media(max-width:1199px) {
    .breadcrumb-area {
        padding-top: 300px
    }
}

.breadcrumb-area .breadcrumb-content {
    position: relative;
    padding-bottom: 155px
}

@media(max-width:1199px) {
    .breadcrumb-area .breadcrumb-content {
        padding-bottom: 135px
    }
}

@media(max-width:425px) {
    .breadcrumb-area .breadcrumb-content {
        padding-bottom: 100px
    }
}

.breadcrumb-area .breadcrumb-content .breadcrumb__title {
    font-size: 65px;
    text-transform: capitalize;
    font-weight: 700;
    text-align: center
}

@media(max-width:425px) {
    .breadcrumb-area .breadcrumb-content .breadcrumb__title {
        font-size: 45px
    }
}

@media(max-width:320px) {
    .breadcrumb-area .breadcrumb-content .breadcrumb__title {
        font-size: 40px
    }
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list {
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #fff;
    padding: 10px 32px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: -22px;
    -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 10px 40px rgba(82, 85, 90, 0.1)
}

@media(max-width:600px) {
    .breadcrumb-area .breadcrumb-content .breadcrumb__list {
        display: inline-table;
        text-align: center
    }
}

@media(max-width:375px) {
    .breadcrumb-area .breadcrumb-content .breadcrumb__list {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li {
    display: inline-block;
    text-transform: capitalize;
    color: #677286;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-right: 22px
}

@media(max-width:480px) {
    .breadcrumb-area .breadcrumb-content .breadcrumb__list li {
        font-size: 15px
    }
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li:last-child {
    padding-right: 0
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li a {
    color: #025b8a;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li a:hover {
    color: #64b2e5
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li.active__list-item:after {
    position: absolute;
    content: '.';
    top: -6px;
    right: 0;
    padding: 0 6px;
    font-size: 28px
}

.breadcrumb-area:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,128,197,1) 0%, rgba(99,179,226,1) 100%);
    opacity: .9;
    z-index: -1
}

.blog-area.inner-blog-area {
    padding-top: 121px;
    padding-bottom: 10px
}

.blog-area.inner-blog-area .blog-post-wrapper {
    margin-top: 0
}

.blog-area.inner-blog-area .blog-post-wrapper .blog-post-item .blog-post-body {
    padding-right: 25px;
    padding-left: 25px
}

.blog-area.inner-blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__meta li:nth-child(1),
.blog-area.inner-blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__meta li:nth-child(2),
.blog-area.inner-blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__meta li:nth-child(3) {
    margin-right: 5px
}

.blog-area.inner-blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__title {
    font-size: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 26px
}

.blog-area.inner-blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__desc {
    margin-bottom: 30px;
    margin-top: 18px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item {
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    margin-bottom: 0;
    width: auto
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body {
    padding-top: 25px;
    border: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .blog__title {
    font-size: 28px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .blog__desc {
    margin-bottom: 17px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body blockquote {
    margin-top: 34px;
    margin-bottom: 34px;
    border-left-color: #a0aec6;
    background-color: #025b8a;
    position: relative;
    padding: 30px 35px 38px 35px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body blockquote i {
    font-size: 100px;
    position: absolute;
    right: 25px;
    bottom: 15px;
    opacity: .4;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #677286;
    -ms-text-stroke-color: #677286;
    -o-text-stroke-color: #677286;
    color: transparent
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body blockquote .blog__desc {
    font-style: italic;
    margin-bottom: 0;
    margin-top: 0;
    color: #a0aec6;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body blockquote .qoute__meta {
    color: #fff;
    font-weight: 700;
    margin-top: 24px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body blockquote .qoute__meta span {
    color: #a0aec6;
    font-weight: 500
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body blockquote:before {
    position: absolute;
    content: '';
    left: -5px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 0;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .single-blog-img-box {
    margin-top: 40px;
    margin-bottom: 37px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .single-blog-img-box img {
    width: 100%
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .single-blog-img-box .blog__list li {
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .single-blog-img-box .blog__list li:last-child {
    margin-bottom: 0
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .single-blog-img-box .blog__list li i {
    margin-right: 10px;
    color: #64b2e5
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .single-blog-img-box .blog__featurelist {
        margin-top: 40px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .single-blog-img-box .blog__featurelist {
        margin-top: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .single-blog-img-box .blog__featurelist {
        margin-top: 40px
    }
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items {
    margin-top: 33px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

@media(max-width:600px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items .tag__list.pull-left,
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items .tag__list.pull-right {
        float: none !important;
        text-align: left
    }
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items .tag__list li {
    display: inline-block
}

@media(max-width:375px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items .tag__list li {
        margin-bottom: 5px
    }
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items .tag__list li span {
    font-size: 18px;
    color: #025b8a;
    font-weight: 600
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items .tag__list li a {
    color: #677286;
    display: block;
    padding: 5px 18px 5px 18px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #eee;
    text-transform: capitalize;
    font-size: 16px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 500
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items .tag__list li a:hover {
    color: #fff;
    background-color: #64b2e5;
    border-color: #64b2e5
}

@media(max-width:600px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items .social__list {
        margin-top: 20px
    }
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items .social__list li a {
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: relative;
    background-color: rgba(35, 61, 99, 0.1);
    border: 0
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items .social__list li a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items .social__list li a:hover {
    background-color: #64b2e5;
    color: #fff
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .post-pagination {
    margin-top: 35px;
    margin-bottom: 25px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .post-pagination .prev-post {
    float: left
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .post-pagination .next-post {
    float: right
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .post-pagination .post__link {
    font-size: 18px;
    color: #025b8a;
    font-weight: 500;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .post-pagination .post__link:hover {
    color: #64b2e5
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper {
    margin-top: 57px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-title {
    font-size: 35px;
    color: #025b8a;
    font-weight: 700;
    margin-bottom: 33px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .leave-title {
    margin-top: 60px;
    margin-bottom: 7px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .leave-desc {
    font-size: 16px;
    color: #677286;
    font-weight: 500
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment {
    border: 1px solid #eee;
    padding: 30px 30px 30px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .avatar__img {
    width: 100px;
    height: 100px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
    border: 8px solid #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1)
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .avatar__img {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: inherit
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .avatar__img {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: inherit
    }
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body {
    margin-left: 110px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body {
        margin-top: 25px;
        margin-left: 0;
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body {
        margin-left: 0;
        margin-top: 25px;
        text-align: center
    }
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .meta-data .comment__author {
    font-size: 20px;
    text-transform: capitalize;
    color: #025b8a;
    font-weight: 600;
    margin-bottom: 12px;
    display: inline-block
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .meta-data .comment__date {
    font-size: 16px;
    color: #677286;
    font-weight: 500
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .meta-data .comment__date.pull-right {
        float: none !important;
        display: block;
        margin-bottom: 20px;
        margin-top: -5px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .meta-data .comment__date.pull-right {
        float: none !important;
        display: block;
        margin-bottom: 20px;
        margin-top: -5px
    }
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-content {
    font-size: 16px;
    color: #677286;
    margin-bottom: 15px;
    font-weight: 500
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply {
    margin-left: 10px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply {
        margin-left: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply {
        margin-left: 0
    }
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply .comment__btn {
    color: #025b8a;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 16px;
    display: inline-block;
    padding: 4px 22px 4px 40px;
    border: 1px solid #eee;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: 500
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply .comment__btn i {
    position: absolute;
    top: 50%;
    left: 20px;
    font-size: 13px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply .comment__btn:hover {
    color: #fff;
    background-color: #64b2e5;
    border-color: #64b2e5
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply .comment__btn:hover i {
    left: 15px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply .helpful__btn {
    float: right;
    color: #677286;
    font-size: 14px;
    font-weight: 500
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply .helpful__btn {
        float: none;
        margin-top: 25px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply .helpful__btn {
        float: none;
        margin-top: 25px
    }
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply .helpful__btn a {
    border: 1px solid rgba(128, 137, 150, 0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 12px;
    color: #677286;
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    line-height: 20px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply .helpful__btn a i {
    color: #64b2e5
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply .helpful__btn a:hover {
    background-color: rgba(128, 137, 150, 0.1);
    color: #025b8a
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comments-reply {
    margin-left: 130px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comments-reply {
        margin-left: 25px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comments-reply {
        margin-left: 10px
    }
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .contact-form-action {
    margin-top: 36px;
    padding-left: 0
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .contact-form-action .form-group .message-control {
    height: 170px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.inner-blog-area.blog-single-area {
    padding-bottom: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .sidebar {
        margin-top: 50px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .sidebar {
        margin-top: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .sidebar {
        margin-top: 50px
    }
}

.sidebar .contact-form-action {
    padding-left: 0
}

.sidebar .contact-form-action .form-group {
    position: relative
}

.sidebar .contact-form-action .form-group .submit__btn3 {
    position: absolute;
    right: 20px;
    top: 50%;
    border: 0;
    background-color: transparent;
    color: #025b8a;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidebar .sidebar-widget {
    margin-bottom: 40px
}

.sidebar .sidebar-widget .widget__title {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 600;
    color: #025b8a;
    margin-bottom: 20px
}

.sidebar .sidebar-widget .side__desc {
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    line-height: 28px
}

.sidebar .sidebar-widget .side__btns {
    margin-top: 40px
}

.sidebar .sidebar-widget .side__btns li {
    display: block;
    color: #025b8a;
    margin-bottom: 10px
}

.sidebar .sidebar-widget .side__btns li:last-child {
    margin-bottom: 0
}

.sidebar .sidebar-widget .side__btns li a {
    background-color: #025b8a;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 13px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.sidebar .sidebar-widget .side__btns li a i {
    margin-right: 20px
}

.sidebar .sidebar-widget .side__btns li a:hover {
    background-color: #64b2e5
}

.sidebar .sidebar-widget .widget__title1,
.sidebar .sidebar-widget .widget__title4 {
    margin-bottom: 32px
}

.sidebar .sidebar-widget .widget__list li {
    display: block
}

.sidebar .sidebar-widget .widget__list li a {
    color: #025b8a;
    font-size: 16px;
    position: relative;
    padding: 10px 20px 10px 20px;
    display: block;
    border: 1px solid #a0aec6;
    font-weight: 600;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: capitalize;
    margin-bottom: 10px;
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0
}

.sidebar .sidebar-widget .widget__list li a:hover {
    background-color: #64b2e5;
    color: #fff;
    border-color: #64b2e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.sidebar .sidebar-widget .widget__list li a:hover:after {
    color: #fff;
    right: 15px
}

.sidebar .sidebar-widget .widget__list li a:after {
    position: absolute;
    content: '\f105';
    right: 20px;
    top: 9px;
    color: #677286;
    font-size: 16px;
    font-family: 'FontAwesome';
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.sidebar .sidebar-widget .recent-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee
}

.sidebar .sidebar-widget .recent-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.sidebar .sidebar-widget .recent-item .recent-img {
    float: left
}

.sidebar .sidebar-widget .recent-item .recent-img img {
    width: 85px;
    height: 78px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    margin-right: 15px
}

.sidebar .sidebar-widget .recent-item .pro-img img {
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0
}

.sidebar .sidebar-widget .recent-item .recentpost-body .recent__meta {
    font-size: 14px;
    color: #677286;
    font-weight: 500
}

.sidebar .sidebar-widget .recent-item .recentpost-body .recent__meta a {
    color: #025b8a;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.sidebar .sidebar-widget .recent-item .recentpost-body .recent__meta a:hover {
    color: #64b2e5
}

.sidebar .sidebar-widget .recent-item .recentpost-body .recent__link a {
    color: #025b8a;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    display: block;
    margin-top: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.sidebar .sidebar-widget .recent-item .recentpost-body .recent__link a:hover {
    color: #64b2e5
}

.sidebar .sidebar-widget .recent-item .recentpost-body .pro__link a {
    margin-top: 0
}

.sidebar .sidebar-widget .recent-item .recentpost-body .sell-rating-content .sell__rating li {
    display: inline-block;
    font-size: 13px
}

.sidebar .sidebar-widget .recent-item .recentpost-body .sell-rating-content .sell__rating li a {
    color: #64b2e5
}

.sidebar .sidebar-widget .recent-item .recentpost-body .prices span {
    font-size: 16px;
    color: #64b2e5;
    font-weight: 700
}

.sidebar .sidebar-widget .recent-item .recentpost-body .prices span.old__price {
    color: #677286;
    margin-right: 5px;
    text-decoration: line-through;
    font-size: 16px;
    opacity: .7
}

.sidebar .sidebar-widget .tag__list li {
    display: inline-block
}

.sidebar .sidebar-widget .tag__list li:last-child a {
    border: 1px solid #cccdce;
    margin-right: 0
}

.sidebar .sidebar-widget .tag__list li:last-child a:hover {
    border-color: #64b2e5
}

.sidebar .sidebar-widget .tag__list li a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #cccdce;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500
}

.sidebar .sidebar-widget .tag__list li a:after {
    display: none
}

.sidebar .sidebar-widget .tag__list li a:hover {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.sidebar .sidebar-widget .social__links li {
    display: inline-block
}

.sidebar .sidebar-widget .social__links li a {
    color: #025b8a;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-right: 5px;
    position: relative;
    background-color: rgba(35, 61, 99, 0.1)
}

.sidebar .sidebar-widget .social__links li a:before {
    position: absolute;
    content: '';
    left: 50%;
    top: -3px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 22px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

.sidebar .sidebar-widget .social__links li a:hover {
    background-color: #64b2e5;
    color: #fff
}

.sidebar .sidebar-widget .ui-widget.ui-widget-content {
    border: 0;
    background-color: #eee;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 8px;
    margin-left: 10px;
    margin-right: 10px
}

.sidebar .sidebar-widget .ui-widget.ui-widget-content .ui-slider-range {
    background-color: #64b2e5
}

.sidebar .sidebar-widget .ui-widget.ui-widget-content .ui-slider-handle {
    background-color: #fff;
    border: 2px solid #64b2e5;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 22px;
    width: 22px;
    top: -7px;
    cursor: ew-resize;
    outline: 0
}

.sidebar .sidebar-widget .price-slider-amount {
    padding-top: 35px
}

.sidebar .sidebar-widget .price-slider-amount .filter__btn {
    padding: 8px 25px;
    border-radius: 30px;
    border: 0;
    margin-right: 15px;
    margin-left: 10px
}

.sidebar .sidebar-widget .price-slider-amount .filter__label {
    color: #025b8a;
    margin: 0;
    font-size: 18px
}

.sidebar .sidebar-widget .price-slider-amount .amounts {
    border: 0;
    color: #677286;
    font-size: 16px;
    font-weight: 700
}

@media(max-width:320px) {
    .sidebar .sidebar-widget .price-slider-amount .amounts {
        width: 33%
    }
}

.sidebar .sidebar-widget .procolor__list li {
    display: inline-block
}

.sidebar .sidebar-widget .procolor__list li a {
    display: block;
    background: #677286;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    text-indent: -9999px;
    width: 30px
}

.sidebar .sidebar-widget .procolor__list li+li {
    margin-left: 5px
}

.sidebar .sidebar-widget .procolor__list li.grey a {
    background-color: #025b8a
}

.sidebar .sidebar-widget .procolor__list li.lemon a {
    background-color: #64b2e5
}

.sidebar .sidebar-widget .procolor__list li.white a {
    background-color: #4021ba
}

.sidebar .sidebar-widget .procolor__list li.red a {
    background-color: #677286
}

.sidebar .pro-cat-widget .widget__list li {
    border-bottom: 1px solid #eee;
    margin-bottom: 7px
}

.sidebar .pro-cat-widget .widget__list li:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.sidebar .pro-cat-widget .widget__list li a {
    border: 0;
    padding: 5px 0 13px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 0
}

.sidebar .pro-cat-widget .widget__list li a:after {
    right: auto;
    left: 0;
    top: 5px;
    content: "\f101";
    font-size: 15px
}

.sidebar .pro-cat-widget .widget__list li a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    color: #64b2e5
}

.sidebar .pro-cat-widget .widget__list li a:hover:after {
    color: #64b2e5;
    right: auto;
    left: 5px
}

.sidebar .pro-cat-widget .widget__list li .count {
    font-weight: 600;
    color: #677286
}

.sidebar .price-filter {
    margin-bottom: 50px
}

.sidebar .price-filter .widget__title {
    margin-bottom: 50px
}

.sidebar .contact-widget {
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    border-radius: 20px 0 20px 0;
    padding: 30px 23px 32px 23px
}

.sidebar .contact-widget .widget__title {
    margin-bottom: 30px
}

.sidebar .contact-widget .contact__links li {
    font-size: 16px;
    color: #025b8a;
    position: relative;
    font-weight: 500;
    margin-bottom: 15px
}

.sidebar .contact-widget .contact__links li:last-child {
    margin-bottom: 0
}

.sidebar .contact-widget .contact__links li i {
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(35, 61, 99, 0.1);
    color: #025b8a;
    margin-right: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative
}

.sidebar .contact-widget .contact__links li i:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -3px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 22px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

.sidebar .contact-widget .contact__links li a {
    color: #025b8a;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.sidebar .contact-widget .contact__links li:hover i {
    background-color: #64b2e5;
    color: #fff
}

.sidebar .contact-widget .contact__links li:hover a {
    color: #64b2e5
}

.sidebar .social-widget .widget__title {
    margin-bottom: 30px
}

.faq-area {
    padding-top: 120px !important;
    padding-bottom: 104px !important;
    position: relative;
    z-index: 1
}

@media(max-width:320px) {
    .faq-area {
        padding-top: 80px;
        padding-bottom: 10px
    }
}

.faq-area .contact-form-action {
    margin-top: 0 !important
}

.faq-body .faq-panel .faq-heading {
    margin-top: 20px
}

.faq-body .faq-panel .faq-heading .faq__title {
    color: #025b8a;
    width: 100%;
    cursor: pointer;
    padding: 20px 30px 18px 30px;
    display: block;
    border: 1px solid #cccdce;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media(max-width:320px) {
    .faq-body .faq-panel .faq-heading .faq__title {
        padding-right: 20px;
        padding-left: 20px
    }
}

.faq-body .faq-panel .faq-heading .faq__title:hover {
    color: #64b2e5
}

.faq-body .faq-panel .faq-heading .faq__title:hover:before,
.faq-body .faq-panel .faq-heading .faq__title:hover:after {
    background-color: #64b2e5
}

.faq-body .faq-panel .faq-heading .faq__title:before,
.faq-body .faq-panel .faq-heading .faq__title:after {
    position: absolute;
    content: '';
    top: 24px;
    right: 30px;
    width: 2px;
    height: 10px;
    background-color: #cccdce;
    z-index: 1;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media(max-width:320px) {
    .faq-body .faq-panel .faq-heading .faq__title:before,
    .faq-body .faq-panel .faq-heading .faq__title:after {
        right: 20px
    }
}

.faq-body .faq-panel .faq-heading .faq__title:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.faq-body .faq-panel .faq-content {
    padding: 20px 30px 25px 30px;
    display: none;
    border-right: 1px solid #cccdce;
    border-bottom: 1px solid #cccdce;
    border-left: 1px solid #cccdce;
    background-color: #fff;
    -webkit-box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.1);
    box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

@media(max-width:320px) {
    .faq-body .faq-panel .faq-content {
        padding-right: 20px;
        padding-left: 20px
    }
}

.faq-body .faq-panel .faq-content .faq__desc {
    font-size: 16px;
    color: #677286;
    line-height: 28px;
    font-weight: 500
}

.faq-body .faq-panel.active .faq-heading .faq__title {
    color: #64b2e5;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.faq-body .faq-panel.active .faq-heading .faq__title:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #64b2e5
}

.faq-body .faq-panel.active .faq-heading .faq__title:after {
    z-index: -1
}

.faq-body .faq-btn-box {
    margin-top: 74px
}

.faq-body .faq-btn-box .theme-button i {
    margin-right: 10px
}

.pagination-wrapper {
    margin-top: 40px
}

.pagination-wrapper .pagination-list li {
    display: inline-block;
    text-transform: capitalize
}

@media(max-width:375px) {
    .pagination-wrapper .pagination-list li {
        margin-bottom: 10px
    }
}

.pagination-wrapper .pagination-list li:last-child {
    margin-bottom: 0
}

.pagination-wrapper .pagination-list li.pag__active a {
    background-color: #64b2e5;
    color: #fff;
    border-color: #64b2e5
}

.pagination-wrapper .pagination-list li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #025b8a;
    background-color: rgba(35, 61, 99, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 16px;
    font-weight: 500
}

.pagination-wrapper .pagination-list li a.pag__prev {
    margin-right: 4px
}

.pagination-wrapper .pagination-list li a.pag__next {
    margin-left: 4px
}

.pagination-wrapper .pagination-list li a:hover {
    background-color: #64b2e5;
    color: #fff;
    border-color: #64b2e5
}

.contact-area {
    padding-top: 113px;
    padding-bottom: 104px;
   
}


@media(max-width:480px) {
    .contact-area {
        padding-bottom: 110px
    }
}

@media(max-width:320px) {
    .contact-area {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .contact-area .sec-heading {
        margin-bottom: 50px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .contact-area .sec-heading {
        margin-bottom: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .contact-area .sec-heading {
        margin-bottom: 50px
    }
}

.contact-area .sec-heading .sec__title {
    line-height: 60px;
    margin-bottom: 28px
}

@media(max-width:480px) {
    .contact-area .sec-heading .sec__title {
        line-height: 45px
    }
}

.contact-area .sec-heading .sec__list {
    margin-top: 25px
}

.contact-area .sec-heading .sec__list li {
    display: inline-block;
    margin-right: 5px
}

.contact-area .sec-heading .sec__list li:last-child {
    margin-right: 0
}

.contact-area .sec-heading .sec__list li a {
    color: #677286;
    font-size: 16px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    background-color: rgba(35, 61, 99, 0.1)
}

.contact-area .sec-heading .sec__list li a:before {
    position: absolute;
    content: '';
    left: 50%;
    top: -3px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 22px;
    height: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

.contact-area .sec-heading .sec__list li a:hover {
    background-color: #64b2e5;
    color: #fff
}

.contact-form-action form .form-group .label-text {
    font-size: 14px;
    color: #025b8a;
    font-weight: 600;
    text-transform: capitalize
}

.contact-form-action form .form-group .label-text .span-star-color {
    color: #64b2e5;
    font-size: 16px
}

.contact-form-action form .form-group .form-control {
    height: auto;
    line-height: inherit;
    padding: 12px 15px;
    font-size: 14px;
    color: #025b8a;
    border: 1px solid #ddd;
    font-weight: 500;
    resize: none;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.contact-form-action form .form-group .form-control:focus {
    border-color: #eee
}

.contact-form-action form .form-group .message-control {
    height: 150px
}

.contact-form-action form .form-group .theme-button {
    border: 0
}

.contact-form-action form .form-group .user-rating {
    background: url("../images/stars.png") repeat-x 0 0;
    width: 150px
}

.contact-form-action form .form-group .user-rating input[type="radio"] {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 0
}

.contact-form-action form .form-group .user-rating input[type="radio"].star-5:checked ~ span {
    width: 100%
}

.contact-form-action form .form-group .user-rating input[type="radio"].star-4:checked ~ span {
    width: 80%
}

.contact-form-action form .form-group .user-rating input[type="radio"].star-3:checked ~ span {
    width: 60%
}

.contact-form-action form .form-group .user-rating input[type="radio"].star-2:checked ~ span {
    width: 40%
}

.contact-form-action form .form-group .user-rating input[type="radio"].star-1:checked ~ span {
    width: 20%
}

.contact-form-action form .form-group .user-rating label {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    text-indent: -999em;
    float: left;
    position: relative;
    z-index: 10;
    background: transparent;
    cursor: pointer
}

.contact-form-action form .form-group .user-rating label.star-5:hover ~ span {
    width: 100% !important
}

.contact-form-action form .form-group .user-rating label.star-4:hover ~ span {
    width: 80% !important
}

.contact-form-action form .form-group .user-rating label.star-3:hover ~ span {
    width: 60% !important
}

.contact-form-action form .form-group .user-rating label.star-2:hover ~ span {
    width: 40% !important
}

.contact-form-action form .form-group .user-rating label.star-1:hover ~ span {
    width: 20% !important
}

.contact-form-action form .form-group .user-rating label:hover ~ span {
    background-position: 0 -30px
}

.contact-form-action form .form-group .user-rating span {
    display: block;
    width: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    background: url("../images/stars.png") repeat-x 0 -60px;
    -webkit-transition: -webkit-width .5s;
    -moz-transition: -moz-width .5s;
    -ms-transition: -ms-width .5s;
    -o-transition: -o-width .5s;
    transition: width .5s
}

.contact-form-action form .select-group {
    position: relative
}

.contact-form-action form .subscribe-btn {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .contact-form-action form .subscribe-btn {
        padding-right: 15px !important;
        padding-left: 15px !important
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .contact-form-action form .subscribe-btn {
        padding-right: 15px !important;
        padding-left: 15px !important
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .contact-form-action form .subscribe-btn {
        padding-right: 15px !important;
        padding-left: 15px !important
    }
}

.form-shared {
    padding-top: 120px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.form-shared .contact-form-action {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 46px 30px 42px 30px
}

.form-shared .contact-form-action .form-heading {
    margin-bottom: 33px
}

.form-shared .contact-form-action .form-heading .form__title {
    font-size: 40px;
    color: #025b8a;
    font-weight: 600;
    margin-bottom: 10px
}

@media(max-width:425px) {
    .form-shared .contact-form-action .form-heading .form__title {
        font-size: 35px
    }
}

.form-shared .contact-form-action .form-heading .form__desc {
    font-size: 18px;
    color: #677286;
    font-weight: 500
}

.form-shared .contact-form-action .form-heading .reset__desc {
    line-height: 30px;
    margin-top: 15px
}

.form-shared .contact-form-action .form-heading .reset__desc a {
    color: #64b2e5
}

.form-shared .contact-form-action form .form-group .submit__btn {
    margin-top: 24px
}

.form-shared .contact-form-action form .form-group .submit__btn2 {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #d44439;
    margin-top: 0
}

.form-shared .contact-form-action form .form-group .btn__facebook {
    background-color: #3b5998
}

.form-shared .contact-form-action form .form-group .btn__twitter {
    background-color: #31a5ff
}

.form-shared .contact-form-action form .form-group .reset__btn {
    margin-top: 0
}

.form-shared .contact-form-action form .form-condition {
    margin-bottom: 25px
}

.form-shared .contact-form-action form .form-condition .agree-label a {
    color: #64b2e5
}

.form-shared .contact-form-action form .form-condition .custom-checkbox {
    margin-bottom: 8px
}

.form-shared .contact-form-action form .form-condition .custom-checkbox label {
    color: #677286;
    font-size: 16px;
    font-weight: 600
}

.form-shared .contact-form-action form .form-condition .custom-checkbox .pass__desc {
    color: #64b2e5;
    font-weight: 600
}

@media(max-width:375px) {
    .form-shared .contact-form-action form .form-condition .custom-checkbox .pass__desc.pull-right {
        float: none !important;
        text-align: left;
        display: block;
        margin-top: 5px
    }
}

.form-shared .contact-form-action form .form-condition .custom-checkbox input[type=checkbox]:not(:checked),
.form-shared .contact-form-action form .form-condition .custom-checkbox input[type=checkbox]:checked {
    position: absolute;
    left: -9999px
}

.form-shared .contact-form-action form .form-condition .custom-checkbox input[type=checkbox]:not(:checked)+label,
.form-shared .contact-form-action form .form-condition .custom-checkbox input[type=checkbox]:checked+label {
    position: relative;
    padding-left: 26px;
    cursor: pointer
}

.form-shared .contact-form-action form .form-condition .custom-checkbox input[type=checkbox]:not(:checked)+label:before,
.form-shared .contact-form-action form .form-condition .custom-checkbox input[type=checkbox]:checked+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.form-shared .contact-form-action form .form-condition .custom-checkbox input[type=checkbox]:not(:checked)+label:after,
.form-shared .contact-form-action form .form-condition .custom-checkbox input[type=checkbox]:checked+label:after {
    content: '\f00c';
    position: absolute;
    top: 1px;
    left: 3px;
    font-size: 12px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-family: FontAwesome, sans-serif
}

.form-shared .contact-form-action form .form-condition .custom-checkbox input[type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    visibility: hidden
}

.form-shared .contact-form-action form .form-condition .custom-checkbox input[type=checkbox]:checked+label:after {
    opacity: 1;
    visibility: visible
}

.form-shared .contact-form-action form .form-condition .custom-checkbox input[type=checkbox]:checked+label:before {
    background-color: #64b2e5;
    border-color: #64b2e5
}

.form-shared .contact-form-action form .account-assist {
    margin-top: 15px
}

.form-shared .contact-form-action form .account-assist .account__desc {
    font-size: 16px;
    color: #677286;
    font-weight: 500
}

.form-shared .contact-form-action form .account-assist .account__desc a {
    color: #64b2e5
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .form-shared .contact-form-action form .account-assist .account__desc.text-right {
        text-align: left
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .form-shared .contact-form-action form .account-assist .account__desc.text-right {
        text-align: left
    }
}

.form-shared .contact-form-action form .account-assist .account__desc2 {
    font-size: 22px;
    position: relative;
    margin-bottom: 32px
}

.form-shared .contact-form-action form .account-assist .account__desc2:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 45%;
    height: 1px;
    background-color: #ddd;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form-shared .contact-form-action form .account-assist .account__desc2:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 45%;
    height: 1px;
    background-color: #ddd;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form-shared:before,
.form-shared:after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 50%;
    height: 60%;
    top: 0;
    left: -30px;
    background-image: url("../images/dots3.png");
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    opacity: .1;
    background-position: center
}

.form-shared:after {
    right: 0;
    left: auto;
    top: auto;
    bottom: 0
}

.team-detail-area {
    padding-top: 120px;
    padding-bottom: 30px
}

.team-detail-area .team-single-img {
    position: relative;
    z-index: 1
}

.team-detail-area .team-single-img .team__img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1)
}

.team-detail-area .team-single-img:before {
    position: absolute;
    content: '';
    border: 10px solid rgba(35, 61, 99, 0.1);
    height: 100%;
    width: 100%;
    left: -45px;
    bottom: -40px;
    z-index: -1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.team-detail-area .team-single-img:after {
    position: absolute;
    content: '';
    height: 50%;
    width: 50%;
    left: -68px;
    top: 140px;
    background-image: url("../images/dots.png");
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: .2
}

.team-detail-area .team-single-content {
    padding-left: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .team-detail-area .team-single-content {
        margin-top: 60px;
        padding-left: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .team-detail-area .team-single-content {
        margin-top: 60px;
        padding-left: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .team-detail-area .team-single-content {
        margin-top: 60px;
        padding-left: 0
    }
}

.team-detail-area .team-single-content .ts__title {
    font-size: 35px;
    color: #025b8a;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px
}

.team-detail-area .team-single-content .ts__meta {
    font-size: 16px;
    color: #677286;
    display: block;
    font-weight: 500
}

.team-detail-area .team-single-content .tsd-box {
    margin-top: 27px
}

.team-detail-area .team-single-content .tsd-box .tsd-item .tsdi__title {
    font-size: 22px;
    color: #025b8a;
    font-weight: 700;
    margin-bottom: 25px
}

.team-detail-area .team-single-content .tsd-box .tsd-item .tsdi__list li {
    position: relative;
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 20px
}

.team-detail-area .team-single-content .tsd-box .tsd-item .tsdi__list li:after {
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #64b2e5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.team-detail-area .team-single-content .tsd-box .tsd-item .tsdi__list li:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .team-detail-area .team-single-content .tsd-box .education-detail {
        margin-top: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .team-detail-area .team-single-content .tsd-box .education-detail {
        margin-top: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .team-detail-area .team-single-content .tsd-box .education-detail {
        margin-top: 30px
    }
}

.team-detail-area .team-single-content .ts__contact {
    margin-top: 19px
}

.team-detail-area .team-single-content .ts__contact li {
    display: block;
    position: relative;
    margin-bottom: 12px
}

.team-detail-area .team-single-content .ts__contact li:last-child {
    margin-bottom: 0
}

.team-detail-area .team-single-content .ts__contact li a {
    color: #677286;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.team-detail-area .team-single-content .ts__contact li a i {
    margin-right: 10px;
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #025b8a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    background-color: rgba(35, 61, 99, 0.1)
}

.team-detail-area .team-single-content .ts__contact li a i:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -3px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 22px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

.team-detail-area .team-single-content .ts__contact li:hover a {
    color: #64b2e5
}

.team-detail-area .team-single-content .ts__contact li:hover a i {
    background-color: #64b2e5;
    color: #fff
}

.team-detail-area .team-single-content .ts__sociallinks {
    margin-top: 18px;
    margin-bottom: 25px
}

.team-detail-area .team-single-content .ts__sociallinks li {
    display: inline-block;
    margin-right: 18px
}

.team-detail-area .team-single-content .ts__sociallinks li:last-child {
    margin-right: 0
}

.team-detail-area .team-single-content .ts__sociallinks li a {
    display: block;
    color: #677286;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.team-detail-area .team-single-content .ts__sociallinks li a:hover {
    color: #64b2e5
}

.team-detail-area .about-item .ts__title {
    font-size: 22px;
    color: #025b8a;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 25px
}

.team-detail-area .about-item .ts__desc {
    font-size: 16px;
    color: #677286;
    line-height: 28px;
    font-weight: 500
}

.team-detail-area .about-item .blockquote-content {
    background-color: #025b8a;
    position: relative;
    z-index: 1;
    color: #a0aec6;
    border-left-color: #a0aec6;
    padding: 30px 35px 38px 35px;
    margin-top: 35px;
    margin-bottom: 30px
}

.team-detail-area .about-item .blockquote-content .qoute__desc {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    line-height: 28px
}

.team-detail-area .about-item .blockquote-content .qoute__meta {
    color: #fff;
    font-weight: 600;
    margin-top: 24px
}

.team-detail-area .about-item .blockquote-content .qoute__meta span {
    color: #a0aec6;
    font-size: 16px
}

.team-detail-area .about-item .blockquote-content i {
    font-size: 100px;
    position: absolute;
    right: 25px;
    bottom: 15px;
    opacity: .4;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #677286;
    -ms-text-stroke-color: #677286;
    -o-text-stroke-color: #677286;
    color: transparent
}

.team-detail-area .about-item .blockquote-content:before {
    position: absolute;
    content: '';
    left: -5px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 0;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff
}

.team-detail-area .publication-content {
    margin-top: 32px;
    border-top: 1px solid #eee;
    padding-top: 34px
}

.team-detail-area .publication-content .pub__title {
    font-size: 22px;
    color: #025b8a;
    font-weight: 700;
    margin-bottom: 25px
}

.team-detail-area .publication-content .publication-item {
    color: #677286;
    font-weight: 500;
    font-size: 14px
}

.team-detail-area .publication-content .publication-item .pub__links {
    color: #025b8a;
    font-size: 18px;
    display: block;
    font-weight: 600;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    line-height: 23px;
    margin-bottom: 10px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .team-detail-area .publication-content .publication-item .pub__links {
        margin-bottom: 5px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .team-detail-area .publication-content .publication-item .pub__links {
        margin-bottom: 5px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .team-detail-area .publication-content .publication-item .pub__links {
        margin-bottom: 5px
    }
}

.team-detail-area .publication-content .publication-item .pub__links:hover {
    color: #64b2e5
}

.team-detail-area .publication-content .publication-item .pub__meta i {
    color: #64b2e5
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .team-detail-area .publication-content .publication-item2 {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .team-detail-area .publication-content .publication-item2 {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .team-detail-area .publication-content .publication-item2 {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.team-detail-area .contact-form-action {
    margin-top: 40px
}

.team-detail-area .contact-form-action .help-desc-box {
    background-color: #025b8a;
    padding: 32px 33px 39px 33px;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    border-radius: 20px 0 20px 0;
    color: #fff;
    margin-bottom: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .team-detail-area .contact-form-action .help-desc-box {
        margin-top: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .team-detail-area .contact-form-action .help-desc-box {
        margin-top: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .team-detail-area .contact-form-action .help-desc-box {
        margin-top: 60px
    }
}

.team-detail-area .contact-form-action .help-desc-box .help__title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 26px
}

.team-detail-area .contact-form-action .help-desc-box .help__desc {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px
}

.team-detail-area .contact-form-action .help-desc-box .theme-button {
    background-color: #fff;
    color: #025b8a;
    padding-right: 46px
}

.team-detail-area .contact-form-action .help-desc-box .theme-button .fa__arrow {
    right: 23px
}

.team-detail-area .contact-form-action .help-desc-box .theme-button:hover {
    background-color: #64b2e5;
    color: #fff
}

.team-detail-area .contact-form-action .help-desc-box .theme-button:hover .fa__arrow {
    right: 20px
}

.team-detail-area .contact-form-action .present-btn {
    border: 0
}

.team-detail-area .contact-form-action .present-btn i {
    margin-right: 10px;
    font-size: 18px
}

.team-detail-area .contact-form-action .sidebar {
    margin-top: 40px
}

.team-detail-area .contact-form-action .sidebar .sidebar-widget .widget__title {
    margin-bottom: 30px
}

.team-detail-area .contact-form-action .social-links .social__title {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 600;
    color: #025b8a;
    margin-bottom: 30px
}

.team-detail-area .contact-form-action .social-links .ts__sociallinks li {
    display: inline-block;
    margin-right: 5px
}

.team-detail-area .contact-form-action .social-links .ts__sociallinks li:last-child {
    margin-right: 0
}

.team-detail-area .contact-form-action .social-links .ts__sociallinks li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #025b8a;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    background-color: rgba(35, 61, 99, 0.1)
}

.team-detail-area .contact-form-action .social-links .ts__sociallinks li a:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -3px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 22px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

.team-detail-area .contact-form-action .social-links .ts__sociallinks li a:hover {
    background-color: #64b2e5;
    color: #fff;
    border-color: #64b2e5
}

.gmaps {
    position: relative
}

.gmaps #map {
    width: 100%;
    height: 815px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .gmaps #map {
        height: 450px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .gmaps #map {
        height: 450px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .gmaps #map {
        height: 400px
    }
}

.gmaps .map-address-box {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 30px 35px 36px 35px;
    color: #025b8a;
    border-top: 2px solid #677286
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .gmaps .map-address-box {
        margin-top: 50px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .gmaps .map-address-box {
        margin-top: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .gmaps .map-address-box {
        margin-top: 50px
    }
     .feature__title1{
        margin-right: 60px;
        padding-bottom: 20px;
    }
}

.gmaps .map-address-box .map__title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px
}

.gmaps .map-address-box img {
    width: 100%
}

.gmaps .map-address-box .map-address {
    margin-top: 24px
}

.gmaps .map-address-box .map-address li {
    position: relative;
    padding-left: 52px;
    margin-bottom: 20px
}

.gmaps .map-address-box .map-address li:first-child {
    padding-left: 50px !important
}

.gmaps .map-address-box .map-address li:last-child {
    margin-bottom: 0
}

.gmaps .map-address-box .map-address li i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    color: #677286;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: rgba(35, 61, 99, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.gmaps .map-address-box .map-address li i:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -3px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 22px;
    height: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

.gmaps .map-address-box .map-address li .map__title {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 6px
}

.gmaps .map-address-box .map-address li .map__desc {
    color: #677286;
    font-size: 16px;
    font-weight: 500
}

.gmaps .map-address-box .map-address li .map__desc2 {
    margin-bottom: 26px
}

.gmaps .map-address-box .map-address li:hover i {
    background-color: #64b2e5;
    color: #fff
}

.gmaps .map-address-box .map-c-btn {
    text-align: center;
    border-top: 1px solid rgba(103, 114, 134, 0.2);
    margin-top: 28px;
    padding-top: 32px
}

.gmaps .map-address-box .map-c-btn .theme-button {
    display: block;
    width: 100%
}

.feature-area {
    padding-top: 113px;
    padding-bottom: 75px;
    position: relative;
	
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .feature-area {
        padding-top: 100px
    }
}

.feature-area .sec-heading .sec__title {
    line-height: 55px
}

@media(max-width:480px) {
    .feature-area .sec-heading .sec__title {
        line-height: 40px
    }
}

.feature-area .service-button {
    margin-top: 80px;
    text-align: right
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .feature-area .service-button {
        text-align: left;
        margin-top: 30px;
        margin-bottom: 35px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .feature-area .service-button {
        text-align: left;
        margin-top: 30px;
        margin-bottom: 35px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .feature-area .service-button {
        text-align: left;
        margin-top: 30px;
        margin-bottom: 35px
    }
}

.feature-area .feature-box {
    margin-top: 25px;
    text-align: center
}

.feature-area .feature-box .feature-item {
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    border-radius: 20px 0 20px 0;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 45px 30px 40px 30px;
    margin-bottom: 30px;
    z-index: 1
}

.feature-area .feature-box .feature-item:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #64b2e5;
    left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media(max-width:1199px) {
    .feature-area .feature-box .feature-item {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .feature-area .feature-box .feature-item {
        padding-right: 30px;
        padding-left: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .feature-area .feature-box .feature-item {
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .feature-area .feature-box .feature-item {
        padding-right: 30px;
        padding-left: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .feature-area .feature-box .feature-item {
        padding-right: 30px;
        padding-left: 30px;
        margin-bottom: 30px;
        width: 100%
    }
}

.feature-area .feature-box .feature-item .feature__number {
    font-size: 35px;
    position: absolute;
    top: 3px;
    right: 5px;
    width: 60px;
    height: 55px;
    font-weight: 600;
    line-height: 55px;
    color: rgba(35, 61, 92, 0.3);
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
    z-index: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.feature-area .feature-box .feature-item .feature__icon {
    color: #64b2e5;
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: rgba(246, 107, 93, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

@media(max-width:1199px) {
    .feature-area .feature-box .feature-item .feature__icon {
        font-size: 45px;
        margin-top: 20px;
        margin-bottom: 35px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .feature-area .feature-box .feature-item .feature__icon {
        font-size: 65px;
        margin-bottom: 39px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .feature-area .feature-box .feature-item .feature__icon {
        font-size: 65px;
        margin-bottom: 39px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .feature-area .feature-box .feature-item .feature__icon {
        font-size: 65px;
        margin-bottom: 39px
    }
}

.feature-area .feature-box .feature-item .feature__icon:before {
    font-size: 45px
}

.feature-area .feature-box .feature-item .feature__icon:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -8px;
    width: 50px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.feature-area .feature-box .feature-item .feature__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: capitalize
}

.feature-area .feature-box .feature-item .feature__title a {
    color: #025b8a;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.feature-area .feature-box .feature-item .feature__desc {
    font-size: 16px;
    color: #677286;
    line-height: 28px;
    font-weight: 500
}

.feature-area .feature-box .feature-item:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.feature-area .feature-box .feature-item:hover .feature__number {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.feature-area .feature-box .feature-item:hover .feature__icon {
    background-color: #64b2e5;
    color: #fff
}

.feature-area .feature-box .feature-item:hover .feature__title a {
    color: #64b2e5
}

.feature-area .feature-box .feature-item:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.feature-area .feature-box .feature-item:hover:before {
    opacity: .2;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.feature-area .feature-box .feature-item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/dots3.png");
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6)
}

.feature-area2 {
    background-color: #025b8a;
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden
}

.feature-area2 .feature-box {
    margin-top: 0
}

.feature-area2 .feature-box .feature-item {
    padding: 59px 30px 38px 30px;
    z-index: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.feature-area2 .feature-box .feature-item .feature__icon {
    margin-top: 0
}

.feature-area2 .feature-box .feature-item .read__btn {
    font-size: 16px;
    color: #025b8a;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    padding-right: 35px;
    margin-top: 18px;
    display: inline-block
}

.feature-area2 .feature-box .feature-item .read__btn .fa__arrow {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 14px
}

.feature-area2 .feature-box .feature-item .read__btn:hover {
    color: #64b2e5
}

.feature-area2 .feature-box .feature-item .read__btn:hover .fa__arrow {
    right: 22px
}

.feature-area2 .feature-box .feature-item:hover {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.feature-area2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    /* background-image: url("../images/dots3.png"); */
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: .5
}

.feature-area3 {
    padding-bottom: 90px
}

.product-area {
    padding-top: 110px;
    padding-bottom: 120px;
    position: relative
}

@media(max-width:320px) {
    .product-area {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.product-area .feature-box {
    margin-top: 30px
}

.product-area .feature-box .feature-item {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    margin-bottom: 30px
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .product-area .feature-box .feature-item {
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .product-area .feature-box .feature-item {
        width: 100%
    }
}

.product-area .feature-box .feature-item .product-img {
    position: relative
}

.product-area .feature-box .feature-item .product-img .onsale {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #025b8a;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.product-area .feature-box .feature-item .product-img .product__img {
    width: 100%
}

.product-area .feature-box .feature-item .product-img .addto-cart-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden
}

.product-area .feature-box .feature-item .product-img .addto-cart-btn .addto__cart {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 10px 30px
}

.product-area .feature-box .feature-item .pro-content {
    padding: 24px 10px
}

.product-area .feature-box .feature-item .pro-content .feature__title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize
}

.product-area .feature-box .feature-item .pro-content .feature__title a {
    color: #025b8a;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-area .feature-box .feature-item .pro-content .feature__title a:hover {
    color: #64b2e5
}

.product-area .feature-box .feature-item .pro-content .prices span {
    font-size: 18px;
    color: #64b2e5;
    font-weight: 700
}

.product-area .feature-box .feature-item .pro-content .prices span.old__price {
    color: #677286;
    margin-right: 5px;
    text-decoration: line-through;
    font-size: 16px;
    opacity: .7
}

.product-area .feature-box .feature-item .pro-content .sell-rating-content {
    margin-top: -5px;
    margin-bottom: 10px
}

.product-area .feature-box .feature-item .pro-content .sell-rating-content .sell__rating li {
    display: inline-block;
    font-size: 15px
}

.product-area .feature-box .feature-item .pro-content .sell-rating-content .sell__rating li a {
    color: #64b2e5
}

.product-area .feature-box .feature-item .pro__action-list {
    position: absolute;
    top: 15px;
    left: -60px;
    background-color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-area .feature-box .feature-item .pro__action-list li {
    font-size: 18px;
    border-bottom: 1px solid #eee;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-area .feature-box .feature-item .pro__action-list li:last-child {
    border-bottom: 0
}

.product-area .feature-box .feature-item .pro__action-list li a {
    color: #025b8a;
    padding: 9px 13px;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-area .feature-box .feature-item .pro__action-list li:hover {
    border-color: #64b2e5
}

.product-area .feature-box .feature-item .pro__action-list li:hover a {
    background-color: #64b2e5;
    color: #fff
}

.product-area .feature-box .feature-item:hover {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.product-area .feature-box .feature-item:hover .product-img .addto-cart-btn {
    bottom: 15px;
    opacity: 1;
    visibility: visible
}

.product-area .feature-box .feature-item:hover .pro__action-list {
    left: 0
}

.product-area .product-grid-box {
    margin-top: 0
}

.product-area .product-grid-box .product-grid-item {
    text-align: center;
    padding-left: 0 !important
}

.product-area .product-grid-box .product-grid-item .col-md-4 {
    padding-right: 0 !important
}

.product-area .product-grid-box .product-grid-item .col-md-4 .feature-item {
    margin-bottom: 15px
}

@media(max-width:1199px) {
    .product-area .product-grid-box .product-grid-item .col-md-4 .feature-item {
        height: 310px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .product-area .product-grid-box .product-grid-item .col-md-4 .feature-item {
        height: auto
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .product-area .product-grid-box .product-grid-item .col-md-4 .feature-item {
        height: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .product-area .product-grid-box .product-grid-item .col-md-4 .feature-item {
        height: auto
    }
}

.product-area .product-grid-box .product-grid-item .product-sort {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 45px;
    position: relative
}

.product-area .product-grid-box .product-grid-item .product-sort .product-sort-ordering {
    margin-left: 15px;
    text-align: left;
    min-width: 240px
}

.product-area .product-grid-box .product-grid-item .product-sort .product-sort-ordering .pro-choose-ordering {
    position: relative
}

.product-area .product-grid-box .product-grid-item .product-sort .product-sort-ordering .pro-choose-ordering .choose-control {
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px 0 15px 20px;
    display: block;
    color: #677286;
    font-size: 16px;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    cursor: pointer;
    outline: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent
}

.product-area .product-grid-box .product-grid-item .product-sort .product-sort-ordering .pro-choose-ordering:before {
    position: absolute;
    content: "\f107";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    font-family: "fontAwesome";
    font-size: 20px;
    color: #677286;
    pointer-events: none;
    display: inline-block
}

.product-area .product-grid-box .product-grid-item .product-sort .product-result-count {
    text-align: right;
    flex-grow: 1;
    margin-left: 20px
}

@media(max-width:500px) {
    .product-area .product-grid-box .product-grid-item .product-sort .product-result-count {
        text-align: left;
        margin-left: 15px;
        margin-top: 20px
    }
}

.product-area .product-grid-box .product-grid-item .product-sort .product-result-count .product-count-text {
    font-size: 16px;
    color: #677286;
    font-weight: 500
}

.best-pro-area {
    padding-bottom: 104px
}

.product-area.product-sidebar-area {
    padding-top: 120px;
    padding-bottom: 45px
}

.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #ddd;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 16px;
    color: #677286;
    font-weight: normal;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #eee
}

.nice-select:after {
    border-bottom: 2px solid #677286;
    border-right: 2px solid #677286;
    content: '';
    display: block;
    height: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 8px
}

.nice-select.open:after {
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all .2s
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: rgba(103, 114, 134, 0.1);
    color: #64b2e5
}

.nice-select .option.selected {
    font-weight: bold
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.nice-select span.current {
    font-weight: 500
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.product-detail-area {
    padding-top: 120px;
    padding-bottom: 105px
}

@media(max-width:320px) {
    .product-detail-area {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.product-detail-area .product-detail-wrapper .product-detail-tab-content .pro-detail-big-img .tab-content img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.product-detail-area .product-detail-wrapper .product-detail-tab-content .pro-detail-small-img {
    display: flex;
    margin-top: 20px
}

.product-detail-area .product-detail-wrapper .product-detail-tab-content .pro-detail-small-img li {
    border: 4px solid transparent;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.product-detail-area .product-detail-wrapper .product-detail-tab-content .pro-detail-small-img li a img {
    width: 100%
}

.product-detail-area .product-detail-wrapper .product-detail-tab-content .pro-detail-small-img li.active {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-color: #64b2e5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.product-detail-area .product-detail-wrapper .product-detail-tab-content .pro-detail-small-img li.active a img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper {
    padding-left: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .product-detail-area .product-detail-wrapper .product-description-wrapper {
        margin-top: 50px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .product-detail-area .product-detail-wrapper .product-description-wrapper {
        margin-top: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .product-detail-area .product-detail-wrapper .product-description-wrapper {
        margin-top: 50px
    }
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-cat-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-cat-box .pro-detail-cat a {
    font-size: 14px;
    color: #025b8a;
    font-weight: 500;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-cat-box .pro-detail-cat a:hover {
    color: #64b2e5
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-cat-box .pro-detail-sku .prodetail__sku {
    font-size: 14px;
    color: #677286;
    font-weight: 500
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-title-box {
    margin-bottom: 10px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-title-box .description__title {
    font-size: 30px;
    color: #025b8a;
    font-weight: 700
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-rating {
    display: flex;
    font-size: 14px;
    margin-bottom: 18px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-rating .prodetail__rating {
    display: flex;
    margin-right: 10px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-rating .prodetail__rating li {
    color: #64b2e5
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-rating .prorating__links {
    color: #677286;
    font-weight: 500
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-rating .prorating__links a {
    color: #677286;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-rating .prorating__links a:hover {
    color: #64b2e5
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-rating .prorating__links span {
    margin-left: 3px;
    margin-right: 3px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-prize {
    margin-bottom: 22px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-prize .prodetail__price {
    font-size: 28px;
    font-weight: 700;
    color: #64b2e5
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-prize .prodetail__price.old__price {
    color: #677286;
    opacity: .6;
    font-size: 20px;
    text-decoration: line-through;
    font-weight: 600
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-desc {
    margin-bottom: 23px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-desc .prodetail__desc {
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    line-height: 28px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .option__meta {
    font-size: 16px;
    color: #025b8a;
    font-weight: 600;
    display: inline-block
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .option__meta span {
    color: #677286;
    opacity: .7
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc {
    margin-top: 21px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .pro__color-option {
    margin-left: 10px;
    display: inline-block
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .pro__color-option li {
    display: inline-block
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .pro__color-option li a {
    background-color: #eee;
    display: block;
    height: 20px;
    text-indent: -999999px;
    width: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .pro__color-option li.red a {
    background-color: #025b8a
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .pro__color-option li.green a {
    background-color: #64b2e5
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .pro__color-option li.black a {
    background-color: #4021ba
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .pro__color-option li.blue a {
    background-color: #677286
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .pro__color-option li+li {
    margin-left: 6px
}

@media(max-width:375px) {
    .product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .input-number-group {
        display: block
    }
}

@media(max-width:375px) {
    .product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .input-number-group .input-group-button {
        display: inline-block
    }
}

@media(max-width:375px) {
    .product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .input-number-group .input-number {
        display: inline-block
    }
}

@media(max-width:375px) {
    .product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .input-number-group .theme-button.add-to-cart-btn {
        display: inline-block;
        margin-top: 15px
    }
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .select-size-option {
    position: relative;
    display: inline-block;
    margin-left: 10px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .select-size-option .nice-select {
    padding: 6px 45px 6px 18px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .prodetailtags__list {
    display: inline-block
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .prodetailtags__list li {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin-left: 7px;
    display: inline-block
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .prodetailtags__list li a {
    color: #677286;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .prodetailtags__list li a:hover {
    color: #64b2e5
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .proshare__link {
    display: inline-block;
    margin-left: 5px
}

@media(max-width:320px) {
    .product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .proshare__link {
        margin-left: -5px
    }
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .proshare__link li {
    display: inline-block
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .proshare__link li a {
    color: #677286;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    display: block;
    margin-left: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    background-color: rgba(35, 61, 99, 0.1)
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .proshare__link li a:before {
    position: absolute;
    content: '';
    left: 50%;
    top: -3px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .proshare__link li a:hover {
    background-color: #64b2e5;
    color: #fff;
    border-color: #64b2e5
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .quantity .add-to-cart-btn {
    margin-left: 10px;
    padding: 10px 25px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.product-detail-area .product-tab-description {
    margin-top: 80px
}

.product-detail-area .product-tab-description .nav-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    border: 0
}

@media(max-width:480px) {
    .product-detail-area .product-tab-description .nav-tabs {
        display: block
    }
}

.product-detail-area .product-tab-description .nav-tabs li {
    float: none;
    margin-bottom: 0
}

@media(max-width:480px) {
    .product-detail-area .product-tab-description .nav-tabs li {
        display: inline-block;
        margin-bottom: 15px
    }
}

.product-detail-area .product-tab-description .nav-tabs li a {
    border: 0
}

.product-detail-area .product-tab-description .nav-tabs li a:after {
    position: absolute;
    content: '';
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid transparent
}

.product-detail-area .product-tab-description .nav-tabs li.active a {
    background-color:#64b2e5;
    color: #fff
}

.product-detail-area .product-tab-description .nav-tabs li.active a:after {
    border-top: 12px solid #64b2e5;
}

.product-detail-area .product-tab-description .nav-tabs li+li {
    margin-left: 5px
}

@media(max-width:480px) {
    .product-detail-area .product-tab-description .nav-tabs li:last-child {
        margin-bottom: 0
    }
}

.product-detail-area .product-tab-description .product-full-desc {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 31px 30px 21px 30px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .addisec__title {
    font-size: 28px;
    color: #025b8a;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .protab__desc {
    margin-bottom: 15px;
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    line-height: 28px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .addi-section .addi-sec-inner .addisecinner__title {
    font-size: 20px;
    color: #025b8a;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .addi-section .addi-sec-inner .addi-row {
    display: flex;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #025b8a;
    font-weight: 500
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .addi-section .addi-sec-inner .addi-row .addi__name {
    width: 230px;
    flex-shrink: 0;
    border-right: 1px solid #ddd;
    padding: 10px 15px
}

@media(max-width:425px) {
    .product-detail-area .product-tab-description .product-full-desc .tab-pane .addi-section .addi-sec-inner .addi-row .addi__name {
        width: 120px
    }
}

@media(max-width:320px) {
    .product-detail-area .product-tab-description .product-full-desc .tab-pane .addi-section .addi-sec-inner .addi-row .addi__name {
        width: 100px
    }
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .addi-section .addi-sec-inner .addi-row .addi__value {
    padding: 10px 15px;
    color: #677286
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .addi-section .addi-sec-inner .addi-row:first-of-type {
    border-top: 1px solid #ddd
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .addi-section+.addi-section {
    margin-top: 40px;
    margin-bottom: 20px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab {
    margin-top: 40px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews {
    display: flex
}

@media(max-width:375px) {
    .product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews {
        display: block
    }
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-avatar {
    flex-shrink: 0;
    margin-right: 22px
}

@media(max-width:375px) {
    .product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-avatar {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-avatar img {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 6px solid #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1)
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-body .meta-data .review-author-and-date .comment__author {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-right: 20px;
    color: #025b8a
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-body .meta-data .review-author-and-date .comment__date {
    color: #677286;
    font-weight: 500;
    font-size: 15px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-body .meta-data .review__stars {
    margin-top: 1px;
    margin-bottom: 4px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-body .meta-data .review__stars li {
    color: #64b2e5;
    font-size: 14px;
    display: inline-block
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-body .meta-data .comment-content {
    font-size: 15px;
    color: #677286;
    font-weight: 500;
    margin-bottom: 25px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-body .meta-data .helpful__btn {
    color: #677286;
    font-size: 14px;
    font-weight: 500
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-body .meta-data .helpful__btn a {
    border: 1px solid rgba(128, 137, 150, 0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 12px;
    color: #677286;
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    line-height: 20px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-body .meta-data .helpful__btn a i {
    color: #64b2e5
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-body .meta-data .helpful__btn a:hover {
    background-color: rgba(128, 137, 150, 0.1);
    color: #025b8a
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item+.reviews-list-item {
    margin-top: 30px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .review-button-box {
    text-align: center;
    margin-top: 60px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .review-button-box .theme-button {
    padding: 12px 30px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .review-button-box .theme-button i {
    margin-right: 5px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .review-divider {
    margin-top: 55px;
    margin-bottom: 57px
}

.related-product-area {
    padding-top: 105px;
    padding-bottom: 25px
}

@media(max-width:320px) {
    .related-product-area {
        padding-top: 55px;
        padding-bottom: 40px
    }
}

.related-product-area .cart-heading .sec__title {
    font-size: 35px
}

.cart-area {
    padding-top: 120px;
    padding-bottom: 75px
}

.cart-area .cart-body-wrapper .table thead>tr>td,
.cart-area .cart-body-wrapper .table thead>tr>th {
    border-bottom-width: 1px
}

.cart-area .cart-body-wrapper .table img {
    width: 100px
}

.cart-area .cart-body-wrapper .table tr td {
    padding: 15px 20px;
    vertical-align: middle;
    line-height: inherit;
    position: relative
}

.cart-area .cart-body-wrapper .table tr td.cart__title {
    font-size: 16px;
    text-transform: capitalize;
    color: #025b8a;
    font-weight: 600
}

.cart-area .cart-body-wrapper .table tr td .cartproduct__desc img {
    margin-right: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.cart-area .cart-body-wrapper .table tr td .cartproduct__desc a {
    font-size: 16px;
    color: #025b8a;
    font-weight: 700;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    margin-bottom: 7px
}

.cart-area .cart-body-wrapper .table tr td .cartproduct__desc a:hover {
    color: #64b2e5
}

.cart-area .cart-body-wrapper .table tr td .cartproduct__desc p {
    font-size: 15px;
    color: #677286;
    font-weight: 500;
    width: calc(100% - 80px)
}

.cart-area .cart-body-wrapper .table tr td .pro-price {
    font-size: 16px;
    color: #025b8a;
    font-weight: 600
}

.cart-area .cart-body-wrapper .table tr td .input-number-group .input-number-decrement {
    margin-left: 0
}

.cart-area .cart-body-wrapper .table tr td .button-remove {
    background-color: transparent;
    border: 1px solid #ddd;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #677286;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cart-area .cart-body-wrapper .table tr td .button-remove .fa-close {
    margin-top: -1px
}

.cart-area .cart-body-wrapper .table tr td .button-remove:hover {
    background-color: #64b2e5;
    color: #fff;
    border-color: #64b2e5
}

.cart-area .cart-body-wrapper .table tr td .theme-button {
    border: 0;
    outline: 0;
    padding: 10px 20px;
    font-size: 15px
}

.cart-area .cart-body-wrapper .table tr td .theme-button a {
    color: #fff
}

.cart-area .cart-detail-wrap {
    margin-top: 20px
}

.cart-area .cart-detail-wrap .cart-detail-item {
    background-color: #f6f8f9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 30px 30px 33px 30px;
    margin-bottom: 30px
}

.cart-area .cart-detail-wrap .cart-detail-item .cartdetail__title {
    font-size: 22px;
    color: #025b8a;
    font-weight: 700;
    margin-bottom: 21px
}

.cart-area .cart-detail-wrap .cart-detail-item .cart-select {
    margin-top: 28px
}

.cart-area .cart-detail-wrap .cart-detail-item .cartdetail__content .cart__detail-desc {
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    margin-bottom: 26px
}

.cart-area .cart-detail-wrap .cart-detail-item .cartdetail__content .theme-button {
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px
}

.cart-area .cart-detail-wrap .cart-detail-item .cartdetail__content .theme-button a {
    color: #fff
}

.cart-area .cart-detail-wrap .cart-detail-item .cartdetail__content .cart-table {
    margin-top: -5px
}

.cart-area .cart-detail-wrap .cart-detail-item .cartdetail__content .cart-table tr {
    font-size: 16px
}

.cart-area .cart-detail-wrap .cart-detail-item .cartdetail__content .cart-table tr th {
    border-bottom: 0;
    color: #025b8a;
    line-height: inherit;
    padding: 8px 0
}

.cart-area .cart-detail-wrap .cart-detail-item .cartdetail__content .cart-table tr td {
    color: #677286;
    font-weight: 500;
    text-align: right
}

.checkout-area {
    padding-top: 120px;
    padding-bottom: 50px
}

@media(max-width:320px) {
    .checkout-area {
        padding-top: 55px;
        padding-bottom: 20px
    }
}

.checkout-area .billing-content {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 30px 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .checkout-area .billing-content {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .checkout-area .billing-content {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .checkout-area .billing-content {
        margin-bottom: 30px
    }
}

.checkout-area .billing-content .checkout__title {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
    color: #025b8a;
    margin-bottom: 26px
}

.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox label {
    color: #677286;
    font-size: 15px;
    font-weight: 600;
    margin: 0
}

.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox input[type=checkbox]:not(:checked),
.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox input[type=checkbox]:checked {
    position: absolute;
    left: -9999px
}

.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox input[type=checkbox]:not(:checked)+label,
.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox input[type=checkbox]:checked+label {
    position: relative;
    padding-left: 26px;
    cursor: pointer
}

.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox input[type=checkbox]:not(:checked)+label:before,
.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox input[type=checkbox]:checked+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox input[type=checkbox]:not(:checked)+label:after,
.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox input[type=checkbox]:checked+label:after {
    content: '\f00c';
    position: absolute;
    top: 1px;
    left: 3px;
    font-size: 12px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-family: FontAwesome, sans-serif
}

.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox input[type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    visibility: hidden
}

.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox input[type=checkbox]:checked+label:after {
    opacity: 1;
    visibility: visible
}

.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox input[type=checkbox]:checked+label:before {
    background-color: #64b2e5;
    border-color: #64b2e5
}

.checkout-area .billing-content .card-content form .form-row .country-select {
    margin-top: 0
}

.checkout-area .billing-content .card-content form .form-row .country-select:before {
    top: 15px
}

.checkout-area .billing-content .card-content form .form-row .country-select:after {
    bottom: 15px
}

.checkout-area .billing-content .card-content .checkout-table {
    font-size: 15px
}

.checkout-area .billing-content .card-content .checkout-table .checktable__head>tr>th {
    border-bottom: 0
}

.checkout-area .billing-content .card-content .checkout-table .checktable__head>tr:last-child {
    padding-bottom: 10px
}

.checkout-area .billing-content .card-content .checkout-table .checktable__head>tr>th:first-child,
.checkout-area .billing-content .card-content .checkout-table .checktable__body>tr>th:first-child,
.checkout-area .billing-content .card-content .checkout-table .checktable__foot>tr:first-child th,
.checkout-area .billing-content .card-content .checkout-table .checktable__body>tr>td:first-child {
    padding-left: 0
}

.checkout-area .billing-content .card-content .checkout-table .checktable__head>tr>th:last-child,
.checkout-area .billing-content .card-content .checkout-table .checktable__body>tr>td:last-child,
.checkout-area .billing-content .card-content .checkout-table .checktable__foot>tr:last-child td {
    text-align: right;
    padding-right: 0
}

.checkout-area .billing-content .card-content .checkout-table .checktable__products tr:first-child>* {
    border-top: 1px solid #ddd
}

.checkout-area .billing-content .card-content .checkout-table .checktable__products tr:last-child>*,
.checkout-area .billing-content .card-content .checkout-table .checktable__subtotals tr:last-child>* {
    padding-bottom: 15px
}

.checkout-area .billing-content .card-content .checkout-table .checktable__subtotals tr:first-child>*,
.checkout-area .billing-content .card-content .checkout-table .checktable__products tr:first-child>* {
    padding-top: 15px
}

.checkout-area .billing-content .card-content .checkout-table .checktable__body tr td,
.checkout-area .billing-content .card-content .checkout-table .checktable__body tr th {
    padding: 2px 0
}

.checkout-area .billing-content .card-content .checkout-table .checktable__foot tr th,
.checkout-area .billing-content .card-content .checkout-table .checktable__foot tr td {
    font-size: 20px
}

.checkout-area .billing-content .card-content .checkout-table tbody+tbody {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.checkout-area .billing-content .card-content .checkout-table tr th {
    color: #025b8a;
    line-height: inherit;
    border: 0;
    padding: 5px 0
}

.checkout-area .billing-content .card-content .checkout-table tr td {
    color: #677286;
    font-weight: 600;
    border: 0;
    line-height: inherit
}

.checkout-area .billing-content .card-content .payment-method-wrap .payment-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    color: #677286
}

.checkout-area .billing-content .card-content .payment-method-wrap .payment-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkout-area .billing-content .card-content .payment-method-wrap .payment-radio input:checked ~ .checkmark {
    border-color: #64b2e5
}

.checkout-area .billing-content .card-content .payment-method-wrap .payment-radio input:checked ~ .checkmark:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.checkout-area .billing-content .card-content .payment-method-wrap .payment-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 3px 0 0 0;
    border: 2px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.checkout-area .billing-content .card-content .payment-method-wrap .payment-radio .checkmark:after {
    top: 2px;
    left: 2px;
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #64b2e5;
    opacity: 0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.checkout-area .billing-content .card-content .payment-method-wrap .payment-radio:hover input ~ .checkmark:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.checkout-area .billing-content .card-content .payment-method-wrap .payment-radio:hover input ~ .checkmark {
    border-color: #64b2e5
}

.checkout-area .billing-content .card-content .payment-method-wrap .theme-button {
    border: 0;
    margin-top: 25px;
    margin-bottom: 5px;
    padding: 12px 25px
}

.checkout-area .billing-content .payment-method-area {
    border-top: 1px solid #ddd;
    padding-top: 20px
}

.sec-gap {
    display: block;
    height: 10px
}

.timeline-area.sofa-area {
    background-color: #f6f8f9;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media(max-width:320px) {
    .timeline-area.sofa-area {
        padding-bottom: 70px
    }
}

.timeline-area.sofa-area .timeline-list .happening .happening-period .happeing__img {
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.timeline-area.sofa-area .timeline-list .happening .happening-content .sofa__title {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 22px
}

.timeline-area.sofa-area .timeline-list .happening .happening-content .time__desc {
    padding-right: 0;
    margin-bottom: 26px
}

.timeline-area.sofa-area .timeline-list .happening .happening-content .collection-btn {
    margin-top: 8px
}

.timeline-area.sofa-area:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 42%;
    height: 88%;
    background-image: url(../images/dots3.png);
    background-position: center;
    z-index: -1;
    opacity: .1;
    -webkit-transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    transform: rotate(-13deg)
}

.input-number-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none
}

.input-number-group .input-group-button {
    line-height: 29px
}

.input-number-group .input-number {
    padding: 0 12px;
    outline: 0;
    display: block;
    text-align: center
}

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
    border: 1px solid #ddd;
    height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
    font-size: 1.7rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #025b8a
}

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
    display: inline-block;
    width: 35px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 2.5rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.input-number-group .input-number-decrement:hover,
.input-number-group .input-number-increment:hover {
    background-color: #64b2e5;
    color: #fff;
    border-color: #64b2e5
}

.input-number-group .input-number-decrement {
    margin-right: .5rem;
    margin-left: 1rem
}

.input-number-group .input-number-increment {
    margin-left: .5rem
}

.about-area {
    padding-top: 106px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area {
        margin-bottom: 269px
    }
}

@media(max-width:800px) {
    .about-area {
        margin-bottom: 0
    }
}

.about-area .about-item .sec-heading .sec__title {
    margin-bottom: 28px
}

.about-area .about-item .sec-heading .readmore__btn {
    margin-top: 20px
}

.about-area .about-item .about-content .aboutsupport-wrap {
    margin-top: 33px
}

.about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    padding: 50px 20px 33px 20px;
    text-align: center;
    margin-bottom: 41px;
    overflow: hidden
}

@media(max-width:1199px) {
    .about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item {
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width:480px) {
    .about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item {
        width: 100%
    }
}

.about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item .aboutsupport__icon {
    color: #64b2e5
}

.about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item .aboutsupport__icon:before {
    font-size: 55px
}

.about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item .aboutsupport__title {
    font-size: 18px;
    color: #025b8a;
    font-weight: 700;
    line-height: 22px;
    margin-top: 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media(max-width:1199px) {
    .about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item .aboutsupport__title {
        font-size: 16px;
        line-height: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item .aboutsupport__title {
        font-size: 18px;
        line-height: 22px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item .aboutsupport__title {
        font-size: 18px;
        line-height: 22px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item .aboutsupport__title {
        font-size: 18px;
        line-height: 22px
    }
}

.about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #64b2e5;
    left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item:before {
    position: absolute;
    content: '';
    top: -27px;
    right: -39px;
    width: 70px;
    height: 60px;
    background-color: #f4f6fb;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}



.about-area .about-item .readmore__btn {
    font-size: 16px;
    color: #025b8a;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    padding-right: 35px;
    margin-top: 15px;
    display: inline-block
}

.about-area .about-item .readmore__btn .fa__arrow {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 14px
}

.about-area .about-item .readmore__btn:hover {
    color: #64b2e5
}

.about-area .about-item .readmore__btn:hover .fa__arrow {
    right: 22px
}

.about-area .about-img-box {
    margin-top: 7px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area .about-img-box {
        margin-top: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area .about-img-box {
        margin-top: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .about-area .about-img-box {
        margin-top: 60px
    }
}

.about-area .about-img-box .about-img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1)
}

.about-area .about-img-box .about-img:nth-child(1) {
    position: absolute;
    bottom: -130px;
    left: -50px;
    z-index: 1;
    width: 75%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area .about-img-box .about-img:nth-child(1) {
        width: 65%
    }
}

@media(max-width:800px) {
    .about-area .about-img-box .about-img:nth-child(1) {
        position: inherit;
        bottom: auto;
        left: auto;
        width: 100%;
        margin-bottom: 30px
    }
}

.about-area .about-img-box .about-img:nth-child(3) {
    position: absolute;
    bottom: -270px;
    right: 15px;
    width: 65%;
    z-index: 2
}

@media(max-width:1199px) {
    .about-area .about-img-box .about-img:nth-child(3) {
        bottom: -200px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area .about-img-box .about-img:nth-child(3) {
        width: 55%;
        bottom: -270px
    }
}

@media(max-width:800px) {
    .about-area .about-img-box .about-img:nth-child(3) {
        position: inherit;
        bottom: auto;
        right: auto;
        width: 100%;
        margin-top: 30px
    }
}

.about-area .about-img-box .video-play-btn {
    position: absolute;
    top: 96%;
    left: 33%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    color: #025b8a;
    font-size: 18px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 2;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2)
}

.about-area .about-img-box .video-play-btn:hover {
    background-color: #64b2e5;
    color: #fff
}

@media(max-width:1199px) {
    .about-area .about-img-box .video-play-btn {
        top: 80%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area .about-img-box .video-play-btn {
        top: 83%;
        left: 45%
    }
}

@media(max-width:800px) {
    .about-area .about-img-box .video-play-btn {
        position: inherit;
        top: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0;
        margin-top: -50px;
        display: block;
        width: 100px;
        height: 100px;
        line-height: 100px
    }
}

.about-area:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    content: '';
    background-image: url("../images/dots3.png");
    background-position: center;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    z-index: -1;
    opacity: .1
}

.progress-bar-content {
    margin-top: 35px
}

.progress-bar-content .skillbar {
    position: relative;
    display: block;
    margin-bottom: 55px;
    width: 100%;
    background-color: #eee;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color
}

.progress-bar-content .skillbar .skillbar-title {
    position: absolute;
    top: -30px;
    left: 0;
    font-weight: 700;
    font-size: 18px;
    color: #025b8a
}

.progress-bar-content .skillbar .skillbar-bar {
    height: 8px;
    width: 0;
    background-color: #64b2e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.progress-bar-content .skillbar .skill-bar-percent {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 18px;
    color: #025b8a;
    font-weight: 500
}

.progress-bar-content .skillbar3 {
    margin-bottom: 0
}

.about-area2 {
    padding-top: 115px
}

.howitworks-area {
    background-color: #f6f8f9;
    padding-top: 113px;
    padding-bottom: 120px
}

.howitworks-area .hiw-content {
    margin-top: 27px
}

.howitworks-area .hiw-content .tab-content-shared .nav-tabs {
    border-bottom: 0
}

.howitworks-area .hiw-content .tab-content-shared .nav-tabs li {
    float: none;
    display: inline-block;
    margin-bottom: 0
}

.howitworks-area .hiw-content .tab-content-shared .nav-tabs li a {
    color: #025b8a;
    display: block;
    border: 1px solid #e1e1e1 !important;    box-shadow: 0 0 8px 0 rgba(0,0,0,.05); background: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-top: 10px
}

.howitworks-area .hiw-content .tab-content-shared .nav-tabs li a:after {
    position: absolute;
    content: '';
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid transparent
}

@media(max-width:480px) {
    .howitworks-area .hiw-content .tab-content-shared .nav-tabs li a:after {
        display: none
    }
}

.howitworks-area .hiw-content .tab-content-shared .nav-tabs li a:hover {
    background-color: #64b2e5;
    color: #fff;
    border-color: #64b2e5;
}

.howitworks-area .hiw-content .tab-content-shared .nav-tabs li.active a {
    background-color: #64b2e5;
    color: #fff;
    border-color: #64b2e5;
    
}

.howitworks-area .hiw-content .tab-content-shared .nav-tabs li.active a:after {
    border-top: 12px solid #64b2e5;
    
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area .hiw-content .tab-content-shared .nav.nav-tabs2 li {
        width: 50%;
        float: left;
        margin-bottom: 10px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area .hiw-content .tab-content-shared .nav.nav-tabs2 li {
        width: 50%;
        float: left;
        margin-bottom: 10px
    }
    
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area .hiw-content .tab-content-shared .nav.nav-tabs2 li a {
        padding: 15px 18px;
        margin-right: 5px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area .hiw-content .tab-content-shared .nav.nav-tabs2 li a {
        padding: 15px 18px;
        margin-right: 5px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area .hiw-content .tab-content-shared .nav.nav-tabs2 li a:after {
        right: auto;
        bottom: -13px;
        top: auto;
        left: 50% !important;
        -webkit-transform: translateX(-50%) rotate(0);
        -moz-transform: translateX(-50%) rotate(0);
        -ms-transform: translateX(-50%) rotate(0);
        -o-transform: translateX(-50%) rotate(0);
        transform: translateX(-50%) rotate(0)
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area .hiw-content .tab-content-shared .nav.nav-tabs2 li a:after {
        right: auto;
        bottom: -13px;
        top: auto;
        left: 50% !important;
        -webkit-transform: translateX(-50%) rotate(0);
        -moz-transform: translateX(-50%) rotate(0);
        -ms-transform: translateX(-50%) rotate(0);
        -o-transform: translateX(-50%) rotate(0);
        transform: translateX(-50%) rotate(0)
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area .hiw-content .tab-content-shared .nav.nav-tabs2 li a:after {
        display: none
    }
}

.howitworks-area .hiw-content .tab-content-shared .tab-content {
    margin-top: 40px;
    text-align: left;
    background-color: #fff;
    padding-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.howitworks-area .hiw-content .tab-content-shared .tab-content .tab-img {
    width: 100%;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-img {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-img {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-img {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

.howitworks-area .hiw-content .tab-content-shared .tab-content .tab-img2 {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-img2 {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-img2 {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-img2 {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

.howitworks-area .hiw-content .tab-content-shared .tab-content .tab-desc-box {
    padding: 43px 30px 0 10px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-desc-box {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 40px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-desc-box {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-desc-box {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 40px
    }
}

.howitworks-area .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab__desc {
    font-size: 16px;
    color: #677286;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 40px
}

.howitworks-area .hiw-content .tab-content-shared .tab-content .tab-desc-box2 {
    padding-right: 10px;
    padding-left: 26px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-desc-box2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-desc-box2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-desc-box2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .col-md-6.no-padding-l {
        padding-right: 0 !important
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .col-md-6.no-padding-l {
        padding-right: 0 !important
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .col-md-6.no-padding-l {
        padding-right: 0 !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .col-md-6.no-padding-r {
        padding-left: 0 !important
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .col-md-6.no-padding-r {
        padding-left: 0 !important
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .col-md-6.no-padding-r {
        padding-left: 0 !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content2 .col-md-6.no-padding-l {
        padding-right: 15px !important
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content2 .col-md-6.no-padding-l {
        padding-right: 15px !important
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content2 .col-md-6.no-padding-l {
        padding-right: 15px !important
    }
}

.howitworks-area2 {
    padding-top: 105px;
    padding-bottom: 105px;
    background-color: transparent
}

.howitworks-area2 .hiw-content .tab-content-shared .nav-tabs li {
    display: block
}

.howitworks-area2 .hiw-content .tab-content-shared .nav-tabs li a {
    padding: 25px 30px
}

.howitworks-area2 .hiw-content .tab-content-shared .nav-tabs li a span {
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-top: 6px;
    line-height: 25px;
    color: #677286
}

.howitworks-area2 .hiw-content .tab-content-shared .nav-tabs li a:after {
    left: auto !important;
    top: 50%;
    bottom: auto;
    right: -19px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}

.howitworks-area2 .hiw-content .tab-content-shared .nav-tabs li.active a span,
.howitworks-area2 .hiw-content .tab-content-shared .nav-tabs li:hover a span {
    color: #fff
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content {
    margin-top: 0;
    padding-left: 20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area2 .hiw-content .tab-content-shared .tab-content {
        margin-top: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area2 .hiw-content .tab-content-shared .tab-content {
        text-align: center;
        margin-top: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area2 .hiw-content .tab-content-shared .tab-content {
        margin-top: 30px
    }
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box {
    padding: 0
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab__title {
    font-size: 25px;
    color: #025b8a;
    font-weight: 700;
    margin-bottom: 19px;
    line-height: 34px
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab__desc2 {
    margin-bottom: 35px
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #025b8a;
    padding: 55px 30px 37px 30px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item {
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item {
        width: 100%
    }
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item:before,
.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: -1
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item:before {
    background-image: url("../images/img1.jpg");
    background-size: cover;
    background-position: center
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item:after {
    background: rgba(59, 62, 121, 0.9)
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item span:before {
    font-size: 55px
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item .tabbottom__title {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 24px
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item .tabbottom__desc {
    font-size: 16px;
    font-weight: 500;
    color: #677286
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item:hover {
    color: #fff
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item:hover .tabbottom__desc {
    color: #fff
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item:hover:before,
.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.howitworks-area3 {
    background-color: #fff;
    padding-bottom: 79px
}

@media(max-width:320px) {
    .howitworks-area3 {
        padding-bottom: 20px
    }
}

.howitworks-area3 .hiw-content .hiw-item {
    -webkit-border-radius: 20px 0 20px 20px;
    -moz-border-radius: 20px 0 20px 20px;
    border-radius: 20px 0 20px 20px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 45px 30px 38px 30px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area3 .hiw-content .hiw-item {
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area3 .hiw-content .hiw-item {
        text-align: center
    }
}

.howitworks-area3 .hiw-content .hiw-item .flaticon__icon {
    -webkit-border-radius: 20px 0 20px 20px;
    -moz-border-radius: 20px 0 20px 20px;
    border-radius: 20px 0 20px 20px;
    margin: 0;
    width: 80px;
    height: 80px;
    line-height: 80px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area3 .hiw-content .hiw-item .flaticon__icon {
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area3 .hiw-content .hiw-item .flaticon__icon {
        margin-left: auto;
        margin-right: auto
    }
}

.howitworks-area3 .hiw-content .hiw-item .flaticon__icon span {
    font-size: 40px
}

.howitworks-area3 .hiw-content .hiw-item .hiw__title {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 45px;
    margin-bottom: 35px
}

.howitworks-area3 .hiw-content .hiw-item .hiw__title:after {
    position: absolute;
    content: '';
    top: -21px;
    left: -20px;
    width: 60px;
    height: 60px;
    background-color: #025b8a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: -1;
    opacity: .1
}

.howitworks-area3 .hiw-content .hiw-item:hover {
    background-color: #fff
}

.howitworks-area3 .hiw-content .hiw-item:hover .flaticon__icon {
    background-color: #64b2e5
}

.howitworks-area3 .hiw-content .hiw-item:hover .flaticon__icon span {
    color: #fff
}

.howitworks-area3 .hiw-content .hiw-item:hover .hiw__title {
    color: #025b8a
}

.howitworks-area3 .hiw-content .hiw-item:hover .hiw__title:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.howitworks-area3 .hiw-content .hiw-item:hover .hiw__desc {
    color: #677286
}

.howitworks-area4 {
    position: relative;
    z-index: 1;
    background-color: transparent
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area4 {
        padding-top: 105px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area4 {
        padding-top: 105px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area4 {
        padding-top: 105px
    }
}

@media(max-width:400px) {
    .howitworks-area4 {
        padding-top: 80px;
        padding-bottom: 85px
    }
}

@media(max-width:320px) {
    .howitworks-area4 {
        padding-top: 47px;
        padding-bottom: 26px
    }
}

.howitworks-area4 .hiw-content {
    margin-top: 22px
}

.howitworks-area4 .hiw-content .hiw-item {
    border: 2px solid #025b8a;
    -webkit-border-radius: 20px 20px 0 20px;
    -moz-border-radius: 20px 20px 0 20px;
    border-radius: 20px 20px 0 20px;
    background-color: #fff;
    padding-top: 48px;
    padding-bottom: 50px
}

@media(max-width:1199px) {
    .howitworks-area4 .hiw-content .hiw-item {
        padding-right: 20px;
        padding-left: 20px
    }
}

.howitworks-area4 .hiw-content .hiw-item .flaticon__icon {
    background-color: transparent;
    border: 2px solid #025b8a;
    -webkit-border-radius: 20px 20px 0 20px;
    -moz-border-radius: 20px 20px 0 20px;
    border-radius: 20px 20px 0 20px;
    color: #64b2e5
}

.howitworks-area4 .hiw-content .hiw-item .flaticon__icon span {
    font-size: 55px
}

.howitworks-area4 .hiw-content .hiw-item .hiw__title {
    margin-bottom: 29px
}

.howitworks-area4 .hiw-content .hiw-item .hiw__desc {
    margin-bottom: 43px
}

.howitworks-area4 .hiw-content .hiw-item .join-ico__btn {
    padding-left: 30px;
    padding-right: 42px;
    background-color: #025b8a;
    color: #fff
}

.howitworks-area4 .hiw-content .hiw-item .join-ico__btn .fa__arrow {
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.howitworks-area4 .hiw-content .hiw-item .join-ico__btn:hover .fa__arrow {
    right: 25px
}

.howitworks-area4 .hiw-content .hiw-item:hover {
    border-color: #64b2e5
}

.howitworks-area4 .hiw-content .hiw-item:hover .flaticon__icon {
    background-color: transparent;
    border-color: #fff
}

.howitworks-area4 .hiw-content .hiw-item:hover .flaticon__icon span {
    color: #fff
}

.howitworks-area4 .hiw-content .hiw-item:hover .join-ico__btn {
    background-color: #fff;
    color: #64b2e5
}

.howitworks-area4:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 26%, 100% 0, 100% 77%, 0 100%);
    clip-path: polygon(0 26%, 100% 0, 100% 77%, 0 100%);
    background-color: #fafafa;
    z-index: -1;
    opacity: .8
}

.funfact-area {
    background-color: #025b8a;
    padding-top: 113px;
    padding-bottom: 120px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.funfact-area .sec-heading {
    margin-bottom: 75px
}

.funfact-area .funfact-item {
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .funfact-area .funfact-item {
        margin-bottom: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .funfact-area .funfact-item {
        margin-bottom: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .funfact-area .funfact-item {
        margin-bottom: 60px
    }
}

.funfact-area .funfact-item .funfact-icon {
    position: relative;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    line-height: 80px
}

.funfact-area .funfact-item .funfact-icon:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: translateY(-50%) rotate(-33deg);
    -moz-transform: translateY(-50%) rotate(-33deg);
    -ms-transform: translateY(-50%) rotate(-33deg);
    -o-transform: translateY(-50%) rotate(-33deg);
    transform: translateY(-50%) rotate(-33deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.funfact-area .funfact-item .funfact-icon .funfact__icon {
    font-size: 65px;
    display: block
}

.funfact-area .funfact-item .funfact__number {
    font-size: 65px;
    font-weight: 600;
    display: inline-block;
    margin-top: 45px;
    margin-bottom: 32px
}

.funfact-area .funfact-item .funtact__plus {
    font-size: 45px;
    font-weight: 500
}

.funfact-area .funfact-item .funfact__meta {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600
}

.funfact-area .funfact-item:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
    opacity: .1
}

.funfact-area .funfact-item:last-child:after {
    display: none
}

.funfact-area:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/dots2.png");
    background-size: cover;
    background-position: center;
    opacity: .2;
    z-index: -1
}

.funfact-area .fun-get-text {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative
}

.funfact-area .fun-get-text:before,
.funfact-area .fun-get-text:after {
    position: absolute;
    content: '';
    top: -1px;
    left: 0;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.3)
}

.funfact-area .fun-get-text:after {
    left: auto;
    right: 0
}

.funfact-area .fun-get-text .funget__desc {
    font-size: 16px;
    color: #fff;
    font-weight: 600
}

.funfact-area .fun-get-text .funget__desc .fun-get-btn {
    color: #a0aec6;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media(max-width:600px) {
    .funfact-area .fun-get-text .funget__desc .fun-get-btn {
        margin-left: 0;
        margin-top: 20px
    }
}

.funfact-area .fun-get-text .funget__desc .fun-get-btn:hover {
    background-color: #fff;
    color: #64b2e5
}

.funfact-area2 {
    position: relative;
    padding-bottom: 144px
}

@media(max-width:320px) {
    .funfact-area2 {
        padding-top: 60px;
        padding-bottom: 80px
    }
}

.funfact-area2 .sec-heading .sec__title {
    margin-bottom: 50px
}

.funfact-area2 .funfact-item {
    position: relative
}

.funfact-area2 .funfact-item:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .funfact-area2 .funfact-item:after {
        right: auto;
        left: 50%;
        top: auto;
        bottom: -50px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .funfact-area2 .funfact-item:after {
        right: auto;
        left: 50%;
        top: auto;
        bottom: -50px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .funfact-area2 .funfact-item:after {
        right: auto;
        left: 50%;
        top: auto;
        bottom: -50px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.funfact-area2 .funfact-item .counter__simble {
    font-size: 45px;
    font-weight: 600
}

.funfact-area2 .funfact-item .plus__simble {
    font-size: 65px
}

.funfact-area2 .funfact-item .funfact__number {
    font-size: 90px
}

.funfact-area2 .funfact-item .funfact__meta {
    opacity: .7
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .funfact-area2 .funfact-item3 {
        margin-bottom: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .funfact-area2 .funfact-item3 {
        margin-bottom: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .funfact-area2 .funfact-item3 {
        margin-bottom: 0
    }
}

.funfact-area2 .funfact-item3:after {
    display: none
}

.funfact-area2:before,
.funfact-area2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    border-bottom: 30px solid #fff;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.funfact-area2:before {
    right: 50%;
    border-right: 125px solid transparent
}

.funfact-area2:after {
    left: 50%;
    border-left: 125px solid transparent
}

.process-area .sec-heading .sec__title {
    margin-bottom: 65px
}

.process-area .funfact-item {
    position: relative
}

.process-area .funfact-item .funfact__meta {
    font-size: 20px;
    font-weight: 700;
    margin-top: 35px;
    line-height: 28px
}

.process-area .funfact-item i {
    position: absolute;
    top: 20%;
    right: -35px;
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    font-size: 20px;
    color: #fff;
    z-index: 1;
    line-height: 45px;
    width: 45px;
    height: 45px;
    opacity: .6
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .process-area .funfact-item i {
        display: none
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .process-area .funfact-item i {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .process-area .funfact-item i {
        display: none
    }
}

.process-area .funfact-item i:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .2
}

.timeline-area {
    padding-top: 113px;
    padding-bottom: 104px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .timeline-area {
        padding-top: 102px
    }
}

.timeline-area .timeline-list .happening .happening-period {
    position: relative;
    z-index: 1
}

.timeline-area .timeline-list .happening .happening-period .happeing__img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2)
}

.timeline-area .timeline-list .happening .happening-period .happening-desc-box {
    position: absolute;
    left: 15px;
    width: 415px;
    bottom: -320px;
    padding: 24px 20px 23px 20px;
    color: #025b8a;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .timeline-area .timeline-list .happening .happening-period .happening-desc-box {
        left: auto;
        bottom: auto;
        position: inherit;
        width: auto;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 40px;
        margin-top: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .timeline-area .timeline-list .happening .happening-period .happening-desc-box {
        left: auto;
        bottom: auto;
        position: inherit;
        width: auto;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 40px;
        margin-top: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .timeline-area .timeline-list .happening .happening-period .happening-desc-box {
        left: auto;
        bottom: auto;
        position: inherit;
        width: auto;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 40px;
        margin-top: 30px
    }
}

.timeline-area .timeline-list .happening .happening-period .happening-desc-box .time__title {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 20px
}

@media(max-width:320px) {
    .timeline-area .timeline-list .happening .happening-period .happening-desc-box .time__title {
        font-size: 30px;
        line-height: 36px
    }
}

.timeline-area .timeline-list .happening .happening-period .happening-desc-box .time__desc {
    font-size: 16px;
    color: #677286;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 25px
}

.timeline-area .timeline-list .happening .happening-period .happening-desc-box .join-btn {
    font-size: 16px;
    color: #025b8a;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    padding-right: 35px;
    display: inline-block
}

.timeline-area .timeline-list .happening .happening-period .happening-desc-box .join-btn .fa__arrow {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 14px
}

.timeline-area .timeline-list .happening .happening-period .happening-desc-box .join-btn:hover {
    color: #64b2e5
}

.timeline-area .timeline-list .happening .happening-period .happening-desc-box .join-btn:hover .fa__arrow {
    right: 22px
}

.timeline-area .timeline-list .happening .trusted-img .video-box {
    position: absolute;
    right: -15px;
    bottom: -25px;
    text-align: center;
    background-color: #025b8a;
    color: #fff;
    padding: 20px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

@media(max-width:800px) {
    .timeline-area .timeline-list .happening .trusted-img .video-box {
        right: 15px;
        bottom: 0;
        -webkit-border-radius: 10px 0 10px 0;
        -moz-border-radius: 10px 0 10px 0;
        border-radius: 10px 0 10px 0
    }
}

.timeline-area .timeline-list .happening .trusted-img .video-box .video-play-btn {
    width: 53px;
    height: 53px;
    line-height: 53px;
    color: #025b8a;
    background-color: #fff;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative
}

.timeline-area .timeline-list .happening .trusted-img .video-box .video-play-btn:before {
    position: absolute;
    content: '';
    left: 50%;
    top: -4px;
    width: 30px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #025b8a;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.timeline-area .timeline-list .happening .trusted-img .video-box p {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500
}

.timeline-area .timeline-list .happening .trusted-img .video-box:hover .video-play-btn {
    background-color: #64b2e5;
    color: #fff
}

.timeline-area .timeline-list .happening .trusted-img:after {
    position: absolute;
    content: '';
    /* background-image: url(../images/dots.png); */
    background-size: cover;
    background-position: center;
    left: -55px;
    bottom: -150px;
    z-index: -1;
    height: 90%;
    width: 90%;
    opacity: .2
}

@media(max-width:800px) {
    .timeline-area .timeline-list .happening .trusted-img:after {
        display: none
    }
}

.timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(1) {
    width: 50%;
    z-index: 3;
    position: relative;
    -webkit-border-radius: 30px 0 0 0;
    -moz-border-radius: 30px 0 0 0;
    border-radius: 30px 0 0 0
}

@media(max-width:1280px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(1) {
        width: 50%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(1) {
        position: inherit;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(1) {
        position: inherit;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(1) {
        position: inherit;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

.timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(2) {
    position: absolute;
    right: 15px;
    top: 0;
    width: 50%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

@media(max-width:1280px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(2) {
        right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(2) {
        top: auto;
        right: auto;
        position: inherit;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(2) {
        position: inherit;
        top: auto;
        right: auto;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(2) {
        top: auto;
        right: auto;
        position: inherit;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(3) {
    position: absolute;
    right: 15px;
    width: 50%;
    bottom: -320px;
    -webkit-border-radius: 0 0 30px 0;
    -moz-border-radius: 0 0 30px 0;
    border-radius: 0 0 30px 0
}

@media(max-width:1280px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(3) {
        right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(3) {
        right: auto;
        bottom: auto;
        position: inherit;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(3) {
        right: auto;
        bottom: auto;
        position: inherit;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(3) {
        right: auto;
        bottom: auto;
        position: inherit;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

.timeline-area .timeline-list .happening .happening-content {
    padding-left: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .timeline-area .timeline-list .happening .happening-content {
        margin-bottom: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .timeline-area .timeline-list .happening .happening-content {
        margin-bottom: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .timeline-area .timeline-list .happening .happening-content {
        margin-bottom: 60px
    }
}

.timeline-area .timeline-list .happening .happening-content .time__title {
    font-size: 45px;
    font-weight: 700;
    color: #025b8a;
    margin-top: -3px;
    margin-bottom: 25px;
    line-height: 55px
}

@media(max-width:480px) {
    .timeline-area .timeline-list .happening .happening-content .time__title {
        line-height: 40px;
        font-size: 35px
    }
}

.timeline-area .timeline-list .happening .happening-content .time__desc {
    font-size: 16px;
    color: #677286;
    line-height: 28px;
    margin-bottom: 35px;
    font-weight: 500;
    padding-right: 50px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .timeline-area .timeline-list .happening .happening-content .time__desc {
        padding-right: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .timeline-area .timeline-list .happening .happening-content .time__desc {
        padding-right: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .timeline-area .timeline-list .happening .happening-content .time__desc {
        padding-right: 0
    }
}

.timeline-area .timeline-list .happening .happening-content .time__desc2 {
    margin-bottom: 15px
}

.timeline-area .timeline-list .happening .happening-content .desc__list {
    margin-bottom: 41px
}

.timeline-area .timeline-list .happening .happening-content .desc__list li {
    font-size: 16px;
    color: #025b8a;
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
    padding-left: 20px
}

.timeline-area .timeline-list .happening .happening-content .desc__list li:after {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #64b2e5
}

.timeline-area .timeline-list .happening .happening-content .desc__list li:last-child {
    margin-bottom: 0
}

.timeline-area .timeline-list .happening .happening-content:hover .time__title:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.timeline-area .timeline-list .happening2 {
    padding-top: 80px;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .timeline-area .timeline-list .happening2 {
        padding-top: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .timeline-area .timeline-list .happening2 {
        padding-top: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .timeline-area .timeline-list .happening2 {
        padding-top: 60px
    }
}

@media(max-width:320px) {
    .timeline-area .timeline-list .happening2 {
        padding-top: 38px
    }
}

.timeline-area .timeline-list .happening2 .happening-content2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
    width: 550px;
    padding: 33px 25px 45px 44px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .timeline-area .timeline-list .happening2 .happening-content2 {
        margin-bottom: 0
    }
}

@media(max-width:800px) {
    .timeline-area .timeline-list .happening2 .happening-content2 {
        position: inherit;
        top: auto;
        bottom: auto;
        width: auto;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        margin-right: 15px;
        margin-left: 15px
    }
}

.timeline-area2 {
    background-color: #f6f8f9;
    padding-top: 120px;
    padding-bottom: 134px
}

@media(max-width:1199px) {
    .timeline-area2 {
        padding-bottom: 105px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .timeline-area2 {
        padding-bottom: 58px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .timeline-area2 {
        padding-bottom: 58px
    }
}

@media(max-width:480px) {
    .timeline-area2 {
        padding-top: 100px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .timeline-area2 {
        padding-bottom: 58px
    }
}

.service-area {
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 104px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .service-area {
        padding-top: 60px;
        margin-bottom: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .service-area {
        padding-top: 60px;
        margin-bottom: 0
    }
}

@media(max-width:480px) {
    .service-area {
        padding-top: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .service-area {
        padding-top: 60px;
        margin-bottom: 0
    }
}

.service-area .service-content .service-item {
    box-shadow: 0px 5px 15px 0 rgba(0,0,0,.07);
    background: #fff;
    border: 2px solid #efefef;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    border-radius: 20px 0 20px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.service-area .service-content .service-item .service-icon {
    margin-bottom: 25px
}

.service-area .service-content .service-item .service-icon .service__icon {
    font-size: 65px;
    color: #64b2e5;
    display: inline-block
}

.service-area .service-content .service-item .service__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: capitalize
}

.service-area .service-content .service-item .service__title a {
    color: #025b8a;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.service-area .service-content .service-item .service__title a:hover {
    color: #64b2e5
}

.service-area .service-content .service-item .service__desc {
    font-size: 16px;
    color: #677286;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 18px;
    text-align: justify;
}

.service-area .service-content .service-item .service__btn {
    color: #025b8a;
    font-size: 16px;
    padding-right: 20px;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 600
}

.service-area .service-content .service-item .service__btn .fa__arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 14px
}

.service-area .service-content .service-item .service__btn:hover {
    color: #64b2e5
}

.service-area .service-content .service-item .service__btn:hover .fa__arrow {
    right: 7px
}

.service-area .service-content .service-item:hover {
    -webkit-border-radius: 0 20px 0 20px;
    -moz-border-radius: 0 20px 0 20px;
    border-radius: 0 20px 0 20px
}

.service-area .service-content .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 45px
}

.service-area .service-content .owl-dots div {
    width: 14px;
    height: 14px;
    border: 1px solid #025b8a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.service-area .service-content .owl-dots div:hover,
.service-area .service-content .owl-dots div.active {
    background-color: #64b2e5;
    border-color: #64b2e5
}

.service-area .about-item {
    padding-left: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .service-area .about-item {
        padding-left: 0;
        margin-top: 172px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .service-area .about-item {
        padding-left: 0;
        margin-top: 172px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .service-area .about-item {
        padding-left: 0;
        margin-top: 152px
    }
}

.service-area .about-item .sec-heading .sec__desc {
    margin-bottom: 25px
}

.service-area .about-item .sec-heading .readmore__btn {
    margin-top: 0
}

.service-area .service-img-box {
    margin-top: 170px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .service-area .service-img-box {
        margin-top: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .service-area .service-img-box {
        margin-top: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .service-area .service-img-box {
        margin-top: 60px
    }
}

.service-area .service-img-box img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1)
}

.service-area .service-img-box .video-play-btn {
    position: absolute;
    top: 0;
    left: 40px;
    color: #fff;
    font-size: 22px;
    padding: 20px 15px 15px 15px;
    text-align: center;
    -webkit-border-radius: 0 0 50px 50px;
    -moz-border-radius: 0 0 50px 50px;
    border-radius: 0 0 50px 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1)
}

@media(max-width:425px) {
    .service-area .service-img-box .video-play-btn {
        top: auto;
        bottom: 0;
        left: 0;
        padding-left: 20px;
        -webkit-border-radius: 0 50px 50px 0;
        -moz-border-radius: 0 50px 50px 0;
        border-radius: 0 50px 50px 0
    }
}

.service-area .service-img-box .video-play-btn span {
    color: #025b8a;
    display: block;
    font-weight: 500;
    line-height: 21px
}

@media(max-width:425px) {
    .service-area .service-img-box .video-play-btn span {
        display: inline-block
    }
}

.service-area .service-img-box .video-play-btn i {
    background-color: #025b8a;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    margin-top: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative
}

@media(max-width:425px) {
    .service-area .service-img-box .video-play-btn i {
        margin-top: 0;
        margin-left: 15px
    }
}

.service-area .service-img-box .video-play-btn i:after {
    position: absolute;
    content: '';
    left: 1px;
    bottom: 1px;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

.service-area .service-img-box:before,
.service-area .service-img-box:after {
    position: absolute;
    content: '';
    bottom: -40px;
    left: -37px;
    width: 20%;
    height: 40%;
    background-image: url("../images/dots.png");
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: .2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.service-area .service-img-box:after {
    bottom: auto;
    top: -50px;
    right: -39px;
    left: auto;
    height: 84%;
    width: 18%
}

@media(max-width:800px) {
    .service-area .service-img-box:after {
        display: none
    }
}

.service-area .service-img-box:hover {
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
    transform: scale(0.99)
}

.service-area .service-img-box:hover .video-play-btn i {
    background-color: #64b2e5
}

.service-area:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 800px;
    top: 0;
    left: 0;
    background-color: #f6f8f9;
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .service-area:after {
        height: 1040px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .service-area:after {
        height: 1040px
    }
}

@media(max-width:480px) {
    .service-area:after {
        height: 950px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .service-area:after {
        height: 1040px
    }
}

.service-area:before {
    display: none
}

.service-area2 {
    padding-top: 120px
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .service-area2 {
        padding-top: 60px
    }
}

.team-area {
    padding-top: 106px;
    padding-bottom: 72px;
    position: relative;
    z-index: 1
}

.team-area .team-experts-wrapper {
    margin-top: 36px
}

.team-area .team-experts-wrapper .team-item {
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 30px
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .team-area .team-experts-wrapper .team-item {
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}

.team-area .team-experts-wrapper .team-item .team-img-box {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    position: relative
}

.team-area .team-experts-wrapper .team-item .team-img-box .team__img {
    width: 100%;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.team-area .team-experts-wrapper .team-item .team-img-box .team__img3,
.team-area .team-experts-wrapper .team-item .team-img-box .team__img4,
.team-area .team-experts-wrapper .team-item .team-img-box .team__img5,
.team-area .team-experts-wrapper .team-item .team-img-box .team__img6,
.team-area .team-experts-wrapper .team-item .team-img-box .team__img7 {
    height: auto
}

.team-area .team-experts-wrapper .team-item .team-img-box:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff
}

.team-area .team-experts-wrapper .team-item .team-content {
    padding: 30px 20px 35px 20px;
    border: 1px solid #eee;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    position: relative
}

.team-area .team-experts-wrapper .team-item .team-content .team__title {
    font-size: 22px;
    font-weight: 700;
    color: #025b8a;
    text-transform: capitalize;
    margin-bottom: 3px
}

.team-area .team-experts-wrapper .team-item .team-content .team__meta {
    font-size: 16px;
    color: #677286;
    text-transform: capitalize;
    font-weight: 500
}

.team-area .team-experts-wrapper .team-item .team-content .team__social {
    position: absolute;
    top: -50px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 35px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
    display: inline-flex
}

.team-area .team-experts-wrapper .team-item .team-content .team__social li {
    display: inline-block;
    font-size: 20px;
    margin-right: 15px
}

.team-area .team-experts-wrapper .team-item .team-content .team__social li:last-child {
    margin-right: 0
}

.team-area .team-experts-wrapper .team-item .team-content .team__social li a {
    color: #025b8a;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.team-area .team-experts-wrapper .team-item .team-content .team-read-btn {
    margin-top: 28px
}

.team-area .team-experts-wrapper .team-item .team-content .team-read-btn .theme-button {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.team-area .team-experts-wrapper .team-item:hover .team-content .team__social {
    top: -30px;
    opacity: 1;
    visibility: visible;
    background-color: #64b2e5
}

.team-area .team-experts-wrapper .team-item:hover .team-content .team__social li a {
    color: #fff
}

.team-area .team-experts-wrapper .team-item:hover .team-content .team__social li a:hover {
    color: #025b8a
}

.team-area .team-experts-wrapper2 .team-item {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.team-area .team-experts-wrapper2 .team-item .team-content {
    border-top: 3px solid #025b8a;
    border-bottom: 0;
    border-right: 0;
    border-left: 0
}

.team-area .team-experts-wrapper2 .team-item .team-content .team__social {
    position: absolute;
    top: 30px;
    left: -50px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #025b8a;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.team-area .team-experts-wrapper2 .team-item .team-content .team__social li {
    display: block;
    margin-right: 0
}

.team-area .team-experts-wrapper2 .team-item .team-content .team__social li a {
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #473b76
}

.team-area .team-experts-wrapper2 .team-item .team-content .team__social li:first-child a {
    padding-top: 15px
}

.team-area .team-experts-wrapper2 .team-item .team-content .team__social li:last-child a {
    padding-bottom: 7px;
    border-bottom: 0
}

.team-area .team-experts-wrapper2 .team-item:hover .team-content .team__social {
    left: 0
}

.team-area2 {
    padding-top: 114px
}

.chart-area {
    padding-top: 115px;
    padding-bottom: 115px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .chart-area {
        padding-top: 104px
    }
}

.chart-area .chart-wrapper .chart-item {
    margin-top: -8px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .chart-area .chart-wrapper .chart-item {
        margin-bottom: 100px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .chart-area .chart-wrapper .chart-item {
        margin-bottom: 100px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .chart-area .chart-wrapper .chart-item {
        margin-bottom: 100px
    }
}

@media(max-width:320px) {
    .chart-area .chart-wrapper .chart-item {
        margin-bottom: 80px
    }
}

.chart-area .chart-wrapper .chart-item .sec-heading .sec__title {
    margin-bottom: 28px
}

.chart-area .chart-wrapper .chart-item .sec-heading .sec__desc {
    margin-bottom: 35px
}

.chart-area .chart-wrapper .chart-item .sec-heading .desc__second {
    margin-bottom: 39px
}

.chart-area .chart-wrapper .chart-item .sec-heading .secsemi__title {
    font-size: 20px;
    color: #025b8a;
    font-weight: 700;
    margin-bottom: 15px
}

.chart-area .chart-wrapper .chart-img {
    text-align: center
}

@media(max-width:600px) {
    .chart-area .chart-wrapper .chart-img {
        margin-bottom: 30px
    }
}

@media(max-width:320px) {
    .chart-area .chart-wrapper .chart-img {
        margin-bottom: 0
    }
}

.chart-area .chart-wrapper .line-legend {
    padding-top: 25px;
    padding-left: 18px
}

.chart-area .chart-wrapper .line-legend .chart-legend li {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    color: #025b8a;
    margin-left: 30px;
    font-weight: 500
}

.chart-area .chart-wrapper .line-legend .chart-legend li span {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #4021ba;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -22px;
    top: 6px
}

.chart-area .chart-wrapper .line-legend .chart-legend li span.legend__two {
    background-color: #64b2e5
}

.chart-area2 {
    padding-bottom: 100px
}

.clientlogo-area {
    text-align: center;
    padding-bottom: 30px
}

.clientlogo-area .client-logo .owl-item .client-logo-item {
    display: inline-block
}

.clientlogo-area2 {
    padding-top: 120px;
    padding-bottom: 92px
}

.clientlogo-area3 {
    padding-top: 10px;
    padding-bottom: 34px
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .clientlogo-area3 {
        padding-top: 0
    }
}

.clientlogo-area4 {
    background-color: #f6f8f9;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 15px;
    margin-bottom: 45px
}

.cta-area {
    background-color: #677286;
    padding-top: 54px;
    padding-bottom: 38px;
    background-image: url("../images/img6.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1
}

@media(max-width:320px) {
    .cta-area {
        padding-top: 55px;
        padding-bottom: 72px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .cta-area .sec-heading {
        text-align: center
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .cta-area .sec-heading {
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .cta-area .sec-heading {
        text-align: center
    }
}

.cta-area .sec-heading .sec__title {
    color: #fff
}

.cta-area .sec-heading .sec__title {
    margin-bottom: 20px;
    line-height: 60px
}

@media(max-width:480px) {
    .cta-area .sec-heading .sec__title {
        line-height: 50px
    }
}

.cta-area .cta-btn-box {
    padding-top: 35px;
    text-align: right
}

@media(max-width:1199px) {
    .cta-area .cta-btn-box {
        padding-top: 60px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .cta-area .cta-btn-box {
        text-align: center;
        padding-top: 35px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .cta-area .cta-btn-box {
        text-align: center;
        padding-top: 35px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .cta-area .cta-btn-box {
        text-align: center;
        padding-top: 35px
    }
}

.cta-area .cta-btn-box .cta__btn {
    background-color: #fff;
    color: #64b2e5
}

.cta-area .cta-btn-box .cta__btn:hover {
    background-color: #64b2e5;
    color: #fff
}
.gap{
    padding-left: 5% !important;
}

.cta-area:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #025b8a;
    opacity: .9;
    z-index: -1
}

.cta-area2:after {
    background-color: #fff
}

.package-area {
    padding-top: 197px;
    padding-bottom: 221px;
    position: relative;
    z-index: 1;
    background-color: #f6f8f9;
    overflow: hidden
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .package-area {
        padding-top: 220px;
        padding-bottom: 80px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .package-area {
        padding-top: 250px;
        padding-bottom: 72px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .package-area {
        padding-top: 215px;
        padding-bottom: 55px
    }
}

.package-area:before,
.package-area:after {
    position: absolute;
    left: -25%;
    content: "";
    background-color: #fff;
    width: 150%;
    height: 150px;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -moz-transform-origin: 3% 0;
    -webkit-transform-origin: 3% 0;
    -ms-transform-origin: 3% 0;
    -o-transform-origin: 3% 0;
    transform-origin: 3% 0
}

@media(max-width:320px) {
    .package-area:before,
    .package-area:after {
        height: 50px
    }
}

.package-area:before {
    top: 0
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .package-area:before {
        height: 120px
    }
}

.package-area:after {
    bottom: -150px
}

@media(max-width:320px) {
    .package-area:after {
        bottom: -24px
    }
}

.package-area .package-tab-content {
    margin-top: 28px
}

.package-area .package-tab-content .nav-tabs {
    border: 0
}

.package-area .package-tab-content .nav-tabs li {
    float: none;
    display: inline-block;
    margin-bottom: 0
}

.package-area .package-tab-content .nav-tabs li a {
    background-color: transparent;
    color: #025b8a;
    border: 1px solid #025b8a;
    font-size: 16px;
    text-transform: capitalize;
    padding: 12px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: 600;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-right: 5px
}

.package-area .package-tab-content .nav-tabs li a:hover {
    background-color: #64b2e5;
    color: #fff;
    border-color: #64b2e5
}

.package-area .package-tab-content .nav-tabs li.active a {
    background-color: #64b2e5;
    color: #fff;
    border-color: #64b2e5
}

.package-area .package-tab-content .tab-content {
    margin-top: 89px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .package-area .package-tab-content .tab-content {
        margin-top: 20px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .package-area .package-tab-content .tab-content {
        margin-top: 20px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .package-area .package-tab-content .tab-content {
        margin-top: 20px
    }
}

.package-area .package-tab-content .tab-content .package-content {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 45px 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .package-area .package-tab-content .tab-content .package-content {
        margin-bottom: 30px;
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .package-area .package-tab-content .tab-content .package-content {
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .package-area .package-tab-content .tab-content .package-content {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .package-area .package-tab-content .tab-content .package-content {
        margin-bottom: 30px
    }
}

.package-area .package-tab-content .tab-content .package-content .package__title {
    font-size: 25px;
    text-transform: capitalize;
    color: #025b8a;
    font-weight: 600
}

.package-area .package-tab-content .tab-content .package-content .price__box {
    margin-top: 25px;
    margin-bottom: 34px
}

.package-area .package-tab-content .tab-content .package-content .price__box span {
    display: block
}

.package-area .package-tab-content .tab-content .package-content .price__box .price__price-title {
    font-size: 70px;
    color: #025b8a;
    font-weight: 700;
    margin-bottom: 28px
}

.package-area .package-tab-content .tab-content .package-content .price__box .price__price-title sup {
    font-size: 28px;
    top: 3px;
    vertical-align: top
}

.package-area .package-tab-content .tab-content .package-content .price__box .price__text-text {
    text-transform: capitalize;
    color: #677286;
    font-size: 16px;
    font-weight: 500;
    opacity: .6
}

.package-area .package-tab-content .tab-content .package-content .package__list {
    margin-bottom: 35px;
    border-top: 1px solid #ddd;
    padding-top: 32px
}

.package-area .package-tab-content .tab-content .package-content .package__list li {
    color: #677286;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px
}

.package-area .package-tab-content .tab-content .package-content .package__list li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.package-area .package-tab-content .tab-content .package-content .theme-button {
    padding-right: 45px;
    background-color: #fff;
    color: #025b8a
}

.package-area .package-tab-content .tab-content .package-content .theme-button .fa__arrow {
    right: 22px
}

.package-area .package-tab-content .tab-content .package-content .theme-button:hover .fa__arrow {
    right: 19px
}

.package-area .package-tab-content .tab-content .package-content:hover .theme-button {
    background-color: #64b2e5;
    color: #fff
}

.package-area .package-tab-content .tab-content .package-active {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.package-area .package-tab-content .tab-content .package-active .price__box {
    margin-top: 27px;
    margin-bottom: 32px
}

.package-area .package-tab-content .tab-content .package-active .price__box .price__price-title {
    margin-bottom: 25px
}

.package-area .package-tab-content .tab-content .package-active .package__list {
    padding-top: 30px;
    margin-bottom: 31px
}

.package-area .package-tab-content .tab-content .package-active .theme-button {
    background-color: #64b2e5;
    color: #fff
}

.package-area2 {
    margin-top: 0;
    padding-top: 113px;
    padding-bottom: 141px;
    margin-bottom: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .package-area2 {
        padding-bottom: 45px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .package-area2 {
        padding-bottom: 45px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .package-area2 {
        padding-bottom: 35px
    }
}

.package-area2:after,
.package-area2:before {
    display: none
}

.error-area {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7
}

.error-area .error-circle {
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 10px 40px rgba(39, 80, 254, 0.2);
    -moz-box-shadow: 0 10px 40px rgba(39, 80, 254, 0.2);
    box-shadow: 0 10px 40px rgba(39, 80, 254, 0.2);
    background-color: #fff;
    overflow: hidden
}

.error-area .error-circle:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/dots3.png");
    background-size: cover;
    background-position: center;
    opacity: .3
}

.error-area .error-circle:nth-child(1) {
    top: -5px;
    left: -10px
}

@media(max-width:600px) {
    .error-area .error-circle:nth-child(1) {
        display: none
    }
}

.error-area .error-circle:nth-child(2) {
    top: 20%;
    left: 16%;
    width: 70px;
    height: 70px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .error-area .error-circle:nth-child(2) {
        left: 1%;
        top: 30%
    }
}

.error-area .error-circle:nth-child(3) {
    top: 55%;
    left: 6%;
    width: 60px;
    height: 60px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .error-area .error-circle:nth-child(3) {
        top: 60%;
        left: 14%
    }
}

.error-area .error-circle:nth-child(4) {
    top: auto;
    bottom: 8%;
    left: 15%;
    width: 50px;
    height: 50px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .error-area .error-circle:nth-child(4) {
        left: 6%
    }
}

.error-area .error-circle:nth-child(5) {
    top: 10px;
    left: auto;
    right: 5px
}

@media(max-width:600px) {
    .error-area .error-circle:nth-child(5) {
        display: none
    }
}

.error-area .error-circle:nth-child(6) {
    top: 25%;
    left: auto;
    right: 15%;
    width: 70px;
    height: 70px
}

.error-area .error-circle:nth-child(7) {
    top: auto;
    left: auto;
    bottom: 33%;
    right: 6%;
    width: 60px;
    height: 60px
}

.error-area .error-circle:nth-child(8) {
    top: auto;
    left: auto;
    bottom: 4%;
    right: 14%;
    width: 45px;
    height: 45px
}

.error-area .error-actions {
    position: relative;
    padding-top: 50px;
    z-index: 1
}

@media(max-width:480px) {
    .error-area .error-actions {
        padding-bottom: 70px
    }
}

.error-area .error-actions .error-logo {
    position: absolute;
    top: 30px;
    left: 120px
}

@media(max-width:480px) {
    .error-area .error-actions .error-logo {
        left: 15px
    }
}

.error-area .error-actions ul {
    position: absolute;
    top: 40px;
    right: 120px
}

@media(max-width:480px) {
    .error-area .error-actions ul {
        right: 15px
    }
}

.error-area .error-actions ul li {
    display: inline-block;
    margin-right: 10px
}

.error-area .error-actions ul li:last-child {
    margin-right: 0
}

.error-area .error-actions ul li a {
    color: #025b8a;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    padding-bottom: 4px
}

.error-area .error-actions ul li a:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #64b2e5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.error-area .error-actions ul li a:hover {
    color: #64b2e5
}

.error-area .error-actions ul li a:hover:after {
    width: 100%;
    right: auto;
    left: 0
}

.error-area .error-content {
    text-align: center
}

.error-area .error-content img {
    width: 80%
}

@media(max-width:375px) {
    .error-area .error-content img {
        width: 100%
    }
}

.error-area .error-content .error-title {
    font-size: 45px;
    color: #025b8a;
    font-weight: 700;
    margin-bottom: 30px
}

@media(max-width:375px) {
    .error-area .error-content .error-title {
        line-height: 50px;
        margin-bottom: 20px
    }
}

.error-area .error-content .error-desc {
    font-size: 18px;
    color: #677286;
    line-height: 30px;
    margin-bottom: 32px;
    font-weight: 500;
    width: 435px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .error-area .error-content .error-desc {
        width: 100%
    }
}

.error-area .error-content .error-desc a {
    color: #64b2e5;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.error-area .error-content .error-desc a:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #64b2e5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.error-area .error-content .error-desc a:hover:after {
    width: 100%;
    right: auto;
    left: 0
}

.error-area .error-content .or-box {
    margin-bottom: 40px
}

.error-area .error-content .or-box span {
    color: #025b8a;
    font-size: 35px;
    font-weight: 600;
    width: 60px;
    height: 60px;
    line-height: 55px;
    background-color: #fceaee;
    opacity: .8;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative
}

.error-area .error-content .or-box span:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f7f7f7
}

.error-area .error-content .go-back-btn {
    background-color: #025b8a;
    color: #fff;
    padding-left: 40px;
    padding-right: 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.error-area .error-content .go-back-btn i {
    position: absolute;
    top: 19px;
    left: 25px;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.error-area .error-content .go-back-btn:hover {
    background-color: #64b2e5
}

.error-area .error-content .go-back-btn:hover i {
    left: 22px
}

.error-area .copy-right {
    color: #677286;
    font-weight: 500;
    position: relative;
    margin-top: 80px;
    padding-top: 45px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    border-top: 1px solid #eee
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .error-area .copy-right {
        margin-top: 50px;
        display: block;
        text-align: center
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .error-area .copy-right {
        margin-top: 50px;
        display: block;
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .error-area .copy-right {
        margin-top: 50px;
        display: block;
        text-align: center
    }
}

.error-area .copy-right a {
    color: #64b2e5
}

.error-area .copy-right .copy__desc {
    flex: 1;
    text-align: left;
    font-family: "Barlow", sans-serif
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .error-area .copy-right .copy__desc {
        text-align: center
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .error-area .copy-right .copy__desc {
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .error-area .copy-right .copy__desc {
        text-align: center
    }
}

.error-area .copy-right .copy__desc i {
    animation: heartBeat 1000ms infinite linear;
    color: #64b2e5
}

.error-area .copy-right .condition-links {
    display: flex
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .error-area .copy-right .condition-links {
        margin-top: 10px;
        display: block
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .error-area .copy-right .condition-links {
        margin-top: 10px;
        display: block
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .error-area .copy-right .condition-links {
        margin-top: 10px;
        display: block
    }
}

.error-area .copy-right .condition-links li {
    border-right: 1px solid #ddd;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .error-area .copy-right .condition-links li {
        display: inline-block
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .error-area .copy-right .condition-links li {
        display: inline-block
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .error-area .copy-right .condition-links li {
        display: inline-block
    }
}

.error-area .copy-right .condition-links li:last-child {
    border-right: 0;
    padding-right: 0
}

.error-area .copy-right .condition-links li a {
    color: #677286;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    padding-bottom: 5px;
    text-transform: capitalize
}

.error-area .copy-right .condition-links li a:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #64b2e5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.error-area .copy-right .condition-links li a:hover {
    color: #64b2e5
}

.error-area .copy-right .condition-links li a:hover:after {
    width: 100%;
    right: auto;
    left: 0
}

.error-area .copy-right:before,
.error-area .copy-right:after {
    position: absolute;
    content: '';
    top: -1px;
    left: 0;
    height: 1px;
    width: 60px;
    background-color: rgba(103, 114, 134, 0.3)
}

.error-area .copy-right:after {
    left: auto;
    right: 0
}

.testimonial-area {
    position: relative;
    padding-top: 113px;
    padding-bottom: 182px;
    overflow: hidden
}

.testimonial-area .random-img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 10px 30px rgba(246, 107, 193, 0.2);
    -moz-box-shadow: 0 10px 30px rgba(246, 107, 193, 0.2);
    box-shadow: 0 10px 30px rgba(246, 107, 193, 0.2)
}

@media(max-width:480px) {
    .testimonial-area .random-img {
        display: none
    }
}

.testimonial-area .random-img:nth-child(1) {
    top: -5px;
    left: -10px
}

@media(max-width:600px) {
    .testimonial-area .random-img:nth-child(1) {
        display: none
    }
}

.testimonial-area .random-img:nth-child(2) {
    top: 26%;
    left: 11%;
    width: 70px;
    height: 70px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .testimonial-area .random-img:nth-child(2) {
        left: 1%;
        top: 30%
    }
}

.testimonial-area .random-img:nth-child(3) {
    top: 55%;
    left: 6%;
    width: 60px;
    height: 60px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .testimonial-area .random-img:nth-child(3) {
        top: 60%;
        left: 14%
    }
}

@media(max-width:800px) {
    .testimonial-area .random-img:nth-child(3) {
        display: none
    }
}

.testimonial-area .random-img:nth-child(4) {
    top: auto;
    bottom: 8%;
    left: 15%;
    width: 50px;
    height: 50px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .testimonial-area .random-img:nth-child(4) {
        left: 6%
    }
}

.testimonial-area .random-img:nth-child(5) {
    top: 10px;
    left: auto;
    right: 5px
}

@media(max-width:600px) {
    .testimonial-area .random-img:nth-child(5) {
        display: none
    }
}

.testimonial-area .random-img:nth-child(6) {
    top: 30%;
    left: auto;
    right: 10%;
    width: 70px;
    height: 70px
}

.testimonial-area .random-img:nth-child(7) {
    top: auto;
    left: auto;
    bottom: 30%;
    right: 6%;
    width: 60px;
    height: 60px
}

@media(max-width:800px) {
    .testimonial-area .random-img:nth-child(7) {
        display: none
    }
}

.testimonial-area .random-img:nth-child(8) {
    top: auto;
    left: auto;
    bottom: 3%;
    right: 14%;
    width: 45px;
    height: 45px
}

.testimonial-area .sec-heading .sec__title {
    margin-bottom: 13px
}

.testimonial-area .test-heading .sec__title {
    line-height: 57px;
    width: 630px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .testimonial-area .test-heading .sec__title {
        width: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .testimonial-area .test-heading .sec__title {
        width: auto
    }
}

@media(max-width:480px) {
    .testimonial-area .test-heading .sec__title {
        line-height: 45px
    }
}

.testimonial-area .client-testimonial {
    margin-top: 27px
}

.testimonial-area .client-testimonial .owl-stage-outer {
    padding: 15px 15px;
    margin: 0 -15px
}

.testimonial-area .client-testimonial .testimonial-item .testi__img {
    width: 100px;
    height: 100px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    background-color: #fafafa;
    float: left
}

.testimonial-area .client-testimonial .testimonial-item .testi__img img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid #fff
}

.testimonial-area .client-testimonial .testimonial-item .testi-desc-box {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 2px solid transparent;
    padding: 22px 20px 22px 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 18px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 18px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 18px rgba(82, 85, 90, 0.1)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .testimonial-area .client-testimonial .testimonial-item .testi-desc-box {
        padding-bottom: 55px
    }
}

.testimonial-area .client-testimonial .testimonial-item .testi-desc-box:after {
    position: absolute;
    content: "\f10e";
    bottom: -12px;
    right: 18px;
    font-family: "FontAwesome";
    font-size: 65px;
    color: #025b8a;
    opacity: .1
}

.testimonial-area .client-testimonial .testimonial-item .testi-desc-box:before {
    position: absolute;
    content: '';
    bottom: -14px;
    left: 36px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.testimonial-area .client-testimonial .testimonial-item .testi-desc-box .testi__desc {
    font-size: 16px;
    color: #677286;
    line-height: 28px;
    font-weight: 500
}

.testimonial-area .client-testimonial .testimonial-item .testi-title-box {
    margin-top: 29px;
    margin-left: 120px
}

.testimonial-area .client-testimonial .testimonial-item .testi-title-box .tesi__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #025b8a
}

.testimonial-area .client-testimonial .testimonial-item .testi-title-box .testi__meta {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    color: #025b8a;
    opacity: .5
}

.testimonial-area .client-testimonial .testimonial-item .testi-title-box .testi__rating {
    margin-top: 3px
}

.testimonial-area .client-testimonial .testimonial-item .testi-title-box .testi__rating li {
    display: inline-block;
    color: #64b2e5;
    margin-right: 2px;
    font-size: 14px
}

.testimonial-area .client-testimonial .testimonial-item:hover .testi-desc-box {
    border-color: #64b2e5
}

.testimonial-area .client-testimonial .testimonial-item:hover .testi-desc-box:before {
    border-top-color: #64b2e5
}

.testimonial-area .client-testimonial .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px
}

@media(max-width:320px) {
    .testimonial-area .client-testimonial .owl-dots {
        margin-top: 30px
    }
}

.testimonial-area .client-testimonial .owl-dots div {
    width: 14px;
    height: 14px;
    border: 1px solid #025b8a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.testimonial-area .client-testimonial .owl-dots div:hover,
.testimonial-area .client-testimonial .owl-dots div.active {
    background-color: #64b2e5;
    border-color: #64b2e5
}

.testimonial-area2 {
    padding-top: 105px;
    padding-bottom: 200px
}

@media(max-width:320px) {
    .testimonial-area2 {
        padding-bottom: 170px
    }
}

.testimonial-area3 {
    padding-top: 105px
}

.blog-area {
    padding-top: 106px;
    padding-bottom: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-area {
        padding-bottom: 10px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area {
        padding-bottom: 10px
    }
}

@media(max-width:320px) {
    .blog-area {
        padding-bottom: 50px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area .sec-heading {
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .blog-area .sec-heading {
        text-align: left
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-area .sec-heading .blog-heading.pull-left {
        float: none !important
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area .sec-heading .blog-heading.pull-left {
        float: none !important
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .blog-area .sec-heading .blog-heading.pull-left {
        float: none !important
    }
}

.blog-area .sec-heading .theme-button {
    margin-top: 21px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-area .sec-heading .theme-button.pull-right {
        float: none !important;
        margin-top: 10px;
        margin-bottom: 32px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area .sec-heading .theme-button.pull-right {
        float: none !important;
        margin-top: 10px;
        margin-bottom: 32px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .blog-area .sec-heading .theme-button.pull-right {
        float: none !important;
        margin-top: 10px;
        margin-bottom: 32px
    }
}

.blog-area .blog-post-wrapper {
    margin-top: 30px
}

.blog-area .blog-post-wrapper .blog-post-item {
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 30px
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .blog-area .blog-post-wrapper .blog-post-item {
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width:480px) {
    .blog-area .blog-post-wrapper .blog-post-item {
        width: 100%
    }
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-img {
    position: relative;
    -webkit-border-radius: 4px 4px 20px 20px;
    -moz-border-radius: 4px 4px 20px 20px;
    border-radius: 4px 4px 20px 20px
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-img .blog__img {
    width: 100%;
    -webkit-border-radius: 4px 4px 20px 20px;
    -moz-border-radius: 4px 4px 20px 20px;
    border-radius: 4px 4px 20px 20px
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-img:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-img .item-overlay {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #025b8a;
    -webkit-border-radius: 4px 4px 20px 20px;
    -moz-border-radius: 4px 4px 20px 20px;
    border-radius: 4px 4px 20px 20px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    visibility: visible;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-img .item-overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #025b8a;
    font-size: 18px;
    width: 53px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-img .item-overlay a:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -1px;
    width: 35px;
    height: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #025b8a;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-img .item-overlay a:hover {
    background-color: #64b2e5;
    color: #fff
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body {
    padding: 32px 20px 60px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background-color: #fff
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__meta {
    margin-bottom: 5px
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__meta li {
    display: inline-block;
    color: #677286;
    font-size: 15px;
    opacity: .7;
    font-weight: 500;
    text-transform: capitalize
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__meta li a {
    color: #025b8a;
    font-weight: 600;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__meta li a:hover {
    color: #64b2e5
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__title {
    font-size: 22px;
    color: #025b8a;
    font-weight: 700;
    line-height: 28px;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__title:hover {
    color: #64b2e5
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__title {
        font-size: 22px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__title {
        font-size: 22px
    }
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__desc {
    font-size: 16px;
    color: #677286;
    margin-top: 24px;
    margin-bottom: 25px;
    line-height: 28px;
    font-weight: 500
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__bottom li {
    text-transform: capitalize;
    font-size: 16px;
    color: #025b8a
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__bottom li a {
    font-weight: 500;
    color: #025b8a;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__bottom li a.blog__btn {
    float: left;
    padding-right: 35px;
    position: relative
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__bottom li a.blog__btn .fa__arrow {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__bottom li a.blog__btn:hover .fa__arrow {
    right: 22px
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__bottom li a.blog__com {
    float: right
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__bottom li a:hover {
    color: #64b2e5
}

.blog-area .blog-post-wrapper .blog-post-item:hover .blog-post-img .item-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.blog-grid-area {
    padding-top: 120px;
    padding-bottom: 10px
}

.blog-grid-area .blog-post-wrapper {
    margin-top: 0
}

.portfolio-area {
    padding-top: 113px;
    padding-bottom: 104px
}

.portfolio-area .col-md-12.portfolio-column .related-post .sec__title {
    font-size: 28px;
    width: auto
}

.portfolio-area .sec-heading .sec__title {
    line-height: 57px;
    margin-bottom: 30px;
    width: 630px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .portfolio-area .sec-heading .sec__title {
        width: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .portfolio-area .sec-heading .sec__title {
        width: auto
    }
}

@media(max-width:480px) {
    .portfolio-area .sec-heading .sec__title {
        line-height: 45px
    }
}

.portfolio-area .portfolio-filter {
    border: 2px solid rgba(103, 114, 134, 0.1);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 15px 0;
    margin: 26px 0 60px 0
}

.portfolio-area .portfolio-filter li {
    display: inline-block;
    padding: 6px 20px;
    cursor: pointer;
    color: #677286;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize
}

@media(max-width:480px) {
    .portfolio-area .portfolio-filter li {
        margin-bottom: 10px
    }
}

.portfolio-area .portfolio-filter li.active,
.portfolio-area .portfolio-filter li:hover {
    background-color: #64b2e5;
    color: #fff;
    -webkit-box-shadow: 0 6px 30px 0 rgba(246, 107, 93, 0.2);
    -moz-box-shadow: 0 6px 30px 0 rgba(246, 107, 93, 0.2);
    box-shadow: 0 6px 30px 0 rgba(246, 107, 93, 0.2)
}

.portfolio-area .portfolio-list .single-portfolio-item .portfolio-inner {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

.portfolio-area .portfolio-list .single-portfolio-item .portfolio-inner .portfolio__img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.portfolio-area .portfolio-list .single-portfolio-item .portfolio-inner .portfolio-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(59, 62, 121, 0.9);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.portfolio-area .portfolio-list .single-portfolio-item .portfolio-inner .portfolio-hover .hover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #025b8a
}

.portfolio-area .portfolio-list .single-portfolio-item .portfolio-inner .portfolio-hover .hover-text a {
    display: block;
    color: #fff
}

.portfolio-area .portfolio-list .single-portfolio-item .portfolio-inner .portfolio-hover .hover-text a h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px
}

.portfolio-area .portfolio-list .single-portfolio-item .portfolio-inner .portfolio-hover .hover-text a span {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #a0aec6
}

.portfolio-area .portfolio-list .single-portfolio-item .portfolio-inner .portfolio-hover .hover-text a:hover h4 {
    color: #64b2e5
}

.portfolio-area .portfolio-list .single-portfolio-item .portfolio-inner:hover .portfolio__img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.portfolio-area .portfolio-list .single-portfolio-item .portfolio-inner:hover .portfolio-hover {
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .portfolio-area .portfolio-list .single-portfolio-item.col-md-4 {
        width: 50%;
        float: left
    }
}

@media(max-width:480px) {
    .portfolio-area .portfolio-list .single-portfolio-item.col-md-4 {
        width: 100%;
        float: none
    }
}

.portfolio-area .single-portfolio-list .single-port-img {
    position: relative
}

.portfolio-area .single-portfolio-list .single-port-img:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.portfolio-area .single-portfolio-list .single-port-img:after {
    position: absolute;
    content: '';
    border: 12px solid rgba(35, 61, 99, 0.1);
    height: 100%;
    width: 100%;
    left: -50px;
    bottom: -49px;
    z-index: -1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.portfolio-area .single-portfolio-list .single-port-img .single__img {
    width: 100%;
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0
}

.portfolio-area .single-portfolio-list .single-port-content {
    margin-top: 30px
}

.portfolio-area .single-portfolio-list .single-port-content .single-port-top {
    border-bottom: 1px solid #eee;
    padding-bottom: 28px;
    margin-bottom: 29px
}

.portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item {
    font-weight: 500
}

.portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item .sp__title {
    font-size: 16px;
    color: #025b8a;
    font-weight: 600;
    text-transform: capitalize
}

.portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item .sp__desc {
    color: #677286
}

.portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item .sp__desc a {
    color: #64b2e5
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item1,
    .portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item2 {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item1,
    .portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item2 {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item1,
    .portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item2 {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item3 {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item3 {
        margin-bottom: 20px
    }
}

.portfolio-area .single-portfolio-list .single-port-content .single-port-bottom {
    margin-bottom: 55px
}

.portfolio-area .single-portfolio-list .single-port-content .single-port-bottom .sp__title {
    font-size: 28px;
    color: #025b8a;
    font-weight: 700;
    margin-bottom: 28px
}

.portfolio-area .single-portfolio-list .single-port-content .single-port-bottom .sp__desc {
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px
}

.portfolio-area .single-portfolio-list .single-port-content .project-list {
    margin-bottom: 41px
}

.portfolio-area .single-portfolio-list .single-port-content .project-list .project-title {
    font-size: 25px;
    color: #025b8a;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px
}

.portfolio-area .single-portfolio-list .single-port-content .project-list .result-title {
    margin-bottom: 30px
}

.portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item .pro-feature li {
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    margin-bottom: 10px
}

.portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item .pro-feature li i {
    margin-right: 5px;
    color: #64b2e5
}

.portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item .pro-feature li:last-child {
    margin-bottom: 0
}

.portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item .sp__desc {
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 28px
}

.portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item .line-legend {
    padding-top: 25px;
    padding-left: 18px
}

.portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item .line-legend li {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    color: #025b8a;
    margin-left: 30px;
    font-weight: 500
}

.portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item .line-legend li span {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #4021ba;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -22px;
    top: 6px
}

.portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item .line-legend li span.legend__two {
    background-color: #64b2e5
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item2 {
        margin-top: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item2 {
        margin-top: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item3 {
        margin-top: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item3 {
        margin-top: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item3 {
        margin-top: 60px
    }
}

.single-portfolio-area {
    padding-top: 122px;
    padding-bottom: 100px
}

.load-more-btn {
    margin-top: 60px
}

.load-more-btn .theme-button i {
    margin-right: 5px
}

.load-more-btn2 {
    margin-top: 30px
}

.case-area {
    padding-top: 114px;
    padding-bottom: 120px
}

.case-area .blog-post-wrapper {
    margin-top: 28px
}

.case-area .blog-post-wrapper .blog-post-item {
    -webkit-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.case-area .blog-post-wrapper .blog-post-item .blog-post-img .blog__img {
    -webkit-border-radius: 4px 4px 20px 20px;
    -moz-border-radius: 4px 4px 20px 20px;
    border-radius: 4px 4px 20px 20px
}

.case-area .blog-post-wrapper .blog-post-item .blog-post-body {
    padding: 32px 25px 35px 25px;
    border: 0;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0
}

.case-area .blog-post-wrapper .blog-post-item .blog-post-body .case__meta {
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    text-transform: capitalize
}

.case-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__title {
    margin-top: 5px;
    font-size: 22px
}

.case-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__desc {
    font-weight: 500;
    font-size: 16px;
    margin-top: 22px;
    margin-bottom: 32px
}

.case-area .blog-post-wrapper .blog-post-item:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

.case-area .load-more-btn {
    margin-top: 35px
}

.case-area2 {
    padding-bottom: 43px
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .case-area2 .sec-heading {
        text-align: center
    }
}

.case-area2 .sec-heading .sec__title {
    margin-bottom: 32px;
    line-height: 55px;
    width: 630px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .case-area2 .sec-heading .sec__title {
        width: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .case-area2 .sec-heading .sec__title {
        width: auto
    }
}

@media(max-width:480px) {
    .case-area2 .sec-heading .sec__title {
        line-height: 45px;
        margin-bottom: 30px
    }
}

.case-area2 .blog-post-wrapper .single-case-slider .owl-dots {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.case-area2 .blog-post-wrapper .single-case-slider .owl-dots div {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 1px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
}

.case-area2 .blog-post-wrapper .single-case-slider .owl-dots div.active,
.case-area2 .blog-post-wrapper .single-case-slider .owl-dots div:hover {
    background-color: #64b2e5;
    border-color: #64b2e5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.case-area2 .blog-post-wrapper .blog-post-item {
    margin-bottom: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .case-area2 .blog-post-wrapper .blog-post-item {
        height: 572px
    }
}

.single-case {
    padding-top: 118px;
    padding-bottom: 67px
}

.single-case .blog-post-wrapper {
    margin-top: 4px
}

.single-case .blog-post-wrapper .blog-post-item {
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    width: auto
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body {
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__title {
    font-size: 30px;
    margin-top: 0
}

@media(max-width:425px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__title {
        line-height: 35px
    }
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__desc {
    margin-bottom: 26px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__list {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__list {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__list {
        margin-bottom: 40px
    }
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__list li {
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__list li:last-child {
    margin-bottom: 0
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__list li i {
    margin-right: 10px;
    color: #64b2e5
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__list2 {
        margin-bottom: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__list2 {
        margin-bottom: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__list2 {
        margin-bottom: 0
    }
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .tab-content-shared {
    margin-top: 50px
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .tab-content-shared .nav-tabs {
    border-bottom: 0
}

@media(max-width:425px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .tab-content-shared .nav-tabs li {
        float: none;
        margin-bottom: 15px;
        text-align: center
    }
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .tab-content-shared .nav-tabs li a {
    background-color: #025b8a;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0;
    position: relative;
    padding: 12px 30px;
    margin-right: 5px;
    border: 0
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .tab-content-shared .nav-tabs li a:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .tab-content-shared .nav-tabs li.active a {
    background-color: #64b2e5
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .tab-content-shared .nav-tabs li.active a:after {
    border-top: 10px solid #64b2e5
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .tab-content-shared .tab-content {
    margin-top: 25px
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .tab-content-shared .tab-content .tab-desc-box {
    background-color: #fff;
    padding: 22px 25px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .tab-content-shared .tab-content .tab-desc-box .tab__desc {
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    line-height: 28px
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-case-img-box img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-case-img-box .blog__title {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 18px;
    line-height: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-case-img-box .blog__title2 {
        margin-top: 40px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-case-img-box .blog__title2 {
        margin-top: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-case-img-box .blog__title2 {
        margin-top: 40px
    }
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-case-img-box .blog__title2:hover {
    color: #025b8a
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-case-img-box .blog__desc {
    margin-top: 0;
    margin-bottom: 25px
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-case-img-box2 {
    margin-top: 50px;
    margin-bottom: 60px
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .blog__title {
    font-size: 25px;
    margin-top: 0;
    line-height: 30px
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .blog__title:hover {
    color: #025b8a
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .blog__desc {
    margin-top: 18px;
    margin-bottom: 15px
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .blog__desc2 {
    margin-bottom: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .blog__desc2 {
        margin-bottom: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .blog__desc2 {
        margin-bottom: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .blog__desc2 {
        margin-bottom: 60px
    }
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .result-chart {
    width: 100%
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .line-legend {
    padding-top: 25px;
    padding-left: 18px
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .line-legend .chart-legend li {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    color: #025b8a;
    margin-left: 30px;
    font-weight: 500
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .line-legend .chart-legend li span {
    width: 13px;
    height: 13px;
    display: inline-block;
    background-color: #4021ba;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position: absolute;
    left: -20px;
    top: 6px
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .line-legend .chart-legend li span.legend__two {
    background-color: #64b2e5
}

.single-case .blog-post-wrapper .blog-post-item:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.newsleller-area {
    padding-top: 75px;
    padding-bottom: 88px;
    position: relative
}

@media(max-width:480px) {
    .newsleller-area {
        padding-top: 99px
    }
}

@media(max-width:480px) {
    .newsleller-area .sec-heading {
        text-align: center
    }
}

.newsleller-area .sec-heading .sec__title {
    line-height: 54px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .newsleller-area .sec-heading .sec__title {
        margin-bottom: 50px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .newsleller-area .sec-heading .sec__title {
        margin-bottom: 50px
    }
}

@media(max-width:480px) {
    .newsleller-area .sec-heading .sec__title {
        line-height: 45px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .newsleller-area .sec-heading .sec__title {
        margin-bottom: 50px
    }
}

@media(max-width:425px) {
    .newsleller-area .sec-heading .sec__title {
        line-height: 50px
    }
}

.newsleller-area .news-heading {
    margin-bottom: 50px
}

.newsleller-area .news-heading .sec__title {
    margin-bottom: 10px
}

.newsleller-area .contact-form-action {
    padding-left: 0
}

.newsleller-area .contact-form-action .theme-button {
    width: 100%
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .newsleller-area2 {
        padding-top: 30px
    }
}

.newsleller-area2,
.newsleller-area3 {
    padding-bottom: 30px
}

.newsleller-area3 {
    padding-top: 110px
}

.newsleller-area4 {
    padding-top: 60px
}

@media(max-width:320px) {
    .newsleller-area4 {
        padding-top: 30px
    }
}

.newsleller-area4 .news-heading {
    width: 550px;
    margin-left: auto;
    margin-right: auto
}

@media(max-width:600px) {
    .newsleller-area4 .news-heading {
        width: auto
    }
}

.newsleller-area5 {
    padding-top: 113px;
    padding-bottom: 30px
}

@media(max-width:320px) {
    .newsleller-area5 {
        padding-top: 80px
    }
}

.newsleller-area6 {
    padding-top: 89px;
    padding-bottom: 30px
}

.footer-area {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media(max-width:320px) {
    .footer-area {
        padding-top: 110px
    }
}

.footer-area .box-icons {
    position: absolute;
    left: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

@media(max-width:1440px) {
    .footer-area .box-icons {
        display: none
    }
}

.footer-area .box-icons .box-one {
    position: absolute;
    top: -50px;
    left: 110px;
    width: 100px;
    height: 100px;
    border: 3px solid #a0aec6;
    opacity: .3
}

.footer-area .box-icons .box-two {
    position: absolute;
    bottom: -145px;
    left: 55px;
    width: 80px;
    height: 80px;
    border: 3px solid #a0aec6;
    opacity: .2
}

.footer-area .box-icons .box-three {
    position: absolute;
    bottom: -210px;
    left: 25px;
    width: 50px;
    height: 50px;
    border: 3px solid #a0aec6;
    opacity: .1
}

.footer-area:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #025b8a;
    z-index: -1
}

.footer-area:after {
    position: absolute;
    top: -30px;
    left: 0;
    content: "";
    background-color: #fff;
    width: 150%;
    height: 130px;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg)
}

@media(max-width:320px) {
    .footer-area:after {
        height: 70px
    }
}

.footer-area .footer-shared {
    height: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-area .footer-shared {
        height: 375px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer-area .footer-shared {
        margin-bottom: 50px;
        height: 100%
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .footer-area .footer-shared {
        margin-bottom: 50px;
        height: 100%
    }
}

.footer-area .footer-shared .footer-title {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff
}

.footer-area .footer-shared .footer__desc {
    font-size: 16px;
    color: #a0aec6;
    font-weight: 500;
    margin-top: 26px;
    line-height: 28px
}

.footer-area .footer-shared .footer-address-links {
    margin-top: 34px;
    margin-bottom: 35px
}

.footer-area .footer-shared .footer-address-links li {
    font-size: 16px;
    color: #a0aec6;
    font-weight: 500;
    margin-bottom: 25px
}

.footer-area .footer-shared .footer-address-links li:last-child {
    margin-bottom: 0
}

.footer-area .footer-shared .footer-address-links li a {
    display: block;
    color: #a0aec6;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    padding-left: 45px
}

.footer-area .footer-shared .footer-address-links li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    position: absolute;
    left: 0;
    top: -5px
}

.footer-area .footer-shared .footer-address-links li a i:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #025b8a
}

.footer-area .footer-shared .footer-address-links li a:hover {
    color: #64b2e5;    border: none;
    text-decoration: none;
}

.footer-area .footer-shared .footer-address-links li a:hover i {
    background-color: #64b2e5
}

.footer-area .footer-shared .footer-meta {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 27px
}

.footer-area .footer-shared .footer-link li {
    display: inline-block;
    color: #a0aec6;
    margin-right: 3px
}

.footer-area .footer-shared .footer-link li:last-child {
    margin-right: 0
}

.footer-area .footer-shared .footer-link li a {
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 16px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #677286;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: relative
}

.footer-area .footer-shared .footer-link li a:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #025b8a
}

.footer-area .footer-shared .footer-link li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.footer-area .footer-shared .footer-link li a:hover {
    color: #fff;
    background-color: #64b2e5
}

.footer-area .footer-shared .company-link li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px
}

.footer-area .footer-shared .company-link li a {
    width: auto;
    height: auto;
    display: inline-block;
    background-color: transparent;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: capitalize;
    font-size: 16px;
    line-height: inherit;
    font-weight: 500;
    color: #a0aec6
}

.footer-area .footer-shared .company-link li a:hover {
    background-color: transparent;
    color: #fff
}

.footer-area .footer-shared .company-link li a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.footer-area .footer-shared .company-link li a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.footer-area .footer-shared .contact-form-action {
    padding-left: 0
}

.footer-area .footer-shared .contact-form-action form .form-group .form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #025b8a;
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0
}

.footer-area .footer-shared .contact-form-action form .form-group .form-control:hover,
.footer-area .footer-shared .contact-form-action form .form-group .form-control:focus {
    -webkit-border-radius: 0 10px 0 10px;
    -moz-border-radius: 0 10px 0 10px;
    border-radius: 0 10px 0 10px
}

.footer-area .footer-shared .contact-form-action form .form-group .message-control {
    height: 80px
}

.footer-area .footer-shared .contact-form-action form .form-group .theme-button {
    background-color: #fff;
    color: #025b8a;
    display: block;
    width: 100%;
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0
}

.footer-area .footer-shared .contact-form-action form .form-group .theme-button:hover {
    background-color: #64b2e5;
    color: #fff;
    -webkit-border-radius: 0 10px 0 10px;
    -moz-border-radius: 0 10px 0 10px;
    border-radius: 0 10px 0 10px
}

.footer-area .footer-shared .working-wrapper {
    padding: 20px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    border-radius: 20px 0 20px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-left: -50px;
    margin-right: 50px;
    color: #a0aec6;
    font-size: 16px;
    font-weight: 500
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-area .footer-shared .working-wrapper {
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer-area .footer-shared .working-wrapper {
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .footer-area .footer-shared .working-wrapper {
        margin-left: 0;
        margin-right: 0
    }
}

.footer-area .footer-shared .working-wrapper .working__time {
    margin-bottom: 5px
}

.footer-area .footer-shared .working-wrapper .working__time span {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600
}

.footer-area .footer-shared .working-wrapper .workingtime__off {
    margin-top: 24px;
    padding-top: 15px;
    margin-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.footer-area .footer-shared .working-wrapper:hover {
    -webkit-border-radius: 0 20px 0 20px;
    -moz-border-radius: 0 20px 0 20px;
    border-radius: 0 20px 0 20px
}

.footer-area .footer-widget {
    padding-left: 36px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-area .footer-widget {
        padding-left: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer-area .footer-widget {
        padding-left: 0
    }
    
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .footer-area .footer-widget {
        padding-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-area .footer-widget3 {
        margin-bottom: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer-area .footer-widget3 {
        margin-bottom: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .footer-area .footer-widget3 {
        margin-bottom: 0
    }
}

.footer-area .copyright-content {
    position: relative;
    padding-top: 34px; background:#003e5d;
    margin-top: 90px;
    border-top: 1px solid rgba(160, 174, 198, 0.1)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-area .copyright-content {
        text-align: center
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer-area .copyright-content {
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .footer-area .copyright-content {
        text-align: center
    }
}

@media(max-width:320px) {
    .footer-area .copyright-content {
        margin-top: 50px
    }
}

.footer-area .copyright-content .copy__desc {
    font-size: 15px;
    color: #a0aec6;
    font-weight: 600
}

.footer-area .copyright-content .copy__desc a {
    color: #fff;
    position: relative;
    display: inline-block
}

.footer-area .copyright-content .copy__desc a:after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    bottom: 4px;
    left: 0;
    background-color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.footer-area .copyright-content .copy__desc a:hover {
    color: #fff
}

.footer-area .copyright-content .copy__desc a:hover:after {
    width: 100%
}

.footer-area .copyright-content .copy__desc i {
    animation: heartBeat 1000ms infinite linear;
    color: #f67e02
}

.footer-area .copyright-content:before,
.footer-area .copyright-content:after {
    position: absolute;
    content: '';
    top: -1px;
    left: 0;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.3)
}

.footer-area .copyright-content:after {
    left: auto;
    right: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-area .row .col-md-3:nth-child(1),
    .footer-area .row .col-md-3:nth-child(2) {
        margin-bottom: 70px
    }
}

#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background-color: #fff;
    color: #025b8a;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    border: 1px solid #ddd
}

#back-to-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#back-to-top:hover {
    background-color: #64b2e5;
    color: #fff;
    border-color: #64b2e5
}

#back-to-top.back-btn-shown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    60% {
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -o-transform: scale(1.04);
        transform: scale(1.04)
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.theme-button,
.header-area .header-top .header-top-info .info-list li a.work-btn,
.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .cart__info .cart__btn,
.slider-area .rev_slider .tp-caption .slide__btn,
.hero-area .hero-content .hero__btn,
.product-detail-area .product-tab-description .nav-tabs li a,
.howitworks-area4 .hiw-content .hiw-item .join-ico__btn,
.error-area .error-content .go-back-btn {
    font-weight: 600;
    font-size: 16px;
    color: #025b8a;
    padding: 13px 35px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: capitalize;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    position: relative;
    display: inline-block
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

a:hover,
a:focus {
    text-decoration: none
}

input:focus {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

body {
    font-size: 15px;
    line-height: 25px;
    font-family: "Barlow", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

.no-margin-top {
    margin-top: 0 !important
}

.no-margin-bottom {
    margin-bottom: 0 !important
}

.no-margin-lr {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.no-margin-lr {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.no-padding-l {
    padding-left: 0 !important;
    Padding-right:0 !important
}

.no-padding-r {
    padding-right: 0 !important
}

.no-padding-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.span-color {
    color: #64b2e5
}

.tooltip.right .tooltip-inner {
    font-weight: 500;
    background-color: #025b8a;
    width: 85px
}

.tooltip.right .tooltip-arrow {
    border-right-color: #025b8a
}

.theme-button {
    background-color: #0081c4;
    color: #fff;
    padding-left: 25px;
    padding-right: 40px
}

.theme-button .fa__arrow {
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.theme-button:hover {
    background-color: #64b2e5;
    color: #fff
}

.theme-button:hover .fa__arrow {
    right: 22px
}

.loader-container {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999
}

.loader-container .lds-ripple {
    position: relative;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loader-container .lds-ripple div {
    position: absolute;
    border: 4px solid #64b2e5;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite
}

.loader-container .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

.divider {
    text-align: center
}

.divider .divider__dot {
    display: inline-block;
    width: 10px;
    height: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 15px;
    background-color: #025b8a
}

.header-area {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1010
}

.header-area .header-top {
    padding-top: 5px;
    position: relative;
    z-index: 2;
    
    background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,128,197,1) 0%, rgba(99,179,226,1) 100%);
}

@media(max-width:1199px) {
    .header-area .header-top {
        padding-bottom: 12px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .header-area .header-top .header-top-info {
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .header-area .header-top .header-top-info {
        text-align: center
    }
}

.header-area .header-top .header-top-info .info-list li {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding-top: 3px;
    padding-left: 15px;
    position: relative;
    font-weight: 500
}

@media(max-width:1199px) {
    .header-area .header-top .header-top-info .info-list li {
        padding-top: 0
    }
}

.header-area .header-top .header-top-info .info-list li:first-child {
    padding-left: 0
}

.header-area .header-top .header-top-info .info-list li i {
    padding-right: 5px
}

.header-area .header-top .header-top-info .info-list li a {
    color: #fff;
    font-size: 16px;
    padding-bottom: 10px;
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media(max-width:1199px) {
    .header-area .header-top .header-top-info .info-list li a {
        padding-bottom: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .header-area .header-top .header-top-info .info-list li a {
        padding-bottom: 10px
    }
}

.header-area .header-top .header-top-info .info-list li a img {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 2px
}

.header-area .header-top .header-top-info .info-list li a i {
    padding-right: 3px
}

.header-area .header-top .header-top-info .info-list li a.work-btn {
    background-color: #64b2e5;
    color: #fff;
    padding-left: 30px;
    padding-right: 42px;
    font-size: 15px;
    margin-top: -10px
}

@media(max-width:1199px) {
    .header-area .header-top .header-top-info .info-list li a.work-btn {
        margin-top: 4px
    }
}

@media(max-width:1024px) {
    .header-area .header-top .header-top-info .info-list li a.work-btn {
        margin-left: 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .header-top .header-top-info .info-list li a.work-btn {
        display: none
    }
    .header-area .header-top {
        padding-bottom: 5px;
    }
    .header-area .header-menu-wrapper .logo {
        padding-top: 8px;
        margin-bottom: 0px;
    }
}


@media only screen and (min-width:480px) and (max-width:767px) {
    .header-area .header-top .header-top-info .info-list li a.work-btn {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .header-area .header-top .header-top-info .info-list li a.work-btn {
        display: none
    }
}

.header-area .header-top .header-top-info .info-list li a.work-btn .fa__arrow {
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-area .header-top .header-top-info .info-list li a.work-btn:hover {
    background-color: #fff;
    color: #64b2e5
}

.header-area .header-top .header-top-info .info-list li a.work-btn:hover .fa__arrow {
    right: 25px
}

.header-area .header-top .header-top-info .info-list li a:hover {
    color: #64b2e5
}

.header-area .header-top .header-top-info .info-list li .lang-drop-menu {
    position: absolute;
    top: 60px;
    right: 0;
    width: 150px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-area .header-top .header-top-info .info-list li .lang-drop-menu li {
    display: block;
    text-align: left
}

.header-area .header-top .header-top-info .info-list li .lang-drop-menu li a {
    display: block;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    color: #025b8a;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-area .header-top .header-top-info .info-list li .lang-drop-menu li a:hover {
    color: #64b2e5
}

.header-area .header-top .header-top-info .info-list li .lang-drop-menu li a img {
    margin-right: 4px
}

.header-area .header-top .header-top-info .info-list li .lang-drop-menu li a:first-child {
    padding-top: 15px
}

.header-area .header-top .header-top-info .info-list li .lang-drop-menu:after {
    position: absolute;
    content: '';
    left: 50%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header-area .header-top .header-top-info .info-list li:hover .lang-drop-menu {
    top: 40px;
    opacity: 1;
    visibility: visible
}

@media(max-width:1024px) {
    .header-area .header-top .header-top-info .info-list li:last-child {
        padding-left: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .header-area .header-top .header-top-info .info-list li:last-child {
        padding-left: 15px
    }
}

.header-area .header-top .header-login-info {
    text-align: right
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .header-top .header-login-info {
        margin-right: -7px;
        margin-top: 15px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .header-area .header-top .header-login-info {
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .header-area .header-top .header-login-info {
        text-align: center
    }
}

@media(max-width:480px) {
    .header-area .header-top .header-login-info {
        margin-top: 5px
    }
}

.header-area .header-top .header-login-info .info-list li {
    padding-top: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .header-top .header-login-info .info-list li a {
        padding-bottom: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .header-area .header-top .header-login-info .info-list li a {
        padding-bottom: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .header-area .header-top .header-login-info .info-list li a {
        padding-bottom: 0
    }
}

.header-area .header-menu-wrapper {
    color: #fff;
    padding-top: 20px;
    position: relative
}

.header-area .header-menu-wrapper .container {
    position: relative;
    z-index: 1
}

.header-area .header-menu-wrapper:before,
.header-area .header-menu-wrapper:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.header-area .header-menu-wrapper:before {
    /* background-image: url("../images/dots4.jpg"); */
    background-size: cover;
    background-position: center;
    opacity: .1;
    z-index: 1;
   
}

.header-area .header-menu-wrapper:after {
    background-color: #fff;
    left: -100px;
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    -ms-transform: skew(45deg);
    -o-transform: skew(45deg);
    transform: skew(45deg)
}

@media(max-width:1366px) {
    .header-area .header-menu-wrapper:after {
        left: -62px
    }
}

@media(max-width:1280px) {
    .header-area .header-menu-wrapper:after {
        left: -46px
    }
}

@media only screen and (max-width:1279px) and (min-width:320px) {
    .header-area .header-menu-wrapper:after {
        -webkit-transform: skew(0);
        -moz-transform: skew(0);
        -ms-transform: skew(0);
        -o-transform: skew(0);
        transform: skew(0);
        left: 0
    }
}

@media(max-width:1199px) {
    .header-area .header-menu-wrapper {
        padding-bottom: 10px
    }
}

.header-area .header-menu-wrapper .logo {
    padding-top: 0px
}

@media(max-width:320px) {
    .header-area .header-menu-wrapper .logo img {
        width: 150px;
      
    }
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content {
    float: right
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav {
    float: left
}

@media(max-width:1199px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul {
        display: none
    }
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li {
    display: inline-block;
    text-transform: capitalize;
    padding-top: 15px;
    padding-right: 30px;
    position: relative
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li a {
    color: #025b8a;
    font-size: 16px;
    font-weight: 600;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding-bottom: 8px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li a:hover {
    color: #64b2e5
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item {
    position: absolute;
    top: 80px;
    padding-right: 6px;
    width: 220px;
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    border-bottom: 2px solid #64b2e5;
    border-top: 2px solid #64b2e5;
}
.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item .vertical{
	
            border-left: 2px solid grey; 
            height: 130px; 
            position:absolute; 
            left: 50%; 
        
}
.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item .vertical1{
	
            border-left: 2px solid grey; 
            height: 300px; 
            
        
}
.heading{
	color:#64b2e5;
	font-weight:bold;
	text-align:center;
	font-size:15px;
	
	
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item li {
    display: block;
    padding-top: 0;
    padding-right: 0px;
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item li a {
    color: #677286;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: capitalize;
    padding: 10px 15px;
    font-weight: 500;
    margin-right: 5px;
    margin-left: 5px;
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    position: relative
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item li a:hover {
    color: #64b2e5;
    padding-left: 18px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item li a:hover:after {
    background-color: #64b2e5;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item li a .icon-right {
    float: right;
    padding-top: 4px;
    font-size: 14px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item li a:after {
    position: absolute;
    width: 7px;
    height: 7px;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    left: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item li .sub-menu {
    position: absolute;
    top: -10px;
    /* left: 190px; */
    width: 200px;
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
    opacity: 0
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item li .sub-menu:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    background-image: url("../images/dots3.png");
    background-size: cover;
    background-position: center;
    opacity: .1
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item li:hover .sub-menu {
    left: 200px;
    opacity: 1;
    visibility: visible
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item:after {
    position: absolute;
    content: '';
    left: 25px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    bottom: 100%
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li .dropdown-menu-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    background-image: url("../images/dots3.png");
    background-size: cover;
    background-position: center;
    opacity: .1
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li:hover .dropdown-menu-item {
    top: 65px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content nav ul li:last-child {
    padding-right: 0
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button {
    float: left;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button {
        margin-top: -45px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button {
        margin-top: -45px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button {
        margin-top: -40px
    }
}

@media(max-width:1199px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul {
        padding-right: 70px
    }
}

@media(max-width:320px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul {
        padding-right: 50px
    }
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li {
    padding-top: 15px;
    padding-left: 30px;
    display: inline-block;
    position: relative
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li a {
    color: #025b8a;
    font-size: 16px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__icon {
    position: relative
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__icon .cart__item-count {
    position: absolute;
    top: -6px;
    right: -10px;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background-color: #64b2e5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items {
    background-color: #fff;
    position: absolute;
    right: -25px;
    top: 80px;
    width: 300px;
    padding: 20px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
    z-index: 1
}

@media(max-width:320px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items {
        right: -103px
    }
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .items {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    position: relative
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .items img {
    width: 50px;
    height: 55px;
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .items .item__info {
    margin-left: 60px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .items .item__info a {
    display: block;
    color: #025b8a;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-right: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .items .item__info a:hover {
    color: #64b2e5
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .items .item__info .item__info-price {
    color: #025b8a;
    font-size: 16px;
    font-weight: 600
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .items .item__remove {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .items .item__remove:hover {
    color: #64b2e5
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .items2 {
    margin-top: 20px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .cart__info p {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #677286;
    font-size: 16px;
    font-weight: 600
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .cart__info p span {
    font-weight: 700;
    color: #025b8a
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .cart__info .cart__btn {
    padding: 10px 20px;
    background-color: #025b8a;
    color: #fff
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .cart__info .cart__btn:hover {
    background-color: #64b2e5
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items .cart__info .check__btn {
    margin-left: 10px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items:after {
    position: absolute;
    content: '';
    right: 25px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    bottom: 100%
}

@media(max-width:320px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items:after {
        right: 100px
    }
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li .cart__items:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/dots3.png");
    background-size: cover;
    background-position: center;
    opacity: .1
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button ul li:hover .cart__items {
    top: 50px;
    opacity: 1;
    visibility: visible
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button .side-menu-open {
    width: 27px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    position: absolute;
    right: 0;
    top: 0px
}

@media(max-width:1199px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button .side-menu-open {
        display: block;
		
    }
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button .side-menu-open .menu__bar {
    height: 2px;
    background-color: #025b8a;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button .side-menu-open .menu__bar:nth-child(1),
.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button .side-menu-open .menu__bar:nth-child(2) {
    margin-bottom: 5px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button .side-menu-open .menu__bar:nth-child(2) {
    margin-left: 5px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .logo-right-button .side-menu-open:hover .menu__bar:nth-child(2) {
    margin-left: 0;
    margin-right: 5px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .search-option {
    position: absolute;
    top: 80px;
    right: 15px;
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .search-option {
        top: 60px;
        width: 96%
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .search-option {
        top: 60px;
        width: 95%
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .search-option {
        width: 90%
    }
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .search-option .form-control {
    padding: 15px 20px;
    color: #025b8a;
    height: auto;
    font-size: 16px
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .search-option .search-icon {
    position: absolute;
    right: 20px;
    color: #025b8a;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .search-option.active {
    top: 70px;
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .search-option.active {
        top: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .search-option.active {
        top: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .header-area .header-menu-wrapper .main-menu-wrapper .main-menu-content .search-option.active {
        top: 30px
    }
}

.header-area .header-menu-wrapper.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1)
}

.header-area .side-nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    background-color: #025b8a;
    overflow-x: hidden;
    z-index: 999;
    -webkit-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
    -moz-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
    -ms-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
    -o-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
    transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.header-area .side-nav-container .humburger-menu .humburger-menu-lines {
    display: inline-block;
    text-align: right;
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 18px;
    opacity: .5
}

.header-area .side-nav-container .humburger-menu .humburger-menu-lines:before,
.header-area .side-nav-container .humburger-menu .humburger-menu-lines:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    top: 10px;
    left: 0;
    background-color: #fff;
    -webkit-transform: rotate(-43deg);
    -moz-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    -o-transform: rotate(-43deg);
    transform: rotate(-43deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-area .side-nav-container .humburger-menu .humburger-menu-lines:after {
    -webkit-transform: rotate(43deg);
    -moz-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    -o-transform: rotate(43deg);
    transform: rotate(43deg)
}

.header-area .side-nav-container .humburger-menu .humburger-menu-lines:hover:before,
.header-area .side-nav-container .humburger-menu .humburger-menu-lines:hover:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.header-area .side-nav-container .side-menu-wrap {
    margin-top: 100px
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item {
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.12)
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item a {
    font-size: 16px;
    color: #fff;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    padding: 14px 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 54px;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:before,
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:after {
    position: absolute;
    top: 24px;
    right: 20px;
    content: '';
    width: 11px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:hover {
    background-color: rgba(255, 255, 255, 0.1)
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu {
    display: none
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12)
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.12)
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li a {
    padding-left: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    opacity: .8
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li a:hover {
    color: #64b2e5;
    opacity: 1
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item:hover>a {
    background-color: rgba(255, 255, 255, 0.12)
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item.active .menu-plus-icon:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item2 i {
    font-size: 14px
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item2:after {
    background-color: rgba(255, 255, 255, 0.1)
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item2 a {
    background-color: rgba(255, 255, 255, 0.12)
}

.header-area .side-nav-container.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.header-area2 .header-top {
    margin-left: 60px;
    margin-right: 60px;
    position: relative;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    margin-top: 30px;
    padding-top: 13px
}

@media(max-width:1366px) {
    .header-area2 .header-top {
        margin-right: 40px;
        margin-left: 40px
    }
}

@media(max-width:1024px) {
    .header-area2 .header-top {
        margin-right: 15px;
        margin-left: 15px
    }
}

@media(max-width:800px) {
    .header-area2 .header-top {
        margin-right: 0;
        margin-left: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
}

@media(max-width:480px) {
    .header-area2 .header-top {
        margin-top: 0
    }
}

.header-area2 .header-menu-wrapper {
    background-color: #fff;
    margin-left: 60px;
    margin-right: 60px;
    position: relative;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px
}

@media(max-width:1366px) {
    .header-area2 .header-menu-wrapper {
        margin-right: 40px;
        margin-left: 40px
    }
}

@media(max-width:1024px) {
    .header-area2 .header-menu-wrapper {
        margin-right: 15px;
        margin-left: 15px
    }
}

@media(max-width:800px) {
    .header-area2 .header-menu-wrapper {
        margin-right: 0;
        margin-left: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
}

.header-area2 .header-menu-wrapper:after {
    display: none
}

.header-area2 .header-menu-wrapper.header-fixed {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.header-area2 .header-menu-wrapper .header-fixed {
    padding-top: 10px;
    padding-bottom: 20px
}

.header-area3 {
    border-bottom: 1px solid #f6f8f9
}

.sec-heading .sec__meta {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #64b2e5;
    font-weight: 600
}

.sec-heading .sec__title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 23px;
    color: #025b8a
}

@media(max-width:480px) {
    .sec-heading .sec__title {
        font-size: 20px
    }
}

@media(max-width:320px) {
    .sec-heading .sec__title {
        margin-bottom: 10px
    }
}

.sec-heading .sec__desc {
    font-size: 16px;
    color: #677286;
    line-height: 28px;
    font-weight: 500
}

.white-heading .sec__meta {
    color: #fff;
    opacity: .7
}

.white-heading .sec__title {
    color: #fff
}

.white-heading .sec__desc {
    color: #fff
}

.slider-area {
    position: relative;
    z-index: 1;
    color: #fff
}

.slider-area .rev_slider .slotholder:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(59, 62, 121, 0.6);
    z-index: 99
}

@media(max-width:480px) {
    .slider-area .rev_slider .tp-caption {
        padding-left: 8px !important

    }
    .slider-area .rev_slider .tp-caption .slide__title {
        font-size: 24px;
           font-weight: 600;
           line-height: 76px
       }
}

.slider-area .rev_slider .tp-caption .slide__title {
 font-size: 44px;
    font-weight: 600;
    line-height: 76px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-area .rev_slider .tp-caption .slide__title {
        font-size: 55px;
        line-height: 65px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .slider-area .rev_slider .tp-caption .slide__title {
        font-size: 50px;
        line-height: 55px
    }
}

@media(max-width:480px) {
    .slider-area .rev_slider .tp-caption .slide__title {
        font-size: 36px;
        line-height: 42px;
        margin-top: 10px !important
    }
}

@media(max-width:375px) {
    .slider-area .rev_slider .tp-caption .slide__title {
        margin-top: 0 !important
    }
}

@media(max-width:480px) {
    .slider-area .rev_slider .tp-caption .slide__title2 {
        margin-top: 20px !important
    }
}

@media(max-width:425px) {
    .slider-area .rev_slider .tp-caption .slide__title2 {
        margin-top: 0 !important
    }
}

.slider-area .rev_slider .tp-caption .slide__desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

@media(max-width:425px) {
    .slider-area .rev_slider .tp-caption .slide__desc {
        font-size: 16px;
        line-height: 28px
    }
}

@media(max-width:480px) {
    .slider-area .rev_slider .tp-caption .slide__desc2 {
        margin-top: 10px !important
    }
}

@media(max-width:425px) {
    .slider-area .rev_slider .tp-caption .slide__desc2 {
        margin-top: 5px !important
    }
}

.slider-area .rev_slider .tp-caption .slide__btn {
    padding-left: 30px;
    padding-right: 42px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.slider-area .rev_slider .tp-caption .slide__btn .fa__arrow {
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider-area .rev_slider .tp-caption .slide__btn:hover {
    background-color: #64b2e5;
    color: #fff
}

.slider-area .rev_slider .tp-caption .slide__btn:hover .fa__arrow {
    right: 25px
}

.slider-area .rev_slider .tp-caption .slide__btn2 {
    margin-left: 13px
}

.slider-area .rev_slider .revo-slider-inner .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap {
    text-align: center
}

.slider-area .rev_slider .tparrows {
    background-color: #fff;
    color: #025b8a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: auto !important;
    left: auto !important;
    right: -15px;
    bottom: 18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media(max-width:480px) {
    .slider-area .rev_slider .tparrows {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: -20px;
        bottom: -5px
    }
}

@media(max-width:320px) {
    .slider-area .rev_slider .tparrows {
        right: -45px
    }
}

.slider-area .rev_slider .tparrows:before {
    color: #025b8a;
    font-size: 18px;
    line-height: 50px;
    font-family: "FontAwesome"
}

@media(max-width:480px) {
    .slider-area .rev_slider .tparrows:before {
        line-height: 40px
    }
}

@media(max-width:320px) {
    .slider-area .rev_slider .tparrows:before {
        line-height: 40px
    }
}

.slider-area .rev_slider .tparrows:hover {
    background-color: #64b2e5
}

.slider-area .rev_slider .tparrows:hover:before {
    color: #fff
}

.slider-area .rev_slider .tp-leftarrow {
    right: 40px
}

@media(max-width:480px) {
    .slider-area .rev_slider .tp-leftarrow {
        right: 25px
    }
}

@media(max-width:320px) {
    .slider-area .rev_slider .tp-leftarrow {
        right: 0
    }
}

.slider-area .rev_slider .tp-leftarrow:before {
    content: "\f104"
}

.slider-area .rev_slider .tp-rightarrow:before {
    content: "\f105"
}

.hero-area {
    color: #fff;
    position: relative
}

.hero-area .hero-content .herotop__desc {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500
}

.hero-area .hero-content .hero__title {
    font-size: 65px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 80px
}

@media(max-width:425px) {
    .hero-area .hero-content .hero__title {
        font-size: 45px;
        line-height: 64px
    }
}

.hero-area .hero-content .hero__desc {
    font-size: 20px;
    margin-bottom: 45px;
    line-height: 35px;
    font-weight: 500
}

.hero-area .hero-content .hero__btn {
    padding-left: 30px;
    padding-right: 42px
}

@media(max-width:425px) {
    .hero-area .hero-content .hero__btn {
        display: block
    }
}

.hero-area .hero-content .hero__btn .fa__arrow {
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero-area .hero-content .hero__btn:hover {
    background-color: #64b2e5;
    color: #fff
}

.hero-area .hero-content .hero__btn:hover .fa__arrow {
    right: 25px
}

.hero-area .hero-content .started__btn {
    margin-right: 20px;
    background-color: #64b2e5;
    color: #fff
}

@media(max-width:425px) {
    .hero-area .hero-content .started__btn {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.hero-area .hero-img-box {
    margin-top: -20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-area .hero-img-box {
        margin-top: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .hero-area .hero-img-box {
        margin-top: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .hero-area .hero-img-box {
        margin-top: 0
    }
}

.hero-area .hero-img-box .hero__img {
    width: 100%
}

.hero-area .svg-shape {
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 100%
}

.hero-area .svg-shape svg {
    fill: #fff;
    height: 200px;
    width: 100%;
    stroke: none
}

.slider-area2 .rev_slider .tparrows {
    bottom: 40%;
    -webkit-border-radius: 15px 0 15px 0;
    -moz-border-radius: 15px 0 15px 0;
    border-radius: 15px 0 15px 0;
    right: -10px
}

@media(max-width:1366px) {
    .slider-area2 .rev_slider .tparrows {
        right: -30px
    }
}

@media(max-width:1280px) {
    .slider-area2 .rev_slider .tparrows {
        right: -50px
    }
}

@media(max-width:600px) {
    .slider-area2 .rev_slider .tparrows {
        bottom: 0;
        right: auto;
        left: 135px !important
    }
}

.slider-area2 .rev_slider .tp-leftarrow {
    right: auto;
    left: 130px !important
}

@media(max-width:1366px) {
    .slider-area2 .rev_slider .tp-leftarrow {
        left: 111px !important
    }
}

@media(max-width:1280px) {
    .slider-area2 .rev_slider .tp-leftarrow {
        left: 90px !important
    }
}

.new-product-area {
    padding-top: 30px
}

@media(max-width:320px) {
    .new-product-area {
        padding-top: 60px
    }
}

.new-product-area .newest-pro-box {
    margin-top: 25px
}

.new-product-area .newest-pro-box .new-product {
    position: relative
}

.new-product-area .newest-pro-box .new-product .newproduct__thumb a img {
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.new-product-area .newest-pro-box .new-product .newproduct__details {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.new-product-area .newest-pro-box .new-product .newproduct__details .newproduct__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px
}

@media(max-width:320px) {
    .new-product-area .newest-pro-box .new-product .newproduct__details .newproduct__title {
        font-size: 18px;
        margin-bottom: 10px
    }
}

.new-product-area .newest-pro-box .new-product .newproduct__details .newproduct__title a {
    color: #025b8a;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.new-product-area .newest-pro-box .new-product .newproduct__details .newproduct__title a:hover {
    color: #64b2e5
}

.new-product-area .newest-pro-box .new-product .newproduct__details .newproduct__btn {
    text-transform: capitalize;
    font-size: 16px;
    color: #025b8a;
    font-weight: 500;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    padding-right: 10px
}

.new-product-area .newest-pro-box .new-product .newproduct__details .newproduct__btn:hover {
    color: #64b2e5
}

.new-product-area .newest-pro-box .new-product .newproduct__details .newproduct__btn:hover i {
    right: -3px
}

.new-product-area .newest-pro-box .new-product .newproduct__details .newproduct__btn i {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .new-product-area .newest-pro-box .new-product1 {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .new-product-area .newest-pro-box .new-product1 {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .new-product-area .newest-pro-box .new-product1 {
        margin-bottom: 30px
    }
}

.breadcrumb-area {
    background-color: #eee;
    padding-top: 285px;
    position: relative;
    z-index: 2;
    color: #fff;
    /* background-image: url("../images/breadcrumb-bg2.jpg"); */
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

@media(max-width:1199px) {
    .breadcrumb-area {
        padding-top: 200px
    }
}

.breadcrumb-area .breadcrumb-content {
    position: relative;
    padding-bottom: 155px
}

@media(max-width:1199px) {
    .breadcrumb-area .breadcrumb-content {
        padding-bottom: 75px;
        padding-top:75px;
    }
}

@media(max-width:425px) {
    .breadcrumb-area .breadcrumb-content {
        padding-bottom: 70px;
        padding-top: 0px !important;
    }
}

.breadcrumb-area .breadcrumb-content .breadcrumb__title {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center
}

@media(max-width:425px) {
    .breadcrumb-area .breadcrumb-content .breadcrumb__title {
        font-size: 29px
    }
}

@media(max-width:320px) {
    .breadcrumb-area .breadcrumb-content .breadcrumb__title {
        font-size: 20px
    }
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__title {
        font-size: 18px !important;
        text-align: left;
        margin-top: 0;
    }
    .timeline-area .timeline-list .happening .happening-content .time__title {
        line-height: 40px;
        font-size: 18px !important;
    }
    .timeline-area {
        padding-top: 20px !important;
        padding-bottom: 54px;
    }
    .timeline-area .timeline-list .happening .happening-content .time__title {
        line-height: 26px !important;
        font-size: 24px;
    }
}
@media(max-width:768px) {
    .breadcrumb-content .breadcrumb__list{
        display: none;
    }
       }
    


.breadcrumb-area .breadcrumb-content .breadcrumb__list {
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #fff;
    padding: 10px 33px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: -22px;
    -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 10px 40px rgba(82, 85, 90, 0.1)
}

@media(max-width:600px) {
    .breadcrumb-area .breadcrumb-content .breadcrumb__list {
        display: inline-table;
        text-align: center;
        display:none;
    }
}

@media(max-width:375px) {
    .breadcrumb-area .breadcrumb-content .breadcrumb__list {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        display:none;
    
    }
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li {
    display: inline-block;
    text-transform: capitalize;
    color: #677286;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-right: 22px
}

@media(max-width:480px) {
    .breadcrumb-area .breadcrumb-content .breadcrumb__list li {
        font-size: 15px
    }
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li:last-child {
    padding-right: 0
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li a {
    color: #025b8a;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li a:hover {
    color: #64b2e5
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li.active__list-item:after {
    position: absolute;
    content: '.';
    top: -6px;
    right: 0;
    padding: 0 6px;
    font-size: 28px
}

.breadcrumb-area:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,128,197,1) 0%, rgba(99,179,226,1) 100%) !important;
    opacity: .9;
    z-index: -1
}

.blog-area.inner-blog-area {
    padding-top: 121px;
    padding-bottom: 10px
}

.blog-area.inner-blog-area .blog-post-wrapper {
    margin-top: 0
}

.blog-area.inner-blog-area .blog-post-wrapper .blog-post-item .blog-post-body {
    padding-right: 25px;
    padding-left: 25px
}

.blog-area.inner-blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__meta li:nth-child(1),
.blog-area.inner-blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__meta li:nth-child(2),
.blog-area.inner-blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__meta li:nth-child(3) {
    margin-right: 5px
}

.blog-area.inner-blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__title {
    font-size: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 26px
}

.blog-area.inner-blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__desc {
    margin-bottom: 30px;
    margin-top: 18px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item {
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    margin-bottom: 0;
    width: auto
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body {
    padding-top: 25px;
    border: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .blog__title {
    font-size: 28px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .blog__desc {
    margin-bottom: 17px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body blockquote {
    margin-top: 34px;
    margin-bottom: 34px;
    border-left-color: #a0aec6;
    background-color: #025b8a;
    position: relative;
    padding: 30px 35px 38px 35px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body blockquote i {
    font-size: 100px;
    position: absolute;
    right: 25px;
    bottom: 15px;
    opacity: .4;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #677286;
    -ms-text-stroke-color: #677286;
    -o-text-stroke-color: #677286;
    color: transparent
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body blockquote .blog__desc {
    font-style: italic;
    margin-bottom: 0;
    margin-top: 0;
    color: #a0aec6;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body blockquote .qoute__meta {
    color: #fff;
    font-weight: 700;
    margin-top: 24px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body blockquote .qoute__meta span {
    color: #a0aec6;
    font-weight: 500
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body blockquote:before {
    position: absolute;
    content: '';
    left: -5px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 0;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .single-blog-img-box {
    margin-top: 40px;
    margin-bottom: 37px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .single-blog-img-box img {
    width: 100%
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .single-blog-img-box .blog__list li {
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .single-blog-img-box .blog__list li:last-child {
    margin-bottom: 0
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .single-blog-img-box .blog__list li i {
    margin-right: 10px;
    color: #64b2e5
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .single-blog-img-box .blog__featurelist {
        margin-top: 40px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .single-blog-img-box .blog__featurelist {
        margin-top: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .single-blog-img-box .blog__featurelist {
        margin-top: 40px
    }
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items {
    margin-top: 33px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

@media(max-width:600px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items .tag__list.pull-left,
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items .tag__list.pull-right {
        float: none !important;
        text-align: left
    }
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items .tag__list li {
    display: inline-block
}

@media(max-width:375px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items .tag__list li {
        margin-bottom: 5px
    }
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items .tag__list li span {
    font-size: 18px;
    color: #025b8a;
    font-weight: 600
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items .tag__list li a {
    color: #677286;
    display: block;
    padding: 5px 18px 5px 18px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #eee;
    text-transform: capitalize;
    font-size: 16px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 500
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items .tag__list li a:hover {
    color: #fff;
    background-color: #64b2e5;
    border-color: #64b2e5
}

@media(max-width:600px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items .social__list {
        margin-top: 20px
    }
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items .social__list li a {
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: relative;
    background-color: rgba(35, 61, 99, 0.1);
    border: 0
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items .social__list li a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .tag-items .social__list li a:hover {
    background-color: #64b2e5;
    color: #fff
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .post-pagination {
    margin-top: 35px;
    margin-bottom: 25px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .post-pagination .prev-post {
    float: left
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .post-pagination .next-post {
    float: right
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .post-pagination .post__link {
    font-size: 18px;
    color: #025b8a;
    font-weight: 500;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .post-pagination .post__link:hover {
    color: #64b2e5
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper {
    margin-top: 57px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-title {
    font-size: 35px;
    color: #025b8a;
    font-weight: 700;
    margin-bottom: 33px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .leave-title {
    margin-top: 60px;
    margin-bottom: 7px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .leave-desc {
    font-size: 16px;
    color: #677286;
    font-weight: 500
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment {
    border: 1px solid #eee;
    padding: 30px 30px 30px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .avatar__img {
    width: 100px;
    height: 100px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
    border: 8px solid #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1)
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .avatar__img {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: inherit
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .avatar__img {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: inherit
    }
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body {
    margin-left: 110px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body {
        margin-top: 25px;
        margin-left: 0;
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body {
        margin-left: 0;
        margin-top: 25px;
        text-align: center
    }
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .meta-data .comment__author {
    font-size: 20px;
    text-transform: capitalize;
    color: #025b8a;
    font-weight: 600;
    margin-bottom: 12px;
    display: inline-block
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .meta-data .comment__date {
    font-size: 16px;
    color: #677286;
    font-weight: 500
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .meta-data .comment__date.pull-right {
        float: none !important;
        display: block;
        margin-bottom: 20px;
        margin-top: -5px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .meta-data .comment__date.pull-right {
        float: none !important;
        display: block;
        margin-bottom: 20px;
        margin-top: -5px
    }
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-content {
    font-size: 16px;
    color: #677286;
    margin-bottom: 15px;
    font-weight: 500
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply {
    margin-left: 10px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply {
        margin-left: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply {
        margin-left: 0
    }
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply .comment__btn {
    color: #025b8a;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 16px;
    display: inline-block;
    padding: 4px 22px 4px 40px;
    border: 1px solid #eee;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: 500
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply .comment__btn i {
    position: absolute;
    top: 50%;
    left: 20px;
    font-size: 13px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply .comment__btn:hover {
    color: #fff;
    background-color: #64b2e5;
    border-color: #64b2e5
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply .comment__btn:hover i {
    left: 15px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply .helpful__btn {
    float: right;
    color: #677286;
    font-size: 14px;
    font-weight: 500
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply .helpful__btn {
        float: none;
        margin-top: 25px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply .helpful__btn {
        float: none;
        margin-top: 25px
    }
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply .helpful__btn a {
    border: 1px solid rgba(128, 137, 150, 0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 12px;
    color: #677286;
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    line-height: 20px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply .helpful__btn a i {
    color: #64b2e5
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comment .comment-body .comment-reply .helpful__btn a:hover {
    background-color: rgba(128, 137, 150, 0.1);
    color: #025b8a
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comments-reply {
    margin-left: 130px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comments-reply {
        margin-left: 25px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .comments-list li .comments-reply {
        margin-left: 10px
    }
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .contact-form-action {
    margin-top: 36px;
    padding-left: 0
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item .blog-post-body .comments-wrapper .contact-form-action .form-group .message-control {
    height: 170px
}

.blog-area.inner-blog-area .blog-single-wrapper .blog-post-item:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.inner-blog-area.blog-single-area {
    padding-bottom: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .sidebar {
        margin-top: 50px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .sidebar {
        margin-top: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .sidebar {
        margin-top: 50px
    }
}

.sidebar .contact-form-action {
    padding-left: 0
}

.sidebar .contact-form-action .form-group {
    position: relative
}

.sidebar .contact-form-action .form-group .submit__btn3 {
    position: absolute;
    right: 20px;
    top: 50%;
    border: 0;
    background-color: transparent;
    color: #025b8a;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidebar .sidebar-widget {
    margin-bottom: 40px
}

.sidebar .sidebar-widget .widget__title {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 600;
    color: #025b8a;
    margin-bottom: 20px
}

.sidebar .sidebar-widget .side__desc {
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    line-height: 28px
}

.sidebar .sidebar-widget .side__btns {
    margin-top: 40px
}

.sidebar .sidebar-widget .side__btns li {
    display: block;
    color: #025b8a;
    margin-bottom: 10px
}

.sidebar .sidebar-widget .side__btns li:last-child {
    margin-bottom: 0
}

.sidebar .sidebar-widget .side__btns li a {
    background-color: #025b8a;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 13px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.sidebar .sidebar-widget .side__btns li a i {
    margin-right: 20px
}

.sidebar .sidebar-widget .side__btns li a:hover {
    background-color: #64b2e5
}


.sidebar .sidebar-widget .widget__title1,
.sidebar .sidebar-widget .widget__title4 {
    margin-bottom: 32px
}

.sidebar .sidebar-widget .widget__list li {
    display: block
}

.sidebar .sidebar-widget .widget__list li a {
    color: black;
    font-size: 16px;
    position: relative;
    padding: 10px 20px 10px 20px;
    display: block;
    border: 1px solid #a0aec6;
    font-weight: 600;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: capitalize;
    margin-bottom: 10px;
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0
}

.sidebar .sidebar-widget .widget__list li a:hover {
    background-color: #64b2e5;
    color: #fff;
    border-color: #64b2e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.sidebar .sidebar-widget .widget__list li a:hover:after {
    color: #fff;
    right: 15px
}

.sidebar .sidebar-widget .widget__list li a:after {
    position: absolute;
    content: '\f105';
    right: 20px;
    top: 9px;
    color: #677286;
    font-size: 16px;
    font-family: 'FontAwesome';
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.sidebar .sidebar-widget .recent-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee
}

.sidebar .sidebar-widget .recent-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.sidebar .sidebar-widget .recent-item .recent-img {
    float: left
}

.sidebar .sidebar-widget .recent-item .recent-img img {
    width: 85px;
    height: 78px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    margin-right: 15px
}

.sidebar .sidebar-widget .recent-item .pro-img img {
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0
}

.sidebar .sidebar-widget .recent-item .recentpost-body .recent__meta {
    font-size: 14px;
    color: #677286;
    font-weight: 500
}

.sidebar .sidebar-widget .recent-item .recentpost-body .recent__meta a {
    color: #025b8a;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.sidebar .sidebar-widget .recent-item .recentpost-body .recent__meta a:hover {
    color: #64b2e5
}

.sidebar .sidebar-widget .recent-item .recentpost-body .recent__link a {
    color: #025b8a;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    display: block;
    margin-top: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.sidebar .sidebar-widget .recent-item .recentpost-body .recent__link a:hover {
    color: #64b2e5
}

.sidebar .sidebar-widget .recent-item .recentpost-body .pro__link a {
    margin-top: 0
}

.sidebar .sidebar-widget .recent-item .recentpost-body .sell-rating-content .sell__rating li {
    display: inline-block;
    font-size: 13px
}

.sidebar .sidebar-widget .recent-item .recentpost-body .sell-rating-content .sell__rating li a {
    color: #64b2e5
}

.sidebar .sidebar-widget .recent-item .recentpost-body .prices span {
    font-size: 16px;
    color: #64b2e5;
    font-weight: 700
}

.sidebar .sidebar-widget .recent-item .recentpost-body .prices span.old__price {
    color: #677286;
    margin-right: 5px;
    text-decoration: line-through;
    font-size: 16px;
    opacity: .7
}

.sidebar .sidebar-widget .tag__list li {
    display: inline-block
}

.sidebar .sidebar-widget .tag__list li:last-child a {
    border: 1px solid #cccdce;
    margin-right: 0
}

.sidebar .sidebar-widget .tag__list li:last-child a:hover {
    border-color: #64b2e5
}

.sidebar .sidebar-widget .tag__list li a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #cccdce;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500
}

.sidebar .sidebar-widget .tag__list li a:after {
    display: none
}

.sidebar .sidebar-widget .tag__list li a:hover {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.sidebar .sidebar-widget .social__links li {
    display: inline-block
}

.sidebar .sidebar-widget .social__links li a {
    color: #025b8a;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-right: 5px;
    position: relative;
    background-color: rgba(35, 61, 99, 0.1)
}

.sidebar .sidebar-widget .social__links li a:before {
    position: absolute;
    content: '';
    left: 50%;
    top: -3px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 22px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

.sidebar .sidebar-widget .social__links li a:hover {
    background-color: #64b2e5;
    color: #fff
}

.sidebar .sidebar-widget .ui-widget.ui-widget-content {
    border: 0;
    background-color: #eee;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 8px;
    margin-left: 10px;
    margin-right: 10px
}

.sidebar .sidebar-widget .ui-widget.ui-widget-content .ui-slider-range {
    background-color: #64b2e5
}

.sidebar .sidebar-widget .ui-widget.ui-widget-content .ui-slider-handle {
    background-color: #fff;
    border: 2px solid #64b2e5;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 22px;
    width: 22px;
    top: -7px;
    cursor: ew-resize;
    outline: 0
}

.sidebar .sidebar-widget .price-slider-amount {
    padding-top: 35px
}

.sidebar .sidebar-widget .price-slider-amount .filter__btn {
    padding: 8px 25px;
    border-radius: 30px;
    border: 0;
    margin-right: 15px;
    margin-left: 10px
}

.sidebar .sidebar-widget .price-slider-amount .filter__label {
    color: #025b8a;
    margin: 0;
    font-size: 18px
}

.sidebar .sidebar-widget .price-slider-amount .amounts {
    border: 0;
    color: #677286;
    font-size: 16px;
    font-weight: 700
}

@media(max-width:320px) {
    .sidebar .sidebar-widget .price-slider-amount .amounts {
        width: 33%
    }
}

.sidebar .sidebar-widget .procolor__list li {
    display: inline-block
}

.sidebar .sidebar-widget .procolor__list li a {
    display: block;
    background: #677286;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    text-indent: -9999px;
    width: 30px
}

.sidebar .sidebar-widget .procolor__list li+li {
    margin-left: 5px
}

.sidebar .sidebar-widget .procolor__list li.grey a {
    background-color: #025b8a
}

.sidebar .sidebar-widget .procolor__list li.lemon a {
    background-color: #64b2e5
}

.sidebar .sidebar-widget .procolor__list li.white a {
    background-color: #4021ba
}

.sidebar .sidebar-widget .procolor__list li.red a {
    background-color: #677286
}

.sidebar .pro-cat-widget .widget__list li {
    border-bottom: 1px solid #eee;
    margin-bottom: 7px
}

.sidebar .pro-cat-widget .widget__list li:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.sidebar .pro-cat-widget .widget__list li a {
    border: 0;
    padding: 5px 0 13px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 0
}

.sidebar .pro-cat-widget .widget__list li a:after {
    right: auto;
    left: 0;
    top: 5px;
    content: "\f101";
    font-size: 15px
}

.sidebar .pro-cat-widget .widget__list li a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    color: #64b2e5
}

.sidebar .pro-cat-widget .widget__list li a:hover:after {
    color: #64b2e5;
    right: auto;
    left: 5px
}

.sidebar .pro-cat-widget .widget__list li .count {
    font-weight: 600;
    color: #677286
}

.sidebar .price-filter {
    margin-bottom: 50px
}

.sidebar .price-filter .widget__title {
    margin-bottom: 50px
}

.sidebar .contact-widget {
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    border-radius: 20px 0 20px 0;
    padding: 30px 23px 32px 23px
}

.sidebar .contact-widget .widget__title {
    margin-bottom: 30px
}

.sidebar .contact-widget .contact__links li {
    font-size: 16px;
    color: #025b8a;
    position: relative;
    font-weight: 500;
    margin-bottom: 15px
}

.sidebar .contact-widget .contact__links li:last-child {
    margin-bottom: 0
}

.sidebar .contact-widget .contact__links li i {
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(35, 61, 99, 0.1);
    color: #025b8a;
    margin-right: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative
}

.sidebar .contact-widget .contact__links li i:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -3px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 22px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

.sidebar .contact-widget .contact__links li a {
    color: #025b8a;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.sidebar .contact-widget .contact__links li:hover i {
    background-color: #64b2e5;
    color: #fff
}

.sidebar .contact-widget .contact__links li:hover a {
    color: #64b2e5
}

.sidebar .social-widget .widget__title {
    margin-bottom: 30px
}

.faq-area {
    padding-top: 120px !important;
    padding-bottom: 104px !important;
    position: relative;
    z-index: 1
}

@media(max-width:320px) {
    .faq-area {
        padding-top: 80px;
        padding-bottom: 10px
    }
}

.faq-area .contact-form-action {
    margin-top: 0 !important
}

.faq-body .faq-panel .faq-heading {
    margin-top: 20px
}

.faq-body .faq-panel .faq-heading .faq__title {
    color: #025b8a;
    width: 100%;
    cursor: pointer;
    padding: 20px 30px 18px 30px;
    display: block;
    border: 1px solid #cccdce;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media(max-width:320px) {
    .faq-body .faq-panel .faq-heading .faq__title {
        padding-right: 20px;
        padding-left: 20px
    }
}

.faq-body .faq-panel .faq-heading .faq__title:hover {
    color: #64b2e5
}

.faq-body .faq-panel .faq-heading .faq__title:hover:before,
.faq-body .faq-panel .faq-heading .faq__title:hover:after {
    background-color: #64b2e5
}

.faq-body .faq-panel .faq-heading .faq__title:before,
.faq-body .faq-panel .faq-heading .faq__title:after {
    position: absolute;
    content: '';
    top: 24px;
    right: 30px;
    width: 2px;
    height: 10px;
    background-color: #cccdce;
    z-index: 1;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media(max-width:320px) {
    .faq-body .faq-panel .faq-heading .faq__title:before,
    .faq-body .faq-panel .faq-heading .faq__title:after {
        right: 20px
    }
}

.faq-body .faq-panel .faq-heading .faq__title:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.faq-body .faq-panel .faq-content {
    padding: 20px 30px 25px 30px;
    display: none;
    border-right: 1px solid #cccdce;
    border-bottom: 1px solid #cccdce;
    border-left: 1px solid #cccdce;
    background-color: #fff;
    -webkit-box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.1);
    box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

@media(max-width:320px) {
    .faq-body .faq-panel .faq-content {
        padding-right: 20px;
        padding-left: 20px
    }
}

.faq-body .faq-panel .faq-content .faq__desc {
    font-size: 16px;
    color: #677286;
    line-height: 28px;
    font-weight: 500
}

.faq-body .faq-panel.active .faq-heading .faq__title {
    color: #64b2e5;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.faq-body .faq-panel.active .faq-heading .faq__title:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #64b2e5
}

.faq-body .faq-panel.active .faq-heading .faq__title:after {
    z-index: -1
}

.faq-body .faq-btn-box {
    margin-top: 74px
}

.faq-body .faq-btn-box .theme-button i {
    margin-right: 10px
}

.pagination-wrapper {
    margin-top: 40px
}

.pagination-wrapper .pagination-list li {
    display: inline-block;
    text-transform: capitalize
}

@media(max-width:375px) {
    .pagination-wrapper .pagination-list li {
        margin-bottom: 10px
    }
}

.pagination-wrapper .pagination-list li:last-child {
    margin-bottom: 0
}

.pagination-wrapper .pagination-list li.pag__active a {
    background-color: #64b2e5;
    color: #fff;
    border-color: #64b2e5
}

.pagination-wrapper .pagination-list li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #025b8a;
    background-color: rgba(35, 61, 99, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 16px;
    font-weight: 500
}

.pagination-wrapper .pagination-list li a.pag__prev {
    margin-right: 4px
}

.pagination-wrapper .pagination-list li a.pag__next {
    margin-left: 4px
}

.pagination-wrapper .pagination-list li a:hover {
    background-color: #64b2e5;
    color: #fff;
    border-color: #64b2e5
}

.contact-area {
    padding-top: 113px;
    padding-bottom: 104px
}

@media(max-width:480px) {
    .contact-area {
        padding-bottom: 110px
    }
}

@media(max-width:320px) {
    .contact-area {
        padding-top: 20px;
        padding-bottom: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .contact-area .sec-heading {
        margin-bottom: 50px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .contact-area .sec-heading {
        margin-bottom: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .contact-area .sec-heading {
        margin-bottom: 50px
    }
}

.contact-area .sec-heading .sec__title {
    line-height: 60px;
    margin-bottom: 28px
}

@media(max-width:480px) {
    .contact-area .sec-heading .sec__title {
        line-height: 45px
    }
}

.contact-area .sec-heading .sec__list {
    margin-top: 25px
}

.contact-area .sec-heading .sec__list li {
    display: inline-block;
    margin-right: 5px
}

.contact-area .sec-heading .sec__list li:last-child {
    margin-right: 0
}

.contact-area .sec-heading .sec__list li a {
    color: #677286;
    font-size: 16px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    background-color: rgba(35, 61, 99, 0.1)
}

.contact-area .sec-heading .sec__list li a:before {
    position: absolute;
    content: '';
    left: 50%;
    top: -10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 22px;
    height: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

.contact-area .sec-heading .sec__list li a:hover {
    background-color: #64b2e5;
    color: #fff
}

.contact-form-action form .form-group .label-text {
    font-size: 14px;
    color: #025b8a;
    font-weight: 600;
    text-transform: capitalize
}

.contact-form-action form .form-group .label-text .span-star-color {
    color: #64b2e5;
    font-size: 16px
}

.contact-form-action form .form-group .form-control {
    height: auto;
    line-height: inherit;
    padding: 12px 15px;
    font-size: 14px;
    color: #025b8a;
    border: 1px solid #ddd;
    font-weight: 500;
    resize: none;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.contact-form-action form .form-group .form-control:focus {
    border-color: #eee
}

.contact-form-action form .form-group .message-control {
    height: 150px
}

.contact-form-action form .form-group .theme-button {
    border: 0
}

.contact-form-action form .form-group .user-rating {
    background: url("../images/stars.png") repeat-x 0 0;
    width: 150px
}

.contact-form-action form .form-group .user-rating input[type="radio"] {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 0
}

.contact-form-action form .form-group .user-rating input[type="radio"].star-5:checked ~ span {
    width: 100%
}

.contact-form-action form .form-group .user-rating input[type="radio"].star-4:checked ~ span {
    width: 80%
}

.contact-form-action form .form-group .user-rating input[type="radio"].star-3:checked ~ span {
    width: 60%
}

.contact-form-action form .form-group .user-rating input[type="radio"].star-2:checked ~ span {
    width: 40%
}

.contact-form-action form .form-group .user-rating input[type="radio"].star-1:checked ~ span {
    width: 20%
}

.contact-form-action form .form-group .user-rating label {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    text-indent: -999em;
    float: left;
    position: relative;
    z-index: 10;
    background: transparent;
    cursor: pointer
}

.contact-form-action form .form-group .user-rating label.star-5:hover ~ span {
    width: 100% !important
}

.contact-form-action form .form-group .user-rating label.star-4:hover ~ span {
    width: 80% !important
}

.contact-form-action form .form-group .user-rating label.star-3:hover ~ span {
    width: 60% !important
}

.contact-form-action form .form-group .user-rating label.star-2:hover ~ span {
    width: 40% !important
}

.contact-form-action form .form-group .user-rating label.star-1:hover ~ span {
    width: 20% !important
}

.contact-form-action form .form-group .user-rating label:hover ~ span {
    background-position: 0 -30px
}

.contact-form-action form .form-group .user-rating span {
    display: block;
    width: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    background: url("../images/stars.png") repeat-x 0 -60px;
    -webkit-transition: -webkit-width .5s;
    -moz-transition: -moz-width .5s;
    -ms-transition: -ms-width .5s;
    -o-transition: -o-width .5s;
    transition: width .5s
}

.contact-form-action form .select-group {
    position: relative
}

.contact-form-action form .subscribe-btn {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .contact-form-action form .subscribe-btn {
        padding-right: 15px !important;
        padding-left: 15px !important
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .contact-form-action form .subscribe-btn {
        padding-right: 15px !important;
        padding-left: 15px !important
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .contact-form-action form .subscribe-btn {
        padding-right: 15px !important;
        padding-left: 15px !important
    }
}

.form-shared {
    padding-top: 120px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.form-shared .contact-form-action {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 46px 30px 42px 30px
}

.form-shared .contact-form-action .form-heading {
    margin-bottom: 33px
}

.form-shared .contact-form-action .form-heading .form__title {
    font-size: 40px;
    color: #025b8a;
    font-weight: 600;
    margin-bottom: 10px
}

@media(max-width:425px) {
    .form-shared .contact-form-action .form-heading .form__title {
        font-size: 35px
    }
}

.form-shared .contact-form-action .form-heading .form__desc {
    font-size: 18px;
    color: #677286;
    font-weight: 500
}

.form-shared .contact-form-action .form-heading .reset__desc {
    line-height: 30px;
    margin-top: 15px
}

.form-shared .contact-form-action .form-heading .reset__desc a {
    color: #64b2e5
}

.form-shared .contact-form-action form .form-group .submit__btn {
    margin-top: 24px
}

.form-shared .contact-form-action form .form-group .submit__btn2 {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #d44439;
    margin-top: 0
}

.form-shared .contact-form-action form .form-group .btn__facebook {
    background-color: #3b5998
}

.form-shared .contact-form-action form .form-group .btn__twitter {
    background-color: #31a5ff
}

.form-shared .contact-form-action form .form-group .reset__btn {
    margin-top: 0
}

.form-shared .contact-form-action form .form-condition {
    margin-bottom: 25px
}

.form-shared .contact-form-action form .form-condition .agree-label a {
    color: #64b2e5
}

.form-shared .contact-form-action form .form-condition .custom-checkbox {
    margin-bottom: 8px
}

.form-shared .contact-form-action form .form-condition .custom-checkbox label {
    color: #677286;
    font-size: 16px;
    font-weight: 600
}

.form-shared .contact-form-action form .form-condition .custom-checkbox .pass__desc {
    color: #64b2e5;
    font-weight: 600
}

@media(max-width:375px) {
    .form-shared .contact-form-action form .form-condition .custom-checkbox .pass__desc.pull-right {
        float: none !important;
        text-align: left;
        display: block;
        margin-top: 5px
    }
}

.form-shared .contact-form-action form .form-condition .custom-checkbox input[type=checkbox]:not(:checked),
.form-shared .contact-form-action form .form-condition .custom-checkbox input[type=checkbox]:checked {
    position: absolute;
    left: -9999px
}

.form-shared .contact-form-action form .form-condition .custom-checkbox input[type=checkbox]:not(:checked)+label,
.form-shared .contact-form-action form .form-condition .custom-checkbox input[type=checkbox]:checked+label {
    position: relative;
    padding-left: 26px;
    cursor: pointer
}

.form-shared .contact-form-action form .form-condition .custom-checkbox input[type=checkbox]:not(:checked)+label:before,
.form-shared .contact-form-action form .form-condition .custom-checkbox input[type=checkbox]:checked+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.form-shared .contact-form-action form .form-condition .custom-checkbox input[type=checkbox]:not(:checked)+label:after,
.form-shared .contact-form-action form .form-condition .custom-checkbox input[type=checkbox]:checked+label:after {
    content: '\f00c';
    position: absolute;
    top: 1px;
    left: 3px;
    font-size: 12px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-family: FontAwesome, sans-serif
}

.form-shared .contact-form-action form .form-condition .custom-checkbox input[type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    visibility: hidden
}

.form-shared .contact-form-action form .form-condition .custom-checkbox input[type=checkbox]:checked+label:after {
    opacity: 1;
    visibility: visible
}

.form-shared .contact-form-action form .form-condition .custom-checkbox input[type=checkbox]:checked+label:before {
    background-color: #64b2e5;
    border-color: #64b2e5
}

.form-shared .contact-form-action form .account-assist {
    margin-top: 15px
}

.form-shared .contact-form-action form .account-assist .account__desc {
    font-size: 16px;
    color: #677286;
    font-weight: 500
}

.form-shared .contact-form-action form .account-assist .account__desc a {
    color: #64b2e5
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .form-shared .contact-form-action form .account-assist .account__desc.text-right {
        text-align: left
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .form-shared .contact-form-action form .account-assist .account__desc.text-right {
        text-align: left
    }
}

.form-shared .contact-form-action form .account-assist .account__desc2 {
    font-size: 22px;
    position: relative;
    margin-bottom: 32px
}

.form-shared .contact-form-action form .account-assist .account__desc2:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 45%;
    height: 1px;
    background-color: #ddd;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form-shared .contact-form-action form .account-assist .account__desc2:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 45%;
    height: 1px;
    background-color: #ddd;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form-shared:before,
.form-shared:after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 50%;
    height: 60%;
    top: 0;
    left: -30px;
    background-image: url("../images/dots3.png");
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    opacity: .1;
    background-position: center
}

.form-shared:after {
    right: 0;
    left: auto;
    top: auto;
    bottom: 0
}

.team-detail-area {
    padding-top: 120px;
    padding-bottom: 30px
}

.team-detail-area .team-single-img {
    position: relative;
    z-index: 1
}

.team-detail-area .team-single-img .team__img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1)
}

.team-detail-area .team-single-img:before {
    position: absolute;
    content: '';
    border: 10px solid rgba(35, 61, 99, 0.1);
    height: 100%;
    width: 100%;
    left: -45px;
    bottom: -40px;
    z-index: -1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.team-detail-area .team-single-img:after {
    position: absolute;
    content: '';
    height: 50%;
    width: 50%;
    left: -68px;
    top: 140px;
    background-image: url("../images/dots.png");
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: .2
}

.team-detail-area .team-single-content {
    padding-left: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .team-detail-area .team-single-content {
        margin-top: 60px;
        padding-left: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .team-detail-area .team-single-content {
        margin-top: 60px;
        padding-left: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .team-detail-area .team-single-content {
        margin-top: 60px;
        padding-left: 0
    }
}

.team-detail-area .team-single-content .ts__title {
    font-size: 35px;
    color: #025b8a;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px
}

.team-detail-area .team-single-content .ts__meta {
    font-size: 16px;
    color: #677286;
    display: block;
    font-weight: 500
}

.team-detail-area .team-single-content .tsd-box {
    margin-top: 27px
}

.team-detail-area .team-single-content .tsd-box .tsd-item .tsdi__title {
    font-size: 22px;
    color: #025b8a;
    font-weight: 700;
    margin-bottom: 25px
}

.team-detail-area .team-single-content .tsd-box .tsd-item .tsdi__list li {
    position: relative;
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 20px
}

.team-detail-area .team-single-content .tsd-box .tsd-item .tsdi__list li:after {
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #64b2e5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.team-detail-area .team-single-content .tsd-box .tsd-item .tsdi__list li:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .team-detail-area .team-single-content .tsd-box .education-detail {
        margin-top: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .team-detail-area .team-single-content .tsd-box .education-detail {
        margin-top: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .team-detail-area .team-single-content .tsd-box .education-detail {
        margin-top: 30px
    }
}

.team-detail-area .team-single-content .ts__contact {
    margin-top: 19px
}

.team-detail-area .team-single-content .ts__contact li {
    display: block;
    position: relative;
    margin-bottom: 12px
}

.team-detail-area .team-single-content .ts__contact li:last-child {
    margin-bottom: 0
}

.team-detail-area .team-single-content .ts__contact li a {
    color: #677286;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.team-detail-area .team-single-content .ts__contact li a i {
    margin-right: 10px;
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #025b8a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    background-color: rgba(35, 61, 99, 0.1)
}

.team-detail-area .team-single-content .ts__contact li a i:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -3px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 22px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

.team-detail-area .team-single-content .ts__contact li:hover a {
    color: #64b2e5
}

.team-detail-area .team-single-content .ts__contact li:hover a i {
    background-color: #64b2e5;
    color: #fff
}

.team-detail-area .team-single-content .ts__sociallinks {
    margin-top: 18px;
    margin-bottom: 25px
}

.team-detail-area .team-single-content .ts__sociallinks li {
    display: inline-block;
    margin-right: 18px
}

.team-detail-area .team-single-content .ts__sociallinks li:last-child {
    margin-right: 0
}

.team-detail-area .team-single-content .ts__sociallinks li a {
    display: block;
    color: #677286;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.team-detail-area .team-single-content .ts__sociallinks li a:hover {
    color: #64b2e5
}

.team-detail-area .about-item .ts__title {
    font-size: 22px;
    color: #025b8a;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 25px
}

.team-detail-area .about-item .ts__desc {
    font-size: 16px;
    color: #677286;
    line-height: 28px;
    font-weight: 500
}

.team-detail-area .about-item .blockquote-content {
    background-color: #025b8a;
    position: relative;
    z-index: 1;
    color: #a0aec6;
    border-left-color: #a0aec6;
    padding: 30px 35px 38px 35px;
    margin-top: 35px;
    margin-bottom: 30px
}

.team-detail-area .about-item .blockquote-content .qoute__desc {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    line-height: 28px
}

.team-detail-area .about-item .blockquote-content .qoute__meta {
    color: #fff;
    font-weight: 600;
    margin-top: 24px
}

.team-detail-area .about-item .blockquote-content .qoute__meta span {
    color: #a0aec6;
    font-size: 16px
}

.team-detail-area .about-item .blockquote-content i {
    font-size: 100px;
    position: absolute;
    right: 25px;
    bottom: 15px;
    opacity: .4;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #677286;
    -ms-text-stroke-color: #677286;
    -o-text-stroke-color: #677286;
    color: transparent
}

.team-detail-area .about-item .blockquote-content:before {
    position: absolute;
    content: '';
    left: -5px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 0;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff
}

.team-detail-area .publication-content {
    margin-top: 32px;
    border-top: 1px solid #eee;
    padding-top: 34px
}

.team-detail-area .publication-content .pub__title {
    font-size: 22px;
    color: #025b8a;
    font-weight: 700;
    margin-bottom: 25px
}

.team-detail-area .publication-content .publication-item {
    color: #677286;
    font-weight: 500;
    font-size: 14px
}

.team-detail-area .publication-content .publication-item .pub__links {
    color: #025b8a;
    font-size: 18px;
    display: block;
    font-weight: 600;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    line-height: 23px;
    margin-bottom: 10px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .team-detail-area .publication-content .publication-item .pub__links {
        margin-bottom: 5px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .team-detail-area .publication-content .publication-item .pub__links {
        margin-bottom: 5px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .team-detail-area .publication-content .publication-item .pub__links {
        margin-bottom: 5px
    }
}

.team-detail-area .publication-content .publication-item .pub__links:hover {
    color: #64b2e5
}

.team-detail-area .publication-content .publication-item .pub__meta i {
    color: #64b2e5
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .team-detail-area .publication-content .publication-item2 {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .team-detail-area .publication-content .publication-item2 {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .team-detail-area .publication-content .publication-item2 {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.team-detail-area .contact-form-action {
    margin-top: 40px
}

.team-detail-area .contact-form-action .help-desc-box {
    background-color: #025b8a;
    padding: 32px 33px 39px 33px;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    border-radius: 20px 0 20px 0;
    color: #fff;
    margin-bottom: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .team-detail-area .contact-form-action .help-desc-box {
        margin-top: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .team-detail-area .contact-form-action .help-desc-box {
        margin-top: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .team-detail-area .contact-form-action .help-desc-box {
        margin-top: 60px
    }
}

.team-detail-area .contact-form-action .help-desc-box .help__title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 26px
}

.team-detail-area .contact-form-action .help-desc-box .help__desc {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px
}

.team-detail-area .contact-form-action .help-desc-box .theme-button {
    background-color: #fff;
    color: #025b8a;
    padding-right: 46px
}

.team-detail-area .contact-form-action .help-desc-box .theme-button .fa__arrow {
    right: 23px
}

.team-detail-area .contact-form-action .help-desc-box .theme-button:hover {
    background-color: #64b2e5;
    color: #fff
}

.team-detail-area .contact-form-action .help-desc-box .theme-button:hover .fa__arrow {
    right: 20px
}

.team-detail-area .contact-form-action .present-btn {
    border: 0
}

.team-detail-area .contact-form-action .present-btn i {
    margin-right: 10px;
    font-size: 18px
}

.team-detail-area .contact-form-action .sidebar {
    margin-top: 40px
}

.team-detail-area .contact-form-action .sidebar .sidebar-widget .widget__title {
    margin-bottom: 30px
}

.team-detail-area .contact-form-action .social-links .social__title {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 600;
    color: #025b8a;
    margin-bottom: 30px
}

.team-detail-area .contact-form-action .social-links .ts__sociallinks li {
    display: inline-block;
    margin-right: 5px
}

.team-detail-area .contact-form-action .social-links .ts__sociallinks li:last-child {
    margin-right: 0
}

.team-detail-area .contact-form-action .social-links .ts__sociallinks li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #025b8a;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    background-color: rgba(35, 61, 99, 0.1)
}

.team-detail-area .contact-form-action .social-links .ts__sociallinks li a:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -3px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 22px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

.team-detail-area .contact-form-action .social-links .ts__sociallinks li a:hover {
    background-color: #64b2e5;
    color: #fff;
    border-color: #64b2e5
}

.gmaps {
    position: relative
}

.gmaps #map {
    width: 100%;
    height: 415px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .gmaps #map {
        height: 450px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .gmaps #map {
        height: 450px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .gmaps #map {
        height: 400px
    }
}

.gmaps .map-address-box {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 30px 35px 36px 35px;
    color: #025b8a;
    border-top: 2px solid #677286;
    border-bottom: 2px solid #677286;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .gmaps .map-address-box {
        margin-top: 50px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .gmaps .map-address-box {
        margin-top: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .gmaps .map-address-box {
        margin-top: 50px
    }
}

.gmaps .map-address-box .map__title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px
}

.gmaps .map-address-box img {
    width: 100%
}

.gmaps .map-address-box .map-address {
    margin-top: 24px
}

.gmaps .map-address-box .map-address li {
    position: relative;
    padding-left: 52px;
    margin-bottom: 20px
}

.gmaps .map-address-box .map-address li:first-child {
    padding-left: 0
}

.gmaps .map-address-box .map-address li:last-child {
    margin-bottom: 0
}

.gmaps .map-address-box .map-address li i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    color: #677286;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: rgba(35, 61, 99, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.gmaps .map-address-box .map-address li i:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 22px;
    height: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

.gmaps .map-address-box .map-address li .map__title {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 6px
}

.gmaps .map-address-box .map-address li .map__desc {
    color: #677286;
    font-size: 16px;
    font-weight: 500
}

.gmaps .map-address-box .map-address li .map__desc2 {
    margin-bottom: 26px
}

.gmaps .map-address-box .map-address li:hover i {
    background-color: #64b2e5;
    color: #fff
}

.gmaps .map-address-box .map-c-btn {
    text-align: center;
    border-top: 1px solid rgba(103, 114, 134, 0.2);
    margin-top: 28px;
    padding-top: 32px
}

.gmaps .map-address-box .map-c-btn .theme-button {
    display: block;
    width: 100%
}

.feature-area {
    padding-top: 40px;
    padding-bottom: 0px;
    position: relative
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .feature-area {
        padding-top: 20px
    }
}

.feature-area .sec-heading .sec__title {
    line-height: 55px
}

@media(max-width:480px) {
    .feature-area .sec-heading .sec__title {
        line-height: 40px
    }
}

.feature-area .service-button {
    margin-top: 80px;
    text-align: right
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .feature-area .service-button {
        text-align: left;
        margin-top: 30px;
        margin-bottom: 35px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .feature-area .service-button {
        text-align: left;
        margin-top: 30px;
        margin-bottom: 35px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .feature-area .service-button {
        text-align: left;
        margin-top: 30px;
        margin-bottom: 35px
    }
}

.feature-area .feature-box {
    margin-top: 25px;
    text-align: center
}

.feature-area .feature-box .feature-item {
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    border-radius: 20px 0 20px 0;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 45px 30px 40px 30px;
    margin-bottom: 30px;
    z-index: 1
}

.feature-area .feature-box .feature-item:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #64b2e5;
    left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media(max-width:1199px) {
    .feature-area .feature-box .feature-item {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .feature-area .feature-box .feature-item {
        padding-right: 30px;
        padding-left: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .feature-area .feature-box .feature-item {
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .feature-area .feature-box .feature-item {
        padding-right: 30px;
        padding-left: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .feature-area .feature-box .feature-item {
        padding-right: 30px;
        padding-left: 30px;
        margin-bottom: 30px;
        width: 100%
    }
}

.feature-area .feature-box .feature-item .feature__number {
    font-size: 35px;
    position: absolute;
    top: 3px;
    right: 5px;
    width: 60px;
    height: 55px;
    font-weight: 600;
    line-height: 55px;
    color: rgba(35, 61, 92, 0.3);
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
    z-index: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.feature-area .feature-box .feature-item .feature__icon {
    color: #64b2e5;
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: rgba(246, 107, 93, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

@media(max-width:1199px) {
    .feature-area .feature-box .feature-item .feature__icon {
        font-size: 45px;
        margin-top: 20px;
        margin-bottom: 35px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .feature-area .feature-box .feature-item .feature__icon {
        font-size: 65px;
        margin-bottom: 39px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .feature-area .feature-box .feature-item .feature__icon {
        font-size: 65px;
        margin-bottom: 39px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .feature-area .feature-box .feature-item .feature__icon {
        font-size: 65px;
        margin-bottom: 39px
    }
}

.feature-area .feature-box .feature-item .feature__icon:before {
    font-size: 45px
}

.feature-area .feature-box .feature-item .feature__icon:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -30px;
    width: 50px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  
}

.feature-area .feature-box .feature-item .feature__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: capitalize
}

.feature-area .feature-box .feature-item .feature__title a {
    color: #025b8a;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.feature-area .feature-box .feature-item .feature__desc {
    font-size: 16px;
    color: #677286;
    line-height: 28px;
    font-weight: 500
}

.feature-area .feature-box .feature-item:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.feature-area .feature-box .feature-item:hover .feature__number {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.feature-area .feature-box .feature-item:hover .feature__icon {
    background-color: #dadada;
    color: #fff
}

.feature-area .feature-box .feature-item:hover .feature__title a {
    color: #64b2e5
}

.feature-area .feature-box .feature-item:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.feature-area .feature-box .feature-item:hover:before {
    opacity: .2;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.feature-area .feature-box .feature-item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/dots3.png");
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6)
}

.feature-area2 {
    /* background: linear-gradient(to bottom, #63b3e6 100%, #0181c6 100%);  */
    background: url(../images/bg12.png) repeat bottom;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden
}

.feature-area2 .feature-box {
    margin-top: 0
}

.feature-area2 .feature-box .feature-item {
    padding: 19px 30px 18px 30px;
    z-index: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.feature-area2 .feature-box .feature-item .feature__icon {
    margin-top: 11px;
}

.feature-area2 .feature-box .feature-item .read__btn {
    font-size: 16px;
    color: #025b8a;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    padding-right: 35px;
    margin-top: 18px;
    display: inline-block
}

.feature-area2 .feature-box .feature-item .read__btn .fa__arrow {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 14px
}

.feature-area2 .feature-box .feature-item .read__btn:hover {
    color: #64b2e5
}

.feature-area2 .feature-box .feature-item .read__btn:hover .fa__arrow {
    right: 22px
}

.feature-area2 .feature-box .feature-item:hover {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.feature-area2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    /* background-image: url("../images/dots3.png"); */
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: .5
}

.feature-area3 {
    padding-bottom: 90px
}

.product-area {
    padding-top: 110px;
    padding-bottom: 120px;
    position: relative
}

@media(max-width:320px) {
    .product-area {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.product-area .feature-box {
    margin-top: 30px
}

.product-area .feature-box .feature-item {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    margin-bottom: 30px
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .product-area .feature-box .feature-item {
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .product-area .feature-box .feature-item {
        width: 100%
    }
}

.product-area .feature-box .feature-item .product-img {
    position: relative
}

.product-area .feature-box .feature-item .product-img .onsale {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #025b8a;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.product-area .feature-box .feature-item .product-img .product__img {
    width: 100%
}

.product-area .feature-box .feature-item .product-img .addto-cart-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden
}

.product-area .feature-box .feature-item .product-img .addto-cart-btn .addto__cart {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 10px 30px
}

.product-area .feature-box .feature-item .pro-content {
    padding: 24px 10px
}

.product-area .feature-box .feature-item .pro-content .feature__title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize
}

.product-area .feature-box .feature-item .pro-content .feature__title a {
    color: #025b8a;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-area .feature-box .feature-item .pro-content .feature__title a:hover {
    color: #64b2e5
}

.product-area .feature-box .feature-item .pro-content .prices span {
    font-size: 18px;
    color: #64b2e5;
    font-weight: 700
}

.product-area .feature-box .feature-item .pro-content .prices span.old__price {
    color: #677286;
    margin-right: 5px;
    text-decoration: line-through;
    font-size: 16px;
    opacity: .7
}

.product-area .feature-box .feature-item .pro-content .sell-rating-content {
    margin-top: -5px;
    margin-bottom: 10px
}

.product-area .feature-box .feature-item .pro-content .sell-rating-content .sell__rating li {
    display: inline-block;
    font-size: 15px
}

.product-area .feature-box .feature-item .pro-content .sell-rating-content .sell__rating li a {
    color: #64b2e5
}

.product-area .feature-box .feature-item .pro__action-list {
    position: absolute;
    top: 15px;
    left: -60px;
    background-color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-area .feature-box .feature-item .pro__action-list li {
    font-size: 18px;
    border-bottom: 1px solid #eee;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-area .feature-box .feature-item .pro__action-list li:last-child {
    border-bottom: 0
}

.product-area .feature-box .feature-item .pro__action-list li a {
    color: #025b8a;
    padding: 9px 13px;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-area .feature-box .feature-item .pro__action-list li:hover {
    border-color: #64b2e5
}

.product-area .feature-box .feature-item .pro__action-list li:hover a {
    background-color: #64b2e5;
    color: #fff
}

.product-area .feature-box .feature-item:hover {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.product-area .feature-box .feature-item:hover .product-img .addto-cart-btn {
    bottom: 15px;
    opacity: 1;
    visibility: visible
}

.product-area .feature-box .feature-item:hover .pro__action-list {
    left: 0
}

.product-area .product-grid-box {
    margin-top: 0
}

.product-area .product-grid-box .product-grid-item {
    text-align: center;
    padding-left: 0 !important
}

.product-area .product-grid-box .product-grid-item .col-md-4 {
    padding-right: 0 !important
}

.product-area .product-grid-box .product-grid-item .col-md-4 .feature-item {
    margin-bottom: 15px
}

@media(max-width:1199px) {
    .product-area .product-grid-box .product-grid-item .col-md-4 .feature-item {
        height: 310px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .product-area .product-grid-box .product-grid-item .col-md-4 .feature-item {
        height: auto
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .product-area .product-grid-box .product-grid-item .col-md-4 .feature-item {
        height: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .product-area .product-grid-box .product-grid-item .col-md-4 .feature-item {
        height: auto
    }
}

.product-area .product-grid-box .product-grid-item .product-sort {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 45px;
    position: relative
}

.product-area .product-grid-box .product-grid-item .product-sort .product-sort-ordering {
    margin-left: 15px;
    text-align: left;
    min-width: 240px
}

.product-area .product-grid-box .product-grid-item .product-sort .product-sort-ordering .pro-choose-ordering {
    position: relative
}

.product-area .product-grid-box .product-grid-item .product-sort .product-sort-ordering .pro-choose-ordering .choose-control {
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px 0 15px 20px;
    display: block;
    color: #677286;
    font-size: 16px;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    cursor: pointer;
    outline: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent
}

.product-area .product-grid-box .product-grid-item .product-sort .product-sort-ordering .pro-choose-ordering:before {
    position: absolute;
    content: "\f107";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    font-family: "fontAwesome";
    font-size: 20px;
    color: #677286;
    pointer-events: none;
    display: inline-block
}

.product-area .product-grid-box .product-grid-item .product-sort .product-result-count {
    text-align: right;
    flex-grow: 1;
    margin-left: 20px
}

@media(max-width:500px) {
    .product-area .product-grid-box .product-grid-item .product-sort .product-result-count {
        text-align: left;
        margin-left: 15px;
        margin-top: 20px
    }
}

.product-area .product-grid-box .product-grid-item .product-sort .product-result-count .product-count-text {
    font-size: 16px;
    color: #677286;
    font-weight: 500
}

.best-pro-area {
    padding-bottom: 104px
}

.product-area.product-sidebar-area {
    padding-top: 120px;
    padding-bottom: 45px
}

.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #ddd;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 16px;
    color: #677286;
    font-weight: normal;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #eee
}

.nice-select:after {
    border-bottom: 2px solid #677286;
    border-right: 2px solid #677286;
    content: '';
    display: block;
    height: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 8px
}

.nice-select.open:after {
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all .2s
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: rgba(103, 114, 134, 0.1);
    color: #64b2e5
}

.nice-select .option.selected {
    font-weight: bold
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.nice-select span.current {
    font-weight: 500
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.product-detail-area {
    padding-top: 120px;
    padding-bottom: 105px
}

@media(max-width:320px) {
    .product-detail-area {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.product-detail-area .product-detail-wrapper .product-detail-tab-content .pro-detail-big-img .tab-content img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.product-detail-area .product-detail-wrapper .product-detail-tab-content .pro-detail-small-img {
    display: flex;
    margin-top: 20px
}

.product-detail-area .product-detail-wrapper .product-detail-tab-content .pro-detail-small-img li {
    border: 4px solid transparent;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.product-detail-area .product-detail-wrapper .product-detail-tab-content .pro-detail-small-img li a img {
    width: 100%
}

.product-detail-area .product-detail-wrapper .product-detail-tab-content .pro-detail-small-img li.active {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-color: #64b2e5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.product-detail-area .product-detail-wrapper .product-detail-tab-content .pro-detail-small-img li.active a img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper {
    padding-left: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .product-detail-area .product-detail-wrapper .product-description-wrapper {
        margin-top: 50px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .product-detail-area .product-detail-wrapper .product-description-wrapper {
        margin-top: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .product-detail-area .product-detail-wrapper .product-description-wrapper {
        margin-top: 50px
    }
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-cat-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-cat-box .pro-detail-cat a {
    font-size: 14px;
    color: #025b8a;
    font-weight: 500;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-cat-box .pro-detail-cat a:hover {
    color: #64b2e5
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-cat-box .pro-detail-sku .prodetail__sku {
    font-size: 14px;
    color: #677286;
    font-weight: 500
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-title-box {
    margin-bottom: 10px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-title-box .description__title {
    font-size: 30px;
    color: #025b8a;
    font-weight: 700
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-rating {
    display: flex;
    font-size: 14px;
    margin-bottom: 18px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-rating .prodetail__rating {
    display: flex;
    margin-right: 10px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-rating .prodetail__rating li {
    color: #64b2e5
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-rating .prorating__links {
    color: #677286;
    font-weight: 500
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-rating .prorating__links a {
    color: #677286;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-rating .prorating__links a:hover {
    color: #64b2e5
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-rating .prorating__links span {
    margin-left: 3px;
    margin-right: 3px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-prize {
    margin-bottom: 22px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-prize .prodetail__price {
    font-size: 28px;
    font-weight: 700;
    color: #64b2e5
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-prize .prodetail__price.old__price {
    color: #677286;
    opacity: .6;
    font-size: 20px;
    text-decoration: line-through;
    font-weight: 600
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-desc {
    margin-bottom: 23px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-desc .prodetail__desc {
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    line-height: 28px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .option__meta {
    font-size: 16px;
    color: #025b8a;
    font-weight: 600;
    display: inline-block
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .option__meta span {
    color: #677286;
    opacity: .7
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc {
    margin-top: 21px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .pro__color-option {
    margin-left: 10px;
    display: inline-block
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .pro__color-option li {
    display: inline-block
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .pro__color-option li a {
    background-color: #eee;
    display: block;
    height: 20px;
    text-indent: -999999px;
    width: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .pro__color-option li.red a {
    background-color: #025b8a
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .pro__color-option li.green a {
    background-color: #64b2e5
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .pro__color-option li.black a {
    background-color: #4021ba
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .pro__color-option li.blue a {
    background-color: #677286
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .pro__color-option li+li {
    margin-left: 6px
}

@media(max-width:375px) {
    .product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .input-number-group {
        display: block
    }
}

@media(max-width:375px) {
    .product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .input-number-group .input-group-button {
        display: inline-block
    }
}

@media(max-width:375px) {
    .product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .input-number-group .input-number {
        display: inline-block
    }
}

@media(max-width:375px) {
    .product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .input-number-group .theme-button.add-to-cart-btn {
        display: inline-block;
        margin-top: 15px
    }
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .select-size-option {
    position: relative;
    display: inline-block;
    margin-left: 10px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .select-size-option .nice-select {
    padding: 6px 45px 6px 18px
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .prodetailtags__list {
    display: inline-block
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .prodetailtags__list li {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin-left: 7px;
    display: inline-block
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .prodetailtags__list li a {
    color: #677286;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .prodetailtags__list li a:hover {
    color: #64b2e5
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .proshare__link {
    display: inline-block;
    margin-left: 5px
}

@media(max-width:320px) {
    .product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .proshare__link {
        margin-left: -5px
    }
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .proshare__link li {
    display: inline-block
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .proshare__link li a {
    color: #677286;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    display: block;
    margin-left: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    background-color: rgba(35, 61, 99, 0.1)
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .proshare__link li a:before {
    position: absolute;
    content: '';
    left: 50%;
    top: -3px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .single__desc .proshare__link li a:hover {
    background-color: #64b2e5;
    color: #fff;
    border-color: #64b2e5
}

.product-detail-area .product-detail-wrapper .product-description-wrapper .pro-detail-options .quantity .add-to-cart-btn {
    margin-left: 10px;
    padding: 10px 25px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.product-detail-area .product-tab-description {
    margin-top: 80px
}

.product-detail-area .product-tab-description .nav-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    border: 0
}

@media(max-width:480px) {
    .product-detail-area .product-tab-description .nav-tabs {
        display: block
    }
}

.product-detail-area .product-tab-description .nav-tabs li {
    float: none;
    margin-bottom: 0
}

@media(max-width:480px) {
    .product-detail-area .product-tab-description .nav-tabs li {
        display: inline-block;
        margin-bottom: 15px
    }
}

.product-detail-area .product-tab-description .nav-tabs li a {
    border: 0
}

.product-detail-area .product-tab-description .nav-tabs li a:after {
    position: absolute;
    content: '';
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid transparent
}

.product-detail-area .product-tab-description .nav-tabs li.active a {
    background-color: #64b2e5;
    color: #fff
}

.product-detail-area .product-tab-description .nav-tabs li.active a:after {
    border-top: 12px solid #64b2e5
}

.product-detail-area .product-tab-description .nav-tabs li+li {
    margin-left: 5px
}

@media(max-width:480px) {
    .product-detail-area .product-tab-description .nav-tabs li:last-child {
        margin-bottom: 0
    }
}

.product-detail-area .product-tab-description .product-full-desc {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 31px 30px 21px 30px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .addisec__title {
    font-size: 28px;
    color: #025b8a;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .protab__desc {
    margin-bottom: 15px;
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    line-height: 28px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .addi-section .addi-sec-inner .addisecinner__title {
    font-size: 20px;
    color: #025b8a;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .addi-section .addi-sec-inner .addi-row {
    display: flex;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #025b8a;
    font-weight: 500
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .addi-section .addi-sec-inner .addi-row .addi__name {
    width: 230px;
    flex-shrink: 0;
    border-right: 1px solid #ddd;
    padding: 10px 15px
}

@media(max-width:425px) {
    .product-detail-area .product-tab-description .product-full-desc .tab-pane .addi-section .addi-sec-inner .addi-row .addi__name {
        width: 120px
    }
}

@media(max-width:320px) {
    .product-detail-area .product-tab-description .product-full-desc .tab-pane .addi-section .addi-sec-inner .addi-row .addi__name {
        width: 100px
    }
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .addi-section .addi-sec-inner .addi-row .addi__value {
    padding: 10px 15px;
    color: #677286
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .addi-section .addi-sec-inner .addi-row:first-of-type {
    border-top: 1px solid #ddd
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .addi-section+.addi-section {
    margin-top: 40px;
    margin-bottom: 20px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab {
    margin-top: 40px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews {
    display: flex
}

@media(max-width:375px) {
    .product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews {
        display: block
    }
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-avatar {
    flex-shrink: 0;
    margin-right: 22px
}

@media(max-width:375px) {
    .product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-avatar {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-avatar img {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 6px solid #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1)
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-body .meta-data .review-author-and-date .comment__author {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-right: 20px;
    color: #025b8a
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-body .meta-data .review-author-and-date .comment__date {
    color: #677286;
    font-weight: 500;
    font-size: 15px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-body .meta-data .review__stars {
    margin-top: 1px;
    margin-bottom: 4px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-body .meta-data .review__stars li {
    color: #64b2e5;
    font-size: 14px;
    display: inline-block
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-body .meta-data .comment-content {
    font-size: 15px;
    color: #677286;
    font-weight: 500;
    margin-bottom: 25px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-body .meta-data .helpful__btn {
    color: #677286;
    font-size: 14px;
    font-weight: 500
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-body .meta-data .helpful__btn a {
    border: 1px solid rgba(128, 137, 150, 0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 12px;
    color: #677286;
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    line-height: 20px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-body .meta-data .helpful__btn a i {
    color: #64b2e5
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item .reviews .review-body .meta-data .helpful__btn a:hover {
    background-color: rgba(128, 137, 150, 0.1);
    color: #025b8a
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .reviews-wrapper .reviews-list .reviews-list-item+.reviews-list-item {
    margin-top: 30px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .review-button-box {
    text-align: center;
    margin-top: 60px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .review-button-box .theme-button {
    padding: 12px 30px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .review-button-box .theme-button i {
    margin-right: 5px
}

.product-detail-area .product-tab-description .product-full-desc .tab-pane .proreview__tab .review-divider {
    margin-top: 55px;
    margin-bottom: 57px
}

.related-product-area {
    padding-top: 105px;
    padding-bottom: 25px
}

@media(max-width:320px) {
    .related-product-area {
        padding-top: 55px;
        padding-bottom: 40px
    }
}

.related-product-area .cart-heading .sec__title {
    font-size: 35px
}

.cart-area {
    padding-top: 120px;
    padding-bottom: 75px
}

.cart-area .cart-body-wrapper .table thead>tr>td,
.cart-area .cart-body-wrapper .table thead>tr>th {
    border-bottom-width: 1px
}

.cart-area .cart-body-wrapper .table img {
    width: 100px
}

.cart-area .cart-body-wrapper .table tr td {
    padding: 15px 20px;
    vertical-align: middle;
    line-height: inherit;
    position: relative
}

.cart-area .cart-body-wrapper .table tr td.cart__title {
    font-size: 16px;
    text-transform: capitalize;
    color: #025b8a;
    font-weight: 600
}

.cart-area .cart-body-wrapper .table tr td .cartproduct__desc img {
    margin-right: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.cart-area .cart-body-wrapper .table tr td .cartproduct__desc a {
    font-size: 16px;
    color: #025b8a;
    font-weight: 700;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    margin-bottom: 7px
}

.cart-area .cart-body-wrapper .table tr td .cartproduct__desc a:hover {
    color: #64b2e5
}

.cart-area .cart-body-wrapper .table tr td .cartproduct__desc p {
    font-size: 15px;
    color: #677286;
    font-weight: 500;
    width: calc(100% - 80px)
}

.cart-area .cart-body-wrapper .table tr td .pro-price {
    font-size: 16px;
    color: #025b8a;
    font-weight: 600
}

.cart-area .cart-body-wrapper .table tr td .input-number-group .input-number-decrement {
    margin-left: 0
}

.cart-area .cart-body-wrapper .table tr td .button-remove {
    background-color: transparent;
    border: 1px solid #ddd;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #677286;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cart-area .cart-body-wrapper .table tr td .button-remove .fa-close {
    margin-top: -1px
}

.cart-area .cart-body-wrapper .table tr td .button-remove:hover {
    background-color: #64b2e5;
    color: #fff;
    border-color: #64b2e5
}

.cart-area .cart-body-wrapper .table tr td .theme-button {
    border: 0;
    outline: 0;
    padding: 10px 20px;
    font-size: 15px
}

.cart-area .cart-body-wrapper .table tr td .theme-button a {
    color: #fff
}

.cart-area .cart-detail-wrap {
    margin-top: 20px
}

.cart-area .cart-detail-wrap .cart-detail-item {
    background-color: #f6f8f9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 30px 30px 33px 30px;
    margin-bottom: 30px
}

.cart-area .cart-detail-wrap .cart-detail-item .cartdetail__title {
    font-size: 22px;
    color: #025b8a;
    font-weight: 700;
    margin-bottom: 21px
}

.cart-area .cart-detail-wrap .cart-detail-item .cart-select {
    margin-top: 28px
}

.cart-area .cart-detail-wrap .cart-detail-item .cartdetail__content .cart__detail-desc {
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    margin-bottom: 26px
}

.cart-area .cart-detail-wrap .cart-detail-item .cartdetail__content .theme-button {
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px
}

.cart-area .cart-detail-wrap .cart-detail-item .cartdetail__content .theme-button a {
    color: #fff
}

.cart-area .cart-detail-wrap .cart-detail-item .cartdetail__content .cart-table {
    margin-top: -5px
}

.cart-area .cart-detail-wrap .cart-detail-item .cartdetail__content .cart-table tr {
    font-size: 16px
}

.cart-area .cart-detail-wrap .cart-detail-item .cartdetail__content .cart-table tr th {
    border-bottom: 0;
    color: #025b8a;
    line-height: inherit;
    padding: 8px 0
}

.cart-area .cart-detail-wrap .cart-detail-item .cartdetail__content .cart-table tr td {
    color: #677286;
    font-weight: 500;
    text-align: right
}

.checkout-area {
    padding-top: 120px;
    padding-bottom: 50px
}

@media(max-width:320px) {
    .checkout-area {
        padding-top: 55px;
        padding-bottom: 20px
    }
}

.checkout-area .billing-content {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 30px 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .checkout-area .billing-content {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .checkout-area .billing-content {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .checkout-area .billing-content {
        margin-bottom: 30px
    }
}

.checkout-area .billing-content .checkout__title {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
    color: #025b8a;
    margin-bottom: 26px
}

.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox label {
    color: #677286;
    font-size: 15px;
    font-weight: 600;
    margin: 0
}

.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox input[type=checkbox]:not(:checked),
.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox input[type=checkbox]:checked {
    position: absolute;
    left: -9999px
}

.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox input[type=checkbox]:not(:checked)+label,
.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox input[type=checkbox]:checked+label {
    position: relative;
    padding-left: 26px;
    cursor: pointer
}

.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox input[type=checkbox]:not(:checked)+label:before,
.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox input[type=checkbox]:checked+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox input[type=checkbox]:not(:checked)+label:after,
.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox input[type=checkbox]:checked+label:after {
    content: '\f00c';
    position: absolute;
    top: 1px;
    left: 3px;
    font-size: 12px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-family: "Barlow", sans-serif;
}

.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox input[type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    visibility: hidden
}

.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox input[type=checkbox]:checked+label:after {
    opacity: 1;
    visibility: visible
}

.checkout-area .billing-content .card-content form .form-row .form-group .custom-checkbox input[type=checkbox]:checked+label:before {
    background-color: #64b2e5;
    border-color: #64b2e5
}

.checkout-area .billing-content .card-content form .form-row .country-select {
    margin-top: 0
}

.checkout-area .billing-content .card-content form .form-row .country-select:before {
    top: 15px
}

.checkout-area .billing-content .card-content form .form-row .country-select:after {
    bottom: 15px
}

.checkout-area .billing-content .card-content .checkout-table {
    font-size: 15px
}

.checkout-area .billing-content .card-content .checkout-table .checktable__head>tr>th {
    border-bottom: 0
}

.checkout-area .billing-content .card-content .checkout-table .checktable__head>tr:last-child {
    padding-bottom: 10px
}

.checkout-area .billing-content .card-content .checkout-table .checktable__head>tr>th:first-child,
.checkout-area .billing-content .card-content .checkout-table .checktable__body>tr>th:first-child,
.checkout-area .billing-content .card-content .checkout-table .checktable__foot>tr:first-child th,
.checkout-area .billing-content .card-content .checkout-table .checktable__body>tr>td:first-child {
    padding-left: 0
}

.checkout-area .billing-content .card-content .checkout-table .checktable__head>tr>th:last-child,
.checkout-area .billing-content .card-content .checkout-table .checktable__body>tr>td:last-child,
.checkout-area .billing-content .card-content .checkout-table .checktable__foot>tr:last-child td {
    text-align: right;
    padding-right: 0
}

.checkout-area .billing-content .card-content .checkout-table .checktable__products tr:first-child>* {
    border-top: 1px solid #ddd
}

.checkout-area .billing-content .card-content .checkout-table .checktable__products tr:last-child>*,
.checkout-area .billing-content .card-content .checkout-table .checktable__subtotals tr:last-child>* {
    padding-bottom: 15px
}

.checkout-area .billing-content .card-content .checkout-table .checktable__subtotals tr:first-child>*,
.checkout-area .billing-content .card-content .checkout-table .checktable__products tr:first-child>* {
    padding-top: 15px
}

.checkout-area .billing-content .card-content .checkout-table .checktable__body tr td,
.checkout-area .billing-content .card-content .checkout-table .checktable__body tr th {
    padding: 2px 0
}

.checkout-area .billing-content .card-content .checkout-table .checktable__foot tr th,
.checkout-area .billing-content .card-content .checkout-table .checktable__foot tr td {
    font-size: 20px
}

.checkout-area .billing-content .card-content .checkout-table tbody+tbody {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.checkout-area .billing-content .card-content .checkout-table tr th {
    color: #025b8a;
    line-height: inherit;
    border: 0;
    padding: 5px 0
}

.checkout-area .billing-content .card-content .checkout-table tr td {
    color: #677286;
    font-weight: 600;
    border: 0;
    line-height: inherit
}

.checkout-area .billing-content .card-content .payment-method-wrap .payment-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    color: #677286
}

.checkout-area .billing-content .card-content .payment-method-wrap .payment-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkout-area .billing-content .card-content .payment-method-wrap .payment-radio input:checked ~ .checkmark {
    border-color: #64b2e5
}

.checkout-area .billing-content .card-content .payment-method-wrap .payment-radio input:checked ~ .checkmark:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.checkout-area .billing-content .card-content .payment-method-wrap .payment-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 3px 0 0 0;
    border: 2px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.checkout-area .billing-content .card-content .payment-method-wrap .payment-radio .checkmark:after {
    top: 2px;
    left: 2px;
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #64b2e5;
    opacity: 0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.checkout-area .billing-content .card-content .payment-method-wrap .payment-radio:hover input ~ .checkmark:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.checkout-area .billing-content .card-content .payment-method-wrap .payment-radio:hover input ~ .checkmark {
    border-color: #64b2e5
}

.checkout-area .billing-content .card-content .payment-method-wrap .theme-button {
    border: 0;
    margin-top: 25px;
    margin-bottom: 5px;
    padding: 12px 25px
}

.checkout-area .billing-content .payment-method-area {
    border-top: 1px solid #ddd;
    padding-top: 20px
}

.sec-gap {
    display: block;
    height: 10px
}

.timeline-area.sofa-area {
    background-color: #f6f8f9;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media(max-width:320px) {
    .timeline-area.sofa-area {
        padding-bottom: 0px;
    }
}

.timeline-area.sofa-area .timeline-list .happening .happening-period .happeing__img {
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.timeline-area.sofa-area .timeline-list .happening .happening-content .sofa__title {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 22px
}

.timeline-area.sofa-area .timeline-list .happening .happening-content .time__desc {
    padding-right: 0;
    margin-bottom: 8px
}

.timeline-area.sofa-area .timeline-list .happening .happening-content .collection-btn {
    margin-top: 20px
}

.timeline-area.sofa-area:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 42%;
    height: 88%;
    background-image: url(../images/dots3.png);
    background-position: center;
    z-index: -1;
    opacity: .1;
    -webkit-transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    transform: rotate(-13deg)
}

.input-number-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none
}

.input-number-group .input-group-button {
    line-height: 29px
}

.input-number-group .input-number {
    padding: 0 12px;
    outline: 0;
    display: block;
    text-align: center
}

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
    border: 1px solid #ddd;
    height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
    font-size: 1.7rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #025b8a
}

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
    display: inline-block;
    width: 35px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 2.5rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.input-number-group .input-number-decrement:hover,
.input-number-group .input-number-increment:hover {
    background-color: #64b2e5;
    color: #fff;
    border-color: #64b2e5
}

.input-number-group .input-number-decrement {
    margin-right: .5rem;
    margin-left: 1rem
}

.input-number-group .input-number-increment {
    margin-left: .5rem
}

.about-area {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area {
        margin-bottom: 269px
    }
}

@media(max-width:800px) {
    .about-area {
        margin-bottom: 0
    }
}

.about-area .about-item .sec-heading .sec__title {
    margin-bottom: 15px
}

.about-area .about-item .sec-heading .readmore__btn {
    margin-top: 20px
}

.about-area .about-item .about-content .aboutsupport-wrap {
    margin-top: 33px
}

.about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item {
    background-color: #63b3e642;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    padding: 50px 20px 33px 20px;
    text-align: center;
    margin-bottom: 41px;
    overflow: hidden;
  
}

@media(max-width:1199px) {
    .about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item {
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width:480px) {
    .about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item {
        width: 100%
    }
}

.about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item .aboutsupport__icon {
    color: #64b2e5
}

.about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item .aboutsupport__icon:before {
    font-size: 55px
}

.about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item .aboutsupport__title {
    font-size: 18px;
    color: #025b8a;
    font-weight: 600;
    line-height: 22px;
    margin-top: 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media(max-width:1199px) {
    .about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item .aboutsupport__title {
        font-size: 16px;
        line-height: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item .aboutsupport__title {
        font-size: 18px;
        line-height: 22px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item .aboutsupport__title {
        font-size: 18px;
        line-height: 22px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item .aboutsupport__title {
        font-size: 18px;
        line-height: 22px
    }
}

.about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #64b2e5;
    left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item:before {
    position: absolute;
    content: '';
    top: -27px;
    right: -39px;
    width: 70px;
    height: 60px;
    background-color: #f4f6fb;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
/* 
.about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item:hover .aboutsupport__title {
    color: #64b2e5
}

.about-area .about-item .about-content .aboutsupport-wrap .aboutsupport-item:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
} */

.about-area .about-item .readmore__btn {
    font-size: 16px;
    color: #025b8a;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    padding-right: 35px;
    margin-top: 15px;
    display: inline-block
}

.about-area .about-item .readmore__btn .fa__arrow {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 14px
}

.about-area .about-item .readmore__btn:hover {
    color: #64b2e5
}

.about-area .about-item .readmore__btn:hover .fa__arrow {
    right: 22px
}

.about-area .about-img-box {
    margin-top: 7px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area .about-img-box {
        margin-top: 0px;
    }
    .theme-button {
        background-color: #0081c4;
        color: #fff;
        padding-left: 25px;
        padding-right: 40px;
        margin-top: 10%;
        margin-left: 14%;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area .about-img-box {
        margin-top: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .about-area .about-img-box {
        margin-top: 0px
    }
}

.about-area .about-img-box .about-img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1)
}

.about-area .about-img-box .about-img:nth-child(1) {
    position: absolute;
    bottom: -130px;
    left: -50px;
    z-index: 1;
    width: 75%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area .about-img-box .about-img:nth-child(1) {
        width: 65%
    }
}

@media(max-width:800px) {
    .about-area .about-img-box .about-img:nth-child(1) {
        position: inherit;
        bottom: auto;
        left: auto;
        width: 100%;
        margin-bottom: 30px
    }
}

.about-area .about-img-box .about-img:nth-child(3) {
    position: absolute;
    bottom: -270px;
    right: 15px;
    width: 65%;
    z-index: 2
}

@media(max-width:1199px) {
    .about-area .about-img-box .about-img:nth-child(3) {
        bottom: -200px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area .about-img-box .about-img:nth-child(3) {
        width: 55%;
        bottom: -270px
    }
}

@media(max-width:800px) {
    .about-area .about-img-box .about-img:nth-child(3) {
        position: inherit;
        bottom: auto;
        right: auto;
        width: 100%;
        margin-top: 30px
    }
}

.about-area .about-img-box .video-play-btn {
    position: absolute;
    top: 96%;
    left: 33%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    color: #025b8a;
    font-size: 18px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 2;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2)
}

.about-area .about-img-box .video-play-btn:hover {
    background-color: #64b2e5;
    color: #fff
}

@media(max-width:1199px) {
    .about-area .about-img-box .video-play-btn {
        top: 80%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area .about-img-box .video-play-btn {
        top: 83%;
        left: 45%
    }
}

@media(max-width:800px) {
    .about-area .about-img-box .video-play-btn {
        position: inherit;
        top: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0;
        margin-top: -50px;
        display: block;
        width: 100px;
        height: 100px;
        line-height: 100px
    }
}

.about-area:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    content: '';
    background-image: url("../images/dots3.png");
    background-position: center;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    z-index: -1;
    opacity: .1
}

.progress-bar-content {
    margin-top: 35px
}

.progress-bar-content .skillbar {
    position: relative;
    display: block;
    margin-bottom: 55px;
    width: 100%;
    background-color: #eee;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color
}

.progress-bar-content .skillbar .skillbar-title {
    position: absolute;
    top: -30px;
    left: 0;
    font-weight: 700;
    font-size: 18px;
    color: #025b8a
}

.progress-bar-content .skillbar .skillbar-bar {
    height: 8px;
    width: 0;
    background-color: #64b2e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.progress-bar-content .skillbar .skill-bar-percent {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 18px;
    color: #025b8a;
    font-weight: 500
}

.progress-bar-content .skillbar3 {
    margin-bottom: 0
}

.about-area2 {
    padding-top: 115px
}

.howitworks-area {
    background-color: #F3F7F8;
    padding-top: 40px;
    padding-bottom: 40px
}

.howitworks-area .hiw-content {
    margin-top: 27px
}

.howitworks-area .hiw-content .tab-content-shared .nav-tabs {
    border-bottom: 0
}

.howitworks-area .hiw-content .tab-content-shared .nav-tabs li {
    float: none;
    display: inline-block;
    margin-bottom: 0
}

.howitworks-area .hiw-content .tab-content-shared .nav-tabs li a {
    color: #025b8a;
    display: block;
    border: 1px solid #025b8a;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-top: 10px
}

.howitworks-area .hiw-content .tab-content-shared .nav-tabs li a:after {
    position: absolute;
    content: '';
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid transparent
}

@media(max-width:480px) {
    .howitworks-area .hiw-content .tab-content-shared .nav-tabs li a:after {
        display: none
    }
}

.howitworks-area .hiw-content .tab-content-shared .nav-tabs li a:hover {
    background-color: #64b2e5;
    color: #fff;
    border-color: #64b2e5
}

.howitworks-area .hiw-content .tab-content-shared .nav-tabs li.active a {
    background-color: #025b8a;
    color: #fff;
    border-color: #025b8a;
}

.howitworks-area .hiw-content .tab-content-shared .nav-tabs li.active a:after {
    border-top: 12px solid #025b8a;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area .hiw-content .tab-content-shared .nav.nav-tabs2 li {
        width: 50%;
        float: left;
        margin-bottom: 10px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area .hiw-content .tab-content-shared .nav.nav-tabs2 li {
        width: 50%;
        float: left;
        margin-bottom: 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area .hiw-content .tab-content-shared .nav.nav-tabs2 li a {
        padding: 15px 18px;
        margin-right: 5px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area .hiw-content .tab-content-shared .nav.nav-tabs2 li a {
        padding: 15px 18px;
        margin-right: 5px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area .hiw-content .tab-content-shared .nav.nav-tabs2 li a:after {
        right: auto;
        bottom: -13px;
        top: auto;
        left: 50% !important;
        -webkit-transform: translateX(-50%) rotate(0);
        -moz-transform: translateX(-50%) rotate(0);
        -ms-transform: translateX(-50%) rotate(0);
        -o-transform: translateX(-50%) rotate(0);
        transform: translateX(-50%) rotate(0)
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area .hiw-content .tab-content-shared .nav.nav-tabs2 li a:after {
        right: auto;
        bottom: -13px;
        top: auto;
        left: 50% !important;
        -webkit-transform: translateX(-50%) rotate(0);
        -moz-transform: translateX(-50%) rotate(0);
        -ms-transform: translateX(-50%) rotate(0);
        -o-transform: translateX(-50%) rotate(0);
        transform: translateX(-50%) rotate(0)
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area .hiw-content .tab-content-shared .nav.nav-tabs2 li a:after {
        display: none
    }
    .howitworks-area .hiw-content .tab-content-shared .nav-tabs li a{
        padding: 10px 15px;
    }
}

.howitworks-area .hiw-content .tab-content-shared .tab-content {
    margin-top: 40px;
    text-align: left;
    background-color: #fff;
    padding-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; box-shadow: 0 0 8px 0 rgba(0,0,0,.05);
}

.howitworks-area .hiw-content .tab-content-shared .tab-content .tab-img {
    width: 100%;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-img {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-img {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-img {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

.howitworks-area .hiw-content .tab-content-shared .tab-content .tab-img2 {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-img2 {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-img2 {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-img2 {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

.howitworks-area .hiw-content .tab-content-shared .tab-content .tab-desc-box {
    padding: 18px 30px 0 10px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-desc-box {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 40px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-desc-box {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-desc-box {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 0px
    }
}

.howitworks-area .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab__desc {
    font-size: 16px;
    color: #677286;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 18px
}

.howitworks-area .hiw-content .tab-content-shared .tab-content .tab-desc-box2 {
    padding-right: 10px;
    padding-left: 26px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-desc-box2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-desc-box2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .tab-desc-box2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .col-md-6.no-padding-l {
        padding-right: 0 !important
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .col-md-6.no-padding-l {
        padding-right: 0 !important
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .col-md-6.no-padding-l {
        padding-right: 0 !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .col-md-6.no-padding-r {
        padding-left: 0 !important
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .col-md-6.no-padding-r {
        padding-left: 0 !important
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content .col-md-6.no-padding-r {
        padding-left: 0 !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content2 .col-md-6.no-padding-l {
        padding-right: 15px !important
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content2 .col-md-6.no-padding-l {
        padding-right: 15px !important
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area .hiw-content .tab-content-shared .tab-content2 .col-md-6.no-padding-l {
        padding-right: 15px !important
    }
}

.howitworks-area2 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent
}

.howitworks-area2 .hiw-content .tab-content-shared .nav-tabs li {
    display: block
}

.howitworks-area2 .hiw-content .tab-content-shared .nav-tabs li a {
    padding: 25px 30px
}

.howitworks-area2 .hiw-content .tab-content-shared .nav-tabs li a span {
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-top: 6px;
    line-height: 25px;
    color: #677286
}

.howitworks-area2 .hiw-content .tab-content-shared .nav-tabs li a:after {
    left: auto !important;
    top: 50%;
    bottom: auto;
    right: -19px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}

.howitworks-area2 .hiw-content .tab-content-shared .nav-tabs li.active a span,
.howitworks-area2 .hiw-content .tab-content-shared .nav-tabs li:hover a span {
    color: #fff
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content {
    margin-top: 0;
    padding-left: 20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area2 .hiw-content .tab-content-shared .tab-content {
        margin-top: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area2 .hiw-content .tab-content-shared .tab-content {
        text-align: center;
        margin-top: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area2 .hiw-content .tab-content-shared .tab-content {
        margin-top: 30px
    }
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box {
    padding: 0
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab__title {
    font-size: 25px;
    color: #025b8a;
    font-weight: 700;
    margin-bottom: 19px;
    line-height: 34px;
   
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab__desc2 {
    margin-bottom: 35px
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item {
    /* background-color: #fff; */
    border: 1px dotted #64b2e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #025b8a;
    padding: 55px 30px 37px 30px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item {
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item {
        width: 100%
    }
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item:before,
.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: -1
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item:before {
    background-image: url("../images/img1.jpg");
    background-size: cover;
    background-position: center
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item:after {
    background: rgba(25,72,90,0.8);

}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item span:before {
    font-size: 55px
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item .tabbottom__title {
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 24px
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item .tabbottom__desc {
    font-size: 16px;
    font-weight: 500;
    color: #677286
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item:hover {
    color: #fff
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item:hover .tabbottom__desc {
    color: #fff
}

.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item:hover:before,
.howitworks-area2 .hiw-content .tab-content-shared .tab-content .tab-desc-box .tab-top-item .tab-service-item:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.howitworks-area3 {
    background-color: #fff;
    padding-bottom: 79px
}

@media(max-width:320px) {
    .howitworks-area3 {
        padding-bottom: 20px
    }
}

.howitworks-area3 .hiw-content .hiw-item {
    -webkit-border-radius: 20px 0 20px 20px;
    -moz-border-radius: 20px 0 20px 20px;
    border-radius: 20px 0 20px 20px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 45px 30px 38px 30px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area3 .hiw-content .hiw-item {
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area3 .hiw-content .hiw-item {
        text-align: center
    }
}

.howitworks-area3 .hiw-content .hiw-item .flaticon__icon {
    -webkit-border-radius: 20px 0 20px 20px;
    -moz-border-radius: 20px 0 20px 20px;
    border-radius: 20px 0 20px 20px;
    margin: 0;
    width: 80px;
    height: 80px;
    line-height: 80px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area3 .hiw-content .hiw-item .flaticon__icon {
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area3 .hiw-content .hiw-item .flaticon__icon {
        margin-left: auto;
        margin-right: auto
    }
}

.howitworks-area3 .hiw-content .hiw-item .flaticon__icon span {
    font-size: 40px
}

.howitworks-area3 .hiw-content .hiw-item .hiw__title {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 45px;
    margin-bottom: 35px
}

.howitworks-area3 .hiw-content .hiw-item .hiw__title:after {
    position: absolute;
    content: '';
    top: -21px;
    left: -20px;
    width: 60px;
    height: 60px;
    background-color: #025b8a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: -1;
    opacity: .1
}

.howitworks-area3 .hiw-content .hiw-item:hover {
    background-color: #fff
}

.howitworks-area3 .hiw-content .hiw-item:hover .flaticon__icon {
    background-color: #64b2e5
}

.howitworks-area3 .hiw-content .hiw-item:hover .flaticon__icon span {
    color: #fff
}

.howitworks-area3 .hiw-content .hiw-item:hover .hiw__title {
    color: #025b8a
}

.howitworks-area3 .hiw-content .hiw-item:hover .hiw__title:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.howitworks-area3 .hiw-content .hiw-item:hover .hiw__desc {
    color: #677286
}

.howitworks-area4 {
    position: relative;
    z-index: 1;
    background-color: transparent
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .howitworks-area4 {
        padding-top: 105px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .howitworks-area4 {
        padding-top: 105px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .howitworks-area4 {
        padding-top: 105px
    }
}

@media(max-width:400px) {
    .howitworks-area4 {
        padding-top: 80px;
        padding-bottom: 85px
    }
}

@media(max-width:320px) {
    .howitworks-area4 {
        padding-top: 47px;
        padding-bottom: 26px
    }
}

.howitworks-area4 .hiw-content {
    margin-top: 22px
}

.howitworks-area4 .hiw-content .hiw-item {
    border: 2px solid #025b8a;
    -webkit-border-radius: 20px 20px 0 20px;
    -moz-border-radius: 20px 20px 0 20px;
    border-radius: 20px 20px 0 20px;
    background-color: #fff;
    padding-top: 48px;
    padding-bottom: 50px
}

@media(max-width:1199px) {
    .howitworks-area4 .hiw-content .hiw-item {
        padding-right: 20px;
        padding-left: 20px
    }
}

.howitworks-area4 .hiw-content .hiw-item .flaticon__icon {
    background-color: transparent;
    border: 2px solid #025b8a;
    -webkit-border-radius: 20px 20px 0 20px;
    -moz-border-radius: 20px 20px 0 20px;
    border-radius: 20px 20px 0 20px;
    color: #64b2e5
}

.howitworks-area4 .hiw-content .hiw-item .flaticon__icon span {
    font-size: 55px
}

.howitworks-area4 .hiw-content .hiw-item .hiw__title {
    margin-bottom: 29px
}

.howitworks-area4 .hiw-content .hiw-item .hiw__desc {
    margin-bottom: 43px
}

.howitworks-area4 .hiw-content .hiw-item .join-ico__btn {
    padding-left: 30px;
    padding-right: 42px;
    background-color: #025b8a;
    color: #fff
}

.howitworks-area4 .hiw-content .hiw-item .join-ico__btn .fa__arrow {
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.howitworks-area4 .hiw-content .hiw-item .join-ico__btn:hover .fa__arrow {
    right: 25px
}

.howitworks-area4 .hiw-content .hiw-item:hover {
    border-color: #64b2e5
}

.howitworks-area4 .hiw-content .hiw-item:hover .flaticon__icon {
    background-color: transparent;
    border-color: #fff
}

.howitworks-area4 .hiw-content .hiw-item:hover .flaticon__icon span {
    color: #fff
}

.howitworks-area4 .hiw-content .hiw-item:hover .join-ico__btn {
    background-color: #fff;
    color: #64b2e5
}

.howitworks-area4:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 26%, 100% 0, 100% 77%, 0 100%);
    clip-path: polygon(0 26%, 100% 0, 100% 77%, 0 100%);
    background-color: #fafafa;
    z-index: -1;
    opacity: .8
}

.funfact-area {
   background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,128,197,1) 104%, rgba(99,179,226,1) 100%);
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.funfact-area .sec-heading {
    margin-bottom: 75px
}

.funfact-area .funfact-item {
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .funfact-area .funfact-item {
        margin-bottom: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .funfact-area .funfact-item {
        margin-bottom: 60px
    }
	
}
@media only screen and (min-width:320px) and (max-width:767px){
	.header-top{
		display:none;
	}
}
@media only screen and (min-width:320px) and (max-width:479px) {
    .funfact-area .funfact-item {
        margin-bottom: 60px
    }
}

.funfact-area .funfact-item .funfact-icon {
    position: relative;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    line-height: 80px
}

.funfact-area .funfact-item .funfact-icon:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: translateY(-50%) rotate(-33deg);
    -moz-transform: translateY(-50%) rotate(-33deg);
    -ms-transform: translateY(-50%) rotate(-33deg);
    -o-transform: translateY(-50%) rotate(-33deg);
    transform: translateY(-50%) rotate(-33deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.funfact-area .funfact-item .funfact-icon .funfact__icon {
    font-size: 65px;
    display: block
}

.funfact-area .funfact-item .funfact__number {
    font-size: 65px;
    font-weight: 600;
    display: inline-block;
    margin-top: 45px;
    margin-bottom: 32px
}

.funfact-area .funfact-item .funtact__plus {
    font-size: 45px;
    font-weight: 500
}

.funfact-area .funfact-item .funfact__meta {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600
}

.funfact-area .funfact-item:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
    opacity: .1
}

.funfact-area .funfact-item:last-child:after {
    display: none
}

.funfact-area:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/dots2.png");
    background-size: cover;
    background-position: center;
    opacity: .2;
    z-index: -1
}

.funfact-area .fun-get-text {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative
}

.funfact-area .fun-get-text:before,
.funfact-area .fun-get-text:after {
    position: absolute;
    content: '';
    top: -1px;
    left: 0;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.3)
}

.funfact-area .fun-get-text:after {
    left: auto;
    right: 0
}

.funfact-area .fun-get-text .funget__desc {
    font-size: 16px;
    color: #fff;
    font-weight: 600
}

.funfact-area .fun-get-text .funget__desc .fun-get-btn {
    color: #a0aec6;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media(max-width:600px) {
    .funfact-area .fun-get-text .funget__desc .fun-get-btn {
        margin-left: 0;
        margin-top: 20px
    }
}

.funfact-area .fun-get-text .funget__desc .fun-get-btn:hover {
    background-color: #fff;
    color: #64b2e5
}

.funfact-area2 {
    position: relative;
    padding-bottom: 144px
}

@media(max-width:320px) {
    .funfact-area2 {
        padding-top: 60px;
        padding-bottom: 80px
    }
}

.funfact-area2 .sec-heading .sec__title {
    margin-bottom: 50px
}

.funfact-area2 .funfact-item {
    position: relative
}

.funfact-area2 .funfact-item:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .funfact-area2 .funfact-item:after {
        right: auto;
        left: 50%;
        top: auto;
        bottom: -50px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .funfact-area2 .funfact-item:after {
        right: auto;
        left: 50%;
        top: auto;
        bottom: -50px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .funfact-area2 .funfact-item:after {
        right: auto;
        left: 50%;
        top: auto;
        bottom: -50px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.funfact-area2 .funfact-item .counter__simble {
    font-size: 45px;
    font-weight: 600
}

.funfact-area2 .funfact-item .plus__simble {
    font-size: 65px
}

.funfact-area2 .funfact-item .funfact__number {
    font-size: 90px
}

.funfact-area2 .funfact-item .funfact__meta {
    opacity: .7
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .funfact-area2 .funfact-item3 {
        margin-bottom: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .funfact-area2 .funfact-item3 {
        margin-bottom: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .funfact-area2 .funfact-item3 {
        margin-bottom: 0
    }
}

.funfact-area2 .funfact-item3:after {
    display: none
}

.funfact-area2:before,
.funfact-area2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    border-bottom: 30px solid #fff;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.funfact-area2:before {
    right: 50%;
    border-right: 125px solid transparent
}

.funfact-area2:after {
    left: 50%;
    border-left: 125px solid transparent
}

.process-area .sec-heading .sec__title {
    margin-bottom: 65px
}

.process-area .funfact-item {
    position: relative
}

.process-area .funfact-item .funfact__meta {
    font-size: 20px;
    font-weight: 700;
    margin-top: 35px;
    line-height: 28px
}

.process-area .funfact-item i {
    position: absolute;
    top: 20%;
    right: -35px;
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    font-size: 20px;
    color: #fff;
    z-index: 1;
    line-height: 45px;
    width: 45px;
    height: 45px;
    opacity: .6
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .process-area .funfact-item i {
        display: none
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .process-area .funfact-item i {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .process-area .funfact-item i {
        display: none
    }
}

.process-area .funfact-item i:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .2
}

.timeline-area {
    padding-top: 33px;
    padding-bottom: 54px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .timeline-area {
        padding-top: 102px
    }
}

.timeline-area .timeline-list .happening .happening-period {
    position: relative;
    z-index: 1
}

.timeline-area .timeline-list .happening .happening-period .happeing__img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2)
}

.timeline-area .timeline-list .happening .happening-period .happening-desc-box {
    position: absolute;
    left: 15px;
    width: 415px;
    bottom: -320px;
    padding: 24px 20px 23px 20px;
    color: #025b8a;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .timeline-area .timeline-list .happening .happening-period .happening-desc-box {
        left: auto;
        bottom: auto;
        position: inherit;
        width: auto;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 40px;
        margin-top: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .timeline-area .timeline-list .happening .happening-period .happening-desc-box {
        left: auto;
        bottom: auto;
        position: inherit;
        width: auto;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 40px;
        margin-top: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .timeline-area .timeline-list .happening .happening-period .happening-desc-box {
        left: auto;
        bottom: auto;
        position: inherit;
        width: auto;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 40px;
        margin-top: 30px
    }
}

.timeline-area .timeline-list .happening .happening-period .happening-desc-box .time__title {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 20px
}

@media(max-width:320px) {
    .timeline-area .timeline-list .happening .happening-period .happening-desc-box .time__title {
        font-size: 30px;
        line-height: 36px
    }
}

.timeline-area .timeline-list .happening .happening-period .happening-desc-box .time__desc {
    font-size: 16px;
    color: #677286;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 25px
}

.timeline-area .timeline-list .happening .happening-period .happening-desc-box .join-btn {
    font-size: 16px;
    color: #025b8a;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    padding-right: 35px;
    display: inline-block
}

.timeline-area .timeline-list .happening .happening-period .happening-desc-box .join-btn .fa__arrow {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 14px
}

.timeline-area .timeline-list .happening .happening-period .happening-desc-box .join-btn:hover {
    color: #64b2e5
}

.timeline-area .timeline-list .happening .happening-period .happening-desc-box .join-btn:hover .fa__arrow {
    right: 22px
}

.timeline-area .timeline-list .happening .trusted-img .video-box {
    position: absolute;
    right: -15px;
    bottom: -25px;
    text-align: center;
    background-color: #025b8a;
    color: #fff;
    padding: 20px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

@media(max-width:800px) {
    .timeline-area .timeline-list .happening .trusted-img .video-box {
        right: 15px;
        bottom: 0;
        -webkit-border-radius: 10px 0 10px 0;
        -moz-border-radius: 10px 0 10px 0;
        border-radius: 10px 0 10px 0
    }
}

.timeline-area .timeline-list .happening .trusted-img .video-box .video-play-btn {
    width: 53px;
    height: 53px;
    line-height: 53px;
    color: #025b8a;
    background-color: #fff;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative
}

.timeline-area .timeline-list .happening .trusted-img .video-box .video-play-btn:before {
    position: absolute;
    content: '';
    left: 50%;
    top: -4px;
    width: 30px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #025b8a;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.timeline-area .timeline-list .happening .trusted-img .video-box p {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500
}

.timeline-area .timeline-list .happening .trusted-img .video-box:hover .video-play-btn {
    background-color: #64b2e5;
    color: #fff
}

.timeline-area .timeline-list .happening .trusted-img:after {
    position: absolute;
    content: '';
    /* background-image: url(../images/dots.png); */
    background-size: cover;
    background-position: center;
    left: -15px;
    bottom: -36px;
    z-index: -1;
    height: 90%;
    width: 90%;
    opacity: .2
}

@media(max-width:800px) {
    .timeline-area .timeline-list .happening .trusted-img:after {
        display: none
    }
}

.timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(1) {
    width: 50%;
    z-index: 3;
    position: relative;
    -webkit-border-radius: 30px 0 0 0;
    -moz-border-radius: 30px 0 0 0;
    border-radius: 30px 0 0 0
}

@media(max-width:1280px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(1) {
        width: 50%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(1) {
        position: inherit;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(1) {
        position: inherit;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(1) {
        position: inherit;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

.timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(2) {
    position: absolute;
    right: 15px;
    top: 0;
    width: 50%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

@media(max-width:1280px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(2) {
        right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(2) {
        top: auto;
        right: auto;
        position: inherit;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(2) {
        position: inherit;
        top: auto;
        right: auto;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(2) {
        top: auto;
        right: auto;
        position: inherit;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(3) {
    position: absolute;
    right: 15px;
    width: 50%;
    bottom: -320px;
    -webkit-border-radius: 0 0 30px 0;
    -moz-border-radius: 0 0 30px 0;
    border-radius: 0 0 30px 0
}

@media(max-width:1280px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(3) {
        right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(3) {
        right: auto;
        bottom: auto;
        position: inherit;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(3) {
        right: auto;
        bottom: auto;
        position: inherit;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .timeline-area .timeline-list .happening .happening-period2 .happeing__img:nth-child(3) {
        right: auto;
        bottom: auto;
        position: inherit;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

.timeline-area .timeline-list .happening .happening-content {
    padding-left: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .timeline-area .timeline-list .happening .happening-content {
        margin-bottom: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .timeline-area .timeline-list .happening .happening-content {
        margin-bottom: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .timeline-area .timeline-list .happening .happening-content {
        margin-bottom: 60px
    }
}

.timeline-area .timeline-list .happening .happening-content .time__title {
    font-size: 25px;
    font-weight: 600;
    color: #153658;
    margin-top: -3px;
    margin-bottom: 8px;
    line-height: 37px
}

@media(max-width:480px) {
    .timeline-area .timeline-list .happening .happening-content .time__title {
        line-height: 40px;
        font-size: 24px
    }
    .timeline-area .timeline-list .happening .happening-period {
        position: relative;
        z-index: 1;
        margin-top: 12px;
    }
}

.timeline-area .timeline-list .happening .happening-content .time__desc {
    font-size: 16px;
    color: #677286;
    line-height: 30px;
    margin-bottom: 35px;
    font-weight: 500;
    padding-right: 50px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .timeline-area .timeline-list .happening .happening-content .time__desc {
        padding-right: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .timeline-area .timeline-list .happening .happening-content .time__desc {
        padding-right: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .timeline-area .timeline-list .happening .happening-content .time__desc {
        padding-right: 0
    }
}

.timeline-area .timeline-list .happening .happening-content .time__desc2 {
    margin-bottom: 15px
}

.timeline-area .timeline-list .happening .happening-content .desc__list {
    margin-bottom: 41px
}

.timeline-area .timeline-list .happening .happening-content .desc__list li {
    font-size: 16px;
    color: #025b8a;
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
    padding-left: 20px
}

.timeline-area .timeline-list .happening .happening-content .desc__list li:after {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #64b2e5
}

.timeline-area .timeline-list .happening .happening-content .desc__list li:last-child {
    margin-bottom: 0
}

.timeline-area .timeline-list .happening .happening-content:hover .time__title:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.timeline-area .timeline-list .happening2 {
    padding-top: 20px;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .timeline-area .timeline-list .happening2 {
        padding-top: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .timeline-area .timeline-list .happening2 {
        padding-top: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .timeline-area .timeline-list .happening2 {
        padding-top: 60px
    }
}

@media(max-width:320px) {
    .timeline-area .timeline-list .happening2 {
        padding-top: 38px
    }
}

.timeline-area .timeline-list .happening2 .happening-content2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
    width: 721px;
    padding: 20px 11px 38px 30px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .timeline-area .timeline-list .happening2 .happening-content2 {
        margin-bottom: 0
    }
}

@media(max-width:800px) {
    .timeline-area .timeline-list .happening2 .happening-content2 {
        position: inherit;
        top: auto;
        bottom: auto;
        width: auto;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        margin-right: 15px;
        margin-left: 15px
    }
}

.timeline-area2 {
    background-color: #f6f8f9;
    padding-top: 120px;
    padding-bottom: 134px
}

@media(max-width:1199px) {
    .timeline-area2 {
        padding-bottom: 105px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .timeline-area2 {
        padding-bottom: 58px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .timeline-area2 {
        padding-bottom: 58px
    }
}

@media(max-width:480px) {
    .timeline-area2 {
        padding-top: 100px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .timeline-area2 {
        padding-bottom: 58px
    }
}

.service-area {
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .service-area {
        padding-top: 60px;
        margin-bottom: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .service-area {
        padding-top: 60px;
        margin-bottom: 0
    }
}

@media(max-width:480px) {
    .service-area {
        padding-top: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .service-area {
        padding-top: 0px;
        margin-bottom: 0
    }
}

.service-area .service-content .service-item {
    box-shadow: 0px 5px 15px 0 rgba(0,0,0,.07);
    background: #fff;
    border: 2px solid #efefef;
    padding: 23px 10px 18px 10px;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    border-radius: 20px 0 20px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.service-area .service-content .service-item .service-icon {
    margin-bottom: 25px
}

.service-area .service-content .service-item .service-icon .service__icon {
    font-size: 65px;
    color: #64b2e5;
    display: inline-block
}

.service-area .service-content .service-item .service__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: capitalize
}

.service-area .service-content .service-item .service__title a {
    color: #025b8a;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.service-area .service-content .service-item .service__title a:hover {
    color: #64b2e5
}

.service-area .service-content .service-item .service__desc {
    font-size: 16px;
    color: #677286;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 18px
}

.service-area .service-content .service-item .service__btn {
    color: #025b8a;
    font-size: 16px;
    padding-right: 20px;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 600
}

.service-area .service-content .service-item .service__btn .fa__arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 14px
}

.service-area .service-content .service-item .service__btn:hover {
    color: #64b2e5
}

.service-area .service-content .service-item .service__btn:hover .fa__arrow {
    right: 7px
}

.service-area .service-content .service-item:hover {
    -webkit-border-radius: 0 20px 0 20px;
    -moz-border-radius: 0 20px 0 20px;
    border-radius: 0 20px 0 20px
}

.service-area .service-content .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 25px
}

.service-area .service-content .owl-dots div {
    width: 14px;
    height: 14px;
    border: 1px solid #025b8a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.service-area .service-content .owl-dots div:hover,
.service-area .service-content .owl-dots div.active {
    background-color: #64b2e5;
    border-color: #64b2e5
}

.service-area .about-item {
    padding-left: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .service-area .about-item {
        padding-left: 0;
        margin-top: 172px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .service-area .about-item {
        padding-left: 0;
        margin-top: 172px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .service-area .about-item {
        padding-left: 0;
        margin-top: 152px
    }
}

.service-area .about-item .sec-heading .sec__desc {
    margin-bottom: 25px
}

.service-area .about-item .sec-heading .readmore__btn {
    margin-top: 0
}

.service-area .service-img-box {
    margin-top: 170px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .service-area .service-img-box {
        margin-top: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .service-area .service-img-box {
        margin-top: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .service-area .service-img-box {
        margin-top: 60px
    }
}

.service-area .service-img-box img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1)
}

.service-area .service-img-box .video-play-btn {
    position: absolute;
    top: 0;
    left: 40px;
    color: #fff;
    font-size: 22px;
    padding: 20px 15px 15px 15px;
    text-align: center;
    -webkit-border-radius: 0 0 50px 50px;
    -moz-border-radius: 0 0 50px 50px;
    border-radius: 0 0 50px 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1)
}

@media(max-width:425px) {
    .service-area .service-img-box .video-play-btn {
        top: auto;
        bottom: 0;
        left: 0;
        padding-left: 20px;
        -webkit-border-radius: 0 50px 50px 0;
        -moz-border-radius: 0 50px 50px 0;
        border-radius: 0 50px 50px 0
    }
}

.service-area .service-img-box .video-play-btn span {
    color: #025b8a;
    display: block;
    font-weight: 500;
    line-height: 21px
}

@media(max-width:425px) {
    .service-area .service-img-box .video-play-btn span {
        display: inline-block
    }
}

.service-area .service-img-box .video-play-btn i {
    background-color: #025b8a;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    margin-top: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative
}

@media(max-width:425px) {
    .service-area .service-img-box .video-play-btn i {
        margin-top: 0;
        margin-left: 15px
    }
}

.service-area .service-img-box .video-play-btn i:after {
    position: absolute;
    content: '';
    left: 1px;
    bottom: 1px;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

.service-area .service-img-box:before,
.service-area .service-img-box:after {
    position: absolute;
    content: '';
    bottom: -40px;
    left: -37px;
    width: 20%;
    height: 40%;
    background-image: url("../images/dots.png");
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: .2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.service-area .service-img-box:after {
    bottom: auto;
    top: -50px;
    right: -39px;
    left: auto;
    height: 84%;
    width: 18%
}

@media(max-width:800px) {
    .service-area .service-img-box:after {
        display: none
    }
}

.service-area .service-img-box:hover {
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
    transform: scale(0.99)
}

.service-area .service-img-box:hover .video-play-btn i {
    background-color: #64b2e5
}

.service-area:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 800px;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .service-area:after {
        height: 1040px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .service-area:after {
        height: 1040px
    }
}

@media(max-width:480px) {
    .service-area:after {
        height: 950px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .service-area:after {
        height: 1040px
    }
}

.service-area:before {
    display: none
}

.service-area2 {
    padding-top: 120px
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .service-area2 {
        padding-top: 60px
    }
}

.team-area {
    padding-top: 36px;
    padding-bottom: 32px;
    position: relative;
    z-index: 1
}

.team-area .team-experts-wrapper {
    margin-top: 36px
}

.team-area .team-experts-wrapper .team-item {
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 30px
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .team-area .team-experts-wrapper .team-item {
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}

.team-area .team-experts-wrapper .team-item .team-img-box {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    position: relative
}

.team-area .team-experts-wrapper .team-item .team-img-box .team__img {
    width: 100%;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.team-area .team-experts-wrapper .team-item .team-img-box .team__img3,
.team-area .team-experts-wrapper .team-item .team-img-box .team__img4,
.team-area .team-experts-wrapper .team-item .team-img-box .team__img5,
.team-area .team-experts-wrapper .team-item .team-img-box .team__img6,
.team-area .team-experts-wrapper .team-item .team-img-box .team__img7 {
    height: auto
}

.team-area .team-experts-wrapper .team-item .team-img-box:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff
}

.team-area .team-experts-wrapper .team-item .team-content {
    padding: 30px 20px 35px 20px;
    border: 1px solid #eee;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    position: relative
}

.team-area .team-experts-wrapper .team-item .team-content .team__title {
    font-size: 22px;
    font-weight: 700;
    color: #025b8a;
    text-transform: capitalize;
    margin-bottom: 3px
}

.team-area .team-experts-wrapper .team-item .team-content .team__meta {
    font-size: 16px;
    color: #677286;
    text-transform: capitalize;
    font-weight: 500
}

.team-area .team-experts-wrapper .team-item .team-content .team__social {
    position: absolute;
    top: -50px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 35px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
    display: inline-flex
}

.team-area .team-experts-wrapper .team-item .team-content .team__social li {
    display: inline-block;
    font-size: 20px;
    margin-right: 15px
}

.team-area .team-experts-wrapper .team-item .team-content .team__social li:last-child {
    margin-right: 0
}

.team-area .team-experts-wrapper .team-item .team-content .team__social li a {
    color: #025b8a;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.team-area .team-experts-wrapper .team-item .team-content .team-read-btn {
    margin-top: 28px
}

.team-area .team-experts-wrapper .team-item .team-content .team-read-btn .theme-button {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.team-area .team-experts-wrapper .team-item:hover .team-content .team__social {
    top: -30px;
    opacity: 1;
    visibility: visible;
    background-color: #64b2e5
}

.team-area .team-experts-wrapper .team-item:hover .team-content .team__social li a {
    color: #fff
}

.team-area .team-experts-wrapper .team-item:hover .team-content .team__social li a:hover {
    color: #025b8a
}

.team-area .team-experts-wrapper2 .team-item {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.team-area .team-experts-wrapper2 .team-item .team-content {
    border-top: 3px solid #025b8a;
    border-bottom: 0;
    border-right: 0;
    border-left: 0
}

.team-area .team-experts-wrapper2 .team-item .team-content .team__social {
    position: absolute;
    top: 30px;
    left: -50px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #025b8a;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.team-area .team-experts-wrapper2 .team-item .team-content .team__social li {
    display: block;
    margin-right: 0
}

.team-area .team-experts-wrapper2 .team-item .team-content .team__social li a {
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #473b76
}

.team-area .team-experts-wrapper2 .team-item .team-content .team__social li:first-child a {
    padding-top: 15px
}

.team-area .team-experts-wrapper2 .team-item .team-content .team__social li:last-child a {
    padding-bottom: 7px;
    border-bottom: 0
}

.team-area .team-experts-wrapper2 .team-item:hover .team-content .team__social {
    left: 0
}

.team-area2 {
    padding-top: 114px
}

.chart-area {
    padding-top: 115px;
    padding-bottom: 115px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .chart-area {
        padding-top: 104px
    }
}

.chart-area .chart-wrapper .chart-item {
    margin-top: -8px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .chart-area .chart-wrapper .chart-item {
        margin-bottom: 100px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .chart-area .chart-wrapper .chart-item {
        margin-bottom: 100px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .chart-area .chart-wrapper .chart-item {
        margin-bottom: 100px
    }
}

@media(max-width:320px) {
    .chart-area .chart-wrapper .chart-item {
        margin-bottom: 80px
    }
}

.chart-area .chart-wrapper .chart-item .sec-heading .sec__title {
    margin-bottom: 28px
}

.chart-area .chart-wrapper .chart-item .sec-heading .sec__desc {
    margin-bottom: 35px
}

.chart-area .chart-wrapper .chart-item .sec-heading .desc__second {
    margin-bottom: 39px
}

.chart-area .chart-wrapper .chart-item .sec-heading .secsemi__title {
    font-size: 20px;
    color: #025b8a;
    font-weight: 700;
    margin-bottom: 15px
}

.chart-area .chart-wrapper .chart-img {
    text-align: center
}

@media(max-width:600px) {
    .chart-area .chart-wrapper .chart-img {
        margin-bottom: 30px
    }
}

@media(max-width:320px) {
    .chart-area .chart-wrapper .chart-img {
        margin-bottom: 0
    }
}

.chart-area .chart-wrapper .line-legend {
    padding-top: 25px;
    padding-left: 18px
}

.chart-area .chart-wrapper .line-legend .chart-legend li {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    color: #025b8a;
    margin-left: 30px;
    font-weight: 500
}

.chart-area .chart-wrapper .line-legend .chart-legend li span {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #4021ba;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -22px;
    top: 6px
}

.chart-area .chart-wrapper .line-legend .chart-legend li span.legend__two {
    background-color: #64b2e5
}

.chart-area2 {
    padding-bottom: 100px
}

.clientlogo-area {
    text-align: center;
    padding-bottom: 30px
}

.clientlogo-area .client-logo .owl-item .client-logo-item {
    display: inline-block
}

.clientlogo-area2 {
    padding-top: 120px;
    padding-bottom: 92px
}

.clientlogo-area3 {
    padding-top: 10px;
    padding-bottom: 34px
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .clientlogo-area3 {
        padding-top: 0
    }
}

.clientlogo-area4 {
    background-color: #f6f8f9;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 15px;
    margin-bottom: 45px
}

.cta-area {
    background-color: #677286;
    padding-top: 24px;
    padding-bottom: 28px;
    background-image: url("../images/img6.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1
}

@media(max-width:320px) {
    .cta-area {
        padding-top: 55px;
        padding-bottom: 72px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .cta-area .sec-heading {
        text-align: center
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .cta-area .sec-heading {
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .cta-area .sec-heading {
        text-align: center
    }
}

.cta-area .sec-heading .sec__title {
    color: #fff
}

.cta-area .sec-heading .sec__title {
    margin-bottom: 20px;
    line-height: 60px
}

@media(max-width:480px) {
    .cta-area .sec-heading .sec__title {
        line-height: 50px
    }
}

.cta-area .cta-btn-box {
    padding-top: 35px;
    text-align: right
}

@media(max-width:1199px) {
    .cta-area .cta-btn-box {
        padding-top: 60px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .cta-area .cta-btn-box {
        text-align: center;
        padding-top: 35px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .cta-area .cta-btn-box {
        text-align: center;
        padding-top: 35px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .cta-area .cta-btn-box {
        text-align: center;
        padding-top: 35px
    }
}

.cta-area .cta-btn-box .cta__btn {
    background-color: #fff;
    color: #64b2e5
}

.cta-area .cta-btn-box .cta__btn:hover {
    background-color: #64b2e5;
    color: #fff
}

.cta-area:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #feffff;
   
}

.cta-area2:after {
    background-color: #fff
}

.package-area {
    padding-top: 197px;
    padding-bottom: 221px;
    position: relative;
    z-index: 1;
    background-color: #f6f8f9;
    overflow: hidden
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .package-area {
        padding-top: 220px;
        padding-bottom: 80px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .package-area {
        padding-top: 250px;
        padding-bottom: 72px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .package-area {
        padding-top: 215px;
        padding-bottom: 55px
    }
}

.package-area:before,
.package-area:after {
    position: absolute;
    left: -25%;
    content: "";
    background-color: #fff;
    width: 150%;
    height: 150px;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -moz-transform-origin: 3% 0;
    -webkit-transform-origin: 3% 0;
    -ms-transform-origin: 3% 0;
    -o-transform-origin: 3% 0;
    transform-origin: 3% 0
}

@media(max-width:320px) {
    .package-area:before,
    .package-area:after {
        height: 50px
    }
}

.package-area:before {
    top: 0
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .package-area:before {
        height: 120px
    }
}

.package-area:after {
    bottom: -150px
}

@media(max-width:320px) {
    .package-area:after {
        bottom: -24px
    }
}

.package-area .package-tab-content {
    margin-top: 28px
}

.package-area .package-tab-content .nav-tabs {
    border: 0
}

.package-area .package-tab-content .nav-tabs li {
    float: none;
    display: inline-block;
    margin-bottom: 0
}

.package-area .package-tab-content .nav-tabs li a {
    background-color: transparent;
    color: #025b8a;
    border: 1px solid #025b8a;
    font-size: 16px;
    text-transform: capitalize;
    padding: 12px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: 600;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-right: 5px
}

.package-area .package-tab-content .nav-tabs li a:hover {
    background-color: #64b2e5;
    color: #fff;
    border-color: #64b2e5
}

.package-area .package-tab-content .nav-tabs li.active a {
    background-color: #64b2e5;
    color: #fff;
    border-color: #64b2e5
}

.package-area .package-tab-content .tab-content {
    margin-top: 89px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .package-area .package-tab-content .tab-content {
        margin-top: 20px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .package-area .package-tab-content .tab-content {
        margin-top: 20px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .package-area .package-tab-content .tab-content {
        margin-top: 20px
    }
}

.package-area .package-tab-content .tab-content .package-content {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 45px 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .package-area .package-tab-content .tab-content .package-content {
        margin-bottom: 30px;
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .package-area .package-tab-content .tab-content .package-content {
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .package-area .package-tab-content .tab-content .package-content {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .package-area .package-tab-content .tab-content .package-content {
        margin-bottom: 30px
    }
}

.package-area .package-tab-content .tab-content .package-content .package__title {
    font-size: 25px;
    text-transform: capitalize;
    color: #025b8a;
    font-weight: 600
}

.package-area .package-tab-content .tab-content .package-content .price__box {
    margin-top: 25px;
    margin-bottom: 34px
}

.package-area .package-tab-content .tab-content .package-content .price__box span {
    display: block
}

.package-area .package-tab-content .tab-content .package-content .price__box .price__price-title {
    font-size: 70px;
    color: #025b8a;
    font-weight: 700;
    margin-bottom: 28px
}

.package-area .package-tab-content .tab-content .package-content .price__box .price__price-title sup {
    font-size: 28px;
    top: 3px;
    vertical-align: top
}

.package-area .package-tab-content .tab-content .package-content .price__box .price__text-text {
    text-transform: capitalize;
    color: #677286;
    font-size: 16px;
    font-weight: 500;
    opacity: .6
}

.package-area .package-tab-content .tab-content .package-content .package__list {
    margin-bottom: 35px;
    border-top: 1px solid #ddd;
    padding-top: 32px
}

.package-area .package-tab-content .tab-content .package-content .package__list li {
    color: #677286;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px
}

.package-area .package-tab-content .tab-content .package-content .package__list li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.package-area .package-tab-content .tab-content .package-content .theme-button {
    padding-right: 45px;
    background-color: #fff;
    color: #025b8a
}

.package-area .package-tab-content .tab-content .package-content .theme-button .fa__arrow {
    right: 22px
}

.package-area .package-tab-content .tab-content .package-content .theme-button:hover .fa__arrow {
    right: 19px
}

.package-area .package-tab-content .tab-content .package-content:hover .theme-button {
    background-color: #64b2e5;
    color: #fff
}

.package-area .package-tab-content .tab-content .package-active {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.package-area .package-tab-content .tab-content .package-active .price__box {
    margin-top: 27px;
    margin-bottom: 32px
}

.package-area .package-tab-content .tab-content .package-active .price__box .price__price-title {
    margin-bottom: 25px
}

.package-area .package-tab-content .tab-content .package-active .package__list {
    padding-top: 30px;
    margin-bottom: 31px
}

.package-area .package-tab-content .tab-content .package-active .theme-button {
    background-color: #64b2e5;
    color: #fff
}

.package-area2 {
    margin-top: 0;
    padding-top: 113px;
    padding-bottom: 141px;
    margin-bottom: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .package-area2 {
        padding-bottom: 45px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .package-area2 {
        padding-bottom: 45px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .package-area2 {
        padding-bottom: 35px
    }
}

.package-area2:after,
.package-area2:before {
    display: none
}

.error-area {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7
}

.error-area .error-circle {
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 10px 40px rgba(39, 80, 254, 0.2);
    -moz-box-shadow: 0 10px 40px rgba(39, 80, 254, 0.2);
    box-shadow: 0 10px 40px rgba(39, 80, 254, 0.2);
    background-color: #fff;
    overflow: hidden
}

.error-area .error-circle:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/dots3.png");
    background-size: cover;
    background-position: center;
    opacity: .3
}

.error-area .error-circle:nth-child(1) {
    top: -5px;
    left: -10px
}

@media(max-width:600px) {
    .error-area .error-circle:nth-child(1) {
        display: none
    }
}

.error-area .error-circle:nth-child(2) {
    top: 20%;
    left: 16%;
    width: 70px;
    height: 70px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .error-area .error-circle:nth-child(2) {
        left: 1%;
        top: 30%
    }
}

.error-area .error-circle:nth-child(3) {
    top: 55%;
    left: 6%;
    width: 60px;
    height: 60px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .error-area .error-circle:nth-child(3) {
        top: 60%;
        left: 14%
    }
}

.error-area .error-circle:nth-child(4) {
    top: auto;
    bottom: 8%;
    left: 15%;
    width: 50px;
    height: 50px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .error-area .error-circle:nth-child(4) {
        left: 6%
    }
}

.error-area .error-circle:nth-child(5) {
    top: 10px;
    left: auto;
    right: 5px
}

@media(max-width:600px) {
    .error-area .error-circle:nth-child(5) {
        display: none
    }
}

.error-area .error-circle:nth-child(6) {
    top: 25%;
    left: auto;
    right: 15%;
    width: 70px;
    height: 70px
}

.error-area .error-circle:nth-child(7) {
    top: auto;
    left: auto;
    bottom: 33%;
    right: 6%;
    width: 60px;
    height: 60px
}

.error-area .error-circle:nth-child(8) {
    top: auto;
    left: auto;
    bottom: 4%;
    right: 14%;
    width: 45px;
    height: 45px
}

.error-area .error-actions {
    position: relative;
    padding-top: 50px;
    z-index: 1
}

@media(max-width:480px) {
    .error-area .error-actions {
        padding-bottom: 70px
    }
}

.error-area .error-actions .error-logo {
    position: absolute;
    top: 30px;
    left: 120px
}

@media(max-width:480px) {
    .error-area .error-actions .error-logo {
        left: 15px
    }
}

.error-area .error-actions ul {
    position: absolute;
    top: 40px;
    right: 120px
}

@media(max-width:480px) {
    .error-area .error-actions ul {
        right: 15px
    }
}

.error-area .error-actions ul li {
    display: inline-block;
    margin-right: 10px
}

.error-area .error-actions ul li:last-child {
    margin-right: 0
}

.error-area .error-actions ul li a {
    color: #025b8a;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    padding-bottom: 4px
}

.error-area .error-actions ul li a:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #64b2e5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.error-area .error-actions ul li a:hover {
    color: #64b2e5
}

.error-area .error-actions ul li a:hover:after {
    width: 100%;
    right: auto;
    left: 0
}

.error-area .error-content {
    text-align: center
}

.error-area .error-content img {
    width: 80%
}

@media(max-width:375px) {
    .error-area .error-content img {
        width: 100%
    }
}

.error-area .error-content .error-title {
    font-size: 45px;
    color: #025b8a;
    font-weight: 700;
    margin-bottom: 30px
}

@media(max-width:375px) {
    .error-area .error-content .error-title {
        line-height: 50px;
        margin-bottom: 20px
    }
}

.error-area .error-content .error-desc {
    font-size: 18px;
    color: #677286;
    line-height: 30px;
    margin-bottom: 32px;
    font-weight: 500;
    width: 435px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .error-area .error-content .error-desc {
        width: 100%
    }
}

.error-area .error-content .error-desc a {
    color: #64b2e5;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.error-area .error-content .error-desc a:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #64b2e5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.error-area .error-content .error-desc a:hover:after {
    width: 100%;
    right: auto;
    left: 0
}

.error-area .error-content .or-box {
    margin-bottom: 40px
}

.error-area .error-content .or-box span {
    color: #025b8a;
    font-size: 35px;
    font-weight: 600;
    width: 60px;
    height: 60px;
    line-height: 55px;
    background-color: #fceaee;
    opacity: .8;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative
}

.error-area .error-content .or-box span:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f7f7f7
}

.error-area .error-content .go-back-btn {
    background-color: #025b8a;
    color: #fff;
    padding-left: 40px;
    padding-right: 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.error-area .error-content .go-back-btn i {
    position: absolute;
    top: 19px;
    left: 25px;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.error-area .error-content .go-back-btn:hover {
    background-color: #64b2e5
}

.error-area .error-content .go-back-btn:hover i {
    left: 22px
}

.error-area .copy-right {
    color: #677286;
    font-weight: 500;
    position: relative;
    margin-top: 80px;
    padding-top: 45px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    border-top: 1px solid #eee
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .error-area .copy-right {
        margin-top: 50px;
        display: block;
        text-align: center
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .error-area .copy-right {
        margin-top: 50px;
        display: block;
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .error-area .copy-right {
        margin-top: 50px;
        display: block;
        text-align: center
    }
}

.error-area .copy-right a {
    color: #64b2e5
}

.error-area .copy-right .copy__desc {
    flex: 1;
    text-align: left;
    font-family: "Barlow", sans-serif
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .error-area .copy-right .copy__desc {
        text-align: center
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .error-area .copy-right .copy__desc {
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .error-area .copy-right .copy__desc {
        text-align: center
    }
}

.error-area .copy-right .copy__desc i {
    animation: heartBeat 1000ms infinite linear;
    color: #64b2e5
}

.error-area .copy-right .condition-links {
    display: flex
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .error-area .copy-right .condition-links {
        margin-top: 10px;
        display: block
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .error-area .copy-right .condition-links {
        margin-top: 10px;
        display: block
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .error-area .copy-right .condition-links {
        margin-top: 10px;
        display: block
    }
}

.error-area .copy-right .condition-links li {
    border-right: 1px solid #ddd;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .error-area .copy-right .condition-links li {
        display: inline-block
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .error-area .copy-right .condition-links li {
        display: inline-block
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .error-area .copy-right .condition-links li {
        display: inline-block
    }
}

.error-area .copy-right .condition-links li:last-child {
    border-right: 0;
    padding-right: 0
}

.error-area .copy-right .condition-links li a {
    color: #677286;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    padding-bottom: 5px;
    text-transform: capitalize
}

.error-area .copy-right .condition-links li a:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #64b2e5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.error-area .copy-right .condition-links li a:hover {
    color: #64b2e5
}

.error-area .copy-right .condition-links li a:hover:after {
    width: 100%;
    right: auto;
    left: 0
}

.error-area .copy-right:before,
.error-area .copy-right:after {
    position: absolute;
    content: '';
    top: -1px;
    left: 0;
    height: 1px;
    width: 60px;
    background-color: rgba(103, 114, 134, 0.3)
}

.error-area .copy-right:after {
    left: auto;
    right: 0
}

.testimonial-area {
    position: relative;
    padding-top: 13px;
    padding-bottom: 52px;
    overflow: hidden;
   
}

.testimonial-area .random-img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 10px 30px rgba(246, 107, 193, 0.2);
    -moz-box-shadow: 0 10px 30px rgba(246, 107, 193, 0.2);
    box-shadow: 0 10px 30px rgba(246, 107, 193, 0.2)
}

@media(max-width:480px) {
    .testimonial-area .random-img {
        display: none
    }
}

.testimonial-area .random-img:nth-child(1) {
    top: -5px;
    left: -10px
}

@media(max-width:600px) {
    .testimonial-area .random-img:nth-child(1) {
        display: none
    }
}

.testimonial-area .random-img:nth-child(2) {
    top: 26%;
    left: 11%;
    width: 70px;
    height: 70px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .testimonial-area .random-img:nth-child(2) {
        left: 1%;
        top: 30%
    }
}

.testimonial-area .random-img:nth-child(3) {
    top: 55%;
    left: 6%;
    width: 60px;
    height: 60px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .testimonial-area .random-img:nth-child(3) {
        top: 60%;
        left: 14%
    }
}

@media(max-width:800px) {
    .testimonial-area .random-img:nth-child(3) {
        display: none
    }
}

.testimonial-area .random-img:nth-child(4) {
    top: auto;
    bottom: 8%;
    left: 15%;
    width: 50px;
    height: 50px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .testimonial-area .random-img:nth-child(4) {
        left: 6%
    }
}

.testimonial-area .random-img:nth-child(5) {
    top: 10px;
    left: auto;
    right: 5px
}

@media(max-width:600px) {
    .testimonial-area .random-img:nth-child(5) {
        display: none
    }
}

.testimonial-area .random-img:nth-child(6) {
    top: 30%;
    left: auto;
    right: 10%;
    width: 70px;
    height: 70px;
   
}

.testimonial-area .random-img:nth-child(7) {
    top: auto;
    left: auto;
    bottom: 30%;
    right: 6%;
    width: 60px;
    height: 60px
}

@media(max-width:800px) {
    .testimonial-area .random-img:nth-child(7) {
        display: none
    }
}

.testimonial-area .random-img:nth-child(8) {
    top: auto;
    left: auto;
    bottom: 3%;
    right: 14%;
    width: 45px;
    height: 45px
}

.testimonial-area .sec-heading .sec__title {
    margin-bottom: 13px
}

.testimonial-area .test-heading .sec__title {
    line-height: 57px;
    width: 630px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .testimonial-area .test-heading .sec__title {
        width: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .testimonial-area .test-heading .sec__title {
        width: auto
    }
}

@media(max-width:480px) {
    .testimonial-area .test-heading .sec__title {
        line-height: 45px
    }
}

.testimonial-area .client-testimonial {
    margin-top: 27px
}

.testimonial-area .client-testimonial .owl-stage-outer {
    padding: 15px 15px;
    margin: 0 -15px
}

.testimonial-area .client-testimonial .testimonial-item .testi__img {
    width: 100px;
    height: 100px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    background-color: #fafafa;
    float: left
}

.testimonial-area .client-testimonial .testimonial-item .testi__img img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid #fff
}

.testimonial-area .client-testimonial .testimonial-item .testi-desc-box {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 2px solid transparent;
    padding: 22px 20px 22px 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 18px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 18px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 18px rgba(82, 85, 90, 0.1)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .testimonial-area .client-testimonial .testimonial-item .testi-desc-box {
        padding-bottom: 55px
    }
}

.testimonial-area .client-testimonial .testimonial-item .testi-desc-box:after {
    position: absolute;
    content: "\f10e";
    bottom: -12px;
    right: 18px;
    font-family: "FontAwesome";
    font-size: 65px;
    color: #025b8a;
    opacity: .1
}

.testimonial-area .client-testimonial .testimonial-item .testi-desc-box:before {
    position: absolute;
    content: '';
    bottom: -14px;
    left: 36px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.testimonial-area .client-testimonial .testimonial-item .testi-desc-box .testi__desc {
    font-size: 16px;
    color: #677286;
    line-height: 28px;
    font-weight: 500
}

.testimonial-area .client-testimonial .testimonial-item .testi-title-box {
    margin-top: 29px;
    margin-left: 120px
}

.testimonial-area .client-testimonial .testimonial-item .testi-title-box .tesi__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #025b8a
}

.testimonial-area .client-testimonial .testimonial-item .testi-title-box .testi__meta {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    color: #025b8a;
    opacity: .5
}

.testimonial-area .client-testimonial .testimonial-item .testi-title-box .testi__rating {
    margin-top: 3px
}

.testimonial-area .client-testimonial .testimonial-item .testi-title-box .testi__rating li {
    display: inline-block;
    color: #64b2e5;
    margin-right: 2px;
    font-size: 14px
}

.testimonial-area .client-testimonial .testimonial-item:hover .testi-desc-box {
    border-color: #64b2e5
}

.testimonial-area .client-testimonial .testimonial-item:hover .testi-desc-box:before {
    border-top-color: #64b2e5
}

.testimonial-area .client-testimonial .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 60px
}

@media(max-width:320px) {
    .testimonial-area .client-testimonial .owl-dots {
        margin-top: 30px
    }
}

.testimonial-area .client-testimonial .owl-dots div {
    width: 14px;
    height: 14px;
    border: 1px solid #025b8a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.testimonial-area .client-testimonial .owl-dots div:hover,
.testimonial-area .client-testimonial .owl-dots div.active {
    background-color: #64b2e5;
    border-color: #64b2e5
}

.testimonial-area2 {
    padding-top: 105px;
    padding-bottom: 200px
}

@media(max-width:320px) {
    .testimonial-area2 {
        padding-bottom: 170px
    }
}

.testimonial-area3 {
    padding-top: 105px
}

.blog-area {
    padding-top: 106px;
    padding-bottom: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-area {
        padding-bottom: 10px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area {
        padding-bottom: 10px
    }
}

@media(max-width:320px) {
    .blog-area {
        padding-bottom: 50px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area .sec-heading {
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .blog-area .sec-heading {
        text-align: left
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-area .sec-heading .blog-heading.pull-left {
        float: none !important
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area .sec-heading .blog-heading.pull-left {
        float: none !important
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .blog-area .sec-heading .blog-heading.pull-left {
        float: none !important
    }
}

.blog-area .sec-heading .theme-button {
    margin-top: 21px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-area .sec-heading .theme-button.pull-right {
        float: none !important;
        margin-top: 10px;
        margin-bottom: 32px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area .sec-heading .theme-button.pull-right {
        float: none !important;
        margin-top: 10px;
        margin-bottom: 32px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .blog-area .sec-heading .theme-button.pull-right {
        float: none !important;
        margin-top: 10px;
        margin-bottom: 32px
    }
}

.blog-area .blog-post-wrapper {
    margin-top: 30px
}

.blog-area .blog-post-wrapper .blog-post-item {
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 30px
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .blog-area .blog-post-wrapper .blog-post-item {
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width:480px) {
    .blog-area .blog-post-wrapper .blog-post-item {
        width: 100%
    }
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-img {
    position: relative;
    -webkit-border-radius: 4px 4px 20px 20px;
    -moz-border-radius: 4px 4px 20px 20px;
    border-radius: 4px 4px 20px 20px
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-img .blog__img {
    width: 100%;
    -webkit-border-radius: 4px 4px 20px 20px;
    -moz-border-radius: 4px 4px 20px 20px;
    border-radius: 4px 4px 20px 20px
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-img:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-img .item-overlay {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #025b8a;
    -webkit-border-radius: 4px 4px 20px 20px;
    -moz-border-radius: 4px 4px 20px 20px;
    border-radius: 4px 4px 20px 20px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    visibility: visible;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-img .item-overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #025b8a;
    font-size: 18px;
    width: 53px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-img .item-overlay a:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -1px;
    width: 35px;
    height: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #025b8a;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-img .item-overlay a:hover {
    background-color: #64b2e5;
    color: #fff
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body {
    padding: 32px 20px 60px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background-color: #fff
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__meta {
    margin-bottom: 5px
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__meta li {
    display: inline-block;
    color: #677286;
    font-size: 15px;
    opacity: .7;
    font-weight: 500;
    text-transform: capitalize
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__meta li a {
    color: #025b8a;
    font-weight: 600;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__meta li a:hover {
    color: #64b2e5
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__title {
    font-size: 22px;
    color: #025b8a;
    font-weight: 700;
    line-height: 28px;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__title:hover {
    color: #64b2e5
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__title {
        font-size: 22px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__title {
        font-size: 22px
    }
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__desc {
    font-size: 16px;
    color: #677286;
    margin-top: 24px;
    margin-bottom: 25px;
    line-height: 28px;
    font-weight: 500
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__bottom li {
    text-transform: capitalize;
    font-size: 16px;
    color: #025b8a
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__bottom li a {
    font-weight: 500;
    color: #025b8a;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__bottom li a.blog__btn {
    float: left;
    padding-right: 35px;
    position: relative
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__bottom li a.blog__btn .fa__arrow {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__bottom li a.blog__btn:hover .fa__arrow {
    right: 22px
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__bottom li a.blog__com {
    float: right
}

.blog-area .blog-post-wrapper .blog-post-item .blog-post-body .post__bottom li a:hover {
    color: #64b2e5
}

.blog-area .blog-post-wrapper .blog-post-item:hover .blog-post-img .item-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.blog-grid-area {
    padding-top: 120px;
    padding-bottom: 10px
}

.blog-grid-area .blog-post-wrapper {
    margin-top: 0
}

.portfolio-area {
    padding-top: 113px;
    padding-bottom: 104px
}

.portfolio-area .col-md-12.portfolio-column .related-post .sec__title {
    font-size: 28px;
    width: auto
}

.portfolio-area .sec-heading .sec__title {
    line-height: 57px;
    margin-bottom: 30px;
    width: 630px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .portfolio-area .sec-heading .sec__title {
        width: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .portfolio-area .sec-heading .sec__title {
        width: auto
    }
}

@media(max-width:480px) {
    .portfolio-area .sec-heading .sec__title {
        line-height: 45px
    }
}

.portfolio-area .portfolio-filter {
    border: 2px solid rgba(103, 114, 134, 0.1);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 15px 0;
    margin: 26px 0 60px 0
}

.portfolio-area .portfolio-filter li {
    display: inline-block;
    padding: 6px 20px;
    cursor: pointer;
    color: #677286;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize
}

@media(max-width:480px) {
    .portfolio-area .portfolio-filter li {
        margin-bottom: 10px
    }
}

.portfolio-area .portfolio-filter li.active,
.portfolio-area .portfolio-filter li:hover {
    background-color: #64b2e5;
    color: #fff;
    -webkit-box-shadow: 0 6px 30px 0 rgba(246, 107, 93, 0.2);
    -moz-box-shadow: 0 6px 30px 0 rgba(246, 107, 93, 0.2);
    box-shadow: 0 6px 30px 0 rgba(246, 107, 93, 0.2)
}

.portfolio-area .portfolio-list .single-portfolio-item .portfolio-inner {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

.portfolio-area .portfolio-list .single-portfolio-item .portfolio-inner .portfolio__img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.portfolio-area .portfolio-list .single-portfolio-item .portfolio-inner .portfolio-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(59, 62, 121, 0.9);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.portfolio-area .portfolio-list .single-portfolio-item .portfolio-inner .portfolio-hover .hover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #025b8a
}

.portfolio-area .portfolio-list .single-portfolio-item .portfolio-inner .portfolio-hover .hover-text a {
    display: block;
    color: #fff
}

.portfolio-area .portfolio-list .single-portfolio-item .portfolio-inner .portfolio-hover .hover-text a h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px
}

.portfolio-area .portfolio-list .single-portfolio-item .portfolio-inner .portfolio-hover .hover-text a span {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #a0aec6
}

.portfolio-area .portfolio-list .single-portfolio-item .portfolio-inner .portfolio-hover .hover-text a:hover h4 {
    color: #64b2e5
}

.portfolio-area .portfolio-list .single-portfolio-item .portfolio-inner:hover .portfolio__img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.portfolio-area .portfolio-list .single-portfolio-item .portfolio-inner:hover .portfolio-hover {
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .portfolio-area .portfolio-list .single-portfolio-item.col-md-4 {
        width: 50%;
        float: left
    }
}

@media(max-width:480px) {
    .portfolio-area .portfolio-list .single-portfolio-item.col-md-4 {
        width: 100%;
        float: none
    }
}

.portfolio-area .single-portfolio-list .single-port-img {
    position: relative
}

.portfolio-area .single-portfolio-list .single-port-img:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.portfolio-area .single-portfolio-list .single-port-img:after {
    position: absolute;
    content: '';
    border: 12px solid rgba(35, 61, 99, 0.1);
    height: 100%;
    width: 100%;
    left: -50px;
    bottom: -49px;
    z-index: -1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.portfolio-area .single-portfolio-list .single-port-img .single__img {
    width: 100%;
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0
}

.portfolio-area .single-portfolio-list .single-port-content {
    margin-top: 30px
}

.portfolio-area .single-portfolio-list .single-port-content .single-port-top {
    border-bottom: 1px solid #eee;
    padding-bottom: 28px;
    margin-bottom: 29px
}

.portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item {
    font-weight: 500
}

.portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item .sp__title {
    font-size: 16px;
    color: #025b8a;
    font-weight: 600;
    text-transform: capitalize
}

.portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item .sp__desc {
    color: #677286
}

.portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item .sp__desc a {
    color: #64b2e5
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item1,
    .portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item2 {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item1,
    .portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item2 {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item1,
    .portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item2 {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item3 {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .portfolio-area .single-portfolio-list .single-port-content .single-port-top .single-port-item3 {
        margin-bottom: 20px
    }
}

.portfolio-area .single-portfolio-list .single-port-content .single-port-bottom {
    margin-bottom: 55px
}

.portfolio-area .single-portfolio-list .single-port-content .single-port-bottom .sp__title {
    font-size: 28px;
    color: #025b8a;
    font-weight: 700;
    margin-bottom: 28px
}

.portfolio-area .single-portfolio-list .single-port-content .single-port-bottom .sp__desc {
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px
}

.portfolio-area .single-portfolio-list .single-port-content .project-list {
    margin-bottom: 41px
}

.portfolio-area .single-portfolio-list .single-port-content .project-list .project-title {
    font-size: 25px;
    color: #025b8a;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px
}

.portfolio-area .single-portfolio-list .single-port-content .project-list .result-title {
    margin-bottom: 30px
}

.portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item .pro-feature li {
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    margin-bottom: 10px
}

.portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item .pro-feature li i {
    margin-right: 5px;
    color: #64b2e5
}

.portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item .pro-feature li:last-child {
    margin-bottom: 0
}

.portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item .sp__desc {
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 28px
}

.portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item .line-legend {
    padding-top: 25px;
    padding-left: 18px
}

.portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item .line-legend li {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    color: #025b8a;
    margin-left: 30px;
    font-weight: 500
}

.portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item .line-legend li span {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #4021ba;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -22px;
    top: 6px
}

.portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item .line-legend li span.legend__two {
    background-color: #64b2e5
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item2 {
        margin-top: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item2 {
        margin-top: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item3 {
        margin-top: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item3 {
        margin-top: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .portfolio-area .single-portfolio-list .single-port-content .project-list .pro-item3 {
        margin-top: 60px
    }
}

.single-portfolio-area {
    padding-top: 122px;
    padding-bottom: 100px
}

.load-more-btn {
    margin-top: 60px
}

.load-more-btn .theme-button i {
    margin-right: 5px
}

.load-more-btn2 {
    margin-top: 30px
}

.case-area {
    padding-top: 10px;
    padding-bottom: 10px
}

.case-area .blog-post-wrapper {
    margin-top: 28px
}

.case-area .blog-post-wrapper .blog-post-item {
    -webkit-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.case-area .blog-post-wrapper .blog-post-item .blog-post-img .blog__img {
    -webkit-border-radius: 4px 4px 20px 20px;
    -moz-border-radius: 4px 4px 20px 20px;
    border-radius: 4px 4px 20px 20px
}

.case-area .blog-post-wrapper .blog-post-item .blog-post-body {
    padding: 0px 25px 35px 25px;
    border: 0;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0
}

.case-area .blog-post-wrapper .blog-post-item .blog-post-body .case__meta {
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    text-transform: capitalize
}

.case-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__title {
    margin-top: 5px;
    font-size: 22px;
    text-align: center;
}

.case-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__desc {
    font-weight: 500;
    font-size: 16px;
    margin-top: 22px;
    margin-bottom: 32px
}

.case-area .blog-post-wrapper .blog-post-item:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

.case-area .load-more-btn {
    margin-top: 35px
}

.case-area2 {
    padding-bottom: 43px
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .case-area2 .sec-heading {
        text-align: center
    }
}

.case-area2 .sec-heading .sec__title {
    margin-bottom: 32px;
    line-height: 55px;
    width: 630px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .case-area2 .sec-heading .sec__title {
        width: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .case-area2 .sec-heading .sec__title {
        width: auto
    }
}

@media(max-width:480px) {
    .case-area2 .sec-heading .sec__title {
        line-height: 45px;
        margin-bottom: 30px
    }
}

.case-area2 .blog-post-wrapper .single-case-slider .owl-dots {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.case-area2 .blog-post-wrapper .single-case-slider .owl-dots div {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 1px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
}

.case-area2 .blog-post-wrapper .single-case-slider .owl-dots div.active,
.case-area2 .blog-post-wrapper .single-case-slider .owl-dots div:hover {
    background-color: #64b2e5;
    border-color: #64b2e5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.case-area2 .blog-post-wrapper .blog-post-item {
    margin-bottom: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .case-area2 .blog-post-wrapper .blog-post-item {
        height: 572px
    }
}

.single-case {
    padding-top: 18px;
    padding-bottom: 17px
}

.single-case .blog-post-wrapper {
    margin-top: 4px
}

.single-case .blog-post-wrapper .blog-post-item {
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    width: auto
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body {
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__title {
    font-size: 25px; text-align: left;
    margin-top: 0
}

@media(max-width:425px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__title {
        line-height: 35px
    }
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__desc {
    margin-bottom: 26px;
    text-align: justify;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__list {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__list {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__list {
        margin-bottom: 40px
    }
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__list li {
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__list li:last-child {
    margin-bottom: 0
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__list li i {
    margin-right: 10px;
    color: #64b2e5
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__list2 {
        margin-bottom: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__list2 {
        margin-bottom: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .blog__list2 {
        margin-bottom: 0
    }
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .tab-content-shared {
    margin-top: 50px
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .tab-content-shared .nav-tabs {
    border-bottom: 0
}

@media(max-width:425px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .tab-content-shared .nav-tabs li {
        float: none;
        margin-bottom: 15px;
        text-align: center
    }
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .tab-content-shared .nav-tabs li a {
    background-color: #025b8a;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0;
    position: relative;
    padding: 12px 30px;
    margin-right: 5px;
    border: 0
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .tab-content-shared .nav-tabs li a:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .tab-content-shared .nav-tabs li.active a {
    background-color: #64b2e5
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .tab-content-shared .nav-tabs li.active a:after {
    border-top: 10px solid #64b2e5
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .tab-content-shared .tab-content {
    margin-top: 25px
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .tab-content-shared .tab-content .tab-desc-box {
    background-color: #fff;
    padding: 22px 25px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0;
    border: 1px dotted #64b2e5;
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .tab-content-shared .tab-content .tab-desc-box .tab__desc {
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    line-height: 28px
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-case-img-box img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-case-img-box .blog__title {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 18px;
    line-height: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-case-img-box .blog__title2 {
        margin-top: 40px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-case-img-box .blog__title2 {
        margin-top: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-case-img-box .blog__title2 {
        margin-top: 40px
    }
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-case-img-box .blog__title2:hover {
    color: #025b8a
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-case-img-box .blog__desc {
    margin-top: 0;
    margin-bottom: 25px
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-case-img-box2 {
    margin-top: 50px;
    margin-bottom: 60px
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .blog__title {
    font-size: 25px;
    margin-top: 0;
    line-height: 30px
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .blog__title:hover {
    color: #025b8a
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .blog__desc {
    margin-top: 18px;
    margin-bottom: 15px
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .blog__desc2 {
    margin-bottom: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .blog__desc2 {
        margin-bottom: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .blog__desc2 {
        margin-bottom: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .blog__desc2 {
        margin-bottom: 60px
    }
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .result-chart {
    width: 100%
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .line-legend {
    padding-top: 25px;
    padding-left: 18px
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .line-legend .chart-legend li {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    color: #025b8a;
    margin-left: 30px;
    font-weight: 500
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .line-legend .chart-legend li span {
    width: 13px;
    height: 13px;
    display: inline-block;
    background-color: #4021ba;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position: absolute;
    left: -20px;
    top: 6px
}

.single-case .blog-post-wrapper .blog-post-item .blog-post-body .single-chart-box .line-legend .chart-legend li span.legend__two {
    background-color: #64b2e5
}

.single-case .blog-post-wrapper .blog-post-item:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.newsleller-area {
    padding-top: 75px;
    padding-bottom: 88px;
    position: relative
}

@media(max-width:480px) {
    .newsleller-area {
        padding-top: 99px
    }
}

@media(max-width:480px) {
    .newsleller-area .sec-heading {
        text-align: center
    }
}

.newsleller-area .sec-heading .sec__title {
    line-height: 54px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .newsleller-area .sec-heading .sec__title {
        margin-bottom: 50px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .newsleller-area .sec-heading .sec__title {
        margin-bottom: 50px
    }
}

@media(max-width:480px) {
    .newsleller-area .sec-heading .sec__title {
        line-height: 45px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .newsleller-area .sec-heading .sec__title {
        margin-bottom: 50px
    }
}

@media(max-width:425px) {
    .newsleller-area .sec-heading .sec__title {
        line-height: 50px
    }
}

.newsleller-area .news-heading {
    margin-bottom: 50px
}

.newsleller-area .news-heading .sec__title {
    margin-bottom: 10px
}

.newsleller-area .contact-form-action {
    padding-left: 0
}

.newsleller-area .contact-form-action .theme-button {
    width: 100%
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .newsleller-area2 {
        padding-top: 30px
    }
}

.newsleller-area2,
.newsleller-area3 {
    padding-bottom: 30px
}

.newsleller-area3 {
    padding-top: 110px
}

.newsleller-area4 {
    padding-top: 60px
}

@media(max-width:320px) {
    .newsleller-area4 {
        padding-top: 30px
    }
}

.newsleller-area4 .news-heading {
    width: 550px;
    margin-left: auto;
    margin-right: auto
}

@media(max-width:600px) {
    .newsleller-area4 .news-heading {
        width: auto
    }
}

.newsleller-area5 {
    padding-top: 113px;
    padding-bottom: 30px
}

@media(max-width:320px) {
    .newsleller-area5 {
        padding-top: 80px
    }
}

.newsleller-area6 {
    padding-top: 89px;
    padding-bottom: 30px
}

.footer-area {
    background-color: #fff;
    padding-top: 108px;
    
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media(max-width:320px) {
    .footer-area {
        padding-top: 110px
    }
}

.footer-area .box-icons {
    position: absolute;
    left: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

@media(max-width:1440px) {
    .footer-area .box-icons {
        display: none
    }
}

.footer-area .box-icons .box-one {
    position: absolute;
    top: -50px;
    left: 110px;
    width: 100px;
    height: 100px;
    border: 3px solid #a0aec6;
    opacity: .3;
    border-radius: 50px;
}

.footer-area .box-icons .box-two {
    position: absolute;
    bottom: -145px;
    left: 55px;
    width: 80px;
    height: 80px;
    border: 3px solid #a0aec6;
    opacity: .2;
    border-radius: 50px;
}

.footer-area .box-icons .box-three {
    position: absolute;
    bottom: -210px;
    left: 25px;
    width: 50px;
    height: 50px;
    border: 3px solid #a0aec6;
    opacity: .1;
    border-radius: 50px;
}

.footer-area:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,128,197,1) 0%, rgba(99,179,226,1) 100%);
    z-index: -1
}

.footer-area:after {
    position: absolute;
    top: -30px;
    left: 0;
    content: "";
    background-color: #fff;
    width: 150%;
    height: 80px;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg)
}

@media(max-width:320px) {
    .footer-area:after {
        height: 35px
    }
}

.footer-area .footer-shared {
    height: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-area .footer-shared {
        height: 375px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer-area .footer-shared {
        margin-bottom: 50px;
        height: 100%
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .footer-area .footer-shared {
        margin-bottom: 50px;
        height: 100%
    }
}

.footer-area .footer-shared .footer-title {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff
}

.footer-area .footer-shared .footer__desc {
    font-size: 16px;
    color: #a0aec6;
    font-weight: 500;
    margin-top: 26px;
    line-height: 28px
}

.footer-area .footer-shared .footer-address-links {
    margin-top: 34px;
    margin-bottom: 35px
}

.footer-area .footer-shared .footer-address-links li {
    font-size: 16px;
    color: #a0aec6;
    font-weight: 500;
    margin-bottom: 25px
}

.footer-area .footer-shared .footer-address-links li:last-child {
    margin-bottom: 0
}

.footer-area .footer-shared .footer-address-links li a {
    display: block;
    color: #edf7ff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    padding-left: 45px
}

.footer-area .footer-shared .footer-address-links li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    position: absolute;
    left: 0;
    top: -5px
}

.footer-area .footer-shared .footer-address-links li a i:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #025b8a
}

.footer-area .footer-shared .footer-address-links li a:hover {
    color: #ffffff; cursor: pointer;
}

.footer-area .footer-shared .footer-address-links li a:hover i {
    background-color: #64b2e5
}

.footer-area .footer-shared .footer-meta {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px
}

.footer-area .footer-shared .footer-link li {
    display: inline-block;
    color: #a0aec6;
    margin-right: 3px
}

.footer-area .footer-shared .footer-link li:last-child {
    margin-right: 0
}

.footer-area .footer-shared .footer-link li a {
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 16px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #677286;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: relative
}

.footer-area .footer-shared .footer-link li a:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #025b8a
}

.footer-area .footer-shared .footer-link li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.footer-area .footer-shared .footer-link li a:hover {
    color: #fff;
    background-color: #64b2e5
}

.footer-area .footer-shared .company-link li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px
}

.footer-area .footer-shared .company-link li a {
    width: auto;
    height: auto;
    display: inline-block;
    background-color: transparent;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: capitalize;
    font-size: 16px;
    line-height: inherit;
    font-weight: 500;
    color: #edf7ff
}

.footer-area .footer-shared .company-link li a:hover {
    background-color: transparent;
    color: #fff; border:none; text-decoration: none;
}

.footer-area .footer-shared .company-link li a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.footer-area .footer-shared .company-link li a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.footer-area .footer-shared .contact-form-action {
    padding-left: 0
}

.footer-area .footer-shared .contact-form-action form .form-group .form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #025b8a;
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0
}

.footer-area .footer-shared .contact-form-action form .form-group .form-control:hover,
.footer-area .footer-shared .contact-form-action form .form-group .form-control:focus {
    -webkit-border-radius: 0 10px 0 10px;
    -moz-border-radius: 0 10px 0 10px;
    border-radius: 0 10px 0 10px
}

.footer-area .footer-shared .contact-form-action form .form-group .message-control {
    height: 80px
}

.footer-area .footer-shared .contact-form-action form .form-group .theme-button {
    background-color: #fff;
    color: #025b8a;
    display: block;
    width: 100%;
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0
}

.footer-area .footer-shared .contact-form-action form .form-group .theme-button:hover {
    background-color: #64b2e5;
    color: #fff;
    -webkit-border-radius: 0 10px 0 10px;
    -moz-border-radius: 0 10px 0 10px;
    border-radius: 0 10px 0 10px
}

.footer-area .footer-shared .working-wrapper {
    padding: 20px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    border-radius: 20px 0 20px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-left: -50px;
    margin-right: 50px;
    color: #a0aec6;
    font-size: 16px;
    font-weight: 500
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-area .footer-shared .working-wrapper {
        margin-left: 0;
        margin-right: 0
        
    }
    .header-area .header-top .header-top-info .info-list li {
        display: inline-block;
        font-size: 16px;
        color: #fff;
        padding-top: 3px;
        padding-left: 0px;
        position: relative;
        font-weight: 500;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer-area .footer-shared .working-wrapper {
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .footer-area .footer-shared .working-wrapper {
        margin-left: 0;
        margin-right: 0
    }
}

.footer-area .footer-shared .working-wrapper .working__time {
    margin-bottom: 5px
}

.footer-area .footer-shared .working-wrapper .working__time span {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600
}

.footer-area .footer-shared .working-wrapper .workingtime__off {
    margin-top: 24px;
    padding-top: 15px;
    margin-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.footer-area .footer-shared .working-wrapper:hover {
    -webkit-border-radius: 0 20px 0 20px;
    -moz-border-radius: 0 20px 0 20px;
    border-radius: 0 20px 0 20px
}

.footer-area .footer-widget {
    padding-left: 36px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-area .footer-widget {
        padding-left: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer-area .footer-widget {
        padding-left: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .footer-area .footer-widget {
        padding-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-area .footer-widget3 {
        margin-bottom: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer-area .footer-widget3 {
        margin-bottom: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .footer-area .footer-widget3 {
        margin-bottom: 0
    }
}

.footer-area .copyright-content {
  
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 0;
    border-top: 1px solid rgba(160, 174, 198, 0.1);
    width: 100%;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-area .copyright-content {
        text-align: center
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer-area .copyright-content {
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .footer-area .copyright-content {
        text-align: center
    }
}

@media(max-width:320px) {
    .footer-area .copyright-content {
        /* margin-top: 50px */
    }
}

.footer-area .copyright-content .copy__desc {
    font-size: 15px;
    color: #a0aec6;
    font-weight: 600
}

.footer-area .copyright-content .copy__desc a {
    color: #fff;
    position: relative;
    display: inline-block
}

.footer-area .copyright-content .copy__desc a:after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    bottom: 4px;
    left: 0;
    background-color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.footer-area .copyright-content .copy__desc a:hover {
    color: #fff
}

.footer-area .copyright-content .copy__desc a:hover:after {
    width: 100%
}

.footer-area .copyright-content .copy__desc i {
    animation: heartBeat 1000ms infinite linear;
    color: #f67e02
}

.footer-area .copyright-content:before,
.footer-area .copyright-content:after {
    position: absolute;
    content: '';
    top: -1px;
    left: 0;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.3)
}

.footer-area .copyright-content:after {
    left: auto;
    right: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-area .row .col-md-3:nth-child(1),
    .footer-area .row .col-md-3:nth-child(2) {
        margin-bottom: -120px
    }
    .feature-area .feature-box .feature-item .feature__desc {
        font-size: 14px;
        color: #677286;
        line-height: 28px;
        font-weight: 500;
    }
    .feature-area {
        padding-top: 12px;
        padding-bottom: 0px;
        position: relative;
    }
    .timeline-area .timeline-list .happening .happening-content .time__desc {
        font-size: 16px;
        color: #677286;
        line-height: 28px;
        margin-bottom: -28px;
        margin-left: 0px;
        font-weight: 500;
     
    }
}

#back-to-top {
    position: fixed;
    right: 3%;
    bottom: 10%;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background-color: #fff;
    color: #025b8a;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    border: 1px solid #ddd
}

#back-to-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#back-to-top:hover {
    background-color: #003e5d;
    color: #fff;
    border-color: #64b2e5
}

#back-to-top.back-btn-shown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    60% {
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -o-transform: scale(1.04);
        transform: scale(1.04)
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}


.get_eLearning_solutions_outer {
    float: left;
    padding: 25px 0;
    width: 100%;
    background: #fff
}

.get_eLearning_solutions_outer .our_services_innr {
    float: left;
    width: 100%
}

.get_eLearning_solutions_outer .our_services_innr h3 {
    color: #000;
    font: 35px/45px DINPro-Regular;
    margin: 8px 0 0
}

.get_eLearning_solutions_outer .our_services_innr h3 span {
    color: #067cbe
}

.get_eLearning_solutions_outer .our_services_innr p {
    color: #3c3c3c;
    font: 16px/22px DINPro-Regular;
    margin: 13px 111px 60px
}

.get_eLearning_solutions_outer .outer_box_min {
    width: 100%;
    float: left;
    background: #fff;
    
    border-bottom: 0;
    transition: all .1s ease-in-out .5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    border-radius: 12px;
    padding: 20px 20px;
    margin-top: 0px;
}

.get_eLearning_solutions_outer .icon1 {
    background: url(images/Al.png) right top no-repeat;
}

.get_eLearning_solutions_outer .icon2 {
    background: url(images/AR-VR.png) right top no-repeat;
}

.get_eLearning_solutions_outer .icon3 {
    background: url(images/chatbot.png) right top no-repeat
}

.get_eLearning_solutions_outer .icon4 {
    background: url(images/blockchain.png) right top no-repeat
}

.get_eLearning_solutions_outer .icon5 {
    background: url(images/Iot.png) right top no-repeat
}

.get_eLearning_solutions_outer .outer_box_min h3 {
    /* font: 20px/27px DINPro-Regular; */
    color: #444; font-size:20px;
}

.get_eLearning_solutions_outer .outer_box_min .border-small_1 {
    position: absolute;
    top: 125px;
    left: 15%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 65px;
    border-top: 2px solid #858585
}

.get_eLearning_solutions_outer .outer_box_min ul {
    margin: 25px 0 0;
    padding: 0
}

.get_eLearning_solutions_outer .outer_box_min ul li {
    list-style: none;
    padding: 9px 10px 10px 10px;
    background: url(../../images-2/trivel_lisdting.png) 10px 18px no-repeat;
    /* font: 16px/27px DINPro-Regular; */
    color: #444
}

.get_eLearning_solutions_outer .development_services_inner:hover .border-small_1 {
    border-top: 2px solid #fff
}

.get_eLearning_solutions_outer .development_services_inner .border-small_1 {
    position: absolute;
    top: 172px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 65px;
    border-top: 2px solid #858585
}

.get_eLearning_solutions_outer .development_services_inner {
    display: inline-block;
    margin: 33px 0 0;
    padding: 15px 0;
    text-align: center;
    cursor: none;
    width: 100%;
    border: dashed #005f89;
    border-width: 1px;
    min-height: 300px;
    transition: all .5s ease 0s
}

.get_eLearning_solutions_outer .development_services_inner .box1 {
    width: 100%;
    float: left;
    background: url(../../images-2/trivel_icon1.png) top right no-repeat rgba(0, 0, 0, 0)
}

.get_eLearning_solutions_outer .development_services_inner:hover {
    background: #067cbe;
    min-height: 300px;
    border: none!important
}

.get_eLearning_solutions_outer .development_services_inner small.Dservices_icon1,
.get_eLearning_solutions_outer .development_services_inner:hover small.Dservices_icon1 {
    background-position: 20px -10px
}

.get_eLearning_solutions_outer .development_services_inner p {
    font: 20px/26px DINPro-Medium;
    margin: 6px 2px 2px;
    color: #2a2a2a;
    min-height: 2px
}

.get_eLearning_solutions_outer .development_services_inner:hover p {
    color: #fff;
    min-height: 2px
}

.get_eLearning_solutions_outer .development_services_inner span {
    display: inline-block;
    font: 16px/27px DINPro-Regular;
    padding: 30px 15px 10px 10px;
    color: #2a2a2a
}

.get_eLearning_solutions_outer .development_services_inner:hover span {
    color: #fff
}

.get_eLearning_solutions_outer .development_services_inner small.Dservices_icon2,
.get_eLearning_solutions_outer .development_services_inner:hover small.Dservices_icon2 {
    background-position: 26px -240px
}

.get_eLearning_solutions_outer .development_services_inner small.Dservices_icon3,
.get_eLearning_solutions_outer .development_services_inner:hover small.Dservices_icon3 {
    background-position: 29px -515px
}

.get_eLearning_solutions_outer .development_services_inner small.Dservices_icon4,
.get_eLearning_solutions_outer .development_services_inner:hover small.Dservices_icon4 {
    background-position: 20px -816px
}

.get_eLearning_solutions_outer .development_services_inner small.Dservices_icon5,
.get_eLearning_solutions_outer .development_services_inner:hover small.Dservices_icon5 {
    background-position: 24px -1181px
}

.get_eLearning_solutions_outer .development_services_inner small.Dservices_icon6,
.get_eLearning_solutions_outer .development_services_inner:hover small.Dservices_icon6 {
    background-position: 18px -1521px
}

.get_eLearning_solutions_outer .development_services_inner small {
    background: url(../../images-2/php_page_service_sprite040618.png) no-repeat rgba(0, 0, 0, 0);
    display: inline-block;
    height: 70px;
    text-align: center;
    width: 115px
}

.get_eLearning_solutions_outer .development_services_inner:hover small {
    background: url(../../images-2/php_page_service_sprite_hover040618.png) no-repeat rgba(0, 0, 0, 0);
    display: inline-block;
    height: 70px;
    text-align: center;
    width: 115px
}

.get_eLearning_solutions_outer .request_MorInfo {
    float: left;
    margin-top: 50px;
    width: 100%;
    margin-bottom: 30px;
    text-align: center
}

.get_eLearning_solutions_outer .request_MorInfo a {
    font: 19px/50px DINPro-Bold;
    border: dashed #067cbe;
    border-width: 2px;
    display: inline-block;
    color: #067cbe;
    text-transform: uppercase;
    margin: 0;
    z-index: 10;
    position: relative;
    padding: 0 80px;
    border-radius: 0!important
}

.get_eLearning_solutions_outer .request_MorInfo a:hover {
    border: dashed #e0490e;
    border-width: 2px;
    text-decoration: none;
    color: #e0490e
}



.xyz,
section {
    clear: both
}

.banner-form {
    width: 33.5%;
    float: right;
    border: 1px solid #fff;
    background: #fff;
    margin: 14.5% 0 0 3.5%;
    padding: 10px 0 0;
    position: relative;
    z-index: 9
}

.banner-form h3 {
    font: 22px DINPro-Bold;
    text-transform: uppercase;
    margin: 0
}

.banner-form p {
    font: 14px/24px DINPro-Light;
    margin: 0 0 10px
}

.banner-form input,
.banner-form textarea {
    font: 14px/20px DINPro-Regular;
    color: #066bb9;
    border: none
}

.banner-form form {
    background: #fff;
    padding: 28px 27px 45px
}

.banner-form input {
    width: 89%;
    height: 40px;
    float: left
}

.banner-form input::placeholder {
    color: #066bb9
}

.banner-form textarea {
    width: 100%;
    height: 50px;
    margin: 0 0 10px
}

.banner-form textarea::placeholder {
    color: #066bb9
}

.banner-form button {
    width: 100%;
    font: 18px DINPro-Bold;
    cursor: pointer;
    padding: 13px 0;
    text-transform: uppercase;
    color: #fff;
    border: none;
    display: block;
    background: #015fa8
}

.banner-form .call,
.banner-form .email,
.banner-form .name {
    border-bottom: 1px solid #66a6d7;
    display: block;
    overflow: hidden;
    position: relative;
    clear: both
}

.banner-form button:hover {
    color: #fff;
    background: #61aa0e
}

.banner-form .name {
    margin: 0 0 5px
}

.banner-form .red-err input::placeholder,
.banner-form .red-err textarea::placeholder {
    color: red
}

.banner-form .call::before,
.banner-form .email::before,
.banner-form .name::before {
    width: 24px;
    font-family: "Barlow", sans-serif;
    color: #067cbe;
    float: left
}

.banner-form .name::before {
    content: '\f007';
    font-size: 15px;
    margin: 10px 0 0
}

.banner-form .email {
    margin: 0 0 5px
}

.banner-form .email::before {
    content: '\f0e0';
    font-size: 15px;
    margin: 10px 0 0
}

.banner-form .call {
    margin: 0 0 40px
}

.banner-form .call::before {
    content: '\f095';
    font-size: 17px;
    margin: 10px 0 0
}

.arrow_box .drop,
.arrow_box a {
    font-size: 9px;
    text-transform: uppercase
}

.banner-form .brief {
    border: 1px solid #66a6d7;
    clear: both;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 5px 15px;
    margin: 0 0 30px
}

.banner-from .brief {
    clear: both;
    overflow: hidden
}

.attact-file {
    overflow: hidden
}

.attact-file .fa {
    margin: 10px 15px 0 0;
    display: inline-block;
    float: left
}

.arrow_box {
    position: relative;
    border: 1px solid #066bb9;
    padding: 3px 5px 6px;
    width: 83%;
    float: left;
    margin: 0 0 0 10px
}

.arrow_box:after,
.arrow_box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.arrow_box:after {
    border-color: transparent;
    border-right-color: #ffff;
    border-width: 5px;
    margin-top: -5px
}

.arrow_box:before {
    border-color: rgba(0, 107, 189, 0);
    border-right-color: #066bb9;
    border-width: 6px;
    margin-top: -6px
}

.arrow_box a {
    margin: 0 18px 0 0;
    display: inline-block;
    color: #000
}

.arrow_box a:after {
    content: '|';
    margin-left: 14px
}

.arrow_box .drop {
    border: 1px dashed #000;
    padding: 3px
}

#submitsidebar_form {
    width: 100%;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .3);
    font: 18px DINPro-Bold;
    cursor: pointer;
    padding: 13px 0;
    text-transform: uppercase;
    color: #fff;
    border: none;
    display: block;
    text-align: center;
    background: #015fa8
}

#submitsidebar_form:hover {
    color: #fff;
    background: #61aa0e;
    text-decoration: none!important
}

.notshow {
    display: none!important
}

#image-list input,
.Url-box .okButton2 a:after,
.attact-file canvas {
    display: none
}

.attact-file p {
    font: 11px/24px DINPro-Light
}

.Url-box .link_url2 {
    border-bottom: 1px solid #ccc!important;
    width: 80%;
    float: left
}

.Url-box .okButton2 {
    float: left;
    margin: 10px 0 0
}

.Url-box .okButton2 a {
    padding: 5px 10px;
    background: #000;
    color: #fff;
    float: left;
    margin: 0!important
}

#image-list {
    width: 100%;
    margin: 0 0 10px;
    background: 0 0;
    height: 42px;
    overflow: auto
}

#image-list li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    background: #e1e1e1;
    margin: 2px
}

#image-list p {
    display: inline-block;
    margin: 5px 0 10px 5px;
    color: #000;
    padding: 0
}

#image-list span {
    display: inline-block;
    margin: 5px 10px 10px 0;
    float: right
}

.psd-conversion .banner-area {
    background: url(../../images/drupal-banner.jpg) center no-repeat;
    background-size: cover!important;
    padding: 0 0 50px;
    overflow: hidden
}

.psd-conversion .our-services {
    clear: both;
    padding: 60px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 99
}

.psd-conversion .services-box {
    clear: both;
    margin: 0 0 35px
}

.psd-conversion .services-box .icon {
    margin: 0 0 10px;
    display: block
}

.psd-conversion .services-box h3 {
    font: 20px/30px DINPro-Medium
}

.psd-conversion .services-box h3::after {
    width: 64px;
    height: 2px;
    background: #7f7f7f;
    margin: 10px auto 20px;
    content: '';
    display: block
}

.psd-conversion .services-box p {
    font: 16px/25px DINPro-Regular;
    color: #000
}

.psd-conversion .services-box a {
    color: #000;
    text-decoration: none
}

.psd-conversion .services-box a:hover {
    color: #066bb9;
    text-decoration: none
}

.psd-conversion .services-box2 {
    clear: both;
    margin: 35px 0;
    text-align: center
}

.psd-conversion .services-box2 .icon {
    width: 88px;
    height: 88px;
    background: #066bb9;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto 10px;
    display: block
}

.psd-conversion .services-box2 h3 {
    font: 20px/30px DINPro-Medium
}

.psd-conversion .services-box2 h3::after {
    width: 64px;
    height: 2px;
    background: #7f7f7f;
    margin: 10px auto 20px;
    content: '';
    display: block
}

.psd-conversion .services-box2 p {
    font: 16px/25px DINPro-Regular;
    color: #000
}

.psd-conversion .choose-box h3,
.psd-conversion .model-box h3 {
    font: 20px/30px DINPro-Medium
}

.psd-conversion .services-box2 a {
    color: #000;
    text-decoration: none
}

.psd-conversion .services-box2 a:hover {
    color: #066bb9;
    text-decoration: none
}

.psd-conversion .choose-box {
    background: #fff;
    border: 1px dashed #066bb9;
    min-height: 310px;
    padding: 50px 25px 30px;
    margin: 15px 0;
    transition: all .5s ease 0s;
    position: relative
}

.psd-conversion .choose-box p {
    font: 16px/25px DINPro-Regular;
    color: #2a2a2a
}

.psd-conversion .choose-box p::before {
    background: #7f7f7f;
    width: 64px;
    height: 2px;
    margin: 20px auto 10px;
    content: '';
    display: block
}

.psd-conversion .choose-box:hover {
    background: #066bb9
}

.psd-conversion .choose-box:hover h3,
.psd-conversion .choose-box:hover p {
    color: #fff
}

.psd-conversion .choose-box:hover p::before {
    background: #fff
}

.psd-conversion .typeicon {
    background: #066bb9;
    width: 83px;
    height: 83px;
    color: #fff;
    border: 2px solid #066bb9;
    position: absolute;
    top: -40px;
    left: 38%;
    border-radius: 0 50px 50px
}

.psd-conversion .ml-choose-box h3,
.psd-conversion .ml-choose-box h3 a {
    font: 30px/30px DINPro-Medium;
    color: #000
}

.psd-conversion .choose-box:hover .typeicon {
    background: #fff
}

.psd-conversion .choose-box .typeicon img {
    display: none;
    margin: 0 auto
}

.psd-conversion .choose-box .typeicon img:first-child {
    display: block
}

.psd-conversion .choose-box:hover .typeicon img {
    display: none
}

.psd-conversion .choose-box:hover .typeicon img+img {
    display: block
}

.psd-conversion .ch-height2 {
    min-height: 335px;
    margin: 40px 0 0
}

.psd-conversion .ch-height {
    min-height: 280px;
    text-align: left
}

.product-slider { padding: 0px; }

.product-slider #carousel { border: 2px solid #1089c0; margin: 0; }

.product-slider #thumbcarousel { margin: 12px 0 0; padding: 0 45px; }

.product-slider #thumbcarousel .item { text-align: center; }

.product-slider #thumbcarousel .item .thumb { border: 4px solid #cecece; width: 20%; margin: 0 2%; display: inline-block; vertical-align: middle; cursor: pointer; max-width: 98px; }

.product-slider #thumbcarousel .item .thumb:hover { border-color: #1089c0; }

.product-slider .item img { width: 100%; height:auto; }

.carousel-control { color: #0284b8; text-align: center; text-shadow: none; font-size: 30px; width: 30px; height: 30px; line-height: 20px; top: 23%; }

.carousel-control:hover, .carousel-control:focus, .carousel-control:active { color: #333; }

.carousel-caption, .carousel-control .fa { font: normal normal normal 30px/26px FontAwesome; }
.carousel-control { background-color: rgba(0, 0, 0, 0); bottom: auto; font-size: 20px; left: 0; position: absolute; top: 30%; width: auto; }

.carousel-control.right, .carousel-control.left { background-color: rgba(0, 0, 0, 0); background-image: none; }






.active1{
    border-bottom: 1px solid #63b2e6;
}
.active2{
    background-color: #025b8a;
  
}

.sofa-item2 ul li{
    padding-top: 0px;
}


/* @media only screen and (min-width:320px) and (max-width:767px) {
   
    .breadcrumb-content .breadcrumb__list ul{
        display: none;
    }
} */


@media only screen and (min-width:320px) and (max-width:767px) {
    .sec__meta{
        text-align: center;
    }
    }

    .health_card_style{
        height: 10px; 
        margin: 0px; 
        padding: 0px;
    }
    .health_card_style img{
        width: 9%;
        float: right;
    }
    @media screen and (min-width: 320px) and (max-width: 480px ){
        .health_card_style img{
            width: 15%;
            float: right;
            }
            .Style Attribute {
                font-size:30px !important;
            }
        
            }

            .btn .btn-info{
              margin-top: 10px !important;
            }

            .aboutsupport-item{
                margin-top:10px;
            }
            

            .tab{
                background-color: #025b8a;
                color: #fff;
                padding-left: 10px;
                padding-right: 10px;
                padding-top: 5px;
                padding-bottom: 5px;
                border-radius:3px;
            }
            .theme-button .fa__arrow1 {
                position: absolute;
                top: 34%;
                right: -2px;
                font-size: 14px;
            }






/*********** Department Start ***********/


.depart-info {
	background: url(../images/bg12.png) no-repeat bottom;
	background-size: cover;
}
.depart-info.p80 {
	padding: 80px 0 50px;
}
.depart-info .deprt-icon-box {
	background: #fff;
	border-radius: 10px;
	text-align: center;
	height: 225px;
	margin: 0 0 28px;
	box-shadow: 0px 5px 15px 0 rgba(0,0,0,.07);
	padding: 40px;
	position: relative;
}
.depart-info .deprt-icon-box img {
	margin: 0 0 20px;
	width: 85px;
	height: 85px;
}
    
.deprt-icon-box h6 {
	line-height: 22px;
	margin: 0 0 12px;
	font-weight: 600;
}
.deprt-icon-box h6 a {
	color: #222;
}
.deprt-icon-box a.rm {
	background: #63b2e4;;
	display: inline-block;
	color: #fff;
	line-height: 24px;
	border-radius: 12px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 15px;
    opacity: 0;
    margin-top: 10px;
}
.deprt-icon-box:hover {
	padding: 20px 40px;
}
.deprt-icon-box:hover a.rm {
	opacity: 1;
}
.deprt-icon-box:hover h6 a {
	color: #d94148;
}
.deprt-icon-box a.rm:hover {
	background: #0081c4;
	color: #fff;
}
a.jobs-link {
	background: #d94148;
	display: block;
	line-height: 52px;
	clear: both;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border-radius: 3px;
    font-family: "Barlow", sans-serif;
	font-size: 18px;
	font-weight: 700;
}
a.jobs-link:hover {
	background: #40407e;
	color: #fff;
}
ul.reports {
	padding: 0;
	margin: 10px 0 0;
	background: #38a1f3;
	list-style: none;
	border-radius: 5px;
	overflow: hidden;
}
ul.reports a {
	color: #fff;
	line-height: 40px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	display: block;
    font-family: "Barlow", sans-serif;
	font-size: 14px;
	padding: 0 20px;
}
ul.reports a:hover {
	background: rgba(0,0,0,.3);
	color: #fff;
}
ul.reports a i {
	margin-right: 10px;
}
.depart-info .emergency-info .panel-group .panel-heading {
	padding: 15px 0 15px 20px;
}
/*********** Department End ***********/

.depart-info .deprt-icon-box {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    height: 225px;
    margin: 0 0 28px;
    box-shadow: 0px 5px 15px 0 rgba(0,0,0,.07);
    padding: 40px;
    position: relative;
}

.deprt-icon-box:hover {
    padding: 20px 40px;
}




.deprt-icon-box{transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;}



    /* .......section....... */

    @import "https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700|Poppins:200,300,400,500,500i,600,700,800&amp;display=swap";
@import "https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700|Poppins:200,300,400,500,500i,600,700,800&amp;display=swap";
.flex-center-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.header-area .main-header-area.sticky {
    background: #a64eee;
    background: -moz-linear-gradient(left, #a64eee 0%, #3c35ce 100%);
    background: -webkit-linear-gradient(left, #a64eee 0%, #3c35ce 100%);
    background: linear-gradient(to right, #a64eee 0%, #3c35ce 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a64eee', endColorstr='#3c35ce', GradientType=1)
}

body {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal
}

.img {
    max-width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a,
.button {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a:focus,
.button:focus,
button:focus {
    text-decoration: none;
    outline: none
}

a:focus {
    text-decoration: none
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none
}

a,
button {
    color: #63b2e6;
    outline: medium
}

h1{
    color:#ffffff;
}

h2{
    color:#ffffff;
}

h3,
h4,
h5 {
    font-family:  "Barlow", sans-serif;
    color: #2788b9;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #2788b9;
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #677286;
    margin-bottom: 13px;
    font-family: "Barlow", sans-serif;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400
}

*::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

*::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1
}

*:-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1
}

*::-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1
}

*::placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1
}


::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
	background-color: #fafafa;
}
::-webkit-scrollbar{
	width: 7px;
	height: 7px;
	background-color: #003e5d;
}
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #003e5d;
}


h3 {
    font-size: 24px
}

.mb-65 {
    margin-bottom: 67px
}

.black-bg {
    background: #020c26!important
}

.white-bg {
    background: #fff
}

.gray-bg {
    background: #f5f5f5
}

.bg-img-1 {
    background-image: url(../img/slider/slider-img-1.html)
}

.bg-img-2 {
    background-image: url(../img/background-img/bg-img-2.html)
}

.cta-bg-1 {
    background-image: url(../img/background-img/bg-img-3.html)
}

.overlay {
    position: relative;
    z-index: 0
}

.overlay::before {
    position: absolute;
    content: "";
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5
}

.overlay2 {
    position: relative;
    z-index: 0
}

.overlay2::before {
    position: absolute;
    content: "";
    background-color: #2e004b;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .6
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px
}

.pt-120 {
    padding-top: 120px
}

.owl-carousel .owl-nav div {
    background: 0 0;
    height: 54px;
    left: 150px;
    line-height: 54px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 54px;
    font-size: 25px;
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 50%;
    left: 50px;
    font-size: 18px;
    line-height: 54px;
    font-size: 20px;
    line-height: 54px;
    color: #fff;
    left: 150px
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 150px
}

.owl-carousel .owl-nav div.owl-next i {
    position: relative;
    right: 0;
    top: 1px
}

.owl-carousel .owl-nav div.owl-prev i {
    position: relative;
    right: 1px;
    top: 0
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible
}

.owl-carousel:hover .owl-nav div:hover {
    color: #fff;
    background: #1f1f1f
}

.mb-20px {
    margin-bottom: 20px
}

.mb-90 {
    margin-bottom: 90px
}

@media(max-width:767px) {
    .mb-90 {
        margin-bottom: 30px
    }
    
}

@media(min-width:768px) and (max-width:991px) {
    .mb-90 {
        margin-bottom: 45px
    }
}

.boxed-btn {
    background: #fff;
    color: #04d2c8;
    display: inline-block;
    padding: 18px 44px;
    font-family: poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #04d2c8;
    letter-spacing: 3px;
    text-align: center;
    color: #04d2c8!important;
    text-transform: uppercase;
    cursor: pointer
}

.boxed-btn:hover {
    background: #04d2c8;
    color: #fff!important;
    border: 1px solid #04d2c8
}

.boxed-btn:focus {
    outline: none
}

.boxed-btn.large-width {
    width: 220px
}

.boxed-btn3 {
    background: #1f1f1f;
    color: #fff;
    display: inline-block;
    padding: 12px 27px;
    font-family: poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    border: 1px solid #1f1f1f;
    text-align: center;
    color: #fff!important;
    text-transform: capitalize;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.boxed-btn3:hover {
    background: #fff;
    color: #1f1f1f!important;
    border: 1px solid #1f1f1f
}

.boxed-btn3:focus {
    outline: none
}

.boxed-btn3.large-width {
    width: 220px
}

.boxed-btn2 {
    background: 0 0;
    color: #fff;
    display: inline-block;
    padding: 18px 24px;
    font-family: poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #fff;
    letter-spacing: 2px;
    text-transform: uppercase
}

.boxed-btn2:hover {
    background: #fff;
    color: #131313!important
}

.boxed-btn2:focus {
    outline: none
}

.line-button {
    color: #919191;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    padding-right: 5px;
    padding-bottom: 2px
}

.line-button::before {
    position: absolute;
    content: "";
    background: #919191;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0
}

.line-button:hover {
    color: #009dff
}

.line-button:hover::before {
    background: #009dff
}

.book_now {
    display: inline-block;
    font-size: 14px;
    color: #009dff;
    border: 1px solid #009dff;
    text-transform: capitalize;
    padding: 10px 25px
}

.book_now:hover {
    background: #009dff;
    color: #fff
}

.boxed_btn {
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    padding: 17px 50px;
    background: #04d2c8;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid transparent;
    display: inline-block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.boxed_btn:hover {
    background: 0 0;
    color: #04d2c8;
    border: 1px solid #04d2c8;
    color: #04d2c8!important
}

.boxed_btn_rev {
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    padding: 17px 50px;
    background: 0 0;
    color: #04d2c8;
    border: 1px solid #04d2c8!important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid transparent;
    display: inline-block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.boxed_btn_rev:hover {
    color: #fff!important;
    background: #04d2c8!important
}

.boxed_btn_orange {
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    padding: 12px 30px;
    background: #fdae5c;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid transparent;
    display: inline-block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.boxed_btn_orange:hover {
    background: 0 0;
    color: #fdae5c;
    border: 1px solid #fdae5c;
    color: #fdae5c!important
}

.boxed_btn_orange2 {
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    padding: 12px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid transparent;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: 0 0;
    color: #fdae5c;
    border: 1px solid #fdae5c;
    display: inline-block
}

.boxed_btn_orange2:hover {
    color: #fff!important;
    background: #fdae5c
}

.section_title h3 {
    font-size: 46px;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: 23px;
    color: #1f1f1f
}

@media(max-width:767px) {
    .section_title h3 {
        font-size: 23px;
        line-height: 30px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .section_title h3 {
        font-size: 32px;
        line-height: 40px
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .section_title h3 {
        font-size: 33px;
        line-height: 40px
    }
}

.section_title p {
    font-size: 17px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    line-height: 28px;
    color: #727272;
    margin-bottom: 0
}

@media(max-width:767px) {
    .section_title p br {
        display: none
    }
}

.mb-100 {
    margin-bottom: 100px
}

@media(max-width:767px) {
    .mb-100 {
        margin-bottom: 40px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .mb-100 {
        margin-bottom: 40px
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .mb-100 {
        margin-bottom: 60px
    }
}

@media(max-width:767px) {
    .mobile_menu {
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 9
    }
}

.slicknav_menu .slicknav_nav {
    background: #fff;
    float: right;
    margin-top: 0;
    padding: 0;
    width: 95%;
    padding: 0;
    border-radius: 0;
    margin-top: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 11px
}

.slicknav_menu .slicknav_nav a:hover {
    background: 0 0;
    color: #4a3600
}

.slicknav_menu .slicknav_nav a.active {
    color: #4a3600
}

@media(max-width:767px) {
    .slicknav_menu .slicknav_nav a i {
        display: none
    }
}

@media(min-width:768px) and (max-width:991px) {
    .slicknav_menu .slicknav_nav a i {
        display: none
    }
}

.slicknav_menu .slicknav_nav .slicknav_btn {
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: -40px;
    position: relative;
    z-index: 99;
    border: 1px solid #ddd;
    top: 3px;
    right: 5px;
    top: -32px
}

.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
    margin-right: 6px;
    margin-top: 3px;
    position: relative;
    padding-bottom: 3px;
    top: -11px;
    right: -5px
}

@media(max-width:767px) {
    .slicknav_menu {
        margin-right: 0
    }
}

.slicknav_nav .slicknav_arrow {
    float: right;
    font-size: 22px;
    position: relative;
    top: -9px
}

.slicknav_btn {
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
    border: none;
    border-radius: 3px;
    top: 5px;
    padding: 5px;
    right: 5px;
    margin-top: -5px;
    top: -31px
}

.slicknav_btn {
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
    border: none;
    border-radius: 3px;
    top: 5px;
    padding: 5px;
    right: 0;
    margin-top: -5px;
    top: -32px
}

.header-area {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

@media(max-width:767px) {
    .header-area {
        padding-top: 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .header-area {
        padding-top: 0
    }
}

.header-area .main-header-area {
    padding: 0 150px
}

@media(max-width:767px) {
    .header-area .main-header-area {
        padding: 10px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .header-area .main-header-area {
        padding: 10px
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .header-area .main-header-area {
        padding: 0 20px
    }
}

@media(min-width:1200px) and (max-width:1500px) {
    .header-area .main-header-area {
        padding: 0 10px
    }
}

.header-area .main-header-area .logo-img {
    text-align: center
}

@media(max-width:767px) {
    .header-area .main-header-area .logo-img {
        text-align: left
    }
}

@media(min-width:768px) and (max-width:991px) {
    .header-area .main-header-area .logo-img {
        text-align: left
    }
    .timeline-area {
        padding-top: 0px !important;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .header-area .main-header-area .logo-img {
        text-align: left
    }
}

.header-area .main-header-area .book_room {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
}

.header-area .main-header-area .book_room .socail_links ul li {
    display: inline-block
}

.header-area .main-header-area .book_room .socail_links ul li a {
    color: #a8a7a0;
    margin: 0 10px;
    font-size: 15px
}

.header-area .main-header-area .book_room .socail_links ul li a:hover {
    color: #fff
}

.header-area .main-header-area .book_room .book_btn {
    margin-left: 30px
}

.header-area .main-header-area .book_room .book_btn a {
    background: 0 0;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #fff;
    color: #fff;
    padding: 14px 20px
}

.header-area .main-header-area .book_room .book_btn a:hover {
    background: #fff;
    color: #000!important;
    border: 1px solid #fff
}

.header-area .main-header-area .main-menu {
    text-align: center
}

.header-area .main-header-area .main-menu ul li {
    display: inline-block;
    position: relative;
    margin-right: 50px
}

@media(min-width:992px) and (max-width:1200px) {
    .header-area .main-header-area .main-menu ul li {
        margin-right: 20px
    }
}

@media(min-width:1200px) and (max-width:1500px) {
    .header-area .main-header-area .main-menu ul li {
        margin-right: 15px
    }
}

.header-area .main-header-area .main-menu ul li a {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    padding: 34px 0;
    font-family: poppins, sans-serif;
    position: relative;
    text-transform: capitalize
}

@media(min-width:992px) and (max-width:1200px) {
    .header-area .main-header-area .main-menu ul li a {
        font-size: 15px
    }
}

@media(min-width:1200px) and (max-width:1500px) {
    .header-area .main-header-area .main-menu ul li a {
        font-size: 15px
    }
}

.header-area .main-header-area .main-menu ul li a i {
    font-size: 9px
}

@media(max-width:767px) {
    .header-area .main-header-area .main-menu ul li a i {
        display: none!important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .header-area .main-header-area .main-menu ul li a i {
        display: none!important
    }
}

.header-area .main-header-area .main-menu ul li a::before {
    position: absolute;
    content: "";
    background: #04d2c8;
    width: 100%;
    height: 3px;
    bottom: -1px;
    left: 0;
    opacity: 0;
    z-index: 9;
    transform: scaleX(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-area .main-header-area .main-menu ul li a:hover::before {
    opacity: 1;
    transform: scaleX(1)
}

.header-area .main-header-area .main-menu ul li a.active::before {
    opacity: 1;
    transform: scaleX(1)
}

.header-area .main-header-area .main-menu ul li a:hover {
    color: #fff
}

.header-area .main-header-area .main-menu ul li .submenu {
    position: absolute;
    left: 0;
    top: 140%;
    background: #fff;
    width: 200px;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, .02);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.header-area .main-header-area .main-menu ul li .submenu li {
    display: block
}

.header-area .main-header-area .main-menu ul li .submenu li a {
    padding: 10px 15px;
    position: inherit;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block;
    color: #000
}

.header-area .main-header-area .main-menu ul li .submenu li a::before {
    display: none
}

.header-area .main-header-area .main-menu ul li .submenu li:hover a {
    color: #000
}

.header-area .main-header-area .main-menu ul li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.header-area .main-header-area .main-menu ul li:hover>a::before {
    opacity: 1;
    transform: scaleX(1)
}

.header-area .main-header-area .main-menu ul li:first-child a {
    padding-left: 0
}

.header-area .main-header-area.sticky {
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 999;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1);
    padding: 0 150px
}

@media(max-width:767px) {
    .header-area .main-header-area.sticky {
        padding: 10px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .header-area .main-header-area.sticky {
        padding: 10px
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .header-area .main-header-area.sticky {
        padding: 0 20px
    }
}

@media(min-width:1200px) and (max-width:1500px) {
    .header-area .main-header-area.sticky {
        padding: 0 20px
    }
}

.header-area .main-header-area.sticky .main-menu {
    padding: 0
}

.header-area .log_chat_area {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
}

.header-area .log_chat_area .login {
    font-size: 16px;
    margin-right: 50px;
    text-transform: capitalize;
    color: #fff
}

@media(min-width:992px) and (max-width:1200px) {
    .header-area .log_chat_area .login {
        margin-right: 7px
    }
}

.header-area .log_chat_area .login i {
    color: #fff;
    padding-right: 12px
}

.header-area .log_chat_area .login span {
    font-size: 16px
}

.header-area .log_chat_area .live_chat_btn a {
    color: #fff
}

@media(min-width:992px) and (max-width:1200px) {
    .header-area .log_chat_area .live_chat_btn a {
        padding: 12px;
        font-size: 13px
    }
}

@media(min-width:1200px) and (max-width:1500px) {
    .header-area .log_chat_area .live_chat_btn a {
        font-size: 13px;
        padding: 12px 25px
    }
}

.header-area .log_chat_area .live_chat_btn a i {
    padding-right: 7px
}

.slider_bg_1 {
    background-image: url(../img/banner/banner.png)
}

.slider_area .single_slider {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.slider_area .single_slider .illastrator_png {
    position: relative;
    right: 63px
}

@media(min-width:1200px) and (max-width:1500px) {
    .slider_area .single_slider .illastrator_png {
        right: 0
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .slider_area .single_slider .illastrator_png {
        right: 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .slider_area .single_slider .illastrator_png {
        right: 0
    }
}

@media(max-width:767px) {
    .slider_area .single_slider .illastrator_png {
        right: 0
    }
}

.slider_area .single_slider .illastrator_png img {
    width: 100%
}

@media(max-width:767px) {
    .slider_area .single_slider .slider_info {
        text-align: center
    }
}

.slider_area .single_slider .slider_info h3 {
    color: #fff;
    font-size: 60px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 70px;
    margin-bottom: 50px;
    margin-top: 10px
}

@media(max-width:767px) {
    .slider_area .single_slider .slider_info h3 {
        font-size: 24px;
        letter-spacing: 0;
        line-height: 35px;
        margin-top: 0;
        margin-bottom: 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .slider_area .single_slider .slider_info h3 {
        font-size: 30px;
        line-height: 46px
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .slider_area .single_slider .slider_info h3 {
        font-size: 35px;
        line-height: 45px
    }
}

.about_area {
    padding: 200px 0 270px
}

@media(max-width:767px) {
    .about_area {
        padding: 100px 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .about_area {
        padding: 100px 0
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .about_area {
        padding: 200px 0
    }
}

.about_area .single_about_info {
    position: relative
}

.about_area .single_about_info h3 {
    font-size: 46px;
    line-height: 56px;
    font-weight: 400
}

@media(max-width:767px) {
    .about_area .single_about_info h3 {
        font-size: 25px;
        line-height: 32px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .about_area .single_about_info h3 {
        font-size: 25px;
        line-height: 32px
    }
}

.about_area .single_about_info p {
    font-size: 17px;
    font-weight: 400;
    color: #727272;
    margin-top: 10px;
    margin-bottom: 42px
}

@media(min-width:768px) and (max-width:991px) {
    .about_area .about_tutorials {
        margin-top: 30px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-evenly;
        -moz-justify-content: space-evenly;
        -ms-justify-content: space-evenly;
        justify-content: space-evenly;
        -ms-flex-pack: space-evenly
    }
}

.about_area .about_tutorials span {
    font-size: 60px;
    color: #fff;
    font-weight: 400;
    line-height: 70px
}

@media(min-width:768px) and (max-width:991px) {
    .about_area .about_tutorials span {
        font-size: 35px;
        line-height: 39px
    }
}

.about_area .about_tutorials .text_info {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.about_area .about_tutorials .text_info p {
    color: #fff;
    font-size: 18px
}

.about_area .about_tutorials .courses {
    border-radius: 50%;
    text-align: center;
    top: -5px;
    position: absolute;
    left: 10%;
    z-index: 3
}

@media(max-width:767px) {
    .about_area .about_tutorials .courses {
        position: static;
        margin-top: 30px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .about_area .about_tutorials .courses {
        position: static
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .about_area .about_tutorials .courses {
        left: 0
    }
}

.about_area .about_tutorials .courses .inner_courses {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    text-align: center;
    position: relative
}

@media(max-width:767px) {
    .about_area .about_tutorials .courses .inner_courses {
        width: 290px;
        height: 290px;
        margin: auto
    }
}

@media(min-width:768px) and (max-width:991px) {
    .about_area .about_tutorials .courses .inner_courses {
        width: 200px;
        height: 200px
    }
}

.about_area .about_tutorials .courses .inner_courses::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fd8e5e;
    border-radius: 50%;
    opacity: .7;
    left: 0;
    top: 0
}

.about_area .about_tutorials .courses-blue {
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 0;
    top: -60px
}

@media(max-width:767px) {
    .about_area .about_tutorials .courses-blue {
        position: static;
        margin: 30px 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .about_area .about_tutorials .courses-blue {
        position: static
    }
}

.about_area .about_tutorials .courses-blue .inner_courses {
    width: 310px;
    height: 310px;
    border-radius: 50%;
    text-align: center;
    position: relative
}

@media(max-width:767px) {
    .about_area .about_tutorials .courses-blue .inner_courses {
        width: 290px;
        height: 290px;
        margin: auto
    }
}

@media(min-width:768px) and (max-width:991px) {
    .about_area .about_tutorials .courses-blue .inner_courses {
        width: 200px;
        height: 200px
    }
}

.about_area .about_tutorials .courses-blue .inner_courses::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #5db2ff;
    border-radius: 50%;
    opacity: .7;
    left: 0;
    top: 0
}

.about_area .about_tutorials .courses-sky {
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 27%;
    top: 50%
}

@media(max-width:767px) {
    .about_area .about_tutorials .courses-sky {
        position: static
    }
}

@media(min-width:768px) and (max-width:991px) {
    .about_area .about_tutorials .courses-sky {
        position: static
    }
}

.about_area .about_tutorials .courses-sky .inner_courses {
    width: 310px;
    height: 310px;
    border-radius: 50%;
    text-align: center;
    position: relative
}

@media(max-width:767px) {
    .about_area .about_tutorials .courses-sky .inner_courses {
        width: 290px;
        height: 290px;
        margin: auto
    }
}

@media(min-width:768px) and (max-width:991px) {
    .about_area .about_tutorials .courses-sky .inner_courses {
        width: 200px;
        height: 200px
    }
}

.about_area .about_tutorials .courses-sky .inner_courses::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #04d2c8;
    border-radius: 50%;
    opacity: .7;
    left: 0;
    top: 0
}

.footer_bg_1 {
    background-image: url(../img/banner/footer_bg.png)
}

.footer {
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.footer .footer_top {
    padding-top: 145px;
    padding-bottom: 129px
}

@media(max-width:767px) {
    .footer .footer_top {
        padding-top: 60px;
        padding-bottom: 30px
    }
}

@media(max-width:767px) {
    .footer .footer_top .footer_widget {
        margin-bottom: 30px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .footer .footer_top .footer_widget {
        margin-bottom: 30px
    }
}

.footer .footer_top .footer_widget .footer_title {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 40px
}

@media(max-width:767px) {
    .footer .footer_top .footer_widget .footer_title {
        margin-bottom: 20px
    }
}

.footer .footer_top .footer_widget .footer_logo {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 40px
}

@media(max-width:767px) {
    .footer .footer_top .footer_widget .footer_logo {
        margin-bottom: 20px
    }
}

.footer .footer_top .footer_widget p {
    color: #c7c7c7
}

.footer .footer_top .footer_widget p.footer_text {
    font-size: 16px;
    color: #b2b2b2;
    margin-bottom: 23px;
    font-weight: 400;
    line-height: 28px
}

.footer .footer_top .footer_widget p.footer_text a.domain {
    color: #b2b2b2;
    font-weight: 400
}

.footer .footer_top .footer_widget p.footer_text a.domain:hover {
    color: #fdae5c;
    border-bottom: 1px solid #fdae5c
}

.footer .footer_top .footer_widget p.footer_text.doanar a {
    font-weight: 500;
    color: #b2b2b2
}

.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
    color: #fdae5c;
    border-bottom: 1px solid #fdae5c
}

.footer .footer_top .footer_widget p.footer_text.doanar a.first {
    margin-bottom: 10px
}

.footer .footer_top .footer_widget ul li a {
    font-size: 16px;
    color: #bababa;
    line-height: 42px
}

.footer .footer_top .footer_widget ul li a:hover {
    color: #fdae5c
}

.footer .footer_top .footer_widget .newsletter_form {
    position: relative;
    margin-bottom: 20px
}

.footer .footer_top .footer_widget .newsletter_form input {
    width: 100%;
    height: 45px;
    background: #fff;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    border: none
}

.footer .footer_top .footer_widget .newsletter_form input::placeholder {
    font-size: 16px;
    color: #919191
}

.footer .footer_top .footer_widget .newsletter_form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    font-size: 14px;
    color: #fff;
    background: #fdae5c;
    padding: 10px;
    padding: 0 22px;
    cursor: pointer
}

.footer .footer_top .footer_widget .newsletter_text {
    font-size: 16px;
    color: #bababa
}

.footer .copy-right_text {
    padding-bottom: 30px
}

.footer .copy-right_text .footer_border {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 30px
}

.footer .copy-right_text .copy_right {
    font-size: 16px;
    color: #919191;
    margin-bottom: 0;
    font-weight: 400
}

@media(max-width:767px) {
    .footer .copy-right_text .copy_right {
        font-size: 14px
    }
}

.footer .copy-right_text .copy_right a {
    color: #fdae5c
}

.footer .socail_links {
    margin-top: 47px
}

@media(max-width:767px) {
    .footer .socail_links {
        margin-top: 30px
    }
}

.footer .socail_links ul li {
    display: inline-block
}

.footer .socail_links ul li a {
    font-size: 18px;
    color: #c3b2f0;
    line-height: 42px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    background: #8565e2;
    border-radius: 3px;
    line-height: 50px!important;
    margin-right: 7px
}

.footer .socail_links ul li a:hover {
    color: #fff!important
}

.breadcam_bg {
    background-image: url(../img/banner/bradcam.png)
}

.breadcam_bg_2 {
    background-image: url(../img/banner/bradcam2.png)
}

.bradcam_area {
    padding: 170px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 269px 0 159px
}

@media(max-width:767px) {
    .bradcam_area {
        padding: 150px 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .bradcam_area {
        padding: 150px 0
    }
}

.bradcam_area h3 {
    font-size: 60px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: capitalize
}

@media(max-width:767px) {
    .bradcam_area h3 {
        font-size: 30px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .bradcam_area h3 {
        font-size: 40px
    }
}

.bradcam_area2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 220px 0 180px
}

@media(max-width:767px) {
    .bradcam_area2 {
        padding: 150px 0
    }
}

.bradcam_area2 .breadcam_text h3 {
    font-size: 42px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 50px
}

@media(max-width:767px) {
    .bradcam_area2 .breadcam_text h3 {
        margin-bottom: 20px;
        font-size: 25px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .bradcam_area2 .breadcam_text h3 {
        margin-bottom: 30px;
        font-size: 30px
    }
}

.bradcam_area2 .find_dowmain {
    padding: 0 50px
}

@media(max-width:767px) {
    .bradcam_area2 .find_dowmain {
        padding: 0
    }
}

.bradcam_area2 .find_dowmain .find_dowmain_form {
    width: 100%;
    position: relative
}

.bradcam_area2 .find_dowmain .find_dowmain_form input {
    width: 100%;
    height: 60px;
    background: #fff;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    border: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 20px;
    width: 70%;
    float: left
}

@media(max-width:767px) {
    .bradcam_area2 .find_dowmain .find_dowmain_form input {
        height: 50px
    }
}

.bradcam_area2 .find_dowmain .find_dowmain_form input::placeholder {
    color: #919191;
    font-size: 16px;
    font-weight: 400
}

.bradcam_area2 .find_dowmain .find_dowmain_form button {
    background: #670080;
    width: 30%;
    float: right;
    height: 60px;
    border: none;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer
}

@media(max-width:767px) {
    .bradcam_area2 .find_dowmain .find_dowmain_form button {
        height: 50px
    }
}

.popup_box input {
    width: 100%;
    border: none;
    padding: 0 30px;
    margin-bottom: 20px;
    color: #000;
    border-radius: 3px;
    height: 50px
}

.popup_box input:focus {
    outline: none
}

.popup_box {
    background: #4b38d2;
    display: inline-block;
    width: 558px;
    padding: 60px 40px;
    border-radius: 5px;
    z-index: 9
}

@media(max-width:767px) {
    .popup_box {
        width: 320px;
        padding: 45px 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .popup_box {
        width: 420px!important;
        padding: 45px 30px
    }
}

.popup_box .logo {
    margin-bottom: 50px
}

@media(max-width:767px) {
    .popup_box .logo {
        margin-bottom: 30px
    }
}

.popup_box h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    text-align: left
}

@media(max-width:767px) {
    .popup_box h3 {
        margin-bottom: 15px
    }
}

.popup_box .boxed-btn3 {
    width: 100%;
    text-transform: capitalize
}

.popup_box button {
    width: 100%;
    border-radius: 0
}

.popup_box .doen_have_acc {
    font-size: 16px;
    color: #fff;
    margin-top: 33px;
    font-weight: 400
}

.popup_box .doen_have_acc a {
    color: #fff
}

#test-form,
#test-form2 {
    display: inline-block;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media(max-width:767px) {
    #test-form,
    #test-form2 {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}

#test-form .mfp-close-btn-in .mfp-close,
#test-form2 .mfp-close-btn-in .mfp-close {
    color: #333;
    display: none!important
}

#test-form button.mfp-close,
#test-form2 button.mfp-close {
    display: none!important
}

@media(max-width:767px) {
    #test-form button.mfp-close,
    #test-form2 button.mfp-close {
        display: block!important;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto
    }
}

#test-form button.mfp-close,
#test-form2 button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
    width: 40px;
    height: 40px;
    background: #4a3600;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: absolute;
    right: -6px;
    color: #fff!important
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #2e004b;
    opacity: .8
}

@media(max-width:767px) {
    .gj-picker.gj-picker-md.timepicker {
        width: 310px;
        left: 6px!important
    }
}

@media(max-width:767px) {
    .gj-picker.gj-picker-md.datepicker.gj-unselectable {
        width: 320px;
        left: 0!important
    }
}

.our_latest_blog {
    padding-top: 200px;
    padding-bottom: 170px
}

@media(min-width:768px) and (max-width:991px) {
    .our_latest_blog {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media(max-width:767px) {
    .our_latest_blog {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.our_latest_blog .single_latest_blog {
    margin-bottom: 30px
}

.our_latest_blog .single_latest_blog .thumb {
    overflow: hidden
}

.our_latest_blog .single_latest_blog .thumb img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.our_latest_blog .single_latest_blog .content_blog {
    padding: 35px 4px 30px 0
}

.our_latest_blog .single_latest_blog .content_blog .date p {
    margin-bottom: 0;
    font-size: 14px;
    color: #4d4d4d;
    font-weight: 400
}

.our_latest_blog .single_latest_blog .content_blog .date p a {
    color: #04d2c8
}

.our_latest_blog .single_latest_blog .content_blog .blog_meta h3 {
    font-size: 18px;
    color: #1f1f1f;
    margin-top: 8px;
    margin-bottom: 8px
}

.our_latest_blog .single_latest_blog .content_blog .blog_meta h3 a {
    color: #1f1f1f
}

.our_latest_blog .single_latest_blog .content_blog .blog_meta h3 a:hover {
    color: #04d2c8
}

.our_latest_blog .single_latest_blog .content_blog .blog_text {
    font-size: 17px;
    font-weight: 400
}

.our_latest_blog .single_latest_blog:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.subscribe_newsletter {
    background: #04d2c8;
    padding: 100px 0
}

.subscribe_newsletter .newsletter_text h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 400
}

.subscribe_newsletter .newsletter_text p {
    color: #fff
}

.subscribe_newsletter .newsletter_form h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 400
}

.subscribe_newsletter .newsletter_form .newsletter_form input {
    height: 60px;
    width: 70%;
    background: #fff;
    border: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    float: left;
    padding: 30px
}

.subscribe_newsletter .newsletter_form .newsletter_form input::placeholder {
    font-size: 16px;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    color: #919191
}

.subscribe_newsletter .newsletter_form .newsletter_form button {
    background: #fd8e5e;
    border: none;
    cursor: pointer;
    color: #fff;
    width: 30%;
    height: 60px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.courses_details_info {
    padding-top: 190px
}

@media(max-width:767px) {
    .courses_details_info {
        padding-top: 60px
    }
}

.courses_details_info .accordion_heading {
    margin-bottom: 100px
}

@media(max-width:767px) {
    .courses_details_info .accordion_heading {
        margin-bottom: 30px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .courses_details_info .accordion_heading {
        margin-bottom: 30px
    }
}

.courses_details_info .accordion_heading h3 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 0
}

@media(max-width:767px) {
    .courses_details_info .accordion_heading h3 {
        font-size: 28px
    }
}

.courses_details_info #accordion .card h5 button {
    font-size: 17px;
    font-weight: 400;
    color: #677286;
}

@media(max-width:767px) {
    .courses_details_info #accordion .card h5 button {
        font-size: 13px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .courses_details_info #accordion .card h5 button {
        font-size: 18px
    }
}

.courses_details_info #accordion .card h5 button i {
    color: #f1367b;
    padding-right: 15px
}

.courses_details_info #accordion .card .card-body {
    padding: 0 0 20px 50px
}

@media(max-width:767px) {
    .courses_details_info #accordion .card .card-body {
        padding: 0 20px 10px
    }
}

.courses_details_info #accordion .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    background: #fff!important;
    border: 1px solid #e9e5ec;
    border: 5px;
    margin-bottom: 30px;
    border: 1px solid #e9e5ec
}

.courses_details_info #accordion .card .card-header {
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: none;
    /* padding: 14px 0 16px 14px */
}

@media(max-width:767px) {
    .courses_details_info #accordion .card .card-header span {
        display: none
    }
}

.courses_details_info .btn-link.focus,
.courses_details_info .btn-link:focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none
}

.courses_details_info .btn-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent
}

.our_courses {
    padding-top: 200px;
    padding-bottom: 170px
}

@media(max-width:767px) {
    .our_courses {
        padding-top: 50px;
        padding-bottom: 20px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .our_courses {
        padding-top: 80px;
        padding-bottom: 50px
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .our_courses {
        padding-top: 120px;
        padding-bottom: 90px
    }
}

.our_courses .single_course {
    border: 1px solid #e8e8e8;
    padding: 38px 30px;
    position: relative;
    margin-bottom: 30px;
    z-index: 0
}

.our_courses .single_course .icon i {
    color: #fd8e5e;
    font-size: 45px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.our_courses .single_course .icon.blue i {
    color: #04d2c8!important
}

.our_courses .single_course .icon.gradient i {
    color: #d465ef
}

.our_courses .single_course h3 {
    font-size: 18px;
    font-weight: 400;
    color: #1f1f1f;
    margin-bottom: 22px;
    margin-top: 7px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.our_courses .single_course p {
    font-size: 17px;
    color: #727272;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.our_courses .single_course:before {
    position: absolute;
    background: #fd8e5e;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transform-origin: bottom;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    z-index: -1
}

.our_courses .single_course:hover::before {
    transform-origin: top;
    opacity: 1
}

.our_courses .single_course:hover h3 {
    color: #fff
}

.our_courses .single_course:hover p {
    color: #fff
}

.our_courses .single_course:hover .icon i {
    color: #fff!important
}

.our_team_member {
    padding-top: 134px;
    padding-bottom: 130px
}

@media(max-width:767px) {
    .our_team_member {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .our_team_member {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.our_team_member .single_team {
    margin-bottom: 20px
}

.our_team_member .single_team .thumb {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.our_team_member .single_team .thumb img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.our_team_member .single_team .thumb::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../img/team/overlay.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 3
}

.our_team_member .single_team .thumb img {
    width: 100%
}

.our_team_member .single_team .thumb .social_link {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    padding: 30px 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    z-index: 11
}

.our_team_member .single_team .thumb .social_link a {
    margin: 0 10px;
    font-size: 20px;
    color: #ddd
}

.our_team_member .single_team .thumb .social_link a:hover {
    color: #fff
}

.our_team_member .single_team .master_name {
    position: relative;
    z-index: 10
}

.our_team_member .single_team .master_name h3 {
    font-size: 24px;
    font-family: poppins, sans-serif;
    color: #1f1f1f;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 0
}

.our_team_member .single_team .master_name p {
    font-size: 14px;
    margin-bottom: 0;
    color: #919191;
    font-weight: 400
}

.our_team_member .single_team:hover .social_link {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}

.our_team_member .single_team:hover .thumb::before {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.our_team_member .single_team:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.find_bg_1 {
    background-image: url(../img/team/img.html)
}

.find_us_area .single_find {
    padding-bottom: 10px
}

.find_us_area .find_info {
    background: #bc9321;
    padding: 70px 0 60px 80px;
    background: #bc9321
}

@media(max-width:767px) {
    .find_us_area .find_info {
        padding: 20px
    }
}

.find_us_area .find_info .find_info_title {
    font-size: 42px;
    font-weight: 400;
    position: relative;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 55px
}

@media(max-width:767px) {
    .find_us_area .find_info .find_info_title {
        font-size: 25px
    }
}

.find_us_area .find_info .find_info_title::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100px;
    height: 2px;
    left: 0;
    bottom: 0
}

.find_us_area .find_info .single_find i {
    font-size: 30px;
    color: #fff
}

.find_us_area .find_info .single_find .find_text {
    padding-left: 20px
}

.find_us_area .find_info .single_find .find_text h3 {
    font-size: 16px;
    color: #000;
    font-weight: 400
}

.find_us_area .find_info .single_find .find_text p {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

@media(max-width:767px) {
    .find_us_area .find_info .single_find .find_text p {
        font-size: 15px
    }
}

.find_us_area .book_btn {
    margin-top: 34px
}

.find_us_area .book_btn a {
    background: 0 0;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #fff;
    color: #fff;
    padding: 14px 20px;
    display: inline-block
}

.find_us_area .book_btn a:hover {
    background: #fff;
    color: #000!important;
    border: 1px solid #fff
}

.courses_details_banner {
    background-image: url(../img/banner/bradcam2.png);
    padding-top: 286px;
    padding-bottom: 186px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media(max-width:767px) {
    .courses_details_banner {
        padding-top: 150px;
        padding-bottom: 150px
    }
}

.courses_details_banner .course_text h3 {
    font-size: 46px;
    color: #fff;
    line-height: 56px;
    font-weight: 400;
    font-family: poppins, sans-serif
}

@media(max-width:767px) {
    .courses_details_banner .course_text h3 {
        font-size: 30px;
        line-height: 36px
    }
}

.courses_details_banner .course_text .prise span {
    font-size: 30px;
    font-weight: 400;
    font-family: poppins, sans-serif
}

@media(max-width:767px) {
    .courses_details_banner .course_text .prise span {
        font-size: 20px
    }
   
}

.courses_details_banner .course_text .prise span.inactive {
    color: #fff;
    text-decoration: line-through;
    margin-right: 50px
}

.courses_details_banner .course_text .prise span.active {
    color: #04d2c8
}

.courses_details_banner .course_text .rating {
    margin: 16px 0 15px
}

.courses_details_banner .course_text .rating i {
    color: #fd8e5e;
    font-size: 17px
}

.courses_details_banner .course_text .rating span {
    font-size: 14px;
    color: #fff
}

.courses_details_banner .course_text .hours .video .single_video {
    margin-bottom: 4px
}

.courses_details_banner .course_text .hours .video i {
    color: #ad9eeb;
    font-size: 18px
}

.courses_details_banner .course_text .hours .video span {
    color: #fff;
    font-size: 18px;
    padding-left: 14px;
    font-weight: 400;
    font-family: poppins, sans-serif
}

.courses_details_info {
    padding-top: 0px;
    padding-bottom: 0px
}

@media(max-width:767px) {
    .courses_details_info {
        padding: 50px 0
    }
}

.courses_details_info .single_courses h3 {
    font-size: 30px;
    font-weight: 400;
    color: #025b8a;;
    margin-bottom: 30px
}

.courses_details_info .single_courses h3.second_title {
    margin-top: 30px
}

.courses_details_info .single_courses p {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 0
}

.courses_details_info .courses_sidebar {
    position: relative;
    margin-top: -400px
}

@media(max-width:767px) {
    .courses_details_info .courses_sidebar {
        margin-top: 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .courses_details_info .courses_sidebar {
        margin-top: 0
    }
}

.courses_details_info .courses_sidebar .video_thumb {
    position: relative
}

.courses_details_info .courses_sidebar .video_thumb img {
    width: 100%
}

.courses_details_info .courses_sidebar .video_thumb a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fd8e5e;
    width: 90px;
    height: 90px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 90px;
    text-align: center
}

.courses_details_info .courses_sidebar .author_info {
    border: 1px solid #e8e8e8;
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 40px
}

.courses_details_info .courses_sidebar .author_info p.text_info {
    margin: 14px 0 20px
}

.courses_details_info .courses_sidebar .author_info .auhor_header .thumb {
    float: left
}

.courses_details_info .courses_sidebar .author_info .auhor_header .name {
    position: relative;
    overflow: hidden;
    padding-left: 15px;
    top: 5px
}

.courses_details_info .courses_sidebar .author_info .auhor_header .name h3 {
    font-size: 18px;
    color: #1f1f1f;
    font-weight: 400;
    margin-bottom: 4px
}

.courses_details_info .courses_sidebar .author_info .auhor_header .name p {
    font-size: 14px;
    color: #919191
}

.courses_details_info .courses_sidebar .author_info ul li {
    display: inline-block
}

.courses_details_info .courses_sidebar .author_info ul li a {
    color: #d1d1d1;
    margin-right: 17px
}

.courses_details_info .courses_sidebar .author_info ul li a:hover {
    color: #04d2c8
}

.courses_details_info .courses_sidebar .boxed_btn {
    width: 100%;
    text-align: center
}

.courses_details_info .courses_sidebar .feedback_info {
    border: 1px solid #e8e8e8;
    padding: 35px;
    margin-top: 40px
}

@media(max-width:767px) {
    .courses_details_info .courses_sidebar .feedback_info {
        padding: 25px
    }
}

.courses_details_info .courses_sidebar .feedback_info h3 {
    font-size: 18px;
    color: #1f1f1f;
    font-weight: 400;
    font-family: poppins, sans-serif;
    margin-bottom: 27px
}

.courses_details_info .courses_sidebar .feedback_info p {
    font-size: 14px;
    color: #1f1f1f;
    font-weight: 400;
    font-family: poppins, sans-serif;
    margin-bottom: 0
}

.courses_details_info .courses_sidebar .feedback_info i {
    font-size: 20px;
    color: #feae5c
}

.courses_details_info .courses_sidebar .feedback_info textarea {
    margin-top: 15px;
    border: 1px solid #e8e8e8;
    font-family: poppins, sans-serif;
    font-size: 17px;
    padding: 15px;
    margin-bottom: 30px;
    width: 100%
}

.courses_details_info .courses_sidebar .feedback_info textarea::placeholder {
    font-family: poppins, sans-serif;
    font-size: 17px
}

.testimonial_bg_1 {
    background-image: url(../img/testmonial/testmonial.png)
}

.testimonial_area {
    position: relative;
    z-index: 0;
    padding: 160px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.testimonial_area .testmonial_text p {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    font-family: poppins, sans-serif;
    line-height: 34px;
    margin-top: 26px;
    margin-bottom: 22px
}

@media(max-width:767px) {
    .testimonial_area .testmonial_text p {
        font-size: 18px
    }
}

@media(max-width:767px) {
    .testimonial_area .testmonial_text p br {
        display: none
    }
}

.testimonial_area .testmonial_text span {
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.testimonial_area .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    margin: auto
}

.popular_courses {
    padding-top: 60px;
    padding-bottom: 200px
}

.popular_courses.plus_padding {
    padding-top: 200px
}

@media(max-width:767px) {
    .popular_courses.plus_padding {
        padding-bottom: 100px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .popular_courses.plus_padding {
        padding-bottom: 100px
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .popular_courses.plus_padding {
        padding-bottom: 120px
    }
}

@media(max-width:767px) {
    .popular_courses {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .popular_courses {
        padding-top: 60px;
        padding-bottom: 100px
    }
}

.popular_courses .single_courses {
    margin-bottom: 50px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05)
}

.popular_courses .single_courses .thumb {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.popular_courses .single_courses .thumb img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.popular_courses .single_courses .courses_info {
    padding: 30px 30px 15px
}

.popular_courses .single_courses .courses_info span {
    font-size: 14px;
    color: #4d4d4d;
    font-family: poppins, sans-serif
}

.popular_courses .single_courses .courses_info h3 {
    font-size: 18px;
    color: #1f1f1f;
    font-family: poppins, sans-serif;
    font-weight: 500;
    line-height: 28px;
    margin-top: 11px;
    margin-bottom: 30px
}

@media(max-width:767px) {
    .popular_courses .single_courses .courses_info h3 br {
        display: none
    }
}

@media(min-width:768px) and (max-width:991px) {
    .popular_courses .single_courses .courses_info h3 br {
        display: none
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .popular_courses .single_courses .courses_info h3 br {
        display: none
    }
}

@media large_device {
    .popular_courses .single_courses .courses_info h3 br {
        display: none
    }
}

.popular_courses .single_courses .courses_info h3 a:hover {
    color: #fdae5c
}

.popular_courses .single_courses .courses_info .star_prise {
    border-top: 1px solid #e8e8e8;
    padding-top: 16px
}

.popular_courses .single_courses .courses_info .star_prise .star i {
    font-size: 16px;
    color: #fd8e5e
}

.popular_courses .single_courses .courses_info .star_prise .star span {
    font-weight: 400;
    font-size: 14px;
    color: #919191
}

.popular_courses .single_courses .courses_info .star_prise .prise span {
    font-size: 16px
}

.popular_courses .single_courses .courses_info .star_prise .prise span.offer {
    color: #c7c7c7;
    text-decoration: line-through;
    margin-right: 14px
}

.popular_courses .single_courses .courses_info .star_prise .prise span.active_prise {
    color: #1f1f1f
}

.popular_courses .single_courses:hover .thumb {
    overflow: hidden
}

.popular_courses .single_courses:hover .thumb img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.popular_courses .more_courses {
    margin-top: 30px
}

.popular_courses .course_nav .nav {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 100px;
    border-bottom: 1px solid #e8e8e8
}

@media(max-width:767px) {
    .popular_courses .course_nav .nav {
        margin-bottom: 30px
    }
}

.popular_courses .course_nav .nav li a {
    font-family: poppins, sans-serif;
    font-weight: 500;
    padding: 30px 0;
    font-size: 16px;
    color: #919191
}

@media(max-width:767px) {
    .popular_courses .course_nav .nav li a {
        padding: 10px 0;
        font-size: 15px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .popular_courses .course_nav .nav li a {
        font-size: 13px
    }
}

.popular_courses .course_nav .nav li a.active {
    color: #1f1f1f;
    position: relative;
    z-index: 9
}

.popular_courses .course_nav .nav li a.active::before {
    content: "";
    background: #04d2c8;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    position: absolute
}

.dropdown .dropdown-menu {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.contact-info {
    margin-bottom: 25px
}

.contact-info__icon {
    margin-right: 20px
}

.contact-info__icon i,
.contact-info__icon span {
    color: #8f9195;
    font-size: 27px
}

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a
}

.contact-info .media-body h3 a:hover {
    color: #ff5e13
}

.contact-info .media-body p {
    color: #8a8a8a
}

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px
}

.form-contact label {
    font-size: 14px
}

.form-contact .form-group {
    margin-bottom: 30px
}

.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: 0 0
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none
}

.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999
}

.form-contact textarea {
    border-radius: 0;
    height: 100%!important
}

.modal-message .modal-dialog {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)!important;
    margin: 0;
    max-width: 500px;
    width: 100%
}

.modal-message .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px
}

.modal-message .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: -15px;
    top: -15px;
    padding: 0;
    color: #fff;
    opacity: 1;
    cursor: pointer
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
    display: block;
    text-align: center;
    padding-bottom: 10px
}

.modal-message .modal-dialog .modal-content .modal-header p {
    display: block
}

.contact-section {
    padding: 130px 0 100px
}

@media(max-width:991px) {
    .contact-section {
        padding: 70px 0 40px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .contact-section {
        padding: 80px 0 50px
    }
}

.contact-section .btn_2 {
    background-color: #191d34;
    padding: 18px 60px;
    border-radius: 50px;
    margin-top: 0
}

.contact-section .btn_2:hover {
    background-color: #ff5e13
}

.sample-text-area {
    background: #fff;
    padding: 100px 0 70px
}

.text-heading {
    margin-bottom: 30px;
    font-size: 24px
}

b,
sup,
sub,
u,
del {
    color: #ff5e13
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    color: #828bb2
}

.button-area {
    background: #fff
}

.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee
}

.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px
}

.button-group-area .genric-btn:last-child {
    margin-right: 0
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.genric-btn:focus {
    outline: none
}

.genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px
}

.genric-btn.large {
    line-height: 45px
}

.genric-btn.medium {
    line-height: 30px
}

.genric-btn.small {
    line-height: 25px
}

.genric-btn.radius {
    border-radius: 3px
}

.genric-btn.circle {
    border-radius: 20px
}

.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.genric-btn.arrow span {
    margin-left: 10px
}

.genric-btn.default {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.default:hover {
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.default-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.primary {
    color: #fff;
    background: #ff5e13;
    border: 1px solid transparent
}

.genric-btn.primary:hover {
    color: #ff5e13;
    border: 1px solid #ff5e13;
    background: #fff
}

.genric-btn.primary-border {
    color: #ff5e13;
    border: 1px solid #ff5e13;
    background: #fff
}

.genric-btn.primary-border:hover {
    color: #fff;
    background: #ff5e13;
    border: 1px solid transparent
}

.genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent
}

.genric-btn.success:hover {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff
}

.genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff
}

.genric-btn.success-border:hover {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent
}

.genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent
}

.genric-btn.info:hover {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff
}

.genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff
}

.genric-btn.info-border:hover {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent
}

.genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent
}

.genric-btn.warning:hover {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff
}

.genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff
}

.genric-btn.warning-border:hover {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent
}

.genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent
}

.genric-btn.danger:hover {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff
}

.genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff
}

.genric-btn.danger-border:hover {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent
}

.genric-btn.link {
    color: #415094;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent
}

.genric-btn.link:hover {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.link-border {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline
}

.genric-btn.link-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.disable {
    color: #222, .3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed
}

.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid #ff5e13
}

.progress-table-wrap {
    overflow-x: scroll
}

.progress-table {
    background: #f9f9ff;
    padding: 15px 0 30px;
    min-width: 800px
}

.progress-table .serial {
    width: 11.83%;
    padding-left: 30px
}

.progress-table .country {
    width: 28.07%
}

.progress-table .visit {
    width: 19.74%
}

.progress-table .percentage {
    width: 40.36%;
    padding-right: 50px
}

.progress-table .table-head {
    display: flex
}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
    color: #415094;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500
}

.progress-table .table-row {
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
    display: flex
}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
    display: flex;
    align-items: center
}

.progress-table .table-row .country img {
    margin-right: 15px
}

.progress-table .table-row .percentage .progress {
    width: 80%;
    border-radius: 0;
    background: 0 0
}

.progress-table .table-row .percentage .progress .progress-bar {
    height: 5px;
    line-height: 5px
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
    background-color: #6382e6
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
    background-color: #e66686
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
    background-color: #f09359
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
    background-color: #73fbaf
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
    background-color: #73fbaf
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
    background-color: #6382e6
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
    background-color: #a367e7
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
    background-color: #e66686
}

.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: cover!important;
    height: 200px
}

.list-style {
    width: 14px;
    height: 14px
}

.unordered-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em!important
}

.unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #ff5e13;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%
}

.ordered-list {
    margin-left: 30px
}

.ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #ff5e13;
    font-weight: 500;
    line-height: 1.82em!important
}

.ordered-list li span {
    font-weight: 300;
    color: #828bb2
}

.ordered-list-alpha li {
    margin-left: 30px;
    list-style-type: lower-alpha;
    color: #ff5e13;
    font-weight: 500;
    line-height: 1.82em!important
}

.ordered-list-alpha li span {
    font-weight: 300;
    color: #828bb2
}

.ordered-list-roman li {
    margin-left: 30px;
    list-style-type: lower-roman;
    color: #ff5e13;
    font-weight: 500;
    line-height: 1.82em!important
}

.ordered-list-roman li span {
    font-weight: 300;
    color: #828bb2
}

.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input:focus {
    outline: none
}

.input-group-icon {
    position: relative
}

.input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3
}

.input-group-icon .icon i {
    color: #797979
}

.input-group-icon .single-input {
    padding-left: 45px
}

.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    height: 100px;
    resize: none
}

.single-textarea:focus {
    outline: none
}

.single-input-primary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input-primary:focus {
    outline: none;
    border: 1px solid #ff5e13
}

.single-input-accent {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55
}

.single-input-secondary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359
}

.default-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.default-switch input+label {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ff5e13;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2);
    cursor: pointer
}

.default-switch input:checked+label {
    left: 19px
}

.primary-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.primary-switch input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.primary-switch input+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    border-radius: 8.5px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.primary-switch input+label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2);
    cursor: pointer
}

.primary-switch input:checked+label:after {
    left: 19px
}

.primary-switch input:checked+label:before {
    background: #ff5e13
}

.confirm-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.confirm-switch input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.confirm-switch input+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    border-radius: 8.5px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer
}

.confirm-switch input+label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2);
    cursor: pointer
}

.confirm-switch input:checked+label:after {
    left: 19px
}

.confirm-switch input:checked+label:before {
    background: #4cd3e3
}

.primary-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.primary-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.primary-checkbox input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.primary-checkbox input:checked+label {
    background: url(../img/elements/primary-check.png) no-repeat center center/cover;
    border: none
}

.confirm-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.confirm-checkbox input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.confirm-checkbox input:checked+label {
    background: url(../img/elements/success-check.png) no-repeat center center/cover;
    border: none
}

.disabled-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.disabled-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.disabled-checkbox input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.disabled-checkbox input:disabled {
    cursor: not-allowed;
    z-index: 3
}

.disabled-checkbox input:checked+label {
    background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
    border: none
}

.primary-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.primary-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.primary-radio input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.primary-radio input:checked+label {
    background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
    border: none
}

.confirm-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.confirm-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.confirm-radio input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.confirm-radio input:checked+label {
    background: url(../img/elements/success-radio.png) no-repeat center center/cover;
    border: none
}

.disabled-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.disabled-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.disabled-radio input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.disabled-radio input:disabled {
    cursor: not-allowed;
    z-index: 3
}

.disabled-radio input:checked+label {
    background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
    border: none
}

.default-select {
    height: 40px
}

.default-select .nice-select {
    border: none;
    border-radius: 0;
    height: 40px;
    background: #f9f9ff;
    padding-left: 20px;
    padding-right: 40px
}

.default-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0
}

.default-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 20px
}

.default-select .nice-select .list .option.selected {
    color: #ff5e13;
    background: 0 0
}

.default-select .nice-select .list .option:hover {
    color: #ff5e13;
    background: 0 0
}

.default-select .current {
    margin-right: 50px;
    font-weight: 300
}

.default-select .nice-select::after {
    right: 20px
}

.form-select {
    height: 40px;
    width: 100%
}

.form-select .nice-select {
    border: none;
    border-radius: 0;
    height: 40px;
    background: #f9f9ff;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%
}

.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0
}

.form-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 45px
}

.form-select .nice-select .list .option.selected {
    color: #ff5e13;
    background: 0 0
}

.form-select .nice-select .list .option:hover {
    color: #ff5e13;
    background: 0 0
}

.form-select .current {
    margin-right: 50px;
    font-weight: 300
}

.form-select .nice-select::after {
    right: 20px
}

.mt-10 {
    margin-top: 10px
}

.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee
}

.mb-30 {
    margin-bottom: 30px
}

.mt-30 {
    margin-top: 30px
}

.switch-wrap {
    margin-bottom: 10px
}

.latest-blog-area .area-heading {
    margin-bottom: 70px
}

.blog_area a {
    color: #666!important;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s
}

.blog_area a:hover,
.blog_area a:hover {
    background: -webkit-linear-gradient(131deg, #8A47E5 0%, #8A47E5 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s
}

.single-blog {
    overflow: hidden;
    margin-bottom: 30px
}

.single-blog:hover {
    box-shadow: 0 10px 20px 0 rgba(42, 34, 123, .1)
}

.single-blog .thumb {
    overflow: hidden;
    position: relative
}

.single-blog .thumb:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.single-blog h4 {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 34px;
    margin-bottom: 25px
}

.single-blog a {
    font-size: 20px;
    font-weight: 600
}

.single-blog .date {
    color: #666;
    text-align: left;
    display: inline-block;
    font-size: 13px;
    font-weight: 300
}

.single-blog .tag {
    text-align: left;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 300;
    margin-right: 22px;
    position: relative
}

.single-blog .tag:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background: #acacac;
    right: -12px;
    top: 7px
}

@media(max-width:1199px) {
    .single-blog .tag {
        margin-right: 8px
    }
    .single-blog .tag:after {
        display: none
    }
}

.single-blog .likes {
    margin-right: 16px
}

@media(max-width:800px) {
    .single-blog {
        margin-bottom: 30px
    }
}

.single-blog .single-blog-content {
    padding: 30px
}

.single-blog .single-blog-content .meta-bottom p {
    font-size: 13px;
    font-weight: 300
}

.single-blog .single-blog-content .meta-bottom i {
    color: #fdcb9e;
    font-size: 13px;
    margin-right: 7px
}

@media(max-width:1199px) {
    .single-blog .single-blog-content {
        padding: 15px
    }
}

.single-blog:hover .thumb:after {
    opacity: .7;
    -webkit-transition: .5s;
    transition: .5s
}

@media(max-width:1199px) {
    .single-blog h4 {
        transition: all 300ms linear 0s;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 14px;
        margin-bottom: 12px
    }
    .single-blog h4 a {
        font-size: 18px
    }
}

.full_image.single-blog {
    position: relative
}

.full_image.single-blog .single-blog-content {
    position: absolute;
    left: 35px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

@media(min-width:992px) {
    .full_image.single-blog .single-blog-content {
        bottom: 100px
    }
}

.full_image.single-blog h4 {
    -webkit-transition: .5s;
    transition: .5s;
    border-bottom: none;
    padding-bottom: 5px
}

.full_image.single-blog a {
    font-size: 20px;
    font-weight: 600
}

.full_image.single-blog .date {
    color: #fff
}

.full_image.single-blog:hover .single-blog-content {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s;
    transition: .5s
}

.l_blog_item .l_blog_text .date {
    margin-top: 24px;
    margin-bottom: 15px
}

.l_blog_item .l_blog_text .date a {
    font-size: 12px
}

.l_blog_item .l_blog_text h4 {
    font-size: 18px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding-bottom: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.l_blog_item .l_blog_text p {
    margin-bottom: 0;
    padding-top: 20px
}

.causes_slider .owl-dots {
    text-align: center;
    margin-top: 80px
}

.causes_slider .owl-dots .owl-dot {
    height: 14px;
    width: 14px;
    background: #eee;
    display: inline-block;
    margin-right: 7px
}

.causes_slider .owl-dots .owl-dot:last-child {
    margin-right: 0
}

.causes_item {
    background: #fff
}

.causes_item .causes_img {
    position: relative
}

.causes_item .causes_img .c_parcent {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 3px;
    background: rgba(255, 255, 255, .5)
}

.causes_item .causes_img .c_parcent span {
    width: 70%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0
}

.causes_item .causes_img .c_parcent span:before {
    content: "75%";
    position: absolute;
    right: -10px;
    bottom: 0;
    color: #fff;
    padding: 0 5px
}

.causes_item .causes_text {
    padding: 30px 35px 40px 30px
}

.causes_item .causes_text h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    cursor: pointer
}

.causes_item .causes_text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0
}

.causes_item .causes_bottom a {
    width: 50%;
    border: 1px solid;
    text-align: center;
    float: left;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.causes_item .causes_bottom a+a {
    border-color: #eee;
    background: #fff;
    font-size: 14px
}

.latest_blog_area {
    background: #f9f9ff
}

.single-recent-blog-post {
    margin-bottom: 30px
}

.single-recent-blog-post .thumb {
    overflow: hidden
}

.single-recent-blog-post .thumb img {
    transition: all .7s linear
}

.single-recent-blog-post .details {
    padding-top: 30px
}

.single-recent-blog-post .details .sec_h4 {
    line-height: 24px;
    padding: 10px 0 13px;
    transition: all .3s linear
}

.single-recent-blog-post .date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.single-recent-blog-post:hover img {
    transform: scale(1.23) rotate(10deg)
}

.tags .tag_btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid #eee;
    display: inline-block;
    padding: 1px 18px;
    text-align: center
}

.tags .tag_btn+.tag_btn {
    margin-left: 2px
}

.blog_categorie_area {
    padding-top: 30px;
    padding-bottom: 30px
}

@media(min-width:900px) {
    .blog_categorie_area {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media(min-width:1100px) {
    .blog_categorie_area {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.categories_post {
    position: relative;
    text-align: center;
    cursor: pointer
}

.categories_post img {
    max-width: 100%
}

.categories_post .categories_details {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(34, 34, 34, .75);
    color: #fff;
    transition: all .3s linear;
    display: flex;
    align-items: center;
    justify-content: center
}

.categories_post .categories_details h5 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    position: relative
}

.categories_post .categories_details p {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0
}

.categories_post .categories_details .border_line {
    margin: 10px 0;
    background: #fff;
    width: 100%;
    height: 1px
}

.categories_post:hover .categories_details {
    background: rgba(222, 99, 32, .85)
}

.blog_item {
    margin-bottom: 50px
}

.blog_details {
    padding: 30px 0 20px 10px;
    box-shadow: 0 10px 20px 0 rgba(221, 221, 221, .3)
}

@media(min-width:768px) {
    .blog_details {
        padding: 60px 30px 35px 35px
    }
}

.blog_details p {
    margin-bottom: 30px
}

.blog_details a {
    color: #ff8b23
}

.blog_details a:hover {
    color: #8446e3
}

.blog_details h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

@media(min-width:768px) {
    .blog_details h2 {
        font-size: 24px;
        margin-bottom: 15px
    }
}

.blog-info-link li {
    float: left;
    font-size: 14px
}

.blog-info-link li a {
    color: #999
}

.blog-info-link li i,
.blog-info-link li span {
    font-size: 13px;
    margin-right: 5px
}

.blog-info-link li::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px
}

.blog-info-link li:last-child::after {
    display: none
}

.blog-info-link::after {
    content: "";
    display: block;
    clear: both;
    display: table
}

.blog_item_img {
    position: relative
}

.blog_item_img .blog_item_date {
    position: absolute;
    bottom: -10px;
    left: 10px;
    display: block;
    color: #fff;
    background-color: #2e004b;
    padding: 8px 15px;
    border-radius: 5px
}

@media(min-width:768px) {
    .blog_item_img .blog_item_date {
        bottom: -20px;
        left: 40px;
        padding: 13px 30px
    }
}

.blog_item_img .blog_item_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2
}

@media(max-width:768px) {
    .blog_item_img .blog_item_date h3 {
        font-size: 30px
    }
    .get_eLearning_solutions_outer .outer_box_min {
        width: 100%;
        float: left;
        background: #fff;
        border-bottom: 0;
        transition: all .1s ease-in-out .5s;
        box-shadow: 0 0 10px rgb(0 0 0 / 50%);
        -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        border-radius: 12px;
        padding: 20px 20px;
        /* margin-top: 143px !important; */
        margin-bottom: 35px;

    }
    .tab-view-spec-class{
        margin-top: 143px !important;
    }
    .tab-view-spec-class1{
        margin-top: 280px !important;
    }
    .get_eLearning_solutions_outer .outer_box_min {
        width: 100%;
        float: left;
        background: #fff;
        border-bottom: 0;
        transition: all .1s ease-in-out .5s;
        box-shadow: 0 0 10px rgb(0 0 0 / 50%);
        -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        border-radius: 12px;
        padding: 20px 20px;
        /* margin-top: 143px; */
    }
}

.blog_item_img .blog_item_date p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff
}

@media(min-width:768px) {
    .blog_item_img .blog_item_date p {
        font-size: 18px
    }
}

.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px
}

.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff
}

.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px
}

.blog_right_sidebar .single_sidebar_widget .btn_1 {
    margin-top: 0
}

.blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0
}

.blog_right_sidebar .search_widget .form-control::placeholder {
    color: #999
}

.blog_right_sidebar .search_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none
}

.blog_right_sidebar .search_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0
}

.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
    font-size: 14px;
    color: #999
}

.blog_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999;
    padding-left: 20px;
    border-radius: 0
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
    color: #999
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none
}

.blog_right_sidebar .newsletter_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
    font-size: 14px;
    color: #999
}

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all .3s ease 0s;
    padding-bottom: 12px
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
    border-bottom: 0
}

.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
    padding-top: 15px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all .3s linear
}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
    color: #fff
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
    margin-top: 20px
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: all .3s ease 0s;
    color: #888;
    font-size: 13px
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #8446e3;
    color: #fff!important;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s
}

.blog_right_sidebar .instagram_feeds .instagram_row {
    display: flex;
    margin-right: -6px;
    margin-left: -6px
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
    width: 33.33%;
    float: left;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 15px
}

.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0
}

.blog-pagination {
    margin-top: 80px
}

.blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0!important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 10px
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
    font-size: 13px
}

.blog-pagination .page-item.active .page-link {
    background-color: #fbf9ff;
    border-color: #f0e9ff;
    color: #888
}

.blog-pagination .page-item:last-child .page-link {
    margin-right: 0
}

.single-post-area .blog_details {
    box-shadow: none;
    padding: 0
}

.single-post-area .social-links {
    padding-top: 10px
}

.single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px
}

.single-post-area .social-links li a {
    color: #ccc;
    padding: 7px;
    font-size: 14px;
    transition: all .2s linear
}

.single-post-area .blog_details {
    padding-top: 26px
}

.single-post-area .blog_details p {
    margin-bottom: 20px;
    font-size: 15px
}

.single-post-area .quote-wrapper {
    background: rgba(130, 139, 178, .1);
    padding: 15px;
    line-height: 1.733;
    color: #888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px
}

@media(min-width:768px) {
    .single-post-area .quote-wrapper {
        padding: 30px
    }
}

.single-post-area .quotes {
    background: #fff;
    padding: 15px 15px 15px 20px;
    border-left: 2px solid
}

@media(min-width:768px) {
    .single-post-area .quotes {
        padding: 25px 25px 25px 30px
    }
}

.single-post-area .arrow {
    position: absolute
}

.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600
}

.single-post-area .thumb .overlay-bg {
    background: rgba(0, 0, 0, .8)
}

.single-post-area .navigation-top {
    padding-top: 15px;
    border-top: 1px solid #f0e9ff
}

.single-post-area .navigation-top p {
    margin-bottom: 0
}

.single-post-area .navigation-top .like-info {
    font-size: 14px
}

.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
    font-size: 16px;
    margin-right: 5px
}

.single-post-area .navigation-top .comment-count {
    font-size: 14px
}

.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
    font-size: 16px;
    margin-right: 5px
}

.single-post-area .navigation-top .social-icons li {
    display: inline-block;
    margin-right: 15px
}

.single-post-area .navigation-top .social-icons li:last-child {
    margin: 0
}

.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
    font-size: 14px;
    color: #999
}

.single-post-area .blog-author {
    padding: 40px 30px;
    background: #fbf9ff;
    margin-top: 50px
}

@media(max-width:600px) {
    .single-post-area .blog-author {
        padding: 20px 8px
    }
}

.single-post-area .blog-author img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 30px
}

@media(max-width:600px) {
    .single-post-area .blog-author img {
        margin-right: 15px;
        width: 45px;
        height: 45px
    }
}

.single-post-area .blog-author a {
    display: inline-block
}

.single-post-area .blog-author a:hover {
    color: #8446e3
}

.single-post-area .blog-author p {
    margin-bottom: 0;
    font-size: 15px
}

.single-post-area .blog-author h4 {
    font-size: 16px
}

.single-post-area .navigation-area {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-top: 55px
}

.single-post-area .navigation-area p {
    margin-bottom: 0
}

.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px
}

.single-post-area .navigation-area .nav-left {
    text-align: left
}

.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-left .thumb img {
    -webkit-transition: .5s;
    transition: .5s
}

.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.single-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: .5
}

@media(max-width:767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px
    }
}

.single-post-area .navigation-area .nav-right {
    text-align: right
}

.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: .5s;
    transition: .5s
}

.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: .5
}

@media(max-width:991px) {
    .single-post-area .sidebar-widgets {
        padding-bottom: 0
    }
}

.comments-area {
    background: 0 0;
    border-top: 1px solid #eee;
    padding: 45px 0;
    margin-top: 50px
}

@media(max-width:414px) {
    .comments-area {
        padding: 50px 8px
    }
}

.comments-area h4 {
    margin-bottom: 35px;
    font-size: 18px
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0
}

.comments-area .comment-list {
    padding-bottom: 48px
}

.comments-area .comment-list:last-child {
    padding-bottom: 0
}

.comments-area .comment-list.left-padding {
    padding-left: 25px
}

@media(max-width:413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size: 12px
    }
    .comments-area .comment-list .single-comment .date {
        font-size: 11px
    }
    .comments-area .comment-list .single-comment .comment {
        font-size: 10px
    }
}

.comments-area .thumb {
    margin-right: 20px
}

.comments-area .thumb img {
    width: 70px;
    border-radius: 50%
}

.comments-area .date {
    font-size: 14px;
    color: #999;
    margin-bottom: 0;
    margin-left: 20px
}

.comments-area .comment {
    margin-bottom: 10px;
    color: #777;
    font-size: 15px
}

.comments-area .btn-reply {
    background-color: transparent;
    color: #888;
    padding: 5px 18px;
    font-size: 14px;
    display: block;
    font-weight: 400
}

.comment-form {
    border-top: 1px solid #eee;
    padding-top: 45px;
    margin-top: 50px;
    margin-bottom: 20px
}

.comment-form .form-group {
    margin-bottom: 30px
}

.comment-form h4 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px
}

.comment-form .name {
    padding-left: 0
}

@media(max-width:767px) {
    .comment-form .name {
        padding-right: 0;
        margin-bottom: 1rem
    }
}

.comment-form .email {
    padding-right: 0
}

@media(max-width:991px) {
    .comment-form .email {
        padding-left: 0
    }
}

.comment-form .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: 0 0
}

.comment-form .form-control:focus {
    outline: 0;
    box-shadow: none
}

.comment-form .form-control::placeholder {
    font-weight: 300;
    color: #999
}

.comment-form .form-control::placeholder {
    color: #777
}

.comment-form textarea {
    padding-top: 18px;
    border-radius: 12px;
    height: 100%!important
}

.comment-form::-webkit-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form::-moz-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form:-ms-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form:-moz-placeholder {
    font-size: 13px;
    color: #777
}

.blog_part {
    margin-bottom: 140px
}

@media(max-width:576px) {
    .blog_part {
        margin-bottom: 0;
        padding: 0 0 70px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .blog_part {
        margin-bottom: 0;
        padding: 0 0 70px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog_part {
        margin-bottom: 0;
        padding: 0 0 70px
    }
}

.blog_part .blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px;
    font-style: inherit!important
}

@media(max-width:576px) {
    .blog_part .single-home-blog {
        margin-bottom: 140px;
        margin-top: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .blog_part .single-home-blog {
        margin-bottom: 140px;
        margin-top: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog_part .single-home-blog {
        margin-bottom: 140px;
        margin-top: 20px
    }
}

.blog_part .single-home-blog .card-img-top {
    border-radius: 0
}

.blog_part .single-home-blog .card {
    border: 0 solid transparent;
    border-radius: 0;
    background-color: transparent;
    position: relative
}

.blog_part .single-home-blog .card .card-body {
    padding: 25px 10px 29px 40px;
    background-color: #fff;
    position: absolute;
    left: 20px;
    bottom: -140px;
    box-shadow: -7.552px 9.326px 20px 0 rgba(1, 84, 85, .1);
    border-radius: 10px
}

@media(max-width:576px) {
    .blog_part .single-home-blog .card .card-body {
        padding: 15px;
        left: 10px;
        bottom: -140px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .blog_part .single-home-blog .card .card-body {
        padding: 15px;
        left: 10px;
        bottom: -140px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .blog_part .single-home-blog .card .card-body {
        padding: 20px
    }
}

.blog_part .single-home-blog .card .card-body a {
    color: #8446e3;
    text-transform: uppercase;
    -webkit-transition: .8s;
    transition: .8s
}

.blog_part .single-home-blog .card .card-body a:hover {
    background: -webkit-linear-gradient(131deg, #ff7e5f 0%, #feb47b 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.blog_part .single-home-blog .card .dot {
    position: relative;
    padding-left: 20px
}

.blog_part .single-home-blog .card .dot:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 5px;
    left: 0;
    background-color: #8446e3;
    border-radius: 50%
}

.blog_part .single-home-blog .card span {
    color: #8a8a8a;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 10px
}

@media(max-width:576px) {
    .blog_part .single-home-blog .card span {
        margin-bottom: 5px;
        margin-top: 5px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .blog_part .single-home-blog .card span {
        margin-bottom: 5px;
        margin-top: 5px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog_part .single-home-blog .card span {
        margin-bottom: 5px;
        margin-top: 5px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .blog_part .single-home-blog .card span {
        margin-bottom: 5px;
        margin-top: 5px
    }
}

.blog_part .single-home-blog .card h5 {
    font-weight: 600;
    line-height: 1.5;
    font-size: 20px;
    -webkit-transition: .8s;
    transition: .8s;
    text-transform: capitalize;
    margin-bottom: 22px
}

@media(max-width:576px) {
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 10px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 10px;
        font-size: 16px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 10px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 10px;
        font-size: 18px
    }
}

.blog_part .single-home-blog .card h5:hover {
    -webkit-transition: .8s;
    transition: .8s;
    background: -webkit-linear-gradient(131deg, #feb47b 0%, #ff7e5f 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: 1s
}

.blog_part .single-home-blog .card ul li {
    display: inline-block;
    color: #8a8a8a;
    margin-right: 14px
}

@media(max-width:576px) {
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px
    }
}

.blog_part .single-home-blog .card ul li span {
    margin-right: 10px;
    font-size: 12px@import "https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700|Poppins:200,300,400,500,500i,600,700,800&amp;display=swap";
    @import "https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700|Poppins:200,300,400,500,500i,600,700,800&amp;display=swap";
    .flex-center-start {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
    .header-area .main-header-area.sticky {
        background: #a64eee;
        background: -moz-linear-gradient(left, #a64eee 0%, #3c35ce 100%);
        background: -webkit-linear-gradient(left, #a64eee 0%, #3c35ce 100%);
        background: linear-gradient(to right, #a64eee 0%, #3c35ce 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a64eee', endColorstr='#3c35ce', GradientType=1)
    }
    body {
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        font-style: normal
    }
    .img {
        max-width: 100%;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    a,
    .button {
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    a:focus,
    .button:focus,
    button:focus {
        text-decoration: none;
        outline: none
    }
    a:focus {
        text-decoration: none
    }
    a:focus,
    a:hover,
    .portfolio-cat a:hover,
    .footer -menu li a:hover {
        text-decoration: none
    }
    a,
    button {
        color: #1f1f1f;
        outline: medium
    }
    h1,
    h2,
    h3,
    h4,
    h5 {
        font-family: poppins, sans-serif;
        color: #2e004b
    }
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit
    }
    ul {
        margin: 0;
        padding: 0
    }
    li {
        list-style: none
    }
    p {
        font-size: 16px;
        font-weight: 300;
        line-height: 28px;
        color: #919191;
        margin-bottom: 13px;
        font-family: "Barlow", sans-serif;
    }
    label {
        color: #7e7e7e;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400
    }
    *::-moz-selection {
        background: #444;
        color: #fff;
        text-shadow: none
    }
    ::-moz-selection {
        background: #444;
        color: #fff;
        text-shadow: none
    }
    ::selection {
        background: #444;
        color: #fff;
        text-shadow: none
    }
    *::-webkit-input-placeholder {
        color: #ccc;
        font-size: 14px;
        opacity: 1
    }
    *:-ms-input-placeholder {
        color: #ccc;
        font-size: 14px;
        opacity: 1
    }
    *::-ms-input-placeholder {
        color: #ccc;
        font-size: 14px;
        opacity: 1
    }
    *::placeholder {
        color: #ccc;
        font-size: 14px;
        opacity: 1
    }
    h3 {
        font-size: 24px
    }
    .mb-65 {
        margin-bottom: 67px
    }
    .black-bg {
        background: #020c26!important
    }
    .white-bg {
        background: #fff
    }
    .gray-bg {
        background: #f5f5f5
    }
    .bg-img-1 {
        background-image: url(../img/slider/slider-img-1.html)
    }
    .bg-img-2 {
        background-image: url(../img/background-img/bg-img-2.html)
    }
    .cta-bg-1 {
        background-image: url(../img/background-img/bg-img-3.html)
    }
    .overlay {
        position: relative;
        z-index: 0
    }
    .overlay::before {
        position: absolute;
        content: "";
        background-color: #000;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: .5
    }
    .overlay2 {
        position: relative;
        z-index: 0
    }
    .overlay2::before {
        position: absolute;
        content: "";
        background-color: #2e004b;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: .6
    }
    .section-padding {
        padding-top: 120px;
        padding-bottom: 120px
    }
    .pt-120 {
        padding-top: 120px
    }
    .owl-carousel .owl-nav div {
        background: 0 0;
        height: 54px;
        left: 150px;
        line-height: 54px;
        position: absolute;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        width: 54px;
        font-size: 25px;
        color: #fff;
        background-color: rgba(255, 255, 255, .2);
        border-radius: 50%;
        left: 50px;
        font-size: 18px;
        line-height: 54px;
        font-size: 20px;
        line-height: 54px;
        color: #fff;
        left: 150px
    }
    .owl-carousel .owl-nav div.owl-next {
        left: auto;
        right: 150px
    }
    .owl-carousel .owl-nav div.owl-next i {
        position: relative;
        right: 0;
        top: 1px
    }
    .owl-carousel .owl-nav div.owl-prev i {
        position: relative;
        right: 1px;
        top: 0
    }
    .owl-carousel:hover .owl-nav div {
        opacity: 1;
        visibility: visible
    }
    .owl-carousel:hover .owl-nav div:hover {
        color: #fff;
        background: #1f1f1f
    }
    .mb-20px {
        margin-bottom: 20px
    }
    .mb-90 {
        margin-bottom: 90px
    }
    @media(max-width:767px) {
        .mb-90 {
            margin-bottom: 30px
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .mb-90 {
            margin-bottom: 45px
        }
    }
    .boxed-btn {
        background: #fff;
        color: #04d2c8;
        display: inline-block;
        padding: 18px 44px;
        font-family: poppins, sans-serif;
        font-size: 14px;
        font-weight: 400;
        border: 0;
        border: 1px solid #04d2c8;
        letter-spacing: 3px;
        text-align: center;
        color: #04d2c8!important;
        text-transform: uppercase;
        cursor: pointer
    }
    .boxed-btn:hover {
        background: #04d2c8;
        color: #fff!important;
        border: 1px solid #04d2c8
    }
    .boxed-btn:focus {
        outline: none
    }
    .boxed-btn.large-width {
        width: 220px
    }
    .boxed-btn3 {
        background: #1f1f1f;
        color: #fff;
        display: inline-block;
        padding: 12px 27px;
        font-family: poppins, sans-serif;
        font-size: 16px;
        font-weight: 400;
        border: 0;
        border: 1px solid #1f1f1f;
        text-align: center;
        color: #fff!important;
        text-transform: capitalize;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        cursor: pointer
    }
    .boxed-btn3:hover {
        background: #fff;
        color: #1f1f1f!important;
        border: 1px solid #1f1f1f
    }
    .boxed-btn3:focus {
        outline: none
    }
    .boxed-btn3.large-width {
        width: 220px
    }
    .boxed-btn2 {
        background: 0 0;
        color: #fff;
        display: inline-block;
        padding: 18px 24px;
        font-family: poppins, sans-serif;
        font-size: 14px;
        font-weight: 400;
        border: 0;
        border: 1px solid #fff;
        letter-spacing: 2px;
        text-transform: uppercase
    }
    .boxed-btn2:hover {
        background: #fff;
        color: #131313!important
    }
    .boxed-btn2:focus {
        outline: none
    }
    .line-button {
        color: #919191;
        font-size: 16px;
        font-weight: 400;
        display: inline-block;
        position: relative;
        padding-right: 5px;
        padding-bottom: 2px
    }
    .line-button::before {
        position: absolute;
        content: "";
        background: #919191;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0
    }
    .line-button:hover {
        color: #009dff
    }
    .line-button:hover::before {
        background: #009dff
    }
    .book_now {
        display: inline-block;
        font-size: 14px;
        color: #009dff;
        border: 1px solid #009dff;
        text-transform: capitalize;
        padding: 10px 25px
    }
    .book_now:hover {
        background: #009dff;
        color: #fff
    }
    .boxed_btn {
        cursor: pointer;
        font-size: 16px;
        color: #fff;
        padding: 17px 50px;
        background: #04d2c8;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        border: 1px solid transparent;
        display: inline-block;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .boxed_btn:hover {
        background: 0 0;
        color: #04d2c8;
        border: 1px solid #04d2c8;
        color: #04d2c8!important
    }
    .boxed_btn_rev {
        cursor: pointer;
        font-size: 16px;
        color: #fff;
        padding: 17px 50px;
        background: 0 0;
        color: #04d2c8;
        border: 1px solid #04d2c8!important;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        border: 1px solid transparent;
        display: inline-block;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .boxed_btn_rev:hover {
        color: #fff!important;
        background: #04d2c8!important
    }
    .boxed_btn_orange {
        cursor: pointer;
        font-size: 16px;
        color: #fff;
        padding: 12px 30px;
        background: #fdae5c;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        border: 1px solid transparent;
        display: inline-block;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .boxed_btn_orange:hover {
        background: 0 0;
        color: #fdae5c;
        border: 1px solid #fdae5c;
        color: #fdae5c!important
    }
    .boxed_btn_orange2 {
        cursor: pointer;
        font-size: 16px;
        color: #fff;
        padding: 12px 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        border: 1px solid transparent;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        background: 0 0;
        color: #fdae5c;
        border: 1px solid #fdae5c;
        display: inline-block
    }
    .boxed_btn_orange2:hover {
        color: #fff!important;
        background: #fdae5c
    }
    .section_title h3 {
        font-size: 46px;
        font-weight: 400;
        line-height: 52px;
        margin-bottom: 23px;
        color: #1f1f1f
    }
    @media(max-width:767px) {
        .section_title h3 {
            font-size: 23px;
            line-height: 30px
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .section_title h3 {
            font-size: 32px;
            line-height: 40px
        }
    }
    @media(min-width:992px) and (max-width:1200px) {
        .section_title h3 {
            font-size: 33px;
            line-height: 40px
        }
    }
    .section_title p {
        font-size: 17px;
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        line-height: 28px;
        color: #727272;
        margin-bottom: 0
    }
    @media(max-width:767px) {
        .section_title p br {
            display: none
        }
    }
    .mb-100 {
        margin-bottom: 100px
    }
    @media(max-width:767px) {
        .mb-100 {
            margin-bottom: 40px
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .mb-100 {
            margin-bottom: 40px
        }
    }
    @media(min-width:992px) and (max-width:1200px) {
        .mb-100 {
            margin-bottom: 60px
        }
    }
    @media(max-width:767px) {
        .mobile_menu {
            position: absolute;
            right: 0;
            width: 100%;
            z-index: 9
        }
    }
    .slicknav_menu .slicknav_nav {
        background: #fff;
        float: right;
        margin-top: 0;
        padding: 0;
        width: 95%;
        padding: 0;
        border-radius: 0;
        margin-top: 5px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 11px
    }
    .slicknav_menu .slicknav_nav a:hover {
        background: 0 0;
        color: #4a3600
    }
    .slicknav_menu .slicknav_nav a.active {
        color: #4a3600
    }
    @media(max-width:767px) {
        .slicknav_menu .slicknav_nav a i {
            display: none
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .slicknav_menu .slicknav_nav a i {
            display: none
        }
    }
    .slicknav_menu .slicknav_nav .slicknav_btn {
        background-color: transparent;
        cursor: pointer;
        margin-bottom: 10px;
        margin-top: -40px;
        position: relative;
        z-index: 99;
        border: 1px solid #ddd;
        top: 3px;
        right: 5px;
        top: -32px
    }
    .slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
        margin-right: 6px;
        margin-top: 3px;
        position: relative;
        padding-bottom: 3px;
        top: -11px;
        right: -5px
    }
    @media(max-width:767px) {
        .slicknav_menu {
            margin-right: 0
        }
    }
    .slicknav_nav .slicknav_arrow {
        float: right;
        font-size: 22px;
        position: relative;
        top: -9px
    }
    .slicknav_btn {
        background-color: transparent;
        cursor: pointer;
        margin-bottom: 10px;
        position: relative;
        z-index: 99;
        border: none;
        border-radius: 3px;
        top: 5px;
        padding: 5px;
        right: 5px;
        margin-top: -5px;
        top: -31px
    }
    .slicknav_btn {
        background-color: transparent;
        cursor: pointer;
        margin-bottom: 10px;
        position: relative;
        z-index: 99;
        border: none;
        border-radius: 3px;
        top: 5px;
        padding: 5px;
        right: 0;
        margin-top: -5px;
        top: -32px
    }
    .header-area {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 0;
        z-index: 99;
        border-bottom: 1px solid rgba(255, 255, 255, .2)
    }
    @media(max-width:767px) {
        .header-area {
            padding-top: 0
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .header-area {
            padding-top: 0
        }
    }
    .header-area .main-header-area {
        padding: 0 150px
    }
    @media(max-width:767px) {
        .header-area .main-header-area {
            padding: 10px
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .header-area .main-header-area {
            padding: 10px
        }
    }
    @media(min-width:992px) and (max-width:1200px) {
        .header-area .main-header-area {
            padding: 0 20px
        }
    }
    @media(min-width:1200px) and (max-width:1500px) {
        .header-area .main-header-area {
            padding: 0 10px
        }
    }
    .header-area .main-header-area .logo-img {
        text-align: center
    }
    @media(max-width:767px) {
        .header-area .main-header-area .logo-img {
            text-align: left
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .header-area .main-header-area .logo-img {
            text-align: left
        }
    }
    @media(min-width:992px) and (max-width:1200px) {
        .header-area .main-header-area .logo-img {
            text-align: left
        }
    }
    .header-area .main-header-area .book_room {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end
    }
    .header-area .main-header-area .book_room .socail_links ul li {
        display: inline-block
    }
    .header-area .main-header-area .book_room .socail_links ul li a {
        color: #a8a7a0;
        margin: 0 10px;
        font-size: 15px
    }
    .header-area .main-header-area .book_room .socail_links ul li a:hover {
        color: #fff
    }
    .header-area .main-header-area .book_room .book_btn {
        margin-left: 30px
    }
    .header-area .main-header-area .book_room .book_btn a {
        background: 0 0;
        font-size: 16px;
        font-weight: 400;
        border: 1px solid #fff;
        color: #fff;
        padding: 14px 20px
    }
    .header-area .main-header-area .book_room .book_btn a:hover {
        background: #fff;
        color: #000!important;
        border: 1px solid #fff
    }
    .header-area .main-header-area .main-menu {
        text-align: center
    }
    .header-area .main-header-area .main-menu ul li {
        display: inline-block;
        position: relative;
        margin-right: 50px
    }
    @media(min-width:992px) and (max-width:1200px) {
        .header-area .main-header-area .main-menu ul li {
            margin-right: 20px
        }
    }
    @media(min-width:1200px) and (max-width:1500px) {
        .header-area .main-header-area .main-menu ul li {
            margin-right: 15px
        }
    }
    .header-area .main-header-area .main-menu ul li a {
        color: #fff;
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 400;
        display: inline-block;
        padding: 34px 0;
        font-family: poppins, sans-serif;
        position: relative;
        text-transform: capitalize
    }
    @media(min-width:992px) and (max-width:1200px) {
        .header-area .main-header-area .main-menu ul li a {
            font-size: 15px
        }
    }
    @media(min-width:1200px) and (max-width:1500px) {
        .header-area .main-header-area .main-menu ul li a {
            font-size: 15px
        }
    }
    .header-area .main-header-area .main-menu ul li a i {
        font-size: 9px
    }
    @media(max-width:767px) {
        .header-area .main-header-area .main-menu ul li a i {
            display: none!important
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .header-area .main-header-area .main-menu ul li a i {
            display: none!important
        }
    }
    .header-area .main-header-area .main-menu ul li a::before {
        position: absolute;
        content: "";
        background: #04d2c8;
        width: 100%;
        height: 3px;
        bottom: -1px;
        left: 0;
        opacity: 0;
        z-index: 9;
        transform: scaleX(0);
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .header-area .main-header-area .main-menu ul li a:hover::before {
        opacity: 1;
        transform: scaleX(1)
    }
    .header-area .main-header-area .main-menu ul li a.active::before {
        opacity: 1;
        transform: scaleX(1)
    }
    .header-area .main-header-area .main-menu ul li a:hover {
        color: #fff
    }
    .header-area .main-header-area .main-menu ul li .submenu {
        position: absolute;
        left: 0;
        top: 140%;
        background: #fff;
        width: 200px;
        z-index: 2;
        box-shadow: 0 0 10px rgba(0, 0, 0, .02);
        opacity: 0;
        visibility: hidden;
        text-align: left;
        -webkit-transition: .6s;
        -moz-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    .header-area .main-header-area .main-menu ul li .submenu li {
        display: block
    }
    .header-area .main-header-area .main-menu ul li .submenu li a {
        padding: 10px 15px;
        position: inherit;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        display: block;
        color: #000
    }
    .header-area .main-header-area .main-menu ul li .submenu li a::before {
        display: none
    }
    .header-area .main-header-area .main-menu ul li .submenu li:hover a {
        color: #000
    }
    .header-area .main-header-area .main-menu ul li:hover>.submenu {
        opacity: 1;
        visibility: visible;
        top: 100%
    }
    .header-area .main-header-area .main-menu ul li:hover>a::before {
        opacity: 1;
        transform: scaleX(1)
    }
    .header-area .main-header-area .main-menu ul li:first-child a {
        padding-left: 0
    }
    .header-area .main-header-area.sticky {
        box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1);
        position: fixed;
        width: 100%;
        top: -70px;
        left: 0;
        right: 0;
        z-index: 999;
        transform: translateY(70px);
        transition: transform 500ms ease, background 500ms ease;
        -webkit-transition: transform 500ms ease, background 500ms ease;
        box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1);
        padding: 0 150px
    }
    @media(max-width:767px) {
        .header-area .main-header-area.sticky {
            padding: 10px
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .header-area .main-header-area.sticky {
            padding: 10px
        }
    }
    @media(min-width:992px) and (max-width:1200px) {
        .header-area .main-header-area.sticky {
            padding: 0 20px
        }
    }
    @media(min-width:1200px) and (max-width:1500px) {
        .header-area .main-header-area.sticky {
            padding: 0 20px
        }
    }
    .header-area .main-header-area.sticky .main-menu {
        padding: 0
    }
    .header-area .log_chat_area {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end
    }
    .header-area .log_chat_area .login {
        font-size: 16px;
        margin-right: 50px;
        text-transform: capitalize;
        color: #fff
    }
    @media(min-width:992px) and (max-width:1200px) {
        .header-area .log_chat_area .login {
            margin-right: 7px
        }
    }
    .header-area .log_chat_area .login i {
        color: #fff;
        padding-right: 12px
    }
    .header-area .log_chat_area .login span {
        font-size: 16px
    }
    .header-area .log_chat_area .live_chat_btn a {
        color: #fff
    }
    @media(min-width:992px) and (max-width:1200px) {
        .header-area .log_chat_area .live_chat_btn a {
            padding: 12px;
            font-size: 13px
        }
    }
    @media(min-width:1200px) and (max-width:1500px) {
        .header-area .log_chat_area .live_chat_btn a {
            font-size: 13px;
            padding: 12px 25px
        }
    }
    .header-area .log_chat_area .live_chat_btn a i {
        padding-right: 7px
    }
    .slider_bg_1 {
        background-image: url(../img/banner/banner.png)
    }
    .slider_area .single_slider {
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center
    }
    .slider_area .single_slider .illastrator_png {
        position: relative;
        right: 63px
    }
    @media(min-width:1200px) and (max-width:1500px) {
        .slider_area .single_slider .illastrator_png {
            right: 0
        }
    }
    @media(min-width:992px) and (max-width:1200px) {
        .slider_area .single_slider .illastrator_png {
            right: 0
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .slider_area .single_slider .illastrator_png {
            right: 0
        }
    }
    @media(max-width:767px) {
        .slider_area .single_slider .illastrator_png {
            right: 0
        }
    }
    .slider_area .single_slider .illastrator_png img {
        width: 100%
    }
    @media(max-width:767px) {
        .slider_area .single_slider .slider_info {
            text-align: center
        }
    }
    .slider_area .single_slider .slider_info h3 {
        color: #fff;
        font-size: 60px;
        text-transform: capitalize;
        font-weight: 400;
        line-height: 70px;
        margin-bottom: 50px;
        margin-top: 10px
    }
    @media(max-width:767px) {
        .slider_area .single_slider .slider_info h3 {
            font-size: 24px;
            letter-spacing: 0;
            line-height: 35px;
            margin-top: 0;
            margin-bottom: 0
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .slider_area .single_slider .slider_info h3 {
            font-size: 30px;
            line-height: 46px
        }
    }
    @media(min-width:992px) and (max-width:1200px) {
        .slider_area .single_slider .slider_info h3 {
            font-size: 35px;
            line-height: 45px
        }
    }
    .about_area {
        padding: 200px 0 270px
    }
    @media(max-width:767px) {
        .about_area {
            padding: 100px 0
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .about_area {
            padding: 100px 0
        }
    }
    @media(min-width:992px) and (max-width:1200px) {
        .about_area {
            padding: 200px 0
        }
    }
    .about_area .single_about_info {
        position: relative
    }
    .about_area .single_about_info h3 {
        font-size: 46px;
        line-height: 56px;
        font-weight: 400
    }
    @media(max-width:767px) {
        .about_area .single_about_info h3 {
            font-size: 25px;
            line-height: 32px
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .about_area .single_about_info h3 {
            font-size: 25px;
            line-height: 32px
        }
    }
    .about_area .single_about_info p {
        font-size: 17px;
        font-weight: 400;
        color: #727272;
        margin-top: 10px;
        margin-bottom: 42px
    }
    @media(min-width:768px) and (max-width:991px) {
        .about_area .about_tutorials {
            margin-top: 30px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: space-evenly;
            -moz-justify-content: space-evenly;
            -ms-justify-content: space-evenly;
            justify-content: space-evenly;
            -ms-flex-pack: space-evenly
        }
    }
    .about_area .about_tutorials span {
        font-size: 60px;
        color: #fff;
        font-weight: 400;
        line-height: 70px
    }
    @media(min-width:768px) and (max-width:991px) {
        .about_area .about_tutorials span {
            font-size: 35px;
            line-height: 39px
        }
    }
    .about_area .about_tutorials .text_info {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .about_area .about_tutorials .text_info p {
        color: #fff;
        font-size: 18px
    }
    .about_area .about_tutorials .courses {
        border-radius: 50%;
        text-align: center;
        top: -5px;
        position: absolute;
        left: 10%;
        z-index: 3
    }
    @media(max-width:767px) {
        .about_area .about_tutorials .courses {
            position: static;
            margin-top: 30px
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .about_area .about_tutorials .courses {
            position: static
        }
    }
    @media(min-width:992px) and (max-width:1200px) {
        .about_area .about_tutorials .courses {
            left: 0
        }
    }
    .about_area .about_tutorials .courses .inner_courses {
        width: 270px;
        height: 270px;
        border-radius: 50%;
        text-align: center;
        position: relative
    }
    @media(max-width:767px) {
        .about_area .about_tutorials .courses .inner_courses {
            width: 290px;
            height: 290px;
            margin: auto
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .about_area .about_tutorials .courses .inner_courses {
            width: 200px;
            height: 200px
        }
    }
    .about_area .about_tutorials .courses .inner_courses::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #fd8e5e;
        border-radius: 50%;
        opacity: .7;
        left: 0;
        top: 0
    }
    .about_area .about_tutorials .courses-blue {
        border-radius: 50%;
        text-align: center;
        position: absolute;
        right: 0;
        top: -60px
    }
    @media(max-width:767px) {
        .about_area .about_tutorials .courses-blue {
            position: static;
            margin: 30px 0
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .about_area .about_tutorials .courses-blue {
            position: static
        }
    }
    .about_area .about_tutorials .courses-blue .inner_courses {
        width: 310px;
        height: 310px;
        border-radius: 50%;
        text-align: center;
        position: relative
    }
    @media(max-width:767px) {
        .about_area .about_tutorials .courses-blue .inner_courses {
            width: 290px;
            height: 290px;
            margin: auto
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .about_area .about_tutorials .courses-blue .inner_courses {
            width: 200px;
            height: 200px
        }
    }
    .about_area .about_tutorials .courses-blue .inner_courses::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #5db2ff;
        border-radius: 50%;
        opacity: .7;
        left: 0;
        top: 0
    }
    .about_area .about_tutorials .courses-sky {
        border-radius: 50%;
        text-align: center;
        position: absolute;
        top: 0;
        left: 27%;
        top: 50%
    }
    @media(max-width:767px) {
        .about_area .about_tutorials .courses-sky {
            position: static
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .about_area .about_tutorials .courses-sky {
            position: static
        }
    }
    .about_area .about_tutorials .courses-sky .inner_courses {
        width: 310px;
        height: 310px;
        border-radius: 50%;
        text-align: center;
        position: relative
    }
    @media(max-width:767px) {
        .about_area .about_tutorials .courses-sky .inner_courses {
            width: 290px;
            height: 290px;
            margin: auto
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .about_area .about_tutorials .courses-sky .inner_courses {
            width: 200px;
            height: 200px
        }
    }
    .about_area .about_tutorials .courses-sky .inner_courses::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #04d2c8;
        border-radius: 50%;
        opacity: .7;
        left: 0;
        top: 0
    }
    .footer_bg_1 {
        background-image: url(../img/banner/footer_bg.png)
    }
    .footer {
        background-repeat: no-repeat;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover
    }
    .footer .footer_top {
        padding-top: 145px;
        padding-bottom: 129px
    }
    @media(max-width:767px) {
        .footer .footer_top {
            padding-top: 60px;
            padding-bottom: 30px
        }
    }
    @media(max-width:767px) {
        .footer .footer_top .footer_widget {
            margin-bottom: 30px
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .footer .footer_top .footer_widget {
            margin-bottom: 30px
        }
    }
    .footer .footer_top .footer_widget .footer_title {
        font-size: 22px;
        font-weight: 400;
        color: #fff;
        text-transform: capitalize;
        margin-bottom: 40px
    }
    @media(max-width:767px) {
        .footer .footer_top .footer_widget .footer_title {
            margin-bottom: 20px
        }
    }
    .footer .footer_top .footer_widget .footer_logo {
        font-size: 22px;
        font-weight: 400;
        color: #fff;
        text-transform: capitalize;
        margin-bottom: 40px
    }
    @media(max-width:767px) {
        .footer .footer_top .footer_widget .footer_logo {
            margin-bottom: 20px
        }
    }
    .footer .footer_top .footer_widget p {
        color: #c7c7c7
    }
    .footer .footer_top .footer_widget p.footer_text {
        font-size: 16px;
        color: #b2b2b2;
        margin-bottom: 23px;
        font-weight: 400;
        line-height: 28px
    }
    .footer .footer_top .footer_widget p.footer_text a.domain {
        color: #b2b2b2;
        font-weight: 400
    }
    .footer .footer_top .footer_widget p.footer_text a.domain:hover {
        color: #fdae5c;
        border-bottom: 1px solid #fdae5c
    }
    .footer .footer_top .footer_widget p.footer_text.doanar a {
        font-weight: 500;
        color: #b2b2b2
    }
    .footer .footer_top .footer_widget p.footer_text.doanar a:hover {
        color: #fdae5c;
        border-bottom: 1px solid #fdae5c
    }
    .footer .footer_top .footer_widget p.footer_text.doanar a.first {
        margin-bottom: 10px
    }
    .footer .footer_top .footer_widget ul li a {
        font-size: 16px;
        color: #bababa;
        line-height: 42px
    }
    .footer .footer_top .footer_widget ul li a:hover {
        color: #fdae5c
    }
    .footer .footer_top .footer_widget .newsletter_form {
        position: relative;
        margin-bottom: 20px
    }
    .footer .footer_top .footer_widget .newsletter_form input {
        width: 100%;
        height: 45px;
        background: #fff;
        padding-left: 20px;
        font-size: 16px;
        color: #000;
        border: none
    }
    .footer .footer_top .footer_widget .newsletter_form input::placeholder {
        font-size: 16px;
        color: #919191
    }
    .footer .footer_top .footer_widget .newsletter_form button {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        border: none;
        font-size: 14px;
        color: #fff;
        background: #fdae5c;
        padding: 10px;
        padding: 0 22px;
        cursor: pointer
    }
    .footer .footer_top .footer_widget .newsletter_text {
        font-size: 16px;
        color: #bababa
    }
    .footer .copy-right_text {
        padding-bottom: 30px
    }
    .footer .copy-right_text .footer_border {
        border-top: 1px solid rgba(255, 255, 255, .2);
        padding-bottom: 30px
    }
    .footer .copy-right_text .copy_right {
        font-size: 16px;
        color: #919191;
        margin-bottom: 0;
        font-weight: 400
    }
    @media(max-width:767px) {
        .footer .copy-right_text .copy_right {
            font-size: 14px
        }
    }
    .footer .copy-right_text .copy_right a {
        color: #fdae5c
    }
    .footer .socail_links {
        margin-top: 47px
    }
    @media(max-width:767px) {
        .footer .socail_links {
            margin-top: 30px
        }
    }
    .footer .socail_links ul li {
        display: inline-block
    }
    .footer .socail_links ul li a {
        font-size: 18px;
        color: #c3b2f0;
        line-height: 42px;
        width: 50px;
        height: 50px;
        display: inline-block;
        text-align: center;
        background: #8565e2;
        border-radius: 3px;
        line-height: 50px!important;
        margin-right: 7px
    }
    .footer .socail_links ul li a:hover {
        color: #fff!important
    }
    .breadcam_bg {
        background-image: url(../img/banner/bradcam.png)
    }
    .breadcam_bg_2 {
        background-image: url(../img/banner/bradcam2.png)
    }
    .bradcam_area {
        padding: 170px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        text-align: center;
        padding: 269px 0 159px
    }
    @media(max-width:767px) {
        .bradcam_area {
            padding: 150px 0
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .bradcam_area {
            padding: 150px 0
        }
    }
    .bradcam_area h3 {
        font-size: 60px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 0;
        text-transform: capitalize
    }
    @media(max-width:767px) {
        .bradcam_area h3 {
            font-size: 30px
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .bradcam_area h3 {
            font-size: 40px
        }
    }
    .bradcam_area2 {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 220px 0 180px
    }
    @media(max-width:767px) {
        .bradcam_area2 {
            padding: 150px 0
        }
    }
    .bradcam_area2 .breadcam_text h3 {
        font-size: 42px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 50px
    }
    @media(max-width:767px) {
        .bradcam_area2 .breadcam_text h3 {
            margin-bottom: 20px;
            font-size: 25px
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .bradcam_area2 .breadcam_text h3 {
            margin-bottom: 30px;
            font-size: 30px
        }
    }
    .bradcam_area2 .find_dowmain {
        padding: 0 50px
    }
    @media(max-width:767px) {
        .bradcam_area2 .find_dowmain {
            padding: 0
        }
    }
    .bradcam_area2 .find_dowmain .find_dowmain_form {
        width: 100%;
        position: relative
    }
    .bradcam_area2 .find_dowmain .find_dowmain_form input {
        width: 100%;
        height: 60px;
        background: #fff;
        font-size: 16px;
        color: #000;
        font-weight: 400;
        border: 0;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        padding: 20px;
        width: 70%;
        float: left
    }
    @media(max-width:767px) {
        .bradcam_area2 .find_dowmain .find_dowmain_form input {
            height: 50px
        }
    }
    .bradcam_area2 .find_dowmain .find_dowmain_form input::placeholder {
        color: #919191;
        font-size: 16px;
        font-weight: 400
    }
    .bradcam_area2 .find_dowmain .find_dowmain_form button {
        background: #670080;
        width: 30%;
        float: right;
        height: 60px;
        border: none;
        color: #fff;
        font-weight: 400;
        text-transform: capitalize;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        cursor: pointer
    }
    @media(max-width:767px) {
        .bradcam_area2 .find_dowmain .find_dowmain_form button {
            height: 50px
        }
    }
    .popup_box input {
        width: 100%;
        border: none;
        padding: 0 30px;
        margin-bottom: 20px;
        color: #000;
        border-radius: 3px;
        height: 50px
    }
    .popup_box input:focus {
        outline: none
    }
    .popup_box {
        background: #4b38d2;
        display: inline-block;
        width: 558px;
        padding: 60px 40px;
        border-radius: 5px;
        z-index: 9
    }
    @media(max-width:767px) {
        .popup_box {
            width: 320px;
            padding: 45px 30px
        }
    }
    @media only screen and (min-width:576px) and (max-width:767px) {
        .popup_box {
            width: 420px!important;
            padding: 45px 30px
        }
    }
    .popup_box .logo {
        margin-bottom: 50px
    }
    @media(max-width:767px) {
        .popup_box .logo {
            margin-bottom: 30px
        }
    }
    .popup_box h3 {
        font-size: 24px;
        color: #fff;
        margin-bottom: 30px;
        text-align: left
    }
    @media(max-width:767px) {
        .popup_box h3 {
            margin-bottom: 15px
        }
    }
    .popup_box .boxed-btn3 {
        width: 100%;
        text-transform: capitalize
    }
    .popup_box button {
        width: 100%;
        border-radius: 0
    }
    .popup_box .doen_have_acc {
        font-size: 16px;
        color: #fff;
        margin-top: 33px;
        font-weight: 400
    }
    .popup_box .doen_have_acc a {
        color: #fff
    }
    #test-form,
    #test-form2 {
        display: inline-block;
        margin: auto;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    @media(max-width:767px) {
        #test-form,
        #test-form2 {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            transform: none
        }
    }
    #test-form .mfp-close-btn-in .mfp-close,
    #test-form2 .mfp-close-btn-in .mfp-close {
        color: #333;
        display: none!important
    }
    #test-form button.mfp-close,
    #test-form2 button.mfp-close {
        display: none!important
    }
    @media(max-width:767px) {
        #test-form button.mfp-close,
        #test-form2 button.mfp-close {
            display: block!important;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto
        }
    }
    #test-form button.mfp-close,
    #test-form2 button.mfp-close {
        overflow: visible;
        cursor: pointer;
        background: 0 0;
        border: 0;
        -webkit-appearance: none;
        display: block;
        outline: none;
        padding: 0;
        z-index: 1046;
        box-shadow: none;
        touch-action: manipulation;
        width: 40px;
        height: 40px;
        background: #4a3600;
        text-align: center;
        line-height: 20px;
        position: absolute;
        right: 0;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        position: absolute;
        right: -6px;
        color: #fff!important
    }
    .mfp-bg {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1042;
        overflow: hidden;
        position: fixed;
        background: #2e004b;
        opacity: .8
    }
    @media(max-width:767px) {
        .gj-picker.gj-picker-md.timepicker {
            width: 310px;
            left: 6px!important
        }
    }
    @media(max-width:767px) {
        .gj-picker.gj-picker-md.datepicker.gj-unselectable {
            width: 320px;
            left: 0!important
        }
    }
    .our_latest_blog {
        padding-top: 200px;
        padding-bottom: 170px
    }
    @media(min-width:768px) and (max-width:991px) {
        .our_latest_blog {
            padding-top: 100px;
            padding-bottom: 100px
        }
    }
    @media(max-width:767px) {
        .our_latest_blog {
            padding-top: 100px;
            padding-bottom: 100px
        }
    }
    .our_latest_blog .single_latest_blog {
        margin-bottom: 30px
    }
    .our_latest_blog .single_latest_blog .thumb {
        overflow: hidden
    }
    .our_latest_blog .single_latest_blog .thumb img {
        width: 100%;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .our_latest_blog .single_latest_blog .content_blog {
        padding: 35px 4px 30px 0
    }
    .our_latest_blog .single_latest_blog .content_blog .date p {
        margin-bottom: 0;
        font-size: 14px;
        color: #4d4d4d;
        font-weight: 400
    }
    .our_latest_blog .single_latest_blog .content_blog .date p a {
        color: #04d2c8
    }
    .our_latest_blog .single_latest_blog .content_blog .blog_meta h3 {
        font-size: 18px;
        color: #1f1f1f;
        margin-top: 8px;
        margin-bottom: 8px
    }
    .our_latest_blog .single_latest_blog .content_blog .blog_meta h3 a {
        color: #1f1f1f
    }
    .our_latest_blog .single_latest_blog .content_blog .blog_meta h3 a:hover {
        color: #04d2c8
    }
    .our_latest_blog .single_latest_blog .content_blog .blog_text {
        font-size: 17px;
        font-weight: 400
    }
    .our_latest_blog .single_latest_blog:hover .thumb img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    .subscribe_newsletter {
        background: #04d2c8;
        padding: 100px 0
    }
    .subscribe_newsletter .newsletter_text h3 {
        font-size: 36px;
        color: #fff;
        font-weight: 400
    }
    .subscribe_newsletter .newsletter_text p {
        color: #fff
    }
    .subscribe_newsletter .newsletter_form h4 {
        color: #fff;
        margin-bottom: 20px;
        font-size: 17px;
        font-weight: 400
    }
    .subscribe_newsletter .newsletter_form .newsletter_form input {
        height: 60px;
        width: 70%;
        background: #fff;
        border: none;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        float: left;
        padding: 30px
    }
    .subscribe_newsletter .newsletter_form .newsletter_form input::placeholder {
        font-size: 16px;
        font-weight: 400;
        font-family: "Barlow", sans-serif;
        color: #919191
    }
    .subscribe_newsletter .newsletter_form .newsletter_form button {
        background: #fd8e5e;
        border: none;
        cursor: pointer;
        color: #fff;
        width: 30%;
        height: 60px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px
    }
    .courses_details_info {
        padding-top: 190px
    }
    @media(max-width:767px) {
        .courses_details_info {
            padding-top: 60px
        }
    }
    .courses_details_info .accordion_heading {
        margin-bottom: 100px
    }
    @media(max-width:767px) {
        .courses_details_info .accordion_heading {
            margin-bottom: 30px
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .courses_details_info .accordion_heading {
            margin-bottom: 30px
        }
    }
    .courses_details_info .accordion_heading h3 {
        font-size: 42px;
        font-weight: 400;
        margin-bottom: 0
    }
    @media(max-width:767px) {
        .courses_details_info .accordion_heading h3 {
            font-size: 28px
        }
    }
    .courses_details_info #accordion .card h5 button {
        font-size: 22px;
        font-weight: 400;
        color: #1f1f1f
    }
    @media(max-width:767px) {
        .courses_details_info #accordion .card h5 button {
            font-size: 13px
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .courses_details_info #accordion .card h5 button {
            font-size: 18px
        }
    }
    .courses_details_info #accordion .card h5 button i {
        color: #00d363;
        padding-right: 15px
    }
    .courses_details_info #accordion .card .card-body {
        padding: 0 0 40px 76px
    }
    @media(max-width:767px) {
        .courses_details_info #accordion .card .card-body {
            padding: 0 20px 10px
        }
    }
    .courses_details_info #accordion .card {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: .25rem;
        background: #fff!important;
        border: 1px solid #e9e5ec;
        border: 5px;
        margin-bottom: 30px;
        border: 1px solid #e9e5ec
    }
    .courses_details_info #accordion .card .card-header {
        margin-bottom: 0;
        background-color: #fff;
        border-bottom: none;
        padding: 14px 0 16px 14px
    }
    @media(max-width:767px) {
        .courses_details_info #accordion .card .card-header span {
            display: none
        }
    }
    .courses_details_info .btn-link.focus,
    .courses_details_info .btn-link:focus {
        text-decoration: none;
        border-color: transparent;
        box-shadow: none
    }
    .courses_details_info .btn-link:hover {
        color: #0056b3;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent
    }
    .our_courses {
        padding-top: 200px;
        padding-bottom: 170px
    }
    @media(max-width:767px) {
        .our_courses {
            padding-top: 50px;
            padding-bottom: 20px
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .our_courses {
            padding-top: 80px;
            padding-bottom: 50px
        }
    }
    @media(min-width:992px) and (max-width:1200px) {
        .our_courses {
            padding-top: 120px;
            padding-bottom: 90px
        }
    }
    .our_courses .single_course {
        border: 1px solid #e8e8e8;
        padding: 38px 30px;
        position: relative;
        margin-bottom: 30px;
        z-index: 0
    }
    .our_courses .single_course .icon i {
        color: #fd8e5e;
        font-size: 45px;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .our_courses .single_course .icon.blue i {
        color: #04d2c8!important
    }
    .our_courses .single_course .icon.gradient i {
        color: #d465ef
    }
    .our_courses .single_course h3 {
        font-size: 18px;
        font-weight: 400;
        color: #1f1f1f;
        margin-bottom: 22px;
        margin-top: 7px;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .our_courses .single_course p {
        font-size: 17px;
        color: #727272;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .our_courses .single_course:before {
        position: absolute;
        background: #fd8e5e;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        transform-origin: bottom;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 0;
        z-index: -1
    }
    .our_courses .single_course:hover::before {
        transform-origin: top;
        opacity: 1
    }
    .our_courses .single_course:hover h3 {
        color: #fff
    }
    .our_courses .single_course:hover p {
        color: #fff
    }
    .our_courses .single_course:hover .icon i {
        color: #fff!important
    }
    .our_team_member {
        padding-top: 134px;
        padding-bottom: 130px
    }
    @media(max-width:767px) {
        .our_team_member {
            padding-top: 60px;
            padding-bottom: 60px
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .our_team_member {
            padding-top: 80px;
            padding-bottom: 80px
        }
    }
    .our_team_member .single_team {
        margin-bottom: 20px
    }
    .our_team_member .single_team .thumb {
        position: relative;
        z-index: 2;
        overflow: hidden
    }
    .our_team_member .single_team .thumb img {
        width: 100%;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }
    .our_team_member .single_team .thumb::before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-image: url(../img/team/overlay.png);
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
        opacity: 0;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        z-index: 3
    }
    .our_team_member .single_team .thumb img {
        width: 100%
    }
    .our_team_member .single_team .thumb .social_link {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 0;
        padding: 30px 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px);
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        opacity: 0;
        z-index: 11
    }
    .our_team_member .single_team .thumb .social_link a {
        margin: 0 10px;
        font-size: 20px;
        color: #ddd
    }
    .our_team_member .single_team .thumb .social_link a:hover {
        color: #fff
    }
    .our_team_member .single_team .master_name {
        position: relative;
        z-index: 10
    }
    .our_team_member .single_team .master_name h3 {
        font-size: 24px;
        font-family: poppins, sans-serif;
        color: #1f1f1f;
        font-weight: 400;
        margin-top: 25px;
        margin-bottom: 0
    }
    .our_team_member .single_team .master_name p {
        font-size: 14px;
        margin-bottom: 0;
        color: #919191;
        font-weight: 400
    }
    .our_team_member .single_team:hover .social_link {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }
    .our_team_member .single_team:hover .thumb::before {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%)
    }
    .our_team_member .single_team:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    .find_bg_1 {
        background-image: url(../img/team/img.html)
    }
    .find_us_area .single_find {
        padding-bottom: 10px
    }
    .find_us_area .find_info {
        background: #bc9321;
        padding: 70px 0 60px 80px;
        background: #bc9321
    }
    @media(max-width:767px) {
        .find_us_area .find_info {
            padding: 20px
        }
    }
    .find_us_area .find_info .find_info_title {
        font-size: 42px;
        font-weight: 400;
        position: relative;
        color: #fff;
        padding-bottom: 20px;
        margin-bottom: 55px
    }
    @media(max-width:767px) {
        .find_us_area .find_info .find_info_title {
            font-size: 25px
        }
    }
    .find_us_area .find_info .find_info_title::before {
        position: absolute;
        content: "";
        background: #fff;
        width: 100px;
        height: 2px;
        left: 0;
        bottom: 0
    }
    .find_us_area .find_info .single_find i {
        font-size: 30px;
        color: #fff
    }
    .find_us_area .find_info .single_find .find_text {
        padding-left: 20px
    }
    .find_us_area .find_info .single_find .find_text h3 {
        font-size: 16px;
        color: #000;
        font-weight: 400
    }
    .find_us_area .find_info .single_find .find_text p {
        color: #fff;
        font-size: 18px;
        font-weight: 400
    }
    @media(max-width:767px) {
        .find_us_area .find_info .single_find .find_text p {
            font-size: 15px
        }
    }
    .find_us_area .book_btn {
        margin-top: 34px
    }
    .find_us_area .book_btn a {
        background: 0 0;
        font-size: 16px;
        font-weight: 400;
        border: 1px solid #fff;
        color: #fff;
        padding: 14px 20px;
        display: inline-block
    }
    .find_us_area .book_btn a:hover {
        background: #fff;
        color: #000!important;
        border: 1px solid #fff
    }
    .courses_details_banner {
        background-image: url(../img/banner/bradcam2.png);
        padding-top: 286px;
        padding-bottom: 186px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center
    }
    @media(max-width:767px) {
        .courses_details_banner {
            padding-top: 150px;
            padding-bottom: 150px
        }
    }
    .courses_details_banner .course_text h3 {
        font-size: 46px;
        color: #fff;
        line-height: 56px;
        font-weight: 400;
        font-family: poppins, sans-serif
    }
    @media(max-width:767px) {
        .courses_details_banner .course_text h3 {
            font-size: 30px;
            line-height: 36px
        }
    }
    .courses_details_banner .course_text .prise span {
        font-size: 30px;
        font-weight: 400;
        font-family: poppins, sans-serif
    }
    @media(max-width:767px) {
        .courses_details_banner .course_text .prise span {
            font-size: 20px
        }
    }
    .courses_details_banner .course_text .prise span.inactive {
        color: #fff;
        text-decoration: line-through;
        margin-right: 50px
    }
    .courses_details_banner .course_text .prise span.active {
        color: #04d2c8
    }
    .courses_details_banner .course_text .rating {
        margin: 16px 0 15px
    }
    .courses_details_banner .course_text .rating i {
        color: #fd8e5e;
        font-size: 17px
    }
    .courses_details_banner .course_text .rating span {
        font-size: 14px;
        color: #fff
    }
    .courses_details_banner .course_text .hours .video .single_video {
        margin-bottom: 4px
    }
    .courses_details_banner .course_text .hours .video i {
        color: #ad9eeb;
        font-size: 18px
    }
    .courses_details_banner .course_text .hours .video span {
        color: #fff;
        font-size: 18px;
        padding-left: 14px;
        font-weight: 400;
        font-family: poppins, sans-serif
    }
    .courses_details_info {
        padding-top: 100px;
        padding-bottom: 200px
    }
    @media(max-width:767px) {
        .courses_details_info {
            padding: 50px 0
        }
    }
    .courses_details_info .single_courses h3 {
        font-size: 36px;
        font-weight: 400;
        color: #1f1f1f;
        margin-bottom: 30px
    }
    .courses_details_info .single_courses h3.second_title {
        margin-top: 52px
    }
    .courses_details_info .single_courses p {
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 0
    }
    .courses_details_info .courses_sidebar {
        position: relative;
        margin-top: -400px
    }
    @media(max-width:767px) {
        .courses_details_info .courses_sidebar {
            margin-top: 0
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .courses_details_info .courses_sidebar {
            margin-top: 0
        }
    }
    .courses_details_info .courses_sidebar .video_thumb {
        position: relative
    }
    .courses_details_info .courses_sidebar .video_thumb img {
        width: 100%
    }
    .courses_details_info .courses_sidebar .video_thumb a {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #fd8e5e;
        width: 90px;
        height: 90px;
        color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        line-height: 90px;
        text-align: center
    }
    .courses_details_info .courses_sidebar .author_info {
        border: 1px solid #e8e8e8;
        padding: 30px;
        margin-top: 40px;
        margin-bottom: 40px
    }
    .courses_details_info .courses_sidebar .author_info p.text_info {
        margin: 14px 0 20px
    }
    .courses_details_info .courses_sidebar .author_info .auhor_header .thumb {
        float: left
    }
    .courses_details_info .courses_sidebar .author_info .auhor_header .name {
        position: relative;
        overflow: hidden;
        padding-left: 15px;
        top: 5px
    }
    .courses_details_info .courses_sidebar .author_info .auhor_header .name h3 {
        font-size: 18px;
        color: #1f1f1f;
        font-weight: 400;
        margin-bottom: 4px
    }
    .courses_details_info .courses_sidebar .author_info .auhor_header .name p {
        font-size: 14px;
        color: #919191
    }
    .courses_details_info .courses_sidebar .author_info ul li {
        display: inline-block
    }
    .courses_details_info .courses_sidebar .author_info ul li a {
        color: #d1d1d1;
        margin-right: 17px
    }
    .courses_details_info .courses_sidebar .author_info ul li a:hover {
        color: #04d2c8
    }
    .courses_details_info .courses_sidebar .boxed_btn {
        width: 100%;
        text-align: center
    }
    .courses_details_info .courses_sidebar .feedback_info {
        border: 1px solid #e8e8e8;
        padding: 35px;
        margin-top: 40px
    }
    @media(max-width:767px) {
        .courses_details_info .courses_sidebar .feedback_info {
            padding: 25px
        }
    }
    .courses_details_info .courses_sidebar .feedback_info h3 {
        font-size: 18px;
        color: #1f1f1f;
        font-weight: 400;
        font-family: poppins, sans-serif;
        margin-bottom: 27px
    }
    .courses_details_info .courses_sidebar .feedback_info p {
        font-size: 14px;
        color: #1f1f1f;
        font-weight: 400;
        font-family: poppins, sans-serif;
        margin-bottom: 0
    }
    .courses_details_info .courses_sidebar .feedback_info i {
        font-size: 20px;
        color: #feae5c
    }
    .courses_details_info .courses_sidebar .feedback_info textarea {
        margin-top: 15px;
        border: 1px solid #e8e8e8;
        font-family: poppins, sans-serif;
        font-size: 17px;
        padding: 15px;
        margin-bottom: 30px;
        width: 100%
    }
    .courses_details_info .courses_sidebar .feedback_info textarea::placeholder {
        font-family: poppins, sans-serif;
        font-size: 17px
    }
    .testimonial_bg_1 {
        background-image: url(../img/testmonial/testmonial.png)
    }
    .testimonial_area {
        position: relative;
        z-index: 0;
        padding: 160px 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center
    }
    .testimonial_area .testmonial_text p {
        font-size: 24px;
        color: #fff;
        font-weight: 400;
        font-family: poppins, sans-serif;
        line-height: 34px;
        margin-top: 26px;
        margin-bottom: 22px
    }
    @media(max-width:767px) {
        .testimonial_area .testmonial_text p {
            font-size: 18px
        }
    }
    @media(max-width:767px) {
        .testimonial_area .testmonial_text p br {
            display: none
        }
    }
    .testimonial_area .testmonial_text span {
        font-size: 16px;
        color: #fff;
        font-weight: 400
    }
    .testimonial_area .owl-carousel .owl-item img {
        display: inline-block;
        width: auto;
        margin: auto
    }
    .popular_courses {
        padding-top: 60px;
        padding-bottom: 200px
    }
    .popular_courses.plus_padding {
        padding-top: 200px
    }
    @media(max-width:767px) {
        .popular_courses.plus_padding {
            padding-bottom: 100px
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .popular_courses.plus_padding {
            padding-bottom: 100px
        }
    }
    @media(min-width:992px) and (max-width:1200px) {
        .popular_courses.plus_padding {
            padding-bottom: 120px
        }
    }
    @media(max-width:767px) {
        .popular_courses {
            padding-top: 100px;
            padding-bottom: 100px
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .popular_courses {
            padding-top: 60px;
            padding-bottom: 100px
        }
    }
    .popular_courses .single_courses {
        margin-bottom: 50px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .05)
    }
    .popular_courses .single_courses .thumb {
        overflow: hidden;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }
    .popular_courses .single_courses .thumb img {
        width: 100%;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .popular_courses .single_courses .courses_info {
        padding: 30px 30px 15px
    }
    .popular_courses .single_courses .courses_info span {
        font-size: 14px;
        color: #4d4d4d;
        font-family: poppins, sans-serif
    }
    .popular_courses .single_courses .courses_info h3 {
        font-size: 18px;
        color: #1f1f1f;
        font-family: poppins, sans-serif;
        font-weight: 500;
        line-height: 28px;
        margin-top: 11px;
        margin-bottom: 30px
    }
    @media(max-width:767px) {
        .popular_courses .single_courses .courses_info h3 br {
            display: none
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .popular_courses .single_courses .courses_info h3 br {
            display: none
        }
    }
    @media(min-width:992px) and (max-width:1200px) {
        .popular_courses .single_courses .courses_info h3 br {
            display: none
        }
    }
    @media large_device {
        .popular_courses .single_courses .courses_info h3 br {
            display: none
        }
    }
    .popular_courses .single_courses .courses_info h3 a:hover {
        color: #fdae5c
    }
    .popular_courses .single_courses .courses_info .star_prise {
        border-top: 1px solid #e8e8e8;
        padding-top: 16px
    }
    .popular_courses .single_courses .courses_info .star_prise .star i {
        font-size: 16px;
        color: #fd8e5e
    }
    .popular_courses .single_courses .courses_info .star_prise .star span {
        font-weight: 400;
        font-size: 14px;
        color: #919191
    }
    .popular_courses .single_courses .courses_info .star_prise .prise span {
        font-size: 16px
    }
    .popular_courses .single_courses .courses_info .star_prise .prise span.offer {
        color: #c7c7c7;
        text-decoration: line-through;
        margin-right: 14px
    }
    .popular_courses .single_courses .courses_info .star_prise .prise span.active_prise {
        color: #1f1f1f
    }
    .popular_courses .single_courses:hover .thumb {
        overflow: hidden
    }
    .popular_courses .single_courses:hover .thumb img {
        width: 100%;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    .popular_courses .more_courses {
        margin-top: 30px
    }
    .popular_courses .course_nav .nav {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        margin-bottom: 100px;
        border-bottom: 1px solid #e8e8e8
    }
    @media(max-width:767px) {
        .popular_courses .course_nav .nav {
            margin-bottom: 30px
        }
    }
    .popular_courses .course_nav .nav li a {
        font-family: poppins, sans-serif;
        font-weight: 500;
        padding: 30px 0;
        font-size: 16px;
        color: #919191
    }
    @media(max-width:767px) {
        .popular_courses .course_nav .nav li a {
            padding: 10px 0;
            font-size: 15px
        }
    }
    @media(min-width:768px) and (max-width:991px) {
        .popular_courses .course_nav .nav li a {
            font-size: 13px
        }
    }
    .popular_courses .course_nav .nav li a.active {
        color: #1f1f1f;
        position: relative;
        z-index: 9
    }
    .popular_courses .course_nav .nav li a.active::before {
        content: "";
        background: #04d2c8;
        width: 100%;
        height: 3px;
        bottom: 0;
        left: 0;
        position: absolute
    }
    .dropdown .dropdown-menu {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }
    .contact-info {
        margin-bottom: 25px
    }
    .contact-info__icon {
        margin-right: 20px
    }
    .contact-info__icon i,
    .contact-info__icon span {
        color: #8f9195;
        font-size: 27px
    }
    .contact-info .media-body h3 {
        font-size: 16px;
        margin-bottom: 0;
        font-size: 16px;
        color: #2a2a2a
    }
    .contact-info .media-body h3 a:hover {
        color: #ff5e13
    }
    .contact-info .media-body p {
        color: #8a8a8a
    }
    .contact-title {
        font-size: 27px;
        font-weight: 600;
        margin-bottom: 20px
    }
    .form-contact label {
        font-size: 14px
    }
    .form-contact .form-group {
        margin-bottom: 30px
    }
    .form-contact .form-control {
        border: 1px solid #e5e6e9;
        border-radius: 0;
        height: 48px;
        padding-left: 18px;
        font-size: 13px;
        background: 0 0
    }
    .form-contact .form-control:focus {
        outline: 0;
        box-shadow: none
    }
    .form-contact .form-control::placeholder {
        font-weight: 300;
        color: #999
    }
    .form-contact textarea {
        border-radius: 0;
        height: 100%!important
    }
    .modal-message .modal-dialog {
        position: absolute;
        top: 36%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%)!important;
        margin: 0;
        max-width: 500px;
        width: 100%
    }
    .modal-message .modal-dialog .modal-content .modal-header {
        text-align: center;
        display: block;
        border-bottom: none;
        padding-top: 50px;
        padding-bottom: 50px
    }
    .modal-message .modal-dialog .modal-content .modal-header .close {
        position: absolute;
        right: -15px;
        top: -15px;
        padding: 0;
        color: #fff;
        opacity: 1;
        cursor: pointer
    }
    .modal-message .modal-dialog .modal-content .modal-header h2 {
        display: block;
        text-align: center;
        padding-bottom: 10px
    }
    .modal-message .modal-dialog .modal-content .modal-header p {
        display: block
    }
    .contact-section {
        padding: 130px 0 100px
    }
    @media(max-width:991px) {
        .contact-section {
            padding: 70px 0 40px
        }
    }
    @media only screen and (min-width:992px) and (max-width:1200px) {
        .contact-section {
            padding: 80px 0 50px
        }
    }
    .contact-section .btn_2 {
        background-color: #191d34;
        padding: 18px 60px;
        border-radius: 50px;
        margin-top: 0
    }
    .contact-section .btn_2:hover {
        background-color: #ff5e13
    }
    .sample-text-area {
        background: #fff;
        padding: 100px 0 70px
    }
    .text-heading {
        margin-bottom: 30px;
        font-size: 24px
    }
    b,
    sup,
    sub,
    u,
    del {
        color: #ff5e13
    }
    h1 {
        font-size: 36px
    }
    h2 {
        font-size: 30px
    }
    h3 {
        font-size: 24px
    }
    h4 {
        font-size: 18px
    }
    h5 {
        font-size: 16px
    }
    h6 {
        font-size: 14px
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.2em
    }
    .typography h1,
    .typography h2,
    .typography h3,
    .typography h4,
    .typography h5,
    .typography h6 {
        color: #828bb2
    }
    .button-area {
        background: #fff
    }
    .button-area .border-top-generic {
        padding: 70px 15px;
        border-top: 1px dotted #eee
    }
    .button-group-area .genric-btn {
        margin-right: 10px;
        margin-top: 10px
    }
    .button-group-area .genric-btn:last-child {
        margin-right: 0
    }
    .genric-btn {
        display: inline-block;
        outline: none;
        line-height: 40px;
        padding: 0 30px;
        font-size: .8em;
        text-align: center;
        text-decoration: none;
        font-weight: 500;
        cursor: pointer;
        -webkit-transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }
    .genric-btn:focus {
        outline: none
    }
    .genric-btn.e-large {
        padding: 0 40px;
        line-height: 50px
    }
    .genric-btn.large {
        line-height: 45px
    }
    .genric-btn.medium {
        line-height: 30px
    }
    .genric-btn.small {
        line-height: 25px
    }
    .genric-btn.radius {
        border-radius: 3px
    }
    .genric-btn.circle {
        border-radius: 20px
    }
    .genric-btn.arrow {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .genric-btn.arrow span {
        margin-left: 10px
    }
    .genric-btn.default {
        color: #415094;
        background: #f9f9ff;
        border: 1px solid transparent
    }
    .genric-btn.default:hover {
        border: 1px solid #f9f9ff;
        background: #fff
    }
    .genric-btn.default-border {
        border: 1px solid #f9f9ff;
        background: #fff
    }
    .genric-btn.default-border:hover {
        color: #415094;
        background: #f9f9ff;
        border: 1px solid transparent
    }
    .genric-btn.primary {
        color: #fff;
        background: #ff5e13;
        border: 1px solid transparent
    }
    .genric-btn.primary:hover {
        color: #ff5e13;
        border: 1px solid #ff5e13;
        background: #fff
    }
    .genric-btn.primary-border {
        color: #ff5e13;
        border: 1px solid #ff5e13;
        background: #fff
    }
    .genric-btn.primary-border:hover {
        color: #fff;
        background: #ff5e13;
        border: 1px solid transparent
    }
    .genric-btn.success {
        color: #fff;
        background: #4cd3e3;
        border: 1px solid transparent
    }
    .genric-btn.success:hover {
        color: #4cd3e3;
        border: 1px solid #4cd3e3;
        background: #fff
    }
    .genric-btn.success-border {
        color: #4cd3e3;
        border: 1px solid #4cd3e3;
        background: #fff
    }
    .genric-btn.success-border:hover {
        color: #fff;
        background: #4cd3e3;
        border: 1px solid transparent
    }
    .genric-btn.info {
        color: #fff;
        background: #38a4ff;
        border: 1px solid transparent
    }
    .genric-btn.info:hover {
        color: #38a4ff;
        border: 1px solid #38a4ff;
        background: #fff
    }
    .genric-btn.info-border {
        color: #38a4ff;
        border: 1px solid #38a4ff;
        background: #fff
    }
    .genric-btn.info-border:hover {
        color: #fff;
        background: #38a4ff;
        border: 1px solid transparent
    }
    .genric-btn.warning {
        color: #fff;
        background: #f4e700;
        border: 1px solid transparent
    }
    .genric-btn.warning:hover {
        color: #f4e700;
        border: 1px solid #f4e700;
        background: #fff
    }
    .genric-btn.warning-border {
        color: #f4e700;
        border: 1px solid #f4e700;
        background: #fff
    }
    .genric-btn.warning-border:hover {
        color: #fff;
        background: #f4e700;
        border: 1px solid transparent
    }
    .genric-btn.danger {
        color: #fff;
        background: #f44a40;
        border: 1px solid transparent
    }
    .genric-btn.danger:hover {
        color: #f44a40;
        border: 1px solid #f44a40;
        background: #fff
    }
    .genric-btn.danger-border {
        color: #f44a40;
        border: 1px solid #f44a40;
        background: #fff
    }
    .genric-btn.danger-border:hover {
        color: #fff;
        background: #f44a40;
        border: 1px solid transparent
    }
    .genric-btn.link {
        color: #415094;
        background: #f9f9ff;
        text-decoration: underline;
        border: 1px solid transparent
    }
    .genric-btn.link:hover {
        color: #415094;
        border: 1px solid #f9f9ff;
        background: #fff
    }
    .genric-btn.link-border {
        color: #415094;
        border: 1px solid #f9f9ff;
        background: #fff;
        text-decoration: underline
    }
    .genric-btn.link-border:hover {
        color: #415094;
        background: #f9f9ff;
        border: 1px solid transparent
    }
    .genric-btn.disable {
        color: #222, .3;
        background: #f9f9ff;
        border: 1px solid transparent;
        cursor: not-allowed
    }
    .generic-blockquote {
        padding: 30px 50px 30px 30px;
        background: #f9f9ff;
        border-left: 2px solid #ff5e13
    }
    .progress-table-wrap {
        overflow-x: scroll
    }
    .progress-table {
        background: #f9f9ff;
        padding: 15px 0 30px;
        min-width: 800px
    }
    .progress-table .serial {
        width: 11.83%;
        padding-left: 30px
    }
    .progress-table .country {
        width: 28.07%
    }
    .progress-table .visit {
        width: 19.74%
    }
    .progress-table .percentage {
        width: 40.36%;
        padding-right: 50px
    }
    .progress-table .table-head {
        display: flex
    }
    .progress-table .table-head .serial,
    .progress-table .table-head .country,
    .progress-table .table-head .visit,
    .progress-table .table-head .percentage {
        color: #415094;
        line-height: 40px;
        text-transform: uppercase;
        font-weight: 500
    }
    .progress-table .table-row {
        padding: 15px 0;
        border-top: 1px solid #edf3fd;
        display: flex
    }
    .progress-table .table-row .serial,
    .progress-table .table-row .country,
    .progress-table .table-row .visit,
    .progress-table .table-row .percentage {
        display: flex;
        align-items: center
    }
    .progress-table .table-row .country img {
        margin-right: 15px
    }
    .progress-table .table-row .percentage .progress {
        width: 80%;
        border-radius: 0;
        background: 0 0
    }
    .progress-table .table-row .percentage .progress .progress-bar {
        height: 5px;
        line-height: 5px
    }
    .progress-table .table-row .percentage .progress .progress-bar.color-1 {
        background-color: #6382e6
    }
    .progress-table .table-row .percentage .progress .progress-bar.color-2 {
        background-color: #e66686
    }
    .progress-table .table-row .percentage .progress .progress-bar.color-3 {
        background-color: #f09359
    }
    .progress-table .table-row .percentage .progress .progress-bar.color-4 {
        background-color: #73fbaf
    }
    .progress-table .table-row .percentage .progress .progress-bar.color-5 {
        background-color: #73fbaf
    }
    .progress-table .table-row .percentage .progress .progress-bar.color-6 {
        background-color: #6382e6
    }
    .progress-table .table-row .percentage .progress .progress-bar.color-7 {
        background-color: #a367e7
    }
    .progress-table .table-row .percentage .progress .progress-bar.color-8 {
        background-color: #e66686
    }
    .single-gallery-image {
        margin-top: 30px;
        background-repeat: no-repeat!important;
        background-position: center center!important;
        background-size: cover!important;
        height: 200px
    }
    .list-style {
        width: 14px;
        height: 14px
    }
    .unordered-list li {
        position: relative;
        padding-left: 30px;
        line-height: 1.82em!important
    }
    .unordered-list li:before {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        border: 3px solid #ff5e13;
        background: #fff;
        top: 4px;
        left: 0;
        border-radius: 50%
    }
    .ordered-list {
        margin-left: 30px
    }
    .ordered-list li {
        list-style-type: decimal-leading-zero;
        color: #ff5e13;
        font-weight: 500;
        line-height: 1.82em!important
    }
    .ordered-list li span {
        font-weight: 300;
        color: #828bb2
    }
    .ordered-list-alpha li {
        margin-left: 30px;
        list-style-type: lower-alpha;
        color: #ff5e13;
        font-weight: 500;
        line-height: 1.82em!important
    }
    .ordered-list-alpha li span {
        font-weight: 300;
        color: #828bb2
    }
    .ordered-list-roman li {
        margin-left: 30px;
        list-style-type: lower-roman;
        color: #ff5e13;
        font-weight: 500;
        line-height: 1.82em!important
    }
    .ordered-list-roman li span {
        font-weight: 300;
        color: #828bb2
    }
    .single-input {
        display: block;
        width: 100%;
        line-height: 40px;
        border: none;
        outline: none;
        background: #f9f9ff;
        padding: 0 20px
    }
    .single-input:focus {
        outline: none
    }
    .input-group-icon {
        position: relative
    }
    .input-group-icon .icon {
        position: absolute;
        left: 20px;
        top: 0;
        line-height: 40px;
        z-index: 3
    }
    .input-group-icon .icon i {
        color: #797979
    }
    .input-group-icon .single-input {
        padding-left: 45px
    }
    .single-textarea {
        display: block;
        width: 100%;
        line-height: 40px;
        border: none;
        outline: none;
        background: #f9f9ff;
        padding: 0 20px;
        height: 100px;
        resize: none
    }
    .single-textarea:focus {
        outline: none
    }
    .single-input-primary {
        display: block;
        width: 100%;
        line-height: 40px;
        border: 1px solid transparent;
        outline: none;
        background: #f9f9ff;
        padding: 0 20px
    }
    .single-input-primary:focus {
        outline: none;
        border: 1px solid #ff5e13
    }
    .single-input-accent {
        display: block;
        width: 100%;
        line-height: 40px;
        border: 1px solid transparent;
        outline: none;
        background: #f9f9ff;
        padding: 0 20px
    }
    .single-input-accent:focus {
        outline: none;
        border: 1px solid #eb6b55
    }
    .single-input-secondary {
        display: block;
        width: 100%;
        line-height: 40px;
        border: 1px solid transparent;
        outline: none;
        background: #f9f9ff;
        padding: 0 20px
    }
    .single-input-secondary:focus {
        outline: none;
        border: 1px solid #f09359
    }
    .default-switch {
        width: 35px;
        height: 17px;
        border-radius: 8.5px;
        background: #f9f9ff;
        position: relative;
        cursor: pointer
    }
    .default-switch input {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer
    }
    .default-switch input+label {
        position: absolute;
        top: 1px;
        left: 1px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #ff5e13;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2);
        cursor: pointer
    }
    .default-switch input:checked+label {
        left: 19px
    }
    .primary-switch {
        width: 35px;
        height: 17px;
        border-radius: 8.5px;
        background: #f9f9ff;
        position: relative;
        cursor: pointer
    }
    .primary-switch input {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0
    }
    .primary-switch input+label {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%
    }
    .primary-switch input+label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: 0 0;
        border-radius: 8.5px;
        cursor: pointer;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }
    .primary-switch input+label:after {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #fff;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2);
        cursor: pointer
    }
    .primary-switch input:checked+label:after {
        left: 19px
    }
    .primary-switch input:checked+label:before {
        background: #ff5e13
    }
    .confirm-switch {
        width: 35px;
        height: 17px;
        border-radius: 8.5px;
        background: #f9f9ff;
        position: relative;
        cursor: pointer
    }
    .confirm-switch input {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0
    }
    .confirm-switch input+label {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%
    }
    .confirm-switch input+label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: 0 0;
        border-radius: 8.5px;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        cursor: pointer
    }
    .confirm-switch input+label:after {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #fff;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2);
        cursor: pointer
    }
    .confirm-switch input:checked+label:after {
        left: 19px
    }
    .confirm-switch input:checked+label:before {
        background: #4cd3e3
    }
    .primary-checkbox {
        width: 16px;
        height: 16px;
        border-radius: 3px;
        background: #f9f9ff;
        position: relative;
        cursor: pointer
    }
    .primary-checkbox input {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0
    }
    .primary-checkbox input+label {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        cursor: pointer;
        border: 1px solid #f1f1f1
    }
    .primary-checkbox input:checked+label {
        background: url(../img/elements/primary-check.png) no-repeat center center/cover;
        border: none
    }
    .confirm-checkbox {
        width: 16px;
        height: 16px;
        border-radius: 3px;
        background: #f9f9ff;
        position: relative;
        cursor: pointer
    }
    .confirm-checkbox input {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0
    }
    .confirm-checkbox input+label {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        cursor: pointer;
        border: 1px solid #f1f1f1
    }
    .confirm-checkbox input:checked+label {
        background: url(../img/elements/success-check.png) no-repeat center center/cover;
        border: none
    }
    .disabled-checkbox {
        width: 16px;
        height: 16px;
        border-radius: 3px;
        background: #f9f9ff;
        position: relative;
        cursor: pointer
    }
    .disabled-checkbox input {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0
    }
    .disabled-checkbox input+label {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        cursor: pointer;
        border: 1px solid #f1f1f1
    }
    .disabled-checkbox input:disabled {
        cursor: not-allowed;
        z-index: 3
    }
    .disabled-checkbox input:checked+label {
        background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
        border: none
    }
    .primary-radio {
        width: 16px;
        height: 16px;
        border-radius: 8px;
        background: #f9f9ff;
        position: relative;
        cursor: pointer
    }
    .primary-radio input {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0
    }
    .primary-radio input+label {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 8px;
        cursor: pointer;
        border: 1px solid #f1f1f1
    }
    .primary-radio input:checked+label {
        background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
        border: none
    }
    .confirm-radio {
        width: 16px;
        height: 16px;
        border-radius: 8px;
        background: #f9f9ff;
        position: relative;
        cursor: pointer
    }
    .confirm-radio input {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0
    }
    .confirm-radio input+label {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 8px;
        cursor: pointer;
        border: 1px solid #f1f1f1
    }
    .confirm-radio input:checked+label {
        background: url(../img/elements/success-radio.png) no-repeat center center/cover;
        border: none
    }
    .disabled-radio {
        width: 16px;
        height: 16px;
        border-radius: 8px;
        background: #f9f9ff;
        position: relative;
        cursor: pointer
    }
    .disabled-radio input {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0
    }
    .disabled-radio input+label {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 8px;
        cursor: pointer;
        border: 1px solid #f1f1f1
    }
    .disabled-radio input:disabled {
        cursor: not-allowed;
        z-index: 3
    }
    .disabled-radio input:checked+label {
        background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
        border: none
    }
    .default-select {
        height: 40px
    }
    .default-select .nice-select {
        border: none;
        border-radius: 0;
        height: 40px;
        background: #f9f9ff;
        padding-left: 20px;
        padding-right: 40px
    }
    .default-select .nice-select .list {
        margin-top: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        width: 100%;
        padding: 10px 0 10px 0
    }
    .default-select .nice-select .list .option {
        font-weight: 300;
        -webkit-transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        line-height: 28px;
        min-height: 28px;
        font-size: 12px;
        padding-left: 20px
    }
    .default-select .nice-select .list .option.selected {
        color: #ff5e13;
        background: 0 0
    }
    .default-select .nice-select .list .option:hover {
        color: #ff5e13;
        background: 0 0
    }
    .default-select .current {
        margin-right: 50px;
        font-weight: 300
    }
    .default-select .nice-select::after {
        right: 20px
    }
    .form-select {
        height: 40px;
        width: 100%
    }
    .form-select .nice-select {
        border: none;
        border-radius: 0;
        height: 40px;
        background: #f9f9ff;
        padding-left: 45px;
        padding-right: 40px;
        width: 100%
    }
    .form-select .nice-select .list {
        margin-top: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        width: 100%;
        padding: 10px 0 10px 0
    }
    .form-select .nice-select .list .option {
        font-weight: 300;
        -webkit-transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        line-height: 28px;
        min-height: 28px;
        font-size: 12px;
        padding-left: 45px
    }
    .form-select .nice-select .list .option.selected {
        color: #ff5e13;
        background: 0 0
    }
    .form-select .nice-select .list .option:hover {
        color: #ff5e13;
        background: 0 0
    }
    .form-select .current {
        margin-right: 50px;
        font-weight: 300
    }
    .form-select .nice-select::after {
        right: 20px
    }
    .mt-10 {
        margin-top: 10px
    }
    .section-top-border {
        padding: 50px 0;
        border-top: 1px dotted #eee
    }
    .mb-30 {
        margin-bottom: 30px
    }
    .mt-30 {
        margin-top: 30px
    }
    .switch-wrap {
        margin-bottom: 10px
    }
    .latest-blog-area .area-heading {
        margin-bottom: 70px
    }
    .blog_area a {
        color: #666!important;
        text-decoration: none;
        -webkit-transition: .5s;
        transition: .5s
    }
    .blog_area a:hover,
    .blog_area a:hover {
        background: -webkit-linear-gradient(131deg, #8A47E5 0%, #8A47E5 99%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-decoration: none;
        -webkit-transition: .5s;
        transition: .5s
    }
    .single-blog {
        overflow: hidden;
        margin-bottom: 30px
    }
    .single-blog:hover {
        box-shadow: 0 10px 20px 0 rgba(42, 34, 123, .1)
    }
    .single-blog .thumb {
        overflow: hidden;
        position: relative
    }
    .single-blog .thumb:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0;
        -webkit-transition: .5s;
        transition: .5s
    }
    .single-blog h4 {
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 34px;
        margin-bottom: 25px
    }
    .single-blog a {
        font-size: 20px;
        font-weight: 600
    }
    .single-blog .date {
        color: #666;
        text-align: left;
        display: inline-block;
        font-size: 13px;
        font-weight: 300
    }
    .single-blog .tag {
        text-align: left;
        display: inline-block;
        float: left;
        font-size: 13px;
        font-weight: 300;
        margin-right: 22px;
        position: relative
    }
    .single-blog .tag:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 10px;
        background: #acacac;
        right: -12px;
        top: 7px
    }
    @media(max-width:1199px) {
        .single-blog .tag {
            margin-right: 8px
        }
        .single-blog .tag:after {
            display: none
        }
    }
    .single-blog .likes {
        margin-right: 16px
    }
    @media(max-width:800px) {
        .single-blog {
            margin-bottom: 30px
        }
    }
    .single-blog .single-blog-content {
        padding: 30px
    }
    .single-blog .single-blog-content .meta-bottom p {
        font-size: 13px;
        font-weight: 300
    }
    .single-blog .single-blog-content .meta-bottom i {
        color: #fdcb9e;
        font-size: 13px;
        margin-right: 7px
    }
    @media(max-width:1199px) {
        .single-blog .single-blog-content {
            padding: 15px
        }
    }
    .single-blog:hover .thumb:after {
        opacity: .7;
        -webkit-transition: .5s;
        transition: .5s
    }
    @media(max-width:1199px) {
        .single-blog h4 {
            transition: all 300ms linear 0s;
            border-bottom: 1px solid #dfdfdf;
            padding-bottom: 14px;
            margin-bottom: 12px
        }
        .single-blog h4 a {
            font-size: 18px
        }
    }
    .full_image.single-blog {
        position: relative
    }
    .full_image.single-blog .single-blog-content {
        position: absolute;
        left: 35px;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .5s;
        transition: .5s
    }
    @media(min-width:992px) {
        .full_image.single-blog .single-blog-content {
            bottom: 100px
        }
    }
    .full_image.single-blog h4 {
        -webkit-transition: .5s;
        transition: .5s;
        border-bottom: none;
        padding-bottom: 5px
    }
    .full_image.single-blog a {
        font-size: 20px;
        font-weight: 600
    }
    .full_image.single-blog .date {
        color: #fff
    }
    .full_image.single-blog:hover .single-blog-content {
        opacity: 1;
        visibility: visible;
        -webkit-transition: .5s;
        transition: .5s
    }
    .l_blog_item .l_blog_text .date {
        margin-top: 24px;
        margin-bottom: 15px
    }
    .l_blog_item .l_blog_text .date a {
        font-size: 12px
    }
    .l_blog_item .l_blog_text h4 {
        font-size: 18px;
        border-bottom: 1px solid #eee;
        margin-bottom: 0;
        padding-bottom: 20px;
        -webkit-transition: .5s;
        transition: .5s
    }
    .l_blog_item .l_blog_text p {
        margin-bottom: 0;
        padding-top: 20px
    }
    .causes_slider .owl-dots {
        text-align: center;
        margin-top: 80px
    }
    .causes_slider .owl-dots .owl-dot {
        height: 14px;
        width: 14px;
        background: #eee;
        display: inline-block;
        margin-right: 7px
    }
    .causes_slider .owl-dots .owl-dot:last-child {
        margin-right: 0
    }
    .causes_item {
        background: #fff
    }
    .causes_item .causes_img {
        position: relative
    }
    .causes_item .causes_img .c_parcent {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        height: 3px;
        background: rgba(255, 255, 255, .5)
    }
    .causes_item .causes_img .c_parcent span {
        width: 70%;
        height: 3px;
        position: absolute;
        left: 0;
        bottom: 0
    }
    .causes_item .causes_img .c_parcent span:before {
        content: "75%";
        position: absolute;
        right: -10px;
        bottom: 0;
        color: #fff;
        padding: 0 5px
    }
    .causes_item .causes_text {
        padding: 30px 35px 40px 30px
    }
    .causes_item .causes_text h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
        cursor: pointer
    }
    .causes_item .causes_text p {
        font-size: 14px;
        line-height: 24px;
        font-weight: 300;
        margin-bottom: 0
    }
    .causes_item .causes_bottom a {
        width: 50%;
        border: 1px solid;
        text-align: center;
        float: left;
        line-height: 50px;
        color: #fff;
        font-size: 14px;
        font-weight: 500
    }
    .causes_item .causes_bottom a+a {
        border-color: #eee;
        background: #fff;
        font-size: 14px
    }
    .latest_blog_area {
        background: #f9f9ff
    }
    .single-recent-blog-post {
        margin-bottom: 30px
    }
    .single-recent-blog-post .thumb {
        overflow: hidden
    }
    .single-recent-blog-post .thumb img {
        transition: all .7s linear
    }
    .single-recent-blog-post .details {
        padding-top: 30px
    }
    .single-recent-blog-post .details .sec_h4 {
        line-height: 24px;
        padding: 10px 0 13px;
        transition: all .3s linear
    }
    .single-recent-blog-post .date {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400
    }
    .single-recent-blog-post:hover img {
        transform: scale(1.23) rotate(10deg)
    }
    .tags .tag_btn {
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        border: 1px solid #eee;
        display: inline-block;
        padding: 1px 18px;
        text-align: center
    }
    .tags .tag_btn+.tag_btn {
        margin-left: 2px
    }
    .blog_categorie_area {
        padding-top: 30px;
        padding-bottom: 30px
    }
    @media(min-width:900px) {
        .blog_categorie_area {
            padding-top: 80px;
            padding-bottom: 80px
        }
    }
    @media(min-width:1100px) {
        .blog_categorie_area {
            padding-top: 120px;
            padding-bottom: 120px
        }
    }
    .categories_post {
        position: relative;
        text-align: center;
        cursor: pointer
    }
    .categories_post img {
        max-width: 100%
    }
    .categories_post .categories_details {
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        background: rgba(34, 34, 34, .75);
        color: #fff;
        transition: all .3s linear;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .categories_post .categories_details h5 {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 26px;
        text-transform: uppercase;
        color: #fff;
        position: relative
    }
    .categories_post .categories_details p {
        font-weight: 300;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0
    }
    .categories_post .categories_details .border_line {
        margin: 10px 0;
        background: #fff;
        width: 100%;
        height: 1px
    }
    .categories_post:hover .categories_details {
        background: rgba(222, 99, 32, .85)
    }
    .blog_item {
        margin-bottom: 50px
    }
    .blog_details {
        padding: 30px 0 20px 10px;
        box-shadow: 0 10px 20px 0 rgba(221, 221, 221, .3)
    }
    @media(min-width:768px) {
        .blog_details {
            padding: 60px 30px 35px 35px
        }
    }
    .blog_details p {
        margin-bottom: 30px
    }
    .blog_details a {
        color: #ff8b23
    }
    .blog_details a:hover {
        color: #8446e3
    }
    .blog_details h2 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px
    }
    @media(min-width:768px) {
        .blog_details h2 {
            font-size: 24px;
            margin-bottom: 15px
        }
    }
    .blog-info-link li {
        float: left;
        font-size: 14px
    }
    .blog-info-link li a {
        color: #999
    }
    .blog-info-link li i,
    .blog-info-link li span {
        font-size: 13px;
        margin-right: 5px
    }
    .blog-info-link li::after {
        content: "|";
        padding-left: 10px;
        padding-right: 10px
    }
    .blog-info-link li:last-child::after {
        display: none
    }
    .blog-info-link::after {
        content: "";
        display: block;
        clear: both;
        display: table
    }
    .blog_item_img {
        position: relative
    }
    .blog_item_img .blog_item_date {
        position: absolute;
        bottom: -10px;
        left: 10px;
        display: block;
        color: #fff;
        background-color: #2e004b;
        padding: 8px 15px;
        border-radius: 5px
    }
    @media(min-width:768px) {
        .blog_item_img .blog_item_date {
            bottom: -20px;
            left: 40px;
            padding: 13px 30px
        }
    }
    .blog_item_img .blog_item_date h3 {
        font-size: 22px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.2
    }
    @media(min-width:768px) {
        .blog_item_img .blog_item_date h3 {
            font-size: 30px
        }
    }
    .blog_item_img .blog_item_date p {
        font-size: 18px;
        margin-bottom: 0;
        color: #fff
    }
    @media(min-width:768px) {
        .blog_item_img .blog_item_date p {
            font-size: 18px
        }
    }
    .blog_right_sidebar .widget_title {
        font-size: 20px;
        margin-bottom: 40px
    }
    .blog_right_sidebar .widget_title::after {
        content: "";
        display: block;
        padding-top: 15px;
        border-bottom: 1px solid #f0e9ff
    }
    .blog_right_sidebar .single_sidebar_widget {
        background: #fbf9ff;
        padding: 30px;
        margin-bottom: 30px
    }
    .blog_right_sidebar .single_sidebar_widget .btn_1 {
        margin-top: 0
    }
    .blog_right_sidebar .search_widget .form-control {
        height: 50px;
        border-color: #f0e9ff;
        font-size: 13px;
        color: #999;
        padding-left: 20px;
        border-radius: 0;
        border-right: 0
    }
    .blog_right_sidebar .search_widget .form-control::placeholder {
        color: #999
    }
    .blog_right_sidebar .search_widget .form-control:focus {
        border-color: #f0e9ff;
        outline: 0;
        box-shadow: none
    }
    .blog_right_sidebar .search_widget .input-group button {
        background: #fff;
        border-left: 0;
        border: 1px solid #f0e9ff;
        padding: 4px 15px;
        border-left: 0
    }
    .blog_right_sidebar .search_widget .input-group button i,
    .blog_right_sidebar .search_widget .input-group button span {
        font-size: 14px;
        color: #999
    }
    .blog_right_sidebar .newsletter_widget .form-control {
        height: 50px;
        border-color: #f0e9ff;
        font-size: 13px;
        color: #999;
        padding-left: 20px;
        border-radius: 0
    }
    .blog_right_sidebar .newsletter_widget .form-control::placeholder {
        color: #999
    }
    .blog_right_sidebar .newsletter_widget .form-control:focus {
        border-color: #f0e9ff;
        outline: 0;
        box-shadow: none
    }
    .blog_right_sidebar .newsletter_widget .input-group button {
        background: #fff;
        border-left: 0;
        border: 1px solid #f0e9ff;
        padding: 4px 15px;
        border-left: 0
    }
    .blog_right_sidebar .newsletter_widget .input-group button i,
    .blog_right_sidebar .newsletter_widget .input-group button span {
        font-size: 14px;
        color: #999
    }
    .blog_right_sidebar .post_category_widget .cat-list li {
        border-bottom: 1px solid #f0e9ff;
        transition: all .3s ease 0s;
        padding-bottom: 12px
    }
    .blog_right_sidebar .post_category_widget .cat-list li:last-child {
        border-bottom: 0
    }
    .blog_right_sidebar .post_category_widget .cat-list li a {
        font-size: 14px;
        line-height: 20px;
        color: #888
    }
    .blog_right_sidebar .post_category_widget .cat-list li a p {
        margin-bottom: 0
    }
    .blog_right_sidebar .post_category_widget .cat-list li+li {
        padding-top: 15px
    }
    .blog_right_sidebar .popular_post_widget .post_item .media-body {
        justify-content: center;
        align-self: center;
        padding-left: 20px
    }
    .blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 6px;
        transition: all .3s linear
    }
    .blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
        color: #fff
    }
    .blog_right_sidebar .popular_post_widget .post_item .media-body p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 0
    }
    .blog_right_sidebar .popular_post_widget .post_item+.post_item {
        margin-top: 20px
    }
    .blog_right_sidebar .tag_cloud_widget ul li {
        display: inline-block
    }
    .blog_right_sidebar .tag_cloud_widget ul li a {
        display: inline-block;
        border: 1px solid #eee;
        background: #fff;
        padding: 4px 20px;
        margin-bottom: 8px;
        margin-right: 3px;
        transition: all .3s ease 0s;
        color: #888;
        font-size: 13px
    }
    .blog_right_sidebar .tag_cloud_widget ul li a:hover {
        background: #8446e3;
        color: #fff!important;
        -webkit-text-fill-color: #fff;
        text-decoration: none;
        -webkit-transition: .5s;
        transition: .5s
    }
    .blog_right_sidebar .instagram_feeds .instagram_row {
        display: flex;
        margin-right: -6px;
        margin-left: -6px
    }
    .blog_right_sidebar .instagram_feeds .instagram_row li {
        width: 33.33%;
        float: left;
        padding-right: 6px;
        padding-left: 6px;
        margin-bottom: 15px
    }
    .blog_right_sidebar .br {
        width: 100%;
        height: 1px;
        background: #eee;
        margin: 30px 0
    }
    .blog-pagination {
        margin-top: 80px
    }
    .blog-pagination .page-link {
        font-size: 14px;
        position: relative;
        display: block;
        padding: 0;
        text-align: center;
        margin-left: -1px;
        line-height: 45px;
        width: 45px;
        height: 45px;
        border-radius: 0!important;
        color: #8a8a8a;
        border: 1px solid #f0e9ff;
        margin-right: 10px
    }
    .blog-pagination .page-link i,
    .blog-pagination .page-link span {
        font-size: 13px
    }
    .blog-pagination .page-item.active .page-link {
        background-color: #fbf9ff;
        border-color: #f0e9ff;
        color: #888
    }
    .blog-pagination .page-item:last-child .page-link {
        margin-right: 0
    }
    .single-post-area .blog_details {
        box-shadow: none;
        padding: 0
    }
    .single-post-area .social-links {
        padding-top: 10px
    }
    .single-post-area .social-links li {
        display: inline-block;
        margin-bottom: 10px
    }
    .single-post-area .social-links li a {
        color: #ccc;
        padding: 7px;
        font-size: 14px;
        transition: all .2s linear
    }
    .single-post-area .blog_details {
        padding-top: 26px
    }
    .single-post-area .blog_details p {
        margin-bottom: 20px;
        font-size: 15px
    }
    .single-post-area .quote-wrapper {
        background: rgba(130, 139, 178, .1);
        padding: 15px;
        line-height: 1.733;
        color: #888;
        font-style: italic;
        margin-top: 25px;
        margin-bottom: 25px
    }
    @media(min-width:768px) {
        .single-post-area .quote-wrapper {
            padding: 30px
        }
    }
    .single-post-area .quotes {
        background: #fff;
        padding: 15px 15px 15px 20px;
        border-left: 2px solid
    }
    @media(min-width:768px) {
        .single-post-area .quotes {
            padding: 25px 25px 25px 30px
        }
    }
    .single-post-area .arrow {
        position: absolute
    }
    .single-post-area .arrow .lnr {
        font-size: 20px;
        font-weight: 600
    }
    .single-post-area .thumb .overlay-bg {
        background: rgba(0, 0, 0, .8)
    }
    .single-post-area .navigation-top {
        padding-top: 15px;
        border-top: 1px solid #f0e9ff
    }
    .single-post-area .navigation-top p {
        margin-bottom: 0
    }
    .single-post-area .navigation-top .like-info {
        font-size: 14px
    }
    .single-post-area .navigation-top .like-info i,
    .single-post-area .navigation-top .like-info span {
        font-size: 16px;
        margin-right: 5px
    }
    .single-post-area .navigation-top .comment-count {
        font-size: 14px
    }
    .single-post-area .navigation-top .comment-count i,
    .single-post-area .navigation-top .comment-count span {
        font-size: 16px;
        margin-right: 5px
    }
    .single-post-area .navigation-top .social-icons li {
        display: inline-block;
        margin-right: 15px
    }
    .single-post-area .navigation-top .social-icons li:last-child {
        margin: 0
    }
    .single-post-area .navigation-top .social-icons li i,
    .single-post-area .navigation-top .social-icons li span {
        font-size: 14px;
        color: #999
    }
    .single-post-area .blog-author {
        padding: 40px 30px;
        background: #fbf9ff;
        margin-top: 50px
    }
    @media(max-width:600px) {
        .single-post-area .blog-author {
            padding: 20px 8px
        }
    }
    .single-post-area .blog-author img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        margin-right: 30px
    }
    @media(max-width:600px) {
        .single-post-area .blog-author img {
            margin-right: 15px;
            width: 45px;
            height: 45px
        }
    }
    .single-post-area .blog-author a {
        display: inline-block
    }
    .single-post-area .blog-author a:hover {
        color: #8446e3
    }
    .single-post-area .blog-author p {
        margin-bottom: 0;
        font-size: 15px
    }
    .single-post-area .blog-author h4 {
        font-size: 16px
    }
    .single-post-area .navigation-area {
        border-bottom: 1px solid #eee;
        padding-bottom: 30px;
        margin-top: 55px
    }
    .single-post-area .navigation-area p {
        margin-bottom: 0
    }
    .single-post-area .navigation-area h4 {
        font-size: 18px;
        line-height: 25px
    }
    .single-post-area .navigation-area .nav-left {
        text-align: left
    }
    .single-post-area .navigation-area .nav-left .thumb {
        margin-right: 20px;
        background: #000
    }
    .single-post-area .navigation-area .nav-left .thumb img {
        -webkit-transition: .5s;
        transition: .5s
    }
    .single-post-area .navigation-area .nav-left .lnr {
        margin-left: 20px;
        opacity: 0;
        -webkit-transition: .5s;
        transition: .5s
    }
    .single-post-area .navigation-area .nav-left:hover .lnr {
        opacity: 1
    }
    .single-post-area .navigation-area .nav-left:hover .thumb img {
        opacity: .5
    }
    @media(max-width:767px) {
        .single-post-area .navigation-area .nav-left {
            margin-bottom: 30px
        }
    }
    .single-post-area .navigation-area .nav-right {
        text-align: right
    }
    .single-post-area .navigation-area .nav-right .thumb {
        margin-left: 20px;
        background: #000
    }
    .single-post-area .navigation-area .nav-right .thumb img {
        -webkit-transition: .5s;
        transition: .5s
    }
    .single-post-area .navigation-area .nav-right .lnr {
        margin-right: 20px;
        opacity: 0;
        -webkit-transition: .5s;
        transition: .5s
    }
    .single-post-area .navigation-area .nav-right:hover .lnr {
        opacity: 1
    }
    .single-post-area .navigation-area .nav-right:hover .thumb img {
        opacity: .5
    }
    @media(max-width:991px) {
        .single-post-area .sidebar-widgets {
            padding-bottom: 0
        }
    }
    .comments-area {
        background: 0 0;
        border-top: 1px solid #eee;
        padding: 45px 0;
        margin-top: 50px
    }
    @media(max-width:414px) {
        .comments-area {
            padding: 50px 8px
        }
    }
    .comments-area h4 {
        margin-bottom: 35px;
        font-size: 18px
    }
    .comments-area h5 {
        font-size: 16px;
        margin-bottom: 0
    }
    .comments-area .comment-list {
        padding-bottom: 48px
    }
    .comments-area .comment-list:last-child {
        padding-bottom: 0
    }
    .comments-area .comment-list.left-padding {
        padding-left: 25px
    }
    @media(max-width:413px) {
        .comments-area .comment-list .single-comment h5 {
            font-size: 12px
        }
        .comments-area .comment-list .single-comment .date {
            font-size: 11px
        }
        .comments-area .comment-list .single-comment .comment {
            font-size: 10px
        }
    }
    .comments-area .thumb {
        margin-right: 20px
    }
    .comments-area .thumb img {
        width: 70px;
        border-radius: 50%
    }
    .comments-area .date {
        font-size: 14px;
        color: #999;
        margin-bottom: 0;
        margin-left: 20px
    }
    .comments-area .comment {
        margin-bottom: 10px;
        color: #777;
        font-size: 15px
    }
    .comments-area .btn-reply {
        background-color: transparent;
        color: #888;
        padding: 5px 18px;
        font-size: 14px;
        display: block;
        font-weight: 400
    }
    .comment-form {
        border-top: 1px solid #eee;
        padding-top: 45px;
        margin-top: 50px;
        margin-bottom: 20px
    }
    .comment-form .form-group {
        margin-bottom: 30px
    }
    .comment-form h4 {
        margin-bottom: 40px;
        font-size: 18px;
        line-height: 22px
    }
    .comment-form .name {
        padding-left: 0
    }
    @media(max-width:767px) {
        .comment-form .name {
            padding-right: 0;
            margin-bottom: 1rem
        }
    }
    .comment-form .email {
        padding-right: 0
    }
    @media(max-width:991px) {
        .comment-form .email {
            padding-left: 0
        }
    }
    .comment-form .form-control {
        border: 1px solid #f0e9ff;
        border-radius: 5px;
        height: 48px;
        padding-left: 18px;
        font-size: 13px;
        background: 0 0
    }
    .comment-form .form-control:focus {
        outline: 0;
        box-shadow: none
    }
    .comment-form .form-control::placeholder {
        font-weight: 300;
        color: #999
    }
    .comment-form .form-control::placeholder {
        color: #777
    }
    .comment-form textarea {
        padding-top: 18px;
        border-radius: 12px;
        height: 100%!important
    }
    .comment-form::-webkit-input-placeholder {
        font-size: 13px;
        color: #777
    }
    .comment-form::-moz-placeholder {
        font-size: 13px;
        color: #777
    }
    .comment-form:-ms-input-placeholder {
        font-size: 13px;
        color: #777
    }
    .comment-form:-moz-placeholder {
        font-size: 13px;
        color: #777
    }
    .blog_part {
        margin-bottom: 140px
    }
    @media(max-width:576px) {
        .blog_part {
            margin-bottom: 0;
            padding: 0 0 70px
        }
    }
    @media only screen and (min-width:576px) and (max-width:767px) {
        .blog_part {
            margin-bottom: 0;
            padding: 0 0 70px
        }
    }
    @media only screen and (min-width:768px) and (max-width:991px) {
        .blog_part {
            margin-bottom: 0;
            padding: 0 0 70px
        }
    }
    .blog_part .blog_right_sidebar .widget_title {
        font-size: 20px;
        margin-bottom: 40px;
        font-style: inherit!important
    }
    @media(max-width:576px) {
        .blog_part .single-home-blog {
            margin-bottom: 140px;
            margin-top: 20px
        }
    }
    @media only screen and (min-width:576px) and (max-width:767px) {
        .blog_part .single-home-blog {
            margin-bottom: 140px;
            margin-top: 20px
        }
    }
    @media only screen and (min-width:768px) and (max-width:991px) {
        .blog_part .single-home-blog {
            margin-bottom: 140px;
            margin-top: 20px
        }
    }
    .blog_part .single-home-blog .card-img-top {
        border-radius: 0
    }
    .blog_part .single-home-blog .card {
        border: 0 solid transparent;
        border-radius: 0;
        background-color: transparent;
        position: relative
    }
    .blog_part .single-home-blog .card .card-body {
        padding: 25px 10px 29px 40px;
        background-color: #fff;
        position: absolute;
        left: 20px;
        bottom: -140px;
        box-shadow: -7.552px 9.326px 20px 0 rgba(1, 84, 85, .1);
        border-radius: 10px
    }
    
    @media(max-width:576px) {
        .blog_part .single-home-blog .card .card-body {
            padding: 15px;
            left: 10px;
            bottom: -140px
        }
    }
    @media only screen and (min-width:576px) and (max-width:767px) {
        .blog_part .single-home-blog .card .card-body {
            padding: 15px;
            left: 10px;
            bottom: -140px
        }
    }
    @media only screen and (min-width:992px) and (max-width:1200px) {
        .blog_part .single-home-blog .card .card-body {
            padding: 20px
        }
    }
    .blog_part .single-home-blog .card .card-body a {
        color: #8446e3;
        text-transform: uppercase;
        -webkit-transition: .8s;
        transition: .8s
    }
    .blog_part .single-home-blog .card .card-body a:hover {
        background: -webkit-linear-gradient(131deg, #ff7e5f 0%, #feb47b 99%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }
    .blog_part .single-home-blog .card .dot {
        position: relative;
        padding-left: 20px
    }
    .blog_part .single-home-blog .card .dot:after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        top: 5px;
        left: 0;
        background-color: #8446e3;
        border-radius: 50%
    }
    .blog_part .single-home-blog .card span {
        color: #8a8a8a;
        margin-bottom: 10px;
        display: inline-block;
        margin-top: 10px
    }
    @media(max-width:576px) {
        .blog_part .single-home-blog .card span {
            margin-bottom: 5px;
            margin-top: 5px
        }
    }
    @media only screen and (min-width:576px) and (max-width:767px) {
        .blog_part .single-home-blog .card span {
            margin-bottom: 5px;
            margin-top: 5px
        }
    }
    @media only screen and (min-width:768px) and (max-width:991px) {
        .blog_part .single-home-blog .card span {
            margin-bottom: 5px;
            margin-top: 5px
        }
    }
    @media only screen and (min-width:992px) and (max-width:1200px) {
        .blog_part .single-home-blog .card span {
            margin-bottom: 5px;
            margin-top: 5px
        }
    }
    .blog_part .single-home-blog .card h5 {
        font-weight: 600;
        line-height: 1.5;
        font-size: 20px;
        -webkit-transition: .8s;
        transition: .8s;
        text-transform: capitalize;
        margin-bottom: 22px
    }
    @media(max-width:576px) {
        .blog_part .single-home-blog .card h5 {
            margin-bottom: 10px
        }
    }
    @media only screen and (min-width:576px) and (max-width:767px) {
        .blog_part .single-home-blog .card h5 {
            margin-bottom: 10px;
            font-size: 16px
        }
    }
    @media only screen and (min-width:768px) and (max-width:991px) {
        .blog_part .single-home-blog .card h5 {
            margin-bottom: 10px
        }
        
    }
    @media only screen and (min-width:992px) and (max-width:1200px) {
        .blog_part .single-home-blog .card h5 {
            margin-bottom: 10px;
            font-size: 18px
        }
    }
    .blog_part .single-home-blog .card h5:hover {
        -webkit-transition: .8s;
        transition: .8s;
        background: -webkit-linear-gradient(131deg, #feb47b 0%, #ff7e5f 99%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-animation: 1s
    }
    .blog_part .single-home-blog .card ul li {
        display: inline-block;
        color: #8a8a8a;
        margin-right: 14px
    }
    @media(max-width:576px) {
        .blog_part .single-home-blog .card ul li {
            margin-right: 10px
        }
    }
    @media only screen and (min-width:576px) and (max-width:767px) {
        .blog_part .single-home-blog .card ul li {
            margin-right: 10px
        }
    }
    @media only screen and (min-width:768px) and (max-width:991px) {
        .blog_part .single-home-blog .card ul li {
            margin-right: 10px
        }
        
    }
    @media only screen and (min-width:992px) and (max-width:1200px) {
        .blog_part .single-home-blog .card ul li {
            margin-right: 10px
        }
    }
    .blog_part .single-home-blog .card ul li span {
        margin-right: 10px;
        font-size: 12px
    }

    .theme-button .tabl{
        margin-top: 10%;
        
    }

    @media (min-width: 768px){
        .feature-area2 .feature-box {
            margin-top: 15px;
        }
    }

    @media(max-width:320px) {
    .tab-view-spec-class {
        margin-top: 0px !important;
    }
    
}
/* @media (max-width: 1024px){
    .col-md-5 {
        width: 41.66666667%;
        margin-top: 90px !important;
    }
    }
     */



        
