@charset 'UTF-8';


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1  Theme Reset Style
#0.2  Global Elements
#0.3  header
#0.4  hero-slider
#0.5  footer
#0.6  about-section
#0.7  services-section
#0.8  projects-section
#0.9  case-studies-section
#1.0  team-section
#1.1  testimonials-section
#1.2  contact-section
#1.3  news-section
#1.4  partners-section


--------------------------------------------------------------
  #home style 2
--------------------------------------------------------------
#2.0  why-choose-section
#2.1  why-choose-section
#2.2  case-studies-s2
#2.3  newsletter-section
#2.4  testimonials-section-s2


--------------------------------------------------------------
  #home style 3
--------------------------------------------------------------
#3.0  fun-fact-section
#3.1  services-section-s3
#3.2  why-choose-section-s2
#3.3  pricing-section
#3.4  testimonials-section-s3


--------------------------------------------------------------
  #about page
--------------------------------------------------------------
#4.1  about-features
#4.2  company-history
#4.3  fun-fact-s2-section
#4.4  about-pg-testimonials-section


--------------------------------------------------------------
  #team page
--------------------------------------------------------------
#5.1  all-team-members
#5.2  team-ceo-section


--------------------------------------------------------------
  #services page
--------------------------------------------------------------
#6.1  all-services-section


--------------------------------------------------------------
  #service single page
--------------------------------------------------------------
#7.1  service-single-content  


--------------------------------------------------------------
  #testimonials page
--------------------------------------------------------------
#8.1  all-testimonials-section


--------------------------------------------------------------
  #faq page
--------------------------------------------------------------
#9.1  faq-section


--------------------------------------------------------------
  #contact page
--------------------------------------------------------------
#10.1 contact-pg-contact-section
#10.2 contact-map-section


--------------------------------------------------------------
  #blog grid page
--------------------------------------------------------------
#11.1 blog-grid-section


--------------------------------------------------------------
  #Blog classic
--------------------------------------------------------------
#12.0 blog-calassic-main-content


--------------------------------------------------------------
  #Blog details
--------------------------------------------------------------
#13.0 blog-single-section


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


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

@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700|Crimson+Text:400,500,600,700');

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

html {
    font-size: 16px;
}
body {
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-size: .9375rem;
    overflow-x: hidden;
    background-color: #fff;

    -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}
p {
    line-height: 1.8em;
    color: #4a4a4a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Crimson Text', sans-serif;
    font-weight: bold;
}
ul {
    margin: 0;
    padding-left: 0;
}
a {
    -webkit-transition: all .2s;
       -moz-transition: all .2s;
        -ms-transition: all .2s;
         -o-transition: all .2s;
            transition: all .2s;
    text-decoration: none;
    color: #28334a;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.clear {
    clear: both;
}
.clearfix:after,
.clearfix:before {
    display: table;
    content: '';
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.l_align{
    float: left;
    margin: 0 10px 10px 0;
}
.r_align{
    float: right;
    margin: 0 0 10px 10px;
}
@media (max-width: 767px) {
    .l_align{
        float: none;
        display: block;
        margin: 0 0 26px 0;
    }
    .r_align{
        float: none;
        display: block;
        margin: 0 0 26px 0;
    }
}
/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/

.page-wrapper {
    position: relative;
    overflow: hidden;
}
.wow {
    visibility: hidden;
}
.fi:before {
    margin: 0;
}
.section-padding {
    padding: 75px 0;
}
@media (max-width: 991px) {
    .section-padding {
        padding: 55px 0;
    }
}
@media (max-width: 767px) {
    .section-padding {
        padding: 35px 0;
    }
}

/*** back to top **/

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

         -o-border-radius: 3px;
        -ms-border-radius: 3px;
}
@media (max-width: 991px) {
    .back-to-top {
        line-height: 35px;
        width: 35px;
        height: 35px;
    }
}
.back-to-top:hover {
    background-color: #28334a;
}
.back-to-top i {
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
}

/** for popup image ***/

.mfp-wrap {
    z-index: 99999;
    background-color: rgba(0, 0, 0, .9);
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    -webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
    opacity: 0;

    -webkit-backface-visibility: hidden;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/*** for fancybox video ***/

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

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

.contact-validation-active .error-handling-messages,
.contact-validation-active-s2 .error-handling-messages {
    float: none;
    clear: both;
    width: 100%;
    margin-top: 15px;
    padding: 0 25px;
}
.contact-validation-active label.error,
.contact-validation-active-s2 label.error {
    font-size: .875rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    color: red !important;
}
.contact-validation-active #loader,
.contact-validation-active-s2 #loader,
.contact-validation-active #loader-2,
.contact-validation-active-s2 #loader-2 {
    display: none;
    margin-top: 10px;
}
.contact-validation-active #success,
.contact-validation-active-s2 #success,
.contact-validation-active #success-2,
.contact-validation-active-s2 #success-2,
.contact-validation-active #error,
.contact-validation-active-s2 #error,
.contact-validation-active #error-2,
.contact-validation-active-s2 #error-2 {
    font-size: 16px;
    display: none;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
}
@media (max-width: 767px) {
    .contact-validation-active #success,
    .contact-validation-active-s2 #success,
    .contact-validation-active #success-2,
    .contact-validation-active-s2 #success-2,
    .contact-validation-active #error,
    .contact-validation-active-s2 #error,
    .contact-validation-active #error-2,
    .contact-validation-active-s2 #error-2 {
        font-size: 15px;
    }
}
.contact-validation-active #success,
.contact-validation-active-s2 #success,
.contact-validation-active #success-2,
.contact-validation-active-s2 #success-2 {
    margin-top: 30px;
    margin-bottom: 5px;
    border-left: 5px solid green;
    background-color: #009a00;
}
.contact-validation-active #error,
.contact-validation-active-s2 #error,
.contact-validation-active #error-2,
.contact-validation-active-s2 #error-2 {
    margin-top: 30px;
    border-left: 5px solid red;
    background-color: #ff1a1a;
}
.contact-validation-active #loader,
.contact-validation-active-s2 #loader {
    font-size: 8px;
    font-size: .5rem;
    text-align: center;
    color: #fff;
}
.contact-validation-active-s2 .error-handling-messages {
    padding: 0 15px;
}
.contact-validation-active-s2 #loader {
    color: #28334a;
}

/****************************
  section-title
*****************************/

.section-title,
.section-title-s4 {
    text-align: center;
}
.section-title {
    margin: 0 auto 50px;
}
.section-title h2,
.section-title-s4 h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2em;
    margin: 0 0 1em;
    padding: 0 90px;
    color: #fff;
}
@media (max-width: 1199px) {
    .section-title h2,
    .section-title-s4 h2 {
        padding: 0 40px;
    }
}
@media (max-width: 991px) {
    .section-title h2,
    .section-title-s4 h2 {
        font-size: 25px;
        font-size: 1.5625rem;
        padding: 0 40px;
    }
}
@media (max-width: 767px) {
    .section-title h2,
    .section-title-s4 h2 {
        font-size: 22px;
        font-size: 1.375rem;
        padding: 0;
    }
}
.section-title p,
.section-title-s4 p {
    margin: 0;
}
.section-title-s2 h2,
.section-title-s3 h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2em;
    margin: 0 0 .8em;
    color: #28334a;
}
@media (max-width: 991px) {
    .section-title-s2 h2,
    .section-title-s3 h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}
@media (max-width: 767px) {
    .section-title-s2 h2,
    .section-title-s3 h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}
.section-title-s3 {
    color: #fff;
}
.section-title-s4 h2 {
    margin: 0 0 .7em;
    color: #28334a;
}
.theme-btn {
    /*font-family: 'Crimson Text', sans-serif;*/
    /*  background: -webkit-linear-gradient(top, #28334a, #1d2736);
  background: -moz-linear-gradient(top, #28334a, #1d2736);
  background: -o-linear-gradient(top, #28334a, #1d2736);
  background: -ms-linear-gradient(top, #28334a, #1d2736);
  background: linear-gradient(top, #28334a, #1d2736);*/
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    display: inline-block;
    padding: 11px 30px;
    color: #fff;
    background: #e6a492;
}
@media (max-width: 991px) {
    .theme-btn {
        font-size: 14px;
        font-size: .875rem;
        padding: 11px 25px;
    }
}
@media (max-width: 767px) {
    .theme-btn {
        padding: 9px 22px;
    }
}
.theme-btn:hover {
    /*  background: -webkit-linear-gradient(top, #1d2736, #28334a);
  background: -moz-linear-gradient(top, #1d2736, #28334a);
  background: -o-linear-gradient(top, #1d2736, #28334a);
  background: -ms-linear-gradient(top, #1d2736, #28334a);
  background: linear-gradient(top, #1d2736, #28334a);*/
    color: #fff;
    background-color: #e6a492;
}
.form input,
.form textarea,
.form select {
    color: #595959;
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
    border-color: #28334a;
    -webkit-box-shadow: 0 0 5px 0 #384b68;
       -moz-box-shadow: 0 0 5px 0 #384b68;
            box-shadow: 0 0 5px 0 #384b68;

         -o-box-shadow: 0 0 5px 0 #384b68;
        -ms-box-shadow: 0 0 5px 0 #384b68;
}
.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;
    display: inline-block;
    cursor: pointer;
    background: url(../images/select-icon.png) no-repeat right center;

    -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
            appearance: none;
}
.form select::-ms-expand {
    /* for IE 11 */
    display: none;
}
.social-links {
    overflow: hidden;
}
.social-links li {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 1px;
}
.social-links li a {
    line-height: 35px;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    background-color: #384b68;
}
.social-links li a:hover {
    background-color: #28334a;
}

/******************************
  #blog grids
******************************/

.page-title {
    position: relative;
    display: none;
    width: 100%;
    height: 160px;
    text-align: center;
    background: rgba(38, 51, 71, .9);
    background: -webkit-linear-gradient(left, #fff, #97a7cc);
    background:    -moz-linear-gradient(left, #fff, #97a7cc);
    background:      -o-linear-gradient(left, #fff, #97a7cc);
    background:     -ms-linear-gradient(left, #fff, #97a7cc);
    background:         linear-gradient(left, #fff, #97a7cc);
}
@media (max-width: 767px) {
    .page-title {
        height: 130px;
    }
}
.page-title .container {
    display: table;
    height: 100%;
}
.page-title .container > .row {
    display: table-cell;
    vertical-align: middle;
}
.page-title h2,
.page-title ol {
    color: #fff;
}
.page-title h2 {
    font-size: 36px;
    font-size: 2.25rem;
    margin: .5em 0 .46em;
    color: #28334a;
}
@media (max-width: 991px) {
    .page-title h2 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}
@media (max-width: 767px) {
    .page-title h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}
.page-title .breadcrumb {
    padding: 0;
    background-color: transparent;
}
@media (max-width: 767px) {
    .page-title .breadcrumb {
        text-align: center;
    }
}
.page-title .breadcrumb li {
    font-size: 18px;
    font-size: 1.125rem;
    margin-right: 0;
    color: #7a8595;
}
@media (max-width: 991px) {
    .page-title .breadcrumb li {
        font-size: 15px;
        font-size: .9375rem;
    }
}
.page-title .breadcrumb li a {
    color: #28334a;
}
.page-title .breadcrumb li a:hover {
    color: #1d2736;
}
.page-title .breadcrumb > li + li:before {
    font-family: 'FontAwesome';
    margin-right: 5px;
    content: '\f105';
    color: #28334a;
}
.preloader {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: none;
}
.preloader div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.preloader div img {
    max-width: 80px;
    -webkit-animation: preloader-animation 1.3s linear infinite;
            animation: preloader-animation 1.3s linear infinite;
}
@-webkit-keyframes preloader-animation {
    form {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes preloader-animation {
    form {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/*************************
  services grids
*****************************/

.services-grids .grid {
    position: relative;
    overflow: hidden;
    margin-bottom: 45px;
    padding: 45px 45px 55px;
    text-align: center;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    box-shadow: 0 22px 40px 0 rgba(171, 171, 171, .19);
}
@media (max-width: 767px) {
    .services-grids .grid {
        padding: 35px 25px;
    }
}
.services-grids .grid .inner {
    position: relative;
}
.services-grids .grid .overlay {
    position: absolute;
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    opacity: 0;
    background: url('../images/service-grid-bg.jpg') center center/cover no-repeat local;
}
.services-grids .grid .overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(38, 51, 71, .9);
}
.services-grids .grid .fi:before {
    font-size: 45px;
    font-size: 2.8125rem;
}
@media (max-width: 991px) {
    .services-grids .grid .fi:before {
        font-size: 38px;
        font-size: 2.375rem;
    }
}
.services-grids .grid h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 5px 0 .5em;
}
@media (max-width: 991px) {
    .services-grids .grid h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
@media (max-width: 767px) {
    .services-grids .grid h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
.services-grids .grid p {
    font-size: 14px;
    font-size: .875rem;
    margin: 0;
}
.services-grids .grid .more {
    font-family: 'Crimson Text', sans-serif;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600;
    color: #28334a;
}
@media (max-width: 991px) {
    .services-grids .grid .more {
        font-size: 14px;
        font-size: .875rem;
    }
}
.services-grids .grid:hover .overlay {
    opacity: 1;
}
.services-grids .grid:hover h3,
.services-grids .grid:hover .fi:before,
.services-grids .grid:hover p,
.services-grids .grid:hover .more {
    color: #fff;
}

/****************************
  blog grids
****************************/

.blog-grids {
    overflow: hidden;
}
.blog-grids .grid .entry-body {
    padding: 18px 25px;
    border: 1px solid #e4e4e4;
}
@media (max-width: 767px) {
    .blog-grids .grid .entry-body {
        padding: 18px 20px;
    }
}
.blog-grids .grid .cat {
    font-family: 'Crimson Text', sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 10px;
    text-transform: uppercase;
    color: #fff;
    background-color: #28334a;
}
@media (max-width: 1199px) {
    .blog-grids .grid .cat {
        font-size: 11px;
        font-size: .6875rem;
    }
}
.blog-grids .entry-body h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 0 1.35em;
}
@media (max-width: 1199px) {
    .blog-grids .entry-body h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
@media (max-width: 767px) {
    .blog-grids .entry-body h3 {
        font-size: 15px;
        font-size: .9375rem;
    }
}
.blog-grids .entry-body h3 a {
    color: #28334a;
}
.blog-grids .entry-meta {
    padding-top: 14px;
    border-top: 1px solid #e1e2e3;
}
.blog-grids .entry-meta ul {
    overflow: hidden;
    list-style: none;
}
.blog-grids .entry-meta ul li {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    float: left;
    color: #9ca3ac;
}
@media (max-width: 767px) {
    .blog-grids .entry-meta ul li {
        font-size: 12px;
        font-size: .75rem;
    }
}
.blog-grids .entry-meta ul li a {
    color: #7a8595;
}
.blog-grids .entry-meta ul > li + li {
    margin-left: 18px;
}
@media (max-width: 1199px) {
    .blog-grids .entry-meta ul > li + li {
        margin-left: 12px;
    }
}
.blog-grids .entry-video {
    position: relative;
}
.blog-grids .entry-video .video-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 51, 71, .8);
}
.blog-grids .entry-video .video-holder a {
    line-height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    color: #28334a;
    border-radius: 50%;
    background-color: #fff;
}

/*********************************
  why choose grids
*********************************/

.why-choose-grids .grid {
    position: relative;
    overflow: hidden;
}
@media screen and (min-width: 992px) {
    .why-choose-grids .grid {
        height: 400px;
    }
}
.why-choose-grids .img-holder {
    position: relative;
}
@media screen and (min-width: 992px) {
    .why-choose-grids .img-holder:before {
        position: absolute;
        z-index: 10;
        top: 0;
        top: auto;
        bottom: 20px;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        -webkit-transition: all .3s;
           -moz-transition: all .3s;
            -ms-transition: all .3s;
             -o-transition: all .3s;
                transition: all .3s;
        opacity: 0;
        background-color: rgba(38, 51, 71, .6);
    }
}
.why-choose-grids .grid:hover .img-holder:before {
    opacity: 1;
}
.why-choose-grids .grid .details {
    position: relative;
    z-index: 20;
    padding: 45px 45px 50px;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 3px 13px rgba(0, 0, 0, .07);
}
@media screen and (min-width: 992px) {
    .why-choose-grids .grid .details {
        position: absolute;
        top: 225px;
        height: 185px;
    }
}
@media (max-width: 991px) {
    .why-choose-grids .grid .details {
        padding: 45px 25px 35px;
    }
}
@media screen and (min-width: 992px) {
    .why-choose-grids .grid:hover .details {
        top: 170px;
        height: 230px;
    }
}
.why-choose-grids .grid .icon {
    line-height: 75px;
    position: absolute;
    top: -37.5px;
    left: 50%;
    width: 75px;
    height: 75px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(171, 171, 171, .55);
}
@media (max-width: 767px) {
    .why-choose-grids .grid .icon {
        line-height: 65px;
        top: -32.5px;
        width: 65px;
        height: 65px;
    }
}
.why-choose-grids .grid .icon .fi:before {
    font-size: 45px;
    color: #28334a;
}
@media (max-width: 767px) {
    .why-choose-grids .grid .icon .fi:before {
        font-size: 35px;
    }
}
.why-choose-grids .grid .details h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: .42em 0 .68em;
    color: #28334a;
}
@media (max-width: 991px) {
    .why-choose-grids .grid .details h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
.why-choose-grids .grid .details .read-more {
    font-family: 'Crimson Text', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #28334a;
}
@media (max-width: 991px) {
    .why-choose-grids .grid .details .read-more {
        font-size: 14px;
        font-size: .875rem;
    }
}
.why-choose-grids .grid .details p {
    margin-bottom: 1.7em;
}
@media (max-width: 991px) {
    .why-choose-grids .grid .details p {
        margin-bottom: 1em;
    }
}


/*******************************
  pricing grids
********************************/

.pricing-grids .grid {
    background-color: #fff;
}
.pricing-grids .pricing-header {
    position: relative;
    padding: 50px 65px;
    text-align: center;
    background: url('../images/pricing/img-1.jpg') center center/cover no-repeat local;
}
@media (max-width: 767px) {
    .pricing-grids .pricing-header {
        padding: 40px 55px;
    }
}
.pricing-grids .pricing-header:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(38, 51, 71, .8);
}
.pricing-grids .price {
    font-size: 48px;
    font-size: 3rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin: 0;
    padding-left: 15px;
    color: #fff;
}
@media (max-width: 767px) {
    .pricing-grids .price {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}
.pricing-grids .price span {
    font-size: 25px;
    font-size: 1.5625rem;
    position: absolute;
    top: 8px;
    left: 0;
    color: #fff;
}
@media (max-width: 767px) {
    .pricing-grids .price span {
        font-size: 20px;
        font-size: 1.25rem;
        top: 3px;
    }
}
.pricing-grids .duration {
    font-family: 'Crimson Text', sans-serif;
    font-weight: 600;
    position: relative;
    margin: 0;
    color: #fff;
}
.pricing-grids .type {
    font-family: 'Crimson Text', sans-serif;
    font-weight: 600;
    line-height: 45px;
    position: absolute;
    bottom: -22.5px;
    left: 50%;
    width: 160px;
    height: 45px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #fff;
    background: #28334a;
    background: -webkit-linear-gradient(top, #1d2736, #28334a);
    background:    -moz-linear-gradient(top, #1d2736, #28334a);
    background:      -o-linear-gradient(top, #1d2736, #28334a);
    background:     -ms-linear-gradient(top, #1d2736, #28334a);
    background:         linear-gradient(top, #1d2736, #28334a);
}
@media (max-width: 767px) {
    .pricing-grids .type {
        line-height: 40px;
        bottom: -20px;
        width: 120px;
        height: 40px;
    }
}
.pricing-grids .popular-ribbon {
    position: absolute;
    top: 0;
    right: 0;
}
.pricing-grids .popular-ribbon img {
    width: auto;
}
.pricing-grids .pricing-body {
    padding: 50px 0;
    text-align: center;
}
@media (max-width: 767px) {
    .pricing-grids .pricing-body {
        padding: 50px 0 40px;
    }
}
.pricing-grids .pricing-body ul {
    margin-bottom: 40px;
    list-style: none;
}
.pricing-grids .pricing-body ul li {
    font-size: 14px;
    font-size: .875rem;
    color: #7a8595;
}
.pricing-grids .pricing-body ul li {
    padding: 15px 0;
    border-bottom: 1px solid #e8eef1;
}
@media (max-width: 767px) {
    .pricing-grids .pricing-body ul li {
        padding: 10px 0;
    }
}
.pricing-grids .pricing-body ul > li:first-child {
    border-top: 1px solid #e8eef1;
}
.pricing-grids .pricing-body .sign-up {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500px;
    line-height: 40px;
    display: inline-block;
    width: 160px;
    height: 40px;
    text-transform: uppercase;
    color: #28334a;
    background-color: #e8eef1;
}
@media (max-width: 767px) {
    .pricing-grids .pricing-body .sign-up {
        font-size: 14px;
        font-size: .875rem;
        line-height: 38px;
        width: 110px;
        height: 38px;
    }
}

/******************************
  #blog grids
******************************/

.page-title {
    position: relative;
    width: 100%;
    height: 160px;
    text-align: center;
    background: rgba(38, 51, 71, .9);
    background: -webkit-linear-gradient(left, #fff, #eee);
    background:    -moz-linear-gradient(left, #fff, #eee);
    background:      -o-linear-gradient(left, #fff, #eee);
    background:     -ms-linear-gradient(left, #fff, #eee);
    background:         linear-gradient(left, #fff, #eee);
}
@media (max-width: 767px) {
    .page-title {
        height: 130px;
    }
}
.page-title .container {
    display: table;
    height: 100%;
}
.page-title .container > .row {
    display: table-cell;
    vertical-align: middle;
}
.page-title h2,
.page-title ol {
    color: #fff;
}
.page-title h2 {
    font-size: 36px;
    font-size: 2.25rem;
    margin: .5em 0 .46em;
    color: #28334a;
}
@media (max-width: 991px) {
    .page-title h2 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}
@media (max-width: 767px) {
    .page-title h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}
.page-title .breadcrumb {
    padding: 0;
    background-color: transparent;
}
@media (max-width: 767px) {
    .page-title .breadcrumb {
        text-align: center;
    }
}
.page-title .breadcrumb li {
    font-size: 18px;
    font-size: 1.125rem;
    margin-right: 0;
    color: #7a8595;
}
@media (max-width: 991px) {
    .page-title .breadcrumb li {
        font-size: 15px;
        font-size: .9375rem;
    }
}
.page-title .breadcrumb li a {
    color: #28334a;
}
.page-title .breadcrumb li a:hover {
    color: #1d2736;
}
.page-title .breadcrumb > li + li:before {
    font-family: 'FontAwesome';
    margin-right: 5px;
    content: '\f105';
    color: #28334a;
}

/************************************
  Service sidebar
**********************************/

.service-sidebar {
    /*** link wiget ***/
    /*** google map widget ***/
    /*** contact widget ***/
    /*** brochures-widget ***/
    /*** case-link-widget ***/
    /*** newsletter widget ***/
}
@media screen and (min-width: 992px) {
    .service-sidebar {
        padding-right: 50px;
    }
}
@media (max-width: 991px) {
    .service-sidebar {
        max-width: 300px;
        margin-top: 60px;
    }
}
.service-sidebar ul {
    list-style: none;
}
.service-sidebar h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 .46em;
    color: #28334a;
}
@media (max-width: 991px) {
    .service-sidebar h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
.service-sidebar > .widget + .widget {
    margin-top: 55px;
}
.service-sidebar .link-widget li {
    font-family: 'Crimson Text', sans-serif;
    position: relative;
    border: 1px solid #d8d8d8;
}
.service-sidebar .link-widget li:after {
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 25px;
    content: '\f105';
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #86909e;
}
.service-sidebar .link-widget ul > li + li {
    margin-top: 8px;
}
.service-sidebar .link-widget a {
    display: block;
    padding: 11px 25px;
    color: #86909e;
}
@media (max-width: 1199px) {
    .service-sidebar .link-widget a {
        font-size: 14px;
        font-size: .875rem;
    }
}
@media (max-width: 767px) {
    .service-sidebar .link-widget a {
        padding: 10px 20px;
    }
}
.service-sidebar .link-widget li:hover,
.service-sidebar .link-widget li.active {
    background: -webkit-linear-gradient(top, #28334a, #1d2736);
    background:    -moz-linear-gradient(top, #28334a, #1d2736);
    background:      -o-linear-gradient(top, #28334a, #1d2736);
    background:     -ms-linear-gradient(top, #28334a, #1d2736);
    background:         linear-gradient(top, #28334a, #1d2736);
    background-color: #28334a;
}
.service-sidebar .link-widget li:hover a,
.service-sidebar .link-widget li.active a {
    color: #fff;
}
.service-sidebar .link-widget li:hover:after,
.service-sidebar .link-widget li.active:after {
    color: #fff;
}
.service-sidebar .google-map-widget {
    display: none;
    width: 100%;
}
.service-sidebar .google-map-widget > div {
    height: 200px;
}
.service-sidebar .google-map-widget iframe {
    width: 100%;
    height: 100%;
}
.service-sidebar .contact-widget ul li {
    font-family: 'Crimson Text', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6em;
    position: relative;
    padding-left: 31px;
    color: #86909e;
}
.service-sidebar .contact-widget ul li a{
    color: #86909e;
}
.service-sidebar .contact-widget ul > li + li {
    margin-top: 11px;
}
.service-sidebar .contact-widget ul li i {
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    top: 4px;
    left: 0;
    color: #28334a;
}
.service-sidebar .brochures-widget p {
    margin-bottom: 2em;
}
@media screen and (min-width: 1200px) {
    .service-sidebar .brochures-widget p {
        padding-right: 45px;
    }
}
.service-sidebar .brochures-widget .btns a {
    font-family: 'Crimson Text', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
    padding: 10px 32px;
    color: #28334a;
    border: 2px solid #28334a;
    border-radius: 5px;
}
@media (max-width: 1199px) {
    .service-sidebar .brochures-widget .btns a {
        font-size: 14px;
        font-size: .875rem;
    }
}
@media (max-width: 767px) {
    .service-sidebar .brochures-widget .btns a {
        padding: 10px 20px;
    }
}
.service-sidebar .brochures-widget .btns i {
    display: inline-block;
    padding-right: 5px;
}
.service-sidebar .brochures-widget .btns a:last-child {
    margin-bottom: 0;
}
.service-sidebar .brochures-widget .btns a:hover {
    color: #fff;
    background: -webkit-linear-gradient(top, #1d2736, #28334a);
    background:    -moz-linear-gradient(top, #1d2736, #28334a);
    background:      -o-linear-gradient(top, #1d2736, #28334a);
    background:     -ms-linear-gradient(top, #1d2736, #28334a);
    background:         linear-gradient(top, #1d2736, #28334a);
    background-color: #28334a;
}
.service-sidebar .brochures-widget .btns a:hover i {
    color: #fff;
}
.service-sidebar .case-link-widget ul > li + li {
    margin-top: 5px;
}
.service-sidebar .case-link-widget li a {
    font-family: 'Crimson Text', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
    padding: 15px 20px;
    color: #28334a;
    border-radius: 5px;
    background-color: #f2f2f2;
}
@media (max-width: 1199px) {
    .service-sidebar .case-link-widget li a {
        font-size: 15px;
        font-size: .9375rem;
    }
}
@media (max-width: 991px) {
    .service-sidebar .case-link-widget li a {
        font-size: 14px;
        font-size: .875rem;
    }
}
.service-sidebar .case-link-widget li.current a,
.service-sidebar .case-link-widget a:hover {
    color: red;
    background-color: #fff;
}
.service-sidebar .newsletter-widget {
    position: relative;
    padding: 35px 25px;
    background-color: #f2f2f2;
}
.service-sidebar .newsletter-widget:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 113px;
    height: 106px;
    content: '';
    background: url('../images/newsletter-env.png') center center/100% no-repeat local;
}
@media (max-width: 991px) {
    .service-sidebar .newsletter-widget:before {
        width: 80px;
        height: 75px;
    }
}
.service-sidebar .newsletter-widget form ::-webkit-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #a6a6a6;
}
.service-sidebar .newsletter-widget form :-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #a6a6a6;
}
.service-sidebar .newsletter-widget form ::-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #a6a6a6;
}
.service-sidebar .newsletter-widget form :-ms-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #a6a6a6;
}
.service-sidebar .newsletter-widget h3 {
    line-height: 1.2em;
    margin: 0 0 2.7em;
}
@media (max-width: 767px) {
    .service-sidebar .newsletter-widget h3 {
        margin: 0 0 2em;
    }
}
.service-sidebar .newsletter-widget input {
    font-size: 1rem;
    height: 45px;
    padding: 0 15px;
    border: 0;
    border: 1px solid red;
    border-radius: 10px;
    box-shadow: none;
}
@media (max-width: 767px) {
    .service-sidebar .newsletter-widget input {
        height: 40px;
    }
}
.service-sidebar .newsletter-widget button {
    font-size: 1rem;
    line-height: 45px;
    width: 100%;
    height: 45px;
    margin-top: 10px;
    padding: 0;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    color: #fff;
    border: 0;
    border-radius: 10px;
    background-color: #28334a;
}
@media (max-width: 991px) {
    .service-sidebar .newsletter-widget button {
        line-height: 40px;
        height: 40px;
    }
}
.service-sidebar .newsletter-widget button:hover {
    background: -webkit-linear-gradient(top, #28334a, #1d2736);
    background:    -moz-linear-gradient(top, #28334a, #1d2736);
    background:      -o-linear-gradient(top, #28334a, #1d2736);
    background:     -ms-linear-gradient(top, #28334a, #1d2736);
    background:         linear-gradient(top, #28334a, #1d2736);
    background-color: #28334a;
}
.theme-accordion-s1 {
    margin-bottom: 0;
}
.theme-accordion-s1 .panel-default {
    border: 1px solid #dee0e1;
    border-radius: 0;
    background: transparent;
}
.theme-accordion-s1 .panel-group .panel + .panel {
    margin-top: 8px;
}
.theme-accordion-s1 .panel-heading {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}
.theme-accordion-s1 .panel-heading a {
    font-family: 'Crimson Text', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    position: relative;
    display: block;
    padding: 15px 25px;
    color: #fff;
    background-color: #28334a;
}
@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading a {
        font-size: 14px;
        font-size: .875rem;
        padding: 12px 20px;
    }
}
@media (max-width: 767px) {
    .theme-accordion-s1 .panel-heading a {
        padding: 12px 15px;
    }
}
.theme-accordion-s1 .panel-heading a:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    font-size: 1.25rem;
    position: absolute;
    right: 25px;
    content: '\f107';
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading a:before {
        font-size: 18px;
        font-size: 1.125rem;
        right: 20px;
    }
}
@media (max-width: 550px) {
    .theme-accordion-s1 .panel-heading a:before {
        display: none;
    }
}
.theme-accordion-s1 .panel-heading a:hover,
.theme-accordion-s1 .panel-heading a:focus {
    text-decoration: none;
}
.theme-accordion-s1 .panel-heading .collapsed {
    color: #28334a;
    background-color: #fff;
}
.theme-accordion-s1 .panel-heading .collapsed:before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 24px 33px 12px;
    border: 0;
    background: rgba(255, 255, 255, .9);
}
@media (max-width: 1800px) {
    .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
        background-color: #fff;
    }
}
@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
        padding: 20px 20px 10px;
    }
}
@media (max-width: 767px) {
    .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
        padding: 15px 15px 8px;
    }
}

/**** pagination ****/

.pagination-wrapper {
    margin-top: 45px;
    text-align: center;
}
@media (max-width: 991px) {
    .pagination-wrapper {
        margin-top: 35px;
        text-align: left;
    }
}
@media (max-width: 767px) {
    .pagination-wrapper {
        margin-top: 25px;
    }
}
.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 {
    font-family: 'Crimson Text', sans-serif;
    font-weight: 500;
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #b1b8c1;
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    color: #fff;
    background: #28334a;
    background: -webkit-linear-gradient(top, #28334a, #1d2736);
    background:    -moz-linear-gradient(top, #28334a, #1d2736);
    background:      -o-linear-gradient(top, #28334a, #1d2736);
    background:     -ms-linear-gradient(top, #28334a, #1d2736);
    background:         linear-gradient(top, #28334a, #1d2736);
}
.pagination-wrapper-left {
    margin-top: 70px;
    text-align: left;
}
@media (max-width: 991px) {
    .pagination-wrapper-left {
        margin-top: 45px;
    }
}

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

.blog-sidebar {
    max-width: 300px;
    margin-left: auto;
    /*** search-widget ***/
    /*** categories-widget ***/
    /*** recent-post-widget ***/
    /*** recont comments ***/
    /*** tagcloud-widget ***/
    /*** news-letter-widget ***/
    /*** instagram-wiget ***/
}
@media (max-width: 991px) {
    .blog-sidebar {
        max-width: 300px;
        margin-top: 80px;
        margin-left: 0;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .blog-sidebar {
        margin-top: 70px;
    }
}
.blog-sidebar ul {
    list-style: none;
}
.blog-sidebar > .widget + .widget {
    margin-top: 35px;
}
.blog-sidebar .widget:not(.search-widget) {
    padding: 44px 30px;
    border: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
    .blog-sidebar .widget:not(.search-widget) {
        padding: 35px 20px;
    }
}
.blog-sidebar .widget > h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    position: relative;
    margin: 0 0 1.3em;
    text-transform: uppercase;
    color: #28334a;
}
@media (max-width: 991px) {
    .blog-sidebar .widget > h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
.blog-sidebar .search-widget div,
.blog-sidebar .news-letter-widget div {
    position: relative;
}
.blog-sidebar .search-widget input,
.blog-sidebar .news-letter-widget input {
    height: 40px;
    padding: 6px 80px 6px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
}
.blog-sidebar .search-widget button,
.blog-sidebar .news-letter-widget button {
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 40px;
    color: #fff;
    border: 0;
    outline: 0;
    background-color: #28334a;
}
.blog-sidebar .search-widget button:hover,
.blog-sidebar .news-letter-widget button:hover {
    background-color: #141b26;
}
.blog-sidebar .categories-widget ul > li + li {
    border-top: 1px solid #e1e1e1;
}
.blog-sidebar .categories-widget ul a {
    position: relative;
    display: block;
    padding: 9px 0;
    color: #5d5c5c;
}
.blog-sidebar .categories-widget ul a:hover {
    color: #000;
}
.blog-sidebar .categories-widget ul a span {
    position: absolute;
    right: 0;
}
.blog-sidebar .categories-widget ul a span:before {
    position: relative;
    top: 1px;
    content: '(';
}
.blog-sidebar .categories-widget ul a span:after {
    position: relative;
    top: 1px;
    content: ')';
}
.blog-sidebar .recent-post-widget .post {
    overflow: hidden;
}
.blog-sidebar .recent-post-widget > .post + .post {
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
}
.blog-sidebar .recent-post-widget .entry-media {
    float: left;
    width: 75px;
    margin-bottom: 20px;
}
.blog-sidebar .recent-post-widget .entry-details {
    float: left;
    width: calc(100% - 75px);
    padding-left: 15px;
}
.blog-sidebar .recent-post-widget .entry-details h4 {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0 0 .3em;
}
@media (max-width: 767px) {
    .blog-sidebar .recent-post-widget .entry-details h4 {
        font-size: 14px;
        font-size: .875rem;
    }
}
.blog-sidebar .recent-post-widget .entry-details h4 a {
    color: #28334a;
}
.blog-sidebar .recent-post-widget .entry-details h4 a:hover {
    color: #1d2736;
}
.blog-sidebar .recent-post-widget .date {
    font-size: 14px;
    font-size: .875rem;
    color: #bebfc0;
}
.blog-sidebar .recent-comments ul > li + li {
    margin-top: 22px;
}
.blog-sidebar .recent-comments ul li {
    line-height: 1.6em;
    padding-bottom: 10px;
    color: #3f4e65;
    border-bottom: 1px solid #eff1f3;
}
.blog-sidebar .recent-comments .post-by {
    font-weight: normal;
}
.blog-sidebar .recent-comments a {
    font-weight: 600;
    color: #28334a;
}
.blog-sidebar .recent-comments a:hover {
    color: #1d2736;
}
.blog-sidebar .tagcloud-widget > div {
    margin: 0 -5px;
}
.blog-sidebar .tagcloud-widget a {
    font-size: 14px;
    font-size: .875rem;
    display: inline-block;
    margin: 5px 3px;
    padding: 7px 10px;
    color: #696e71;
    border: 1px solid #f2f2f2;
    background-color: #f8f8fa;
}
.blog-sidebar .tagcloud-widget a:hover {
    color: #fff;
    background-color: #28334a;
}
.blog-sidebar .news-letter-widget input {
    background-color: #f8f8fa;
    box-shadow: none;
}
.blog-sidebar .instagram-wiget ul {
    overflow: hidden;
    margin: 0 -10px;
}
.blog-sidebar .instagram-wiget ul li {
    float: left;
    width: calc(33.33% - 20px);
    margin: 0 10px 20px;
}

/*--------------------------------------------------------------
#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 .navigation {
    margin-bottom: 0;
    border: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background-color: #fff;

         -o-border-radius: 0;
        -ms-border-radius: 0;
}
.site-header .navigation > .container {
    position: relative;
}
.site-header #navbar {
    /*** mega-menu style ***/
    padding-right: 0;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}
.site-header #navbar ul {
    /*font-family: "Crimson Text", sans-serif;*/
    list-style: none;
}
.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
    text-decoration: underline;
    color: #28334a;
}
@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: 15px;
        font-size: .9375rem;
    }
    .site-header #navbar > ul .sub-menu {
        position: absolute;
        z-index: 10;
        top: 130%;
        left: 0;
        visibility: hidden;
        width: 220px;
        -webkit-transition: all .3s;
           -moz-transition: all .3s;
            -ms-transition: all .3s;
             -o-transition: all .3s;
                transition: all .3s;
        opacity: 0;
        border-top: 2px solid #212b3d;
        background-color: #212b3d;
    }
    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #fff38;
    }
    .site-header #navbar > ul > li .sub-menu a {
        font-size: 14px;
        font-size: .875rem;
        display: block;
        padding: 10px 18px;
        color: #fff;
    }
    .site-header #navbar > ul > li > .sub-menu .sub-menu {
        top: 0;
        left: 110%;
    }
    .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: 'FontAwesome';
        font-size: 15px;
        font-size: .9375rem;
        position: absolute;
        top: 50%;
        right: 15px;
        content: '\f105';
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-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 {
        font-size: 14px;
        font-size: .875rem;
        display: block;
    }
    .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: 'FontAwesome';
        font-size: 15px;
        font-size: .9375rem;
        position: absolute;
        top: 50%;
        right: 15px;
        content: '\f107';
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-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 {
        position: absolute;
        z-index: 10;
        top: 120%;
        right: 0;
        visibility: hidden;
        padding: 20px;
        -webkit-transition: all .3s;
           -moz-transition: all .3s;
            -ms-transition: all .3s;
             -o-transition: all .3s;
                transition: all .3s;
        opacity: 0;
        border-top: 2px solid #28334a;
        background-color: #fff;
    }
    .site-header #navbar .mega-menu {
        right: 15px;
        width: 1140px;
    }
    .site-header #navbar .half-mega-menu {
        width: 585px;
    }
    .site-header #navbar .mega-menu-box-title {
        font-size: 14px;
        font-size: .875rem;
        font-weight: bold;
        display: block;
        margin-bottom: 7px;
        padding-bottom: 7px;
        text-transform: uppercase;
        border-bottom: 1px solid #e6e6e6;
    }
    .site-header #navbar .mega-menu-list-holder li a {
        font-size: 14px;
        font-size: .875rem;
        display: block;
        margin-left: -8px;
        padding: 7px 8px;
    }
    .site-header #navbar .has-mega-menu:hover > ul {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
}
@media (max-width: 1199px) {
    .site-header #navbar > ul .mega-menu {
        right: 15px;
        width: 950px;
    }
    .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;
        font-size: .875rem;
        display: block;
        margin: 0 25px 8px 25px;
        padding: 0 0 4px 5px;
        text-transform: uppercase;
        border-bottom: 1px dotted #b3b3b3;
    }
}
@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 {
        position: absolute;
        z-index: 20;
        top: 6px;
        right: 15px;
        width: 40px;
        height: 35px;
        padding: 5px 10px;
        border: 0;
        outline: 0;
        background-color: #28334a;

         -o-border-radius: 3px;
        -ms-border-radius: 3px;
    }
    .site-header .navbar-header button span {
        display: block;
        height: 2px;
        margin-bottom: 5px;
        background-color: #fff;
    }
    .site-header .navbar-header button span:last-child {
        margin: 0;
    }
    .site-header #navbar {
        position: fixed;
        z-index: 100;
        top: 0;
        right: -300px;
        display: block !important;
        width: 280px;
        height: 100% !important;
        margin: 0;
        padding: 0;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        background: #fff;
    }
    .site-header #navbar ul a {
        color: #000;
    }
    .site-header #navbar ul a:hover,
    .site-header #navbar ul li.current a {
        color: #28334a;
    }
    .site-header #navbar .navbar-nav {
        overflow: auto;
        height: 100%;
    }
    .site-header #navbar .close-navbar {
        position: absolute;
        z-index: 20;
        top: 10px;
        left: -18px;
        width: 35px;
        height: 35px;
        color: #fff;
        border: 0;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        outline: none;
        background-color: #e6a492;

             -o-border-radius: 50%;
            -ms-border-radius: 50%;
    }
    .site-header #navbar > ul > li {
        border-bottom: 1px solid #ccc;
    }
    .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-3 {
    /*** topbar ***/
    /*** navigation ***/
}
.header-style-1 .navigation,
.header-style-3 .navigation {
    z-index: 100;
    box-shadow: 0 5px 7px rgba(0, 0, 0, .05);
}
.header-style-1 .topbar ul,
.header-style-3 .topbar ul {
    list-style: none;
}
.header-style-1 .topbar,
.header-style-3 .topbar {
    /*  background: -webkit-linear-gradient(top, #28334a, #18202c);
  background: -moz-linear-gradient(top, #28334a, #18202c);
  background: -o-linear-gradient(top, #28334a, #18202c);
  background: -ms-linear-gradient(top, #28334a, #18202c);
  background: linear-gradient(top, #28334a, #18202c);*/
    padding: 13px 0 4px;
    background: #28334a;
}
.header-style-1 .topbar a {
    text-decoration: none;
    color: #fff;
}
@media (max-width: 767px) {
    .header-style-1 .topbar,
    .header-style-3 .topbar {
        padding: 20px 0 10px;
    }
}
.header-style-1 .topbar .lang,
.header-style-3 .topbar .lang {
    font-size: 14px;
    position: relative;
    display: none;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .header-style-1 .topbar .lang,
    .header-style-3 .topbar .lang {
        max-width: 100px;
        margin: 0 auto;
        text-align: center;
    }
}
.header-style-1 .topbar .lang ul,
.header-style-3 .topbar .lang ul {
    position: absolute;
    z-index: 101;
    top: 100%;
    visibility: hidden;
    width: 100px;
    padding: 15px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    opacity: 0;
    background: #28334a;
}
.header-style-1 .topbar .lang ul > li + li,
.header-style-3 .topbar .lang ul > li + li {
    margin-top: 3px;
}
.header-style-1 .topbar .lang a,
.header-style-3 .topbar .lang a {
    color: #fff;
}
.header-style-1 .topbar .lang img,
.header-style-3 .topbar .lang img {
    display: inline-block;
    padding-right: 4px;
}
.header-style-1 .topbar .lang:hover ul,
.header-style-3 .topbar .lang:hover ul {
    visibility: visible;
    opacity: 1;
}
.header-style-1 .topbar .contact-social,
.header-style-3 .topbar .contact-social {
    float: right;
    overflow: hidden;
}
@media (max-width: 767px) {
    .header-style-1 .topbar .contact-social,
    .header-style-3 .topbar .contact-social {
        display: none;
        float: none;
        text-align: center;
    }
}
.header-style-1 .topbar .contact-social > div,
.header-style-3 .topbar .contact-social > div {
    float: left;
}
@media (max-width: 767px) {
    .header-style-1 .topbar .contact-social > div,
    .header-style-3 .topbar .contact-social > div {
        float: none;
    }
}
.header-style-1 .topbar .contact-info ul,
.header-style-3 .topbar .contact-info ul {
    position: relative;
    top: -8px;
    overflow: hidden;
    margin-right: 40px;
}
@media (max-width: 767px) {
    .header-style-1 .topbar .contact-info ul,
    .header-style-3 .topbar .contact-info ul {
        margin: 15px 0;
        text-align: center;
    }
}
.header-style-1 .topbar .contact-info ul li,
.header-style-3 .topbar .contact-info ul li {
    font-size: 14px;
    float: left;
    color: #fff;
}
@media (max-width: 767px) {
    .header-style-1 .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-3 .topbar .contact-info ul > li + li {
    margin-left: 45px;
}
@media (max-width: 767px) {
    .header-style-1 .topbar .contact-info ul > li + li,
    .header-style-3 .topbar .contact-info ul > li + li {
        margin-left: 0;
    }
}
.header-style-1 .topbar .contact-info ul li i,
.header-style-3 .topbar .contact-info ul li i {
    position: relative;
    top: 3px;
    display: inline-block;
    padding-right: 5px;
    color: #fff;
}
@media (max-width: 767px) {
    .header-style-1 .social,
    .header-style-3 .social {
        text-align: center;
    }
}
.header-style-1 .social ul,
.header-style-3 .social ul {
    overflow: hidden;
}
@media (max-width: 767px) {
    .header-style-1 .social ul,
    .header-style-3 .social ul {
        display: inline-block;
    }
}
.header-style-1 .social ul li,
.header-style-3 .social ul li {
    float: left;
}
.header-style-1 .social ul > li + li,
.header-style-3 .social ul > li + li {
    margin-left: 15px;
}
.header-style-1 .social ul li a,
.header-style-3 .social ul li a {
    font-size: 14px;
    font-size: .875rem;
    color: #fff;
}
.header-style-1 .navbar-brand,
.header-style-3 .navbar-brand {
    height: auto;
}
@media screen and (min-width: 992px) {
    .header-style-1 .navbar-brand,
    .header-style-3 .navbar-brand {
        margin-top: 6px;
    }
}
@media (max-width: 450px) {
    .header-style-1 .navbar-brand img,
    .header-style-3 .navbar-brand img {
        max-width: 90%;
    }
}
@media screen and (min-width: 992px) {
    .header-style-1 #navbar,
    .header-style-3 #navbar {
        margin-left: 20px;
    }
    .header-style-1 #navbar > ul > li > a,
    .header-style-3 #navbar > ul > li > a {
        padding: 35px 18px;
        color: #565656;
    }
    .header-style-1 #navbar > ul > li:last-child > a {
        padding: 35px 0 35px 18px;
    }
}
@media screen and (min-width: 1200px) {
    .header-style-1 #navbar,
    .header-style-3 #navbar {
        margin-left: 100px;
    }
    .header-style-1 #navbar > ul > li > a,
    .header-style-3 #navbar > ul > li > a {
        padding: 35px 18px;
        color: #565656;
    }
    .header-style-1 #navbar > ul > li:last-child > a {
        padding: 35px 0 35px 18px;
    }
}
.header-style-1 .navbar-header button,
.header-style-3 .navbar-header button {
    top: 22px;
}

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

.header-style-2 {
    position: relative;
    z-index: 100;
    /*** navigation ****/
    /*** cart-search ***/
}
.header-style-2 .topbar {
    padding: 25px 0 20px;
    background-color: #28334a;
}
.header-style-2 .topbar ul {
    list-style: none;
}
.header-style-2 .topbar li,
.header-style-2 .topbar a {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
}
.site-logo {
    margin-top: 3px;
}
@media (max-width: 767px) {
    .header-style-2 .topbar .site-logo {
        margin-bottom: 25px;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .header-style-2 .contact-social-lang-wrapper {
        text-align: center;
    }
}
.header-style-2 .contact-social-lang {
    float: right;
}
@media (max-width: 767px) {
    .header-style-2 .contact-social-lang {
        display: inline-block;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
}
.header-style-2 .contact-social-lang .contact-info,
.header-style-2 .contact-social-lang .social-lang {
    float: left;
}
@media (max-width: 767px) {
    .header-style-2 .contact-social-lang .contact-info,
    .header-style-2 .contact-social-lang .social-lang {
        float: none;
    }
}
.header-style-2 .contact-social-lang .contact-info {
    position: relative;
    top: -7px;
    margin-right: 40px;
    padding-right: 40px;
}
@media (max-width: 767px) {
    .header-style-2 .contact-social-lang .contact-info {
        margin-right: 0;
        padding-right: 0;
    }
}
.header-style-2 .contact-social-lang .contact-info:after {
    position: absolute;
    top: 7px;
    right: 0;
    width: 1px;
    height: 100%;
    content: '';
    background: #47516b;
    background: -webkit-linear-gradient(top, #112555, #47516b, #112555);
    background:    -moz-linear-gradient(top, #112555, #47516b, #112555);
    background:      -o-linear-gradient(top, #112555, #47516b, #112555);
    background:     -ms-linear-gradient(top, #112555, #47516b, #112555);
    background:         linear-gradient(top, #112555, #47516b, #112555);
}
@media (max-width: 767px) {
    .header-style-2 .contact-social-lang .contact-info:after {
        display: none;
    }
}
.header-style-2 .contact-social-lang .contact-info > ul > li + li {
    margin-top: 5px;
}
.header-style-2 .contact-social-lang .contact-info i {
    position: relative;
    top: 3px;
    display: inline-block;
    padding-right: 4px;
    color: #fff;
}
.header-style-2 .topbar .lang {
    font-size: 14px;
    position: relative;
    display: none;
    margin-top: 10px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .header-style-2 .topbar .lang {
        max-width: 100px;
        margin: 0 auto;
        text-align: center;
    }
}
.header-style-2 .topbar .lang ul {
    position: absolute;
    z-index: 101;
    top: 100%;
    visibility: hidden;
    width: 100px;
    padding: 15px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    opacity: 0;
    background: #28334a;
}
.header-style-2 .topbar .lang ul > li + li {
    margin-top: 3px;
}
.header-style-2 .topbar .lang a {
    color: #fff;
}
.header-style-2 .topbar .lang img {
    display: inline-block;
    padding-right: 4px;
}
.header-style-2 .topbar .lang:hover ul {
    visibility: visible;
    opacity: 1;
}
@media (max-width: 767px) {
    .header-style-2 .social {
        text-align: center;
    }
}
.header-style-2 .social ul {
    overflow: hidden;
}
@media (max-width: 767px) {
    .header-style-2 .social ul {
        display: inline-block;
    }
}
.header-style-2 .social ul li {
    float: left;
}
.header-style-2 .social ul > li + li {
    margin-left: 15px;
}
.header-style-2 .social ul li a {
    font-size: 14px;
    font-size: .875rem;
    color: #fff;
}
@media screen and (min-width: 992px) {
    .header-style-2 .navigation {
        background-color: rgba(255, 255, 255, .7);
    }
    .header-style-2 #navbar,
    .header-style-2 #navbar > ul > li:first-child > a {
        padding-left: 0;
    }
    .header-style-2 #navbar > ul > li > a {
        font-size: 16px;
        font-size: 1rem;
        padding: 27px 15px;
        color: #565656;
    }
}
@media (max-width: 991px) {
    .header-style-2 .navigation {
        min-height: 75px;
    }
    .header-style-2 .navbar-header button {
        top: 20px;
    }
}
.header-style-2 .cart-search {
    top: 24px;
    right: 0;
}
@media (max-width: 991px) {
    .header-style-2 .cart-search {
        right: 70px;
    }
}
.header-style-2 .cart-search .mini-cart {
    margin: 5px 0 0 0;
}
.header-style-2 .cart-search .header-search form {
    position: absolute;
    top: -4px;
    left: -174px;
    visibility: hidden;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    opacity: 0;
}
.header-style-2 .cart-search .header-search:hover form {
    visibility: visible;
    opacity: 1;
}
@media (max-width: 991px) {
    .header-style-2 .cart-search .header-search:hover form {
        display: block;
    }
}
.header-style-2 .cart-search .header-search > button {
    position: absolute;
    top: 5px;
    left: -33px;
    color: #28334a;
    border: 0;
    outline: 0;
    background: transparent;
}
@media (max-width: 991px) {
    .header-style-2 .cart-search .top-cart-content {
        top: 51px;
        right: -69px;
        left: auto;
    }
    .header-style-2 .cart-search .header-search form {
        top: -4px;
        left: -155px;
    }
}

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

@media (max-width: 991px) {
    .header-style-3 .topbar .new-contact-info-wrapper {
        text-align: center;
    }
}
.header-style-3 .topbar .new-contact-info {
    position: relative;
    top: 5px;
}
@media (max-width: 991px) {
    .header-style-3 .topbar .new-contact-info {
        display: inline-block;
    }
}
.header-style-3 .topbar .new-contact-info ul {
    position: relative;
    top: -8px;
    overflow: hidden;
    margin-right: 40px;
}
@media (max-width: 767px) {
    .header-style-3 .topbar .new-contact-info ul {
        margin: 15px 0;
    }
}
.header-style-3 .topbar .new-contact-info ul li {
    font-size: 14px;
    float: left;
    color: #fff;
}
@media (max-width: 991px) {
    .header-style-3 .topbar .new-contact-info ul li {
        float: none;
    }
}
.header-style-3 .topbar .new-contact-info ul > li + li {
    margin-left: 25px;
}
@media (max-width: 991px) {
    .header-style-3 .topbar .new-contact-info ul > li + li {
        margin-left: 0;
    }
}
.header-style-3 .topbar .new-contact-info ul li i {
    position: relative;
    top: 3px;
    display: inline-block;
    padding-right: 5px;
    color: #fff;
}
.header-style-3 .topbar .new-contact-info ul li i:before {
    font-size: 16px;
    font-size: 1rem;
}
@media (max-width: 991px) {
    .header-style-3 .topbar .right-col-info-wrapper {
        text-align: center;
    }
}
.header-style-3 .topbar .right-col-info {
    float: right;
}
@media (max-width: 991px) {
    .header-style-3 .topbar .right-col-info {
        display: inline-block;
        float: none;
        text-align: center;
    }
}
.header-style-3 .topbar .right-col-info > div {
    float: left;
}
@media (max-width: 991px) {
    .header-style-3 .topbar .right-col-info > div {
        float: none;
    }
}
.header-style-3 .topbar .right-col-info > div + div {
    margin-left: 45px;
}
@media (max-width: 991px) {
    .header-style-3 .topbar .right-col-info > div + div {
        margin-top: 8px;
        margin-left: 0;
    }
}
.header-style-3 .topbar .right-col-info .new-contact-info-2 li {
    font-size: 14px;
    color: #fff;
}
.header-style-3 .topbar .right-col-info .new-contact-info-2 li i {
    display: inline-block;
    padding-right: 5px;
    color: #fff;
}
@media (max-width: 991px) {
    .header-style-3 .topbar .right-col-info .social {
        display: inline-block;
        float: none;
    }
}
@media screen and (min-width: 992px) {
    .header-style-3 {
        position: absolute;
        z-index: 100;
        top: 0;
        left: 0;
        width: 100%;
    }
    .header-style-3 .topbar {
        padding: 0;
        background: transparent;
    }
    .header-style-3 .topbar .container {
        position: relative;
        padding: 15px 15px 11px;
    }
    .header-style-3 .topbar .container:before {
        position: absolute;
        bottom: 0;
        left: 15px;
        width: calc(100% - 30px);
        height: 1px;
        content: '';
        background: rgba(255, 255, 255, .1);
    }
    .header-style-3 .navigation {
        background-color: transparent;
    }
    .header-style-3 #navbar > ul > li > a {
        color: #fff;
    }
    .header-style-3 #navbar > ul > li > a:hover {
        color: #fff;
    }
    .header-style-3 .cart-search .mini-cart > button i:before {
        color: #fff;
    }
}
.header-style-3 .navigation {
    box-shadow: none;
}
@media (max-width: 991px) {
    .header-style-3 .navigation {
        background: #4a6389;
    }
}
.header-style-3 .topbar .new-contact-info ul li i:before {
    font-size: 17px;
    font-size: 1.0625rem;
}
.header-style-3 .topbar .right-col-info .new-contact-info-2 li i {
    font-size: 17px;
    font-size: 1.0625rem;
}

/*** cart and quote ***/

.cart-search {
    position: absolute;
    top: 30px;
    right: 15px;
    display: none;
}
@media (max-width: 991px) {
    .cart-search {
        top: 22px;
        right: 70px;
    }
}
.cart-search > div {
    float: left;
}
.cart-search .mini-cart {
    margin: 5px 30px 0 0;
}
@media (max-width: 1199px) {
    .cart-search .mini-cart {
        margin: 5px 20px 0 0;
    }
}
@media (max-width: 767px) {
    .cart-search .mini-cart {
        margin: 10px 0 0 0;
    }
}
.cart-search .mini-cart > button {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    display: inline-block;
    color: #28334a;
    border: 0;
    outline: 0;
    background: transparent;
}
@media (max-width: 767px) {
    .cart-search .mini-cart > button {
        font-size: 13px;
        font-size: .8125rem;
    }
}
.cart-search .mini-cart > button span {
    font-size: 12px;
    font-size: .75rem;
    line-height: 17px;
    position: absolute;
    top: -5px;
    right: 0;
    width: 15px;
    height: 15px;
    color: #fff;
    border-radius: 50%;
    background: #4fba6f;
}
.cart-search .mini-cart > button i:before {
    font-size: 18px;
    font-size: 1.125rem;
    display: inline-block;
    padding-right: 5px;
    color: #0d1d36;
}
@media (max-width: 767px) {
    .cart-search .mini-cart > button i:before {
        font-size: 15px;
        font-size: .9375rem;
    }
}
.cart-search .top-cart-content {
    position: absolute;
    z-index: 10;
    top: 175%;
    right: 0;
    visibility: hidden;
    width: 292px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    opacity: 0;
    border-top: 2px solid #28334a;
    background: #fff;
}
@media (max-width: 991px) {
    .cart-search .top-cart-content {
        left: -18px;
    }
}
@media (max-width: 767px) {
    .cart-search .top-cart-content {
        top: 58px;
        right: -70px;
        left: auto;
    }
}
.cart-search .top-cart-content .top-cart-title {
    padding: 12px 15px;
    border-bottom: 1px solid #e4e2e2;
}
.cart-search .top-cart-content p {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    color: #28334a;
}
.cart-search .top-cart-content .top-cart-items {
    padding: 15px;
}
.cart-search .top-cart-content .top-cart-item {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e4e2e2;
}
.cart-search .top-cart-content .top-cart-item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.cart-search .top-cart-content .top-cart-item-image {
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 15px;
    -webkit-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
    border: 2px solid #eee;
}
.cart-search .top-cart-content .top-cart-item-image a,
.cart-search .top-cart-content .top-cart-item-image img {
    display: block;
    width: 44px;
    height: 44px;
}
.cart-search .top-cart-content .top-cart-item-image:hover {
    border-color: #28334a;
}
.cart-search .top-cart-content .top-cart-item-des {
    position: relative;
    overflow: hidden;
}
.cart-search .top-cart-content .top-cart-item-des a {
    font-size: 13px;
    font-weight: 600;
    width: auto;
    height: auto;
    text-align: left;
    color: #333;
}
.cart-search .top-cart-content .top-cart-item-des a:hover {
    color: #28334a;
}
.cart-search .top-cart-content .top-cart-item-des .top-cart-item-price {
    font-size: 12px;
    line-height: 20px;
    display: block;
    color: #999;
}
.cart-search .top-cart-content .top-cart-item-des .top-cart-item-quantity {
    font-size: 12px;
    position: absolute;
    top: 2px;
    right: 0;
    display: block;
    color: #555;
}
.cart-search .top-cart-content .top-cart-action {
    padding: 25px 15px 25px;
    border-top: 1px solid #e4e2e2;
}
.cart-search .top-cart-content .top-cart-action .top-checkout-price {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600;
    color: #28334a;
}
.cart-search .top-cart-content .top-cart-action .view-cart {
    font-size: 14px;
    font-size: .875rem;
    float: right;
    padding: 3px 15px;
    color: #fff;
    background-color: #28334a;
}
.cart-search .top-cart-content .top-cart-action .view-cart:hover {
    background-color: #1d2736;
}
.cart-search .top-cart-content-toggle {
    visibility: visible;
    opacity: 1;
}
.cart-search .header-search form {
    position: relative;
    max-width: 165px;
}
@media (max-width: 1199px) {
    .cart-search .header-search form {
        max-width: 150px;
    }
}
@media (max-width: 767px) {
    .cart-search .header-search form {
        display: none;
    }
}
.cart-search .header-search form input {
    padding-right: 35px;
    border: 0;
    border-radius: 0;
    outline: 0;
    background-color: #eee;
    box-shadow: none;
}
.cart-search .header-search form button {
    position: absolute;
    top: 7px;
    right: 0;
    right: 5px;
    color: #acabab;
    border: 0;
    outline: 0;
    background: transparent;
}

/*--------------------------------------------------------------
#0.4  hero slider
--------------------------------------------------------------*/

.hero {
    position: relative;
    overflow: hidden;
    height: 100vh;
    /** slider controls **/
    /*** hero slider animation ***/
}
@media (max-width: 767px) {
    .hero {
        min-height: 420px;
    }
}
.hero .slide {
    position: relative;
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
}
.hero .slide .slide_overlay {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.11);
}
@media (max-width: 767px) {
    .hero .slide {
        min-height: 420px;
    }
}
.hero .slide .slider-bg {
    display: none;
}
.hero .slide:focus {
    outline: none;
}
.hero .slide .container {
    display: table;
    height: 100%;
}
.hero .slide .row {
    display: table-cell;
    vertical-align: middle;
}
.hero .slick-prev,
.hero .slick-next {
    z-index: 10;
    width: 45px;
    height: 45px;
    background-color: transparent;
}
@media (max-width: 991px) {
    .hero .slick-prev,
    .hero .slick-next {
        visibility: hidden;
        opacity: 0;
    }
}
.hero .slick-prev {
    left: 25px;
}
.hero .slick-prev:before {
    font-family: 'FontAwesome';
    font-size: 30px;
    content: '\f104';
    opacity: 1;
    color: #28334a;
}
.hero .slick-next {
    right: 25px;
}
.hero .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 30px;
    content: '\f105';
    opacity: 1;
    color: #fff;
}
.hero .slick-dots {
    bottom: 20px;
}
@media screen and (min-width: 992px) {
    .hero .slick-dots {
        visibility: hidden;
        opacity: 0;
    }
}
.hero .slick-dots li {
    margin: 0;
}
.hero .slick-dots li button {
    width: 12px;
    height: 12px;
    margin: 0;
    border-radius: 50%;
    background-color: #fff;
}
.hero .slick-dots li.slick-active button {
    background-color: #28334a;
}
.hero .slick-dots li button:before {
    display: none;
}
.hero .slide-caption > h2 {
    font-size: 48px;
    font-size: 3rem;
    margin: 0 0 .4em;
    color: #fff;
}
@media (max-width: 991px) {
    .hero .slide-caption > h2 {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}
@media (max-width: 767px) {
    .hero .slide-caption > h2 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}
@media (max-width: 767px) {
    .hero .slide-caption {
        padding: 0 5px;
    }
}
.hero .slide-caption > p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 2.5em;
    color: #fff;
}
@media (max-width: 991px) {
    .hero .slide-caption > p {
        font-size: 16px;
        font-size: 1rem;
    }
}
.hero .hero-slider .slide-caption > h2,
.hero .hero-slider .slide-caption > h1,
.hero .hero-slider .slide-caption > h3,
.hero .hero-slider .slide-caption > p,
.hero .hero-slider .slide-caption > img,
.hero .hero-slider .slide-caption > .btns {
    opacity: 0;
}
.hero .hero-slider .slick-list .slick-current .slide-caption > h2 {
    -webkit-animation: fadeInLeftSlow 1.5s .8s forwards;
       -moz-animation: fadeInLeftSlow 1.5s .8s forwards;
        -ms-animation: fadeInLeftSlow 1.5s .8s forwards;
         -o-animation: fadeInLeftSlow 1.5s .8s forwards;
            animation: fadeInLeftSlow 1.5s .8s forwards;
}
.hero .hero-slider .slick-list .slick-current .slide-caption > h1 {
    -webkit-animation: fadeInLeftSlow 1.5s .8s forwards;
       -moz-animation: fadeInLeftSlow 1.5s .8s forwards;
        -ms-animation: fadeInLeftSlow 1.5s .8s forwards;
         -o-animation: fadeInLeftSlow 1.5s .8s forwards;
            animation: fadeInLeftSlow 1.5s .8s forwards;
}
.hero .hero-slider .slick-list .slick-current .slide-caption > h3 {
    -webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
       -moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
        -ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
         -o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
            animation: fadeInLeftSlow 1.5s 1.4s forwards;
}
.hero .hero-slider .slick-list .slick-current .slide-caption > p {
    -webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
       -moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
        -ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
         -o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
            animation: fadeInLeftSlow 1.5s 1.4s forwards;
}
.hero .hero-slider .slick-list .slick-current .slide-caption > .btns {
    -webkit-animation: fadeInLeftSlow 1.5s 1.8s forwards;
       -moz-animation: fadeInLeftSlow 1.5s 1.8s forwards;
        -ms-animation: fadeInLeftSlow 1.5s 1.8s forwards;
         -o-animation: fadeInLeftSlow 1.5s 1.8s forwards;
            animation: fadeInLeftSlow 1.5s 1.8s forwards;
}
.hero .hero-slider .slick-list .slick-current .slide-caption > img {
    -webkit-animation: fadeInLeftSlow 1.5s .8s forwards;
       -moz-animation: fadeInLeftSlow 1.5s .8s forwards;
        -ms-animation: fadeInLeftSlow 1.5s .8s forwards;
         -o-animation: fadeInLeftSlow 1.5s .8s forwards;
            animation: fadeInLeftSlow 1.5s .8s forwards;
}

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

.hero-slider-style-1 {
    height: 590px;
}
@media (max-width: 767px) {
    .hero-slider-style-1 {
        height: 430px;
    }
}
.hero-slider-style-1 .slide {
    position: relative;
    height: 590px;
}
@media (max-width: 767px) {
    .hero-slider-style-1 .slide {
        position: relative;
        height: 430px;
    }
    .hero-slider-style-1 .slide:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background-color: rgba(255, 255, 255, .5);
    }
    .hero-slider-style-1 .slide p {
        color: #28334a;
    }
}

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

.hero-slider-style-2 {
    height: 715px;
}
@media screen and (min-width: 992px) {
    .hero-slider-style-2 {
        position: relative;
        top: -25px;
    }
    .hero-slider-style-2 .slide-caption {
        margin-top: 75px;
    }
}
@media (max-width: 767px) {
    .hero-slider-style-2 {
        height: 480px;
    }
}
.hero-slider-style-2 .slide {
    position: relative;
    height: 715px;
}
@media (max-width: 767px) {
    .hero-slider-style-2 .slide {
        height: 480px;
    }
}
.hero-slider-style-2 .slide-caption > h2 {
    line-height: 1.25em;
    margin: 0 0 .73em;
    color: #fff;
}
.hero-slider-style-2 .slide-caption > p {
    margin: 0 0 2.5em;
    color: #fff;
}
.hero-slider-style-2 .slick-prev:before,
.hero-slider-style-2 .slick-next:before {
    color: #fff;
}

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

.hero-slider-style-3 {
    height: 100vh;
    /** slider controls **/
}
@media screen and (min-width: 1200px) {
    .hero-slider-style-3 {
        height: calc(100vh - 100px);
    }
}
@media (max-width: 991px) {
    .hero-slider-style-3 {
        height: 500px;
    }
}
@media (max-width: 767px) {
    .hero-slider-style-3 {
        height: 420px;
    }
}
.hero-slider-style-3 .slide {
    position: relative;
    height: 100vh;
}
@media screen and (min-width: 1200px) {
    .hero-slider-style-3 .slide {
        height: calc(100vh - 100px);
    }
}
@media (max-width: 991px) {
    .hero-slider-style-3 .slide {
        height: 500px;
    }
}
@media (max-width: 767px) {
    .hero-slider-style-3 .slide {
        height: 420px;
    }
}
.hero-slider-style-3 .slide:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(18, 18, 18, .6);
}
.hero-slider-style-3 .slide-caption {
    text-align: center;
}
@media screen and (min-width: 992px) {
    .hero-slider-style-3 .slide-caption {
        margin-top: 140px;
    }
}
.hero-slider-style-3 .slide-caption > h2 {
    color: #fff;
}
.hero-slider-style-3 .slide-caption > p {
    color: #fff;
}
@media screen and (min-width: 992px) {
    .hero-slider-style-3 .slide-caption > p {
        padding: 0 45px;
    }
}
.hero-slider-style-3 .slick-prev,
.hero-slider-style-3 .slick-next {
    z-index: 10;
    width: 45px;
    height: 45px;
    background-color: transparent;
}
@media (max-width: 991px) {
    .hero-slider-style-3 .slick-prev,
    .hero-slider-style-3 .slick-next {
        visibility: hidden;
        opacity: 0;
    }
}
.hero-slider-style-3 .slick-prev,
.hero-slider-style-3 .slick-next {
    line-height: 55px;
    width: 55px;
    height: 55px;
    border: 1px solid #c6d2d8;
    border-radius: 50%;
}
.hero-slider-style-3 .slick-prev:before,
.hero-slider-style-3 .slick-next:before {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 55px;
    color: #c6d2d8;
}

/*--------------------------------------------------------------
#0.5  footer
--------------------------------------------------------------*/

.site-footer {
    /*** about widget ***/
    /*** quick-links-widget ***/
    /*** twitter-feed-widget ***/
    /*** recent-post-widget ***/
    /*** copyright-info ***/
}
.site-footer .upper-footer {
    padding: 90px 0;
    background: #28334a;
    background: -webkit-linear-gradient(top, #28334a, #18202c);
    background:    -moz-linear-gradient(top, #28334a, #18202c);
    background:      -o-linear-gradient(top, #28334a, #18202c);
    background:     -ms-linear-gradient(top, #28334a, #18202c);
    background:         linear-gradient(top, #28334a, #18202c);
    text-align: center;
}
@media (max-width: 991px) {
    .site-footer .upper-footer {
        padding: 80px 0 35px;
    }
}
@media (max-width: 767px) {
    .site-footer .upper-footer {
        padding: 70px 0 30px;
    }
}
#logo-footer{
    margin: 0 auto 30px;
    display: block;
}
#footer-info{
    border-top: 2px solid #535b6a;
    padding: 20px 0 80px;
    max-width: 600px;
    margin: 0 auto;
    color: #fff;
}
#footer-info > div {
    position: relative;
    padding: 0 0 0 33px;
    text-align: left;
}
@media (max-width: 767px) {
    #footer-info > div {
        padding: 0;
        text-align: center;
    }
}
#footer-info > div .fa{
    position: absolute;
    left: 0px;
    top: -1px;
    font-size: 20px;
}
@media (max-width: 767px) {
    #footer-info > div .fa{
        display: none;
    }    
}
#footer-info .phone{
    float: left;
}
@media (max-width: 767px) {
    #footer-info .phone{
        float: none;
    }
}
#footer-info .email{
    float: right;
}
@media (max-width: 767px) {
    #footer-info .email{
        float: none;
    }
}
#footer-info .address{
    margin: 0 auto;
    margin-left: 55px;
    max-width: 180px;
    float: left;
}
@media (max-width: 767px) {
    #footer-info .address{
        max-width: 100%;
        margin: 20px 0 0 0;
        float:none;
    }
}
#footer-info .address2{
    margin: 0 auto;
    margin-left: 60px;
    max-width: 200px;
    float: left;
}
@media (max-width: 767px) {
    #footer-info .address2{
        max-width: 100%;
        margin: 20px 0 0 0;
        float:none;
    }
}
#footer-link {
    font-size: 14px;
    line-height: 14px;
}
.site-footer .upper-footer ul {
    list-style: none;
}
.site-footer .upper-footer ul,
.site-footer .upper-footer li,
.site-footer .upper-footer p,
.site-footer .upper-footer a {
    color: #fff;
}
.site-footer .upper-footer a:hover {
    text-decoration: none;
    color: #fff;
}
@media (max-width: 991px) {
    .site-footer .upper-footer .row > .col {
        margin-bottom: 55px;
    }
}
@media (max-width: 767px) {
    .site-footer .upper-footer .row > .col {
        margin-bottom: 40px;
    }
}
.site-footer .widget > h3,
.site-footer .widget .footer-logo {
    font-size: 19px;
    position: relative;
    margin: 0 0 2.6em;
    text-transform: uppercase;
    color: #fff;
}
@media (max-width: 991px) {
    .site-footer .widget > h3,
    .site-footer .widget .footer-logo {
        font-size: 20px;
        font-size: cacl-rem-value(20);
    }
}
@media (max-width: 767px) {
    .site-footer .widget > h3,
    .site-footer .widget .footer-logo {
        font-size: 16px;
        font-size: cacl-rem-value(16);
    }
}
.site-footer .about-widget .contact-info {
    margin-top: 20px;
}
@media screen and (min-width: 1200px) {
    .site-footer .about-widget .contact-info {
        padding-right: 45px;
    }
}
@media (max-width: 767px) {
    .site-footer .about-widget .contact-info {
        margin-top: -10px;
    }
}
.site-footer .about-widget .footer-logo:before {
    display: none;
}
.site-footer .about-widget ul li {
    line-height: 1.78em;
    position: relative;
    padding-left: 38px;
}
.site-footer .about-widget ul li i {
    font-size: 24px;
    position: absolute;
    top: 3px;
    left: 0;
    color: #fff;
}
.site-footer .about-widget ul > li + li {
    margin-top: 12px;
}
@media (max-width: 767px) {
    .site-footer .about-widget ul > li + li {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .site-footer .about-widget img {
        max-width: 160px;
    }
}
.site-footer .quick-links-widget {
    overflow: hidden;
}
@media screen and (min-width: 1200px) {
    .site-footer .quick-links-widget {
        padding-right: 45px;
    }
}
.site-footer .quick-links-widget a {
    color: #8e98a6;
}
.site-footer .quick-links-widget a:hover {
    color: #fff;
}
.site-footer .quick-links-widget ul li + li {
    margin-top: 12px;
}
@media (max-width: 767px) {
    .site-footer .quick-links-widget ul li + li {
        margin-top: 10px;
    }
}
.site-footer .quick-links-widget ul {
    float: left;
    width: 50%;
}
.site-footer .twitter-feed-widget ul li + li {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #4a5366;
}
.site-footer .twitter-feed-widget p {
    padding-right: 25px;
    color: #fff;
}
.site-footer .twitter-feed-widget i {
    display: inline-block;
    padding-right: 5px;
    color: #fff;
}
.site-footer .twitter-feed-widget .info-box a {
    font-size: 14px;
    font-size: .875rem;
    color: #fff;
}
@media (max-width: 991px) {
    .site-footer .twitter-feed-widget .info-box a {
        font-weight: normal;
    }
}
@media screen and (min-width: 992px) {
    .site-footer .recent-post-widget {
        margin-left: -30px;
    }
}
.site-footer .recent-post-widget ul > li + li {
    margin-top: 40px;
}
.site-footer .recent-post-widget li {
    position: relative;
    padding-left: 88px;
}
.site-footer .recent-post-widget .entry-media {
    position: absolute;
    top: 0;
    left: 0;
}
.site-footer .recent-post-widget .entry-details h4 {
    font-family: 'Crimson Text', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5em;
    position: relative;
    top: -5px;
    margin: 0;
}
@media (max-width: 1199px) {
    .site-footer .recent-post-widget .entry-details h4 {
        font-size: 14px;
        font-size: .875rem;
    }
}
.site-footer .recent-post-widget .entry-details h4 a {
    color: #fff;
}
.site-footer .recent-post-widget .entry-details .date {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    color: #7a8595;
}
@media (max-width: 1199px) {
    .site-footer .recent-post-widget .entry-details .date {
        font-size: 14px;
        font-size: .875rem;
    }
}
.site-footer .copyright-info {
    display: none;
    padding: 8px 0;
    text-align: center;
    background-color: #141b26;
}
.site-footer .copyright-info p {
    margin: 0;
    color: #FFFFFF;
}
@media (max-width: 767px) {
    .site-footer .copyright-info p {
        font-size: 13px;
        font-size: cacl-rem-value(13);
    }
}
.site-footer .copyright-info a {
    color: #fff;
}
.sticky-header {
    position: fixed;
    z-index: 9999;
    top: -300px;
    left: 0;
    width: 100%;
    -webkit-transition: all .7s;
       -moz-transition: all .7s;
        -ms-transition: all .7s;
         -o-transition: all .7s;
            transition: all .7s;
    opacity: 0;
}
.sticky-on {
    top: 0;
    opacity: 1;
}
.header-style-2 .sticky-header {
    background: #fff;
    box-shadow: 0 5px 7px rgba(0, 0, 0, .05);
}
.header-style-3 .sticky-header {
    box-shadow: 0 5px 7px rgba(0, 0, 0, .05);
}
@media screen and (min-width: 992px) {
    .header-style-3 .sticky-header {
        background-color: #28334a;
    }
    .header-style-3 .sticky-header #navbar > ul > li > a:hover {
        color: #fff;
    }
}

/*--------------------------------------------------------------
  #home style 1
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#0.6  about-section
--------------------------------------------------------------*/

.about-section .about-info {
    position: relative;
}
.about-section .about-info .info {
    position: absolute;
    top: 22px;
    left: 0;
    max-width: 265px;
    padding: 36px 40px;
    background: #28334a;
    background: -webkit-linear-gradient(top, #28334a, #18202c);
    background:    -moz-linear-gradient(top, #28334a, #18202c);
    background:      -o-linear-gradient(top, #28334a, #18202c);
    background:     -ms-linear-gradient(top, #28334a, #18202c);
    background:         linear-gradient(top, #28334a, #18202c);
}
@media (max-width: 767px) {
    .about-section .about-info .info {
        max-width: 205px;
        padding: 30px 25px;
    }
}
.about-section .about-info .info > span {
    font-family: 'Crimson Text', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}
@media (max-width: 991px) {
    .about-section .about-info .info > span {
        font-size: 16px;
        font-size: 1rem;
    }
}
@media (max-width: 767px) {
    .about-section .about-info .info > span {
        font-size: 14px;
        font-size: .875rem;
    }
}
.about-section .about-info .info h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2em;
    margin: .57em 0 0;
    padding-right: 50px;
    color: #fff;
}
@media (max-width: 991px) {
    .about-section .about-info .info h3 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}
@media (max-width: 767px) {
    .about-section .about-info .info h3 {
        font-size: 20px;
        font-size: 1.25rem;
        padding-right: 0;
    }
}
.about-section .about-text {
    margin-top: 70px;
}
@media (max-width: 1199px) {
    .about-section .about-text {
        margin-top: 50px;
    }
}
.about-section .about-text h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.27em;
    margin: 0 0 .67em;
    color: #313131;
}
@media (max-width: 991px) {
    .about-section .about-text h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}
@media (max-width: 767px) {
    .about-section .about-text h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
.about-section .about-text p {
    margin-bottom: 2.5em;
}

/*--------------------------------------------------------------
#0.7  services-section
--------------------------------------------------------------*/

.services-section,
.services-section-s2 {
    position: relative;
    /*background-color: #eff0f2;*/
}
.services-section .section-title p {
    color: #fff;
}
@media (max-width: 767px) {
    .services-section,
    .services-section-s2 {
        padding-bottom: 70px;
    }
}
.services-section .section-overlay,
.services-section-s2 .section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 49%;
    background: url('../images/service-section-bg.jpg') center center/cover no-repeat local;
}
.services-section .section-overlay:before,
.services-section-s2 .section-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(38, 51, 71, .7);
}
.services-section .view-all-services,
.services-section-s2 .view-all-services {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    position: relative;
    z-index: 10;
    max-width: 280px;
    margin: -30px 0 0;
    color: #7a8595;
}
@media (max-width: 991px) {
    .services-section .view-all-services,
    .services-section-s2 .view-all-services {
        font-size: 15px;
        font-size: .9375rem;
        margin: 0;
    }
}
@media (max-width: 767px) {
    .services-section .view-all-services,
    .services-section-s2 .view-all-services {
        margin: 60px auto 0;
        text-align: center;
    }
}
.services-section .view-all-services a,
.services-section-s2 .view-all-services a {
    color: #28334a;
}
.services-section .owl-controls,
.services-section-s2 .owl-controls {
    position: relative;
    display: none;
    margin-top: 0;
}
@media (max-width: 1200px) {
    .services-section .owl-controls,
    .services-section-s2 .owl-controls {
        display: block;
    }
}
.services-section .owl-controls .owl-dots .owl-dot span,
.services-section-s2 .owl-controls .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    background: #28334a;
    box-shadow: 0 0 0 2px transparent;
}
.services-section .owl-controls .owl-dots .active span,
.services-section-s2 .owl-controls .owl-dots .active span {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #28334a;
}
.services-section .owl-controls .owl-nav,
.services-section-s2 .owl-controls .owl-nav {
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
}
@media (max-width: 767px) {
    .services-section .owl-controls .owl-nav,
    .services-section-s2 .owl-controls .owl-nav {
        top: -10px;
        width: 100%;
    }
}
.services-section .owl-controls .owl-nav .owl-prev,
.services-section-s2 .owl-controls .owl-nav .owl-prev,
.services-section .owl-controls .owl-nav .owl-next,
.services-section-s2 .owl-controls .owl-nav .owl-next,
.why-choose-section .owl-controls .owl-nav .owl-prev,
.why-choose-section .owl-controls .owl-nav .owl-next {
    line-height: 31px;
    width: 34px;
    height: 34px;
    -webkit-transition: all .12s ease;
       -moz-transition: all .12s ease;
        -ms-transition: all .12s ease;
         -o-transition: all .12s ease;
            transition: all .12s ease;
    color: #28334a;
    border-radius: 0;
    background: #fff;
}
@media (max-width: 767px) {
    .services-section .owl-controls .owl-nav .owl-prev,
    .services-section-s2 .owl-controls .owl-nav .owl-prev,
    .services-section .owl-controls .owl-nav .owl-next,
    .services-section-s2 .owl-controls .owl-nav .owl-next {
        font-size: 12px;
        font-size: .75rem;
        line-height: 27px;
        width: 30px;
        height: 30px;
    }
}
.services-section .owl-controls .owl-nav .owl-prev:hover,
.services-section-s2 .owl-controls .owl-nav .owl-prev:hover,
.services-section .owl-controls .owl-nav .owl-next:hover,
.services-section-s2 .owl-controls .owl-nav .owl-next:hover,
.why-choose-section .owl-controls .owl-nav .owl-prev:hover,
.why-choose-section .owl-controls .owl-nav .owl-next:hover {
    color: #28334a;
    background: #dadada;
}

/*--------------------------------------------------------------
#0.8  projects-section
--------------------------------------------------------------*/

.projects-section {
    background-color: #e8eef1;
}
@media (max-width: 767px) {
    .projects-section .section-title-s2,
    .projects-section .section-title-s3,
    .projects-section .section-title-text {
        text-align: center;
    }
}
.projects-section .projects-gallery .gallery-filters {
    margin: 55px 0 30px;
    text-align: center;
}
@media (max-width: 991px) {
    .projects-section .projects-gallery .gallery-filters {
        margin: 35px 0 20px;
    }
}
@media (max-width: 767px) {
    .projects-section .projects-gallery .gallery-filters {
        margin: 25px 0 20px;
    }
}
.projects-section .projects-gallery .gallery-filters ul {
    display: inline-block;
    overflow: hidden;
    list-style: none;
}
.projects-section .projects-gallery .gallery-filters ul li {
    float: left;
}
@media (max-width: 991px) {
    .projects-section .projects-gallery .gallery-filters ul li {
        margin-bottom: 8px;
    }
}
@media (max-width: 767px) {
    .projects-section .projects-gallery .gallery-filters ul li {
        float: none;
    }
}
.projects-section .projects-gallery .gallery-filters ul > li + li {
    margin-left: 40px;
}
@media (max-width: 1199px) {
    .projects-section .projects-gallery .gallery-filters ul > li + li {
        margin-left: 20px;
    }
}
@media (max-width: 550px) {
    .projects-section .projects-gallery .gallery-filters ul > li + li {
        margin-left: 0;
    }
}
.projects-section .projects-gallery .gallery-filters ul li a {
    color: #7a8595;
}
.projects-section .projects-gallery .gallery-filters ul li .current {
    color: #28334a;
}
.projects-section .projects-gallery .gallery-filters ul li a:hover,
.projects-section .projects-gallery .gallery-filters ul li a:focus {
    text-decoration: none;
}
.projects-section .gallery-container {
    overflow: hidden;
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .projects-section .gallery-container {
        margin: 0 -7.5px;
    }
}
.projects-section .gallery-container .grid {
    position: relative;
    float: left;
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
}
@media (max-width: 991px) {
    .projects-section .gallery-container .grid {
        width: calc(50% - 30px);
    }
}
@media (max-width: 767px) {
    .projects-section .gallery-container .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 15px;
    }
}
@media (max-width: 550px) {
    .projects-section .gallery-container .grid {
        width: calc(100% - 15px);
    }
}
.projects-section .gallery-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
    -webkit-transform: scale(.5, .5);
            transform: scale(.5, .5);
    opacity: 0;
    background-color: rgba(38, 51, 71, .9);
}
.projects-section .gallery-container .grid:hover .overlay {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
}
.projects-section .gallery-container .project-info {
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: 100%;
}
.projects-section .gallery-container .project-info h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0 0 2px;
    color: #fff;
}
@media (max-width: 991px) {
    .projects-section .gallery-container .project-info h3 {
        font-size: 16px;
        font-size: 1rem;
    }
}
.projects-section .gallery-container .project-info .cta {
    font-size: 14px;
    font-size: .875rem;
    text-transform: uppercase;
    color: #9fabbd;
}
.projects-section .gallery-container .project-info a {
    font-size: 22px;
    font-size: 1.375rem;
    position: absolute;
    top: 0;
    right: 50px;
    color: #fff;
}
.projects-section .view-all-projects {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    margin: 15px 0 0;
    text-align: center;
    color: #7a8595;
}
@media (max-width: 991px) {
    .projects-section .view-all-projects {
        font-size: 15px;
        font-size: .9375rem;
    }
}
.projects-section .view-all-projects a {
    color: #28334a;
}
.project-section-bg-white {
    background-color: #fff;
}

/*--------------------------------------------------------------
#0.9  case-studies-section
--------------------------------------------------------------*/

.case-studies-section {
    position: relative;
    padding-bottom: 0;
}
.case-studies-section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    content: '';
    background: #28334a;
    background: -webkit-linear-gradient(top, #28334a, #18202c);
    background:    -moz-linear-gradient(top, #28334a, #18202c);
    background:      -o-linear-gradient(top, #28334a, #18202c);
    background:     -ms-linear-gradient(top, #28334a, #18202c);
    background:         linear-gradient(top, #28334a, #18202c);
}
@media (max-width: 767px) {
    .case-studies-section:before {
        width: 90%;
    }
}
.case-studies-section .case-studies-scection-title h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2em;
    margin: 0 0 1.7em;
    color: #fff;
}
@media (max-width: 991px) {
    .case-studies-section .case-studies-scection-title h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}
@media (max-width: 767px) {
    .case-studies-section .case-studies-scection-title h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}
.case-studies-section .case-studies-grids .grid {
    position: relative;
}
.case-studies-section .grid .details {
    position: absolute;
    bottom: 48px;
    left: 0;
    width: 100%;
    height: 107px;
    padding: 27px 35px 0;
    background-color: rgba(255, 255, 255, .95);
    background-size: 300px 100px;
}
@media (max-width: 1199px) {
    .case-studies-section .grid .details {
        bottom: 0;
        height: auto;
    }
}
@media (max-width: 767px) {
    .case-studies-section .grid .details {
        position: static;
        padding: 27px 0 0;
    }
}
.case-studies-section .grid h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0 0 1.5em;
    padding-right: 85px;
    color: #28334a;
}
@media (max-width: 1199px) {
    .case-studies-section .grid h3 {
        font-size: 16px;
        font-size: 1rem;
    }
}
@media (max-width: 991px) {
    .case-studies-section .grid h3 {
        padding-right: 0;
    }
}
.case-studies-section .grid .cat {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    position: absolute;
    top: 27px;
    right: 15px;
    padding: 4px 13px;
    color: #fff;
    background-color: #e6a492;
}
@media (max-width: 1199px) {
    .case-studies-section .grid .cat {
        position: static;
        display: inline-block;
        margin-bottom: 15px;
    }
}
.case-studies-section .full-story {
    margin: 0 -35px;
    background-color: rgba(255, 255, 255, .95);
}
@media (max-width: 767px) {
    .case-studies-section .full-story {
        margin: 0 -20px;
    }
}
.case-studies-section .full-story a {
    font-family: 'Crimson Text', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    display: block;
    padding: 13px 35px;
    color: #28334a;
}
@media (max-width: 1199px) {
    .case-studies-section .full-story a {
        font-size: 14px;
        font-size: .875rem;
    }
}
@media (max-width: 767px) {
    .case-studies-section .full-story a {
        color: #fff;
        background-color: rgba(38, 51, 71, .8);
    }
}
.case-studies-section .full-story:hover {
    background-color: rgba(38, 51, 71, .8);
}
.case-studies-section .full-story:hover a {
    color: #fff;
}
@media screen and (min-width: 768px) {
    .case-studies-section .owl-controls {
        position: absolute;
        top: -98px;
        left: 170px;
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 1199px) {
    .case-studies-section .owl-controls {
        left: 130px;
    }
}
@media (max-width: 991px) {
    .case-studies-section .owl-controls {
        left: 100px;
    }
}
@media (max-width: 767px) {
    .case-studies-section .owl-controls {
        margin-top: 35px;
    }
}
@media screen and (min-width: 768px) {
    .case-studies-section .owl-controls .owl-dots {
        position: absolute;
        right: 0;
        bottom: -170px;
    }
}
.case-studies-section .owl-controls .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    background: #28334a;
    box-shadow: 0 0 0 2px transparent;
}
.case-studies-section .owl-controls .owl-dots .active span {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #28334a;
}
@media (max-width: 767px) {
    .case-studies-section .owl-controls .owl-nav {
        display: none !important;
    }
}
.case-studies-section .owl-controls .owl-nav .owl-prev,
.case-studies-section .owl-controls .owl-nav .owl-next {
    line-height: 31px;
    width: 34px;
    height: 34px;
    color: #28334a;
    border-radius: 0;
    background: #f3f4f7;
}
@media (max-width: 767px) {
    .case-studies-section .owl-controls .owl-nav .owl-prev,
    .case-studies-section .owl-controls .owl-nav .owl-next {
        font-size: 12px;
        font-size: .75rem;
        line-height: 27px;
        width: 30px;
        height: 30px;
    }
}
.case-studies-section .owl-controls .owl-nav .owl-prev:hover,
.case-studies-section .owl-controls .owl-nav .owl-next:hover {
    color: #28334a;
    background: #dadada;
}
.case-studies-section .view-all-case {
    margin-top: 60px;
}
@media (max-width: 767px) {
    .case-studies-section .view-all-case {
        margin-top: 25px;
    }
}
.case-studies-section .view-all-case p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0;
    color: #7a8595;
}
@media (max-width: 991px) {
    .case-studies-section .view-all-case p {
        font-size: 15px;
        font-size: .9375rem;
        margin: 0;
    }
}
@media (max-width: 767px) {
    .case-studies-section .view-all-case p {
        text-align: center;
    }
}
.case-studies-section .view-all-case p a {
    color: #28334a;
}

/*--------------------------------------------------------------
#1.0  team-section
--------------------------------------------------------------*/

.team-section {
    position: relative;
}
@media (max-width: 991px) {
    .team-section {
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .team-section {
        padding-top: 65px;
        padding-bottom: 70px;
    }
}
.team-section:before {
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 100%;
    height: 50%;
    content: '';
    background: #e8eef1;
}
@media (max-width: 991px) {
    .team-section:before {
        bottom: 0;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .team-section .team-ceo {
        margin-bottom: 45px;
    }
}
.team-section .team-ceo .img-holder img {
    width: 100%;
}
.team-section .team-ceo .details {
    padding: 35px 40px;
    text-align: center;
    background: #28334a;
    background: -webkit-linear-gradient(top, #28334a, #18202c);
    background:    -moz-linear-gradient(top, #28334a, #18202c);
    background:      -o-linear-gradient(top, #28334a, #18202c);
    background:     -ms-linear-gradient(top, #28334a, #18202c);
    background:         linear-gradient(top, #28334a, #18202c);
}
.team-section .team-ceo .details h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 .33em;
    color: #fff;
}
@media (max-width: 991px) {
    .team-section .team-ceo .details h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
@media (max-width: 767px) {
    .team-section .team-ceo .details h3 {
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 500;
    }
}
.team-section .team-ceo .details .post {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    color: #a1adbd;
}
.team-section .team-ceo .details p {
    margin-bottom: 1.7em;
}
.team-section .team-grids .box {
    overflow: hidden;
    margin: 0 -10px;
}
.team-section .team-grids {
    position: relative;
    padding-bottom: 45px;
}
.team-section .team-grids .grid {
    float: left;
    width: 50%;
    padding: 0 10px 20px;
}
@media (max-width: 500px) {
    .team-section .team-grids .grid {
        width: 100%;
    }
}
.team-section .team-grids .grid .details {
    padding: 20px 25px;
    background: #28334a;
    background: -webkit-linear-gradient(top, #28334a, #18202c);
    background:    -moz-linear-gradient(top, #28334a, #18202c);
    background:      -o-linear-gradient(top, #28334a, #18202c);
    background:     -ms-linear-gradient(top, #28334a, #18202c);
    background:         linear-gradient(top, #28334a, #18202c);
}
.team-section .team-grids .grid .details h4 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 4px;
    color: #fff;
}
@media (max-width: 1199px) {
    .team-section .team-grids .grid .details h4 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
@media (max-width: 991px) {
    .team-section .team-grids .grid .details h4 {
        font-size: 16px;
        font-size: 1rem;
    }
}
@media (max-width: 767px) {
    .team-section .team-grids .grid .details h4 {
        font-size: 15px;
        font-size: .9375rem;
        font-weight: 500;
    }
}
.team-section .team-grids .grid .details .post {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    color: #a1adbd;
}
.team-section .img-holder-social {
    position: relative;
}
.team-section .img-holder-social .social {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    text-align: center;
    opacity: 0;

    visibilty: hidden;
}
.team-section .img-holder-social ul {
    display: inline-block;
    overflow: hidden;
    margin: 0 auto;
    list-style: none;
}
.team-section .img-holder-social ul li {
    float: left;
}
.team-section .img-holder-social ul a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    background-color: transparent;
}
.team-section .img-holder-social ul a:hover {
    color: #28334a;
    background-color: #fff;
}
.team-section .grid:hover .img-holder-social .social {
    visibility: visible;
    opacity: 1;
}
@media (max-width: 991px) {
    .team-section .owl-controls {
        margin-top: 20px;
    }
}
.team-section .owl-controls .owl-nav {
    position: absolute;
    left: -5px;
}
.team-section .owl-controls .owl-nav .owl-prev,
.team-section .owl-controls .owl-nav .owl-next {
    line-height: 28px;
    width: 34px;
    height: 34px;
    color: #28334a;
    border: 2px solid #c6d2d8;
    border-radius: 0;
    background: transparent;
}
@media (max-width: 767px) {
    .team-section .owl-controls .owl-nav .owl-prev,
    .team-section .owl-controls .owl-nav .owl-next {
        font-size: 12px;
        font-size: .75rem;
        line-height: 23px;
        width: 30px;
        height: 30px;
    }
}
.team-section .owl-controls .owl-nav .owl-prev:hover,
.team-section .owl-controls .owl-nav .owl-next:hover {
    color: #fff;
    border-color: #28334a;
    background: #28334a;
}
.team-section .view-all-team {
    position: absolute;
    z-index: 10;
    right: 15px;
    bottom: 0;
}
@media (max-width: 991px) {
    .team-section .view-all-team {
        bottom: 10px;
    }
}
.team-section .view-all-member {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    color: #7a8595;
}
@media (max-width: 991px) {
    .team-section .view-all-member {
        font-size: 15px;
        font-size: .9375rem;
        margin: 0;
    }
}
@media (max-width: 767px) {
    .team-section .view-all-member {
        margin: 60px 0 0;
        text-align: center;
    }
}
.team-section .view-all-member a {
    color: #28334a;
}

/*--------------------------------------------------------------
#1.1  testimonials-section
--------------------------------------------------------------*/

.testimonials-section {
    padding-top: 0;
    padding-bottom: 90px;
}
@media (max-width: 991px) {
    .testimonials-section {
        padding-top: 90px;
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .testimonials-section {
        padding-top: 80px;
        padding-bottom: 70px;
    }
}
.testimonials-section .testimonials-grids img {
    width: auto;
}
.testimonials-section .testimonials-grids .grid {
    position: relative;
    margin: 10px 8px 20px;
    padding: 40px;
    box-shadow: 0 0 15px rgba(171, 171, 171, .25);
}
@media (max-width: 991px) {
    .testimonials-section .testimonials-grids .grid {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .testimonials-section .testimonials-grids .grid {
        padding: 20px;
        border: 1px solid #e4e4e4;
        box-shadow: none;
    }
}
.testimonials-section .testimonials-grids .grid:before {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    height: 22px;
    content: '';
    background: url('../images/testimonials/quote.png') center center/auto no-repeat local;
}
@media (max-width: 600px) {
    .testimonials-section .testimonials-grids .grid:before {
        display: none;
    }
}
.testimonials-section .grid .client-info {
    position: relative;
    min-height: 62px;
    margin-bottom: 20px;
    padding: 12px 0 0 75px;
}
.testimonials-section .grid .client-info .client-pic {
    position: absolute;
    top: 0;
    left: 0;
}
.testimonials-section .grid .client-info .client-pic img {
    border-radius: 50%;
}
.testimonials-section .grid .client-info h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 4px;
    color: #28334a;
}
@media (max-width: 991px) {
    .testimonials-section .grid .client-info h4 {
        font-size: 15px;
        font-size: .9375rem;
    }
}
.testimonials-section .grid .client-info h4 + span {
    font-size: 14px;
    font-size: .875rem;
    color: #86909e;
}
.testimonials-section .owl-controls {
    position: relative;
    margin-top: 25px;
}
.testimonials-section .owl-controls .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    background: #28334a;
    box-shadow: 0 0 0 2px transparent;
}
.testimonials-section .owl-controls .owl-dots .active span {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #28334a;
}

/*--------------------------------------------------------------
#1.2  contact-section
--------------------------------------------------------------*/

.contact-section {
    /*** contact form ***/
    /*** video section ***/
}
.contact-section .inner-container {
    position: relative;
    overflow: hidden;
}
.contact-section .contact-form-grid {
    float: left;
    width: calc(50% + 100px);
    padding: 100px 85px;
    background: #28334a;
    background: -webkit-linear-gradient(top, #28334a, #18202c);
    background:    -moz-linear-gradient(top, #28334a, #18202c);
    background:      -o-linear-gradient(top, #28334a, #18202c);
    background:     -ms-linear-gradient(top, #28334a, #18202c);
    background:         linear-gradient(top, #28334a, #18202c);
}
@media (max-width: 991px) {
    .contact-section .contact-form-grid {
        float: none;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .contact-section .contact-form-grid {
        padding: 80px 45px 70px;
    }
}
@media (max-width: 550px) {
    .contact-section .contact-form-grid {
        padding: 80px 25px 70px;
    }
}
.contact-section .video-grid {
    position: absolute;
    right: 0;
    float: left;
    width: calc(50% - 100px);
    height: 100%;
}
@media (max-width: 991px) {
    .contact-section .video-grid {
        position: relative;
        float: none;
        width: 100%;
        height: 400px;
    }
}
@media (max-width: 767px) {
    .contact-section .video-grid {
        height: 300px;
    }
}
.contact-section .contact-title h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 .67em;
    color: #fff;
}
@media (max-width: 991px) {
    .contact-section .contact-title h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}
@media (max-width: 767px) {
    .contact-section .contact-title h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}
.contact-section .contact-title p {
    padding-right: 45px;
    color: #fff;
}
.contact-section .contact-form {
    margin-top: 35px;
}
.contact-section .contact-form .left-col > div + div,
.contact-section .contact-form .right-col > div + div {
    margin-top: 32px;
}
@media (max-width: 767px) {
    .contact-section .contact-form .left-col > div + div,
    .contact-section .contact-form .right-col > div + div {
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    .contact-section .contact-form .right-col {
        margin-top: 25px;
    }
}
.contact-section form {
    overflow: hidden;
    margin: 0 -25px;
}
@media (max-width: 1199px) {
    .contact-section form {
        margin: 0 -12px;
    }
}
.contact-section form .left-col,
.contact-section form .right-col {
    float: left;
    width: 50%;
    padding: 0 25px;
}
@media (max-width: 1199px) {
    .contact-section form .left-col,
    .contact-section form .right-col {
        padding: 0 12px;
    }
}
@media (max-width: 767px) {
    .contact-section form .left-col,
    .contact-section form .right-col {
        float: none;
        width: 100%;
    }
}
.contact-section form label {
    font-family: 'Crimson Text', sans-serif;
    font-weight: 500;
    color: #fff;
}
.contact-section form input,
.contact-section form select,
.contact-section form textarea {
    height: 45px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
@media (max-width: 767px) {
    .contact-section form input,
    .contact-section form select,
    .contact-section form textarea {
        height: 37px;
    }
}
.contact-section form textarea {
    height: 174px;
}
@media (max-width: 767px) {
    .contact-section form textarea {
        height: 120px;
    }
}
.contact-section form button {
    font-family: 'Crimson Text', sans-serif;
    font-weight: 600;
    line-height: 45px;
    width: 100%;
    height: 45px;
    color: #fff;
    border: 0;
    outline: 0;
    background-color: #e6a492;
}
@media (max-width: 767px) {
    .contact-section form button {
        line-height: 37px;
        height: 37px;
    }
}
.contact-section .video-grid {
    background: url('../images/jns-law-firm_bw.jpg') center center/cover no-repeat local;
}
.contact-section .video-grid:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    /*background-color: rgba(38, 51, 71, .5);*/
}
.contact-section .video-holder {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}
.contact-section .video-holder a {
    line-height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #fff;
}
@media (max-width: 1199px) {
    .contact-section .video-holder a {
        line-height: 80px;
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 767px) {
    .contact-section .video-holder a {
        line-height: 70px;
        width: 70px;
        height: 70px;
    }
}
.contact-section .video-holder a i {
    font-size: 24px;
    font-size: 1.5rem;
    color: #28334a;
}
.contact-section .video-holder a:before {
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 10px;
    width: 80px;
    height: 80px;
    content: '';
    -webkit-animation: video-icon-animation 1.4s linear infinite;
            animation: video-icon-animation 1.4s linear infinite;
    border-radius: 50%;
    background: #fff;
}
@media (max-width: 1199px) {
    .contact-section .video-holder a:before {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 767px) {
    .contact-section .video-holder a:before {
        width: 50px;
        height: 50px;
    }
}
.contact-section .video-holder a:after {
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 5px;
    width: 90px;
    height: 90px;
    content: '';
    -webkit-animation: video-icon-animation 1.4s .7s linear infinite;
            animation: video-icon-animation 1.4s .7s linear infinite;
    border-radius: 50%;
    background: #fff;
}
@media (max-width: 1199px) {
    .contact-section .video-holder a:after {
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 767px) {
    .contact-section .video-holder a:after {
        width: 60px;
        height: 60px;
    }
}
@-webkit-keyframes video-icon-animation {
    from {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(2, 2);
                transform: scale(2, 2);
        opacity: 0;
    }
}
@keyframes video-icon-animation {
    from {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(2, 2);
                transform: scale(2, 2);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
#1.3  news-section
--------------------------------------------------------------*/

.news-section {
    padding-bottom: 90px;
}
@media (max-width: 991px) {
    .news-section {
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .news-section {
        padding-bottom: 70px;
    }
}
.news-section .more-blog {
    font-weight: 500;
    display: inline-block;
    margin-top: 13px;
    color: #28334a;
}
.news-section .owl-controls {
    position: relative;
    margin-top: 55px;
}
@media (max-width: 767px) {
    .news-section .owl-controls {
        margin-top: 35px;
    }
}
.news-section .owl-controls .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    background: #28334a;
    box-shadow: 0 0 0 2px transparent;
}
.news-section .owl-controls .owl-dots .active span {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #28334a;
}

/*--------------------------------------------------------------
#1.4  partners-section
--------------------------------------------------------------*/

.partners-section {
    padding-top: 0;
    padding-bottom: 90px;
    text-align: center;
}
@media (max-width: 991px) {
    .partners-section {
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .partners-section {
        padding-bottom: 70px;
    }
}
.partners-section .grid {
    border: 1px solid #e4e4e4;
}
.partners-section .partners-slider img {
    display: inline-block;
    width: auto;
}

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


/*--------------------------------------------------------------
#2.0  why-choose-section
--------------------------------------------------------------*/

.why-choose-section,
.why-choose-section-s2 {
    padding-bottom: 90px;
    /*background-color: #eff0f2;*/
}
@media (max-width: 991px) {
    .why-choose-section,
    .why-choose-section-s2 {
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .why-choose-section,
    .why-choose-section-s2 {
        padding-bottom: 70px;
    }
}
@media screen and (min-width: 992px) {
    .why-choose-section,
    .why-choose-section-s2 {
        margin-top: -25px;
    }
}
.why-choose-section .why-choose-grids,
.why-choose-section-s2 .why-choose-grids {
    margin-top: 35px;
}
.why-choose-section .owl-controls,
.why-choose-section-s2 .owl-controls {
    position: relative;
    display: none;
    margin-top: 50px;
}
@media (max-width: 1200px) {
    .why-choose-section .owl-controls,
    .why-choose-section-s2 .owl-controls {
        display: block;
    }
}
@media (max-width: 767px) {
    .why-choose-section .owl-controls,
    .why-choose-section-s2 .owl-controls {
        margin-top: 40px;
    }
}
.why-choose-section .owl-controls .owl-dots .owl-dot span,
.why-choose-section-s2 .owl-controls .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 3px solid #e8eef1;
    background: #28334a;
    box-shadow: 0 0 0 2px transparent;
}
.why-choose-section .owl-controls .owl-dots .active span,
.why-choose-section-s2 .owl-controls .owl-dots .active span {
    border: 3px solid #e8eef1;
    box-shadow: 0 0 0 2px #28334a;
}

/*--------------------------------------------------------------
#2.1  why-choose-section
--------------------------------------------------------------*/

.services-section-s2 {
    position: relative;
    background-color: #fff;
}
.services-section-s2:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #f4f4f4;
}
.services-section-s2 > .container {
    position: relative;
    z-index: 10;
}
.services-section-s2 .section-overlay {
    display: none;
}
.services-section-s2 .services-grids .grid .overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.services-section-s2 .owl-controls .owl-nav .owl-prev,
.services-section-s2 .owl-controls .owl-nav .owl-next {
    background-color: #efefef;
}

/*--------------------------------------------------------------
#2.2  case-studies-s2
--------------------------------------------------------------*/

.case-studies-s2 {
    position: relative;
    z-index: 10;
    padding: 0;
}
.case-studies-s2 .recent-case {
    position: relative;
}
.case-studies-s2 .recent-case:before {
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    content: '';
    border: 1px solid #868078;
}
.case-studies-s2 .recent-case .details {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    padding: 0 120px 0 40px;
}
@media (max-width: 991px) {
    .case-studies-s2 .recent-case .details {
        padding: 0 95px 0 40px;
    }
}
@media (max-width: 767px) {
    .case-studies-s2 .recent-case .details {
        padding: 0 25px 0 40px;
    }
}
.case-studies-s2 .recent-case .cat {
    font-size: 14px;
    font-size: .875rem;
    display: inline-block;
    padding: 3px 12px;
    color: #fff;
    background-color: #e6a492;
}
.case-studies-s2 .recent-case h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: 1em 0 0;
}
@media (max-width: 767px) {
    .case-studies-s2 .recent-case h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
.case-studies-s2 .recent-case h3 a {
    color: #fff;
}
.case-studies-s2 .case-grids {
    overflow: hidden;
    margin: 0 -2px 0 -28px;
}
@media (max-width: 991px) {
    .case-studies-s2 .case-grids {
        margin: 4px -2px 0;
    }
}
.case-studies-s2 .case-grids .grid {
    position: relative;
    float: left;
    width: calc(50% - 4px);
    margin: 0 2px 4px;
}
@media (max-width: 520px) {
    .case-studies-s2 .case-grids .grid {
        width: calc(100% - 4px);
    }
}
.case-studies-s2 .case-grids .grid-s2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #28334a;
}
.case-studies-s2 .case-grids .grid-s3:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #e6a492;
}
.case-studies-s2 .case-grids .grid .details {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 40px 0 18px;
}
.case-studies-s2 .case-grids .grid .details h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25em;
    margin: .3em 0 0;
}
@media (max-width: 1199px) {
    .case-studies-s2 .case-grids .grid .details h4 {
        font-size: 14px;
        font-size: .875rem;
    }
}
@media (max-width: 991px) {
    .case-studies-s2 .case-grids .grid .details h4 {
        padding-right: 15px;
    }
}
.case-studies-s2 .case-grids .grid .details h4 a {
    color: #fff;
}
.case-studies-s2 .case-grids .grid-s1 .cat {
    font-size: 14px;
    font-size: .875rem;
    position: absolute;
    top: 25px;
    left: 18px;
    padding: 3px 12px;
    color: #fff;
    background-color: #28334a;
}
.case-studies-s2 .case-grids .grid-s2 .cat,
.case-studies-s2 .case-grids .grid-s3 .cat {
    font-size: 14px;
    font-size: .875rem;
    color: #fff;
}
.case-studies-s2 .case-grids .grid-s2 .icon,
.case-studies-s2 .case-grids .grid-s3 .icon {
    position: absolute;
    top: 22px;
    right: 35px;
}
.case-studies-s2 .case-grids .grid-s4 .video-holder i {
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #28334a;
    border-radius: 50%;
    background-color: #fff;

    hiehgt: 30px;
}
.case-studies-s2 .case-grids .grid-s4 .video-holder a {
    font-size: 14px;
    font-size: .875rem;
    color: #fff;
}
.case-studies-s2 .case-grids .grid-s4 .details h4 {
    margin-top: 1em;
}

/*--------------------------------------------------------------
#2.3  newsletter-section
--------------------------------------------------------------*/

.newsletter-section {
    position: relative;
    margin-top: -150px;
    padding: 255px 0 100px;
    background: url('../images/newsletter-section-bg.jpg') center center/cover no-repeat local;
}
@media (max-width: 991px) {
    .newsletter-section {
        margin-top: -80px;
        padding: 155px 0 90px;
    }
}
@media (max-width: 767px) {
    .newsletter-section {
        margin-top: -90px;
        padding: 155px 0 80px;
    }
}
.newsletter-section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(38, 51, 71, .9);
}
.newsletter-section h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0;
    color: #fff;
}
@media (max-width: 1199px) {
    .newsletter-section h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}
@media (max-width: 991px) {
    .newsletter-section h2 {
        margin: 0 0 1em;
    }
}
@media (max-width: 767px) {
    .newsletter-section h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}
.newsletter-section h2 span {
    font-weight: 600;
}
.newsletter-section form div {
    position: relative;
}
.newsletter-section form div button {
    font-family: 'Crimson Text', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 158px;
    height: 50px;
    color: #fff;
    border: 1px solid #fff;
    background-color: #28334a;
}
@media (max-width: 767px) {
    .newsletter-section form div button {
        font-size: 14px;
        font-size: .875rem;
        line-height: 45px;
        width: 120px;
        height: 45px;
    }
}
.newsletter-section form input {
    height: 50px;
    padding: 6px 168px 6px 25px;
    border: 0;
    border-radius: 0;
    outline: 0;
    background-color: #fff;
    box-shadow: none;
}
@media (max-width: 767px) {
    .newsletter-section form input {
        height: 45px;
        padding: 6px 130px 6px 15px;
    }
}

/*--------------------------------------------------------------
#2.4  testimonials-section-s2
--------------------------------------------------------------*/

.testimonials-section-s2 .testimonials-grids .client-pic img {
    display: inline-block;
    width: auto;
    border-radius: 50%;
}
.testimonials-section-s2 .grid {
    text-align: center;
}
.testimonials-section-s2 .client-qote {
    position: relative;
    padding: 85px 45px 0;
}
@media (max-width: 1199px) {
    .testimonials-section-s2 .client-qote {
        padding: 85px 0 0;
    }
}
@media (max-width: 991px) {
    .testimonials-section-s2 .client-qote {
        padding: 45px 0 0;
    }
}
.testimonials-section-s2 .client-qote:before {
    font-family: 'Crimson Text', sans-serif;
    font-size: 200px;
    font-size: 12.5rem;
    position: absolute;
    top: -50px;
    left: 50%;
    content: '“';
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #28334a;
}
@media (max-width: 991px) {
    .testimonials-section-s2 .client-qote:before {
        font-size: 100px;
        font-size: 6.25rem;
        top: -25px;
    }
}
.testimonials-section-s2 .client-qote p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.75em;
    color: #28334a;
}
@media (max-width: 991px) {
    .testimonials-section-s2 .client-qote p {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
@media (max-width: 767px) {
    .testimonials-section-s2 .client-qote p {
        font-size: 16px;
        font-size: 1rem;
    }
}
.testimonials-section-s2 .client-info {
    position: relative;
    display: inline-block;
    min-height: 42px;
    margin-top: 35px;
    padding-left: 55px;
    text-align: left;
}
.testimonials-section-s2 .client-info h5 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    color: #28334a;
}
@media (max-width: 991px) {
    .testimonials-section-s2 .client-info h5 {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}
@media (max-width: 767px) {
    .testimonials-section-s2 .client-info h5 {
        font-size: 15px;
        font-size: .9375rem;
    }
}
.testimonials-section-s2 .client-info h5 + span {
    font-size: 15px;
    font-size: .9375rem;
    color: #7a8595;
}
@media (max-width: 767px) {
    .testimonials-section-s2 .client-info h5 + span {
        font-size: 13px;
        font-size: .8125rem;
    }
}
.testimonials-section-s2 .client-info .client-pic {
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (min-width: 1200px) {
    .testimonials-section-s2 .owl-controls {
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: 0;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .testimonials-section-s2 .owl-controls .owl-nav .owl-prev,
    .testimonials-section-s2 .owl-controls .owl-nav .owl-next {
        position: absolute;
        top: -17px;
    }
    .testimonials-section-s2 .owl-controls .owl-nav .owl-prev {
        left: -100px;
    }
    .testimonials-section-s2 .owl-controls .owl-nav .owl-next {
        right: -100px;
    }
}
@media (max-width: 1199px) {
    .testimonials-section-s2 .owl-controls {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .testimonials-section-s2 .owl-controls {
        margin-top: 30px;
    }
}
.testimonials-section-s2 .owl-controls .owl-nav .owl-prev,
.testimonials-section-s2 .owl-controls .owl-nav .owl-next {
    line-height: 38px;
    width: 35px;
    height: 35px;
    padding: 0;
    color: #28334a;
    border-radius: 0;
    background: #f3f4f7;
}
.testimonials-section-s2 .owl-controls .owl-nav .owl-prev:hover,
.testimonials-section-s2 .owl-controls .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #28334a;
}

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


/*--------------------------------------------------------------
#3.0  fun-fact-section
--------------------------------------------------------------*/

.fun-fact-section .fun-fact-grids {
    overflow: hidden;
}
.fun-fact-section .grid {
    float: left;
    width: 33.33%;
    padding: 29px 0;
    text-align: center;
    background-color: #28334a4d;
}
@media (max-width: 991px) {
    .fun-fact-section .grid {
        padding: 22px 0;
    }
}
@media (max-width: 767px) {
    .fun-fact-section .grid {
        float: none;
        width: 100%;
        padding: 22px 0;
    }
}
.fun-fact-section .fun-fact-grids > .grid:nth-child(2) {
    background-color: #28334a8a;
}
.fun-fact-section .fun-fact-grids > .grid:nth-child(3) {
    background-color: #28334ad9;
}
.fun-fact-section .grid p {
    font-family: 'Crimson Text', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}
@media (max-width: 1199px) {
    .fun-fact-section .grid p {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
@media (max-width: 991px) {
    .fun-fact-section .grid p {
        font-size: 16px;
        font-size: 1rem;
    }
}

/*--------------------------------------------------------------
#3.1  services-section-s3
--------------------------------------------------------------*/

.services-section-s3 .services-s3-grids {
    overflow: hidden;
    padding: 95px 30px 95px 20px;
}
@media (max-width: 991px) {
    .services-section-s3 .services-s3-grids {
        padding: 45px 0;
    }
}
.services-section-s3 .services-s3-grids .grid {
    float: left;
    width: 50%;
    padding: 35px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
@media (max-width: 600px) {
    .services-section-s3 .services-s3-grids .grid {
        float: none;
        width: 100%;
        padding: 25px;
    }
}
.services-section-s3 .services-s3-grids .grid:hover {
    box-shadow: 0 0 20px rgba(171, 171, 171, .3);
}
.services-section-s3 .grid h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 .71em;
    color: #28334a;
}
@media (max-width: 991px) {
    .services-section-s3 .grid h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
@media (max-width: 767px) {
    .services-section-s3 .grid h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
.services-section-s3 .grid .fi {
    position: relative;
    top: 7px;
    display: inline-block;
    padding-right: 8px;
}
.services-section-s3 .grid .fi:before {
    font-size: 35px;
    font-size: 2.1875rem;
}
.services-section-s3 .grid p {
    font-size: 14px;
    font-size: .875rem;
    margin: 0;
}
.services-section-s3 .strength-info {
    padding: 60px 30px 95px 45px;
    background-color: #28334a;
}
@media (max-width: 1199px) {
    .services-section-s3 .strength-info {
        padding: 60px 30px 60px 45px;
    }
}
@media (max-width: 767px) {
    .services-section-s3 .strength-info {
        padding: 40px 20px 40px 25px;
    }
}
.services-section-s3 .strength-info ul {
    font-family: 'Crimson Text', sans-serif;
    list-style: none;
}
.services-section-s3 .strength-info h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 .67em;
    color: #fff;
}
@media (max-width: 991px) {
    .services-section-s3 .strength-info h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
@media (max-width: 767px) {
    .services-section-s3 .strength-info h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
.services-section-s3 .strength-info p {
    font-size: 14px;
    font-size: .875rem;
    margin: 0 0 15px;
    color: #7a8595;
}
.services-section-s3 .strength-info .title {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}
.services-section-s3 .strength-info ul li a {
    font-size: 18px;
    font-size: 1.125rem;
    color: #7a8595;
}
@media (max-width: 991px) {
    .services-section-s3 .strength-info ul li a {
        font-size: 15px;
        font-size: .9375rem;
    }
}
@media (max-width: 767px) {
    .services-section-s3 .strength-info ul li a {
        font-size: 14px;
        font-size: .875rem;
    }
}
.services-section-s3 .strength-info ul li a:hover {
    color: #fff;
}
.services-section-s3 .strength-info ul > li + li {
    margin-top: 22px;
}
@media (max-width: 767px) {
    .services-section-s3 .strength-info ul > li + li {
        margin-top: 16px;
    }
}

/*--------------------------------------------------------------
#3.2  why-choose-section-s2
--------------------------------------------------------------*/

.why-choose-section-s2 {
    margin-top: 0;
    background-color: #fff;
}
.why-choose-section-s2 .grid .details {
    border: 1px solid #e6e6e6;
}
.why-choose-section-s2 .why-choose-slider .owl-item {
    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
    .why-choose-section-s2 .why-choose-slider .owl-item {
        border: 0;
    }
}

/*--------------------------------------------------------------
#3.3  pricing-section
--------------------------------------------------------------*/

.pricing-section {
    padding-bottom: 140px;
    background-color: #e8eef1;
}
@media (max-width: 991px) {
    .pricing-section {
        padding-bottom: 130px;
    }
}
@media (max-width: 767px) {
    .pricing-section {
        padding-bottom: 120px;
    }
}
.pricing-section .section-title-s4 p {
    color: #7a8595;
}
.pricing-section .owl-controls {
    position: relative;
    margin-top: 50px;
}
@media (max-width: 767px) {
    .pricing-section .owl-controls {
        margin-top: 40px;
    }
}
.pricing-section .owl-controls .owl-dots {
    position: absolute;
    top: 8px;
    right: -5px;
}
.pricing-section .owl-controls .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 3px solid #e8eef1;
    background: #28334a;
    box-shadow: 0 0 0 2px transparent;
}
.pricing-section .owl-controls .owl-dots .active span {
    border: 3px solid #e8eef1;
    box-shadow: 0 0 0 2px #28334a;
}
.pricing-section .owl-controls .owl-nav {
    position: absolute;
    left: -5px;
}
.pricing-section .owl-controls .owl-nav .owl-prev,
.pricing-section .owl-controls .owl-nav .owl-next {
    line-height: 31px;
    width: 34px;
    height: 34px;
    color: #28334a;
    border-radius: 0;
    background: #dde4e7;
}
@media (max-width: 767px) {
    .pricing-section .owl-controls .owl-nav .owl-prev,
    .pricing-section .owl-controls .owl-nav .owl-next {
        font-size: 12px;
        font-size: .75rem;
        line-height: 27px;
        width: 30px;
        height: 30px;
    }
}
.pricing-section .owl-controls .owl-nav .owl-prev:hover,
.pricing-section .owl-controls .owl-nav .owl-next:hover {
    color: #28334a;
    background: #dadada;
}

/*--------------------------------------------------------------
#3.4  testimonials-section-s3
--------------------------------------------------------------*/

.testimonials-section-s3 .section-title-s2,
.testimonials-section-s3 .section-title-s3 {
    margin-top: 15px;
}
@media screen and (min-width: 992px) {
    .testimonials-section-s3 .section-title-s2,
    .testimonials-section-s3 .section-title-s3 {
        padding-right: 45px;
    }
}
@media (max-width: 991px) {
    .testimonials-section-s3 .section-title-s2,
    .testimonials-section-s3 .section-title-s3 {
        margin-top: 0;
    }
}
@media (max-width: 991px) {
    .testimonials-section-s3 .testimonials-grids-s3 {
        margin-top: 30px;
    }
}
.testimonials-section-s3 .testimonials-grids-s3 .grid {
    position: relative;
    margin: 30px 30px 50px;
    padding: 50px 100px 60px 60px;
    box-shadow: 0 0 30px rgba(171, 171, 171, .3);
}
@media (max-width: 991px) {
    .testimonials-section-s3 .testimonials-grids-s3 .grid {
        margin: 0 0 50px;
        padding: 30px;
        border: 1px solid #e4e4e4;
        box-shadow: none;
    }
}
@media (max-width: 767px) {
    .testimonials-section-s3 .testimonials-grids-s3 .grid {
        margin: 0 0 40px;
        padding: 20px;
    }
}
.testimonials-section-s3 .testimonials-grids-s3 .grid:before {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    height: 22px;
    content: '';
    background: url('../images/testimonials/quote.png') center center/auto no-repeat local;
}
@media (max-width: 991px) {
    .testimonials-section-s3 .testimonials-grids-s3 .grid:before {
        top: 25px;
    }
}
@media (max-width: 600px) {
    .testimonials-section-s3 .testimonials-grids-s3 .grid:before {
        display: none;
    }
}
.testimonials-section-s3 .grid h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 1.25em;
    color: #28334a;
}
@media (max-width: 991px) {
    .testimonials-section-s3 .grid h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
.testimonials-section-s3 .grid .client-info {
    position: absolute;
    z-index: 2;
    bottom: -45px;
    min-height: 70px;
    padding: 26px 0 0 75px;
}
.testimonials-section-s3 .grid .client-info .client-pic {
    position: absolute;
    top: 0;
    left: 0;
}
.testimonials-section-s3 .grid .client-info .client-pic img {
    width: auto;
    border-radius: 50%;
}
.testimonials-section-s3 .grid .client-info h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 4px;
    color: #28334a;
}
@media (max-width: 991px) {
    .testimonials-section-s3 .grid .client-info h4 {
        font-size: 15px;
        font-size: .9375rem;
    }
}
.testimonials-section-s3 .grid .client-info h4 + span {
    font-size: 14px;
    font-size: .875rem;
    color: #86909e;
}
.testimonials-section-s3 .owl-controls {
    position: absolute;
    top: 208px;
    left: -492px;
}
@media (max-width: 1199px) {
    .testimonials-section-s3 .owl-controls {
        left: -410px;
    }
}
@media (max-width: 991px) {
    .testimonials-section-s3 .owl-controls {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 25px;
    }
}
.testimonials-section-s3 .owl-controls .owl-nav .owl-prev,
.testimonials-section-s3 .owl-controls .owl-nav .owl-next {
    line-height: 31px;
    width: 34px;
    height: 34px;
    text-align: center;
    color: #28334a;
    border-radius: 0;
    background: #dde4e7;
}
@media (max-width: 767px) {
    .testimonials-section-s3 .owl-controls .owl-nav .owl-prev,
    .testimonials-section-s3 .owl-controls .owl-nav .owl-next {
        font-size: 12px;
        font-size: .75rem;
        line-height: 27px;
        width: 30px;
        height: 30px;
    }
}
.testimonials-section-s3 .owl-controls .owl-nav .owl-prev:hover,
.testimonials-section-s3 .owl-controls .owl-nav .owl-next:hover {
    color: #28334a;
    background: #dadada;
}

/*--------------------------------------------------------------
  #case studies page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#8.1  full-case-studies-section
--------------------------------------------------------------*/

.full-case-studies-section .case-studies-grids {
    overflow: hidden;
    margin: 0 -15px;
}
.full-case-studies-section .case-studies-grids .grid {
    position: relative;
    float: left;
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
}
@media (max-width: 1199px) {
    .full-case-studies-section .case-studies-grids .grid {
        width: calc(50% - 30px);
    }
}
@media (max-width: 550px) {
    .full-case-studies-section .case-studies-grids .grid {
        width: calc(100% - 30px);
    }
}
.full-case-studies-section .grid .details {
    position: relative;
    width: 100%;
    padding: 15px 25px;
    background-color: #f8f9f7;
}
@media (max-width: 767px) {
    .full-case-studies-section .grid .details {
        position: static;
        padding: 27px 0 0;
    }
}
.full-case-studies-section .grid h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0 0 1.5em;
    padding-right: 85px;
    color: #28334a;
}
@media (max-width: 991px) {
    .full-case-studies-section .grid h3 {
        padding-right: 0;
    }
}
.full-case-studies-section .grid .cat {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 2px 7px;
    color: #fff;
    background-color: #e6a492;
}
@media (max-width: 1199px) {
    .full-case-studies-section .grid .cat {
        position: static;
        display: inline-block;
        margin-bottom: 15px;
    }
}
.full-case-studies-section .full-story {
    margin: 0 -25px;
}
.full-case-studies-section .full-story a {
    font-family: 'Crimson Text', sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    display: block;
    padding: 7px 25px;
    color: #28334a;
}
@media (max-width: 1199px) {
    .full-case-studies-section .full-story a {
        font-size: 14px;
        font-size: .875rem;
    }
}
.full-case-studies-section .full-story:hover {
    background-color: rgba(38, 51, 71, .8);
}
.full-case-studies-section .full-story:hover a {
    color: #fff;
}
.full-case-studies-section .load-more {
    padding-top: 20px;
    text-align: center;
}
@media (max-width: 767px) {
    .full-case-studies-section .load-more {
        padding-top: 10px;
    }
}

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


/*--------------------------------------------------------------
#4.1  about-features
--------------------------------------------------------------*/

.about-features {
    padding-top: 0;
}
.about-features .grid {
    padding: 30px 40px 80px;
    text-align: center;
    border: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
    .about-features .grid {
        padding: 20px 20px 30px;
    }
}
.about-features .icon .fi:before {
    font-size: 60px;
    font-size: 3.75rem;
    color: #28334a;
}
@media (max-width: 991px) {
    .about-features .icon .fi:before {
        font-size: 50px;
        font-size: 3.125rem;
    }
}
.about-features .grid h3 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 600;
    margin: .55em 0 .64em;
    color: #28334a;
}
@media (max-width: 991px) {
    .about-features .grid h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
.about-features .grid p {
    margin: 0;
}

/*--------------------------------------------------------------
#4.2  company-history
--------------------------------------------------------------*/

.company-history {
    background-color: #e8eef1;
}
.company-history .history-timeline {
    margin-top: 40px;
}
.company-history .tablinks {
    margin-bottom: 45px;
    text-align: center;
}
@media (max-width: 991px) {
    .company-history .tablinks {
        margin-bottom: 25px;
    }
}
.company-history .tablinks ul {
    position: relative;
    display: inline-block;
    overflow: hidden;
    list-style: none;
}
.company-history .tablinks ul:after {
    position: absolute;
    bottom: 2px;
    left: 18px;
    width: calc(100% - 35px);
    height: 1px;
    content: '';
    background: #28334a;
}
@media (max-width: 767px) {
    .company-history .tablinks ul:after {
        display: none;
    }
}
.company-history .tablinks ul li {
    position: relative;
    float: left;
    padding-bottom: 10px;
}
@media (max-width: 767px) {
    .company-history .tablinks ul li {
        float: none;
    }
}
.company-history .tablinks ul li:after {
    position: absolute;
    bottom: 0;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 50%;
    background: #28334a;
}
@media (max-width: 767px) {
    .company-history .tablinks ul li:after {
        display: none;
    }
}
.company-history .tablinks ul > li + li {
    margin-left: 65px;
}
@media (max-width: 767px) {
    .company-history .tablinks ul > li + li {
        margin-left: 0;
    }
}
.company-history .tablinks ul a {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    color: #7a8595;
}
.company-history .tablinks ul a:hover,
.company-history .tablinks ul a:focus {
    text-decoration: none;
}
.company-history .tablinks ul li.active a {
    color: #28334a;
}
.company-history .tab-content .grid {
    overflow: hidden;
}
@media (max-width: 767px) {
    .company-history .tab-content .grid {
        margin-left: -20px;
    }
}
.company-history .grid .img-holder {
    float: left;
    width: calc(100% - 600px);
}
@media (max-width: 1199px) {
    .company-history .grid .img-holder {
        width: 40%;
    }
}
@media (max-width: 991px) {
    .company-history .grid .img-holder {
        float: none;
        width: 100%;
    }
}
.company-history .grid .details {
    float: left;
    width: calc(100% - 570px);
    padding: 60px 30px 0 70px;
}
@media (max-width: 1199px) {
    .company-history .grid .details {
        width: 60%;
        padding: 30px 30px 0 50px;
    }
}
@media (max-width: 991px) {
    .company-history .grid .details {
        float: none;
        width: 100%;
        padding: 30px 0 0 20px;
    }
}
.company-history .grid .details h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 .83em;
    color: #28334a;
}
@media (max-width: 1199px) {
    .company-history .grid .details h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

/*--------------------------------------------------------------
#4.3  fun-fact-s2-section
--------------------------------------------------------------*/

.fun-fact-s2-section {
    position: relative;
    padding: 80px 0;
    background: url('../images/funfact-s2-bg.jpg') center center/cover no-repeat fixed;
}
@media (max-width: 767px) {
    .fun-fact-s2-section {
        padding-bottom: 40px;
    }
}
.fun-fact-s2-section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(38, 51, 71, .6);
}
.fun-fact-s2-section .fun-fact-grids {
    overflow: hidden;
}
.fun-fact-s2-section .fun-fact-grids .grid {
    font-family: 'Crimson Text', sans-serif;
    float: left;
    width: 25%;
    text-align: center;
    color: #fff;
}
@media (max-width: 767px) {
    .fun-fact-s2-section .fun-fact-grids .grid {
        width: 50%;
        margin-bottom: 35px;
    }
}
@media (max-width: 420px) {
    .fun-fact-s2-section .fun-fact-grids .grid {
        float: none;
        width: 100%;
    }
}
.fun-fact-s2-section .grid > div {
    font-size: 60px;
    font-size: 3.75rem;
    font-weight: 600;
    display: inline-block;
    padding: 10px 6px;
}
@media (max-width: 991px) {
    .fun-fact-s2-section .grid > div {
        font-size: 45px;
        font-size: 2.8125rem;
    }
}
@media (max-width: 767px) {
    .fun-fact-s2-section .grid > div {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}
.fun-fact-s2-section .grid p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 5px 0 0;
    color: #fff;
}
@media (max-width: 991px) {
    .fun-fact-s2-section .grid p {
        font-size: 15px;
        font-size: .9375rem;
    }
}
@media (max-width: 767px) {
    .fun-fact-s2-section .grid p {
        font-size: 14px;
        font-size: .875rem;
    }
}

/*--------------------------------------------------------------
#4.4  about-pg-testimonials-section
--------------------------------------------------------------*/

@media screen and (min-width: 992px) {
    .about-pg-testimonials-section .testimonials-grids-s3 {
        padding-top: 60px;
    }
}
.about-pg-testimonials-section .testimonials-grids-s3 .grid {
    position: relative;
    margin: 10px 1px 45px 0;
    padding: 50px 100px 60px 60px;
    border: 1px solid #e3e6ec;
}
@media (max-width: 991px) {
    .about-pg-testimonials-section .testimonials-grids-s3 .grid {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .about-pg-testimonials-section .testimonials-grids-s3 .grid {
        padding: 20px;
        border: 1px solid #e4e4e4;
        box-shadow: none;
    }
}
.about-pg-testimonials-section .testimonials-grids-s3 .grid:before {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    height: 22px;
    content: '';
    background: url('../images/testimonials/quote.png') center center/auto no-repeat local;
}
@media (max-width: 991px) {
    .about-pg-testimonials-section .testimonials-grids-s3 .grid:before {
        top: 25px;
    }
}
@media (max-width: 600px) {
    .about-pg-testimonials-section .testimonials-grids-s3 .grid:before {
        display: none;
    }
}
.about-pg-testimonials-section .grid h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 1.25em;
    color: #28334a;
}
@media (max-width: 991px) {
    .about-pg-testimonials-section .grid h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
.about-pg-testimonials-section .grid .client-info {
    position: absolute;
    z-index: 2;
    bottom: -45px;
    min-height: 70px;
    padding: 26px 0 0 75px;
}
.about-pg-testimonials-section .grid .client-info .client-pic {
    position: absolute;
    top: 0;
    left: 0;
}
.about-pg-testimonials-section .grid .client-info .client-pic img {
    width: auto;
    border-radius: 50%;
}
.about-pg-testimonials-section .grid .client-info h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 4px;
    color: #28334a;
}
@media (max-width: 991px) {
    .about-pg-testimonials-section .grid .client-info h4 {
        font-size: 15px;
        font-size: .9375rem;
    }
}
.about-pg-testimonials-section .grid .client-info h4 + span {
    font-size: 14px;
    font-size: .875rem;
    color: #86909e;
}
@media screen and (min-width: 992px) {
    .about-pg-testimonials-section .owl-controls {
        position: absolute;
        top: -30px;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .about-pg-testimonials-section .owl-controls {
        margin-top: 20px;
    }
}
.about-pg-testimonials-section .owl-controls .owl-nav .owl-prev,
.about-pg-testimonials-section .owl-controls .owl-nav .owl-next {
    line-height: 31px;
    width: 34px;
    height: 34px;
    color: #28334a;
    border-radius: 0;
    background: #dde4e7;
}
@media (max-width: 767px) {
    .about-pg-testimonials-section .owl-controls .owl-nav .owl-prev,
    .about-pg-testimonials-section .owl-controls .owl-nav .owl-next {
        font-size: 12px;
        font-size: .75rem;
        line-height: 27px;
        width: 30px;
        height: 30px;
    }
}
.about-pg-testimonials-section .owl-controls .owl-nav .owl-prev:hover,
.about-pg-testimonials-section .owl-controls .owl-nav .owl-next:hover {
    color: #28334a;
    background: #dadada;
}

/*--------------------------------------------------------------
  #team page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#5.1  all-team-members
--------------------------------------------------------------*/

.all-team-members {
    padding-bottom: 70px;
}
@media (max-width: 991px) {
    .all-team-members {
        padding-bottom: 60px;
    }
}
.all-team-members .tablinks {
    margin-bottom: 52px;
    text-align: center;
}
.all-team-members .tablinks ul {
    font-family: 'Crimson Text', sans-serif;
    display: inline-block;
    overflow: hidden;
    padding: 0 40px;
    list-style: none;
    border-radius: 45px;
    background-color: #28334a;
}
@media (max-width: 600px) {
    .all-team-members .tablinks ul {
        padding: 10px 20px;
        border-radius: 0;
    }
}
.all-team-members .tablinks ul li {
    float: left;
}
@media (max-width: 600px) {
    .all-team-members .tablinks ul li {
        float: none;
    }
}
.all-team-members .tablinks ul > li + li {
    margin-left: 45px;
}
@media (max-width: 767px) {
    .all-team-members .tablinks ul > li + li {
        margin-left: 25px;
    }
}
@media (max-width: 600px) {
    .all-team-members .tablinks ul > li + li {
        margin: 0;
    }
}
.all-team-members .tablinks ul li a {
    font-weight: 600;
    display: inline-block;
    padding: 15px 0;
    color: #a1adbd;
}
@media (max-width: 991px) {
    .all-team-members .tablinks ul li a {
        font-size: 14px;
        font-size: .875rem;
        padding: 10px 0;
    }
}
@media (max-width: 767px) {
    .all-team-members .tablinks ul li a {
        font-size: 13px;
        font-size: .8125rem;
    }
}
@media (max-width: 600px) {
    .all-team-members .tablinks ul li a {
        padding: 7px 0;
    }
}
.all-team-members .tablinks ul li.active a {
    color: #fff;
}
.all-team-members .tablinks ul li a:hover,
.all-team-members .tablinks ul li a:focus {
    text-decoration: none;
}
.all-team-members .team-grids {
    position: relative;
    overflow: hidden;
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .all-team-members .team-grids {
        margin: 0 -7.5px;
    }
}
.all-team-members .team-grids .grid {
    float: left;
    width: 25%;
    padding: 0 15px 30px;
}
@media (max-width: 991px) {
    .all-team-members .team-grids .grid {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .all-team-members .team-grids .grid {
        width: 50%;
        padding: 0 7.5px 15px;
    }
}
@media (max-width: 500px) {
    .all-team-members .team-grids .grid {
        width: 100%;
    }
}
.all-team-members .team-grids .grid .details {
    padding: 17px 22px;
    background-color: #28334a;
}
.all-team-members .team-grids .grid .details h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 4px;
    color: #fff;
}
@media (max-width: 767px) {
    .all-team-members .team-grids .grid .details h4 {
        font-size: 15px;
        font-size: .9375rem;
        font-weight: 500;
    }
}
.all-team-members .team-grids .grid .details .post {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    color: #a1adbd;
}
.all-team-members .team-grids .grid .img-holder img {
    width: 100%;
}
.all-team-members .img-holder-social {
    position: relative;
}
.all-team-members .img-holder-social .social {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    text-align: center;
    opacity: 0;

    visibilty: hidden;
}
.all-team-members .img-holder-social ul {
    display: inline-block;
    overflow: hidden;
    margin: 0 auto;
    list-style: none;
}
.all-team-members .img-holder-social ul li {
    float: left;
}
.all-team-members .img-holder-social ul a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    background-color: transparent;
}
.all-team-members .img-holder-social ul a:hover {
    color: #28334a;
    background-color: #fff;
}
.all-team-members .grid:hover .img-holder-social .social {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
#5.2  team-ceo-section
--------------------------------------------------------------*/

.team-ceo-section {
    position: relative;
    background: url('../images/funfact-s2-bg.jpg') center center/cover no-repeat fixed;
}
.team-ceo-section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(227, 239, 245, .95);
}
.team-ceo-section .ceo-text {
    padding: 80px 0 0 35px;
}
@media (max-width: 1199px) {
    .team-ceo-section .ceo-text {
        padding: 40px 0 0 25px;
    }
}
@media (max-width: 991px) {
    .team-ceo-section .ceo-text {
        padding: 40px 0 0;
    }
}
.team-ceo-section .ceo-text h3 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 7px;
    color: #28334a;
}
@media (max-width: 991px) {
    .team-ceo-section .ceo-text h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
@media (max-width: 767px) {
    .team-ceo-section .ceo-text h3 {
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 500;
    }
}
.team-ceo-section .ceo-text > span {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    color: #a1adbd;
}
@media (max-width: 767px) {
    .team-ceo-section .ceo-text > span {
        font-size: 14px;
        font-size: .875rem;
    }
}
.team-ceo-section .ceo-text p {
    margin-bottom: 1.7em;
}

/*--------------------------------------------------------------
  #services page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#6.1  all-services-section
--------------------------------------------------------------*/

@media screen and (min-width: 992px) {
    .all-services-section {
        padding-bottom: 45px;
    }
}
.all-services-section .all-services-grids {
    overflow: hidden;
    margin: 0 -15px;
}
.all-services-section .all-services-grids .grid {
    float: left;
    width: 50%;
    padding: 0 15px 30px;
}
@media (max-width: 550px) {
    .all-services-section .all-services-grids .grid {
        float: none;
        width: 100%;
    }
}
.all-services-section .grid .img-holder {
    position: relative;
}
.all-services-section .grid .details-overlay {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    opacity: 0;
    background: rgba(38, 51, 71, .8);
}
.all-services-section .grid .details-overlay a {
    line-height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    color: #28334a;
    background-color: #fff;
}
.all-services-section .grid:hover .details-overlay {
    visibility: visible;
    opacity: 1;
}
.all-services-section .grid .details {
    padding: 16px 0 20px;
}
@media (max-width: 991px) {
    .all-services-section .grid .details {
        padding: 16px 15px 10px;
        border: 1px solid #d8d8d8;
    }
}
.all-services-section .grid .details h3 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.36em;
    margin: 0 0 10px;
    padding: 0 0 1.58em;
    color: #28334a;
    border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 1199px) {
    .all-services-section .grid .details h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
@media (max-width: 767px) {
    .all-services-section .grid .details h3 {
        font-size: 16px;
        font-size: 1rem;
    }
}
.all-services-section .grid .details > a {
    font-family: 'Crimson Text', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    color: #86909e;
}
@media (max-width: 1199px) {
    .all-services-section .grid .details > a {
        font-size: 15px;
        font-size: .9375rem;
    }
}

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


/*--------------------------------------------------------------
#7.1  service-single-content  
--------------------------------------------------------------*/

.service-single-content h3{
    line-height: 1.3;
    margin: 0 0 26px;
}
.service-single-content a {
    text-decoration: underline;
}
.service-single-content a:hover{
    color: #28334a;
}
.service-single-content .service-details h2 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: .8em;
    margin: 0 0 1.25em;
    color: #28334a;
}
@media (max-width: 767px) {
    .service-single-content .service-details h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
.service-single-content .service-details p {
    margin: 0 0 26px;
}
.service-single-content .service-details ul {
    list-style: none;
    margin: 0 0 26px;
}
.service-single-content .service-details ul li {
    margin-bottom: 12px;
    color: #333;
}
.service-single-content .service-details ul li:last-child {
    margin-bottom: 0;
}
.service-single-content .service-details ul i {
    display: inline-block;
    padding-right: 5px;
}
.service-single-content .img-holder {
    margin-top: 55px;
}
.service-single-content .service-single-tab {
    margin-top: 80px;
}
@media (max-width: 991px) {
    .service-single-content .service-single-tab {
        margin-top: 60px;
    }
}
@media (max-width: 767px) {
    .service-single-content .service-single-tab {
        margin-top: 40px;
    }
}
.service-single-content .service-single-tab .nav {
    overflow: hidden;
}
.service-single-content .service-single-tab .nav li {
    float: left;
}
.service-single-content .service-single-tab .nav > li + li {
    margin-left: 5px;
}
.service-single-content .service-single-tab .nav a {
    font-family: 'Crimson Text', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    padding: 10px 45px;
    color: #86909e;
    background-color: #f1f1f1;
}
@media (max-width: 767px) {
    .service-single-content .service-single-tab .nav a {
        font-size: 13px;
        font-size: .8125rem;
        padding: 8px 12px;
    }
}
.service-single-content .service-single-tab .nav .active a,
.service-single-content .service-single-tab .nav a:hover {
    color: #fff;
    background: #28334a;
}
.service-single-content .tab-content {
    padding-top: 25px;
}
.service-single-content .tab-content .tab-pane p {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .service-single-content .tab-content .tab-pane p {
        margin-bottom: 15px;
    }
}
.service-single-content .tab-content .tab-pane p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
  #testimonials page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#8.1  all-testimonials-section
--------------------------------------------------------------*/

.all-testimonials-section {
    padding-bottom: 35px;
}
@media (max-width: 991px) {
    .all-testimonials-section {
        padding-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .all-testimonials-section {
        padding-bottom: 15px;
    }
}
.all-testimonials-section .testimonials-grids-s3 {
    margin: 0 -15px;
}
.all-testimonials-section .testimonials-grids-s3 .grid {
    position: relative;
    float: left;
    width: calc(50% - 30px);
    margin: 0 15px 100px;
    padding: 50px 100px 60px 60px;
    box-shadow: 2px 0 95px rgba(171, 171, 171, .2);
}
@media (max-width: 991px) {
    .all-testimonials-section .testimonials-grids-s3 .grid {
        width: calc(100% - 30px);
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .all-testimonials-section .testimonials-grids-s3 .grid {
        padding: 20px;
        border: 1px solid #e4e4e4;
        box-shadow: none;
    }
}
.all-testimonials-section .testimonials-grids-s3 .grid:before {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    height: 22px;
    content: '';
    background: url('../images/testimonials/quote.png') center center/auto no-repeat local;
}
@media (max-width: 991px) {
    .all-testimonials-section .testimonials-grids-s3 .grid:before {
        top: 25px;
    }
}
@media (max-width: 600px) {
    .all-testimonials-section .testimonials-grids-s3 .grid:before {
        display: none;
    }
}
.all-testimonials-section .grid h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 1.25em;
    color: #28334a;
}
@media (max-width: 991px) {
    .all-testimonials-section .grid h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
@media (max-width: 767px) {
    .all-testimonials-section .grid h3 {
        font-size: 16px;
        font-size: 1rem;
    }
}
.all-testimonials-section .grid .client-info {
    position: absolute;
    z-index: 2;
    bottom: -45px;
    min-height: 70px;
    padding: 26px 0 0 75px;
}
.all-testimonials-section .grid .client-info .client-pic {
    position: absolute;
    top: 0;
    left: 0;
}
.all-testimonials-section .grid .client-info .client-pic img {
    width: auto;
    border-radius: 50%;
}
.all-testimonials-section .grid .client-info h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 4px;
    color: #28334a;
}
@media (max-width: 991px) {
    .all-testimonials-section .grid .client-info h4 {
        font-size: 15px;
        font-size: .9375rem;
    }
}
@media (max-width: 767px) {
    .all-testimonials-section .grid .client-info h4 {
        font-size: 13px;
        font-size: .8125rem;
    }
}
.all-testimonials-section .grid .client-info h4 + span {
    font-size: 14px;
    font-size: .875rem;
    color: #86909e;
}

/*--------------------------------------------------------------
# faq page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#9.1  faq-section
--------------------------------------------------------------*/

@media screen and (min-width: 1200px) {
    .faq-section .container {
        padding: 0 100px;
    }
}
.faq-section h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0 0 1em;
    color: #28334a;
}
@media (max-width: 991px) {
    .faq-section h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}
@media (max-width: 767px) {
    .faq-section h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

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


/*--------------------------------------------------------------
#10.1 contact-pg-contact-section
--------------------------------------------------------------*/

@media (max-width: 991px) {
    .contact-pg-contact-section .contact-info {
        margin-bottom: 50px;
    }
}
.contact-pg-contact-section .contact-info h3{
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 .46em;
    color: #28334a;
}
.contact-pg-contact-section .contact-info ul {
    list-style: none;
}
.contact-pg-contact-section .contact-info ul li {
    font-family: 'Crimson Text', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6em;
    position: relative;
    padding-left: 45px;
    color: #86909e;
}
.contact-pg-contact-section .contact-info ul li a{
    color: #86909e;
}
@media (max-width: 991px) {
    .contact-pg-contact-section .contact-info ul li {
        font-size: 15px;
        font-size: .9375rem;
    }
}
.contact-pg-contact-section .contact-info li i {
    position: absolute;
    left: 0;
    top: 5px;
}
.contact-pg-contact-section .contact-info ul > li + li {
    margin-top: 20px;
}
@media screen and (min-width: 1200px) {
    .contact-pg-contact-section .contact-form {
        /*padding-left: 70px;*/
    }
}
.contact-pg-contact-section form input,
.contact-pg-contact-section form textarea {
    height: 40px;
    border: 1px solid #e6e9ec;
    border-radius: 0;
    background-color: #f8f8fa;
    box-shadow: none;
}
.contact-pg-contact-section form textarea {
    height: 195px;
}
@media (max-width: 767px) {
    .contact-pg-contact-section form textarea {
        height: 120px;
    }
}
.contact-pg-contact-section form > div {
    margin-bottom: 20px;
}
.contact-pg-contact-section .submit-btn {
    margin: 25px 0 0;
    text-align: center;
}
@media (max-width: 991px) {
    .contact-pg-contact-section .submit-btn {
        margin: 15px 0 0;
    }
}
.contact-pg-contact-section .submit-btn button {
    font-family: 'Crimson Text', sans-serif;
    width: 100%;
    padding: 10px 30px;
    color: #fff;
    border: 0;
    outline: 0;
    background: #28334a;
    background: -webkit-linear-gradient(top, #28334a, #1d2736);
    background:    -moz-linear-gradient(top, #28334a, #1d2736);
    background:      -o-linear-gradient(top, #28334a, #1d2736);
    background:     -ms-linear-gradient(top, #28334a, #1d2736);
    background:         linear-gradient(top, #28334a, #1d2736);
}
@media (max-width: 767px) {
    .contact-pg-contact-section .submit-btn button {
        padding: 10px 20px;
    }
}
.contact-pg-contact-section .submit-btn button:hover {
    background: #1d2736;
    background: -webkit-linear-gradient(top, #1d2736, #28334a);
    background:    -moz-linear-gradient(top, #1d2736, #28334a);
    background:      -o-linear-gradient(top, #1d2736, #28334a);
    background:     -ms-linear-gradient(top, #1d2736, #28334a);
    background:         linear-gradient(top, #1d2736, #28334a);
}

/*--------------------------------------------------------------
#10.2 contact-map-section
--------------------------------------------------------------*/

.contact-map-section .location-map {
    width: 100%;
    height: 450px;
}
@media (max-width: 767px) {
    .contact-map-section .location-map {
        height: 300px;
    }
}

/*--------------------------------------------------------------
# blog grid page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#11.1 blog-grid-section
--------------------------------------------------------------*/

.blog-grid-section .blog-grids {
    overflow: hidden;
    margin: 0 -15px;
}
.blog-grid-section .grid {
    float: left;
    width: 33.33%;
    padding: 0 15px 30px;
}
@media (max-width: 991px) {
    .blog-grid-section .grid {
        width: 50%;
    }
}
@media (max-width: 600px) {
    .blog-grid-section .grid {
        float: none;
        width: 100%;
    }
}
.blog-grid-section .grid .entry-media img {
    width: 100%;
}

/*--------------------------------------------------------------
  #Blog classic
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#12.0 blog-calassic-main-content
--------------------------------------------------------------*/

.blog-calassic-main-content .blog-grids > .grid + .grid {
    margin-top: 75px;
}
@media (max-width: 991px) {
    .blog-calassic-main-content .blog-grids > .grid + .grid {
        margin-top: 55px;
    }
}
.blog-calassic-main-content .grid .entry-body {
    font-size: 16px;
    font-size: 1rem;
    padding: 0;
    border: 0;
}
@media (max-width: 767px) {
    .blog-calassic-main-content .grid .entry-body {
        font-size: 14px;
        font-size: .875rem;
    }
}
.blog-calassic-main-content .entry-meta {
    overflow: hidden;
    padding: 0;
    list-style: none;
    border: 0;
}
.blog-calassic-main-content .entry-meta li {
    float: left;
}
.blog-calassic-main-content .entry-meta > li + li {
    margin-left: 25px;
}
@media (max-width: 767px) {
    .blog-calassic-main-content .entry-meta > li + li {
        margin-left: 15px;
    }
}
.blog-calassic-main-content .entry-meta li a {
    color: #999;
}
.blog-calassic-main-content .entry-title-meta {
    margin-bottom: 25px;
    padding-right: 250px;
}
@media (max-width: 1199px) {
    .blog-calassic-main-content .entry-title-meta {
        padding-right: 150px;
    }
}
@media (max-width: 991px) {
    .blog-calassic-main-content .entry-title-meta {
        padding-right: 0;
    }
}
.blog-calassic-main-content .entry-title-meta h3 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0 0 .45em;
}
@media (max-width: 991px) {
    .blog-calassic-main-content .entry-title-meta h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
.blog-calassic-main-content .entry-title-meta h3 a {
    color: #28334a;
}
.blog-calassic-main-content .entry-media {
    margin-bottom: 30px;
}
.blog-calassic-main-content .entry-body p {
    margin-bottom: 1.2em;
    color: #86909e;
}
.blog-calassic-main-content .entry-body .read-more {
    font-weight: 500;
    color: #28334a;
}
.blog-calassic-main-content .entry-body .read-more:hover {
    color: #000;
}

/*--------------------------------------------------------------
    #Blog details
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#13.0 blog-single-section
--------------------------------------------------------------*/

.blog-single-section {
    /*** tags ***/
    /*** related post ***/
    /*** about-author ***/
    /*** comments ***/
}
.blog-single-section .entry-meta {
    overflow: hidden;
    padding: 0;
    list-style: none;
    border: 0;
}
.blog-single-section .entry-meta li {
    float: left;
}
.blog-single-section .entry-meta > li + li {
    margin-left: 25px;
}
@media (max-width: 767px) {
    .blog-single-section .entry-meta > li + li {
        margin-left: 15px;
    }
}
.blog-single-section .entry-meta li a {
    color: #999;
}
.blog-single-section .entry-title-meta {
    margin-bottom: 25px;
    padding-right: 250px;
}
@media (max-width: 1199px) {
    .blog-single-section .entry-title-meta {
        padding-right: 150px;
    }
}
@media (max-width: 991px) {
    .blog-single-section .entry-title-meta {
        padding-right: 0;
    }
}
.blog-single-section .entry-title-meta h3 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0 0 .45em;
}
@media (max-width: 991px) {
    .blog-single-section .entry-title-meta h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
.blog-single-section .entry-title-meta h3 a {
    color: #28334a;
}
.blog-single-section .entry-media {
    margin-bottom: 30px;
}
.blog-single-section .entry-body p {
    line-height: 1.81em;
    margin-bottom: 35px;
    color: #6a6a6a;
}
.blog-single-section .tag-share {
    position: relative;
    overflow: hidden;
    margin: 40px 0 68px;
    text-align: center;
    /*** share ***/
}
.blog-single-section .tag-share:after {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #e7e7e7;
}
@media (max-width: 767px) {
    .blog-single-section .tag-share {
        margin: 25px 0;
    }
}
.blog-single-section .tag-share ul {
    list-style: none;
}
.blog-single-section .tag-share ul {
    display: inline-block;
    overflow: hidden;
}
.blog-single-section .tag-share ul li {
    float: left;
    margin-right: 6px;
}
.blog-single-section .tag-share ul li:last-child {
    margin-right: 0;
}
.blog-single-section .tag-share > div {
    position: relative;
    z-index: 5;
    width: 150px;
    margin: 0 auto;
    background-color: #fff;
}
.blog-single-section .tag-share > div:last-child span {
    font-size: 15px;
    font-size: .875rem;
    font-weight: 600;
    position: relative;
    top: -9px;
    padding-right: 10px;
    color: #999;
}
.blog-single-section .tag-share .share {
    padding-bottom: 0;
}
.blog-single-section .tag-share .share a {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    color: #111;
}
@media (max-width: 991px) {
    .blog-single-section .tag-share .share a {
        font-size: 14px;
        font-size: .875rem;
    }
}
.blog-single-section .tag-share .share a:hover {
    color: #28334a;
}
.blog-single-section .related-posts {
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .blog-single-section .related-posts {
        margin-top: 50px;
    }
}
.blog-single-section .related-posts h4 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1.2em;
    color: #41516a;
}
@media (max-width: 991px) {
    .blog-single-section .related-posts h4 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}
@media (max-width: 767px) {
    .blog-single-section .related-posts h4 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
.blog-single-section .related-posts .entry-media {
    margin-bottom: 0;
}
.blog-single-section .related-posts .owl-controls {
    position: relative;
    margin-top: 45px;
}
@media (max-width: 767px) {
    .blog-single-section .related-posts .owl-controls {
        margin-top: 35px;
    }
}
.blog-single-section .related-posts .owl-controls .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    background: #28334a;
    box-shadow: 0 0 0 2px transparent;
}
.blog-single-section .related-posts .owl-controls .owl-dots .active span {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #28334a;
}
.blog-single-section .about-author {
    margin-bottom: 50px;
}
.blog-single-section .about-author h4 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 .83em;
    color: #41516a;
}
@media (max-width: 991px) {
    .blog-single-section .about-author h4 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}
@media (max-width: 767px) {
    .blog-single-section .about-author h4 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
.blog-single-section .about-author .inner {
    overflow: hidden;
    padding: 33px 50px;
    border: 1px solid #e6e9ec;
    background-color: #f8f8fa;
}
@media (max-width: 991px) {
    .blog-single-section .about-author .inner {
        padding: 35px;
    }
}
@media (max-width: 767px) {
    .blog-single-section .about-author .inner {
        padding: 25px 20px;
    }
}
.blog-single-section .about-author .author-pic {
    float: left;
    width: 73px;
}
@media (max-width: 767px) {
    .blog-single-section .about-author .author-pic {
        float: none;
        width: 100%;
    }
}
.blog-single-section .about-author .author-details {
    float: left;
    width: calc(100% - 73px);
    padding-left: 25px;
}
@media (max-width: 767px) {
    .blog-single-section .about-author .author-details {
        float: none;
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.blog-single-section .about-author .author-details h5 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    color: #28334a;
}
.blog-single-section .about-author .author-job {
    font-size: 14px;
    font-size: .875rem;
    display: inline-block;
    margin-bottom: 8px;
    color: #999;
}
.blog-single-section .about-author p {
    font-size: 14px;
    font-size: .875rem;
    color: #666;
}
.blog-single-section .about-author .social {
    list-style: none;
}
.blog-single-section .about-author .social li {
    float: left;
    margin-left: 10px;
}
.blog-single-section .about-author .social li:first-child {
    margin-left: 0;
}
.blog-single-section .about-author .social li a {
    font-size: 15px;
    font-size: .9375rem;
    color: #28334a;
}
.blog-single-section .about-author .social li a:hover {
    color: #1d2736;
}
.blog-single-section .comments {
    /*** .article ***/
}
.blog-single-section .comments h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 1em;
    color: #41516a;
}
.blog-single-section .comments > ol {
    padding-left: 0;
}
.blog-single-section .comments ol {
    list-style: none;
}
.blog-single-section .comments ol > li {
    margin-bottom: 35px;
}
.blog-single-section .comments ol > li:last-child {
    margin-bottom: 0;
}
.blog-single-section .comments ol > li > ol {
    margin-top: 35px;
    margin-left: 28px;
    padding: 0;
}
@media (max-width: 767px) {
    .blog-single-section .comments ol > li > ol {
        margin: 30px 0 0 10px;
    }
}
.blog-single-section .comments ol > li > ol > li {
    margin-bottom: 35px !important;
    background-color: #fafafa;
}
.blog-single-section .comments ol > li > ol > li:last-child {
    margin-bottom: 0 !important;
}
.blog-single-section .comments .article {
    position: relative;
    overflow: hidden;
    padding: 25px;
    border: 1px solid #d3d7d9;
}
.blog-single-section .comments .article h4 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .blog-single-section .comments .article h4 {
        font-size: 14px;
        font-size: .875rem;
    }
}
.blog-single-section .comments .article p {
    font-size: 15px;
    font-size: .9375rem;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .blog-single-section .comments .article p {
        font-size: 14px;
        font-size: .875rem;
    }
}
.blog-single-section .comments .article .replay button {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    position: absolute;
    top: 25px;
    right: 25px;
    padding: 0;
    color: #28334a;
    border: 0;
    outline: 0;
    background-color: transparent;
}
.blog-single-section .comments .article .replay button:hover {
    color: #1d2736;
}
.blog-single-section .comments .article .author-meta {
    overflow: hidden;
    margin-bottom: 5px;
}
.blog-single-section .comments .article .author-meta h4 {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600;
    color: #28334a;
}
.blog-single-section .comments .article .author-meta > div:last-child {
    font-size: 12px;
    font-size: .75rem;
    color: #a3aab2;
}
.blog-single-section .comments .article .author-pic {
    float: left;
    width: 10%;
}
@media (max-width: 767px) {
    .blog-single-section .comments .article .author-pic {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
}
.blog-single-section .comments .article .details {
    float: left;
    width: 90%;
}
@media (max-width: 767px) {
    .blog-single-section .comments .article .details {
        float: none;
        width: 100%;
    }
}
.blog-single-section .comments .article p {
    font-size: 14px;
    font-size: .875rem;
    color: #4a4a4a;
}
.blog-single-section .comment-respond {
    margin-top: 55px;
}
.blog-single-section .comment-respond h4 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1.2em;
    color: #41516a;
}
@media (max-width: 991px) {
    .blog-single-section .comment-respond h4 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}
@media (max-width: 767px) {
    .blog-single-section .comment-respond h4 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
.blog-single-section .comment-respond form {
    position: relative;
    margin: 0 -15px;
}
.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
    height: 40px;
    border: 1px solid #e6e9ec;
    border-radius: 0;
    background-color: #f8f8fa;
    box-shadow: none;
}
.blog-single-section .comment-respond form textarea {
    height: 195px;
}
@media (max-width: 767px) {
    .blog-single-section .comment-respond form textarea {
        height: 120px;
    }
}
.blog-single-section .comment-respond form > div {
    margin-bottom: 20px;
}
.blog-single-section .comment-respond .submit-btn {
    margin: 25px 0 0;
    text-align: center;
}
@media (max-width: 991px) {
    .blog-single-section .comment-respond .submit-btn {
        margin: 15px 0 0;
    }
}
.blog-single-section .comment-respond .submit-btn button {
    width: 100%;
    padding: 10px 30px;
    color: #fff;
    border: 0;
    outline: 0;
    background: -webkit-linear-gradient(top, #28334a, #1d2736);
    background:    -moz-linear-gradient(top, #28334a, #1d2736);
    background:      -o-linear-gradient(top, #28334a, #1d2736);
    background:     -ms-linear-gradient(top, #28334a, #1d2736);
    background:         linear-gradient(top, #28334a, #1d2736);
    background-color: #28334a;
}
@media (max-width: 767px) {
    .blog-single-section .comment-respond .submit-btn button {
        padding: 10px 20px;
    }
}
.blog-single-section .comment-respond .submit-btn button:hover {
    background: -webkit-linear-gradient(top, #1d2736, #28334a);
    background:    -moz-linear-gradient(top, #1d2736, #28334a);
    background:      -o-linear-gradient(top, #1d2736, #28334a);
    background:     -ms-linear-gradient(top, #1d2736, #28334a);
    background:         linear-gradient(top, #1d2736, #28334a);
    background-color: #1d2736;
}
