/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Bitpoint || Currency Html5 Template
Version:        1.0.0
Author:         Unicod_theme
URL:            http://themeforest.net/user/Unicod_theme
-------------------------------------------------------------------*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1  Theme Reset Style
#0.2  Global Elements
#0.3  header
#0.4  hero-slider
#0.5  footer
#0.6  features-section
#0.7  cta-section
#0.8  site-analysis-section
#0.9  services-section
#1.0  cta-s2-section
#1.1  pricing-plan-section
#1.2  testimonials-section
#1.3  case-study-section
#1.4  partners-section
#1.5  newsletter-section
#1.6  recent-blog-section

--------------------------------------------------------------
  home style 2
--------------------------------------------------------------
#2.0  features-section-s2
#2.1  work-process-section
#2.2  site-analysis-section-s2
#2.3  services-section-s2
#2.4  cta-s3-section
#2.5  testimonials-section-s2
#2.6  newsletter-section-s2

--------------------------------------------------------------
  about page
--------------------------------------------------------------
#3.0  about-pg-section
#3.1  mission-vision-section
#3.2  features-section-s3
#3.3  about-pg-history
#3.4  fun-fact-section
#3.5  team-section

--------------------------------------------------------------
  #contact page
--------------------------------------------------------------
#4.0  contact-page-section
#4.1  contact-map-section

--------------------------------------------------------------
  #service single page
--------------------------------------------------------------
#5.0  service-single-section

--------------------------------------------------------------
  #case single page
--------------------------------------------------------------
#6.0  case-single-section

--------------------------------------------------------------
  #blog page
--------------------------------------------------------------
#7.0  blog-pg-section

--------------------------------------------------------------
  #blog single page
--------------------------------------------------------------
#8.0  blog-single-section

--------------------------------------------------------------
  #case stydy page
--------------------------------------------------------------
#9.0  case-study-page-section

--------------------------------------------------------------
  #testimonials page
--------------------------------------------------------------
#10.0 testimonials-page-section

--------------------------------------------------------------
  #404 page
--------------------------------------------------------------
#11.0   error-404-section

----------------------------------------------------------------*/


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

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,600,700,800');

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

* {
    padding: 0;
    margin: 0;
}

html {
    font-size: 16px;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    font-size: 20px !important;
    color: #6c6c6c;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

p {
    color: #333;
    line-height: 1.7em;
}
@media (max-width: 767px) {
    body, p {
        font-size: 12px;
        line-height: 22px;
    } 
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #303030;
}

h1,
h2,
h3 {
    font-weight: 700;
}

h4 {
    font-weight: 600;
}

h5 {
    font-weight: 500;
}

ul {
    display: block;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

a,
button {
    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,
a:focus,
button,
button:focus {
    text-decoration: none;
    outline: none;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

.round-circle {
    width: 400px;
    height: 400px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    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%);
}

.round-circle .round-2,
.round-circle .round-3 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    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%);
}

.round-circle .round-2 {
    width: 80%;
    height: 80%;
}

.round-circle .round-3 {
    width: 60%;
    height: 60%;
}

p {
    color: #959595;
    font-size: 14px;
    margin-bottom: 15px;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #8c8c8c !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #8c8c8c !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #8c8c8c !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #8c8c8c !important;
}

button {
    border: none;
    background: none;
}


/* Helper Class */

.padding {
    padding: 80px 0;
}

.no-padding {
    padding: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.mt-15 {
    margin-left: 15px;
}

.fz-28 {
    font-size: 28px;
}

.fz-24 {
    font-size: 24px;
}

.fz-22 {
    font-size: 22px;
}

.fz-20 {
    font-size: 20px;
}

.fz-18 {
    font-size: 18px;
}

.fz-16 {
    font-size: 16px;
}

.display-block {
    display: block;
}

.text-black {
    color: #282828;
}

.text-white {
    color: #ffffff;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.overlay {
    width: 100%;
    position: relative;
    z-index: 1;
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.bg-grey {
    background-color: #f7f8fa;
}

.bd-bottom {
    border-bottom: 1px solid #eaeaea;
}

.bg_dark {
    background-color: #232323;
}

.page-wrapper {
    overflow: hidden;
}


/* Preloader Styles */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}

.loader {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
    margin-top: -30px;
}

body.loaded #preloader {
    opacity: 0;
    visibility: hidden;
}


/*Section Heading*/

.section_heading.align-center h5 {
    color: #4e6ef7;
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: 12px;
    margin-top: 0;
    text-transform: uppercase;
}

.section_heading h2 {
    font-size: 36px;
    margin-top: 0;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .section_heading h2 {
        font-size: 30px;
    }  
}
.section_heading h5 {
    font-size: 15px;
    margin-bottom: 20px;
    color: #4e6ef7;
    text-transform: uppercase;
}

.section_heading p {
    color: #a2a2a2;
}
@media (max-width: 767px) {
    .section_heading p {
        font-size: 12px;
    }  
}
.section_heading.align-center p {
    margin: 0 auto;
    max-width: 650px;
}

.section_heading span {
    color: #37dba9;
}

.section_heading.sh_big {
    position: relative;
}

.section_heading.sh_big:before {
    bottom: -5px;
    color: #f5f5f5;
    content: "\f10c";
    font-family: "Flaticon";
    font-size: 412px;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}

.section_heading.sh_big h2 {
    font-size: 60px;
    margin: 15px;
}
@media (max-width: 991px) {
    .section_heading.sh_big h2 {
        font-size: 46px;
        margin-bottom: 10px
    }  
}
@media (max-width: 767px) {
    .section_heading.sh_big h2 {
        font-size: 34px;
        margin-bottom: 10px
    }  
}
@media (max-width: 767px) {
    .res-767-center {
        text-align: center;
    }  
}
/* Button Style */

.btn_group {}

.btn_group a {
    margin: 5px;
}

.button_1 {
    background-color: #37dba9;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.button_1:hover {
    background-color: #1f293d;
    color: #fff;
}


/* Transition Effect */

a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


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

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

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

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

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

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


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

.contact-validation-active .error-handling-messages {
    margin-top: 15px;
}

.contact-validation-active label.error {
    color: red;
    font-size: 12px;
    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: #4e6ef7;
    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;
}


/*** back to top **/

.back-to-top {
    background-color: rgba(85, 51, 255, 0.9);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

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

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

.back-to-top i {
    font-size: 18px;
    color: #fff;
    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 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;
}


/** 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,
.section-title-s2,
.section-title-s3 {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2,
.section-title-s2 h2,
.section-title-s3 h2 {
    font-size: 38px;
    color: #fff;
    margin: -.22em 0 0.65em;
}

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

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

    }
}

.section-title p,
.section-title-s2 p,
.section-title-s3 p {
    font-size: 17px;
    color: #fff;
    margin: 0;
}

@media screen and (min-width: 1200px) {
    .section-title p,
    .section-title-s2 p,
    .section-title-s3 p {
        padding: 0 45px;
    }
}

@media (max-width: 991px) {
    .section-title p,
    .section-title-s2 p,
    .section-title-s3 p {
        font-size: 16px;
    }
}

.section-title-s2 h2,
.section-title-s3 h2 {
    color: #192224;
}

.section-title-s2 p,
.section-title-s3 p {
    color: #6c6c6c;
}

.section-title-s3 {
    text-align: left;
}

.section-title-s3 p {
    padding: 0;
}

.theme-btn {
    background-color: #4e6ef7;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 30px;
    border: 0;
    border-radius: 5px;
    display: inline-block;
}

.theme-btn:hover,
.theme-btn:focus,
.theme-btn:active {
    background-color: #37dba9;
    color: #fff;
}

@media (max-width: 991px) {
    .theme-btn {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        padding: 0 18px;
        border-radius: 45px;
    }
}


/*.theme-btn-1 */

.theme-btn-1 {
    background-color: #303030;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 30px;
    border: 0;
    border-radius: 5px;
    display: inline-block;
}

.theme-btn-1:hover,
.theme-btn-1:focus,
.theme-btn-1:active {
    background-color: #37dba9;
    color: #fff;
}

@media (max-width: 991px) {
    .theme-btn-1 {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        padding: 0 18px;
        border-radius: 45px;
    }
}


/*.theme-btn-2 */

.theme-btn-2 {
    background-color: #303030;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 15px;
    border: 0;
    border-radius: 5px;
    display: inline-block;
}

.theme-btn-2:hover,
.theme-btn-2:focus,
.theme-btn-2:active {
    background-color: #37dba9;
    color: #fff;
}

@media (max-width: 991px) {
    .theme-btn-2 {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        padding: 0 18px;
        border-radius: 45px;
    }
}

.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: #4e6ef7;
    -webkit-box-shadow: 0 0 5px 0 #8066ff;
    -moz-box-shadow: 0 0 5px 0 #8066ff;
    -o-box-shadow: 0 0 5px 0 #8066ff;
    -ms-box-shadow: 0 0 5px 0 #8066ff;
    box-shadow: 0 0 5px 0 #8066ff;
}

.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;
}


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

.page-title {
    background: url("../images/bg/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 {
    background-color: rgba(78, 110, 247, 0.85);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

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

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

.page-title h2,
.page-title ol {
    color: #fff;
}

.page-title h2 {
    font-size: 72px;
    font-weight: bold;
    margin: -0.12em 0 0.30em;
    text-transform: uppercase;
}

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

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

@media screen and (min-width: 992px) {
    .page-title h2 {
        margin-top: 0px;
    }
}

.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: 18px;
    color: #37dba9;
    margin-right: 5px;
    font-weight: bold;
}

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

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

.page-title .breadcrumb li a:hover {
    color: #2b00ff;
}

.page-title .breadcrumb > li + li:before {
    font-family: "themify";
    content: "\e628";
    color: #fff;
    margin-right: 5px;
}


/*preeloader*/

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

.preloader .sk-fading-circle {
    width: 60px;
    height: 60px;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
}

.preloader .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.preloader .sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #4e6ef7;
    border-radius: 50%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.preloader .sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.preloader .sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.preloader .sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.preloader .sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.preloader .sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.preloader .sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.preloader .sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.preloader .sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.preloader .sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.preloader .sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.preloader .sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.preloader .sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.preloader .sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.preloader .sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.preloader .sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.preloader .sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.preloader .sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.preloader .sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.preloader .sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.preloader .sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.preloader .sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.preloader .sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}


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

.blog-sidebar {
    /*** search-widget ***/
    /*** categories-widget ***/
    /*** popular-product-widget ***/
    /*** tag-widget ***/
}

.post-slider {
    position: relative;
}

.post-slider .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%);
}

.post-slider .owl-controls .owl-nav [class*=owl-] {
    background: rgba(85, 51, 255, 0.8);
    width: 30px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.post-slider .owl-controls .owl-nav .owl-prev,
.post-slider .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%);
}

.post-slider .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.post-slider .owl-controls .owl-nav .owl-next {
    right: 0;
}

.video-post .video-holder {
    position: relative;
    text-align: center;
}

.video-post .video-holder:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    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;
}

.video-post .video-holder:hover:before {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.video-post .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%);
}

.video-post .video-holder i {
    padding-left: 8px;
}

.video-post .video-holder i:before {
    font-size: 50px;
    color: #37dba9;
    background: #000000bd;
    padding: 14px;
    border-radius: 50%;
}
.header-search-form-wrapper .ti-search:before {
    font-size: 25px;
}
@media (max-width: 767px) {
    .video-post .video-holder i:before {
        font-size: 30px;
    }
}

.quote-post {
    background-color: #fff;
    padding: 45px;
    border: 1px solid #eee;
}

@media (max-width: 767px) {
    .quote-post {
        padding: 35px 25px;
    }
}

.quote-post .quote-icon {
    background-color: #4e6ef7;
    padding: 7px 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.quote-post .quote-icon:before {
    content: "";
    border: 28px solid transparent;
    border-top: 25px solid #4e6ef7;
    position: absolute;
    left: 0;
    bottom: -100%;
}

.quote-post .quote-icon i {
    font-size: 35px;
    color: #fff;
}


/*tag share*/

.tag-share {
    min-height: 59px;
    border-top: 1px solid #ebebf1;
    border-bottom: 1px solid #ebebf1;
    margin: 10px 0 70px;
    overflow: hidden;
}

.tag-share ul {
    list-style: none;
}

@media (max-width: 767px) {
    .tag-share {
        border-right: 1px solid #ebebf1;
    }
}

.tag-share .tag,
.tag-share .share {
    min-height: 59px;
    line-height: 59px;
    display: inline-block;
    padding-left: 80px;
    position: relative;
}

@media (max-width: 767px) {
    .tag-share .tag,
    .tag-share .share {
        display: block;
    }
}

.tag-share .tag > i,
.tag-share .share > i {
    background: #ebebf1;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.tag-share .tag {
    float: left;
}

@media (max-width: 767px) {
    .tag-share .tag {
        float: none;
    }
}

.tag-share .tag a {
    font-size: 17px;
    color: #848484;
}

.tag-share .tag a:hover {
    color: #4e6ef7;
}

.tag-share .tag ul li {
    padding-right: 5px;
    position: relative;
}

.tag-share .tag ul li:after {
    content: ",";
    position: absolute;
    right: 0;
    bottom: 0;
}

.tag-share .tag ul li:last-child:after {
    display: none;
}

.tag-share .tag ul > li + li {
    margin-left: 10px;
}

.tag-share .share {
    float: right;
}

@media (max-width: 767px) {
    .tag-share .share {
        float: none;
        border-top: 1px solid #ebebf1;
        margin-top: 1px;
    }
}

.tag-share .share ul > li + li {
    margin-left: 15px;
}

.tag-share .share a {
    color: #848484;
}

.tag-share .share a:hover {
    color: #4e6ef7;
}

.tag-share ul {
    overflow: hidden;
}

.tag-share ul li {
    float: left;
}


/*author-box */

.author-box {
    padding: 45px 50px;
    margin: 70px 0;
    border: 1px solid #eaeaea;
}

@media (max-width: 991px) {
    .author-box {
        padding: 35px 40px;
    }
}

@media (max-width: 767px) {
    .author-box {
        padding: 25px;
    }
}

.author-box .author-avatar {
    float: right;
}

@media (max-width: 767px) {
    .author-box .author-avatar {
        float: none;
    }
}

.author-box .author-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.author-box .author-content {
    display: block;
    overflow: hidden;
    padding-left: 0px;
}

@media (max-width: 767px) {
    .author-box .author-content {
        padding: 0;
        margin: 15px 0 0 0;
    }
}

.author-box .author-content p {
    font-size: 14px;
    margin-bottom: 20px;
}

.author-box .author-name {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
    color: #192224;
}

@media (max-width: 991px) {
    .author-box .author-name {
        font-size: 18px;
    }
}

.author-box .social-lnk {
    display: inline-block;
    list-style: none;
}

.author-box .social-lnk li {
    float: left;
    margin-right: 15px;
}

.author-box .social-lnk a {
    display: block;
    font-size: 16px;
    color: #777;
}

.author-box .social-lnk a:hover {
    color: #4e6ef7;
}


/**/

.more-posts {
    margin: 60px 0;
    overflow: hidden;
    border-top: 1px solid #ebebf1;
    border-bottom: 1px solid #ebebf1;
}

@media (max-width: 767px) {
    .more-posts {
        border-left: 1px solid #ebebf1;
        border-right: 1px solid #ebebf1;
    }
}

.more-posts > div {
    width: 50%;
    float: left;
}

@media (max-width: 767px) {
    .more-posts > div {
        width: 100%;
        float: none;
    }
}

.more-posts > div > a {
    display: inline-block;
}

.more-posts .previous-post,
.more-posts .next-post {
    padding: 40px 0;
}

@media (max-width: 767px) {
    .more-posts .previous-post,
    .more-posts .next-post {
        padding: 25px 15px !important;
    }
}

.more-posts .next-post {
    text-align: right;
    border-left: 1px solid #e8e8e8;
    padding-left: 15px;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .more-posts .next-post {
        border-left: 0;
        text-align: left;
        border-top: 1px solid #e8e8e8;
    }
}

.more-posts .previous-post {
    padding-right: 15px;
    padding-left: 5px;
}

.more-posts .previous-post > a > span,
.more-posts .next-post > a > span {
    display: block;
}

.more-posts .post-control-link {
    color: #a7a7a7;
}

.more-posts .post-name {
    font-size: 20px;
    color: #192224;
    margin: 0.5em 0 0;
}

@media (max-width: 991px) {
    .more-posts .post-name {
        font-size: 18px;
    }
}

.more-posts a:hover .post-control-link {
    color: #4e6ef7;
}


/**** pagination ****/

.pagination-wrapper {
    max-height: 45px;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .pagination-wrapper {
        text-align: left;
        margin-top: 45px;
    }
}

.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 {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    border: 1px solid transparent;
    color: #192224;
    display: block;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .pagination-wrapper .pg-pagination li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    border-color: #4e6ef7;
    color: #4e6ef7;
}

.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;
    }
}


/*--------------------------------------------------------------
#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 {
    height: auto;
}

.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 {
    -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 li a:hover,
.site-header #navbar > ul li a:focus,
.site-header #navbar > ul > li .sub-menu a:hover {
    text-decoration: none;
    color: #4e6ef7;
}

@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;
        padding: 40px 15px;
    }
    .site-header #navbar > ul .sub-menu {
        background-color: #fff;
        width: 260px;
        position: absolute;
        left: 0;
        top: 130%;
        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 > ul > li .sub-menu li {
        border-bottom: 1px solid #f2f2f2;
    }
    .site-header #navbar > ul > li .sub-menu a {
        display: block;
        padding: 16px 20px;
        font-weight: 600;
        color: #6c6c6c;
    }
    .site-header #navbar > ul > li > .sub-menu .sub-menu {
        left: -100%;
        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: -100%;
        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: "\e64b";
        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 #4e6ef7;
        position: absolute;
        right: 0;
        top: 120%;
        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 {
        border-bottom: 1px solid #f2f2f2;
    }
    .site-header #navbar .mega-menu-list-holder li a {
        display: block;
        padding: 16px 20px;
        margin-left: -8px;
        color: #6c6c6c;
        text-transform: capitalize;
    }
    .site-header #navbar .mega-menu-list-holder > li:last-child {
        border-bottom: 0;
    }
    .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: #4e6ef7;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        outline: 0;
        position: absolute;
        right: 15px;
        top: 24px;
        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: -300px;
        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: #4e6ef7;
    }
    .site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
    }
    .site-header #navbar .close-navbar {
        background-color: #4e6ef7;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 0;
        color: #fff;
        border: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        outline: none;
        position: absolute;
        left: -18px;
        top: 10px;
        z-index: 20;
    }
    .site-header #navbar > ul > li {
        border-bottom: 1px solid #cccccc;
    }
    .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;
    }
}


/************************************************
  header-style-1
**************************************************/

.header-style-1,
.header-style-2,
.header-style-3 {
    /*** topbar ***/
    /*** navigation ***/
}

@media screen and (min-width: 992px) {
    .header-style-1,
    .header-style-2,
    .header-style-3 {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
    }
}

@media (max-width: 991px) {
    .header-style-1,
    .header-style-2,
    .header-style-3 {
        background-color: #4e6ef7;
        position: relative;
        z-index: 10;
    }
    .header-style-1 .navigation,
    .header-style-2 .navigation,
    .header-style-3 .navigation {
        background-color: #4e6ef7;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.header-style-1 .topbar > .container,
.header-style-2 .topbar > .container,
.header-style-3 .topbar > .container {
    padding: 17px 15px 13px;
    position: relative;
}

.header-style-1 .topbar > .container .separator,
.header-style-2 .topbar > .container .separator,
.header-style-3 .topbar > .container .separator {
    background-color: rgba(255, 255, 255, 0.1);
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    bottom: 0;
}

.header-style-1 .topbar .contact-info ul,
.header-style-2 .topbar .contact-info ul,
.header-style-3 .topbar .contact-info ul {
    overflow: hidden;
}

@media (max-width: 767px) {
    .header-style-1 .topbar .contact-info ul,
    .header-style-2 .topbar .contact-info ul,
    .header-style-3 .topbar .contact-info ul {
        display: inline-block;
    }
}

.header-style-1 .topbar .contact-info ul li,
.header-style-2 .topbar .contact-info ul li,
.header-style-3 .topbar .contact-info ul li {
    font-size: 14px;
    color: #fff;
    float: left;
}

@media (max-width: 767px) {
    .header-style-1 .topbar .contact-info ul li,
    .header-style-2 .topbar .contact-info ul li,
    .header-style-3 .topbar .contact-info ul li {
        float: none;
    }
}

.header-style-1 .topbar .contact-info ul > li + li,
.header-style-2 .topbar .contact-info ul > li + li,
.header-style-3 .topbar .contact-info ul > li + li {
    margin-left: 35px;
}

@media (max-width: 767px) {
    .header-style-1 .topbar .contact-info ul > li + li,
    .header-style-2 .topbar .contact-info ul > li + li,
    .header-style-3 .topbar .contact-info ul > li + li {
        margin: 5px 0 0;
    }
}

.header-style-1 .topbar .contact-info ul li i,
.header-style-2 .topbar .contact-info ul li i,
.header-style-3 .topbar .contact-info ul li i {
    display: inline-block;
    padding-right: 5px;
    position: relative;
}

.header-style-1 .topbar .contact-info ul > li:last-child i,
.header-style-2 .topbar .contact-info ul > li:last-child i,
.header-style-3 .topbar .contact-info ul > li:last-child i {
    top: 2px;
}

.header-style-1 .topbar .social-links,
.header-style-2 .topbar .social-links,
.header-style-3 .topbar .social-links {
    float: right;
}

@media (max-width: 767px) {
    .header-style-1 .topbar .social-links,
    .header-style-2 .topbar .social-links,
    .header-style-3 .topbar .social-links {
        float: none;
        margin-top: 10px;
    }
    .header-style-1 .topbar .social-links ul,
    .header-style-2 .topbar .social-links ul,
    .header-style-3 .topbar .social-links ul {
        display: inline-block;
    }
}

.header-style-1 .topbar .social-links ul li,
.header-style-2 .topbar .social-links ul li,
.header-style-3 .topbar .social-links ul li {
    float: left;
}

.header-style-1 .topbar .social-links ul a,
.header-style-2 .topbar .social-links ul a,
.header-style-3 .topbar .social-links ul a {
    color: #fff;
}

.header-style-1 .topbar .social-links ul > li + li,
.header-style-2 .topbar .social-links ul > li + li,
.header-style-3 .topbar .social-links ul > li + li {
    margin-left: 10px;
}

.header-style-1 .topbar .social-links a:hover,
.header-style-2 .topbar .social-links a:hover,
.header-style-3 .topbar .social-links a:hover {
    color: #2c9fdf;
}

@media (max-width: 767px) {
    .header-style-1 .topbar,
    .header-style-2 .topbar,
    .header-style-3 .topbar {
        text-align: center;
    }
}
@media screen and (max-width: 500px) {
    .get-quote a {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .header-style-1 .navbar-brand,
    .header-style-2 .navbar-brand,
    .header-style-3 .navbar-brand {
        margin-top: 12px;
    }
    .header-style-1 .navigation,
    .header-style-2 .navigation,
    .header-style-3 .navigation {
        background-color: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .header-style-1 #navbar > ul > li > a,
    .header-style-2 #navbar > ul > li > a,
    .header-style-3 #navbar > ul > li > a {
        font-size: 14px;
        padding: 40px 20px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        position: relative;
    }
    .header-style-1 #navbar > ul > li > a:before,
    .header-style-2 #navbar > ul > li > a:before,
    .header-style-3 #navbar > ul > li > a:before {
        content: "";
        width: 0;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: 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;
    }
    .header-style-1 #navbar > ul > li > a:hover:before,
    .header-style-2 #navbar > ul > li > a:hover:before,
    .header-style-3 #navbar > ul > li > a:hover:before {
        width: 100%;
    }
    .header-style-1 #navbar > ul > li > a:hover {
        color: #4e6ef7;
    }
    .header-style-2 #navbar > ul > li > a:hover,
    .header-style-3 #navbar > ul > li > a:hover {
        color: #4e6ef7;
    }
}

@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 {
        font-size: 16px;
        padding: 40px 20px;
        font-weight: 500;
    }
}

@media screen and (min-width: 992px) {
    .header-style-1 #navbar,
    .header-style-2 #navbar,
    .header-style-3 #navbar {
        margin-right: 167px;
    }
}


/************************************************
  header-style-2
**************************************************/

@media screen and (min-width: 992px) {
    .header-style-2,
    .header-style-3 {
        position: relative;
        z-index: 10;
    }
    .header-style-2 .topbar,
    .header-style-3 .topbar {
        background-color: #4e6ef7;
    }
    .header-style-1 #navbar > ul > li > a,
    .header-style-2 #navbar > ul > li > a,
    .header-style-3 #navbar > ul > li > a {
        color: #303030;
    }
    .header-style-2 #navbar > ul > li > a:hover,
    .header-style-3 #navbar > ul > li > a:hover {
        color: #4e6ef7;
    }
}

.header-style-2 .navigation,
.header-style-3 .navigation {
    background-color: #fff;
}

.header-style-2 .side-info .search-toggle-btn .fa,
.header-style-3 .side-info .search-toggle-btn .fa {
    color: #192224;
    font-size: 20px;
}

.header-style-2 .side-info .info-bars span,
.header-style-3 .side-info .info-bars span {
    background-color: #192224;
}


/************************************************
  header-style-3
**************************************************/

.header-style-3 .topbar {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
}

.header-style-3 .topbar .contact-info ul li {
    color: #192224;
}

.header-style-3 .topbar .social-links ul a {
    color: #474848;
}

.side-info {
    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%);
    cursor: pointer;
}

@media (max-width: 991px) {
    .side-info {
        right: 70px;
    }
}

.side-info button {
    background: transparent;
    padding-top: 8px;
    border: 0;
    outline: 0;
}

.side-info .fa {
    font-size: 30px;
    color: #192224;
}

.side-info .search-toggle-btn .fi {
    color: #fff;
}

.side-info > div {
    float: left;
    position: relative;
}

.side-info > div + div {
    margin-left: 22px;
}

.side-info .header-search-form {
    position: absolute;
    width: 250px;
    right: -25px;
    top: 72px;
    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) {
    .side-info .header-search-form {
        top: 68px;
    }
}

@media (max-width: 767px) {
    .side-info .header-search-form {
        top: 63px;
        right: 15px;
    }
}

.side-info .header-search-form-wrapper .fi:before {
    font-size: 22px;
}

.side-info form div {
    position: relative;
}

.side-info form div button {
    position: absolute;
    right: 15px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.side-info input {
    width: 100%;
    height: 50px;
    padding: 6px 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.side-info .info-bars {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .side-info .info-bars {
        display: none;
    }
}

.side-info .info-bars span {
    background: #fff;
    width: 30px;
    height: 2px;
    display: block;
}

.side-info .info-bars > span + span {
    margin-top: 7px;
}

.side-info .info-bars > span:first-child {
    width: 20px;
    margin-left: 10px;
}

.side-info .header-search-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.side-info-wrapper {
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out .8s;
    -o-transition: all .4s ease-in-out .8s;
    transition: all .4s ease-in-out .8s;
}

.side-info-wrapper-toggle {
    visibility: visible;
    opacity: 0.8;
}

.side-info-wrapper.side-info-wrapper-toggle {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.side-info-wrapper-toggle .side-info-inner {
    -webkit-transition: all .8s ease-in-out .4s;
    -o-transition: all .8s ease-in-out .4s;
    transition: all .8s ease-in-out .4s;
}

.side-info-inner {
    background-color: #4e6ef7;
    width: 400px;
    height: 100%;
    padding: 70px 50px;
    position: fixed;
    right: -400px;
    top: 0;
    z-index: 9999;
    -webkit-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

@media (max-width: 991px) {
    .side-info-inner {
        display: none;
    }
}

.side-info-inner .side-info-close-btn {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 0;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 20px;
}

.side-info-inner .side-info-close-btn:hover,
.side-info-inner .side-info-close-btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.side-info-inner .logo {
    text-align: center;
    margin-bottom: 50px;
}

.side-info-inner .logo img {
    display: inline-block;
}

.side-info-inner .logo span {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin: 0.3em 0 1em;
}

.side-info-inner p {
    color: #fff;
    margin: 0 0 2em;
}

.side-info-inner .info li {
    font-size: 16px;
    color: #d9d9d9;
    margin: 0 0 8px;
}

.side-info-inner .info li:nth-child(2) {
    color: #f2f2f2;
}

.side-info-inner .social-links {
    margin-top: 40px;
    padding-bottom: 60px
}

.side-info-inner .social-links a {
    font-size: 18px;
    color: #fff;
}

.side-info-inner .social-links a:hover {
    color: #2c9fdf;
}

.side-info-inner .social-links li {
    float: left;
    margin-right: 12px;
}

.side-info-inner .social-links li:last-child {
    margin-right: 0;
}

.toggle-side-info {
    right: 0;
}
/*galary*/
/*--------------------------------------------------------------
#0.4  hero slider
--------------------------------------------------------------*/

.hero {
    position: relative;
    height: 900vh;
    /** slider controls **/
    /*** hero slider animation ***/
}

@media (max-width: 767px) {
    .hero {
        min-height: 420px;
    }
}

.hero .slide {
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
    .hero .slide {
        min-height: 420px;
    }
}

.hero .slide .slider-bg {
    display: none;
}

.hero .slide:focus {
    outline: none;
}

.hero .slide .container {
    height: 100%;
    display: table;
}

.hero .slide .row {
    display: table-cell;
    vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
    background-color: #4e6ef7;
    width: 55px;
    height: 55px;
    z-index: 10;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
    background-color: #37dba9;
}

@media (max-width: 991px) {
    .hero .slick-prev,
    .hero .slick-next {
        display: none !important;
    }
}

.hero .slick-prev {
    left: -100px;
}

.hero .slick-prev:before {
    font-family: "themify";
    content: "\e629";
    opacity: 1;
}

.hero .slick-next {
    right: -100px;
}

.hero .slick-next:before {
    font-family: "themify";
    content: "\e628";
    opacity: 1;
}

.hero:hover .slick-prev {
    left: 25px;
}

.hero:hover .slick-next {
    right: 25px;
}

.hero .slick-dots {
    bottom: 30px;
}

@media screen and (min-width: 992px) {
    .hero .slick-dots {
        display: none !important;
    }
}

.hero .slick-dots li {
    margin: 0;
}

.hero .slick-dots button {
    background-color: #4e6ef7;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.hero .slick-dots button:before,
.hero .slick-dots button:before {
    display: none;
}

.hero .slide-caption > div {
    overflow: hidden;
}

.hero .slide-caption > div * {
    -webkit-animation: fadeOutLeft 1.5s both;
    animation: fadeOutLeft 1.5s both;
}

.hero .slide-caption > .slider-pic * {
    -webkit-animation: fadeOutRight 1.5s both;
    animation: fadeOutRight 1.5s both;
}

.hero .slide-caption > div.slide-title * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption > div.slide-subtitle * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    position: relative;
}

.hero .slide-caption > div.btns * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .hero-slider .slick-current .slide-caption > div * {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.hero .hero-slider .slick-current .slide-caption > .slider-pic * {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-title * {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-subtitle * {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.hero .hero-slider .slick-current .slide-caption > div.btns * {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.hero .hero-slider .slick-current .slide-caption > div.slider-pic * {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}


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

.hero-style-1,
.hero-style-2 {
    height: 800px;
    position: relative;
}

@media (max-width: 1199px) {
    .hero-style-1,
    .hero-style-2 {
        height: 750px;
    }
}

@media (max-width: 991px) {
    .hero-style-1,
    .hero-style-2 {
        height: 550px;
    }
}

@media (max-width: 767px) {
    .hero-style-1,
    .hero-style-2 {
        height: 450px;
    }
}

.hero-style-1 .slide,
.hero-style-2 .slide {
    height: 800px;
}

@media (max-width: 1199px) {
    .hero-style-1 .slide,
    .hero-style-2 .slide {
        height: 750px;
    }
}

@media (max-width: 991px) {
    .hero-style-1 .slide,
    .hero-style-2 .slide {
        height: 550px;
    }
}

@media (max-width: 767px) {
    .hero-style-1 .slide,
    .hero-style-2 .slide {
        height: 450px;
    }
}

.hero-style-1 .slide .row,
.hero-style-2 .slide .row {
    position: relative;
}

@media screen and (min-width: 992px) {
    .hero-style-1 .slide-caption,
    .hero-style-2 .slide-caption {
        margin-top: 0px;
    }
}

.hero-style-1 .slide-caption h1 {
    font-size: 70px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 0.35em;
    text-align: center;
    font-weight: 800;
}
@media (max-width: 1199px) {
    .hero-style-1 .slide-caption h1,
    .hero-style-2 .slide-caption h1 {
        font-size: 56px;
    }
}
@media (max-width: 991px) {
    .hero-style-1 .slide-caption h1,
    .hero-style-2 .slide-caption h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .hero-style-1 .slide-caption h1,
    .hero-style-2 .slide-caption h1 {
        font-size: 30px;
    }
}
.hero-style-1 .slide-caption h3 {
    font-size: 70px;
    text-transform: uppercase;
    color: #37dba9;
    margin: 0 0 0.45em;
    text-align: center;
    font-weight: 800;
}
@media (max-width: 1199px) {
    .hero-style-1 .slide-caption h3,
    .hero-style-2 .slide-caption h3 {
        font-size: 56px;
    }
}
@media (max-width: 991px) {
    .hero-style-1 .slide-caption h3,
    .hero-style-2 .slide-caption h3 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .hero-style-1 .slide-caption h3,
    .hero-style-2 .slide-caption h3 {
        font-size: 30px;
    }
}
.hero-style-1 .slide-caption h3:before {
    content: "";
    width: 610px;
    height: 4px;
    background: #37dba9;
    position: absolute;
    left: 17%;
    top: 120%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1199px) {
    .hero-style-1 .slide-caption h3:before {
        width: 450px;
        left: 70px;
    }
}
@media (max-width: 991px) {
    .hero-style-1 .slide-caption h3:before {
        width: 311px;
        left: 188px;
    }
}

@media (max-width: 767px) {
    .hero-style-1 .slide-caption h3:before {
        width: 410px;
        left: 0;
    }
}
.hero-style-1 .slide-caption h2,
.hero-style-2 .slide-caption h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 0.45em;
    line-height: 50px;
}

@media (max-width: 991px) {
    .hero-style-1 .slide-caption h2,
    .hero-style-2 .slide-caption h2,{
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .hero-style-1 .slide-caption h2,
    .hero-style-2 .slide-caption h2 {
        font-size: 24px;
    }
}
.hero-style-1 .slide-caption h2 span {
    font-size: 36px;
    text-transform: uppercase;
    color: #37dba9;
    margin: 0 0 0.45em;
}
@media (max-width: 991px) {
    .hero-style-1 .slide-caption h2 samp,
    .hero-style-2 .slide-caption h2 samp  {
        font-size: 30px;
    }
}@media (max-width: 767px) {
    .hero-style-1 .slide-caption h2 samp,
    .hero-style-2 .slide-caption h2 samp  {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .hero-style-1 .slide-caption h2 span,
    .hero-style-2 .slide-caption h2 span  {
        font-size: 30px;
    }
}@media (max-width: 767px) {
    .hero-style-1 .slide-caption h2 span,
    .hero-style-2 .slide-caption h2 span  {
        font-size: 24px;
    }
}
.hero-style-1 .slide-caption p,
.hero-style-2 .slide-caption p {
    color: #fff;
    margin: 0 0 25px;
    font-size: 14px;
}

.hero-style-1 .slider-pic,
.hero-style-2 .slider-pic {
    max-width: 625px;
    position: absolute;
    bottom: -25%;
    right: -100%;
    z-index: -1;
}

@media (max-width: 991px) {
    .hero-style-1 .slider-pic,
    .hero-style-2 .slider-pic {
        max-width: 350px;
        right: -60%;
        bottom: 8px;
    }
}

@media (max-width: 767px) {
    .hero-style-1 .slider-pic,
    .hero-style-2 .slider-pic {
        display: none;
    }
}

.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 {
    opacity: 1;
    top: 0;
}

.header-style-1 .sticky-header,
.header-style-2 .sticky-header,
.header-style-3 .sticky-header {
    background-color: #37dba9;
    border-bottom: 0;
}

.header-style-2 .sticky-header,
.header-style-3 .sticky-header {
    background-color: #fff;
    border-bottom: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}


/************************************************
  hero-style-2
**************************************************/

.hero-style-2 {
    position: relative;
}

.hero-style-2:before {
    display: none;
}

.hero-style-2 .slide {
    background: #efedfc;
    position: relative;
}

.hero-style-2 .slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../images/slider/curve.html") center bottom/100% no-repeat local;
    z-index: 1;
}

.hero-style-2 .slide .container {
    position: relative;
    z-index: 10;
}

@media screen and (min-width: 992px) {
    .hero-style-2 .slide-caption {
        margin-top: 0;
    }
}

.hero-style-2 .slide-caption h2 {
    color: #192224;
    margin-top: -0.15em;
}

.hero-style-2 .slide-caption p {
    color: #192224;
}


/************************************************
  hero-style-3
**************************************************/

.hero-style-3 {
    position: relative;
    height: 850px;
    text-align: center;
    background: -webkit-linear-gradient(top, #4e6ef7, #2c9fdf 50%);
    background: -moz-linear-gradient(top, #4e6ef7, #2c9fdf 50%);
    background: -o-linear-gradient(top, #4e6ef7, #2c9fdf 50%);
    background: -ms-linear-gradient(top, #4e6ef7, #2c9fdf 50%);
    background: -webkit-gradient(linear, left top, left bottom, from(#4e6ef7), color-stop(50%, #2c9fdf));
    background: linear-gradient(top, #4e6ef7, #2c9fdf 50%);
}

@media (max-width: 991px) {
    .hero-style-3 {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-3 {
        height: 450px;
    }
}

.hero-style-3 .hero-outer {
    height: 850px;
    position: relative;
}

@media (max-width: 991px) {
    .hero-style-3 .hero-outer {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-3 .hero-outer {
        height: 450px;
    }
}

.hero-style-3 .hero-outer .container {
    height: 100%;
    display: table;
}

.hero-style-3 .hero-outer .row {
    display: table-cell;
    vertical-align: middle;
}

.hero-style-3 .hero-text {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .hero-style-3 .hero-text {
        margin-top: 40px;
    }
}

.hero-style-3 .hero-text > span {
    font-weight: bold;
    color: #4e6ef7;
    text-transform: uppercase;
    letter-spacing: 5px;
}

@media (max-width: 767px) {
    .hero-style-3 .hero-text > span {
        font-size: 14px;
    }
}

.hero-style-3 .hero-text h2 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    margin: 0.5em 0 0.8em;
}

@media (max-width: 991px) {
    .hero-style-3 .hero-text h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .hero-style-3 .hero-text h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .hero-style-3 .img-holder {
        display: none;
    }
}

.hero-bg-slider:before {
    display: none;
}


/*--------------------------------------------------------------
#3.0  about-pg-section
--------------------------------------------------------------*/

.about-pg-section {
    padding-bottom: 100px;
}

@media (max-width: 1199px) {
    .about-pg-section {
        padding-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .about-pg-section {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .about-pg-section {
        padding-bottom: 70px;
    }
}

.about-pg-section .about-text h2 {
    font-size: 36px;
    line-height: 1.2em;
    margin: -0.27em 0 0.8em;
    text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
    .about-pg-section .about-text h2 {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .about-pg-section .about-text h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .about-pg-section .about-text h2 {
        font-size: 25px;
    }
}

.about-pg-section .about-text p {
    margin-bottom: 1.7em;
}

.about-pg-section .video-holder {
    margin-left: 10px;
    position: relative;
}

@media screen and (min-width: 1200px) {
    .about-pg-section .video-holder {
        margin-left: 100px;
    }
}

@media (max-width: 991px) {
    .about-pg-section .video-holder {
        max-width: 570px;
        margin: 60px 0 0;
    }
}

.about-pg-section .video-holder .fi:before {
    font-size: 70px;
    background: -webkit-linear-gradient(#4e6ef7, #2c9fdf);
    background: -moz-linear-gradient(#4e6ef7, #2c9fdf);
    background: -o-linear-gradient(#4e6ef7, #2c9fdf);
    background: -ms-linear-gradient(#4e6ef7, #2c9fdf);
    background: -webkit-gradient(linear, left top, left bottom, from(#4e6ef7), to(#2c9fdf));
    background: linear-gradient(#4e6ef7, #2c9fdf);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

@media (max-width: 767px) {
    .about-pg-section .video-holder .fi:before {
        font-size: 50px;
    }
}

.about-pg-section .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%);
}


/*about-content*/

.about-content {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 40px 15px 30px;
    position: relative;
    text-align: center;
    box-shadow: 0px 5px 7px 0px rgba(111, 111, 111, 0.09);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.about-content:hover {
    box-shadow: none;
}

.about-content:before {
    bottom: 60px;
    color: #f7f8fa;
    content: "\f104";
    font-family: "Flaticon";
    font-size: 50px;
    height: 1px;
    position: absolute;
    right: -15px;
}

.about-content i {
    color: #000;
    font-size: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.about-content:hover i {
    color: #5775f7;
}

.about-content h4 {
    color: #303030;
    font-weight: 700;
    margin-top: 15px;
}


/*--------------------------------------------------------------
#3.4  fun-fact-section
--------------------------------------------------------------*/

.fun-fact-section {
    background: url("../images/bg/fun-fact-bg.jpg") center center/cover no-repeat fixed;
    padding: 65px 0 80px;
    position: relative;
    background-attachment: scroll;
    z-index: 1;
}

.fun-fact-section-1 {
    padding: 65px 0 80px;
    position: relative;
    background-attachment: scroll;
    z-index: 1;
}

.fun-fact-section:before {
    background-color: rgba(48, 48, 48, 0.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 991px) {
    .fun-fact-section {
        padding: 70px 0 20px;
    }
}

.fun-fact-section .section_heading h2 {
    color: #fff;
    line-height: 1.67;
    margin-top: 20px;
    text-transform: inherit;
}

.fun-fact-section .section_heading span {
    color: #37dba9;
}

.fun-fact-section .funfact-grids {
    overflow: hidden;
    margin-top: 22px;
}

.fun-fact-section .funfact-grids .grid {
    width: 33.333%;
    float: left;
    position: relative;
    padding-left: 20px;
    text-align: center;
}

@media (max-width: 1199px) {
    .fun-fact-section .funfact-grids .grid {
        padding-left: 0px;
        text-align: left;
        width: 31.333%;
    }
}

@media (max-width: 991px) {
    .fun-fact-section .funfact-grids .grid {
        width: 33.33%;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .fun-fact-section .funfact-grids .grid {
        padding-left: 50px;
    }
}
@media (max-width: 500px) {
    .fun-fact-section .funfact-grids .grid {
        width: 50%;
        padding-left: 15px;
    }
}

.fun-fact-section .funfact-grids .grid-1 {
    width: 25%;
    float: left;
    position: relative;
    padding-left: 0px;
    text-align: center;
}

.fun-fact-section h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    line-height: 0.9em;
    margin: 10px 0 20px;
    display: inline-block;
    padding-bottom: 15px;
    padding-left: 7px;
    position: relative;
}

@media (max-width: 1199px) {
    .fun-fact-section h3 {
        font-size: 30px;
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .fun-fact-section h3 {
        font-size: 30px;
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .fun-fact-section h3 {
        font-size: 30px;
        font-size: 30px;
    }
}

.fun-fact-section h3:after {
    background-color: #37dba9;
    bottom: -3px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}

.fun-fact-section h3:before {
    background-color: #37dba9;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}

.fun-fact-section p {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

@media (max-width: 991px) {
    .fun-fact-section p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .fun-fact-section p {
        font-size: 14px;
    }
}


/*--------------------------------------------------------------
#1.0  cta-s2-section
--------------------------------------------------------------*/

.cta-s2-section,
.cta-s3-section {
    position: relative;
    color: #fff;
}

.cta-s2-section .container,
.cta-s3-section .container {
    position: relative;
    z-index: 1;
}

.cta-s2-section .cta-text h2,
.cta-s3-section .cta-text h2 {
    font-size: 38px;
    color: #303030;
    line-height: 1.2em;
    margin: -.22em 0 0.79em;
}

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

@media (max-width: 767px) {
    .cta-s2-section .cta-text h2,
    .cta-s3-section .cta-text h2 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .cta-s2-section .cta-text,
    .cta-s3-section .cta-text {
        margin-top: 60px;
    }
}

.cta-s2-section .cta-text p,
.cta-s3-section .cta-text p {
    font-size: 18px;
    margin-bottom: 2.5em;
    color: #303030;
}

@media (max-width: 991px) {
    .cta-s2-section .cta-text p,
    .cta-s3-section .cta-text p {
        font-size: 16px;
    }
}

.cta-s2-section ul li,
.cta-s3-section ul li {
    position: relative;
    padding-left: 35px;
    color: #303030;
}

.cta-s2-section ul li i,
.cta-s3-section ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #303030;
}

.cta-s2-section ul > li + li,
.cta-s3-section ul > li + li {
    margin-top: 15px;
}


/*tab*/

.tablinks {
    text-align: center;
}

.tablinks li {
    display: inline-block;
}

.tablinks li a {
    color: #676767;
    display: block;
    padding: 12px 25px;
    margin-left: -3px;
    -webkit-box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
    .tablinks li a {
        font-size: 14px;
        padding: 15px;
    }
}

.tablinks li.active a {
    background-color: #4e6ef7;
    color: #fff;
}

.tab-content {
    padding-top: 25px;
}

@media (max-width: 991px) {
    .tab-content {
        padding-top: 20px;
    }
}


/*Bitpoint Template By UN.*/


/*  ==========================================================================
    Table of Contets
    ==========================================================================

    1.0 Common Styles
    2.0 Header / Navigation
    3.0 Slider Section
    4.0 Chart Section
    4.0 About Section
    5.0 Food Menu Section
    6.0 CTA Section
    7.0 Special Foods Section
    8.0 Food Gallery Section
    9.0 Testimonial Section
    10.0 Reservation Section
    11.0 Blog Section
    12.0 Sponsor Section
    13.0 Footer Widget Section
    14.0 Footer Section
    15.0 Page Style Section
    16.0 Single Blog Section
    17.0 Contact Section
    18.0 Scroll To Top

    ==========================================================================
    UnThemez
    ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,600,700,800');

/* ==========================================================================
   2.0 Header Section
   ========================================================================== */

.header_section {
    position: relative;
    z-index: 999;
}


/*Top Header */

.top_header {
    background-color: #1f293d;
    padding: 10px 0;
}

.top_content_wrap ul li {
    margin-right: 20px;
    display: inline-block;
}

.top_content_wrap ul li a {
    display: inline-block;
    color: #fff;
}

.top_content_wrap ul li i {
    color: #37dba9;
    margin-right: 10px;
}

.top_content_wrap .right_info {
    text-align: right;
}


/*Bottom Header */

.bottom_header {
    background-color: #fff;
    padding: 30px 0 24px;
    position: relative;
}

.bottom_content_wrap {
    position: relative;
}

#mainmenu {
    display: inline-block;
    margin-left: -25px;
    margin-right: 10px;
}

#mainmenu li {
    display: inline-block;
    margin-right: 65px;
    position: relative;
    text-align: left;
}

#mainmenu li a {
    color: #303030;
    font-weight: 600;
    padding: 11px 0;
    text-transform: uppercase;
    display: inline-block;
}

.nav-menu > li > a:focus,
.nav-menu > li > a:hover {
    color: #4e6ef7;
    background-color: transparent;
}

#mainmenu li a:hover,
#mainmenu li a:active,
#mainmenu li a:focus {
    color: #4e6ef7;
    background-color: transparent;
}


/*Dropdown */

#mainmenu li ul {
    background-color: #fff;
    width: 200px;
    height: auto;
    position: absolute;
    left: 0;
    top: 140%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
}

#mainmenu li:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}

#mainmenu li ul li {
    border-bottom: 1px solid #eaeaea;
    display: block;
    position: relative;
}

#mainmenu li ul li:last-child {
    border: none;
}

#mainmenu li ul li a {
    line-height: 45px;
    display: block;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #303030;
    -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}

#mainmenu li > ul > li:hover a {
    color: #37dba9;
}

#mainmenu li > ul ul {
    background-color: #fff;
    left: 200px;
}

#mainmenu li > ul li:hover > ul li a {
    color: #777;
}

#mainmenu li ul li:hover > ul {
    top: 0;
    opacity: 1;
    visibility: visible;
}

#mainmenu li > ul li:hover > ul li > a:hover {
    background-color: transparent;
    color: #fff;
}

#mainmenu li ul li li a:hover {
    color: #ffca3f !important;
}

.bottom_header .button_1 {
    background-color: #303030;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    padding: 1px 26px;
    text-transform: none;
}

.bottom_header .button_1:hover {
    background-color: #37dba9;
    color: #fff;
}

.bottom_header a img {
    margin-top: -5px;
}

#header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 9;
    width: 100%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#header.sticky-header {
    position: fixed;
    top: 0px;
}

#header.sticky-header.fixed-header {
    top: 0px;
}


/*Mobile Menu */

.slicknav_menu {
    background: none;
    padding: 4px 0;
    display: none;
    z-index: 999;
}

.slicknav_nav {
    background-color: #fff;
}

.js .slicknav_menu {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.slicknav_btn {
    background-color: transparent;
    margin: 5px 5px 19px;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row,
.slicknav_nav a,
.slicknav_nav a:hover {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #777;
}

.slicknav_nav a .caret {
    display: none;
}

.slicknav_nav ul {
    margin: 0;
}

.slicknav_nav ul li a {
    padding-left: 30px;
    font-size: 12px;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    background-color: transparent;
    color: #333;
}


/* ==========================================================================
    3.0 Slider Section
   ========================================================================== */

.slider-section {}

.slider-text {
    width: 100%;
}

.slider-text h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    line-height: 45px;
}

.slider-text h1 span {
    background-color: rgba(55, 219, 169, 0.9);
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 8px;
}

.nivo-caption a {
    display: inline-block!important;
}

.slider-text p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.slider-wrapper {
    position: relative;
}

.nivo-caption {
    height: 100%;
    opacity: 1;
    background: transparent;
    overflow: visible;
}


/* nivo directionNav css */

.nivo-directionNav a {
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #b7b7b7;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    color: #fff!important;
    top: calc(50% - 20px);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.nivo-directionNav a.nivo-prevNav {
    left: 25px;
}

.nivo-directionNav a.nivo-nextNav {
    right: 25px;
}

.slider-wrapper:hover .nivo-directionNav a.nivo-prevNav {
    left: 15px;
    opacity: 0.7;
}

.slider-wrapper:hover .nivo-directionNav a.nivo-nextNav {
    right: 15px;
    opacity: 0.7;
}

.nivo-directionNav a:hover {
    opacity: 1!important;
}


/* nivo controlNav css */

.nivo-controlNav {
    padding: 0;
    position: absolute;
    z-index: 12;
    bottom: 30px;
    width: 100%;
}

.nivo-controlNav a {
    background-color: transparent;
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    margin: 0 5px;
    transition: all 0.3s linear;
    line-height: 12px;
}

.nivo-controlNav a.active {
    background-color: #37dba9;
}


/* Slider Style 2 */

.slider-2 .slider-text h1 span {
    background-color: transparent;
}


/* ==========================================================================
    3.1 Rev Slider
   ========================================================================== */

.main-slider {
    margin-top: 100px;
    position: relative;
    width: 100%;
}

.main-slider .tp-banner1 h1 {
    color: #fff;
    font-size: 72px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 120px;
    letter-spacing: 1;
}

.main-slider .tp-banner1 h1 span {
    color: #37dba9;
}

.main-slider .tp-banner1 .line-bslider {
    background-color: #37dba9;
    height: 5px;
    width: 570px;
}

.main-slider .tp-banner2 h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 1;
}

.main-slider .tp-banner2 h1 span {
    color: #37dba9;
    font-weight: 700;
}

.main-slider .tp-banner2 p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.main-slider .tp-banner2 .button_1 {
    background-color: #4e6ef7;
    border: 1px solid #4e6ef7;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 28px;
    text-transform: capitalize;
}

.main-slider .tp-banner2 .button_1:hover,
.main-slider .tp-banner2 .button_1:active,
.main-slider .tp-banner2 .button_1:focus {
    background-color: #37dba9;
    border-color: #37dba9;
    color: #fff;
}

.main-slider .tp-banner3 h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 1;
}

.main-slider .tp-banner3 h1 span {
    color: #303030;
}

.main-slider .tp-banner3 p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.main-slider .tp-banner3 .button_1 {
    background-color: #303030;
    border: 1px solid #303030;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 28px;
    text-transform: capitalize;
}

.main-slider .tp-banner3 .button_1:hover,
.main-slider .tp-banner3 .button_1:active,
.main-slider .tp-banner3 .button_1:focus {
    background-color: #37dba9;
    border-color: #37dba9;
    color: #fff;
}

.main-slider .tp-caption {
    z-index: 5;
}

.main-slider .tp-dottedoverlay {
    background-color: rgba(255, 255, 255, 0.0);
}

.main-slider .tp-banner3 .tp-dottedoverlay {
    background-color: rgba(78, 110, 247, 0.80) !important;
}

.main-slider .gradient-overlay .tp-dottedoverlay {
    background-color: rgba(255, 255, 255, 0.30);
    background: rgba(0, 0, 0, 0.30);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.30), rgba(255, 255, 255, 0.50));
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.30), rgba(255, 255, 255, 0.50));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.30), rgba(255, 255, 255, 0.50));
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.30), rgba(255, 255, 255, 0.50));
}

.main-slider .tp-bullets {
    display: none;
}

.main-slider .tp-bullets.preview3 .bullet {
    border-color: #333333 !important;
    margin: 0px 4px;
    background: #333333 !important;
    width: 4px !important;
    height: 4px !important;
    display: inline-block;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected {
    border-color: #73a702 !important;
    background: #73a702 !important;
}

.main-slider .tparrows.preview3 {
    background: none !important;
    width: 40px;
}

.main-slider .tparrows.preview3:after {
    top: 20px;
    color: #333333;
    font-size: 18px;
    height: 44px;
    line-height: 42px;
    width: 44px;
    border: 1px solid rgba(255, 255, 255, 1);
    background: #ffffff;
    border-radius: 50%;
}

.main-slider .tparrows.tp-leftarrow.preview3:after {
    content: '\f104';
    font-family: 'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3:after {
    content: '\f105';
    font-family: 'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow {
    left: 20px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow {
    right: 25px !important;
}

.main-slider .tparrows.preview3:hover:after {
    color: #ffffff;
    border-color: #1bc7ff !important;
    background: #1bc7ff;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper {
    visibility: hidden;
    opacity: 0;
}

.main-slider .tp-bannertimer {
    display: none !important;
}


/* ==========================================================================
   3.0 Chart Section
   ========================================================================== */

.chart_section {
    padding-top: 0;
    position: relative;
}

.chart_content {
    text-align: center;
}
@media (max-width: 991px){ 
    .chart_content {
        margin-bottom: 30px;
 }
} 
.chart_feature {
    background-color: #303030;
    border-radius: 5px;
    float: left;
    margin-bottom: 25px;
    margin-left: 30px;
    margin-top: -152px;
    padding: 50px 42px 40px 141px;
    position: relative;
    width: 465px;
}
@media (max-width: 1199px) and (min-width: 992px){
    .chart_feature {
        width: 428px;
    }
}
@media (max-width: 991px){  
.chart_feature {
    margin-top: 0;
    width: auto;
    margin-left: 0;
  }
}

.chart_feature-bg {
    background-color: #4e6ef7 !important;
}

.chart_feature:hover {
    background-color: #4e6ef7 !important;
}

.chart_feature i {
    color: #fff;
    font-size: 80px;
    left: 40px;
    position: absolute;
    top: 75px;
    width: 50px;
}

.chart_feature h4 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.chart_feature p {
    color: #fff;
}

.chart_feature.right-align {
    background-color: #303030;
    float: right;
    margin-left: 0;
    margin-right: 30px;
}
@media (max-width: 991px) {  
    .chart_feature.right-align {
        margin-right: 0;
    }
}

/* ==========================================================================
   3.0 About Section
   ========================================================================== */

.about_section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.about_section .section_heading {}

.about_section .section_heading h4 {
    background-color: #1f293d;
    color: #fff;
    display: inline-block;
    padding: 10px;
    font-size: 12px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 700;
}

.about_section .section_heading h2 {
    background-color: rgba(55, 219, 169, 0.9);
    display: inline-block;
    padding: 20px 15px;
    color: #fff;
    border-radius: 2px;
}

.about_box h3 {
    text-transform: uppercase;
}

.why_content i {
    color: #37dba9;
    margin-right: 10px;
}

.about_image {
    background-image: url(../images/bg/bag.html);
    background-repeat: no-repeat;
    background-position: right center;
    content: "";
    width: 100%;
    height: 100%;
    left: 30px;
    top: 30px;
    position: absolute;
    z-index: -1;
}


/* ==========================================================================
   4.0 Choose Section
   ========================================================================== */

.choose_section.padding {
    padding: 80px 0 70px;
}

.choose_section .col-md-4 {
    padding: 15px;
}

.feature_content {
    border-bottom: 3px solid #303030;
    margin-bottom: 18px;
    padding-bottom: 20px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.feature_content img {
    margin-bottom: 40px;
}

.feature_content h4 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.feature_content:hover {
    border-color: #37dba9;
}

.feature_content a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #37dba9;
}

.feature_content a:hover {
    text-decoration: underline;
}


/* ==========================================================================
   4.0 Service Section
   ========================================================================== */

.service_section {
    background-color: #f9f9f9;
}

.service_section.padding {
    padding: 80px 0 60px;
}

.service_section.service_style3 {
    background-color: #fff;
}

.service_section.service_style3.padding {
    padding: 85px 0 5px;
}

.service_section .col-md-4 {
    padding: 15px;
}

.service_content {
    background-color: #fff;
    margin-bottom: 18px;
    padding: 5px 40px 38px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service_content h4 {
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

.service_content h4 i {
    color: #000;
    font-size: 56px;
    margin-right: 20px;
    position: relative;
    top: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service_content h4 span {
    padding-bottom: 10px;
    position: relative;
}

.service_content h4 span:before {
    background-color: #37dba9;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 60px;
}

.service_content p {
    font-weight: 300;
}

.service_content:hover {
    box-shadow: 0px 5px 7px 0px rgba(111, 111, 111, 0.05);
}

.service_content:hover i {
    color: #37dba9;
}

.service_section.style-service2 {
    background-color: #fff;
}

.service_section.style-service2.padding {
    padding: 95px 0 65px;
}

.service_section.style-service2 .service_content {
    border: 2px solid #646464;
    outline: 3px solid #fff;
    padding: 5px 40px 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service_section.style-service2 .service_content:hover {
    border-color: #69e4bf;
    outline-color: #69e4bf;
}

.service_section.style-service2 .service_content h4 {
    margin-bottom: 25px;
    margin-top: 10px;
}

.service_section.style-service2 .service_content h4 i {
    display: block;
    line-height: 1;
    margin-bottom: 25px;
    width: 100%;
}

.service_section.style-service2 .service_content h4 span::before {
    left: 0;
    margin: 0 auto;
    right: 0;
}

.service_content2 {
    position: relative;
}

.service_content2 h4 {
    color: #303030;
    font-weight: 500;
}

.service_content2 p {
    color: #303030;
}


/*****Service Content Two*****/

.mt-26 {
    margin-top: 26px;
}

.service_content2 {
    margin-bottom: 66px;
    position: relative;
}
@media (max-width: 767px) {
    .ser-con-mt {
        margin-top: 60px;
    }
}
.service_content2 h4 {
    font-size: 18px;
    list-style: 24px;
}

.service_content2 .s_icon {
    display: inline-block;
    float: right;
    margin-left: 14px;
    position: relative;
    top: 12px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.service_contentright .service_content2 h4,
.service_contentright .service_content2 p {
    padding-left: 120px;
}

.service_contentright .service_content2 .s_icon {
    display: inline-block;
    float: left;
    margin-right: 14px;
    position: relative;
    top: 12px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.service_content2 .s_icon:after {
    border: 7px solid #303030;
    border-radius: 50%;
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.service_content2 .s_icon:after,
.service_content2 .s_icon:after {
    border: 7px solid #fff;
    border-radius: 50%;
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.service_content2:hover .s_icon:after,
.service_content2:hover .s_icon:after {
    border-color: #fff;
}

.service_content2 .s_icon.active:after,
.service_content2 .s_icon.active:after {
    border-color: #fff;
}

.service_content2 .s_icon:before,
.service_content2 .s_icon:before {
    border: 7px solid #303030;
    border-radius: 50%;
    bottom: -7px;
    content: "";
    left: -7px;
    position: absolute;
    right: -7px;
    top: -7px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.service_content2:hover .s_icon:before,
.service_content2:hover .s_icon:before {
    border-color: #37dba9;
}

.service_content2 .s_icon.active:before,
.service_content2 .s_icon.active:before {
    border-color: #37dba9;
}

.service_content2 .s_icon i {
    background-color: #fff;
    border-radius: 50%;
    color: #303030;
    display: inline-block;
    font-size: 52px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    width: 82px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.service_content2:hover .s_icon i,
.service_content2:hover .s_icon i {
    background-color: #37dba9;
    color: #fff;
}

.service_content2 .s_icon.active i,
.service_content2 .s_icon.active i {
    background-color: #37dba9;
    color: #fff;
}


/*--------------------------------------------------------------
#6.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,
.service-single-section .service-single-content .theme-btn-s4,
.service-single-section .service-single-content .theme-btn-s5,
.service-single-section .service-single-content .theme-btn-s6 {
    margin-top: 20px;
}

.service-single-section .service-single-content h2 {
    font-size: 34px;
    font-weight: 600;
    margin: 1em 0;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .service-single-section .service-single-content h2 {
        font-size: 30px;
    }
}

.service-single-section .service-single-content h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    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;
    margin-bottom: 40px;
}

@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: #37dba9;
    position: absolute;
    left: 0;
    top: 5px;
}

.service-single-section .service-single-tab {
    margin-top: 60px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .service-single-section .service-single-tab {
        margin-top: 50px;
    }
}

@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-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1e1f2c;
    padding: 10px 25px;
    border: 1px solid rgba(55, 219, 169, 0.12);
}

@media (max-width: 767px) {
    .service-single-section .service-single-tab .nav a {
        font-size: 14px;
        font-size: 0.93333rem;
        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: #37dba9;
    color: #fff;
}

.service-single-section .tab-content {
    background-color: rgba(55, 219, 169, 0.12);
    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 sidebar
****************************************/

.service-sidebar {
    /*** service-list-widget ***/
    /*** download-widget ***/
    /*** contact-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 {
    list-style: none;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
}

.service-sidebar .service-list-widget ul li {
    border-bottom: 1px solid #e6e6e6;
}

.service-sidebar .service-list-widget a {
    font-weight: 500;
    display: block;
    color: #0a172b;
    padding: 15px 24px;
    font-size: 15px;
}

.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a {
    background-color: #37dba9;
    color: #fff;
    font-size: 15px;
}

.service-sidebar .download-widget ul {
    list-style: none;
}

.service-sidebar .download-widget ul > li + li {
    margin-top: 5px;
}

.service-sidebar .download-widget ul a {
    border: 2px solid #37dba9;
    color: #0a172b;
    padding: 15px 25px;
    font-weight: 500;
    display: block;
    font-size: 15px;
}

.service-sidebar .download-widget ul i {
    display: inline-block;
    padding-right: 10px;
    color: #37dba9;
}

.service-sidebar .download-widget ul a:hover {
    color: #37dba9;
}

.service-sidebar .contact-widget {
    border: 2px solid #37dba9;
    padding: 45px 30px;
}

.service-sidebar .contact-widget h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0.8em;
    text-transform: uppercase;
}

.service-sidebar .contact-widget ul li {
    font-size: 14px;
    color: #1e1f2c;
    position: relative;
    padding-left: 25px;
}

.service-sidebar .contact-widget ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #37dba9;
}

.service-sidebar .contact-widget ul > li + li {
    margin-top: 12px;
}

.service-quote {
    padding: 50px;
    font-size: 18px;
    font-style: italic;
    color: #555555;
    margin: 40px 0;
    line-height: 30px;
    position: relative;
    background: #f6f6f6;
    clear: both;
    border: none;
}


/*winstragam*/

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

.service-sidebar .widget > h3 {
    font-size: 18px;
    margin: 0 0 1.3em;
    text-transform: uppercase;
    position: relative;
}

.service-sidebar .instagram-widget > ul {
    overflow: hidden;
}

.service-sidebar .instagram-widget > ul > li {
    width: 33.33%;
    float: left;
    border: 1px solid transparent;
    margin: -1px 0 0 -1px;
}

.service-sidebar .instagram-widget > ul > li img {
    max-width: 100%;
}


/* ==========================================================================
   5.0 Counter Section
   ========================================================================== */

.counter_section {
    background-image: url(../images/bg/counter-background.html);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 65px 0 80px;
    position: relative;
    z-index: 1;
}

.counter_section .section_heading h2 {
    color: #fff;
    line-height: 1.67;
    margin-top: 20px;
    text-transform: inherit;
}

.counter_section .counters {
    margin-top: 15px;
}

.counters .counter_content {
    display: block;
    text-align: center;
    color: #fff;
}

.counters .counter_content i {
    font-size: 36px;
}

.counters .counter_content h3 {
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    margin: 10px 0 20px;
    min-width: 100px;
    padding-bottom: 15px;
    padding-left: 7px;
    position: relative;
    text-align: left;
}

.counters .counter_content h3:before {
    background-color: #37dba9;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}

.counters .counter_content h3:after {
    background-color: #37dba9;
    bottom: -3px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}

.counters .counter_content h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}


/* ==========================================================================
   6.0 Team Section
   ========================================================================== */

.team_section.padding {
    padding: 95px 0;
}

.team_member {
    margin-bottom: 30px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 991px) {
    .team_member img {
    min-width: 100%;
  }
}
.team_member .overlay {
    background-color: rgba(78, 110, 247, 0.8);
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    left: 0;
    bottom: -45px;
    padding: 10px 15px 12px;
}

.team_member:hover .overlay {
    bottom: 0;
    padding: 22px 15px 15px;
}

.team_member:hover img {
    opacity: 0.8;
    transform: scale(1.2);
}

.team_member .overlay h4 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0;
}

.team_member .overlay p {
    color: #fff;
    margin-bottom: 10px;
}

.team_social li {
    display: inline-block;
}

.team_social a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    width: 38px;
}

.team_social a:hover {
    color: #37dba9;
}

.owl-nav {}

.owl-nav div {
    background-color: #37dba9;
    color: #fff;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: -40px;
    top: calc(50% - 25px);
    transition: all 0.5s ease-in-out;
}

.owl-nav div:hover {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.owl-nav div.owl-next {
    left: auto;
    right: -40px;
}


/*--------------------------------------------------------------
#4.0  advisor-single-section
----------------------------------------------------------------*/

.advisor-single-section {
    /*** bottom row ***/
}

.advisor-single-section .member .member-info {
    margin-bottom: 35px;
}

.advisor-single-section .member .member-info span {
    color: #4e6ef7;
    text-transform: capitalize;
}

.advisor-single-section .member .member-info h2 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 0.6em;
    margin: 0.4em 0 0;
    text-transform: uppercase;
    position: relative;
}

@media (max-width: 991px) {
    .advisor-single-section .member .member-info h2 {
        font-size: 22px;
    }
}

.advisor-single-section .member .member-info h2:after {
    content: "";
    background-color: #4e6ef7;
    width: 65px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.advisor-single-section .member .contact-info {
    margin-top: 40px;
}

.advisor-single-section .member .contact-info ul li {
    display: inline-block;
    font-size: 17px;
    color: #3e3e3e;
}

@media (max-width: 991px) {
    .advisor-single-section .member .contact-info ul li {
        font-size: 16px;
    }
}

.advisor-single-section .member .contact-info ul li {
    margin-right: 25px;
}

@media (max-width: 767px) {
    .advisor-single-section .member .contact-info ul li {
        margin-right: 15px;
        margin-bottom: 3px;
    }
}

.advisor-single-section .member .contact-info ul li i {
    color: #4e6ef7;
    display: inline-block;
    padding-right: 5px;
}

.advisor-single-section .member .social-links {
    margin-top: 35px;
}

.advisor-single-section .member .social-links li {
    margin-right: 7px;
}

.advisor-single-section .member .social-links li:last-child {
    margin-right: 0;
}

.advisor-single-section .member .social-links a {
    width: 40px;
    height: 40px;
    float: left;
    line-height: 38px;
    font-size: 16px;
    padding-left: 12px;
    color: #bdbebf;
    margin-right: 10px;
    border: 2px solid #bdbebf;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .advisor-single-section .member .social-links a {
        width: 35px;
        height: 35px;
        line-height: 33px;
        font-size: 14px;
        font-size: clac-rem-value(14);
    }
}

.advisor-single-section .member .social-links a:hover {
    background-color: #4e6ef7;
    border-color: #4e6ef7;
    color: #fff;
}

.advisor-content h2 {
    font-size: 55px;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.advisor-content h2 span {
    color: #4e6ef7;
    text-transform: uppercase;
    font-size: 60px;
    margin-bottom: 20px;
    letter-spacing: 6px;
}

.advisor-single-section .member-pic {
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .advisor-single-section .member-pic {
        max-width: 360px;
        margin-top: 50px;
    }
}

.advisor-single-section .member-pic img {
    display: inline-block;
    border: 5px solid #c7c7c7;
}

.advisor-single-section .member-pic h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 1.4em 0 0;
}

.advisor-single-section .bottom-row {
    border-top: 1px solid #e2e9f2;
    margin-top: 90px;
    padding-top: 100px;
}

@media (max-width: 991px) {
    .advisor-single-section .bottom-row {
        margin-top: 80px;
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .advisor-single-section .bottom-row {
        margin-top: 60px;
        padding-top: 60px;
    }
}

@media (max-width: 991px) {
    .advisor-single-section .bottom-row > .col:first-child {
        margin-bottom: 50px;
    }
}

.advisor-single-section .member-specialization > h3,
.advisor-single-section .member-skills > h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 1.77em;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .advisor-single-section .member-specialization > h3,
    .advisor-single-section .member-skills > h3 {
        font-size: 16px;
    }
}

.advisor-single-section .member-specialization ul li {
    font-size: 15px;
    color: #5f5858;
    font-style: italic;
    margin-bottom: 16px;
}

.advisor-single-section .member-specialization ul li i {
    color: #4e6ef7;
    display: inline-block;
    padding-right: 7px;
}

.advisor-single-section .member-specialization ul li:last-child {
    margin-bottom: 0;
}


/*.advisor-contact*/

.advisor-contact {
    margin-top: 30px;
}

.advisor-contact li {
    margin-bottom: 20px;
    float: left;
}

.advisor-contact i {
    color: #fff;
    background-color: #37dba9;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    border-radius: 2px;
}

.progress-bar {
    background-color: #4e6ef7;
}


/*advisor-funfact*/

.fun-fact-section-advisor {
    padding: 0;
    position: relative;
    z-index: 1;
}

.fun-fact-section-advisor-1 {
    padding: 65px 0 80px;
    position: relative;
    background-attachment: scroll;
    z-index: 1;
}

@media (max-width: 991px) {
    .fun-fact-section-advisor {
        padding: 70px 0 20px;
    }
}

.fun-fact-section-advisor .funfact-grids {
    overflow: hidden;
}

.fun-fact-section-advisor .funfact-grids .grid-1 {
    width: 25%;
    float: left;
    position: relative;
    padding-left: 0px;
}

.fun-fact-section-advisor h3 {
    font-size: 32px;
    color: #303030;
    font-weight: 600;
    line-height: 0.9em;
    margin: 10px 0 20px;
    display: inline-block;
    padding-bottom: 15px;
    padding-left: 7px;
    position: relative;
}

@media (max-width: 1199px) {
    .fun-fact-section-advisor h3 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .fun-fact-section-advisor h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .fun-fact-section-advisor h3 {
        font-size: 16px;
    }
}

.fun-fact-section-advisor h3:after {
    background-color: #37dba9;
    bottom: -3px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}

@media (max-width: 767px) {
    .fun-fact-section-advisor h3:after {
        display: none;
    }
}

.fun-fact-section-advisor h3:before {
    background-color: #37dba9;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}

@media (max-width: 767px) {
    .fun-fact-section-advisor h3:before {
        display: none;
    }
}

.fun-fact-section-advisor p {
    font-size: 18px;
    color: #303030;
    margin: 0;
}

@media (max-width: 991px) {
    .fun-fact-section-advisor p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .fun-fact-section-advisor p {
        font-size: 12px;
    }
}


/* ==========================================================================
   7.0 Currency Section
   ========================================================================== */

.currency_section.padding {
    padding: 85px 0 90px;
}

.currency_section .section_heading h2 {
    line-height: 46px;
}

.prices_head .table {
    margin-bottom: 0;
    overflow-x: auto;
    display: block;
}

.table.table-striped {}

.prices_head .currency_logo {
    max-width: 25px;
    margin-right: 15px;
}

.prices_head .table thead {}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f7f7f7;
}

.prices_head thead tr th {
    border-bottom: none;
    padding: 13px 10px 22px;
}

.prices_head thead tr th,
.prices_head tbody tr td {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    line-height: 24px;
    max-width: 20%;
}

.table thead th {
    color: #303030;
    font-size: 16px;
    font-weight: 400;
}

.table > tbody > tr > th,
.table > tfoot > tr > th {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 13px 10px;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 14px;
}

.table > tbody > tr > td:first-child,
.table > tfoot > tr > td:first-child {
    padding-left: 7px;
}

.table > tbody > tr:last-child {
    border-bottom: 1px solid #ddd;
}

.table > tbody > tr > td.price_tb {
    padding-left: 22px;
    padding-right: 50px;
}

.table > tbody > tr > td.up {
    padding-left: 12px;
    padding-right: 0;
}

.table > tbody > tr > td.down:before {
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #ff0000;
    left: 0px;
    top: 2px;
    margin-right: 5px;
}

.converter-form {
    background-color: #37dba9;
    border-radius: 5px;
    margin-top: 20px;
    overflow: hidden;
    padding: 32px 30px 62px;
    position: relative;
}

.converter-form:before {
    background-color: rgba(55, 219, 169, 0.9);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.converter-form .posb-img {
    bottom: 0;
    left: 7px;
    position: absolute;
}

.converter-form .cform-content {
    position: relative;
    z-index: 2;
}

.cform-content h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 18px;
    margin-top: 0;
}

.cform-content .nav.nav-tabs li.active a {
    background-color: #4e6ef7;
    color: #fff;
}

.cform-content .nav.nav-tabs li a {
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    color: #303030;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 12px 31px;
}

.cform-content .nav.nav-tabs li:last-child a {
    margin-right: 0;
}

.cform-content .tab-content form input {
    border: medium none;
    border-radius: 0;
    color: #959595;
    height: 44px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.cform-content .tab-content form select {
    border: none;
    border-radius: 0;
    color: #959595;
    height: 44px;
    padding-left: 16px;
}

.cform-content .tab-content form select.form-control {
    -moz-appearance: none;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
}


/* ==========================================================================
   7.0 Converter Section
   ========================================================================== */

.converter_section {
    padding: 0 0 86px;
}
.converter-mt-60 {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .converter-mt-60 {
         margin-top: 0px;
         margin-bottom: 30px;
    }
}
.currencycal-form h3 {
    color: #303030;
    text-transform: uppercase;
}

.currencycal-form h3 span {
    color: #37dba9;
}

.currencycal-form p {
    margin-bottom: 35px;
}

.currencycal-form h4 {
    color: #303030;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
}

.currencycal-form h4:before {
    background-color: #37dba9;
    bottom: -10px;
    content: "";
    height: 2px;
    position: absolute;
    width: 100px;
}

.calform-wrapper {
    background-color: #eeeeee;
    display: inline-block;
    padding: 30px 30px 18px;
    position: relative;
    width: 100%;
}

.calform-wrapper:before {
    background-color: #e2e2e2;
    content: "";
    height: 10px;
    left: 5.5%;
    position: absolute;
    top: -10px;
    width: 89.5%;
}

.calform-wrapper:after {
    background-color: #e2e2e2;
    bottom: -10px;
    content: "";
    height: 10px;
    left: 5.5%;
    position: absolute;
    width: 89.5%;
}

.calform-wrapper .btn-s {
    background-color: #4e6ef7;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    float: right;
    padding: 7px 32px;
}

.calform-wrapper .form-control {
    background-color: #e2e2e2;
    border-color: transparent;
    border-radius: 0;
    color: #b2b2b2;
    height: 45px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.calform-wrapper input::-webkit-input-placeholder {
    color: #b2b2b2 !important;
}

.calform-wrapper input::-moz-placeholder {
    color: #b2b2b2 !important;
}

.calform-wrapper select.form-control {
    background-color: #e2e2e2 !important;
}

.calform-wrapper select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgba(255, 255, 255, 1) url("../images/bg/select-menu-bg2.html") no-repeat scroll 95% center;
    cursor: pointer;
}


/* ==========================================================================
   8.0 Call Back Section
   ========================================================================== */

.callback_section {
    background-image: url(../images/bg/callback-background.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 150px 0 115px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.callback_section::before {
    background-color: rgba(48, 48, 48, 0.9);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.callback_section .section_heading h2 {
    color: #fff;
}

.callback_section .section_heading p {
    color: #fff;
}

.callback_section .section_heading h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.callback_men {
    background-image: url(../images/bg/men.html);
    background-repeat: no-repeat;
    background-position: bottom left;
    content: "";
    width: 100%;
    height: 100%;
    left: 120px;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

.cb_wrapper {
    padding: 12px 0 0;
}


/* Contact Form Style */

.cb-form .form-control {
    background: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    color: #8c8c8c;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 18px;
    padding: 10px 10px 10px 30px;
    height: 44px;
    border: none;
    box-shadow: none;
}

.cb-form .form-control:focus,
.cb-form .form-control:hover {
    outline: none;
    box-shadow: none;
    outline: none;
    border: none;
}

.cb-form textarea.form-control {
    height: 110px;
    margin-bottom: 16px;
    padding-top: 30px;
}

.cb-form .button_1 {
    background-color: #4e6ef7;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 42px;
    padding: 0 10px;
    width: 100%;
}

#form-messages {
    display: none;
}

#form-messages.alert-danger,
#form-messages.alert-success {
    display: block;
}

.cb-form input::-webkit-input-placeholder,
.cb-form textarea::-webkit-input-placeholder {
    color: #8c8c8c !important;
}

.cb-form input:-moz-placeholder,
.cb-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #8c8c8c !important;
}

.cb-form input::-moz-placeholder,
.cb-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #8c8c8c !important;
    font-weight: 300;
}

.cb-form input:-ms-input-placeholder,
.cb-form textarea:-ms-input-placeholder {
    color: #8c8c8c !important;
}


/* ==========================================================================
   9.0 Pricing Section
   ========================================================================== */

.pricing_section {
    padding: 100px 0 160px;
}

.pricing_lists {
    text-align: center;
}

.pricing_wrapper {
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 15px 0 rgba(111, 111, 111, 0.25);
    padding: 38px 40px 35px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
@media (max-width: 1199px) {
    .pricing_wrapper {
        margin-bottom: 30px;
    } 
}
.pricing_wrapper:before {
    bottom: 93px;
    color: #f7f7f7;
    content: "\f102";
    font-family: "Flaticon";
    font-size: 132px;
    height: 1px;
    position: absolute;
    right: 3px;
    z-index: 1;
}

.pricing_box {
    position: relative;
    z-index: 2;
}

.pricing_top {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

.pricing_top:after {
    border: 7px solid #303030;
    border-radius: 50%;
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
}

.pricing_wrapper.pricing_active .pricing_top:after,
.pricing_wrapper:hover .pricing_top:after {
    border: 7px solid #fff;
    border-radius: 50%;
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
}

.pricing_wrapper.pricing_active .pricing_top:before,
.pricing_wrapper:hover .pricing_top:before {
    border: 2px solid #37dba9;
    border-radius: 50%;
    bottom: -7px;
    content: "";
    left: -7px;
    position: absolute;
    right: -7px;
    top: -7px;
}

.pricing_top i {
    background-color: #303030;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 60px;
    height: 109px;
    line-height: 109px;
    text-align: center;
    width: 109px;
}

.pricing_wrapper.pricing_active .pricing_top i,
.pricing_wrapper:hover .pricing_top i {
    background-color: #37dba9;
}

.pricing_wrapper.pricing_active i,
.pricing_wrapper:hover i {
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
}

.pricing_head h3 {
    color: #303030;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 0;
}

.pricing_head h2 {
    color: #a2a2a2;
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 20px;
    margin-top: 0;
}

.pricing_head h2 span {
    font-size: 16px;
}

.pricing_box .pricing_mid {
    font-weight: 300;
    margin-bottom: 20px;
}

.pricing_box .pricing_footer .button_1 {
    background-color: #4e6ef7;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 7px 30px;
}


/* ==========================================================================
   10.0 Testimonial Section
   ========================================================================== */

.testimonial_section {
    background-image: url(../images/bg/testi-overlay.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
@media (max-width: 991px) {
    .testimonial-res {
        margin-top: 60px;
    }
}
.testimonial_section .grid {
    margin-bottom: 80px;
}

.testimonial_section:before {
    background-color: #f9f9f9;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.testimonial_section.padding {
    padding: 65px 0 25px;
}

.testimonial_section .section_heading h2 {
    color: #303030;
}

.testimonial_section .section_heading p {
    color: #ddd;
}

.testimonial_items {
    padding: 0 30px;
}

.testimonial_item {
    text-align: center;
}

.testimonial_item i {
    color: #d1d1d1;
    font-size: 48px;
    margin-bottom: 20px;
}

.testimonial_item figure {
    width: 90px;
    height: 90px;
    padding: 5px;
    margin: 0 auto 15px;
    position: relative;
}

.testimonial_item figure img {
    border-radius: 50px;
    width: 100%;
}

.testimonial_item h4 {
    color: #37dba9;
    font-size: 15px;
    font-weight: normal;
    margin: 15px 0 10px;
}

.testimonial_item span {
    font-size: 13px;
    color: #000;
}

.testimonial_item p {
    color: #303030;
    font-size: 14px;
    font-style: italic;
}

.testimonial_items .owl-controls {
    display: none;
}

.testimonial_items .owl-dots {
    display: block;
    text-align: center;
}

.testimonial_items .owl-dots .owl-dot {
    background-color: #ddd;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    transition: all 0.5s ease-in-out;
}

.testimonial_items .owl-dots .owl-dot.active {
    background-color: #37dba9;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}


/*Testimonial Section Two Css*/

.testimonial_items.style-2 {
    padding: 0;
    margin-top: 22px;
}

.testimonial_items.style-2 .content-box {
    background-color: #4e6ef7;
    border-radius: 5px;
    padding: 20px 24px 24px;
    position: relative;
    margin-bottom: 24px;
}

.testimonial_items.style-2 .content-box:after {
    position: absolute;
    content: "";
    border-style: solid;
    border-color: #4e6ef7 transparent transparent;
    border-width: 18px 14px;
    bottom: -34px;
}

.testimonial_items.style-2 .content-box p {
    color: #fff;
    font-style: italic;
    margin-bottom: 18px;
}

.testimonial_items.style-2 .content-box h4 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 14px;
    margin: 0 0 10px;
}

.testimonial_items.style-2 .content-box h6 {
    margin: 0;
    font-style: italic;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}

.img-holder .img-item {
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
    text-align: center;
}


/* ==========================================================================
   11.0 Blog Section
   ========================================================================== */

.blog_section.padding {
    padding: 90px 0 115px;
}

.blog_post img {
    width: 100%;
}

.blog_img {
    overflow: hidden;
}

.blog_post:hover img {
    transform: scale(1.2);
}

.blog_post .blog_img {
    position: relative;
}

.blog_post .blog_img .overlay {
    position: relative;
}

.blog_post .blog_img .overlay {
    background-color: rgba(48, 48, 48, 0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
}

.blog_post:hover .blog_img .overlay {
    opacity: 1;
}

.blog_post .blog_img .post_meta-date {
    background-color: #37dba9;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    height: 66px;
    line-height: 18px;
    padding-top: 18px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 24px;
    width: 66px;
    left: 18px;
    z-index: 1;
}

.blog_post .blog_img .post_meta-date span {
    display: block;
    font-size: 12px;
    font-weight: 500;
}

.blog_post .blog_img .popup-icon {
    color: #37dba9;
    font-size: 25px;
    transform: scale(0);
    position: absolute;
    text-align: center;
    top: 45%;
    width: 100%;
    z-index: 1;
}

.blog_post:hover .blog_img .popup-icon {
    transform: scale(1);
}

.blog_post .blog_content {
    padding: 15px 0;
}

.blog_post .blog_content h4 {
    margin: 0 0 18px;
    text-transform: capitalize;
}

.blog_post .blog_content .post_meta {
    display: block;
    margin-bottom: 10px;
}

.blog_post .blog_content span a {
    border: 1px solid #4e6ef7;
    border-radius: 5px;
    color: #4e6ef7;
    font-size: 14px;
    padding: 8px 36px;
}

.blog_post:hover .blog_content span a {
    background-color: #4e6ef7;
    color: #fff;
}

.blog_post .blog_content p {
    margin-bottom: 40px;
}
@media (max-width: 992px) {
    .blog_post .blog_content p {
        font-size: 12px;
    }  
}
@media (max-width: 767px) {
    .blog_post .blog_content p {
        font-size: 14px;
    }  
}
.blog_post .blog_content a {
    color: #303030;
    font-size: 18px;
    line-height: 24px;
}

.blog_single .blog_post .blog_content h4 {
    margin-top: 30px;
}

@media (max-width: 992px) {
    .blog_post .blog_content h4 {
        margin-top: 10px;
    } 
}
@media (max-width: 767px) {
    .blog_post .blog_content h4 {
        margin-top: 20px;
    } 
}
.blog_single .blog_post .blog_content a {
    color: #303030;
    font-size: 30px;
    font-weight: 600;
}
@media (max-width: 992px) {
    .blog_post .blog_content a {
        font-size: 13px;
    } 
}
@media (max-width: 767px) {
    .blog_post .blog_content a {
        font-size: 20px;
        margin-top: 30px;
    } 
}
.blog_single .blog_post .blog_content .sblog-quote {
    background-color: #f7f7f7;
    color: #0a0a0a;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    padding: 50px 28px;
}

.blog_single .blog_post .blog_content .single-blog-two div {
    overflow: hidden;
    margin-bottom: 30px;
}

.blog_single .blog_post:hover .blog_content .single-blog-two img {
    transform: scale(1);
}


/* Pagination 
=============== */

.pagination_wrap {}

.pagination_wrap li {
    display: inline-block;
    margin: 0 5px;
}

.pagination_wrap li a {
    border: 1px solid #ddd;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #777;
    font-weight: 600;
}

.pagination_wrap li a:hover {
    opacity: 1;
    text-decoration: none;
}

.pagination_wrap li a.active {
    background-color: #37dba9;
    border: 1px solid #37dba9;
    color: #fff;
}


/* Blog Sidebar Style */

.blog_wrapper .xs-padding {
    padding: 15px;
}


/* Sidebar Widgets 
==================== */

.sidebar {}

.sidebar_widget {
    overflow: hidden;
}

.sidebar_widget h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    position: relative;
}

.sidebar_widget h3:before {
    content: "";
    position: absolute;
    background-color: #4e6ef7;
    height: 3px;
    width: 40px;
    left: 0;
    bottom: -15px;
}

.sidebar_widget h3 .icon {
    font-size: 18px;
    color: #303030;
    margin-right: 18px;
}

.search-form {
    position: relative;
}

.search-form .form-control {
    box-shadow: none;
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #4e6ef7;
    clear: #d2d2d2;
    height: auto;
    padding: 15px 60px 15px 0;
    border-radius: 0;
}

.search-form .search-btn {
    background-color: transparent;
    font-size: 24px;
    color: #4e6ef7;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 13px 0;
    opacity: 1;
}

.search-form .search-btn:focus,
.search-form .search-btn:hover {
    opacity: 1;
}

.search-form input::-webkit-input-placeholder {
    color: #888 !important;
}

.search-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #888 !important;
}

.search-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #888 !important;
}

.search-form input:-ms-input-placeholder {
    color: #888 !important;
}


/* Category List 
==================== */

.cat_list {}

.cat_list li {
    display: block;
}

.cat_list li a {
    text-transform: capitalize;
    display: block;
    padding: 10px 0;
    color: #959595;
    font-size: 14px;
}

.cat_list li a:hover {
    padding-left: 25px;
    text-decoration: none;
    color: #4e6ef7;
}


/* Tag List */

.tag_list {}

.tag_list li {
    display: inline-block;
    margin: 3px;
}

.tag_list li a {
    background-color: #303030;
    display: inline-block;
    padding: 5px 16px;
    font-size: 13px;
    color: #fff;
}

.tag_list li a:hover {
    background-color: #4e6ef7;
    color: #fff;
    text-decoration: none;
}


/* Recent Posts */

.recent_post li {
    display: inline-block;
    width: 98%;
}

.recent_post li img {
    float: left;
    margin-right: 15px;
}

.recent_post h4 {
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}

.recent_post h4 a {
    color: #303030;
}

.recent_post span {
    color: #b8b8b8;
    font-size: 11px;
}

.recent_post li a.btn-link {
    color: #303030;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.recent_post li:hover a.btn-link {
    color: #4e6ef7;
    text-decoration: none;
}

.quote-sideber {
    color: #959595;
    font-size: 14px;
    font-weight: 300;
}


/*Blog Single Style*/

.blog_single img {
    width: 100%;
    border-radius: 0;
}

.blog_single .meta-info span {
    font-weight: 400;
    margin-right: 15px;
}

.blog_single .meta-info span i {
    margin-right: 5px;
}

.blog_single .meta-info span label {
    font-weight: 400;
}

.form_wrapper .comment_form textarea {
    height: auto;
}


/** ====================
 * Comment List
 =======================*/

.comments_wrapper h3 {
    color: #303030;
    font-size: 24px;
    font-weight: 500;
}

.comments_wrapper h3 i {
    color: #37dba9;
    position: relative;
    top: 3px;
}

.comments-list {
    margin-top: 30px;
    position: relative;
}


/**
 * Lines / Details
 -----------------------*/

.reply-list:before,
.reply-list:after {
    display: none;
}

.comments-list li {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.comments-list li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0;
}

.reply-list {
    padding-left: 124px;
    clear: both;
    margin-top: 15px;
}


/**
 * Avatar
 ---------------------------*/

.comments-list .comment-avatar {
    border-radius: 100%;
    float: left;
    height: 115px;
    overflow: hidden;
    position: relative;
    width: 115px;
    z-index: 99;
}

.comments-list .comment-avatar img {
    width: 100%;
    height: 100%;
}

.reply-list .comment-avatar {
    width: 115px;
    height: 115px;
}

.comment-main-level {
    margin-bottom: 60px;
}

.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}


/**
 * Comment Box
 ---------------------------*/

.comments-list .comment-box {
    float: left;
    margin-left: 25px;
    position: relative;
    width: 570px;
}

.comments-list .comment-box:before {
    border-width: 11px 13px 11px 0;
    border-color: transparent rgba(0, 0, 0, 0.05);
    left: -12px;
}

.reply-list .comment-box {
    width: 446px;
}

.comment-box .comment-head {
    overflow: hidden;
}

.comment-box .comment-head i {
    color: #37dba9;
    float: right;
    font-size: 20px;
    margin-left: 14px;
    position: relative;
    top: -8px;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
    color: #03658c;
}

.comment-box .comment-name {
    clear: both;
    color: #37dba9;
    float: left;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 10px;
    overflow: hidden;
    width: 100%;
}

.comment-box .comment-name a {
    color: #37dba9;
}

.comment-box .comment-head span {
    color: #000;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 2px;
    position: relative;
    top: 5px;
}

.comment-box .comment-content {
    background: #fff;
    border-radius: 0 0 4px 4px;
    color: #959595;
    font-size: 13px;
    font-weight: 400;
    margin-top: 12px;
    padding: 0;
}

.comment-box .comment-name.by-author,
.comment-box .comment-name.by-author a {
    color: #03658c;
}

.comment-box .comment-name.by-author:after {
    content: 'autor';
    background: #03658c;
    color: #FFF;
    font-size: 12px;
    padding: 3px 5px;
    font-weight: 700;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/* Social Share 
==================== */

.share_wrap {
    overflow: hidden;
    margin: 40px 0;
    border: 1px solid #ddd;
    padding: 14px 0;
    padding-left: 20px;
}

.share_wrap ul,
.share_wrap h4 {
    display: inline-block;
}

.share_wrap h4 {
    text-transform: uppercase;
    margin-right: 10px;
}

.share_icon {
    display: inline-block;
}

.share_icon li {
    display: inline-block;
    margin-right: 10px;
}

.share_icon li:nth-child(1) a {
    background-color: #3B5998;
}

.share_icon li:nth-child(2) a {
    background-color: #1DCAFF;
}

.share_icon li:nth-child(3) a {
    background-color: #DB4A39;
}

.share_icon li a {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    padding: 5px 10px;
}

.share_icon li a:hover {
    text-decoration: none;
    opacity: 0.8;
}


/* Comments Box 
==================== */

.comments_wrap {}

.comments_wrap .media-left img {
    border-radius: 50%;
    width: 80%;
}

.media-body h4 a {
    color: #777;
}

.media-body h4 {
    margin-bottom: 3px;
}

.media-body .comment_date {
    color: #777;
}


/* Contact/Comment Forms 
==================== */

.form-control {
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.comment_form {
    border: medium none;
    margin-top: 140px;
    padding: 0;
}

.comment_form h3 {
    color: #303030;
    font-size: 24px;
    font-weight: 500;
}

.comment_form h3 i {
    color: #4e6ef7;
    margin-right: 12px;
    position: relative;
    top: 3px;
    transform: rotateY(-190deg);
}

.comment_form .button_1 {
    background: #4e6ef7;
    font-size: 11px;
    line-height: 24px;
    padding: 7px 36px 4px;
}

.comment_form .form-control {
    border-radius: 0;
}

.form-control:focus,
.form-control:hover {
    outline: none;
}

.form-control {
    box-shadow: none;
}

.form-control:focus,
.form-control:hover {
    box-shadow: none;
    outline: none;
}

.cf-wrapper .form-control {
    background: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    color: #282828;
    padding: 10px;
}

.form-box .form-control {
    border: 1px solid #ddd;
}

.cf-wrapper .form-control:hover,
.cf-wrapper .form-control:focus {
    border-bottom: 1px solid #999;
    box-shadow: none;
}

#form-messages {
    display: none;
}

#form-messages.alert-danger,
#form-messages.alert-success {
    display: block;
}

.cf-wrapper input::-webkit-input-placeholder,
.cf-wrapper textarea::-webkit-input-placeholder {
    color: #888 !important;
}

.cf-wrapper input:-moz-placeholder,
.cf-wrapper textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #888 !important;
}

.cf-wrapper input::-moz-placeholder,
.cf-wrapper textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #888 !important;
}

.cf-wrapper input:-ms-input-placeholder,
.cf-wrapper textarea:-ms-input-placeholder {
    color: #888 !important;
}


/** =====================
 * Responsive
 ========================*/

@media only screen and (max-width: 992px) {
    .comments-container {
        width: 480px;
    }
    .comments-list .comment-box {
        width: 390px;
    }
    .reply-list .comment-box {
        width: 320px;
    }
}


/* ==========================================================================
   12.0 Sponsor Section
   ========================================================================== */

.sponsor_section {
    background-color: #f7f8fa;
    padding: 65px 0;
}

.sponsor_section .sponsor_items {}

.sponsor_section .sponsor_item {}

.sponsor_section .sponsor_item img {
    opacity: 0.15;
    width: 100%;
}

.sponsor_section .sponsor_items li:hover img {
    opacity: 1;
    cursor: pointer;
}


/* ==========================================================================
   13.0 Widget Section
   ========================================================================== */

.widget_section {
    background-image: url(../images/bg/widget-background.html);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 150px 0;
}

.widget_wrapper h3 {
    color: #fff;
    text-transform: uppercase;
}

.widget_wrapper h4 {
    color: #f6f7f3;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.widget_wrapper p {
    color: #fff;
    font-weight: 300;
    margin-top: 10px;
}

.widget_wrapper .footer_logo {
    margin-bottom: 10px;
    margin-top: 40px;
}

.widget_wrapper .footer_social {
    display: block;
}

.widget_wrapper .footer_social li {
    display: inline-block;
}

.widget_wrapper .footer_social li.fstitle {
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}

.widget_wrapper .footer_social li.fstitle span {
    color: #ffc41b;
    margin-left: 8px;
}

.widget_wrapper .footer_social li a {
    color: #ddd;
    font-size: 12px;
    margin-right: 12px;
}

.widget_wrapper .footer_social li a:hover {
    color: #af9a7d;
}

.widget_wrapper .widget_links li a {
    font-size: 12px;
    color: #bbb;
    text-transform: uppercase;
    line-height: 30px;
}

.widget_wrapper .widget_links li a:hover {
    text-decoration: underline;
    color: #fff;
}

.widget_wrapper .widget_fnews {
    margin-top: -5px;
}

.widget_wrapper .widget_fnews li {
    border-bottom: 1px solid #4e4e4e;
}

.widget_wrapper .widget_fnews li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding: 15px 0;
}

.widget_wrapper .widget_fnews li:first-child a {
    padding-top: 0;
}

.widget_wrapper .widget_fnews li a:hover {
    color: #37dba9;
}

.widget_wrapper .widget_flicker li {
    float: left;
    margin-bottom: 7px;
    margin-right: 8px;
}

.widget_wrapper .widget_flicker li:nth-child(3n+3) {
    margin-right: 0;
}

.widget_wrapper .widget_flicker li img {
    width: 82px;
}

.widget_wrapper .widget_info {
    margin-top: -5px;
}

.widget_wrapper .widget_info li {
    margin-bottom: 20px;
}

.widget_wrapper .widget_info li:last-child {
    margin-bottom: 0;
}

.widget_wrapper .widget_info li p {
    color: #ffffff;
    margin-top: 0;
}

.widget_wrapper .widget_info li:last-child p {
    margin-bottom: 0;
}

.widget_wrapper .widget_info li p.text-color {
    color: #37dba9;
    font-weight: 500;
    margin-bottom: 0;
}


/* Subscribe Form Style */

.subscribe_form {
    display: block;
    text-align: center;
    padding: 5px 0;
}

.subscribe_form p {
    color: #bbb;
}

.subscribe_form .form_input {
    display: block;
    background-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    border: none;
    font-size: 12px;
    line-height: 50px;
    padding: 0 10px;
    float: left;
    width: 70%;
    transition: all 0.5s ease-in-out;
}

.subscribe_form .submit {
    background-color: #37dba9;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
    float: left;
    width: 30%;
    transition: all 0.5s ease-in-out;
}

.subscribe_form .submit:hover {
    background-color: #1f293d;
    transition: all 0.5s ease-in-out;
}

#subscribe-result {
    display: none;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #DEAA6E;
}

#subscribe-result.subs-result {
    display: block;
}

.subscription-error {
    color: #B60000;
}

.subscription-success {
    color: #333;
}

.subscribe_form input::-webkit-input-placeholder {
    color: #ddd !important;
}

.subscribe_form input:-moz-placeholder {
    /* Firefox 18- */
    color: #ddd !important;
}

.subscribe_form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ddd !important;
}

.subscribe_form input:-ms-input-placeholder {
    color: #ddd !important;
}


/* ==========================================================================
   14.0 Ticker Section
   ========================================================================== */

.ticker_section {
    background-color: #0d141d;
    padding: 26px 0 125px;
    position: relative;
}

.ticker_section .ticker_wrapper {
    position: absolute !important;
    top: 26px !important;
}

.ticker_wrapper .webticker-init {
    display: none;
}

.ticker_wrapper .ticker-spacer {
    display: none;
}

.ticker_wrapper .ticker_item {
    float: left;
    margin-right: 140px;
    position: relative;
}

.ticker_wrapper .ticker_item img {
    position: absolute;
    right: -65px;
    top: 25px;
}

.ticker_wrapper .ticker_item h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.ticker_wrapper .ticker_item h5 span {
    color: #4e6ef7;
    font-size: 12px;
    font-weight: 500;
}

.ticker_wrapper .ticker_item h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}

.ticker_wrapper .ticker_item h3 span {
    color: #959595;
}

.ticker_wrapper .ticker_item h6 {
    color: #959595;
    font-size: 12px;
    font-weight: 400;
    margin-top: 0;
}

.ticker_wrapper .ticker_item h6 span {
    color: #fff;
}

.ticker_section.ticker-s2 {
    background-color: transparent;
    margin-top: -130px;
    padding: 0 0 80px;
    position: relative;
}
@media (max-width: 767px) {
   .ticker_section.ticker-s2 {
       margin-top: 0px;
    } 
}
.ticker-s2 .ticker_wrapper {
    position: relative !important;
}
@media (max-width: 991px) {
    .ticker-s2 .ticker_wrapper {
        margin-bottom: 30px;
    }  
}
.ticker-s2 .ticker_wrapper .ticker_item {
    background-color: #0d141d;
    float: none;
    margin-right: 0;
    padding: 25px 45px 60px;
    position: relative;
    z-index: 1;
}

.ticker-s2 .ticker_wrapper .ticker_item h5 {
    margin-top: 0;
    margin-bottom: 0;
}

.ticker-s2 .ticker_wrapper .ticker_item h5 span {
    display: block;
    margin-bottom: 20px;
}

.ticker-s2 .ticker_wrapper .ticker_item .currency_logo {
    height: 75px;
    position: absolute;
    right: 35px;
    top: 60px;
    width: 75px;
    z-index: 1;
}

.ticker-s2 .ticker_wrapper .ticker_item img {
    bottom: 0;
    position: absolute;
    right: 0;
    top: auto;
    z-index: -1;
}

.ticker_section.ticker-s2.ticker_section2 {
    background-color: transparent;
    margin-top: 0;
    padding: 85px 0 95px;
}

.cryptocurrency_carousel .owl-controls {
    text-align: center;
}

.cryptocurrency_carousel .owl-nav {
    display: inline-block;
    margin-top: 60px;
    position: relative;
}

.cryptocurrency_carousel .owl-nav div {
    background-color: transparent !important;
    color: #303030 !important;
    font-size: 30px !important;
    left: -70px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.cryptocurrency_carousel .owl-nav div.owl-next {
    left: auto;
    right: -70px;
}

.cryptocurrency_carousel .owl-nav div:hover {
    color: #4e6ef7 !important;
}


/* ==========================================================================
   15.0 Promo Section
   ========================================================================== */

.promo_padding {
    padding-bottom: 150px;
}

.promo_content {
    background-color: #fafafa;
    border: 2px dashed #ddd;
    padding: 30px;
    transition: all 0.2s ease-in-out;
}

.promo_content:hover {
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
}

.promo_content img {
    margin-bottom: 15px;
}

.promo_content h3 {
    margin-bottom: 5px;
}


/* ==========================================================================
   16.0 CTA Section
   ========================================================================== */

.cta_section {
    position: relative;
    padding: 200px 0 100px;
    z-index: 1;
}

.macbook {
    background-image: url(../images/bg/macbook.html);
    background-repeat: no-repeat;
    background-position: top center;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: -80px;
    position: absolute;
    z-index: -1;
}

.cta_content {
    padding-top: 140px;
}


/* ==========================================================================
   17.0 Project Section
   ========================================================================== */

.projects_section {
    position: relative;
}

.projects_section.padding {
    padding: 95px 0 0;
}

.project_wrapper {
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 991px) {
   .project_wrapper-mb {
    margin-bottom: 30px
  } 
}
@media (max-width: 767px) {
   .project_wrapper-mb {
    margin-bottom: 30px
  } 
}

.project_wrapper img {
    width: 100%;
}

.project_items .col-lg-4 {
    padding: 15px;
}

.project_wrapper .overlay {
    background-color: rgba(48, 48, 48, 0.59);
    cursor: crosshair;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
}

.project_wrapper .overlay .content {
    bottom: 38px;
    left: 38px;
    position: absolute;
}

.project_wrapper .overlay .content h3 {
    color: #fff;
    text-transform: uppercase;
}

.project_wrapper .overlay .content h6 {
    color: #fff;
    font-style: 12px;
    font-weight: 400;
}

.project_wrapper:hover .overlay {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}


/* Project Filter */

.project_filter {
    width: 100%;
}

.project_filter li {
    margin-right: 10px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    background-color: #f7f7f7;
    border: 2px dashed #ddd;
    padding: 10px 20px;
    border-radius: 2px;
    cursor: pointer;
}

.project_filter li.active {
    background-color: #37dba9;
    color: #fff;
    border: 2px dashed #37dba9;
}


/* ==========================================================================
   17.0 Process Section
   ========================================================================== */

.process_section.padding {
    padding: 85px 0;
}

.process_content {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 40px 15px 30px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.process_content:before {
    bottom: 60px;
    color: #f7f8fa;
    content: "\f104";
    font-family: "Flaticon";
    font-size: 120px;
    height: 1px;
    position: absolute;
    right: -15px;
}

.process_content.iconb-style2:before {
    bottom: 60px;
    color: #f7f8fa;
    content: "\f100";
    font-family: "Flaticon";
    font-size: 120px;
    height: 1px;
    position: absolute;
    right: -15px;
}

.process_content.iconb-style3:before {
    bottom: 60px;
    color: #f7f8fa;
    content: "\f101";
    font-family: "Flaticon";
    font-size: 120px;
    height: 1px;
    position: absolute;
    right: -15px;
}

.process_content i {
    color: #000;
    font-size: 120px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.process_content h4 {
    color: #303030;
    font-weight: 700;
    margin-top: 15px;
}

.process_content:hover {
    box-shadow: 0px 5px 7px 0px rgba(111, 111, 111, 0.09);
}

.process_content:hover i {
    color: #5775f7;
}

.tabprocess_section {
    padding: 85px 0 0;
}

.process-tab {
    margin-top: 30px;
}

.process-tab .nav.nav-tabs {
    border: none;
    margin-bottom: 75px;
}

.process-tab .nav.nav-tabs li {
    margin-right: -2px;
    width: 33.51%;
}

.process-tab .nav.nav-tabs li a {
    background-color: #fff;
    border: none;
    border-radius: 0;
    color: #303030;
    font-size: 18px;
    font-weight: 700;
    padding: 30px 15px 45px;
    text-align: center;
}
@media (max-width: 991px) {

        .process-tab .nav.nav-tabs li a {
            font-size: 14px;
            padding: 20px 10px 25px;
        } 
}
.process-tab .nav.nav-tabs li.active a,
.process-tab .nav.nav-tabs li a:hover,
.process-tab .nav.nav-tabs li a:active,
.process-tab .nav.nav-tabs li a:focus {
    background-color: #37dba9;
    color: #fff;
}

.process-tab .nav.nav-tabs li a i {
    color: #303030;
    display: list-item;
    font-size: 80px;
    font-weight: normal;
}
@media (max-width: 991px) {
    .process-tab .nav.nav-tabs li a i {
        font-size: 40px;
    }
}
.process-tab .nav.nav-tabs li.active a i,
.process-tab .nav.nav-tabs li a:hover i,
.process-tab .nav.nav-tabs li a:active i,
.process-tab .nav.nav-tabs li a:focus i {
    color: #fff;
}

.process-tab .nav.nav-tabs li.active a i {
    color: #fff;
}

.process-tab .tab-content h4 {
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.process-tab .tab-content h4:before {
    background-color: #37dba9;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}

.process-tab .tab-content h4:after {
    background-color: #37dba9;
    bottom: -14px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}

.process-tab .tab-content p {
    max-width: 550px;
}

.process-tab .tab-content .tab-pane {
    padding-bottom: 318px;
    position: relative;
}
@media (max-width: 991px) {  
    .process-tab .tab-content .tab-pane {
        padding-bottom: 80px;
    }  
}
.process-tab .tab-content .tab-pane img {
    position: absolute;
    right: 0;
    top: -30px;
}
@media (max-width: 1199px) {
    .process-tab .tab-content .tab-pane img {
        width: 35%;
    }
}
@media (max-width: 991px) {
    .process-tab .tab-content .tab-pane img {
        width: 23%;
    }
}
@media (max-width: 767px) {
    .process-tab .tab-content .tab-pane img {
        display: none;
    }
}
/*faq*/

.theme-accordion-s1,
.theme-accordion-s2 {
    margin-bottom: 0;
}

.theme-accordion-s1 .panel-default,
.theme-accordion-s2 .panel-default {
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.theme-accordion-s1 .panel-heading,
.theme-accordion-s2 .panel-heading {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

.theme-accordion-s1 .panel + .panel,
.theme-accordion-s2 .panel + .panel {
    margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a,
.theme-accordion-s2 .panel-heading a {
    background-color: #37dba9;
    font-size: 20px;
    color: #fff;
    display: block;
    padding: 18px 25px;
    position: relative;
}

@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading a,
    .theme-accordion-s2 .panel-heading a {
        font-size: 16px;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {
    .theme-accordion-s1 .panel-heading a,
    .theme-accordion-s2 .panel-heading a {
        padding: 12px 15px;
    }
}

.theme-accordion-s1 .panel-heading a:before,
.theme-accordion-s2 .panel-heading a:before {
    font-family: "themify";
    content: "\e64b";
    font-size: 15px;
    position: absolute;
    right: 25px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading a:before,
    .theme-accordion-s2 .panel-heading a:before {
        font-size: 18px;
        right: 20px;
    }
}

.theme-accordion-s1 .panel-heading a:focus,
.theme-accordion-s2 .panel-heading a:focus {
    text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed,
.theme-accordion-s2 .panel-heading .collapsed {
    background-color: #f1f1f1;
    color: #222a35;
}

.theme-accordion-s1 .panel-heading .collapsed:before,
.theme-accordion-s2 .panel-heading .collapsed:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body,
.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
    background-color: #fbfbfb;
    font-size: 18px;
    border: 0;
    padding: 40px 25px 15px;
}

@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body,
    .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
        padding: 20px 25px 10px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body,
    .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
        padding: 15px 15px 8px;
    }
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p,
.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body p {
    margin-bottom: 1.3em;
}


/* ==========================================================================
   18.0 Page Style Section
   ========================================================================== */


/*Page Header */

.page_header {
    background-image: url(../images/bg/page-header-background.html);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 420px;
    margin-top: 100px;
    position: relative;
    z-index: 1;
}

.page_header .page_content h2 {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    line-height: 64px;
    text-align: center;
    text-transform: uppercase;
}

.page_header .page_content {
    position: relative;
}


/*Breadcrumb */

.breadcrumb {
    background-color: transparent;
    margin: 0;
    text-align: center;
}

.breadcrumb li {}

.breadcrumb li a {
    font-weight: 700;
    text-transform: capitalize;
    color: #ddd;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb .active {
    color: #4e6ef7;
    text-transform: capitalize;
    font-weight: 700;
}


/*404 Not Found*/

.error-404-section .content {
    text-align: center;
}

.error-404-section .content h2 {
    font-size: 200px;
    color: #37dba9;
    line-height: 0.73em;
    margin: 0 0 0.4em;
}

@media (max-width: 991px) {
    .error-404-section .content h2 {
        font-size: 150px;
    }
}

@media (max-width: 767px) {
    .error-404-section .content h2 {
        font-size: 120px;
    }
}

.error-404-section .content h3 {
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 1.5em;
}

.error-404-section .content h3 span {
    color: #4e6ef7;
}

@media (max-width: 991px) {
    .error-404-section .content h3 {
        font-size: 25px;
        line-height: 1.3em;
    }
}

@media (max-width: 767px) {
    .error-404-section .content h3 {
        font-size: 20px
    }
}

.error-404-section .content p {
    font-size: 18px;
    margin: 0 0 2em;
}

@media (max-width: 991px) {
    .error-404-section .content p {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .error-404-section .content p {
        font-size: 15px;
    }
}


/* ==========================================================================
   19.0 CTA Section 2
   ========================================================================== */

.cta_section_2 {}

.cta_section_2 .cta_content {
    padding: 68px 0;
}

.cta_wrapper img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
}


/* ==========================================================================
   20.0 Contact Section
   ========================================================================== */

.contact_section .contact_info {
    padding-top: 0;
}

.contact_info span {
    text-transform: uppercase;
    font-weight: 700;
}

.contact_info {
    padding: 32px 0;
}

.contact_info i {
    color: #fff;
    background-color: #37dba9;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    border-radius: 2px;
}

.contact_info li {
    margin-bottom: 20px;
}

.contact_info h2 {
    color: #303030;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    border-bottom: 4px solid;
    display: inline-block;
    padding-bottom: 15px;
}

.contact_info p {
    line-height: 2.3;
}

.contact_form h2 {
    color: #303030;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    border-bottom: 4px solid;
    display: inline-block;
    padding-bottom: 15px;
}

.contact_form .form-control {
    background: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    color: #666;
    padding: 10px;
}

.contact_form textarea.form-control {
    height: auto;
}

.contact_form .form-control:hover,
.contact_form .form-control:focus {
    border-bottom: 1px solid #999;
    box-shadow: none;
}

#form-messages {
    display: none;
}

#form-messages.alert-danger,
#form-messages.alert-success {
    display: block;
}

.contact_form input::-webkit-input-placeholder,
.contact_form textarea::-webkit-input-placeholder {
    color: #888 !important;
}

.contact_form input:-moz-placeholder,
.contact_form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #888 !important;
}

.contact_form input::-moz-placeholder,
.contact_form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #888 !important;
}

.contact_form input:-ms-input-placeholder,
.contact_form textarea:-ms-input-placeholder {
    color: #888 !important;
}


/*Google Map*/

#google_map {
    width: 100%;
    height: 350px;
}


/*--------------------------------------------------------------
#4.1  contact-map-section
--------------------------------------------------------------*/

.contact-map-section {
    padding-top: 0;
}

.contact-map-section .contact-map {
    width: 100%;
    height: 450px;
}

@media (max-width: 767px) {
    .contact-map-section .contact-map {
        height: 350px;
    }
}

.contact-map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}


/* ==========================================================================
   14.0 Footer Section
   ========================================================================== */

.footer_section {
    background-color: #1f1f1f;
    padding: 45px 0 50px;
}

.footer_section .copyright {
    color: #fff;
    font-size: 12px;
    margin-top: 35px;
    text-align: center;
}

.footer_section .copyright span {
    color: #37dba9;
}

.footer_section .copyright span.text-color {
    color: #4e6ef7;
}


/* ==========================================================================
   15.0 Scroll To Top
   ========================================================================== */

#scroll-to-top {
    background-color: #37dba9;
    display: none;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    position: fixed;
    border-radius: 2px;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}

#scroll-to-top:hover {
    background-color: #1f293d;
    color: #fff;
}

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

.color-theme {
    color: #37dba9;
}

.color-theme2 {
    color: #4e6ef7;
}



@media (min-width: 500px) {
    body {
        font-size:18px !important;
    }
}


 body {
        font-size:19px !important;
    }