
/*---------------------------
  Fonts
----------------------------*/

@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700|Raleway:300,400,400i,500,600,700,900');

/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/

html {
    font-size: 16px;
}

body {
    font-family:"Helvetica Neue", sans-serif;
    background-color: #fff;
    font-size: 16px;
    font-size: 1rem;
    color: #7e8690;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

p {
    color: #7e8690;
    line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: bold;
    color: #190638;
}

ul {
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}


/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/

.page-wrapper {
    position: relative;
    overflow: hidden;
}

.box-style {
    padding: 0 40px;
}

@media (max-width: 1199px) {
    .box-style {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .box-style {
        padding: 0;
    }
}

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

.section-padding {
    padding: 50px 0;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 90px 0;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 80px 0;
    }
}


/*** color plate ***/

.color-1 {
    color: #ffffff !important;
}

.color-2 {
    color: #feec66 !important;
}

.color-3 {
    color: #270080 !important;
}

.color-4 {
    color: #efa61c !important;
}

.color-5 {
    color: #404040 !important;
}

.color-6 {
    color: #f3a61c !important;
}

.bg-color-1 {
    background: #1a1ab3 !important;
}

.bg-color-2 {
    background: #f3a61c !important;
}

.bg-color-3 {
    background: #ff0080 !important;
}

.bg-color-4 {
    background: #04c9fd !important;
}

.text-up {
    text-transform: uppercase !important;
}
/*** shape ***/
.shape {
    background: url(../images/shape/shape-2.png) center center/cover no-repeat local;
    position: absolute;
    content: "";
    width: 280px;
    height: 308px;
    right: 0;
    bottom: 0;
}
.shape-1 {
    background: url(../images/shape/shape-3.png) center center/cover no-repeat local;
    position: absolute;
    content: "";
    width: 380px;
    height: 383px;
    left: 0;
    bottom: 0;
}
.shape-2 {
    background: url(../images/shape/shape-1.png) center center/cover no-repeat local;
    position: absolute;
    content: "";
    width: 280px;
    height: 308px;
    left: 0;
    top: 0;
}
/*** bg img ***/

.bg-img-1 {
    background: url(../images/bg/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

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

.bg-img-3 {
    background: url(../images/bg/bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-img-4 {
    background: url(../images/bg/bg-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-img-5 {
    background: url(../images/bg/bg-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-img-6 {
    background: url(../images/bg/bg-6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.black-opchity {
    position: relative;
}

.black-opchity:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
/*    background: #222882;*/
    opacity: 0.9;
}

.white-opchity {
    position: relative;
}

.white-opchity:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.92);
}

.low-opchity {
    position: relative;
}

.low-opchity:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #222558;
    opacity: 0.9;
}

.mar-top-0 {
    margin-top: 0 !important;
}

@media (min-width: 320px) and (max-width: 768px) {
    .res-mar {
        margin-top: 40px !important;
    }
     .what-to-expect section{
        width:100%!important;
    }
}
.mar-top-105 {
    margin-top: 105px !important;
}
.mar-bottom-0 {
    margin-bottom: 0 !important;
}

/*** contact form error handling ***/

.contact-validation-active .error-handling-messages {
    width: 100% !important;
    margin-top: 15px !important;
}

.contact-validation-active label.error {
    color: red;
    font-size: 0.875rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: left;
    display: block;
}

.contact-validation-active #loader {
    display: none;
    margin-top: 10px;
}

.contact-validation-active #loader i {
    font-size: 30px;
    color: #fd1e50ed;
    display: inline-block;
    -webkit-animation: rotating linear 2s infinite;
    animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

@media (max-width: 767px) {
    .contact-validation-active #success,
    .contact-validation-active #error {
        font-size: 15px;
    }
}

.contact-validation-active #success {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px;
}

.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 5s alternate infinite;
    animation: rotating 5s alternate infinite;
}


/*** back to top **/

.back-to-top {
    background-color: #efa61c;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    position: absolute;
    z-index: 999;
    left: calc(50% - 22.5px);
    top: -22.5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 991px) {
    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.back-to-top:hover {
    background-color: #c4d8eb;
}

.back-to-top i {
    font-size: 18px;
    color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
    .back-to-top i {
        font-size: 15px;
    }
}


/** for popup image ***/

.mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}


/*** for fancybox video ***/

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999 !important;
}

.fancybox-wrap {
    z-index: 99999 !important;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title > span {
    font-size: 16px;
    color: #fd1e50ed;
    display: block;
    margin-top: -6px;
    text-transform: capitalize;
}

.section-title h3 {
    font-size: 26px;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0.45em 0 0;
}

@media (max-width: 991px) {
    .section-title h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .section-title h3 {
        font-size: 20px;
    }
}

.section-title-s2,
.section-title-s4 {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .section-title-s2,
    .section-title-s4 {
        margin-bottom: 25px;
    }
}

.section-title-s2 > span,
.section-title-s4 > span {
    font-size: 16px;
    color: #fd1e50ed;
    display: block;
    margin-top: -6px;
    text-transform: capitalize;
    position: relative;
}

.section-title-s2 > span:before,
.section-title-s4 > span:before {
    content: "";
    background: #fd1e50ed;
    width: 45px;
    height: 1px;
    position: absolute;
    left: -65px;
    top: 12px;
}

.section-title-s2 h2,
.section-title-s4 h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0.2em 0 0;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .section-title-s2 h2,
    .section-title-s4 h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .section-title-s2 h2,
    .section-title-s4 h2 {
        font-size: 28px;
    }
}

.section-title-s3 {
    margin-bottom: 40px;
    text-align: center;
}

@media (max-width: 991px) {
    .section-title-s3 {
        margin-bottom: 50px;
    }
}

.section-title-s3 > span {
    font-size: 16px;
    color: #fd1e50ed;
    display: block;
    margin-top: -6px;
    text-transform: capitalize;
    position: relative;
}

.section-title-s3 h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0.2em 0 0.5em;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .section-title-s3 h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .section-title-s3 h2 {
        font-size: 28px;
    }
}

.section-title-s5 {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .section-title-s5 {
        margin-bottom: 50px;
    }
}

.section-title-s5 > span {
    font-size: 18px;
    color: #765b7c;
    display: block;
    margin-top: -6px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
}

.section-title-s5 h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .section-title-s5 h2 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .section-title-s5 h2 {
        font-size: 24px;
    }
}

.section-title-s4 h2 {
    color: #0e75b9;
}

.theme-btn,
.theme-btn-s2 {
    background-color: #f27024;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 22px;
    display: inline-block;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
    background-color: #0e75b9;
    color: #fff;
}

@media (max-width: 991px) {
    .theme-btn,
    .theme-btn-s2 {
        font-size: 16px;
        padding: 10px 18px;
    }
}

@media (max-width: 767px) {
    .theme-btn,
    .theme-btn-s2 {
        font-size: 14px;
        padding: 10px 18px;
        margin-bottom:10px;
    }
}

.theme-btn-s4 {
    font-size: 16px;
    font-weight: 600;
    color: #efa61c;
    display: inline-block;
    line-height: 0.5em;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.theme-btn-s4:hover {
    color: #ff0080;
}

@media (max-width: 991px) {
    .theme-btn-s4 {
        font-size: 16px;
        padding: 10px 18px;
    }
}

@media (max-width: 767px) {
    .theme-btn-s4 {
        font-size: 14px;
        padding: 10px 18px;
    }
}

.theme-btn-s5 {
    font-size: 16px;
    font-weight: 600;
    color: #2b2e3a;
    display: inline-block;
    line-height: 0.5em;
    padding-left: 50px;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.theme-btn-s5:before {
    content: "";
    background: #ff0080;
    width: 32px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 5px;
}

.theme-btn-s5:hover {
    color: #ff0080;
}

@media (max-width: 991px) {
    .theme-btn-s5 {
        font-size: 16px;
        padding: 10px 18px;
    }
}

@media (max-width: 767px) {
    .theme-btn-s5 {
        font-size: 14px;
        padding: 10px 18px;
    }
}

.view-cart-btn {
    background: #fd1e50ed;
    color: white;
    padding: 5px 13px 7px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.view-cart-btn:hover {
    background: #1a1ab3;
    color: #fff;
}

.theme-btn-s2 {
    background: #775c7dba;
    color: #fff;
    padding: 15px 30px;
}

.theme-btn-s2:hover {
    background-color: #1a1ab3;
}

@media (max-width: 991px) {
    .theme-btn-s2 {
        padding: 12px 20px;
    }
}

@media (max-width: 767px) {
    .theme-btn-s2 {
        padding: 10px 18px;
    }
}

.form input,
.form textarea,
.form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    border-color: #fd1e50ed;
    -webkit-box-shadow: 0 0 5px 0 #a8de98;
    -moz-box-shadow: 0 0 5px 0 #a8de98;
    -o-box-shadow: 0 0 5px 0 #a8de98;
    -ms-box-shadow: 0 0 5px 0 #a8de98;
    box-shadow: 0 0 5px 0 #a8de98;
}

.form::-webkit-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form:-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form::-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form:-ms-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form select {
    font-style: italic;
    background: url(../images/select-icon.html) no-repeat right center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form select::-ms-expand {
    /* for IE 11 */
    display: none;
}

.social-links {
    overflow: hidden;
}

.social-links li {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 1px;
}

.social-links li a {
    background-color: #a8de98;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    color: #fff;
    text-align: center;
}

.social-links li a:hover {
    background-color: #fd1e50ed;
}


/******************************
  #page title
******************************/

.page-title {
    background: url("../images/page-title.jpg") center center/cover no-repeat local;
    width: 100%;
    height: 420px;
    text-align: center;
    position: relative;
}

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

.page-title:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.page-title .container {
    height: 100%;
    display: table;
}

.page-title .container > .row {
    vertical-align: middle;
    display: table-cell;
}

.page-title h2 {
    font-size: 50px;
    color: #fff;
    margin: 0 0 0.30em;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .page-title h2 {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .page-title h2 {
        font-size: 40px;
    }
}

.page-title .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .page-title .breadcrumb {
        text-align: center;
    }
}

.page-title .breadcrumb li {
    font-size: 16px;
    color: #fff;
    margin-right: 5px;
    position: relative;
}

@media (max-width: 767px) {
    .page-title .breadcrumb li {
        font-size: 14px;
    }
}

.page-title .breadcrumb li a {
    color: #fd1e50ed;
}

.page-title .breadcrumb li a:hover {
    color: #77cc5e;
}

.page-title .breadcrumb > li + li {
    margin-left: 20px;
    padding-left: 15px;
}

.page-title .breadcrumb > li + li:before {
    font-family: Flaticon;
    content: "\f103";
    padding: 0;
    position: absolute;
    left: -14px;
    top: 1px;
    color: #fd1e50ed;
}

.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
}

.preloader .sk-folding-cube {
    margin: 20px auto;
    width: 60px;
    height: 60px;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 50px);
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}

.preloader .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.preloader .sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fd1e50ed;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.preloader .sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotate(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.preloader .sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.preloader .sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotate(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.preloader .sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.preloader .sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.preloader .sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}


/*------------------------------------
  blog sidebar
------------------------------------*/

.blog-sidebar {
    /*** search-widget ***/
    /*** about-widget ***/
    /*** category-widget ***/
    /*** recent-post-widget ***/
    /*** tag-widget ***/
}

@media (max-width: 991px) {
    .blog-sidebar {
        margin-top: 80px;
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .blog-sidebar {
        margin-top: 60px;
        max-width: 400px;
    }
}

.blog-sidebar .widget h3 {
    font-size: 16px;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0 1.3em;
    padding-bottom: 0.5em;
    position: relative;
    text-transform: uppercase;
}

.blog-sidebar > .widget + .widget {
    margin-top: 65px;
}

.blog-sidebar .search-widget form div {
    position: relative;
}

.blog-sidebar .search-widget input {
    background-color: #f8f8f8;
    height: 50px;
    font-size: 16px;
    padding: 6px 50px 6px 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
    background-color: rgba(135, 210, 113, 0.1);
}

.blog-sidebar .search-widget form button {
    background: transparent;
    font-size: 20px;
    color: #efa61c;
    border: 0;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-sidebar .video-widget .img-holder {
    margin-bottom: 20px;
    margin-left: 0;
    position: relative;
}

.blog-sidebar .video-widget a {
    background-color: #fd1e50ed;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 110px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
}

.blog-sidebar .video-widget a:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog-sidebar .video-widget a:hover {
    color: #fd1e50ed;
}

.blog-sidebar .ticket-widget {
    padding: 20px 20px 30px;
    text-align: center;
    border: 1px solid #f1f1f1;
}

.blog-sidebar .ticket-widget h4 {
    color: #555555;
    font-size: 30px;
}

.blog-sidebar .ticket-widget .loc {
    margin-bottom: 20px;
}

.blog-sidebar .ticket-widget .loc a {
    color: #efa61c;
}

.blog-sidebar .ticket-widget .loc span {
    color: #555555;
}

.blog-sidebar .category-widget ul {
    list-style: none;
}

.blog-sidebar .category-widget ul li {
    font-size: 16px;
    padding-left: 20px;
    position: relative;
}

@media (max-width: 767px) {
    .blog-sidebar .category-widget ul li {
        font-size: 16px;
    }
}

.blog-sidebar .category-widget ul li span {
    position: absolute;
    right: 0;
    color: #efa61c;
}

.blog-sidebar .category-widget ul li:before {
    content: "\e649";
    font-family: 'themify';
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 2px;
    color: #efa61c;
}

.blog-sidebar .category-widget ul li:hover:before {
    color: #fd1e50ed;
}

.blog-sidebar .category-widget ul > li + li {
    margin-top: 15px;
}

.blog-sidebar .category-widget ul a {
    display: block;
    color: #666;
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
    color: #fd1e50ed;
}

.blog-sidebar .recent-post-widget .post {
    overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts > .post + .post {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f1f1f1;
}

.blog-sidebar .recent-post-widget .post .img-holder {
    width: 70px;
    float: left;
}

.blog-sidebar .recent-post-widget .post .details {
    width: calc(100% - 70px);
    float: left;
    padding-left: 25px;
}

.blog-sidebar .recent-post-widget .post h4 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0 0 0.2em;
}

@media (max-width: 1199px) {
    .blog-sidebar .recent-post-widget .post h4 {
        margin: 0;
    }
}

.blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #627381;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
    color: #fd1e50ed;
}

.blog-sidebar .recent-post-widget .post .details .date {
    font-size: 14px;
    color: #efa61c;
}

.blog-sidebar .tag-widget ul {
    overflow: hidden;
    list-style: none;
}

.blog-sidebar .tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
    font-size: 16px;
    padding: 5px 0.625rem;
    margin: 0.3125rem 0.1563rem 0;
    color: #313131;
    border-radius: 50px;
    line-height: 1.875rem;
    background-position: 0 0!important;
    background-size: 100%!important;
    border-radius: 0.3125rem;
    background: rgb(204, 204, 204);
    background: -moz-linear-gradient(-45deg, rgba(248, 248, 248, 1) 0%, rgba(204, 204, 204, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(248, 248, 248, 1) 0%, rgba(204, 204, 204, 1) 100%);
    background: linear-gradient(165deg, rgba(248, 248, 248, 1) 0%, rgba(204, 204, 204, 1) 100%);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}


}
.blog-sidebar .tag-widget ul li a:hover {
    background: #fd1e50ed;
    color: #fff;
}

/**** pagination ****/
.pagination-wrapper {
    text-align: center;
    margin-top: 60px;
}
@media (max-width: 991px) {
    .pagination-wrapper {
        text-align: left;
    }
}
.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
}
.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px;
}
@media (max-width: 767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px;
    }
}
.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0;
}
.pagination-wrapper .pg-pagination li a {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 20px;
    font-weight: 600;
    color: #a9b8c4;
    border: 2px solid #c9cfd4;
    display: block;
}
@media (max-width: 991px) {
    .pagination-wrapper .pg-pagination li a {
        width: 40px;
        height: 40px;
        line-height: 37px;
        font-size: 18px;
    }
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background: #fd1e50ed;
    border-color: #fd1e50ed;
    color: #fff;
}
.pagination-wrapper .pg-pagination .fi:before {
    font-size: 15px;
}
.pagination-wrapper-left {
    text-align: left;
}
.pagination-wrapper-right {
    text-align: right;
}
@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right: 50px;
    }
}
@media (max-width: 991px) {
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left;
    }
}
.theme-accordion-s1 {
    margin-bottom: 0;
}
.theme-accordion-s1 .panel-default {
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.theme-accordion-s1 .panel-heading {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}
.theme-accordion-s1 .panel {
    border: 1px solid #e6e5e5;
    padding: 25px;
}
.theme-accordion-s1 .panel + .panel {
    margin-top: 15px;
}
.theme-accordion-s1 .panel-heading a.collapsed:before {
    content: "\e61a";
}
.theme-accordion-s1 .panel-heading a {
    font-size: 20px;
    font-size: 1.25rem;
    color: #fd1e50ed;
    display: block;
    padding: 0 0 0 45px;
    position: relative;
}
@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading a {
        font-size: 16px;
        font-size: 1rem;
        padding: 5px 25px 5px 45px;
    }
}
@media (max-width: 767px) {
    .theme-accordion-s1 .panel-heading a {
        padding: 5px 25px 5px 45px;
    }
}
.theme-accordion-s1 .panel-heading a:before {
    font-family: "themify";
    content: "\e622";
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fd1e50ed;
    font-size: 15px;
    font-size: 0.9375rem;
    border: 1px solid #fd1e50ed;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -2px;
}
@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading a:before {
        font-size: 18px;
        left: 0;
    }
}
.theme-accordion-s1 .panel-heading a:focus {
    text-decoration: none;
}
.theme-accordion-s1 .panel-heading .collapsed {
    background-color: transparent;
    color: #2b2e3a;
}
.theme-accordion-s1 .panel-heading .collapsed:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    background-color: transparent;
    border: 0;
    padding: 20px 0 0 25px;
}
@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
        font-size: 16px;
        font-size: 1rem;
    }
}
@media (max-width: 767px) {
    .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
        padding: 10px 0 0;
    }
}
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p {
    margin-bottom: 1.3em;
}
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p:last-child {
    margin-bottom: 0;
}

/****************************************
  service single sidebar
****************************************/
.service-sidebar {
    /*** service-list-widget ***/
    /*** download-widget ***/
    /*** contact-widget ***/
    /*** service-features-widget ***/
}
@media (max-width: 991px) {
    .service-sidebar {
        max-width: 300px;
        margin-top: 80px;
    }
}
.service-sidebar > .widget + .widget {
    margin-top: 60px;
}
.service-sidebar .service-list-widget ul {
    font-family: "Helvetica Neue", sans-serif;
    list-style: none;
    border: 2px solid #f7f7f7;
    border-bottom: 0;
}
.service-sidebar .service-list-widget ul li {
    border-bottom: 2px solid #f7f7f7;
}
.service-sidebar .service-list-widget a {
    display: block;
    color: #0a172b;
    padding: 12px 24px;
}
.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a {
    background-color: #fd1e50ed;
    color: #fff;
}
.service-sidebar .download-widget ul {
    list-style: none;
}
.service-sidebar .download-widget ul > li + li {
    margin-top: 5px;
}
.service-sidebar .download-widget ul a {
    background: #fd1e50ed;
    color: #fff;
    padding: 15px 25px;
    font-weight: 600;
    display: block;
}
.service-sidebar .download-widget ul i {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
}
.service-sidebar .download-widget ul a:hover {
    background: #1a1ab3;
}
.service-sidebar .contact-widget {
    background: url("../images/service-single-contact-widget-bg.html") center center/cover no-repeat local;
    padding: 45px 30px;
    position: relative;
}
.service-sidebar .contact-widget:before {
    content: "";
    background-color: rgba(135, 210, 113, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.service-sidebar .contact-widget > div {
    position: relative;
    z-index: 1;
}
.service-sidebar .contact-widget h4 {
    font-size: 18px;
    color: #fff;
    margin: 0 0 0.8em;
    text-transform: capitalize;
}
.service-sidebar .contact-widget p {
    color: #fff;
}
.service-sidebar .contact-widget ul li {
    font-size: 14px;
    position: relative;
    padding-left: 25px;
}
.service-sidebar .contact-widget ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #fd1e50ed;
}
.service-sidebar .contact-widget ul > li + li {
    margin-top: 12px;
}
.service-sidebar .contact-widget a {
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #7e8690;
    padding: 7px 15px;
    display: inline-block;
    margin-top: 15px;
}
.service-sidebar .contact-widget a:hover {
    color: #fd1e50ed;
}
.service-sidebar .service-features-widget {
    padding: 45px 30px;
    position: relative;
    border: 2px solid #f7f7f7;
}
.service-sidebar .service-features-widget:before {
    font-family: "Themify";
    content: "\e61f";
    font-size: 25px;
    color: #fd1e50ed;
    position: absolute;
    right: 30px;
    top: 40px;
    opacity: 0.5;
}
.service-sidebar .service-features-widget h3 {
    font-size: 18px;
    margin: 0 0 0.8em;
    text-transform: capitalize;
}
.service-sidebar .service-features-widget ol {
    list-style-position: inside;
    padding-left: 0;
    margin: 0;
}
.service-sidebar .service-features-widget ol > li + li {
    margin-top: 8px;
}

/****************************************
  shop sidebar
****************************************/
.shop-sidebar {
    /*** search-widget ***/
    /*** categories-widget ***/
    /*** popular-product-widget ***/
    /*** tag-widget ***/
}
@media (max-width: 991px) {
    .shop-sidebar {
        max-width: 300px;
        margin-top: 70px;
    }
}
.shop-sidebar > .widget + .widget {
    margin-top: 65px;
}
.shop-sidebar .widget > h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0 0 1.5em;
}
.shop-sidebar .widget ul {
    list-style: none;
}
.shop-sidebar .search-widget div {
    position: relative;
}
.shop-sidebar .search-widget button {
    background: transparent;
    font-size: 20px;
    color: #fd1e50ed;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.shop-sidebar .search-widget input {
    background-color: #f3f3f3;
    height: 50px;
    padding: 6px 40px 6px 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.shop-sidebar .categories-widget ul li {
    position: relative;
    color: #727780;
}
.shop-sidebar .categories-widget ul li span {
    text-align: right;
    color: #8b8b8b;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.shop-sidebar .categories-widget ul li a {
    color: #727780;
}
.shop-sidebar .categories-widget ul > li + li {
    margin-top: 15px;
}
.shop-sidebar .categories-widget ul li a:hover {
    color: #fd1e50ed;
}
.shop-sidebar .popular-product-widget ul li {
    overflow: hidden;
}
.shop-sidebar .popular-product-widget ul > li + li {
    margin-top: 20px;
}
.shop-sidebar .popular-product-widget .product-image {
    width: 70px;
    float: left;
}
.shop-sidebar .popular-product-widget .product-info {
    width: calc(100% - 70px);
    float: left;
    padding-left: 20px;
}
.shop-sidebar .popular-product-widget .product-info > a {
    color: #2b2e3a;
    display: block;
    margin-bottom: 4px;
}
.shop-sidebar .popular-product-widget .product-info > a:hover {
    color: #fd1e50ed;
}
.shop-sidebar .popular-product-widget .star-rating {
    margin-bottom: 5px;
}
.shop-sidebar .popular-product-widget .star-rating i {
    font-size: 12px;
    color: #fd1e50ed;
}
.shop-sidebar .tag-widget .tagcloud a {
    font-size: 14px;
    color: #727780;
    display: inline-block;
    border: 1px solid #e8e8e8;
    padding: 6px 15px;
    margin: 0 5px 5px 0;
}
.shop-sidebar .tag-widget .tagcloud a:hover {
    background-color: #fd1e50ed;
    border-color: #fd1e50ed;
    color: #fff;
}

/*--------------------------------------------------------------
#0.3  header
--------------------------------------------------------------*/
.site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
}
.site-header .navbar-brand {
    margin-top: 7px;
}
.site-header .navbar-brand img {
    max-width: 175px;
}
@media (max-width: 991px) {
    .site-header .navbar-brand {
        margin-top: 0;
        padding-top: 0;
    }
}
.site-header .navigation {
    background-color: #fff;
    margin-bottom: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.site-header .navigation > .container {
    position: relative;
}
.site-header #navbar {
    font-family: "Helvetica Neue", sans-serif;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    /*** mega-menu style ***/
}
.site-header #navbar ul {
    list-style: none;
}
.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus,
.site-header #navbar > ul > li .sub-menu a:hover {
    text-decoration: none;
    color: #f3a61c;
}
.site-header #navbar > ul > .menu-item-has-children > a {
    position: relative;
}
.site-header #navbar > ul > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e61a";
    font-size: 8px;
    position: absolute;
    right: 2px;
    top: 42%;
}
@media screen and (min-width: 1200px) {
    .site-header #navbar > ul > .menu-item-has-children > a:before {
        right: 6px;
    }
}
@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }
    
    .site-header #navbar li {
        position: relative;
    }
    
    .site-header #navbar > ul > li > a {
        font-size: 16px;
        color: #2b2e3a;
        padding: 37px 20px;
    }
    
    .site-header #navbar > ul .sub-menu {
        background-color: #fff;
        width: 220px;
        text-align: left;
        padding: 10px 25px;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
        text-transform: capitalize;
    }
    
    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #f2f2f2;
    }
    
    .site-header #navbar > ul > li .sub-menu li:last-child {
        border-bottom: 0;
    }
    
    .site-header #navbar > ul > li .sub-menu a {
        display: block;
        padding: 10px 0;
        color: #2b2e3a;
        font-size: 14px;
    }
    
    .site-header #navbar > ul > li > .sub-menu .sub-menu {
        left: 112%;
        top: 0;
    }
    
    .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
        position: relative;
    }
    
    .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .site-header #navbar > ul > li:hover > .sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
    
    .site-header #navbar .sub-menu > li:hover > .sub-menu {
        left: 114%;
        visibility: visible;
        opacity: 1;
    }
}
@media (max-width: 991px) {
    .site-header #navbar > ul > li a {
        display: block;
        font-size: 14px;
    }
    
    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #e6e6e6;
    }
    
    .site-header #navbar > ul .sub-menu > li:last-child {
        border-bottom: 0;
    }
    
    .site-header #navbar > ul > li > .sub-menu a {
        padding: 8px 15px 8px 45px;
    }
    
    .site-header #navbar > ul > li > .sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }
    
    .site-header #navbar > ul .menu-item-has-children > a {
        position: relative;
    }
    
    .site-header #navbar > ul .menu-item-has-children > a:before {
        font-family: "themify";
        content: "\e61a";
        font-size: 11px;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }
    
    .site-header #navbar .has-mega-menu {
        position: static;
    }
    
    .site-header #navbar .mega-menu,
    .site-header #navbar .half-mega-menu {
        background-color: #fff;
        padding: 20px;
        border-top: 2px solid #fd1e50ed;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .site-header #navbar .mega-menu {
        width: 1140px;
        right: 15px;
    }
    
    .site-header #navbar .half-mega-menu {
        width: 585px;
    }
    
    .site-header #navbar .mega-menu-box-title {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        padding-bottom: 7px;
        margin-bottom: 7px;
        border-bottom: 1px solid #e6e6e6;
    }
    
    .site-header #navbar .mega-menu-list-holder li a {
        font-size: 14px;
        display: block;
        padding: 7px 8px;
        margin-left: -8px;
    }
    
    .site-header #navbar .has-mega-menu:hover > ul {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
}
@media (max-width: 1199px) {
    .site-header #navbar > ul .mega-menu {
        width: 950px;
        right: 15px;
    }
    
    .site-header #navbar > ul .half-mega-menu {
        width: 485px;
    }
}
@media (max-width: 991px) {
    .site-header #navbar > ul .mega-menu,
    .site-header #navbar > ul .half-mega-menu {
        width: auto;
    }
    
    .site-header #navbar > ul .mega-menu .row,
    .site-header #navbar > ul .half-mega-menu .row {
        margin: 0;
    }
    
    .site-header #navbar .mega-menu-content > .row > .col {
        margin-bottom: 25px;
    }
}
@media (max-width: 991px) {
    .site-header #navbar .mega-menu .mega-menu-list-holder a {
        padding: 5px 15px 5px 40px;
    }
    
    .site-header #navbar .mega-menu .mega-menu-box-title {
        font-size: 14px;
        text-transform: uppercase;
        display: block;
        border-bottom: 1px dotted #b3b3b3;
        padding: 0 0 4px 5px;
        margin: 0 25px 8px 25px;
    }
}
@media screen and (min-width: 992px) {
    .site-header .navbar-header .open-btn {
        display: none;
    }
    
    .site-header #navbar .close-navbar {
        display: none;
    }
}
@media (max-width: 991px) {
    .site-header {
        /* class for show hide navigation */
    }
    
    .site-header .container {
        width: 100%;
    }
    
    .site-header .navbar-header button {
        background-color: #fd1e50ed;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: absolute;
        right: 15px;
        top: calc(50% - 17.5px);
        z-index: 20;
    }
    
    .site-header .navbar-header button span {
        background-color: #fff;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }
    
    .site-header .navbar-header button span:last-child {
        margin: 0;
    }
    
    .site-header #navbar {
        background: #fff;
        display: block !important;
        width: 280px;
        height: 100% !important;
        margin: 0;
        padding: 0;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        position: fixed;
        right: -330px;
        top: 0;
        z-index: 100;
    }
    
    .site-header #navbar ul a {
        color: #000;
    }
    
    .site-header #navbar ul a:hover,
    .site-header #navbar ul li.current a {
        color: #fd1e50ed;
    }
    
    .site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
    }
    
    .site-header #navbar .close-navbar {
        background-color: #fff;
        width: 40px;
        height: 40px;
        color: #000;
        border: 0;
        outline: none;
        position: absolute;
        left: -41px;
        top: 90px;
        z-index: 20;
    }
    
    .site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }
    
    .site-header #navbar > ul > li {
        border-bottom: 1px solid #f2f2f2;
    }
    
    .site-header #navbar > ul > li > a {
        padding: 10px 15px 10px 35px;
    }
    
    .site-header .slideInn {
        right: 0 !important;
    }
}
@media (max-width: 767px) {
    .site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }
    
    .site-header #navbar .navbar-nav {
        margin: 0;
    }
}
@media (max-width: 991px) {
    .site-header .navbar-collapse.collapse {
        display: none;
    }
    
    .site-header .navbar-collapse.collapse.in {
        display: block;
    }
    
    .site-header .navbar-header .collapse,
    .site-header .navbar-toggle {
        display: block;
    }
    
    .site-header .navbar-header {
        float: none;
    }
    
    .site-header .navbar-right {
        float: none;
    }
    
    .site-header .navbar-nav {
        float: none;
    }
    
    .site-header .navbar-nav > li {
        float: none;
    }
}
@media (max-width: 991px) {
    .page-wrapper {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .body-overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
}

/*---------------------------------------------
  header style 1
----------------------------------------------*/
.header-style-1,
.header-style-2,
.header-style-3 {
    /*** cart-search-contact ***/
}
@media screen and (min-width: 992px) {
    .header-style-1,
    .header-style-2,
    .header-style-3 {
        position: absolute;
        width: 100%;
        z-index: 100;
    }
    
    .header-style-1:before,
    .header-style-2:before,
    .header-style-3:before {
/*        background: rgba(255, 255, 255, 0.1);*/
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 4px;
    }
    
    .header-style-1 .navigation,
    .header-style-2 .navigation,
    .header-style-3 .navigation {
        background: transparent;
    }
    
    .header-style-1 #navbar,
    .header-style-2 #navbar,
    .header-style-3 #navbar {
        text-align: center;
    }
    
    .header-style-1 #navbar > ul > li a,
    .header-style-2 #navbar > ul > li a,
    .header-style-3 #navbar > ul > li a {
        color: #fff;
        font-family:"Helvetica Neue", sans-serif;
        font-weight: bold;
    }
    
    .header-style-1 #navbar > ul,
    .header-style-2 #navbar > ul,
    .header-style-3 #navbar > ul {
        float: none;
        display: inline-block;
    }
    
    .header-style-1 #navbar > ul > li > a,
    .header-style-2 #navbar > ul > li > a,
    .header-style-3 #navbar > ul > li > a {
        padding: 39px 15px;
    }
}
@media screen and (min-width: 1200px) {
    .header-style-1 #navbar > ul > li > a,
    .header-style-2 #navbar > ul > li > a,
    .header-style-3 #navbar > ul > li > a {
        padding: 39px 20px;
    }
}
@media (max-width: 991px) {
    .header-style-1 .navigation,
    .header-style-2 .navigation,
    .header-style-3 .navigation {
        background: #18181fc4;
        padding: 10px 0;
    }
}
.header-style-1 .cart-search-contact,
.header-style-2 .cart-search-contact,
.header-style-3 .cart-search-contact {
    position: absolute;
    right: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}
@media (max-width: 991px) {
    .header-style-1 .cart-search-contact,
    .header-style-2 .cart-search-contact,
    .header-style-3 .cart-search-contact {
        right: 95px;
    }
}
@media (max-width: 450px) {
    .header-style-1 .cart-search-contact,
    .header-style-2 .cart-search-contact,
    .header-style-3 .cart-search-contact {
        right: 80px;
    }
}
.header-style-1 .cart-search-contact button,
.header-style-2 .cart-search-contact button,
.header-style-3 .cart-search-contact button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}
.header-style-1 .cart-search-contact i,
.header-style-2 .cart-search-contact i,
.header-style-3 .cart-search-contact i {
    font-size: 20px;
    color: #fff;
}
.header-style-1 .cart-search-contact > div,
.header-style-2 .cart-search-contact > div,
.header-style-3 .cart-search-contact > div {
    float: left;
    position: relative;
}
.header-style-1 .cart-search-contact > div + div,
.header-style-2 .cart-search-contact > div + div,
.header-style-3 .cart-search-contact > div + div {
    margin-left: 20px;
}
.header-style-1 .cart-search-contact .header-search-form,
.header-style-2 .cart-search-contact .header-search-form,
.header-style-3 .cart-search-contact .header-search-form {
    position: absolute;
    width: 250px;
    right: 0;
    top: 70px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 15px 60px -19px black;
    box-shadow: 0px 15px 60px -19px black;
}
@media (max-width: 991px) {
    .header-style-1 .cart-search-contact .header-search-form,
    .header-style-2 .cart-search-contact .header-search-form,
    .header-style-3 .cart-search-contact .header-search-form {
        top: 68px;
    }
}
@media (max-width: 767px) {
    .header-style-1 .cart-search-contact .header-search-form,
    .header-style-2 .cart-search-contact .header-search-form,
    .header-style-3 .cart-search-contact .header-search-form {
        top: 63px;
        right: 15px;
    }
}
.header-style-1 .cart-search-contact .header-search-form-wrapper .fi:before,
.header-style-2 .cart-search-contact .header-search-form-wrapper .fi:before,
.header-style-3 .cart-search-contact .header-search-form-wrapper .fi:before {
    font-size: 22px;
}
.header-style-1 .cart-search-contact form div,
.header-style-2 .cart-search-contact form div,
.header-style-3 .cart-search-contact form div {
    position: relative;
}
.header-style-1 .cart-search-contact form div button,
.header-style-2 .cart-search-contact form div button,
.header-style-3 .cart-search-contact form div button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-style-1 .cart-search-contact input,
.header-style-2 .cart-search-contact input,
.header-style-3 .cart-search-contact input {
    width: 100%;
    height: 50px;
    padding: 6px 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 450px) {
    .header-style-1 .cart-search-contact .mini-cart,
    .header-style-2 .cart-search-contact .mini-cart,
    .header-style-3 .cart-search-contact .mini-cart {
        display: none;
    }
}
.header-style-1 .cart-search-contact .mini-cart .fi:before,
.header-style-2 .cart-search-contact .mini-cart .fi:before,
.header-style-3 .cart-search-contact .mini-cart .fi:before {
    font-size: 25px;
}
.header-style-1 .cart-search-contact .mini-cart .cart-count,
.header-style-2 .cart-search-contact .mini-cart .cart-count,
.header-style-3 .cart-search-contact .mini-cart .cart-count {
    background: #fd1e50ed;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    color: white;
    position: absolute;
    top: 0;
    right: -11px;
    border-radius: 50%;
}
.header-style-1 .cart-search-contact .mini-cart-content,
.header-style-2 .cart-search-contact .mini-cart-content,
.header-style-3 .cart-search-contact .mini-cart-content {
    background: #fff;
    width: 200px;
    z-index: 10;
    position: absolute;
    right: 0;
    top: 63px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 15px 60px -19px black;
    box-shadow: 0px 15px 60px -19px black;
}
@media (max-width: 991px) {
    .header-style-1 .cart-search-contact .mini-cart-content,
    .header-style-2 .cart-search-contact .mini-cart-content,
    .header-style-3 .cart-search-contact .mini-cart-content {
        top: 68px;
    }
}
@media (max-width: 767px) {
    .header-style-1 .cart-search-contact .mini-cart-content,
    .header-style-2 .cart-search-contact .mini-cart-content,
    .header-style-3 .cart-search-contact .mini-cart-content {
        top: 63px;
    }
}
@media (max-width: 450px) {
    .header-style-1 .cart-search-contact .mini-cart-content,
    .header-style-2 .cart-search-contact .mini-cart-content,
    .header-style-3 .cart-search-contact .mini-cart-content {
        right: auto;
        left: -185px;
    }
}
.header-style-1 .cart-search-contact .mini-cart-content p,
.header-style-2 .cart-search-contact .mini-cart-content p,
.header-style-3 .cart-search-contact .mini-cart-content p {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #2b2e3a;
    margin: 0;
    text-transform: uppercase;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-items,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-items,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-items {
    padding: 25px 20px;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #efefef;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item:first-child,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item:first-child,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image {
    width: 50px;
    height: 50px;
    border: 2px solid #f3f3f3;
    float: left;
    margin-right: 15px;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image img,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image img,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image img {
    display: block;
    width: 46px;
    height: 46px;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des {
    position: relative;
    overflow: hidden;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #2b2e3a;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover {
    color: #fd1e50ed;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
    font-size: 13px;
    color: #888;
    display: block;
    margin-top: 3px;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
    font-size: 12px;
    color: #444;
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action {
    padding: 20px 20px 15px;
    border-top: 1px solid #efefef;
    text-align: center;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2 {
    float: right;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #2b2e3a;
    display: inline-block;
}
.header-style-1 .cart-search-contact .mini-cart-content-toggle,
.header-style-2 .cart-search-contact .mini-cart-content-toggle,
.header-style-3 .cart-search-contact .mini-cart-content-toggle,
.header-style-1 .cart-search-contact .header-search-content-toggle,
.header-style-2 .cart-search-contact .header-search-content-toggle,
.header-style-3 .cart-search-contact .header-search-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
}

/*---------------------------------------------
  header style 2
----------------------------------------------*/
.header-style-2 {
    position: static;
}
@media screen and (min-width: 992px) {
    .header-style-2 .navigation {
        width: calc(100% - 60px);
        left: 30px;
    }
}
@media screen and (min-width: 1200px) {
    .header-style-2 .navigation {
        width: calc(100% - 80px);
        left: 40px;
    }
}
@media screen and (min-width: 992px) {
    .header-style-2 .navigation {
        position: absolute;
        z-index: 100;
    }
}
.header-style-2 .topbar {
    padding: 18px 0;
}
@media (max-width: 991px) {
    .header-style-2 .topbar {
        padding: 12px 15px;
    }
}
@media (max-width: 767px) {
    .header-style-2 .topbar {
        text-align: center;
    }
}
.header-style-2 .topbar .contact-info {
    display: inline-block;
    float: left;
    position: relative;
    top: -2px;
}
@media (max-width: 767px) {
    .header-style-2 .topbar .contact-info {
        display: block;
        float: none;
    }
}
.header-style-2 .topbar .contact-info a {
    text-decoration: underline;
    color: #fd1e50ed;
}
.header-style-2 .topbar .contact-info a:hover {
    color: #1a1ab3;
}
.header-style-2 .topbar .contact-info ul {
    overflow: hidden;
    list-style: none;
}
.header-style-2 .topbar .contact-info ul li {
    float: left;
}
@media (max-width: 767px) {
    .header-style-2 .topbar .contact-info ul li {
        float: none;
        margin-bottom: 8px;
    }
}
.header-style-2 .topbar .contact-info ul > li + li {
    margin-left: 50px;
}
@media (max-width: 767px) {
    .header-style-2 .topbar .contact-info ul > li + li {
        margin-left: 0;
    }
}
.header-style-2 .topbar .social {
    display: inline-block;
    float: right;
}
@media (max-width: 767px) {
    .header-style-2 .topbar .social {
        display: block;
        float: none;
    }
}
.header-style-2 .topbar .social ul {
    overflow: hidden;
    list-style: none;
}
@media (max-width: 991px) {
    .header-style-2 .topbar .social ul {
        display: inline-block;
    }
}
.header-style-2 .topbar .social ul li {
    float: left;
}
.header-style-2 .topbar .social ul > li + li {
    margin-left: 15px;
}
.header-style-2 .topbar .social ul a {
    font-size: 14px;
    color: #7e8690;
}
.header-style-2 .topbar .social ul a:hover {
    color: #fd1e50ed;
}

/*---------------------------------------------
  header style 3
----------------------------------------------*/
.header-style-3 {
    position: relative;
}
@media screen and (min-width: 992px) {
    .header-style-3 #navbar > ul > li a,
    .header-style-3 .cart-search-contact .fi {
        color: #2b2e3a;
    }
}
@media (max-width: 991px) {
    .header-style-3 .navigation {
        background: #fff;
    }
    
    .header-style-3 .cart-search-contact .fi {
        color: #2b2e3a;
    }
}

/*--------------------------------------------------------------
#0.4  hero slider
--------------------------------------------------------------*/
.hero-slider {
    width: 100%;
    height: 698px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}
@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}
@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}
.hero-slider .swiper-slide {
    overflow: hidden;
}
.hero-slider .swiper-container,
.hero-slider .hero-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.hero-slider .slide-inner,
.hero-slider .hero-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
}
.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
    opacity: 0.8;
}
@media (max-width: 767px) {
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}
.hero-slider .swiper-button-prev {
    left: 25px;
}
.hero-slider .swiper-button-prev:before {
    font-family: "Flaticon";
    content: "\f106";
    font-size: 40px;
    color: #fff;
}
.hero-slider .swiper-button-next {
    right: 25px;
}
.hero-slider .swiper-button-next:before {
    font-family: "Flaticon";
    content: "\f103";
    font-size: 40px;
    color: #fff;
}
@media (max-width: 991px) {
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}
.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
}
.hero-slider .swiper-pagination-bullet-active {
    color: #fff;
    background: #fd1e50ed;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

/*-------------------------------------------
  hero style 1
--------------------------------------------*/

@media (max-width: 767px) {
    .hero-style-1 .slide-title,
    .hero-style-2 .slide-title {
        max-width: 420px;
    }
}
.hero-style-1 .slide-title h2,
.hero-style-2 .slide-title h2 {
    font-size: 48px;
    font-weight: normal;
    line-height: 65px;
    color: #fff;
    margin: 0 0 0.40em;
    text-align:center;
}
@media (max-width: 991px) {
    .hero-style-1 .slide-title h2,
    .hero-style-2 .slide-title h2 {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    .hero-style-1 .slide-title h2,
    .hero-style-2 .slide-title h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .hero-style-1 .slide-text,
    .hero-style-2 .slide-text {
        max-width: 500px;
    }
}
.hero-style-1 .slide-text p,
.hero-style-2 .slide-text p {
    font-size: 32px;
    color: #fff;
    text-align:center;
}
@media (max-width: 991px) {
    .hero-style-1 .slide-text p,
    .hero-style-2 .slide-text p {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .hero-style-1 .slide-text p,
    .hero-style-2 .slide-text p {
        font-size: 18px;
    }
}
@media screen and (min-width: 992px) {
    .hero-style-1 .swiper-slide .container,
    .hero-style-2 .swiper-slide .container {
        padding-top: 10px;
    }
}

/*-------------------------------------------
  hero style 2
--------------------------------------------*/
.hero-style-2 .container {
    text-align: center;
}
@media screen and (min-width: 992px) {
    .hero-style-2 .container {
        margin-top: -20px;
        padding-top: 0;
    }
}
.hero-style-2 .slide-title,
.hero-style-2 .slide-text {
    margin: auto;
}
.hero-style-2 .slide-text {
    max-width: 650px;
}
.static-hero {
    background: url("../images/slider/slide-1.jpg") center center/auto no-repeat local;
}

/*--------------------------------------------------------------
#0.5  footer
--------------------------------------------------------------*/
.site-footer {
    background-color: #1d1d1d;
    position: relative;
    /*** about-widget ***/
    /*** link-widget ***/
    /*** contact-widget ***/
    /*** newsletter-widget ***/
    /*** lower-footer ***/
}
.site-footer ul {
    list-style: none;
}
.site-footer p,
.site-footer li {
    color: #b6b6b6;
}
.site-footer .upper-footer {
    padding: 90px 0;
}
@media (max-width: 991px) {
    .site-footer .upper-footer {
        padding: 90px 0 20px;
    }
}
@media (max-width: 767px) {
    .site-footer .upper-footer {
        padding: 80px 0 10px;
    }
}
@media (max-width: 991px) {
    .site-footer .upper-footer .col {
        min-height: 235px;
        margin-bottom: 70px;
        width: 35%;
    }
}
@media (max-width: 767px) {
    .site-footer .upper-footer .col {
        min-height: auto;
        margin-bottom: 60px;
        width: 100%;
    }
}
.site-footer .widget-title {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .site-footer .widget-title {
        margin-bottom: 20px;
    }
}
.site-footer .widget-title h3 {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    padding-bottom: 0.4em;
    text-transform: capitalize;
    position: relative;
}

/*@media (min-width: 320px) and (max-width: 767px) {
    .site-footer .widget-title h3 {
        font-size: 22px
    }
}*/
.site-footer .about-widget .logo {
    max-width: 180px;
}
.site-footer .about-widget p {
    margin-bottom: 0.8em;
    line-height: 1.9em;
}
.site-footer .about-widget p:last-child {
    margin-bottom: 0;
}
.site-footer .about-widget .social-icons ul {
    overflow: hidden;
    padding-top: 15px;
}
@media (max-width: 767px) {
    .site-footer .about-widget .social-icons ul {
        padding-top: 8px;
    }
}
.site-footer .about-widget .social-icons ul li {
    float: left;
}
.site-footer .about-widget .social-icons ul > li + li {
    margin-left: 15px;
}
.site-footer .about-widget .social-icons ul a {
    color: #9e9e9e;
}
.site-footer .about-widget .social-icons ul a:hover {
    color: #f6c606;
}
.site-footer .tweets-grids .details i {
    font-size: 30px;
    color: #efa61c;
}
.site-footer .tweets-grids .details .followus {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 25px;
    line-height: 20px;
    color: #efa61c
}
.site-footer .tweets-grids .details .followus a {
    color: #fff;
    text-decoration: underline;
}
.site-footer .tweets-grids .details .description p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.site-footer .tweets-grids .details .link a {
    color: #efa61c;
}
.site-footer .contact-widget .entry-add .add {
    position: relative;
    display: block;
    padding-bottom: 20px;
    background: transparent;
    color: #dddddd;
    border-radius: 3px;
}
.site-footer .contact-widget .entry-loc a {
    position: relative;
    display: block;
    padding-bottom: 20px;
    background: transparent;
    color: #dddddd;
    font-size: 20px;
}
.site-footer .contact-widget .entry-loc span {
    padding-right: 10px;
    color: #efa61c;
}
.site-footer .contact-widget .entry-add strong {
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-family: "Helvetica Neue", sans-serif;
    color: #efa61c;
    margin-bottom: 10px;
}
.site-footer .instagram-widget > ul {
    overflow: hidden;
}
.site-footer .instagram-widget > ul > li img {
    max-width: 100%;
}
.site-footer .instagram-widget > ul > li {
    width: 24.33%;
    float: left;
    border: 3px solid transparent;
    margin: -1px 0 0 -1px;
}
@media (max-width: 767px) {
    .site-footer .instagram-widget > ul > li {
        width: 14%;
    }
}
@media screen and (min-width: 1200px) {
    .site-footer .contact-widget {
        padding-left: 25px;
    }
}
.site-footer .contact-widget ul li {
    position: relative;
    font-weight: bold;
}
.site-footer .contact-widget li span {
    color: #efa61c;
    display: inline-block;
    padding-right: 5px;
}
.site-footer form {
    margin-top: 25px;
    position: relative;
}
.site-footer form input {
    background-color: #2d2f5d;
    height: 50px;
    color: #fff;
    padding: 6px 20px;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.site-footer form .submit {
    position: absolute;
    right: 20px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.site-footer form .submit button {
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 20px;
    color: #efa61c;
    margin-top: -2px;
    position: relative;
    right: -5px;
}
.site-footer .lower-footer {
    text-align: center;
    position: relative;
}
.site-footer .lower-footer .row {
    padding: 20px 0;
    position: relative;
}
.site-footer .lower-footer .row .separator {
    background: rgba(255, 255, 255, 0.05);
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    top: 0;
}
.site-footer .lower-footer .copyright {
    display: inline-block;
    float: left;
    font-size: 14px;
    margin: 0;
}
@media (max-width: 991px) {
    .site-footer .lower-footer .copyright {
        float: none;
        display: block;
        margin: 0 0 20px;
    }
}
.site-footer .lower-footer .social-icons {
    display: inline-block;
    float: right;
    overflow: hidden;
}
@media (max-width: 991px) {
    .site-footer .lower-footer .social-icons {
        float: none;
        display: block;
        text-align: center;
    }
}
.site-footer .lower-footer .social-icons ul {
    overflow: hidden;
    list-style: none;
}
@media (max-width: 991px) {
    .site-footer .lower-footer .social-icons ul {
        display: inline-block;
    }
}
.site-footer .lower-footer .social-icons ul li {
    float: left;
}
.site-footer .lower-footer .social-icons ul > li + li {
    margin-left: 15px;
}
.site-footer .lower-footer .social-icons ul a {
    font-size: 14px;
    color: #b6b6b6;
}
.site-footer .lower-footer .social-icons ul a:hover {
    color: #fd1e50ed;
}
.sticky-header,
.header-style-2 .sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}
.sticky-on,
.header-style-2 .sticky-on {
    opacity: 1;
    top: 0;
}
.header-style-1 .sticky-header,
.header-style-2 .sticky-header,
.header-style-3 .sticky-header {
    background: #1a1ab3;
   background: -webkit-linear-gradient(top, #040404c2 98px, transparent 98px);
    background: -moz-linear-gradient(top, #1a1ab3 98px, transparent 98px);
    background: -o-linear-gradient(top, #1a1ab3 98px, transparent 98px);
    background: -ms-linear-gradient(top, #1a1ab3 98px, transparent 98px);
    background: linear-gradient(top, #1a1ab3 98px, transparent 98px);
}
@media screen and (min-width: 992px) {
    .header-style-2 .sticky-header {
        width: calc(100% - 60px);
        left: 30px;
    }
}
@media screen and (min-width: 1200px) {
    .header-style-2 .sticky-header {
        width: calc(100% - 80px);
        left: 40px;
    }
}
.header-style-3 .sticky-header {
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
#0.6  work-process-section
--------------------------------------------------------------*/
.work-process-section {
    padding-top: 0px;
}

.work-process-section .work-process-grids {
    margin: 0 -25px;
    position: relative;
}
.work-process-section .work-process-grids:before {
    background: url("../images/workprocess-line.html") center center/auto no-repeat local;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 55px;
}
@media (max-width: 991px) {
    .work-process-section .work-process-grids:before {
        display: none;
    }
}
.work-process-section .work-process-grids .grid {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0px 25px;
}
@media (max-width: 991px) {
    .work-process-section .work-process-grids .grid {
        padding: 0 12.5px;
    }
}
@media (max-width: 767px) {
    .work-process-section .work-process-grids .grid {
        width: 100%;
        padding: 0 25px;
        float: none;
    }
}
@media (max-width: 767px) {
    .work-process-section .work-process-grids > .grid + .grid {
        margin-top: 45px;
    }
}
.work-process-section .grid .icon {
    background-color: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto 35px;
    -webkit-box-shadow: 0px 5px 14.4px 3.6px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 14.4px 3.6px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
@media (max-width: 991px) {
    .work-process-section .grid .icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin: 0 auto 25px;
    }
}
.work-process-section .fi:before {
    font-size: 40px;
    color: #fd1e50ed;
}
@media (max-width: 991px) {
    .work-process-section .fi:before {
        font-size: 30px;
    }
}
.work-process-section .grid h3 {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 0.7em;
}
@media (max-width: 991px) {
    .work-process-section .grid h3 {
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .work-process-section .grid h3 {
        font-size: 17px;
    }
}
.work-process-section .grid p {
    margin: 0;
}
.work-process-section .more {
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #2b2e3a;
    display: inline-block;
    line-height: 0.5em;
    padding-left: 50px;
    position: relative;
    margin-top: 15px;
}
.work-process-section .more:before {
    content: "";
    background: #f3a61c ;
    width: 32px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 5px;
}
/*--------------------------------------------------------------
#0.6    count-down-section
--------------------------------------------------------------*/
.count-down-section {
    background: #f9f9f9;
    position: relative;
}

@media (max-width: 500px) {
    .count-down-section {
        padding-bottom: 75px;
    }
}
.count-down-section .count-down-clock {
    margin: 0 -17px;
}
@media (max-width: 767px) {
    .count-down-section .count-down-clock {
        margin: 0 -7.5px;
    }
}
.count-down-section .count-down-clock .box {
    background: -webkit-linear-gradient(top, #1a1ab3 55%, #fd1e50ed);
    background: -moz-linear-gradient(top, #1a1ab3 55%, #fd1e50ed);
    background: -o-linear-gradient(top, #1a1ab3 55%, #fd1e50ed);
    background: -ms-linear-gradient(top, #1a1ab3 55%, #fd1e50ed);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #1a1ab3), to(#fd1e50ed));
    background: linear-gradient(top, #1a1ab3 55%, #fd1e50ed);
    width: calc(25% - 34px);
    float: left;
    margin: 0 17px;
    padding: 28px 15px;
    text-align: center;
    border-radius: 50%;
    position: relative;
}
.count-down-section .count-down-clock .box:before {
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 3px solid #efa61c;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 2px;
}
@media (max-width: 767px) {
    .count-down-section .count-down-clock .box:before {
        border-radius: 0;
    }
}
@media (max-width: 767px) {
    .count-down-section .count-down-clock .box {
        width: calc(25% - 15px);
        margin: 0 7.5px;
        border-radius: 0;
        padding: 20px 15px;
    }
}
@media (max-width: 500px) {
    .count-down-section .count-down-clock .box {
        width: calc(50% - 15px);
        padding: 20px 15px;
        margin: 0 7.5px 15px;
    }
}
.count-down-section .box div {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 60px;
    font-size: 3.75rem;
    margin: 0;
    color: #efa61c;
}
@media (max-width: 991px) {
    .count-down-section .box div {
        font-size: 50px;
        font-size: 3.125rem;
    }
}
@media (max-width: 767px) {
    .count-down-section .box div {
        font-size: 40px;
        font-size: 2.5rem;
    }
}
.count-down-section .box span {
    color: #fff;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .count-down-section .box span {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

/*--------------------------------------------------------------
#0.7  about-section
--------------------------------------------------------------*/

.about-section .about-content h4,
.about-section-s2 .about-content h4 {
    font-size: 20px;
    font-weight: normal;
    color: #5f6163;
    line-height: 1.3em;
    margin: 0 0 1em;
}
.about-section .about-content p,
.about-section-s2 .about-content p {
    margin-bottom: 30px;
}
.about-section .about-content h5,
.about-section-s2 .about-content h5 {
    font-size: 20px;
    font-weight: normal;
    margin: 1.5em 0 0;
}
@media (max-width: 767px) {
    .about-section .about-content h5,
    .about-section-s2 .about-content h5 {
        font-size: 16px;
    }
}
.about-section .img-holder,
.about-section-s2 .img-holder {
    max-width: 672px;
    margin-left: auto;
    position: relative;
}
.about-section .experience-text,
.about-section-s2 .experience-text {
    background-color: rgba(255, 255, 255, 0.7);
    width: calc(100% - 0px);
    font-size: 22px;
    color: #2b2e3a;
    padding: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0px;
}
@media (max-width: 500px) {
    .about-section .experience-text,
    .about-section-s2 .experience-text {
        display: none;
    }
}
.about-section .experience-text span,
.about-section-s2 .experience-text span {
    color: #fd1e50ed;
}

.about-section .img-holder a {
    background-color: #fd1e50ed;
    width: 75px;
    height: 75px;
    border-radius: 75px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -7%;
    border: 5px solid #fe7748;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
}
@media (max-width: 991px) {
  .about-section .about-content {
    margin-bottom: 30px;
  }  
}

@media (max-width: 991px) {
    .about-section .img-holder a {
        width: 65px;
        height: 65px;
        border-radius: 65px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
.about-section .img-holder a:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid white;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.about-section-s2 .img-holder a {
    background-color: #fd1e50ed;
    width: 75px;
    height: 75px;
    border-radius: 75px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 45%;
    border: 5px solid #fe7748;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
}
@media (max-width: 991px) {
    .about-section-s2 .img-holder a {
        width: 65px;
        height: 65px;
        border-radius: 65px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
.about-section-s2 .img-holder a:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid white;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@-webkit-keyframes spineer {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fd1e50ed;
    }
    
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    }
    
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}
@keyframes spineer {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fd1e50ed;
        box-shadow: 0 0 0 0 #fd1e50ed;
    }
    
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    }
    
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

/*--------------------------------------------------------------
#0.8  services-section
--------------------------------------------------------------*/
.services-section {
    padding-bottom: 50px;
}
@media (max-width: 991px) {
    .services-section {
        padding-bottom: 40px;
    }
}
.services-section .services-grids .grid {
    width: 50%;
    float: left;
    position: relative;
    padding: 0 35px 0 70px;
    margin: 0 0 45px;
}
@media (max-width: 991px) {
    .services-section .services-grids .grid {
        padding: 0 35px 0 60px;
    }
}
@media (max-width: 767px) {
    .services-section .services-grids .grid {
        padding: 0 0 0 60px;
        width: 100%;
        float: none;
        margin: 0 0 35px;
    }
}
.services-section .grid .icon {
    position: absolute;
    left: 0;
    top: -10px;
}
.services-section .grid .fi:before {
    font-size: 45px;
    color: #929191;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
@media (max-width: 991px) {
    .services-section .grid .fi:before {
        font-size: 35px;
    }
}
.services-section .grid h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0.7em;
}
@media (max-width: 991px) {
    .services-section .grid h3 {
        font-size: 18px;
    }
}
.services-section .grid h3 a {
    color: #2b2e3a;
}
.services-section .grid:hover .fi:before {
    color: #fd1e50ed;
}
.services-section .grid:hover h3 a {
    color: #fd1e50ed;
}

/*--------------------------------------------------------------
#0.9  testimonials-section
--------------------------------------------------------------*/
.testimonials-section,
.testimonials-section-s2 {
    text-align: center;
}
.testimonials-section .testimonials-area,
.testimonials-section-s2 .testimonials-area {
    position: relative;
    padding-top: 85px;
}
.testimonials-section .testimonials-area:before,
.testimonials-section-s2 .testimonials-area:before {
    content: "";
    background: url("../images/quote.png") center center/auto no-repeat local;
    width: 76px;
    height: 54px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.testimonials-section .testimonials-area p,
.testimonials-section-s2 .testimonials-area p {
    font-size: 24px;
    font-style: italic;
    color: #fff;
    margin: 0 0 1em;
}
@media (max-width: 991px) {
    .testimonials-section .testimonials-area p,
    .testimonials-section-s2 .testimonials-area p {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .testimonials-section .testimonials-area p,
    .testimonials-section-s2 .testimonials-area p {
        font-size: 18px;
    }
}
.testimonials-section .testimonials-area p + span,
.testimonials-section-s2 .testimonials-area p + span {
    color: #fd1e50ed;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .testimonials-section .testimonials-area p + span,
    .testimonials-section-s2 .testimonials-area p + span {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .testimonials-section .testimonials-area p + span,
    .testimonials-section-s2 .testimonials-area p + span {
        font-size: 12px;
    }
}

/*--------------------------------------------------------------
#1.0  projects-section
--------------------------------------------------------------*/
.projects-section {
    position: relative;
    padding-bottom: 100px;
}
@media (max-width: 991px) {
    .projects-section {
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .projects-section {
        padding-bottom: 70px;
    }
}
.projects-section:before {
    content: "";
    background-color: #434952;
    width: 100%;
    height: 40%;
    position: absolute;
    left: 0;
    top: 0;
}
.projects-section .img-holder img {
    width: auto;
}
.projects-section .grid {
    position: relative;
}
.projects-section .grid .hover-content {
    width: 100%;
    height: 100%;
    padding: 45px;
    position: absolute;
    left: 0;
    top: 100px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
@media (max-width: 991px) {
    .projects-section .grid .hover-content {
        padding: 25px;
    }
}
.projects-section .grid .hover-content:before {
    content: "";
    background: rgba(29, 29, 29, 0.9);
    width: calc(100% + 2px);
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
}
.projects-section .grid:hover .hover-content {
    top: 0;
    opacity: 1;
}
.projects-section .hover-content .details {
    position: absolute;
    left: 45px;
    bottom: 45px;
    z-index: 2;
}
@media (max-width: 991px) {
    .projects-section .hover-content .details {
        left: 25px;
        bottom: 25px;
    }
}
.projects-section .details h3 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 0.2em;
}
@media (max-width: 991px) {
    .projects-section .details h3 {
        font-size: 18px;
    }
}
.projects-section .details .cat {
    color: #fd1e50ed;
}
.projects-section .top-link {
    position: relative;
    z-index: 2;
}
.projects-section .top-link .fi:before {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.projects-section .top-link .fi:before {
    font-size: 25px;
    color: #fff;
}
.projects-section .top-link a:hover .fi:before {
    color: #fd1e50ed;
}
.projects-section .owl-controls {
    margin-top: 50px;
}
.projects-section .owl-theme .owl-dots .owl-dot.active span,
.projects-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #fd1e50ed;
}
.projects-pg-section {
    position: relative;
    padding-bottom: 100px;
}
@media (max-width: 991px) {
    .projects-pg-section {
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .projects-pg-section {
        padding-bottom: 70px;
    }
}
.projects-pg-section:before {
    display: none;
}

/*--------------------------------------------------------------
#1.1  fun-fact-section
--------------------------------------------------------------*/
.fun-fact-section {
    position: relative;
}
@media (max-width: 991px) {
    .fun-fact-section {
        padding-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .fun-fact-section {
        padding-bottom: 30px;
    }
}
.fun-fact-section .fun-fact-grids .grid {
    width: 25%;
    float: left;
    position: relative;
    padding: 0 0 0 65px;
}
@media (max-width: 991px) {
    .fun-fact-section .fun-fact-grids .grid {
        width: 50%;
        margin: 0 0 50px;
    }
}
@media (max-width: 767px) {
    .fun-fact-section .fun-fact-grids .grid {
        padding: 0 0 0 50px;
    }
}
@media (max-width: 500px) {
    .fun-fact-section .fun-fact-grids .grid {
        width: 200px;
        float: none;
        margin: 0 auto 50px;
    }
}
.fun-fact-section .icon {
    position: absolute;
    left: 0;
    top: 0;
}
.fun-fact-section .fi:before {
    font-size: 45px;
    color: #fbfbfb;
}
@media (max-width: 767px) {
    .fun-fact-section .fi:before {
        font-size: 35px;
    }
}
.fun-fact-section .info {
    border-left: 1px solid rgba(239, 239, 239, 0.2196078431372549);
    padding-left: 20px;
}
@media (max-width: 767px) {
    .fun-fact-section .info {
        padding-left: 15px;
    }
}
.fun-fact-section .info h3 {
    font-size: 48px;
    font-weight: bold;
    color: #efa61c;
    margin: 0;
}
@media (max-width: 1199px) {
    .fun-fact-section .info h3 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .fun-fact-section .info h3 {
        font-size: 35px;
    }
}
.fun-fact-section .info p {
    font-size: 18px;
    font-weight: bold;
    color: #a7a7a7;
    text-transform: uppercase;
    margin: 0;
}

/*--------------------------------------------------------------
#1.1  fun-fact-section-s2
--------------------------------------------------------------*/
.fun-fact-section-s2 {
    position: relative;
}
.fun-fact-section-s2 .fun-fact-grids .grid {
    padding: 75px 15px 65px;
    z-index: 1;
}
.fun-fact-section-s2 .fun-fact-grids .grid:nth-child(1) {
    background: rgba(48, 41, 118, 0.81);
}
.fun-fact-section-s2 .fun-fact-grids .grid:nth-child(2) {
    background: rgba(253, 30, 80, 0.81);
}
.fun-fact-section-s2 .fun-fact-grids .grid:nth-child(3) {
    background: rgba(48, 41, 118, 0.81);
}
.fun-fact-section-s2 .fun-fact-grids .grid:nth-child(4) {
    background: rgba(253, 30, 80, 0.81);
}
.fun-fact-section-s2 .fi:before {
    font-size: 45px;
    color: #fbfbfb;
}
@media (max-width: 767px) {
    .fun-fact-section-s2 .fi:before {
        font-size: 35px;
    }
}
.fun-fact-section-s2 .info {
    padding-left: 20px;
}
@media (max-width: 767px) {
    .fun-fact-section-s2 .info {
        padding-left: 15px;
    }
}
.fun-fact-section-s2 .info h3 {
    font-size: 48px;
    font-weight: bold;
    color: #efa61c;
    margin: 0;
}
@media (max-width: 1199px) {
    .fun-fact-section-s2 .info h3 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .fun-fact-section-s2 .info h3 {
        font-size: 35px;
    }
}
.fun-fact-section-s2 .info p {
    font-size: 18px;
    font-weight: bold;
    color: #cccccc;
    text-transform: uppercase;
    margin: 0;
}

/*--------------------------------------------------------------
#1.2  cta-with-team-section
--------------------------------------------------------------*/
.cta-with-team-section {
    position: relative;
}
@media (max-width: 991px) {
    .cta-with-team-section {
        padding-bottom: 75px;
    }
}
@media (max-width: 767px) {
    .cta-with-team-section {
        padding-bottom: 65px;
    }
}
.cta-with-team-section .bg {
    background: url("../images/cta-team-bg.html") center top/cover no-repeat local;
    width: 100%;
    height: 70%;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 767px) {
    .cta-with-team-section .bg {
        height: 50%;
    }
}
.cta-with-team-section .bg:before {
    content: "";
    background-color: rgba(29, 29, 29, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 767px) {
    .cta-with-team-section .bg:before {
        background-color: #1d1d1d;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
}
.cta-with-team-section .cta-content {
    text-align: center;
}
.cta-with-team-section .cta-content .fi:before {
    font-size: 85px;
    color: #fff;
}
@media (max-width: 991px) {
    .cta-with-team-section .cta-content .fi:before {
        font-size: 70px;
        font-size: 4.375rem;
    }
}
.cta-with-team-section .cta-content h3 {
    font-size: 38px;
    color: #fff;
    margin: 0.3em 0 0;
}
@media (max-width: 991px) {
    .cta-with-team-section .cta-content h3 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .cta-with-team-section .cta-content h3 {
        font-size: 25px;
    }
}
.cta-with-team-section .video-holder {
    margin-top: -17px;
}
.cta-with-team-section .video-holder span {
    font-size: 18px;
    color: #fd1e50ed;
    display: block;
}
.cta-with-team-section .team-section {
    margin-top: 100px;
    padding-top: 100px;
    position: relative;
}
@media (max-width: 991px) {
    .cta-with-team-section .team-section {
        margin-top: 80px;
        padding-top: 80px;
    }
}
.cta-with-team-section .team-section:before {
    content: "";
    background: rgba(255, 255, 255, 0.1);
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    top: 0;
}
.cta-with-team-section .title-text {
    text-align: right;
    margin-top: 25px;
}
@media (max-width: 991px) {
    .cta-with-team-section .title-text {
        text-align: left;
        margin: 25px 0 50px;
    }
}
.cta-with-team-section .title-text p {
    color: #fff;
    margin: 0;
}
.cta-with-team-section .team-grids .grid {
    width: 25%;
    float: left;
}
@media (max-width: 991px) {
    .cta-with-team-section .team-grids .grid {
        width: 50%;
        margin: 0 0 25px;
    }
}
@media (max-width: 500px) {
    .cta-with-team-section .team-grids .grid {
        width: 100%;
        float: none;
    }
}
.cta-with-team-section .team-grids .details {
    background: #fff;
    padding: 30px 25px;
    -webkit-box-shadow: 0px 6px 18.9px 2.1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 6px 18.9px 2.1px rgba(0, 0, 0, 0.04);
}
@media (max-width: 767px) {
    .cta-with-team-section .team-grids .details {
        padding: 20px 15px;
    }
}
.cta-with-team-section .details h5 {
    font-size: 16px;
    margin: 0 0 0.3em;
}
.cta-with-team-section .details h5 + span {
    font-size: 14px;
}

/*--------------------------------------------------------------
#1.3  cta-with-partners
--------------------------------------------------------------*/
.cta-with-partners {
    padding: 30px 0;
}
@media (max-width: 991px) {
    .cta-with-partners {
        padding: 80px 0;
    }
}
@media (max-width: 767px) {
    .cta-with-partners {
        padding: 70px 0;
    }
}
.cta-with-partners .section-title-s2,
.cta-with-partners .section-title-s4 {
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .cta-with-partners .section-title-s2,
    .cta-with-partners .section-title-s4 {
        margin-bottom: 20px;
    }
}
.cta-with-partners .cta-text p {
    margin-bottom: 2.5em;
}
@media (max-width: 991px) {
    .cta-with-partners .partner-grids {
        margin-top: 60px;
    }
}
.cta-with-partners .partner-grids .grid {
    width: 50%;
    float: left;
    border: 1px solid rgba(119, 119, 119, 0.25);
    text-align: center;
    padding: 35px 15px;
    margin-top: -1px;
    margin-left: -1px;
}
.cta-with-partners .partner-flat .grid {
    width: 25%;
    float: left;
    border: 1px solid #f0efef;
    text-align: center;
    padding: 35px 15px;
    margin-top: -1px;
    margin-left: -1px;
}
.cta-with-partners .partner-grids img {
    display: inline-block;
}

/*--------------------------------------------------------------
#1.4  blog-section
--------------------------------------------------------------*/
.blog-section {
    
}

.blog-section .section-title-text {
    text-align: right;
    margin-top: 25px;
}
@media (max-width: 991px) {
    .blog-section .section-title-text {
        text-align: left;
        margin: 25px 0 50px;
    }
}
.blog-section .section-title-text p {
    margin: 0;
}
.blog-section .blog-grids {
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .blog-section .blog-grids {
        margin: 0 -7.5px;
    }
}
.blog-section .blog-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 0px;
    position: relative;
}
@media (max-width: 1199px) {
    .blog-section .blog-grids .grid {
        width: calc(50% - 30px);
        margin: 0 15px 30px;
    }
}
@media (max-width: 767px) {
    .blog-section .blog-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 50px;
    }
}
@media (max-width: 550px) {
    .blog-section .blog-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}
.blog-section .entry-date {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #1a1ab3e3), to(#fd1e50d9));
    background: linear-gradient(top, #1a1ab3e3 55%, #fd1e50d9);
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    padding: 10px 25px 15px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}


.blog-section .entry-date h4 {
    font-size: 38px;
    margin-bottom: 10px;
    color: #f3a61c;
}
@media (max-width: 991px) {
    .blog-section .entry-date h4 {
        font-size: 32px;
    }
}
.blog-section .entry-date span {
}

.blog-section .grid .details {
    padding: 35px 25px;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.05);
    box-shadow: 0 0 25px rgba(0,0,0,.05);
}
.blog-section .grid .details h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0;
    margin: 0 ;
    border-top: 1px solid #f1f1f1;
    padding-top: .5em;
    line-height: 1.5em;

}
@media (max-width: 1199px) {
    .blog-section .grid .details h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .blog-section .grid .details h3 {
        font-size: 18px;
    }
}
.blog-section .grid .details h3 a {
    color: #2b2e3a;
}
.blog-section .grid .details h3 a:hover {
    color: #fd1e50ed;
}

.blog-section .grid .details ul {
  overflow: hidden;
  margin-bottom: 10px;
}

.blog-section .grid .details ul li {
  font-size: 14px;
  font-size: 0.875rem;
  float: left;
  list-style: none;
}

.blog-section .grid .details li a {
  color: #5d6d7a;
}

.blog-section .grid .details li a:hover {
  color: #efa61c;
}

.blog-section .grid .details ul > li + li {
  margin-left: 20px;
}

.blog-section .grid .details li i {
  display: inline-block;
  padding-right: 3px;
  color: #efa61c;
}

/*--------------------------------------------------------------
  home style 2
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#2.1  features-section
--------------------------------------------------------------*/
.features-section .feature-grids {
    background-color: #fff;
    margin: -80px -15px 0;
    -webkit-box-shadow: 0px 2px 18.9px 2.1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 18.9px 2.1px rgba(0, 0, 0, 0.04);
}
@media (max-width: 991px) {
    .features-section .feature-grids {
        margin: 90px -15px 0;
    }
}
@media (max-width: 767px) {
    .features-section .feature-grids {
        margin: 0 -15px 0;
        padding: 70px 0 20px;
    }
}
.features-section .feature-grids .grid {
    width: 33.33%;
    float: left;
    margin: 0 0 0;
    padding: 120px 35px 55px;
    position: relative;
}
@media (max-width: 991px) {
    .features-section .feature-grids .grid {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .features-section .feature-grids .grid {
        width: 100%;
        float: none;
        padding: 0 0 0 60px;
        margin: 0 15px 40px;
    }
}
.features-section .feature-grids > .grid:nth-child(2) {
    background-color: #f5f5f5;
}
@media (max-width: 767px) {
    .features-section .feature-grids > .grid:nth-child(2) {
        background: #fff;
    }
}
.features-section .grid .icon {
    position: absolute;
    left: 28px;
    top: 35px;
}
@media (max-width: 767px) {
    .features-section .grid .icon {
        left: 0;
        top: -8px;
    }
}
.features-section .fi:before {
    font-size: 47px;
    color: #fd1e50ed;
}
@media (max-width: 767px) {
    .features-section .fi:before {
        font-size: 40px;
    }
}
.features-section .grid h3 {
    font-size: 18px;
    margin: 0 0 0.7em;
}
@media (max-width: 767px) {
    .features-section .grid h3 {
        font-size: 16px;
    }
}
.features-section .grid p {
    margin: 0;
}

/*--------------------------------------------------------------
#2.2  about-section-s2
--------------------------------------------------------------*/
.about-section-s2 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
@media (max-width: 1199px) {
    .about-section-s2 {
        padding-bottom: 130px;
    }
}
@media (max-width: 991px) {
    .about-section-s2 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
.about-section-s2 .img-holder {
    margin-left: 0;
    position: relative;
}
.about-section-s2 .img-holder img {
    position: relative;
}
.about-section-s2 .img-holder:before {
    content: "";
    background: url("../images/add/video-place.jpg") center center/auto no-repeat local;
    width: 652px;
    height: 67px;
    position: absolute;
    left: 0;
    bottom: -61px;
    display: block;
}
@media (max-width: 1199px) {
    .about-section-s2 .img-holder:before {
        right: auto;
        left: -35px;
    }
}
@media (max-width: 991px) {
    .about-section-s2 .img-holder:before {
        display: none;
    }
}
@media (max-width: 991px) {
    .about-section-s2 .img-holder a {
        width: 65px;
        height: 65px;
        border-radius: 65px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
@media screen and (min-width: 1200px) {
    .about-section-s2 .section-title-s2,
    .about-section-s2 .section-title-s4 {
        padding-top: 10px;
    }
}
.about-section-s2 .upper-part {
    background: #a6c8d18f;
    padding: 55px 50px;
    position: absolute;
    top: -205px;
    width: 460px;
}
@media (max-width: 1199px) {
    .about-section-s2 .upper-part {
        position: initial;
        padding: 0;
        background: transparent;
        width: 378px;
    }
}
@media (max-width: 991px) {
    .about-section-s2 .upper-part {
        position: initial;
        background: rgba(188, 195, 202, 0.21176470588235294);
        padding: 50px 50px 30px;
        width: 674px;
        margin-top: 30px;
    }
}
@media (max-width: 676px) {
    .about-section-s2 .upper-part {
        position: initial;
        padding: 50px 50px 30px;
        width: 450px;
        margin-top: 30px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .about-section-s2 .upper-part {
        position: initial;
        padding: 20px;
        width: 100%;
        margin-top: 30px;
    }
}
.about-section-s3 {
    padding-top: 5px;
}
@media (max-width: 1199px) {
    .dis-none-1199 {
        display: none;
    }
}
@media (max-width: 920px) {
    .dis-none-991 {
        display: none;
    }
}
@media (max-width: 676px) {
    .dis-none-676 {
        display: none;
    }
}

/*--------------------------------------------------------------
#2.3  services-section-s2
--------------------------------------------------------------*/
.services-section-s2 {
    padding: 110px 0;
}
.serv-text {
    padding-bottom: 10px;
}
@media (max-width: 991px) {
    .services-section-s2 {
        padding: 90px 0 60px;
    }
}
@media (max-width: 767px) {
    .services-section-s2 {
        padding: 80px 0 50px;
    }
}
.services-section-s2 .services-grids .grid:hover {
    background: url("../images/service-bg.html") center 0/auto no-repeat local;
}
.services-section-s2 .services-grids {
    padding-top: 45px;
}
.services-section-s2 .services-grids .grid {
    width: 33.33%;
    float: left;
    margin: 0 0 0;
    padding: 40px 30px;
    position: relative;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
@media (max-width: 991px) {
    .services-section-s2 .services-grids .grid {
        width: 33%;
    }
}
@media (max-width: 767px) {
    .services-section-s2 .services-grids .grid {
        width: calc(100% - 30px);
        float: none;
        padding: 20px 25px;
    }
}
.services-section-s2 .services-grids > .grid:nth-child(1) {
    background: #3828b3;
}
.services-section-s2 .services-grids > .grid:nth-child(2) {
    background: #fd1e50ed;
}
.services-section-s2 .services-grids > .grid:nth-child(3) {
    background: #3828b3;
}
.services-section-s2 .services-grids .grid:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #0611b3;
    opacity: 0.6;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.services-section-s2 .grid .fi:before {
    font-size: 40px;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
@media (max-width: 991px) {
    .services-section-s2 .grid .fi:before {
        font-size: 35px;
    }
}
.services-section-s2 .services-grids .grid .icon,
.services-section-s2 .services-grids .grid h3,
.services-section-s2 .services-grids .grid p {
    position: relative;
}
.services-section-s2 .grid h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0.7em 0 0.7em;
}
@media (max-width: 991px) {
    .services-section-s2 .grid h3 {
        font-size: 18px;
    }
}
.services-section-s2 .grid h3 a {
    color: #efa61c;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: normal;
    font-family: "Helvetica Neue", sans-serif;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.services-section-s2 .grid:hover .fi:before {
    color: #fff;
}
.services-section-s2 .grid:hover h3 a,
.services-section-s2 .grid:hover p {
    color: #fff;
}
.services-section-s2 .grid p {
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: normal;
    font-family:"Helvetica Neue", sans-serif;
    color: #f5f5f5;
}
.services-section-s2 .grid:hover:before {
    background: #fd1e50ed;
}
.service-s2-pg-section {
    padding: 110px 0 80px;
}
@media (max-width: 991px) {
    .service-s2-pg-section {
        padding: 90px 0 60px;
    }
}
@media (max-width: 767px) {
    .service-s2-pg-section {
        padding: 80px 0 50px;
    }
}

/*--------------------------------------------------------------
#2.4  contact-section
--------------------------------------------------------------*/
.upper-part-contact {
    background: rgba(188, 195, 202, 0.21176470588235294)
}
.upper-part-text {
    padding-top: 100px;
}
.contact-section {}
.contact-section .section-title-s2 span:before,
.contact-section .section-title-s4 span:before {
    display: none;
}
.contact-section .content-area {
    background-color: transparent;
    background-image: linear-gradient(100deg,#13007f 61%,#af0387 100%);
    overflow: hidden;
    position: relative;
}
.contact-section .content-area .left-col,
.contact-section .content-area .right-col {
    width: 50%;
}
@media (max-width: 991px) {
    .contact-section .content-area .left-col,
    .contact-section .content-area .right-col {
        width: 100%;
        float: none;
    }
}
.contact-section .content-area .left-col {
    background: url("../images/add/contact-bg.jpg") center center/cover no-repeat local;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 991px) {
    .contact-section .content-area .left-col {
        float: none;
        position: relative;
        height: 400px;
    }
}
.contact-section .content-area .right-col {
    float: right;
    padding: 100px 70px 55px;
}
@media (max-width: 1199px) {
    .contact-section .content-area .right-col {
        padding: 100px 60px 55px;
    }
}
@media (max-width: 991px) {
    .contact-section .content-area .right-col {
        float: none;
        padding: 90px 50px 45px;
    }
}
@media (max-width: 767px) {
    .contact-section .content-area .right-col {
        padding: 80px 20px 35px;
    }
}
.contact-section .contact-message h4 {
    font-size: 22px;
}
@media (max-width: 767px) {
    .contact-section .contact-message h4 {
        font-size: 18px;
    }
}
.contact-section .contact-message:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 25px solid rgba(255, 255, 255, 0.9);
    border-left: 40px solid transparent;
    position: absolute;
    right: 25px;
    top: -25px;
}
.contact-section .contact-form input,
.contact-section .contact-form textarea,
.contact-section .contact-form select {
    background: #fdfdfd;
    width: 100%;
    height: 50px;
    font-size: 15px;
    border: 2px solid #f5f5f5;
    color: #fff;
    border-radius: 0;
    padding: 6px 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-section .contact-form select {
    color: #b0b0b0;
}
.contact-section .contact-form input:focus,
.contact-section .contact-form textarea:focus,
.contact-section .contact-form form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #fd1e50ed;
}
.contact-section .contact-form form {
    margin: 0 -15px;
    overflow: hidden;
}
.contact-section .contact-form form::-webkit-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #b0b0b0;
}
.contact-section .contact-form form:-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #b0b0b0;
}
.contact-section .contact-form form::-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #b0b0b0;
}
.contact-section .contact-form form:-ms-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #b0b0b0;
}
.contact-section .form select {
    background: url(../images/add/select-icon.png) no-repeat calc(100% - 15px) center;
    color: #aaa;
}
.contact-section .contact-form form > div {
    margin: 0 15px 13px;
}
@media (max-width: 1199px) {
    .contact-section .contact-form form > div {
        width: calc(100% - 30px);
        float: none;
    }
}
@media (max-width: 550px) {
    .contact-section .contact-form form > div {
        width: calc(100% - 30px);
        float: none;
    }
}
.contact-section .contact-form form > div:nth-child(3) {
    width: calc(100% - 30px);
    float: none;
    clear: both;
}
.contact-section .contact-form form > .submit-area {
    margin-bottom: 0;
}
.contact-section .contact-form form .comment-area {
    width: calc(100% - 30px);
    float: none;
    clear: both;
}
.contact-section .contact-form form .comment-area textarea {
    height: 170px;
}
.contact-section .contact-form form .comment-area textarea:focus {
    border-color: #fd1e50ed;
    outline: none;
}
.contact-section .contact-form form .form-control:focus {
    border-color: #fd1e50ed;
    outline: none;
    box-shadow: none;
}

/*--------------------------------------------------------------
  home style 3
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#3.1  services-section-s3
--------------------------------------------------------------*/
.services-section-s3 {
    padding-bottom: 50px;
}
@media (max-width: 991px) {
    .services-section-s3 {
        padding-bottom: 40px;
    }
}
.services-section-s3 .services-grids .grid {
    width: 50%;
    float: left;
    position: relative;
    padding: 0 35px 0 95px;
    margin: 0 0 45px;
}
@media (max-width: 991px) {
    .services-section-s3 .services-grids .grid {
        padding: 0 35px 0 95px;
    }
}
@media (max-width: 767px) {
    .services-section-s3 .services-grids .grid {
        padding: 0 0 0 85px;
        width: 100%;
        float: none;
        margin: 0 0 35px;
    }
}
.services-section-s3 .grid .icon {
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -10px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 7px 15.75px 5.25px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 7px 15.75px 5.25px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
@media (max-width: 767px) {
    .services-section-s3 .grid .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}
.services-section-s3 .services-grids > .grid:last-child i {
    position: relative;
    left: 5px;
}
@media (max-width: 767px) {
    .services-section-s3 .services-grids > .grid:last-child i {
        left: 3px;
    }
}
.services-section-s3 .grid .fi:before {
    font-size: 33px;
    color: #fd1e50ed;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
@media (max-width: 767px) {
    .services-section-s3 .grid .fi:before {
        font-size: 28px;
        font-size: 1.75rem;
    }
}
.services-section-s3 .grid h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0.7em;
}
@media (max-width: 991px) {
    .services-section-s3 .grid h3 {
        font-size: 18px;
    }
}
.services-section-s3 .grid h3 a {
    color: #2b2e3a;
}
.services-section-s3 .grid:hover .fi:before {
    color: #fff;
}
.services-section-s3 .grid:hover h3 a {
    color: #fd1e50ed;
}
.services-section-s3 .grid:hover .icon {
    background-color: #fd1e50ed;
}

/*--------------------------------------------------------------
#3.2  projects-sections-s2
--------------------------------------------------------------*/
.projects-sections-s2 .project-grids .grid {
    width: 33.33%;
    float: left;
    position: relative;
    overflow: hidden;
}
@media (max-width: 991px) {
    .projects-sections-s2 .project-grids .grid {
        width: 50%;
    }
}
@media (max-width: 600px) {
    .projects-sections-s2 .project-grids .grid {
        width: 100%;
        float: none;
    }
}
.projects-sections-s2 .grid .hover-content {
    width: 100%;
    height: 100%;
    padding: 30px;
    position: absolute;
    left: 0;
    top: 100px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
@media (max-width: 991px) {
    .projects-sections-s2 .grid .hover-content {
        padding: 25px;
    }
}
.projects-sections-s2 .grid .hover-content:before {
    content: "";
    background: rgba(29, 29, 29, 0.9);
    width: calc(100% + 2px);
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
}
.projects-sections-s2 .grid:hover .hover-content {
    top: 0;
    opacity: 1;
}
.projects-sections-s2 .hover-content .details {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 2;
}
@media (max-width: 991px) {
    .projects-sections-s2 .hover-content .details {
        left: 25px;
        bottom: 25px;
    }
}
.projects-sections-s2 .details h3 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 0.2em;
}
@media (max-width: 991px) {
    .projects-sections-s2 .details h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .projects-sections-s2 .details h3 {
        font-size: 18px;
        font-weight: normal;
    }
}
.projects-sections-s2 .details .cat {
    color: #fd1e50ed;
}
.projects-sections-s2 .top-link {
    position: relative;
    z-index: 2;
}
.projects-sections-s2 .top-link .fi:before {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.projects-sections-s2 .top-link .fi:before {
    font-size: 25px;
    color: #fff;
}
.projects-sections-s2 .top-link a:hover .fi:before {
    color: #fd1e50ed;
}
.projects-sections-s2 .all-projects {
    font-family: "Helvetica Neue", sans-serif;
    text-align: center;
    margin-top: 40px;
}
.projects-sections-s2 .all-projects a {
    color: #2b2e3a;
}
.projects-sections-s2 .all-projects a:hover {
    color: #fd1e50ed;
}
.projects-sections-s2 .all-projects i {
    position: relative;
    top: 1px;
    left: 4px;
}
.projects-sections-s2 .all-projects i:before {
    font-size: 14px;
}

/*--------------------------------------------------------------
  about page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#4.1  mission-vision-section
--------------------------------------------------------------*/
.mission-vision-section {
    padding-bottom: 55px;
}
@media (max-width: 991px) {
    .mission-vision-section {
        padding-bottom: 35px;
    }
}
@media (max-width: 767px) {
    .mission-vision-section {
        padding-bottom: 25px;
    }
}
.mission-vision-section .mission-vision-grids {
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .mission-vision-section .mission-vision-grids {
        margin: 0 -7.5px;
    }
}
.mission-vision-section .mission-vision-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 50px;
}
@media (max-width: 991px) {
    .mission-vision-section .mission-vision-grids .grid {
        width: calc(50% - 30px);
    }
}
@media (max-width: 767px) {
    .mission-vision-section .mission-vision-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 50px;
    }
}
@media (max-width: 600px) {
    .mission-vision-section .mission-vision-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}
.mission-vision-section .title-area {
    text-align: center;
    margin-bottom: 50px;
}
.mission-vision-section .title-area h2 {
    font-size: 26px;
    font-weight: normal;
    line-height: 1.4em;
    margin: -0.38em 0 0;
}
@media (max-width: 991px) {
    .mission-vision-section .title-area h2 {
        font-size: 22px;
    }
}
.mission-vision-section .grid .img-holder {
    margin-bottom: 30px;
}
.mission-vision-section .grid h3 {
    font-size: 22px;
    margin: 0 0 0.6em;
}
@media (max-width: 991px) {
    .mission-vision-section .grid h3 {
        font-size: 18px;
    }
}
.mission-vision-section .grid p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
#4.2  experience-section
--------------------------------------------------------------*/
.experience-section {
    /*** skills progress bar ***/
}
.experience-section .content-area {
    background-color: #fafaf9;
    overflow: hidden;
    position: relative;
}
.experience-section .content-area .left-col,
.experience-section .content-area .right-col {
    width: 50%;
}
@media (max-width: 991px) {
    .experience-section .content-area .left-col,
    .experience-section .content-area .right-col {
        width: 100%;
        float: none;
    }
}
.experience-section .content-area .left-col {
    background: url("../images/blog/img-4.jpg") center center/cover no-repeat local;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 991px) {
    .experience-section .content-area .left-col {
        float: none;
        position: relative;
        height: 400px;
    }
}
.experience-section .content-area .right-col {
    float: right;
    padding: 100px 70px;
}
@media (max-width: 1199px) {
    .experience-section .content-area .right-col {
        padding: 100px 60px;
    }
}
@media (max-width: 991px) {
    .experience-section .content-area .right-col {
        float: none;
        padding: 90px 50px;
    }
}
@media (max-width: 767px) {
    .experience-section .content-area .right-col {
        padding: 80px 20px;
    }
}
.experience-section .content-area h2 {
    font-size: 36px;
    margin: -0.19em 0 0.6em;
}
@media (max-width: 991px) {
    .experience-section .content-area h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .experience-section .content-area h2 {
        font-size: 26px;
    }
}
.experience-section .content-area p {
    margin-bottom: 2em;
}
.experience-section .content-area ul {
    font-size: 18px;
    font-style: italic;
    list-style-type: none;
    margin-bottom: 35px;
}
@media (max-width: 991px) {
    .experience-section .content-area ul {
        font-size: 16px;
    }
}
.experience-section .content-area ul li {
    padding-left: 35px;
    position: relative;
}
@media (max-width: 991px) {
    .experience-section .content-area ul li {
        padding-left: 25px;
    }
}
.experience-section .content-area ul > li + li {
    margin-top: 15px;
}
.experience-section .content-area ul i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #fd1e50ed;
}
.experience-section .skills {
    padding-top: 20px;
}
.experience-section .skills .skill {
    margin-bottom: 30px;
}
.experience-section .skills .skill:last-child {
    margin-bottom: 0;
}
.experience-section .skills .skill:last-child .progress {
    margin-bottom: 0;
}
.experience-section .skills h6 {
    font-size: 16px;
    margin: 0 0 0.6em;
}
@media (max-width: 991px) {
    .experience-section .skills h6 {
        font-size: 14px;
    }
}
.experience-section .skills .progress {
    background-color: #e6e6e6;
    height: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
    box-shadow: none;
    position: relative;
    border-radius: 0;
}
.experience-section .skills .progress > span {
    font-size: 16px;
    color: #7e8690;
    padding: 2px 6px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: -32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
@media (max-width: 991px) {
    .experience-section .skills .progress > span {
        padding: 0 6px;
    }
}
@media (max-width: 767px) {
    .experience-section .skills .progress > span {
        font-size: 14px;
    }
}
.experience-section .skills .progress-bar {
    background: #fd1e50ed;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

/*--------------------------------------------------------------
#4.3  testimonials-section-s2
--------------------------------------------------------------*/
.testimonials-section-s2 {
    background-color: #fff;
}
.testimonials-section-s2 .testimonials-area p {
    color: #646c77;
}
.testimonials-section-s2 .owl-theme .owl-controls {
    margin-top: 40px;
}
.testimonials-section-s2 .owl-theme .owl-dots .owl-dot.active span,
.testimonials-section-s2 .owl-theme .owl-dots .owl-dot:hover span {
    background: #fd1e50ed;
}
.about-pg-project-section {
    padding-top: 0;
}

/*--------------------------------------------------------------
#4.4  team-section
--------------------------------------------------------------*/
.team-section {
    position: relative;
}
.team-section .title-text {
    text-align: right;
    margin-top: 25px;
}
@media (max-width: 991px) {
    .team-section .title-text {
        text-align: left;
        margin: 25px 0 50px;
    }
}
.team-section .title-text p {
    margin: 0;
}
.team-section .team-grids .grid {
       width: 24%;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .team-section .team-grids .grid {
        width: 50%;
        margin: 0 0 25px;
    }
}
@media (max-width: 500px) {
    .team-section .team-grids .grid {
        width: 100%;
        float: none;
    }
}
.team-section .team-grids {
    text-align: center;
}
.team-section .team-grids .grid .img-holder {
    position: relative;
}
.team-section .team-grids .grid .img-holder:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: -webkit-linear-gradient(top, #1a1ab3e3 55%, #fd1e50d9);
    background: -moz-linear-gradient(top, #1a1ab3e3 55%, #fd1e50d9);
    background: -o-linear-gradient(top, #1a1ab3e3 55%, #fd1e50d9);
    background: -ms-linear-gradient(top, #1a1ab3e3 55%, #fd1e50d9);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #1a1ab3e3), to(#fd1e50d9));
    background: linear-gradient(top, #1a1ab3e3 55%, #fd1e50d9);
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.team-section .team-grids .grid .member-info {
    position: relative;
}
.team-section .team-grids .grid .social-links {
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    top: -40%;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.team-section .team-grids .grid .social-links li {
    margin-right: 0px;
    float: none;
    display: inline-block;
}
.team-section .team-grids .grid .social-links li:last-child {
    margin-right: 0;
}
.team-section .team-grids .grid .social-links a {
    background-color: #efa61c;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
}
.team-section .team-grids .grid .social-links a:hover {
    background-color: #d39c08;
}
.team-section .team-grids .grid .member-info .details {
    background: url(../images/bg/bg-2.jpg);
    padding: 8px;
    position: relative;
    -webkit-box-shadow: 0px 6px 18.9px 2.1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 6px 18.9px 2.1px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
}
.team-section .team-grids .grid .member-info .details:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.91);
    z-index: -1;
}
.team-section .team-grids .grid .member-info .details h4 {
    font-size: 20px;
    color: #efa61c;
    font-weight: normal;
}
@media (max-width: 767px) {
    .team-section .team-grids .grid.member-info .details h4 {
        font-size: 15px;
    }
}
.team-section .team-grids .grid .member-info .details .post {
    font-size: 12px;
    color: #222882;
}
.team-section .team-grids .grid:hover .img-holder:before {
    opacity: 1;
}
.team-section .team-grids .grid:hover .social-links {
    opacity: 1;
    top: -60px;
    visibility: visible;
}

/*--------------------------------------------------------------
#1.0  schedule-section
--------------------------------------------------------------*/
@media (max-width: 767px) {
    .schedule-section .section-title {
        text-align: center;
    }
}
.schedule-section .grid-filters {
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .schedule-section .grid-filters {
        text-align: center;
    }
    
    .schedule-section .grid-filters ul {
        display: inline-block;
    }
}
.schedule-section .grid-filters li {
    list-style: none;
}
@media screen and (min-width: 768px) {
    .schedule-section .grid-filters li {
        display: inline-block;
    }
}
@media screen and (min-width: 320px) {
    .schedule-section .grid-filters li {
        display: inline-block;
    }
}
.schedule-section .grid-filters li:nth-child(1) {
    background: #04c9fd;
}
.schedule-section .grid-filters li:nth-child(2) {
    background: #1a1ab3;
}
.schedule-section .grid-filters li:nth-child(3) {
    background: #ff0080;
}
.schedule-section .grid-filters li:nth-child(4) {
    background: #f3a61c;
}
.schedule-section .grid-filters li:nth-child(5) {
    background: #04c9fd;
}
.schedule-section .grid-filters li a {
    position: relative;
    float: left;
    padding: 20px 35px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family:"Helvetica Neue", sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.schedule-section .grid-filters li a span {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: normal;
    font-family:"Helvetica Neue", sans-serif;
}
@media (max-width: 991px) {
    .schedule-section .grid-filters li a {
        font-size: 14px;
        padding: 8px 20px 10px;
    }
}
.schedule-section .grid-filters li a.current {
    background-color: #3a2172;
    color: #fff;
}
.schedule-section .grid-filters li a:active,
.schedule-section .grid-filters li a:focus {
    text-decoration: none;
}
.schedule-section .grid-container {
    margin: 0 -2px;
}
.schedule-section .grid-container .grid {
    width: calc(50% - 2px);
    float: left;
    margin: 0 1px 2px;
    position: relative;
}
@media (max-width: 991px) {
    .schedule-section .grid-container .grid {
        width: calc(50% - 4px);
    }
}
@media (max-width: 767px) {
    .schedule-section .grid-container .grid {
        width: calc(100% - 4px);
        float: none;
    }
}
@media (max-width: 550px) {
    .schedule-section .grid-container .grid {
        width: calc(100% - 4px);
        float: none;
    }
}
@media (max-width: 991px) {
    .schedule-section .image-box-inner img {
        height: 143px;
        width: 360px;
    }
}
.schedule-section .grid .hover-content {
    background: rgba(200, 50, 38, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.schedule-section .grid:hover .hover-content {
    opacity: 1;
    visibility: visible;
}
.schedule-section .hover-content .text {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.schedule-section .hover-content h4 {
    font-size: 20px;
    margin: 0 0 0.3em;
}
@media (max-width: 767px) {
    .schedule-section .hover-content h4 {
        font-size: 18px;
    }
}
.schedule-section .hover-content h4 a {
    color: #fff;
}
.schedule-section .hover-content h4 a:hover {
    color: #274054;
}
.schedule-section .hover-content h4 + span {
    font-size: 14px;
    color: #d5d5d5;
}
.schedule-grid .inner-box {
    position: relative;
}
.schedule-grid .image-box {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}
.schedule-grid .image-box img {
    display: block;
    width: 100%;
    height: 200px;
}
@media (max-width: 1199px) {
    .schedule-grid .image-box img {
        height: 161px;
    }
}
@media (max-width: 991px) {
    .schedule-grid .image-box img {
        height: 142px;
    }
}
.schedule-grid .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    font-family: "Helvetica Neue", sans-serif;
}
.schedule-grid .overlay-box .bg-box {
    position: absolute;
    left: 0px;
    top: 0px;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 0px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 0px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.image-box-inner {
    padding-right: 25px;
}
@media (max-width: 991px) {
    .image-box-inner {
        padding-right: 10px;
    }
}
.schedule-grid:hover .overlay-box .bg-box,
.schedule-grid.active-btn .overlay-box .bg-box {
    background: -webkit-linear-gradient(top, #1a1ab3 55%, #fd1e50ed);
    background: -moz-linear-gradient(top, #1a1ab3 55%, #fd1e50ed);
    background: -o-linear-gradient(top, #1a1ab3 55%, #fd1e50ed);
    background: -ms-linear-gradient(top, #1a1ab3 55%, #fd1e50ed);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #1a1ab3), to(#fd1e50ed));
    background: linear-gradient(top, #1a1ab3 55%, #fd1e50ed);
    color: #ffffff;
}
.schedule-grid .overlay-box .content-box {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 750px) {
    .schedule-grid .overlay-box .content-box {
        padding: 0 47px;
    }
}
@media (max-width: 740px) {
    .schedule-grid .overlay-box .content-box {
        padding: 0 40px;
    }
}
@media (max-width: 500px) {
    .schedule-grid .overlay-box .content-box {
        padding: 0 30px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .schedule-grid .overlay-box .content-box {
        padding: 0 5px;
    }
}
.schedule-grid .overlay-box h2 {
    font-size: 20px;
    color: #282828;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
@media (max-width: 1199px) {
    .schedule-grid .overlay-box h2 {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .schedule-grid .overlay-box h2 {
        font-size: 14px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .schedule-grid .overlay-box h2 {
        font-size: 12px;
        text-transform: capitalize;
    }
}
.schedule-grid:hover .overlay-box h2,
.schedule-grid.active-btn .overlay-box h2 {
    color: #ffffff;
}
.schedule-grid:hover .overlay-box li span {
    color: #ffd33a;
}
.schedule-grid .overlay-box li {
    position: relative;
    display: inline-block;
    margin-right: 60px;
    font-family:"Helvetica Neue", sans-serif;
    font-weight: 500;
}
@media (min-width: 320px) and (max-width: 767px) {
    .schedule-grid .overlay-box li {
        margin-right: 0px;
    }
}
.schedule-grid .overlay-box li .amount {
    color: #f3a61c;
    font-size: 16px;
}
@media (max-width: 991px) {
    .schedule-grid .overlay-box li .amount {
        color: #f3a61c;
        font-size: 15px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .schedule-grid .overlay-box li {
        font-size: 12px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .schedule-grid .overlay-box li .amount {
        font-size: 11px;
    }
}

/*--------------------------------------------------------------
#1.0 .recent-blog-section
--------------------------------------------------------------*/
.recent-blog-section .recent-cases-thumbs-outer {
    overflow: hidden;
}
.recent-blog-section .recent-cases-thumbs-outer .recent-case-thumb {
    width: 50%;
    float: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
@media (max-width: 500px) {
    .recent-blog-section .recent-cases-thumbs-outer .recent-case-thumb {
        width: 100%;
        float: none;
    }
}
.recent-blog-section .recent-case-thumb .overlay-text {
    background: -webkit-linear-gradient(top, #1a1ab3 55%, #fd1e50ed);
    background: -moz-linear-gradient(top, #1a1ab3 55%, #fd1e50ed);
    background: -o-linear-gradient(top, #1a1ab3 55%, #fd1e50ed);
    background: -ms-linear-gradient(top, #1a1ab3 55%, #fd1e50ed);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #1a1ab3), to(#fd1e50ed));
    background: linear-gradient(top, #1a1ab3 55%, #fd1e50ed);
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    position: absolute;
    left: -30%;
    top: 6px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.recent-blog-section .active-thumb .overlay-text {
    opacity: 1;
    visibility: visible;
    left: 6px;
}
.recent-blog-section .overlay-text .text-inner {
    width: 100%;
    text-align: center;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.recent-blog-section .overlay-text .text-inner .cat {
    font-size: 14px;
    font-weight: normal;
    color: #c1b696;
    text-transform: uppercase;
    margin: 0;
}
.recent-blog-section .overlay-text .text-inner h3 {
    font-size: 22px;
    color: #fff;
    margin: 0.4em 0 0;
}
@media (max-width: 767px) {
    .recent-blog-section .overlay-text .text-inner h3 {
        font-size: 18px;
    }
}
.recent-blog-section .recent-cases-content-outer {
    border: 1px solid #cfcdd2;
    padding: 66px 35px;
}
@media (max-width: 1199px) {
    .recent-blog-section .recent-cases-content-outer {
        padding: 0;
        border: 0;
    }
}
@media (max-width: 991px) {
    .recent-blog-section .recent-cases-content-outer {
        border: 8px solid rgb(56, 62, 142);
        padding: 30px 25px;
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .recent-blog-section .recent-cases-content-outer {
        border: 0;
        padding: 0;
        margin-top: 50px;
    }
}
.recent-blog-section .recent-cases-content-outer .recent-case-data {
    display: none;
}
.recent-blog-section .recent-cases-content-outer .active-case-data {
    display: block;
}
.recent-blog-section .recent-cases-content-outer .date {
    background-color: #383e8e;
    width: 120px;
    height: 50px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 35px;
    float: right;
    position: absolute;
    right: 15px;
    top: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .recent-blog-section .recent-cases-content-outer .date {
        display: none;
    }
}
.recent-blog-section .recent-cases-content-outer .date h5 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #fff;
    margin: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .recent-blog-section .recent-cases-content-outer .date h5 {
        font-size: 12px;
    }
}
.recent-blog-section .recent-case-data h3 {
    font-size: 20px;
    line-height: 1.7em;
    margin: 0 0 1em;
}
.recent-blog-section .recent-case-data h3 a {
    color: #282e3f;
}
.recent-blog-section .recent-case-data h3 a:hover {
    color: #c1b696;
}
.recent-blog-section .recent-case-data p {
    margin-bottom: 2.2em;
    line-height: 1.9em;
}
.recent-blog-section .meta ul {
    overflow: hidden;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.recent-blog-section .meta ul li {
    color: #afafaf;
    float: left;
}
.recent-blog-section .post-meta li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -10px;
    border: 3px solid #ccc;
}
.recent-blog-section .meta li a {
    font-weight: normal;
    color: #696969;
}
.recent-blog-section .meta li a:hover {
    color: #c1b696;
}
.recent-blog-section .meta ul > li + li {
    margin-left: 30px;
    position: relative;
    list-style: none;
}
.recent-blog-section .meta ul > li + li:before {
    content: "|";
    position: absolute;
    left: -15px;
    top: 0;
}
.recent-blog-section .entry-meta {
    padding: 12px 17px 12px 0;
}
.recent-blog-section .entry-meta ul {
    overflow: hidden;
}
.recent-blog-section .entry-meta ul li {
    float: left;
    font-size: 13px;
    font-style: italic;
    color: #868585;
    margin-right: 12px;
    padding-right: 12px;
    position: relative;
    list-style: none;
}
@media (max-width: 991px) {
    .recent-blog-section .entry-meta ul li {
        padding-right: 0;
        margin-right: 14px;
    }
}
.recent-blog-section .entry-meta ul li:after {
    content: "/";
    position: absolute;
    right: 0;
}
@media (max-width: 991px) {
    .recent-blog-section .entry-meta ul li:after {
        display: none;
    }
}
.recent-blog-section .entry-meta ul li i {
    display: inline-block;
    color: #efa61c;
    padding-right: 4px;
}
@media (max-width: 991px) {
    .recent-blog-section .entry-meta ul li i {
        padding-right: 2px;
    }
}
.recent-blog-section .entry-meta ul li a {
    color: #868585;
}
.recent-blog-section .entry-meta ul li a:hover {
    color: #012f5d;
}
.recent-blog-section .entry-meta ul > li:last-child {
    margin: 0;
    padding: 0;
}
.recent-blog-section .entry-meta ul > li:last-child:after {
    display: none;
}

/*--------------------------------------------------------------
#4.5  partners-section
--------------------------------------------------------------*/
.partners-section {
    background-color: #f9f9f9;
    padding: 70px 0 58px;
    text-align: center;
}
.partners-section .grid {
    border: 1px solid #e8e8e8;
    padding-bottom: 1px;
    margin-bottom: 1px;
    padding: 25px;
}
.partners-section .grid img {
    width: auto;
    margin: 0 auto;
}

/*--------------------------------------------------------------
  contact page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#5.1  contact-pg-section
--------------------------------------------------------------*/
.contact-pg-section .submit-btn-wrapper {
    text-align: center;
}
.contact-pg-section form {
    overflow: hidden;
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .contact-pg-section form {
        margin: 0 0 0 -15px;
    }
}
.contact-pg-section form .one-third-col {
    width: 33.33%;
    float: left;
}
@media (max-width: 600px) {
    .contact-pg-section form .one-third-col {
        width: 100%;
        float: left;
    }
}
.contact-pg-section form div {
    padding: 0 15px 30px;
}
@media (max-width: 767px) {
    .contact-pg-section form div {
        padding: 0 0 15px 15px;
    }
}
.contact-pg-section form .submit-btn-wrapper {
    padding-bottom: 0;
}
.contact-pg-section form input,
.contact-pg-section form textarea {
    background: #fdfdfd;
    font-size: 16px;
    height: 55px;
    padding: 6px 15px;
    border: 2px solid #f2f2f2;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 767px) {
    .contact-pg-section form input,
    .contact-pg-section form textarea {
        height: 45px;
    }
}
.contact-pg-section form input:focus,
.contact-pg-section form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #fd1e50ed;
}
.contact-pg-section form textarea {
    height: 200px;
    padding: 15px;
}
.contact-pg-section .contact-info {
    padding: 60px 35px;
    margin-top: 75px;
    -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
}
@media (max-width: 991px) {
    .contact-pg-section .contact-info {
        padding: 60px 35px 40px;
        margin-top: 60px;
    }
}
@media (max-width: 767px) {
    .contact-pg-section .contact-info {
        padding: 50px 25px 30px;
        margin-top: 50px;
    }
}
.contact-pg-section .contact-info > div {
    width: 33.33%;
    float: left;
    position: relative;
    padding-left: 65px;
}
@media (max-width: 991px) {
    .contact-pg-section .contact-info > div {
        width: 50%;
        padding-left: 55px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .contact-pg-section .contact-info > div {
        width: 100%;
        float: none;
    }
}
.contact-pg-section .contact-info .icon {
    position: absolute;
    left: 0;
    top: 0;
}
.contact-pg-section .contact-info .icon i {
    font-size: 50px;
    color: #fd1e50ed;
}
@media (max-width: 991px) {
    .contact-pg-section .contact-info .icon i {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .contact-pg-section .contact-info .icon i {
        font-size: 35px;
    }
}
.contact-pg-section .contact-info h5 {
    font-family:"Helvetica Neue", sans-serif;
    font-size: 18px;
    margin: 0 0 0.05em;
}
.contact-pg-section .contact-map {
    height: 450px;
    margin-top: 100px;
}
@media (max-width: 991px) {
    .contact-pg-section .contact-map {
        margin-top: 80px;
    }
}
@media (max-width: 767px) {
    .contact-pg-section .contact-map {
        height: 350px;
        margin-top: 70px;
    }
}
.contact-pg-section .contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}

/*--------------------------------------------------------------
  blog page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#6.1  blog-pg-section
--------------------------------------------------------------*/
.blog-pg-section {
    /*** format-standard ***/
    /*** format-gallery ***/
    /*** format-quote ***/
    /*** format-video ***/
}
@media screen and (min-width: 1200px) {
    .blog-pg-section .blog-content {
        padding-right: 50px;
    }
}
.blog-pg-section .blog-content .post {
    margin-bottom: 100px;
}
@media (max-width: 991px) {
    .blog-pg-section .blog-content .post {
        margin-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .blog-pg-section .blog-content .post {
        margin-bottom: 70px;
    }
}
.blog-pg-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin: 35px 0;
}
@media (max-width: 767px) {
    .blog-pg-section .entry-meta {
        margin: 25px 0;
    }
}
.blog-pg-section .entry-meta li {
    float: left;
    font-size: 14px;
}
@media (max-width: 767px) {
    .blog-pg-section .entry-meta li {
        font-size: 12px;
    }
}
.blog-pg-section .entry-meta > li {
    padding-left: 20px;
    position: relative;
}
.blog-pg-section .entry-meta > li span {
    color: #555555;
    padding-right: 6px;
}
@media (max-width: 767px) {
    .blog-pg-section .entry-meta > li + li span {}
}
.blog-pg-section .entry-meta li a {
    color: #efa61c;
}
.blog-pg-section .post h3 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
    margin: -0.27em 0 0.7em;
}
@media (max-width: 991px) {
    .blog-pg-section .post h3 {
        font-size: 25px;
    }
}
@media (max-width: 767px) {
    .blog-pg-section .post h3 {
        font-size: 22px;
    }
}
.blog-pg-section .post h3 a {
    color: #2b2e3a;
}
.blog-pg-section .post h3 a:hover {
    color: #fd1e50ed;
}
.blog-pg-section .post p {
    font-size: 18px;
    margin-bottom: 1.5em;
}
@media (max-width: 991px) {
    .blog-pg-section .post p {
        font-size: 16px;
        font-size: 1rem;
    }
}
.blog-pg-section .post .more {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #2b2e3a;
    display: inline-block;
    line-height: 0.5em;
    padding-left: 50px;
    position: relative;
}
.blog-pg-section .post .more:before {
    content: "";
    background: #fd1e50ed;
    width: 32px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 5px;
}
@media (max-width: 991px) {
    .blog-pg-section .post .more {
        font-size: 15px;
    }
}
.blog-pg-section .post .more:hover {
    color: #fd1e50ed;
}
.blog-pg-section .post .more .fi:before {
    font-size: 14px;
    position: relative;
    top: 1px;
    left: 2px;
}
.blog-pg-section .format-standard,
.blog-pg-section .format-quote {
    background-color: #f8f8f8;
    padding: 25px 35px 45px;
}
@media (max-width: 767px) {
    .blog-pg-section .format-standard,
    .blog-pg-section .format-quote {
        padding: 25px 20px 45px;
    }
}
.blog-pg-section .format-gallery {
    position: relative;
}
.blog-pg-section .format-gallery .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-]:hover {
    background: #fd1e50ed;
}
.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-] {
    background: rgba(133, 133, 133, 0.5);
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev,
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
    left: 15px;
}
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
    right: 15px;
}
.blog-pg-section .format-quote {
    position: relative;
}
.blog-pg-section .format-quote:before {
    content: "";
    background: url("../images/blog/quote.html") center center/auto no-repeat local;
    width: 57px;
    height: 41px;
    position: absolute;
    right: 45px;
    bottom: 35px;
}
.blog-pg-section .format-video .video-holder {
    position: relative;
    text-align: center;
}
.blog-pg-section .format-video .video-holder:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-pg-section .format-video .video-holder:hover:before {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.blog-pg-section .format-video .video-holder a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.blog-pg-section .format-video .video-holder .fi:before {
    font-size: 80px;
    color: #fff;
}
@media (max-width: 767px) {
    .blog-pg-section .format-video .video-holder .fi:before {
        font-size: 60px;
    }
}
@media screen and (min-width: 1200px) {
    .blog-pg-left-sidebar .blog-content {
        padding-right: 0;
        padding-left: 50px;
    }
}
@media screen and (min-width: 1200px) {
    .blog-pg-fullwidth .blog-content {
        padding: 0;
    }
}

/*--------------------------------------------------------------
  blog single page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#7.1  blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
    /*** tag-share ***/
    /*** author-box ***/
    /*** more-posts ***/
    /*** comments area ***/
    /*** comment-respond ***/
}
@media screen and (min-width: 1200px) {
    .blog-single-section .blog-content {
        padding-right: 50px;
    }
}
.blog-single-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin: 35px 0;
}
@media (max-width: 767px) {
    .blog-single-section .entry-meta {
        margin: 25px 0;
    }
}
.blog-single-section .entry-meta li {
    float: left;
    font-size: 14px;
}
@media (max-width: 767px) {
    .blog-single-section .entry-meta li {
        font-size: 12px;
    }
}
.blog-single-section .entry-meta > li + li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}
.blog-single-section .entry-meta > li + li:before {
    content: "";
    background: #fd1e50ed;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    left: -4px;
    top: 7px;
}
@media (max-width: 767px) {
    .blog-single-section .entry-meta > li + li:before {
        top: 5px;
    }
}
.blog-single-section .entry-meta li a {
    color: #fd1e50ed;
}
.blog-single-section .post h2 {
    font-size: 36px;
    font-weight: 600;
    margin: -0.22em 0 0.7em;
    line-height: 1.3em;
}
@media (max-width: 991px) {
    .blog-single-section .post h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .blog-single-section .post h2 {
        font-size: 25px;
    }
}
.blog-single-section .post p {
    font-size: 18px;
    margin-bottom: 1.5em;
}
@media (max-width: 991px) {
    .blog-single-section .post p {
        font-size: 16px;
    }
}
.blog-single-section .post h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 1.8em 0 1em;
}
@media (max-width: 991px) {
    .blog-single-section .post h3 {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .blog-single-section .post h3 {
        font-size: 20px;
    }
}
.blog-single-section .post blockquote {
    position: relative;
    margin-bottom: 50px;
    padding: 40px 50px;
    color: #270080;
    border: none;
    font-style: italic;
    background-color: #eeeeee;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3px;
    overflow: hidden;
    border-left: 5px solid #efa61c;
}
@media (max-width: 767px) {
    .blog-single-section .post blockquote {
        padding: 55px 25px;
    }
}
.blog-single-section .post blockquote h4 {
    position: relative;
    font-size: 20px;
    font-weight: normal;
    color: #efa61c;
    text-align: left;
}
.blog-single-section .post blockquote .quoter {
    font-size: 14px;
    display: block;
    margin-top: 15px;
}
.blog-single-section .tag-share {
    border: 1px solid #f2f2f2;
    padding: 25px 25px 35px;
    margin: 55px 0 0;
    color: #2b2e3a;
}
.blog-single-section .tag-share ul {
    list-style: none;
    display: inline-block;
    overflow: hidden;
}
.blog-single-section .tag-share ul li {
    float: left;
}
@media (max-width: 767px) {
    .blog-single-section .tag-share ul li {
        margin: 2px;
    }
}
.blog-single-section .tag-share ul > li + li {
    margin-left: 10px;
}
@media (max-width: 767px) {
    .blog-single-section .tag-share ul > li + li {
        margin: 2px;
    }
}
.blog-single-section .tag-share .tag ul {
    list-style: none;
    position: relative;
    top: 15px;
}
.blog-single-section .tag-share .tag a {
    font-size: 16px;
    padding: 5px 10px;
    margin: 0.3125rem 0.1563rem 0;
    color: #313131;
    line-height: 1.875rem;
    background-position: 0 0!important;
    background-size: 100%!important;
    border-radius: 0.3125rem;
    background: rgb(204, 204, 204);
    background: -moz-linear-gradient(-45deg, rgba(248, 248, 248, 1) 0%, rgba(204, 204, 204, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(248, 248, 248, 1) 0%, rgba(204, 204, 204, 1) 100%);
    background: linear-gradient(165deg, rgba(248, 248, 248, 1) 0%, rgba(204, 204, 204, 1) 100%);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    display: block;
    border-radius: 50px;
}
@media (max-width: 767px) {
    .blog-single-section .tag-share .tag a {
        font-size: 13px;
        padding: 5px 10px;
    }
}
.blog-single-section .tag-share .tag a:hover {
    background-color: #fd1e50ed;
    color: #fff;
}
.blog-single-section .tag-share .share {
    margin-top: 40px;
}
.blog-single-section .tag-share .share ul {
    position: relative;
    top: 15px;
}
.blog-single-section .tag-share .share ul > li + li {
    margin-left: 15px;
}
@media (max-width: 767px) {
    .blog-single-section .tag-share .share ul > li + li {
        margin-left: 10px;
    }
}
@media (max-width: 767px) {
    .blog-single-section .tag-share .share ul > li {
        margin: 5px;
    }
}
.blog-single-section .tag-share .share a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #eae6e6;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    color: #627381;
}
@media (max-width: 767px) {
    .blog-single-section .tag-share .share a {
        font-size: 13px;
    }
}
.blog-single-section .tag-share .share a:hover {
    background: #fd1e50ed;
    border-color: #fd1e50ed;
    color: #fff !important;
}
.blog-single-section .tag-share .share ul > li:first-child a {
    background: #04c9fd;
    color: #fff
}
.blog-single-section .tag-share .share ul > li:nth-child(2) a {
    background: #1a1ab3;
    color: #fff
}
.blog-single-section .tag-share .share ul > li:nth-child(3) a {
    background: #ff0080;
    color: #fff
}
.blog-single-section .tag-share .share ul > li:nth-child(4) a {
    background: #f3a61c;
    color: #fff
}
.blog-single-section .author-box {
    padding: 35px 40px 25px;
    margin: 70px 0;
    border: 1px solid #f2f2f2;
}
@media (max-width: 991px) {
    .blog-single-section .author-box {
        padding: 35px 40px;
    }
}
@media (max-width: 767px) {
    .blog-single-section .author-box {
        padding: 25px;
    }
}
.blog-single-section .author-box .author-avatar {
    float: left;
}
.blog-single-section .author-box .author-avatar img {
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .blog-single-section .author-box .author-avatar {
        float: none;
    }
}
.blog-single-section .author-box .author-content {
    display: block;
    overflow: hidden;
    padding-left: 25px;
}
@media (max-width: 767px) {
    .blog-single-section .author-box .author-content {
        padding: 0;
        margin: 15px 0 0 0;
    }
}
.blog-single-section .author-box .author-content p {
    font-size: 17px;
    color: #949494;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .blog-single-section .author-box .author-content p {
        font-size: 15px;
    }
}
.blog-single-section .author-box .author-name {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    color: #2b2e3a;
}
.blog-single-section .author-box .social-link {
    display: inline-block;
    list-style: none;
}
.blog-single-section .author-box .social-link li {
    float: left;
    margin-right: 15px;
}
.blog-single-section .author-box .social-link a {
    display: block;
    font-size: 15px;
    color: #2b2e3a;
}
.blog-single-section .author-box .social-link a:hover {
    color: #fd1e50ed;
}
.blog-single-section .more-posts {
    overflow: hidden;
    border: 1px solid #f2f2f2;
}
.blog-single-section .more-posts > div {
    width: 50%;
    float: left;
}
.blog-single-section .more-posts > div > a {
    display: inline-block;
}
.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
    font-size: 18px;
    color: #939ba2;
    padding: 30px;
}
@media (max-width: 767px) {
    .blog-single-section .more-posts .previous-post,
    .blog-single-section .more-posts .next-post {
        padding: 20px;
        font-size: 16px;
    }
}
@media (max-width: 450px) {
    .blog-single-section .more-posts .previous-post,
    .blog-single-section .more-posts .next-post {
        font-size: 14px;
    }
}
.blog-single-section .more-posts .previous-post i,
.blog-single-section .more-posts .next-post i {
    position: relative;
    top: 2px;
}
@media (max-width: 450px) {
    .blog-single-section .more-posts .previous-post i,
    .blog-single-section .more-posts .next-post i {
        display: none;
    }
}
.blog-single-section .more-posts .next-post {
    text-align: right;
    border-left: 1px solid #e8e8e8;
}
.blog-single-section .more-posts .previous-post > a > span,
.blog-single-section .more-posts .next-post > a > span {
    display: block;
}
.blog-single-section .more-posts .post-control-link {
    color: #939ba2;
    font-weight: 600;
    padding-bottom: 10px;
}
.blog-single-section .more-posts .next-post i {
    left: 2px;
}
.blog-single-section .more-posts a:hover .post-control-link {
    color: #fd1e50ed;
}
.blog-single-section .comments-area {
    margin-top: 70px;
}
.blog-single-section .comments-area .comments {
    -webkit-box-shadow: 0px 0px 21.17px 7.83px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 21.17px 7.83px rgba(0, 0, 0, 0.04);
    border-bottom: 0;
}
.blog-single-section .comments-area li > div {
    border-bottom: 1px solid #f1f1f1;
    padding: 35px;
}
@media (max-width: 991px) {
    .blog-single-section .comments-area li > div {
        padding: 35px 25px;
    }
}
.blog-single-section .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}
.blog-single-section .comments-area ol ul {
    padding-left: 30px;
    list-style-type: none;
}
.blog-single-section .comments-area ol > li:last-child div {
    border-bottom: 0;
}
.blog-single-section .comments-area .comments-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 1.5em;
}
@media (max-width: 991px) {
    .blog-single-section .comments-area .comments-title {
        font-size: 20px;
    }
}
.blog-single-section .comments-area li > div {
    position: relative;
}
.blog-single-section .comments-area .comment-theme {
    position: absolute;
    left: 35px;
}
.blog-single-section .comments-area .comment-theme img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-theme {
        position: static;
    }
}
.blog-single-section .comments-area .comment-main-area {
    padding-left: 100px;
}
@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-main-area {
        padding-left: 0;
        margin-top: 25px;
    }
}
.blog-single-section .comments-area .comment-main-area p {
    margin-bottom: 20px;
}
.blog-single-section .comments-area .comments-meta h4 {
    font-family:"Helvetica Neue", sans-serif;
    font-size: 18px;
    color: #6d6d6d;
    font-weight: bold;
    margin: 0 0 1em;
}
.blog-single-section .comments-area .comments-meta h4 span {
    font-family:"Helvetica Neue", sans-serif;
    font-weight: normal;
    font-style: italic;
    color: #949494;
    text-transform: none;
    display: inline-block;
    padding-left: 5px;
    font-size: 16px;
}
@media (max-width: 767px) {
    .blog-single-section .comments-area .comments-meta h4 span {
        padding-left: 0;
    }
}
.blog-single-section .comments-area .comment-reply-link {
    background: #efa61c;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 4px 14px;
    display: inline-block;
}
.blog-single-section .comments-area .comment-reply-link:hover {
    background-color: #fd1e50ed;
}
.blog-single-section .comment-respond {
    margin-top: 70px;
}
.blog-single-section .comment-respond .comment-reply-title {
    font-size: 22px;
    margin: 0 0 1.5em;
}
@media (max-width: 991px) {
    .blog-single-section .comment-respond .comment-reply-title {
        font-size: 20px;
    }
}
.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
    background-color: #f8f8f8;
    width: 100%;
    height: 50px;
    border: 1px solid #f8f8f8;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #fd1e50ed;
}
@media (max-width: 991px) {
    .blog-single-section .comment-respond form input,
    .blog-single-section .comment-respond form textarea {
        height: 40px;
    }
}
.blog-single-section .comment-respond form textarea {
    height: 220px;
    padding: 15px;
}
@media (max-width: 991px) {
    .blog-single-section .comment-respond form textarea {
        height: 150px;
    }
}
.blog-single-section .comment-respond .form-inputs {
    overflow: hidden;
}
.blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 49%;
    float: left;
}
@media (max-width: 767px) {
    .blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
        width: 100%;
        float: none;
    }
}
.blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
    width: 49%;
    float: right;
}
@media (max-width: 767px) {
    .blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
        width: 100%;
        float: none;
    }
}
.blog-single-section .comment-respond .form-submit input {
    max-width: 180px;
    background-color: #fd1e50ed;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    text-transform: uppercase;
}
.blog-single-section .comment-respond .form-submit input:hover {
    background-color: #1a1ab3;
}
@media screen and (min-width: 1200px) {
    .blog-single-left-sidebar-section .blog-content {
        padding-right: 0;
        padding-left: 50px;
    }
}
@media screen and (min-width: 1200px) {
    .blog-single-fullwidth .blog-content {
        padding: 0;
    }
}

/*--------------------------------------------------------------
  project single page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#8.1  project-sigle-section
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
    .project-sigle-section .content-area {
        width: calc(100% - 200px);
        margin: 0 auto;
    }
}
.project-sigle-section .project-info {
    background-color: rgba(135, 210, 113, 0.9);
    max-width: 485px;
    padding: 45px;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}
@media (max-width: 991px) {
    .project-sigle-section .project-info {
        margin: 50px 0 0;
        padding: 25px;
    }
}
.project-sigle-section .project-info ul {
    list-style: none;
}
.project-sigle-section .project-info ul > li + li {
    margin-top: 8px;
}
.project-sigle-section .project-info li {
    color: #fff;
}
.project-sigle-section .project-info li span {
    font-weight: 600;
}
.project-sigle-section .content-area h2 {
    font-size: 32px;
    margin: 2em 0 0.8em;
}
@media (max-width: 991px) {
    .project-sigle-section .content-area h2 {
        font-size: 28px;
        font-size: 1.75rem;
    }
}
@media (max-width: 767px) {
    .project-sigle-section .content-area h2 {
        font-size: 25px;
    }
}
.project-sigle-section .content-area p {
    margin-bottom: 1.7em;
}
.project-sigle-section .challange-solution-section {
    margin-top: 70px;
}
.project-sigle-section .challange-solution-section ul {
    list-style: none;
}
.project-sigle-section .challange-solution-section ul li {
    font-size: 18px;
}
@media (max-width: 991px) {
    .project-sigle-section .challange-solution-section ul li {
        font-size: 16px;
    }
}
.project-sigle-section .challange-solution-section ul > li + li {
    margin-top: 8px;
}
.project-sigle-section .challange-solution-section li i {
    color: #fd1e50ed;
    display: inline-block;
    padding-right: 7px;
    position: relative;
    top: 2px;
}
.project-sigle-section .challange-solution-section .panel-heading a {
    font-family: "Helvetica Neue", sans-serif;
}
.project-sigle-section .prev-next-project {
    background: #fbfbfb;
    padding: 28px 22px;
    margin-top: 80px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .project-sigle-section .prev-next-project {
        text-align: center;
        padding: 35px 22px;
    }
}
.project-sigle-section .prev-next-project > div {
    display: inline-block;
    position: relative;
    padding-left: 75px;
}
@media (max-width: 767px) {
    .project-sigle-section .prev-next-project > div {
        display: block;
        float: none;
        padding: 0;
    }
}
.project-sigle-section .prev-next-project > div:first-child {
    float: left;
}
@media (max-width: 767px) {
    .project-sigle-section .prev-next-project > div:first-child {
        display: block;
        float: none;
        margin-bottom: 25px;
    }
}
.project-sigle-section .prev-next-project > div:last-child {
    float: right;
    padding: 0 75px 0 0;
}
@media (max-width: 767px) {
    .project-sigle-section .prev-next-project > div:last-child {
        display: block;
        float: none;
        padding: 0;
    }
}
.project-sigle-section .prev-next-project .icon {
    position: absolute;
    left: 0;
    top: 5px;
    border-right: 1px solid #e8e8e8;
    padding-right: 18px;
}
@media (max-width: 767px) {
    .project-sigle-section .prev-next-project .icon {
        display: none;
    }
}
.project-sigle-section .prev-next-project .icon .fi:before {
    font-size: 30px;
    color: #fd1e50ed;
}
.project-sigle-section .prev-next-project > div:last-child .icon {
    left: auto;
    right: 0;
    border-left: 1px solid #e8e8e8;
    padding-left: 18px;
    border-right: 0;
    padding-right: 0;
}
.project-sigle-section .prev-next-project a {
    display: block;
}
.project-sigle-section .prev-next-project a > span {
    color: #7b7b7b;
}
.project-sigle-section .prev-next-project a > h5 {
    font-size: 16px;
    color: #2b2e3a;
    margin: 0.3em 0 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
@media (max-width: 767px) {
    .project-sigle-section .prev-next-project a > h5 {
        font-size: 16px;
        margin: 0.1em 0 0;
    }
}
.project-sigle-section .prev-next-project a:hover h5 {
    color: #fd1e50ed;
}

/*--------------------------------------------------------------
  #service single page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#9.0  service-single-section
--------------------------------------------------------------*/
.service-single-section {
    /*** service single tab ***/
}
@media screen and (min-width: 1200px) {
    .service-single-section .service-single-content {
        padding-left: 20px;
    }
}
.service-single-section .service-single-content .service-pic {
    margin-bottom: 50px;
}
.service-single-section .service-single-content .theme-btn,
.service-single-section .service-single-content .theme-btn-s2 {
    margin-top: 20px;
}
.service-single-section .service-single-content h2 {
    font-size: 28px;
    margin: 1em 0;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .service-single-section .service-single-content h2 {
        font-size: 25px;
    }
}
.service-single-section .service-single-content h3 {
    font-size: 18px;
    text-transform: capitalize;
    margin: 1.7em 0 1em;
}
.service-single-section .service-single-content p {
    margin-bottom: 1.3em;
}
.service-single-section .service-single-content ul {
    list-style: none;
}
@media (max-width: 767px) {
    .service-single-section .service-single-content ul {
        font-size: 15px;
    }
}
.service-single-section .service-single-content ul li {
    position: relative;
    padding-left: 25px;
    line-height: 1.7em;
    color: #121212;
}
.service-single-section .service-single-content ul > li + li {
    margin-top: 8px;
}
.service-single-section .service-single-content ul li i {
    display: inline-block;
    color: #fd1e50ed;
    position: absolute;
    left: 0;
    top: 5px;
}
.service-single-section .service-single-content .service-features {
    overflow: hidden;
}
.service-single-section .service-single-content .service-features ul {
    width: 50%;
    display: inline-block;
    float: left;
}
@media (max-width: 767px) {
    .service-single-section .service-single-content .service-features ul {
        width: 100%;
        float: none;
        display: block;
        margin-top: 10px;
    }
}
.service-single-section .service-single-tab {
    margin-top: 70px;
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .service-single-section .service-single-tab {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .service-single-section .service-single-tab {
        margin-top: 40px;
    }
}
.service-single-section .service-single-tab .nav {
    overflow: hidden;
    margin: 0;
}
.service-single-section .service-single-tab .nav li {
    float: left;
    padding-left: 0;
}
.service-single-section .service-single-tab .nav > li + li {
    margin-top: 0;
    margin-left: 3px;
}
@media (max-width: 767px) {
    .service-single-section .service-single-tab .nav > li + li {
        margin-left: 1px;
    }
}
.service-single-section .service-single-tab .nav a {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #2b2e3a;
    text-transform: uppercase;
    padding: 10px 25px;
    border: 1px solid rgba(135, 210, 113, 0.5);
}
@media (max-width: 767px) {
    .service-single-section .service-single-tab .nav a {
        font-size: 14px;
        padding: 8px 12px;
    }
}
@media (max-width: 350px) {
    .service-single-section .service-single-tab .nav a {
        padding: 8px;
    }
}
.service-single-section .service-single-tab .nav .active a,
.service-single-section .service-single-tab .nav a:hover {
    background: #fd1e50ed;
    color: #fff;
}
.service-single-section .tab-content {
    background-color: rgba(135, 210, 113, 0.1);
    padding: 35px 40px;
}
@media (max-width: 767px) {
    .service-single-section .tab-content {
        padding: 25px 20px;
    }
}
.service-single-section .tab-content .tab-pane p {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .service-single-section .tab-content .tab-pane p {
        margin-bottom: 15px;
    }
}
.service-single-section .tab-content .tab-pane p:last-child {
    margin-bottom: 0;
}
.service-single-section .request-service {
    background: url("../images/service-single-form-bg.html") center center/cover no-repeat local;
    padding: 45px 50px 25px;
    margin-top: 80px;
    position: relative;
}
@media (max-width: 1199px) {
    .service-single-section .request-service {
        padding: 45px 50px;
    }
}
@media (max-width: 991px) {
    .service-single-section .request-service {
        padding: 35px 30px;
    }
}
.service-single-section .request-service:before {
    content: "";
    background-color: rgba(135, 210, 113, 0.95);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.service-single-section .request-service > form,
.service-single-section .request-service h3 {
    position: relative;
    z-index: 1;
}
.service-single-section .request-service h3 {
    font-size: 22px;
    color: #fff;
    margin: 0 0 1em;
}
@media (max-width: 991px) {
    .service-single-section .request-service h3 {
        font-size: 18px;
    }
}
.service-single-section .request-service input,
.service-single-section .request-service textarea {
    background: transparent;
    width: 100%;
    height: 45px;
    font-size: 15px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
    padding: 6px 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.service-single-section .request-service input:focus,
.service-single-section .request-service textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #fd1e50ed;
}
.service-single-section .request-service form {
    margin: 0 -15px;
    overflow: hidden;
}
.service-single-section .request-service form::-webkit-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #fff;
}
.service-single-section .request-service form:-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #fff;
}
.service-single-section .request-service form::-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #fff;
}
.service-single-section .request-service form:-ms-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #fff;
}
.service-single-section .request-service form > div {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 30px;
}
@media (max-width: 1199px) {
    .service-single-section .request-service form > div {
        width: calc(100% - 30px);
        float: none;
    }
}
@media (max-width: 550px) {
    .service-single-section .request-service form > div {
        width: calc(100% - 30px);
        float: none;
    }
}
.service-single-section .request-service form > .submit-area {
    margin-bottom: 0;
}
.service-single-section .request-service form > .submit-area button {
    background: #fff;
    color: #2b2e3a;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0 45px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.service-single-section .request-service form > .submit-area button:hover {
    background: #fd1e50ed;
}

/*--------------------------------------------------------------
  #shop page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#10.1 shop-section
--------------------------------------------------------------*/
.shop-section .shop-grids {
    margin: 0 -10px;
}
.shop-section .shop-grids .grid {
    width: calc(33.33% - 20px);
    float: left;
    margin: 0 10px 25px;
}
@media (max-width: 767px) {
    .shop-section .shop-grids .grid {
        width: calc(50% - 20px);
    }
}
@media (max-width: 550px) {
    .shop-section .shop-grids .grid {
        width: calc(100% - 20px);
        float: none;
    }
}
.shop-section .img-add-cart {
    position: relative;
    overflow: hidden;
}
.shop-section .img-add-cart .add-cart {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -62px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.shop-section .img-add-cart a {
    background: #fd1e50ed;
    text-align: center;
    padding: 20px;
    display: block;
    color: #fff;
    font-weight: 600;
}
.shop-section .img-add-cart a i {
    display: inline-block;
    padding-left: 5px;
}
.shop-section .shop-grids .grid:hover .add-cart {
    bottom: 0;
}
.shop-section .grid .details {
    text-align: center;
    padding: 25px 15px;
    -webkit-box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.06);
}
.shop-section .grid .details h4 {
    font-size: 16px;
    line-height: 1.4em;
    margin: 0 0 0.3em;
    text-transform: capitalize;
}
.shop-section .grid .details h4 a {
    color: #2b2e3a;
}
.shop-section .grid .details h4 a:hover {
    color: #fd1e50ed;
}
.shop-section .grid .details .price {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    color: #fd1e50ed;
}
@media (max-width: 991px) {
    .shop-section .grid .details .price {
        font-size: 18px;
    }
}
.shop-section .grid .details del {
    font-weight: 400;
    color: #aaa;
    font-size: 14px;
    display: inline-block;
    padding-left: 8px;
}

/*--------------------------------------------------------------
  #shop single page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#11.1 shop-single-section
--------------------------------------------------------------*/
.shop-single-section {
    /*** product slider ***/
    /*** product info ***/
}
.shop-single-section .shop-single-slider .slider-for {
    text-align: center;
}
.shop-single-section .shop-single-slider .slider-for img {
    display: inline-block;
}
.shop-single-section .shop-single-slider .slider-nav {
    padding: 0 25px;
    margin-top: 35px;
}
.shop-single-section .shop-single-slider .slider-nav > i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}
.shop-single-section .shop-single-slider .slider-nav > i:hover {
    cursor: pointer;
}
.shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
    left: auto;
    right: 0;
}
.shop-single-section .shop-single-slider .slider-nav .slick-slide {
    text-align: center;
}
.shop-single-section .shop-single-slider .slider-nav .slick-slide img {
    display: inline-block;
}
.shop-single-section .product-details {
    padding: 30px 30px 93px;
    /*** product option ***/
}
@media (max-width: 1199px) {
    .shop-single-section .product-details {
        padding: 40px 30px 85px;
    }
}
@media (max-width: 991px) {
    .shop-single-section .product-details {
        margin-top: 45px;
        padding: 40px 30px;
    }
}
@media (max-width: 767px) {
    .shop-single-section .product-details {
        padding: 0;
    }
}
.shop-single-section .product-details h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0 0 0.33em;
}
@media (max-width: 767px) {
    .shop-single-section .product-details h2 {
        font-size: 22px;
    }
}
.shop-single-section .product-details .price {
    font-size: 36px;
    color: #fd1e50ed;
    margin: 7px 0 14px;
}
@media (max-width: 991px) {
    .shop-single-section .product-details .price {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .shop-single-section .product-details .price {
        font-size: 25px;
    }
}
.shop-single-section .product-details .price .old {
    font-size: 24px;
    font-weight: normal;
    color: #b5b9bf;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 5px;
}
@media (max-width: 991px) {
    .shop-single-section .product-details .price .old {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .shop-single-section .product-details .price .old {
        font-size: 18px;
    }
}
.shop-single-section .product-details p {
    margin-bottom: 1.3em;
}
.shop-single-section .product-details p:last-child {
    margin: 0;
}
.shop-single-section .product-details .product-option {
    margin-top: 45px;
}
.shop-single-section .product-details .product-option .product-row {
    overflow: hidden;
}
.shop-single-section .product-details .product-option .product-row > div {
    height: 35px;
    display: inline-block;
    float: left;
}
.shop-single-section .product-details .product-option .product-row > div + div {
    margin-left: 15px;
}
.shop-single-section .product-details .product-option .product-row > div:first-child {
    width: 85px;
}
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn:hover,
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s2:hover {
    background: #fd1e50ed;
    border-color: #fd1e50ed;
    color: #fff;
}
.shop-single-section .product-details .product-option .theme-btn,
.shop-single-section .product-details .product-option .theme-btn-s2 {
    background-color: transparent;
    color: #333;
    font-size: 14px;
    padding: 0 20px;
    height: 35px;
    line-height: 32px;
    outline: 0;
}
.shop-single-section .product-details .product-option .theme-btn:hover,
.shop-single-section .product-details .product-option .theme-btn-s2:hover {
    background-color: #fd1e50ed;
    color: #fff;
}
@media (max-width: 767px) {
    .shop-single-section .product-details .product-option .theme-btn,
    .shop-single-section .product-details .product-option .theme-btn-s2 {
        font-size: 14px;
    }
}
.shop-single-section .product-details .product-option .theme-btn:before,
.shop-single-section .product-details .product-option .theme-btn-s2:before {
    display: none;
}
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn,
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s2 {
    background-color: #fff;
    font-size: 18px;
    color: #7e8690;
    border: 1px solid #e6e6e6;
}
.shop-single-section .product-details #product-count {
    border-radius: 0;
    border: 1px solid #e6e6e6;
}
.shop-single-section .product-details #product-count:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    border-color: #e6e6e6;
}
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
    background-color: #fd1e50ed;
    color: #fff;
}
.shop-single-section .product-info {
    margin-top: 75px;
    /*** tabs ***/
    /*** client rv ***/
    /*** review form ***/
}
.shop-single-section .product-info h4 {
    font-size: 15px;
    margin: 0;
    line-height: 1.7em;
}
.shop-single-section .product-info p {
    margin-bottom: 1.3em;
}
.shop-single-section .product-info .tab-pane p:last-child {
    margin-bottom: 0;
}
.shop-single-section .product-info .nav-tabs {
    border: 0;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .shop-single-section .product-info .nav-tabs {
        margin-bottom: 20px;
    }
}
.shop-single-section .product-info .nav-tabs li {
    border: 1px solid #eaeaea;
    margin-right: 1px;
}
.shop-single-section .product-info .nav-tabs li.active a {
    border: 0;
    outline: 0;
}
.shop-single-section .product-info .nav-tabs a {
    font-size: 15px;
    font-weight: 600;
    color: #7e8690;
    border: 0;
    border-radius: 0;
    margin: 0;
    display: block;
    padding: 10px 15px 11px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .shop-single-section .product-info .nav-tabs a {
        font-size: 14px;
        font-weight: normal;
        padding: 9px 10px;
    }
}
.shop-single-section .product-info .nav-tabs a:hover,
.shop-single-section .product-info .nav-tabs .active a {
    background: #fd1e50ed;
    color: #fff;
}
.shop-single-section .product-info .nav-tabs .active,
.shop-single-section .product-info .nav-tabs li:hover {
    border-color: #fd1e50ed;
}
.shop-single-section .product-info .client-rv {
    overflow: hidden;
    margin-bottom: 30px;
}
.shop-single-section .product-info .client-rv:last-child {
    margin-bottom: 0;
}
.shop-single-section .product-info .client-rv .client-pic {
    width: 60px;
    float: left;
}
@media (max-width: 767px) {
    .shop-single-section .product-info .client-rv .client-pic {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
}
.shop-single-section .product-info .client-rv .details {
    width: calc(100% - 80px);
    float: right;
}
@media (max-width: 767px) {
    .shop-single-section .product-info .client-rv .details {
        width: 100%;
        float: none;
    }
}
.shop-single-section .product-info .client-rv .name-rating-time {
    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
    .shop-single-section .product-info .client-rv .name-rating-time {
        padding-bottom: 3px;
    }
}
.shop-single-section .product-info .client-rv .name-rating-time > div,
.shop-single-section .product-info .client-rv .name-rating > div {
    display: inline-block;
    font-size: 14px;
}
@media (max-width: 767px) {
    .shop-single-section .product-info .client-rv .name-rating-time > div,
    .shop-single-section .product-info .client-rv .name-rating > div {
        font-size: 12px;
        display: block;
    }
}
.shop-single-section .product-info .client-rv .rating {
    font-size: 12px;
    color: #fd1e50ed;
    padding-left: 12px;
}
@media (max-width: 767px) {
    .shop-single-section .product-info .client-rv .rating {
        padding-left: 0;
        margin: 4px 0 7px;
    }
}
.shop-single-section .product-info .client-rv .name-rating-time .time {
    float: right;
    color: #b3b3b3;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .shop-single-section .product-info .client-rv .name-rating-time .time {
        float: none;
    }
}
.shop-single-section .product-info .client-rv .review-body {
    padding-top: 12px;
}
@media screen and (min-width: 1200px) {
    .shop-single-section .product-info .review-form-wrapper {
        padding-left: 45px;
    }
}
@media (max-width: 991px) {
    .shop-single-section .product-info .review-form {
        margin-top: 45px;
    }
}
.shop-single-section .product-info .review-form h4 {
    margin-bottom: 1.73em;
}
.shop-single-section .product-info .review-form form input,
.shop-single-section .product-info .review-form form textarea {
    background: #fbfbfb;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    border: 1px solid #efefef;
}
.shop-single-section .product-info .review-form form input:focus,
.shop-single-section .product-info .review-form form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.shop-single-section .product-info .review-form form textarea {
    height: 130px;
}
.shop-single-section .product-info .review-form form > div {
    margin-bottom: 27px;
}
.shop-single-section .product-info .review-form form > div:last-child {
    margin-bottom: 0;
}
.shop-single-section .product-info .review-form form .rating-wrapper > div {
    display: inline-block;
}
@media (max-width: 767px) {
    .shop-single-section .product-info .review-form form .rating-wrapper > div {
        display: block;
        float: none !important;
    }
}
.shop-single-section .product-info .review-form form .rating-wrapper > div:last-child {
    float: right;
}
@media (max-width: 767px) {
    .shop-single-section .product-info .review-form form .rating-wrapper > div:last-child {
        margin-top: 20px;
    }
}
.shop-single-section .product-info .review-form form .rating a {
    font-size: 14px;
    color: #cccccc;
    display: inline-block;
    margin-right: 10px;
}
@media (max-width: 767px) {
    .shop-single-section .product-info .review-form form .rating a {
        font-size: 12px;
        margin-right: 5px;
    }
}
.shop-single-section .product-info .review-form form .rating a:last-child {
    margin: 0;
}
.shop-single-section .product-info .review-form form .rating a:hover {
    color: #fd1e50ed;
}
.shop-single-section .product-info .review-form form .theme-btn-s4 {
    background-color: transparent;
    color: #908f8f;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.shop-single-section .product-info .review-form form .theme-btn-s4:hover {
    background-color: #fd1e50ed;
    color: #fff;
}
@media screen and (min-width: 767px) {
    .shop-single-section .product-info .review-form form .theme-btn-s4 {
        font-size: 15px;
        font-size: 0.9375rem;
        padding: 0 20px;
    }
}
.shop-single-section .slider-nav .slick-slide:focus {
    outline: none;
}

/*--------------------------------------------------------------
404 page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#12.1  error-404-section
--------------------------------------------------------------*/
.error-404-section .error {
    width: 50%;
    float: left;
}
@media (max-width: 991px) {
    .error-404-section .error {
        width: 100%;
        float: none;
        text-align: center;
    }
}
.error-404-section .error h2 {
    font-size: 200px;
    margin: 0;
}
@media (max-width: 991px) {
    .error-404-section .error h2 {
        font-size: 150px;
    }
}
@media (max-width: 767px) {
    .error-404-section .error h2 {
        font-size: 100px;
    }
}
.error-404-section .error-message {
    width: 50%;
    float: left;
    margin-top: 40px;
}
@media (max-width: 991px) {
    .error-404-section .error-message {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 0;
    }
}
.error-404-section .error-message h3 {
    font-size: 20px;
    margin: 0 0 0.8em;
}
.error-404-section .error-message p {
    margin-bottom: 1.8em;
}

/*# sourceMappingURL=style.css.map */

.what-to-expect h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
}
.what-to-expect section {
    float: left;
    width: 25%;
    padding: 0 5px;
    margin: 0 0 10px;
}
.what-to-expect section .inner {
    background: #021251;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4em;
    min-height: 230px;
}
.what-to-expect section img {
    display: block;
    margin: 0 auto 10px;
}
.what-to-expect section h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}
#stats {
    background: url(../../assets/images/upload-1585120567-stats-bg.png) no-repeat top center;
    background-size: cover;
    padding: 160px 0 80px;
    position: relative;
}

.mb-medium {
    margin-bottom: 50px;
}
.page_hdng4, .page_hdng4 h2 {
    text-align: center;
}
.page_hdng4 {
    margin-bottom: 30px;
    text-align: center;
}
#stats h2 {
    color: #fff;
}
.page_hdng4 h2 {
    font-size: 30px;
    color: #1c0007;
    line-height: 1.2em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    margin: 0;
}
.page_hdng4 h2:after {
    display: block;
    content: "";
    width: 100px;
    height: 1px;
    background: #0062af;
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -50px;
    bottom: 0;
}
.page_hdng4 span {
    display: block;
    padding-top: 14px;
    font-size: 17px;
    line-height: 1.2em;
}
#stats section {
    padding: 50px 30px 20px;
    color: #fff;
    float: left;
    width: 25%;
    font-size: 14px;
    line-height: 1.3em;
    min-height: 305px;
}
#stats section h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 10px;
    color: #fff;
    min-height: 110px;
}
#stats section h3 strong {
    display: block;
    font-size: 48px;
    font-weight: 600;
    line-height: 1em;
    color: #037dde;
}
#stats section + section {
    background: url(../../assets/images/upload-1583222454-divider2.jpg) no-repeat left bottom;
}
#partners {
    padding: 0;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 50px;
}
#partners section {
    display: inline-block;
    margin: 0 20px 35px;
    text-align: center;
    min-width: 145px;
}
#partners h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}
#partners img{
    border: 1px solid #e4dfdf;
}
.speaker-small {
    width: 100%;
    height: 170px;
    margin-bottom: 20px;
    border: 1px solid #dadada;
    text-align: center;
    line-height: 170px;
}
.speaker-small img {
    width: auto;
    height: auto;
    max-width: 94%;
}

.sponsor-img img
{
width:100%;
border-top: 1px solid #EAF5F8;
border-left: 1px solid #EAF5F8;
border-right: 1px solid #EAF5F8;
position:relative;
}
.host{
background: url(../images/bg/bg-2.jpg);
    padding: 8px;
    position: relative;
    -webkit-box-shadow: 0px 6px 18.9px 2.1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 6px 18.9px 2.1px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
}

.host::before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.91);
    z-index: -1;
}
.page_hdng4 h5 {
     font-size: 28px;
    color: #ffffff;
    /* line-height: 1.2em; */
    text-transform: uppercase;
    position: relative;
    /* padding-bottom: 15px; */
    /* font-weight: 700; */
    margin: 0;
}
.war-part {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 20px;
    box-shadow: 0 0 16px #68d3f8;
    border: 1px solid #43e8e1;
}
.war-list {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto;
}
.war-list li {
    color: #ffffff;
    list-style-type: none;
    display: block;
}
.war-list li:hover {
    color: #43e8e1;
}

.page_hdng4 p{
    color: rgb(241, 245, 249);
    text-align: center;
    visibility: visible;
    animation-name: fadeInDown;
}
.moderator .img-holder{
    position:relative;
}
.moderator:hover .img-holder:before {
    opacity: 1;
}
.moderator .img-holder:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: -webkit-linear-gradient(top, #1a1ab3e3 55%, #fd1e50d9);
    background: -moz-linear-gradient(top, #1a1ab3e3 55%, #fd1e50d9);
    background: -o-linear-gradient(top, #1a1ab3e3 55%, #fd1e50d9);
    background: -ms-linear-gradient(top, #1a1ab3e3 55%, #fd1e50d9);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #1a1ab3e3), to(#fd1e50d9));
    background: linear-gradient(top, #1a1ab3e3 55%, #fd1e50d9);
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.moderator .member-info {
    position: relative;
}
.moderator:hover .social-links {
    opacity: 1;
    top: -60px;
    visibility: visible;
}
.moderator .social-links {
    width: 100%;
    position: absolute;
    left: 94%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    top: -40%;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.moderator .social-links li:last-child {
    margin-right: 0;
}
.moderator .social-links li {
    margin-right: 0px;
    float: none;
    display: inline-block;
    text-align:center;
}
.moderator .social-links a {
    background-color: #efa61c;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align:center;
}
.moderator .member-info .details {
    background: url(../images/bg/bg-2.jpg);
    padding: 8px;
    position: relative;
    -webkit-box-shadow: 0px 6px 18.9px 2.1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 6px 18.9px 2.1px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
}
.moderator .member-info .details:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.91);
    z-index: -1;
}
.moderator .member-info .details h4 {
    font-size: 20px;
    color: #efa61c;
    font-weight: normal;
    text-align:center;
}
.moderator .member-info .details .post {
    font-size: 12px;
    color: #222882;
    text-align:center;
}

@media (min-width: 764px) and (max-width:2000px){
    .display-style1 section h3{
        text-align:center!important;
    }
    .text-style img {
    margin-left: 80px;
}
}


.header-container{
	position: relative;
	padding-bottom: 56.25%;
}

.menu-container{
	width: 95%;
	max-width: 1366px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.9);

}

header{
	position: relative;
}

header h1{
	float: left;
}

header h1 a{
	display: block;
	width: 200px;
	height: 50px;
	margin: 5px;
	text-indent: -999em;
	background: url('http://studioleopard.pl/wp-content/themes/studioleopard/img/leoprard_logo.png') top left no-repeat;
	background-size: 100%;
}

header nav ul li{
	float: right;
	padding-right:20px;
	height: 60px;
	line-height: 60px;
	font-weight: bold;

}

header nav ul li a{
	display: block;
	font-size: 1.4em;
	color: #414142;
	text-transform: uppercase;
	text-decoration: none;
	padding:0 10px 0 10px;
}


header nav li a:hover{
	background: #414142;
	color: #fff;
}

.clearfix:after{
	content:'';
	display: block;
	clear: both;
}

.hamburger{
	display: none;
	background: #414142;
	color: #fff;
	padding: 10px 15px;
	float: right;
	font-size: 1.4em;
	text-decoration: none;
}

.hamburger:before { content:'\2630'; }

header nav ul,
header nav ul.visible{
	display: block;
	width: 100%;
}

/*.banner-container{*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	z-index: -999;*/
/*	border-bottom: 3px solid #414142;*/
/*}*/

/*.banner-container .banners{*/
/*	position: relative;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	overflow: hidden;*/
/*}*/

/*.banner-container .single{*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0; */
/*	width: 100%;*/
/*	height: 100%;	*/
/*	-webkit-background-size: cover;*/
/*	background-size: cover;*/

/*}*/

/*.banner-container .banner-text{*/
/*	text-transform: uppercase;*/
/*	position: relative;*/
/*	margin-left: auto;*/
/*	margin-right: auto;*/
/*	text-align: center;*/
/*	margin-top: 10%;*/
/*	font-weight: bold;*/
/*}*/

/*.banner-container .banner-text h1{*/
/*	display: inline-block;*/
/*	color: #212121;*/

/*}*/

/*.banner-container .banner-text h2{*/

/*	display: table;*/
/*	margin-right: auto;*/
/*	margin-left: auto;*/
/*	padding: 0.5em;*/
/*	color:#000;*/

/*}*/

/*@media screen and (max-width: 768px) {*/


/*	.menu-container{*/
/*		width: 100%;*/
/*	}*/


/*	header nav{*/
/*		width: 100%;*/
/*	}*/

/*	header nav ul{*/
/*		position: absolute;*/
/*		background: #fff;*/
/*    top: 60px;*/
/*	}*/

/*	header nav ul li{*/
/*		display: block;*/
/*		width: 100%;*/
/*		height: 40px;*/
/*		line-height: 40px;*/
/*		padding: 0;*/
/*	}*/

/*	header nav ul li a{*/
/*		text-align: center;*/
/*		font-size: 1.3em;*/
/*	}*/

/*	header nav ul{*/
/*		display: none;	*/
/*	}*/

/*	.hamburger{*/
/*		display: block;*/
/*		position: absolute;*/
/*		top: 15px;*/
/*		right: 10px;*/
/*	}*/

/*	.menu-container{*/
/*		background-color: rgba(255, 255, 255, 1);*/
/*	}*/

/*	.banner-container{*/
/*		padding-top: 60px;*/
/*	}*/
  	
/*  .banner-container .banner-text h1{*/
/*		display: block;*/
/*	}*/

/*	.banner-container .banner-text h2{*/
/*		display: table;*/
/*		width: 100%;*/
/*		margin-left: 0;*/
/*		margin-right: 0;*/
/*	}*/
/*}*/


/*header .overlay {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));*/
    /* opacity: 0.4; */
/*    opacity: 0.8;*/
/*    z-index: 1;*/
/*}*/
/*header image {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    background-image: url("assets/images/slider/slide-5.jpg");*/
/*    left: 50%;*/
/*    min-width: 100%;*/
/*    min-height: 100%;*/
/*    width: auto;*/
/*    height: auto;*/
/*    z-index: 0;*/
/*    -ms-transform: translateX(-50%) translateY(-50%);*/
/*    -moz-transform: translateX(-50%) translateY(-50%);*/
/*    -webkit-transform: translateX(-50%) translateY(-50%);*/
/*    transform: translateX(-50%) translateY(-50%);*/
/*}*/
/*header .container {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/
/*.navigation {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    padding: 15px 0px;*/
/*    margin: 0 auto;*/
/*    display: inline-block;*/
/*}*/
/*.navbar-brand {*/
/*    display: inline-block;*/
/*    padding-top: .3125rem;*/
/*    padding-bottom: .3125rem;*/
/*    margin-right: 1rem;*/
/*    font-size: 1.25rem;*/
/*    line-height: inherit;*/
/*    white-space: nowrap;*/
/*}*/
/*.banner-heading {*/
/*    width: 74%;*/
/*    height: auto;*/
/*    padding: 0;*/
/*    margin: 0 auto;*/
/*    font-size: 45px;*/
/*    font-family: 'Orbitron', sans-serif;*/
/*    color: #ffffff;*/
/*    text-align: center;*/
/*    text-shadow: 2px 2px #333333;*/
/*    line-height: 50px;*/
/*    height: 70px;*/
/*}*/
/*.banner-heading-two {*/
    /* margin-top: 130px; */
/*    width: 60%;*/
/*    height: auto;*/
/*    padding: 0;*/
    /* margin: 130px auto 21px; */
/*    font-size: 30px;*/
/*    font-family: 'Arimo', sans-serif;*/
/*    color: #cecece;*/
/*    text-align: center;*/
/*    text-shadow: 2px 2px #333333;*/
/*    height: 70px;*/
/*}*/

