body {
    font-family: "Oswald", sans-serif !important;
    font-size: 14px;
    color: #000;
    Xline-height: 0em;
    font-weight: 400;
    background: #fafafa;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

.logo {
    max-width: 140px;
    margin: 0 auto;
}

.container-fluid {
    padding-right: 35px;
    padding-left: 35px;
    overflow: hidden;
}

.keyword {
    font-size: 1px;
    color: #fff;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

p {
    margin: 0 0 20px;
  }

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #337ab7;
    color: #b5b0b0;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 600;
    margin: 0px;
    background: none;
    line-height: 1.5em;
    color: #000;
    letter-spacing: 1px;
}

.main-menu .navigation .row-full{
	opacity: 0;
}

.tHeading {
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.tHeading.heading.separator::after {
    content: "";
    display: block;
    border-bottom: 3px solid #000;
    width: 6%;
    margin: 15px auto 50px;
}

.tHeading.subheading {
    font-size: 15px;
    color: #8c8c8c
}

.tHeading.heading {
    font-size: 25px;
}

.tHeading.seprator::after {
    content: "";
    display: block;
    border-bottom: 3px dashed #d7d6d6;
    border-top: 3px dashed #c85400;
    width: 15%;
    margin: 15px auto;
}

.tHeading.dark {
    color: #000;
}

.tHeading.light {
    color: #fff;
}

.tHeading.smargin {
    margin: 1em 0 0.5em;
}

.tHeading.lmargin {
    margin: 2em 0 1em;
}

input,
button,
select,
textarea {
    font-family: "Oswald", sans-serif;
}

p {
    position: relative;
    line-height: 1.6em;
    font-weight: 300;
}

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    position: static;
    max-width: 1200px;
    max-width: 1226px;
    /* padding:0px 15px; */
    margin: 0 auto;
}

.medium-container {
    max-width: 850px;
}


ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.content_scoller {
    height: 76px;
    width: 100%;
    /*// border: 1px solid #fff;*/
    overflow: auto;
    overflow-y: hidden;
    font-size: 11px;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: "Oswald", sans-serif;
}

.centered {
    text-align: center;
}

.anim-3,
.anim-3-all * {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.anim-5,
.anim-5-all * {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.anim-7,
.anim-7-all * {
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.btn-theme-light {
    position: relative;
    padding: 10px 25px;
    line-height: 24px;
    text-transform: uppercase;
    background: none;
    color: #ffffff !important;
    font-size: 12px;
    border: 1px solid #ffffff !important;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-theme-light:hover {
    background: #247fe1;
    color: #ffffff !important;
    border-color: #247fe1 !important;
}

.btn-theme-grey {
    position: relative;
    padding: 10px 25px;
    line-height: 24px;
    text-transform: uppercase;
    background: none;
    color: #555555 !important;
    font-size: 12px;
    border: 1px solid #999999 !important;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-theme-grey:hover {
    background: #999999;
    color: #ffffff !important;
    border-color: #999999 !important;
}

.btn-style-one {
    position: relative;
    padding: 10px 25px;
    line-height: 24px;
    text-transform: uppercase;
    background: #247fe1;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #247fe1 !important;
    border-radius: 3px;
}

.btn-style-one:hover {
    color: #ffffff !important;
    border-color: #ffffff !important;
    background: none;
}

.btn-style-two {
    position: relative;
    padding: 10px 25px;
    line-height: 24px;
    text-transform: uppercase;
    background: none;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #ffffff !important;
    border-radius: 3px;
}

.btn-style-two:hover {
    color: #ffffff !important;
    border-color: #247fe1 !important;
    background: #247fe1;
}

.btn-style-three {
    position: relative;
    padding: 8px 40px;
    line-height: 24px;
    text-transform: uppercase;
    background: #87c500;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #87c500 !important;
    border-radius: 2px;
}

.btn-style-three:hover {
    color: #87c500 !important;
    border-color: #87c500 !important;
    background: none;
}

.btn-style-four {
    position: relative;
    padding: 10px 25px;
    line-height: 24px;
    text-transform: uppercase;
    background: #247fe1;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #247fe1 !important;
    border-radius: 3px;
}

.btn-style-four:hover {
    color: #247fe1 !important;
    border-color: #247fe1 !important;
    background: none;
}

.btn-style-five {
    position: relative;
    padding: 6px 30px;
    line-height: 24px;
    text-transform: uppercase;
    background: #247fe1;
    color: #ffffff !important;
    border: 2px solid #247fe1;
    font-size: 15px;
    font-weight: 600;
    border-radius: 22px;
}

.btn-style-five:hover {
    color: #247fe1 !important;
    border-color: #247fe1 !important;
    background: none;
}

.theme-btn .fa {
    font-size: 16px;
}

.theme-btn .icon-left {
    padding-right: 10px;
}

.theme-btn .icon-right {
    padding-left: 10px;

}

.theme_color {
    color: #247fe1;
}

.light-font {
    font-weight: 300;
}

.regular-font {
    font-weight: 400;
}

.semibold-font {
    font-weight: 600;
}

.bold-font {
    font-weight: 700;
}

.padd-top-10 {
    padding-top: 10px !important;
}

.padd-top-20 {
    padding-top: 20px !important;
}

.padd-top-30 {
    padding-top: 30px !important;
}

.padd-top-40 {
    padding-top: 40px !important;
}

.padd-top-50 {
    padding-top: 50px !important;
}

.padd-top-60 {
    padding-top: 60px !important;
}

.padd-top-70 {
    padding-top: 70px !important;
}

.padd-left-10 {
    padding-left: 10px !important;
}

.padd-left-20 {
    padding-left: 20px !important;
}

.padd-left-30 {
    padding-left: 30px !important;
}

.padd-left-40 {
    padding-left: 40px !important;
}

.padd-left-50 {
    padding-left: 50px !important;
}

.padd-left-60 {
    padding-left: 60px !important;
}

.padd-left-70 {
    padding-left: 70px !important;
}

.padd-bott-10 {
    padding-bottom: 10px !important;
}

.padd-bott-20 {
    padding-bottom: 20px !important;
}

.padd-bott-30 {
    padding-bottom: 30px !important;
}

.padd-bott-40 {
    padding-bottom: 40px !important;
}

.padd-bott-50 {
    padding-bottom: 50px !important;
}

.padd-bott-60 {
    padding-bottom: 60px !important;
}

.padd-bott-70 {
    padding-bottom: 70px !important;
}

.padd-bott-90 {
    padding-bottom: 90px !important;
}

.padd-bott-100 {
    padding-bottom: 100px !important;
}

.padd-right-10 {
    padding-right: 10px !important;
}

.padd-right-20 {
    padding-right: 20px !important;
}

.padd-right-30 {
    padding-right: 30px !important;
}

.padd-right-40 {
    padding-right: 40px !important;
}

.padd-right-50 {
    padding-right: 50px !important;
}

.padd-right-60 {
    padding-right: 60px !important;
}

.padd-right-70 {
    padding-right: 70px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-bott-10 {
    margin-bottom: 10px !important;
}

.margin-bott-20 {
    margin-bottom: 20px !important;
}

.margin-bott-30 {
    margin-bottom: 30px !important;
}

.margin-bott-40 {
    margin-bottom: 40px !important;
}

.margin-bott-50 {
    margin-bottom: 50px !important;
}

.margin-bott-60 {
    margin-bottom: 60px !important;
}

.margin-bott-70 {
    margin-bottom: 70px !important;
}

.no-padd-bottom {
    padding-bottom: 0px !important;
}

.no-padd-top {
    padding-top: 0px !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-margin-top {
    margin-bottom: 0px !important;
}

.no-padd-left {
    padding-left: 0px !important;
}

.no-padd-right {
    padding-right: 0px !important;
}

.bg-lightgrey {
    background-color: #f6f6f6 !important;
}

.no-bg {
    background: none !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.gif);
}


/*** 
=====================================================================
	Swiper slider
=====================================================================

***/

.swiper-slider {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    color: #fff;
    overflow: hidden;
}

.swiper-slider {
    color: #fff;
}

.swiper-slider .swiper-slide {
    display: block;
    overflow: hidden;
}

.swiper-slider .swiper-slide .slide-inner::after {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.04;
    position: absolute;
    left: 0;
    top: 0;
}

.swiper-slider .swiper-slide .slide-inner {
    width: 100%;
    height: 80vh;
    transform: scale(1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    background-size: cover;
    background-position: center;
    position: relative;
}

.swiper-slider .swiper-slide.swiper-slide-active .slide-inner {
    transform: scale(1);
}

.swiper-slider .swiper-slide .slide-inner .container {
    transform: translateY(50px);
    opacity: 0;
    transition-delay: 0.15s !important;
    position: relative;
    z-index: 2;
}

.swiper-slider .swiper-slide .slide-inner .container .tagline {
    display: block;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 35px;
    margin-left: 7px;
    display: none;
}

.swiper-slider .swiper-slide .slide-inner .container .tagline span {
    color: #000;
    float: left;
    font-weight: 600;
}

.swiper-slider .swiper-slide .slide-inner .container .tagline span::after {
    content: "";
    width: 22px;
    height: 1px;
    float: right;
    margin: 10px;
    background: #000;
}

.swiper-slider .swiper-slide .slide-inner .container .tagline h6 {
    float: left;
    opacity: 1;
    margin-top: 2px;
    margin-bottom: 0;
}

.swiper-slider .swiper-slide .slide-inner .container h2 {
    width: 100%;
    float: left;
    font-weight: 800;
    color: #000;
    font-size: 3vw;
    line-height: 1.2;
    text-transform: uppercase;
}

.swiper-slider .swiper-slide .slide-inner .container h2 span {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 5vw;
}

.header .container h1 span {
    -webkit-text-stroke-width: 1px;
    transform: translateY(-35%);
    margin-left: 4%;
    display: flex;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}

.swiper-slider .swiper-slide .slide-inner .container .slide-btn {
    float: left;
}

.swiper-slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 0;
    background: #000;
    opacity: 0.5;
}

.swiper-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
    border: 2px solid #d8d8d8;
}

.swiper-slider .swiper-button-prev,
.swiper-slider .swiper-button-next {
    content: '';
    background: none;
}

.header .container .slide-btn {
    float: left;
}

.swiper-slider .slide-btn {
    display: block;
    transition: all 0.5s;
}

.swiper-slider .slide-btn a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    color: #000;
}

.swiper-slider .slide-btn a {
    font-size: 14px;
    color: #000;
}

.swiper-slider .slide-btn .lines {
    width: 42px;
    height: 1px;
    float: left;
    overflow: hidden;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.swiper-slider .slide-btn:hover .lines {
    width: 82px;
    margin-left: 0px;
}

.swiper-slider .slide-btn .video-play-circle {
    stroke-dasharray: 315;
    stroke-dashoffset: 315;
    transition: stroke-dashoffset 0.5s;
}

.swiper-slider .slide-btn:hover .video-play-circle {
    stroke-dashoffset: 0;
}

.swiper-slider .slide-btn .lines span:nth-child(1) {
    width: 100%;
    height: 1px;
    float: right;
    background: #000;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.swiper-slider .slide-btn .lines span:nth-child(2) {
    width: 0;
    height: 1px;
    float: left;
    background: #000;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.swiper-slider .slide-btn svg {
    width: 46px;
    height: 50px;
    transition: transform 0.3s;
    margin-left: -25px;
    margin-right: 10px;
}

.swiper-slider .slide-btn b {
    font-weight: 600;
}

.swiper-slider .swiper-slide .slide-inner .container .tagline span::after {
    content: "";
    width: 22px;
    height: 1px;
    float: right;
    margin: 10px;
    background: #000;
}

.swiper-slider .swiper-slide .slide-inner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/bg-lines.png) center;
    z-index: 1;
}

.swiper-slider .swiper-slide.swiper-slide-active .slide-inner .container {
    transform: translateY(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 1;
}

.swiper-slider .swiper-slide .slide-inner .container {
    transform: translateY(50px);
    opacity: 0;
    transition-delay: 0.15s !important;
    position: relative;
    z-index: 2;
}

.breadcrumb {
    padding: 60px 0 15px;
    margin-bottom: 0px;
    color: #fff;
    background-color: #f8f8f8;
}

.breadcrumb h1 {
    color: #000;
    font-size: 44px;
}


/***
======================================================================
     Products Css
======================================================================
***/

#featured-product-categories {
    margin: 60px 0;
}

.featured-box {
    background-color: #f2f2f2;
    margin-bottom: 30px;
    overflow: hidden;
}

.featured-box .featured-box-image img {
    scale: 1;
    transition: 1s scale;
}

.featured-box:hover .featured-box-image img {
    scale: 1.3;
    transition: 3s scale;
}

.featured-box-content {
    position: absolute;
    top: 25%;
    left: 12%;
    right: 15%;
}

#gallery-images p,
#gallery-images h3 {
    width: 125px !important;
    background: #f5f5f5 !important;
    padding: 15px !important;
    min-height: 100px !important;
    margin: auto !important;
}

#gallery-images p:hover,
#gallery-images h3:hover {
    box-shadow: 0px 0px 10px 0px #e4e4e4;
}

#home-all-products .ajax-load{
    font-size:22px;
    margin-top: 45px;
}
.all-product-tags{
    margin-bottom: 35px;
}
#home-all-products .ajax-load img{
    max-width: 64px;
}
#product_details{
    background: #fff;
    padding-top: 80px;
}
#product_data {
    padding: 0px;
    margin: 1px -25px;
}
#product_data .col-md-3,
#product_data .col-xs-6,
#product_data .col-sm-6{
    padding-right: 0px!important;
    padding-left: 0px!important;
    margin-left: -1px;
}
.product-categories {
    background: #fafafa;
    padding: 60px 20px 60px;
}

.product-box h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

.product-box h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.product-box .product-title {
    color: #000;
}

.product-box .product-subtitle {
    color: #a0a1a9
}

.product-box a .product-img {
    transition: .5s all;
    margin-bottom: 25px;
}

.product-box a:hover .product-img {
    margin-top: -15px;
    margin-bottom: 40px;
    transition: .5s all;
}

.product-thumbnail {
    padding: 30px 25px;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 0;
    margin-top: -1px;
    border-radius: 0;
}

.product-thumbnail .product-thumb-inner {
    position: relative;
}

.product-thumbnail .quick-links {
    opacity: 0;
    position: relative;
    top: -45px;
    transition: 0.5s ease-in opacity;
    margin-bottom: -30px;
    display: none;
}

.product-thumbnail:hover .quick-links {
    opacity: 1;
    transition: 0.5s ease-in opacity;
    display: none;
}

.product-thumbnail .product-thumb-inner img{
    max-height: 256px;
    text-align: center;
    margin: 0 auto;
}

.product-thumbnail .product-thumb-inner .hoverImg {
    display: none;
  }
  .product-thumbnail:hover .mainImg{
        display: none;
  }
  .product-thumbnail:hover .hoverImg {
    display: block;
  }

.product-thumbnail .tHeading{
    letter-spacing: 0;
}
.product-thumbnail .quick-view,
.product-thumbnail .product-view{
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px 15px;   
}
.product-thumbnail .quick-view{
    color: #000;
    background: #fff;
}
.product-thumbnail .product-view{
    color: #fff;
    background: #000;
}

.product-thumb-slider .swiper-wrapper{
    display: block;
}

.product-thumb-slider .swiper-slide a:hover {
    cursor: zoom-in;
}
.product-summary .product-title{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.product-summary .product-sku{
    font-weight: normal;
    color: #6a6a6a;
    margin-bottom: 10px;
    margin-top: 15px;
}

.product-summary .product-button{
    background: #000;
    padding: 13px 30px;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 400;
    margin: 20px 0;
}

.product-inner-description p{
    font-weight: 400;
    margin-bottom: 15px;
}

.pr-section{
    margin-top:60px;
    margin-bottom:30px;
}

.related-products{
    overflow: hidden;
    margin-bottom: 70px;
}

.related-products .caption h2{
    letter-spacing: 0;
    font-size: 14px; 
    font-weight: 400;
    font-style: normal;
    color: #1c1b1b;
}

.related-products .caption p a{
    color: #6a6a6a;
    letter-spacing: .1em;
}

.related-products .thumbnail img {
    max-height: 160px;
  }

.related-products .swiper-button-next, .related-products .swiper-button-prev{
    background:none;
}


.all-product-tags li {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
}

  .all-product-tags li a{
      color:#000;
  }


.enquiryfrom{
    background: #474747;
    padding: 30px 10px 10px;
    display: inline-block;
    margin-top: 15px;
}

.thumbnavigator{
    position: absolute;
    height: 60px;
    width: 720px;
}

.enquiryfrom input,
.enquiryfrom textarea,
.enquiryfrom select{
    border: 1px solid #000;
    border-radius: 0;
}

.enquiryfrom .btn-default {
    background: #000;
    color: #fff;
    width: 100%;
  }

.modal button.close {
    right: 0px;
    position: relative;
    top: 0px;
    background: #000 !important;
    height: 35px;
    width: 35px;
    font-size: 30px;
    color: #fff;
    opacity: 1;
    line-height: 30px;
    z-index: 9999;
  } 

  .modal button.close:hover{
    background: #000 !important;
    height: 35px;
    width: 35px;
    font-size: 30px;
    color: #fff;
  }

.modal .modal-header{
    min-height:inherit;
    padding: 0;
    border-bottom: none;
}

.modal .modal-content{
    border-radius: 0;
    border: 1px solid #000;
}


.only-mobile {
    display: none;
}

.only-mobile p{
    margin-bottom: 0;
    font-size: 14px;
}

.only-mobile p a{
    color:#fff
}

.whatsapp-ico{
    fill: white;
    width: 50px;
    height: 50px;
    padding: 3px;
    background-color: #4dc247;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    /* box-shadow: 2px 2px 11px rgba(0,0,0,0.7); */
    position: fixed;
    bottom: 20px;
    right : 20px;
    z-index: 10;
}

.whatsapp-ico:hover{
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
}

.call-ico{
    width: 50px;
    height: 50px;
    padding: 3px;
    background-color: #000;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    /* box-shadow: 2px 2px 11px rgba(0,0,0,0.7); */
    position: fixed;
    bottom: 20px;
    left : 20px;
    z-index: 10;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
}

.call-ico:hover{
    color:#fff;
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
}

/***

======================================================================
Brand Partners 
======================================================================

****/

#brand-partners {
    padding: 30px 0 95px;
}

.partner-slider {
    overflow: hidden;
    margin-top: 10px;
}

.partner-slider img {
    background: #f3f3f3;
    padding: 10px 15px;
    border: 1px solid #eee;
}

.partner-slider .swiper-button-prev,
.partner-slider .swiper-button-next,
.related-slider .swiper-button-prev,
.related-slider .swiper-button-next {
    content: '';
    background: none;
    margin-top: -10px;
}

.partner-slider .swiper-button-prev {
    left: -10px;
}

.partner-slider .swiper-button-next {
    right: -10px;
}

.partner-slider.swiper-container-horizontal>.swiper-pagination-bullets,
.partner-slider.swiper-pagination-custom,
.partner-slider.swiper-pagination-fraction {
    bottom: -55px;
}

.partner-slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 0;
    background: #000;
    opacity: 0.5;
}

.partner-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
    border: 2px solid #d8d8d8;
}

.hide-on-mobile a{
    color:#000
}


/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 90px;
    right: 10px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 42px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
}

.scroll-to-top:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: #283745;
    border: 1px solid #ffffff;
    border-radius: 20px 0px 20px 20px;
    -ms-border-radius: 20px 0px 20px 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.scroll-to-top span {
    position: relative;
    display: block;
    z-index: 1;
}

.scroll-to-top:hover {
    color: #247fe1;
    color: #283745;
}

.scroll-to-top:hover:before {
    background: #ffffff;
}


/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.bounce-in-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    border-bottom: 1px solid #cccccc;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.bounce-in-header .logo {
    padding: 6px 0px 2px;
}

.bounce-in-header.now-visible {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-header .header-top {
    position: relative;
    background: #283745;
    /*//background:#f6f7f8;*/
    color: #555555;
    z-index: 5;
    font-family: "Lora", serif;
}

.main-header.header-style-two .header-top,
.main-header.header-style-three .header-top {
    background: #222222;
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
    padding: 10px 0px;
    color: #c9c9c9;
    font-size: 12px;
}

.main-header .header-top ul li {
    position: relative;
    float: left;
    margin-right: 30px;
}

.main-header .header-top .top-right ul li {
    margin-right: 0px;
    margin-left: 20px;
}

.main-header .header-top ul li a {
    position: relative;
    display: block;
    line-height: 24px;
    color: #555555;
    color: #6cd0f7;
    font-size: 14px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-header.header-style-two .header-top ul li a,
.main-header.header-style-three .header-top ul li a {
    color: #9b9b9b;
}

.main-header .header-top ul li .icon {
    position: relative;
    top: 1px;
    font-size: 14px;
    padding-right: 5px;
}

.main-header .header-top ul li a:hover {
    color: #fff;
}

.main-header.header-style-two .header-top ul li a:hover,
.main-header.header-style-three .header-top ul li a:hover {
    color: #ffffff;
}

.main-header .header-top .top-right {
    position: relative;
    padding: 10px 0px;
    float: right;
}

.main-header .header-upper {
    position: relative;
    padding-top: 5px;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 5;
}

.main-header.header-style-two .header-upper {
    padding: 0px;
}

.main-header .header-upper .upper-right {
    position: relative;
}

.main-header .header-upper .upper-column {
    position: relative;
    float: left;
    min-width: 80px;
    margin-left: 40px;
    padding-top: 12px;
}

.main-header .info-box {
    position: relative;
    padding-left: 50px;
}

.main-header .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 45px;
    line-height: 60px;
    /*color: #4FB54F;*/
    color: #5bc0de;
    font-size: 32px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header .info-box:hover .icon-box {
    color: #247fe1;
}

.main-header .info-box li {
    position: relative;
    line-height: 24px;
    margin: 0px 0px;
    font-size: 15px;
    font-family: "Lora", serif;
    color: #4a5c7a;
}

.main-header .info-box li a {
    color: #4a5c7a;
}

.main-header .info-box strong {
    font-weight: 400;
    color: #555555;
    font-size: 18px;
    font-family: "Oswald", serif;
}

.main-header .header-lower {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #f0efef;
}

.main-header.header-style-three .header-lower {
    background: none;
}

.main-header .nav-outer {
    position: relative;
    padding-right: 0px;
    text-align: center;
}

.main-header.header-style-three .nav-outer {
    background: #247fe1;
}

.main-menu {
    position: relative;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    display: inline-block;
    margin: 0 auto;
}

.main-menu .navigation>li {
    position: initial;
    float: left;
    padding: 0px;
}

.bounce-in-header .main-menu .navigation>li {
    margin-right: 0px;
}

.main-menu .navigation>li>a {
    position: initial;
    display: block;
    padding: 10px 15px 10px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #000000;
    line-height: 30px;
    border-top: none;
    text-transform: uppercase;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}



.header-style-two .main-menu .navigation>li>a {
    padding: 32px 20px 35px 20px;
    border-top: 3px solid transparent;
    border-bottom: none;
    color: #181818;
    font-weight: 600;
}

.bounce-in-header .main-menu .navigation>li {
    margin-left: 30px;
}

.bounce-in-header .main-menu .navigation>li>a {
    color: #181818;
    padding: 15px 0px 12px;
}


/*.main-menu .navigation > li.dropdown > a:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:8px;
	top:10px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}*/


/*.bounce-in-header .main-menu .navigation > li.dropdown > a:before{
	top:19px;	
}*/

.main-menu .navigation .row-full {
    width: 100vw;
    position: absolute;
    margin-left: -50vw;
    left: 48.9%;
    background: #fff;
    padding: 16px 15px 30px;
    border-top: 1px solid #f4f3f3;
}

.main-menu .navigation .row-full .children {
    display: inline-flex;
    margin: 0 auto;
}

.main-menu .navigation .row-full .children li {
    margin: 10px 10px;
}

.main-menu .navigation .row-full .children li a {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.mega-menu .menu-image {
    display: block;
    transition: .5s all;
    max-width: 170px;
    max-height: 133px;
}

.mega-menu .menu-image img {
    max-height: 133px;
}

.main-menu .navigation .row-full .children li a:hover .menu-image {
    margin-top: -10px;
    margin-bottom: 10px;
    transition: .5s all;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
    border-color: #247fe1;
    border-color: #5bc0de;
    opacity: 1;
}

.main-menu .navigation>li:hover>a:after {
    opacity: 1;
}

.main-menu .navigation>li .menu-image {
    transition: .5s all ease-out;
}

.main-menu .navigation>li .menu-image {
    transform: translateY(-10px);
    opacity: 0;
}


.main-menu .navigation>li:hover .menu-image{
    opacity: 1;
    transform: translateY(0);
}

.featured-box-content .action_button {
    display: inline-block;
    border: 1px solid #000;
    margin-top: 10px;
}

.featured-box-content .action_button .icon {
    background: #000;
    padding: 1px 10px 10px;
    color: #fff;
    font-size: 24px;
    display: inline-block;
}

.featured-box-content .action_button .text {
    padding: 5px 15px;
    display: inline-block;
    color: #000;
}

.featured-box-content .action_button:hover {
    background: #000;
    transition: .7s;
}

.featured-box-content .action_button:hover .text {
    color: #fff;
    transition: .5s;
}


/****** Book Design Start ******/

.book-design {
    background: #fff;
    padding: 50px;
    border: 1px solid #d2d2d2;
}

.divider {
    border: 0.5px solid #000;
    margin: 10px 0 10px;
}

.sp-divider {
    margin: 5px 0 -10px;
    border: 2px solid #000;
}

.book {
    background: #efefef;
    padding: 80px 0;
}

.book-header p {
    text-align: center;
    border-right: 1px solid #000;
}

.border-right {
    padding-right: 50px;
    border-right: 2px solid #000;
    margin-top: 40px;
}

.top-space {
    margin-top: 40px;
    margin-left: 20px;
}

.book-header a {
    color: #000;
}

.book-header div:last-child p {
    border-right: none;
}

.content h2,
.content h1 {
    margin: 40px 0 15px;
}


/****** Book Design End ******/

.main-menu .navigation>li>ul {
    position: absolute;
    z-index: 9999;
    background: #283745;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-style-three .main-menu .navigation>li>ul {
    background: #247fe1;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 13px 15px 13px 18px;
    line-height: 22px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


/*.main-menu .navigation > li > ul > li > a:before,
.main-menu .navigation > li > ul > li > ul > li > a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 36px;
    position: absolute;
    top: 0;
    left: 15px;
}*/

.main-menu .navigation>li>ul>li:hover>a {
    color: #5bc0de;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: "FontAwesome";
    content: "\f061";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 10px;
    height: 20px;
    display: block;
    color: #ffffff;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    color: #ffffff;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 120%;
    top: 0px;
    width: 200px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #283745;
}

.header-style-three .main-menu .navigation>li>ul>li>ul {
    background: #247fe1;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 13px 15px 13px 18px;
    line-height: 22px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #247fe1;
}

.header-style-three .main-menu .navigation>li>ul>li:hover>a,
.header-style-three .main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #ffffff;
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li.dropdown:hover>.mega-menu {
    visibility: visible;
    opacity: 1;
}

.main-menu .navigation>li.dropdown:hover>.mega-menu {
    display: flex;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 7px;
    top: -28px;
    width: 34px;
    height: 30px;
    background-size: 12px;
    cursor: pointer;
    z-index: 5;
    display: none;

}

.main-header .get-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 200px;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
}

.main-header .get-btn .appt-btn {
    position: relative;
    display: block;
    line-height: 30px;
    text-align: center;
    padding: 15px 0px;
    font-family: "Lora", serif;
    font-weight: 700;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
}

.main-header .get-btn:hover {
    background: #247fe1;
}

.main-header .get-btn .appt-btn:hover {
    color: #ffffff;
}


/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.tp-bullets {
    display: none;
}

.tp-bullets.preview4 .bullet {
    background: #ffc13b !important;
    border-color: #202020 !important;
    margin: 0px 5px;
}

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected {
    border-color: #ffc13b !important;
}

.main-slider h3.italic-heading {
    font-size: 20px;
    font-style: italic;
    padding-bottom: 15px;
}

.main-slider h3.italic-heading:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    width: 60px;
    border-bottom: 2px solid #ffffff;
}

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


/*** 

====================================================================
	Section  Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title h2 {
    position: relative;
    font-size: 30px;
    color: #181818;
    margin-bottom: 5px !important;
    text-transform: capitalize;
}

.sec-title h3 {
    position: relative;
    font-size: 18px;
    color: #999999;
    font-style: italic;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
}

.sec-title .text {
    position: relative;
    font-size: 16px;
    color: #777777;
    font-style: italic;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
    line-height: 32px;
}


/*** 

====================================================================
	Features Style One
====================================================================

***/

.features-style-one {
    position: relative;
    padding: 60px 0px 60px;
    background: #fff;
  }

.features-style-one .features-column {
    position: relative;
    margin-bottom: 50px;
}

.features-style-one .features-column .inner-box {
    position: relative;
    padding-left: 90px;
}

.features-style-one .features-column .count {
    position: absolute;
    left: 0px;
    top: 12px;
    color: #cecece;
    font-size: 50px;
    font-weight: 700;
    font-family: "Lora", serif;
}

.features-style-one .features-column .title-box {
    position: relative;
    margin-bottom: 10px;
}

.features-style-one .features-column h4 {
    font-family: "Oswald", sans-serif;
    color: #247fe1;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 0px;
}


/*.features-style-one .features-column h3{
	position:relative;
	color:#181818;
	font-size:20px;
        font-size: 31px;
    font-weight: 600;

}*/



.features-style-one .features-column .text {
    color: #777777;
}


/*** 

====================================================================
	Services Style One
====================================================================

***/

.services-style-one {
    position: relative;
    padding: 150px 0px;
}

.services-style-one .background-image-one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    margin-left: -10%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
}

.services-style-one .background-image-one:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(36, 127, 225, 0.95);
}

.services-style-one .background-image-two {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 80%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.services-style-one .outer-container {
    position: relative;
    width: 100%;
    padding: 0px 120px;
    z-index: 5;
}

.services-style-one .left-column {
    position: relative;
    color: #ffffff;
    padding-top: 90px;
}

.services-style-one .left-column h2 {
    font-size: 56px;
    margin-bottom: 30px;
    line-height: 1em;
    font-weight: 700;
}

.services-style-one .left-column .inner-box {
    position: relative;
    padding-right: 70px;
}

.services-style-one .transparent-column {
    position: relative;
}

.services-style-one .transparent-column .inner-box {
    position: relative;
    margin-left: -50px;
    padding: 80px 50px 30px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 3px;
}

.default-icon-column {
    position: relative;
    margin-bottom: 50px;
}

.default-icon-column .inner {
    position: relative;
    padding-left: 60px;
    max-width: 450px;
}

.default-icon-column .inner .icon-box {
    position: absolute;
    left: 0px;
    top: 7px;
    color: #181818;
    font-size: 36px;
    line-height: 40px;
}

.default-icon-column .inner h3 {
    position: relative;
    font-size: 20px;
    margin-bottom: 10px;
}


/*** 

====================================================================
	Default Section
====================================================================

***/

.default-section {
    position: relative;
    padding: 120px 0px 50px;
}

.default-section .column {
    position: relative;
    margin-bottom: 50px;
}

.default-section .text-column h2 {
    position: relative;
    font-size: 30px;
    text-transform: capitalize;
    color: #181818;
    margin-bottom: 25px;
}

.default-section .text-column .text {
    color: #777777;
}

.default-section .text-column .text p {
    position: relative;
    margin-bottom: 20px;
}

.default-section .upper-part {
    position: relative;
    margin-bottom: 80px;
}

.default-section .upper-part .intro-text {
    position: relative;
    padding-left: 80px;
}

.default-section .upper-part .intro-text h3 {
    font-size: 20px;
    font-style: italic;
    color: #777777;
}

.default-section .upper-part .intro-text h2 {
    font-size: 24px;
    color: #181818;
    margin-bottom: 50px;
    font-weight: 700;
}

.default-section .upper-part .intro-text .text {
    font-size: 20px;
    color: #999999;
    font-style: italic;
    line-height: 1.6em;
}

.introtext-two {
    color: #777777;
}

.introtext-two h3 {
    font-size: 18px;
    margin-bottom: 18px;
    color: #666666;
    font-style: italic;
}

.introtext-two h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #181818;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4em;
}

.introtext-two .text {
    margin-bottom: 30px;
}


.default-title {
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}


/*** 

====================================================================
	Two Column Fluid
====================================================================

***/

.two-col-fluid {
    position: relative;
    background-color: #f6f6f6;
}

.two-col-fluid .image-column {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.two-col-fluid .content-column {
    position: relative;
    float: right;
    width: 50%;
}

.two-col-fluid .content-column h2 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #181818;
}

.two-col-fluid .content-column .content-inner {
    position: relative;
    max-width: 800px;
    padding: 120px 80px 110px;
}


/*** 

====================================================================
	Accord Style
====================================================================

***/

.accordion-box {
    position: relative;
    margin-right: 0px;
}

.accordion-box h2 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #181818;
}

.accordion-box .accordion {
    position: relative;
    margin-bottom: 12px;
}

.accordion-box .accordion .accord-btn {
    position: relative;
    display: block;
    line-height: 30px;
    padding: 12px 50px 12px 30px;
    border: 1px solid #e0e0e0;
    color: #2f2f31;
    cursor: pointer;
}

.accordion-box.style-two .accordion .accord-btn {
    border-color: #f0f0f0;
    box-shadow: 2px 2px 3px 0px #f0f0f0;
}

.accordion-box .accordion .accord-btn h4 {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.accordion-box .accordion .accord-btn:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: normal;
}

.accordion-box.style-two .accordion .accord-btn:after {
    content: "\f13b";
    font-family: "Flaticon";
}

.accordion-box .accordion .accord-btn.active:after {
    content: "\f0d8";
}

.accordion-box.style-two .accordion .accord-btn.active:after {
    content: "\f176";
    font-family: "Flaticon";
}

.accordion-box .accordion .accord-btn.active {
    color: #ffffff;
    background: #247fe1;
    border-color: #247fe1;
}

.accordion-box .accordion .accord-content {
    position: relative;
    padding: 20px 25px 10px;
    border-top: none;
    font-size: 16px;
    display: none;
}

.accordion-box .accordion .accord-content.collapsed {
    display: block;
}

.accordion-box .accordion .accord-content p {
    position: relative;
}


/*** 

====================================================================
	Request Quote Section
====================================================================

***/

.request-quote-section {
    position: relative;
    padding: 120px 0px 0px;
    overflow: hidden;
}

.request-quote-section h2 {
    font-size: 30px;
    margin-bottom: 50px;
    color: #181818;
}

.request-quote-section .form-column {
    position: relative;
    margin-bottom: 120px;
}

.request-quote-section .image-column {
    position: relative;
}

.request-quote-section .image-column .image-box {
    position: relative;
    margin-top: -30px;
    padding-left: 20px;
}


/*** 

====================================================================
	Default Form Style
====================================================================

***/

.default-form-style {
    position: relative;
}

.boxed-form {
    position: relative;
    padding: 30px;
    border: 5px solid #f4f4f4;
    margin-bottom: 20px;
}

.boxed-form h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #181818;
}

.default-form-style .form-group {
    position: relative;
    margin-bottom: 5px;
}

.boxed-form .default-form-style .form-group {
    margin-bottom: 20px;
}

.default-form-style .field-label {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #555555;
}

.contact-form.default-form-style .field-label {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #999999;
    font-style: italic;
    text-transform: capitalize;
}

.contact-form.default-form-style .field-label sup {
    color: #ff0000 !important;
    font-size: 16px !important;
    top: 0px !important;
}

.default-form-style input[type="text"],
.default-form-style input[type="email"],
.default-form-style input[type="password"],
.default-form-style select,
.default-form-style textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 17px;
    padding: 7px 8px;
    border: 1px solid #e2e2e2;
    height: 38px;
    color: #222222;
    font-size: 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form-style textarea {
    resize: none;
    height: 180px;
}

.default-form-style input:focus,
.default-form-style select:focus,
.default-form-style textarea:focus {
    border-color: #247fe1;
}

.default-form-style input.error,
.default-form-style select.error,
.default-form-style textarea.error {
    border-color: #ff0000;
}

.default-form-style label.error {
    color: #ff0000;
    line-height: 20px;
    padding: 10px 0px 0px 0px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
}

.default-form-style select {
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    background: url(../images/icons/icon-select.png) right center no-repeat;
}

.default-form-style select option {
    text-indent: 15px;
}

.default-form-style button {
    padding-left: 32px;
    padding-right: 32px;
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    padding: 34px 0;
    background: #252525;
    color: #767676;
    font-size: 1.2rem;
    letter-spacing: 0.2px;
    background-color: #000;
}

.main-footer .footer-widget-title {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.main-footer a {
    color: #767676
}

.main-footer .location-one,
.main-footer .location-two,
.main-footer .location-three {
    color: #fff;
}

.main-footer .last-column {
    border-left: 1px solid #333;
    padding-left: 55px;
}

.category-menu .footer-menu li {
    width: 50%;
    float: left;
}

.copyright p {
    border-top: 1px solid #1e1e1e;
    padding-top: 10px;
    font-size: 1.1rem;
}

.height {
    height: 65px !important;
}

.pheader {
    color: #5bba5b;
    border-bottom: 1px dotted #247fe1;
    text-align: center;
}

.q-text {
    color: #247fe1;
}

.padding-top {
    background: #f5f5f5;
    padding-top: 17px;
}

.alu {
    font-size: 14px;
    line-height: 19px;
    color: #000;
}

.main-footer .footer-upper {
    position: relative;
    padding: 100px 0px 50px;
    padding: 10px 0px 5px;
    color: #9b9b9b;
}

.main-footer .footer-upper .column {
    position: relative;
    margin-bottom: 40px;
}

.footer-upper .column h3 {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 32px;
    color: #ffffff;
}

.footer-upper .column h3.logo-text {
    font-size: 36px;
    font-weight: 700;
}

.main-footer .about-widget {
    font-size: 15px;
}

.main-footer .footer-upper a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-footer .footer-upper a:hover {
    color: #ffffff;
}

.footer-upper .links-widget li {
    position: relative;
    margin-bottom: 15px;
}

.footer-upper .links-widget li a {
    position: relative;
    display: block;
    font-size: 15px;
    color: #999999;
    line-height: 20px;
}

.footer-upper .links-widget li a:hover {
    color: #ffffff;
}

.main-footer .social-links a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin: 0px 5px 10px 0px;
    color: #9b9b9b;
    background: #3b3b3b;
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-footer .social-links a:hover {
    color: #ffffff;
    background: #247fe1;
}

.footer-upper .twitter-feeds .feed {
    position: relative;
    padding: 0px 0px 0px 30px;
    margin-bottom: 20px;
    color: #aaaaaa;
}

.footer-upper .twitter-feeds .feed:last-child {
    margin: 0px;
}

.footer-upper .twitter-feeds .feed-content {
    margin-bottom: 5px;
    line-height: 1.6em;
}

.footer-upper .twitter-feeds .feed a {
    position: relative;
    color: #247fe1;
}

.footer-upper .twitter-feeds .feed .time {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-family: "Lora", serif;
    text-transform: capitalize;
    font-weight: 700;
}

.footer-upper .twitter-feeds .feed strong {
    font-weight: 400;
}

.footer-upper .twitter-feeds .feed .icon {
    position: absolute;
    width: 30px;
    height: 20px;
    left: 0px;
    top: 5px;
    line-height: 20px;
    font-size: 18px;
    color: #999999;
}

.main-footer .newsletter-widget .form-group {
    position: relative;
    margin-bottom: 10px;
}

.main-footer .newsletter-widget input[type="text"],
.main-footer .newsletter-widget input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 11px 50px 11px 15px;
    background: #2b2b2b;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 5px;
}

.main-footer .newsletter-widget input[type="text"]:focus,
.main-footer .newsletter-widget input[type="email"]:focus {
    background: #181818;
}

.main-footer .newsletter-widget input[type="submit"],
.main-footer .newsletter-widget button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background: #247fe1;
    border-radius: 0px 5px 5px 0px;
}

.main-footer .newsletter-widget input:focus+button,
.main-footer .newsletter-widget button:hover {
    background: #888888;
}

.main-footer .confid {
    position: relative;
    font-size: 14px;
    color: #9b9b99;
    margin-bottom: 20px;
}

.main-footer .contact-info {
    font-size: 16px;
}

.main-footer .contact-info li {
    margin-bottom: 10px;
}

.main-footer .contact-info li h4 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 5px;
}

.main-footer .contact-info li a {
    color: #9b9b9b;
}

.main-footer .news-widget .news-item {
    position: relative;
    padding-left: 95px;
    padding-top: 15px;
    margin-bottom: 25px;
    min-height: 75px;
}

.main-footer .news-widget.no-thumb .news-item {
    padding-left: 0px;
    padding-top: 0px;
    margin-bottom: 25px;
    min-height: 0px;
}

.main-footer .news-widget .news-item:last-child {
    margin-bottom: 0px;
}

.main-footer .news-widget .news-item .news-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 75px;
}

.main-footer .news-widget .news-item .news-thumb img {
    display: block;
    width: 75px;
    height: 75px;
}

.main-footer .news-widget .news-item h4,
.main-footer .news-widget .news-item h4 a {
    font-size: 15px;
    color: #ffffff;
}

.main-footer .news-widget .news-item h4 a:hover {
    color: #247fe1;
}

.main-footer .news-widget .news-item .time {
    font-size: 12px;
    text-transform: uppercase;
}

.main-footer .quote-form .form-group {
    position: relative;
    margin-bottom: 10px;
}

.main-footer .quote-form .form-group input[type="text"],
.main-footer .quote-form .form-group input[type="email"],
.main-footer .quote-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 10px 15px;
    background: #2b2b2b;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 3px;
}

.main-footer .quote-form .form-group textarea {
    resize: none;
    height: 100px;
}

.main-footer .quote-form .form-group input[type="text"]:focus,
.main-footer .quote-form .form-group input[type="email"]:focus,
.main-footer .quote-form .form-group textarea:focus {
    background: #181818;
}

.main-footer .quote-form button {
    padding: 9px 30px;
}

.footer-bottom {
    position: relative;
    padding: 10px 0px;
    line-height: 22px;
    color: #283745;
    background: #ffffff;
    font-size: 13px;
    /*//text-transform:uppercase;*/
}

.footer-bottom .footer-nav {
    position: relative;
}

.footer-bottom .footer-nav li {
    position: relative;
    float: left;
    margin-left: 25px;
}

.footer-bottom .footer-nav li a {
    color: #b3b3b3;
}

.footer-bottom .footer-nav li a:hover {
    color: #ffffff;
}





/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title {
    position: relative;
    padding: 120px 0px;
    color: #ffffff;
    background-color: #3d3f43;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

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

.page-title .auto-container {
    position: relative;
    z-index: 5;
}

.page-title h1 {
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 70px;
}


/*** 

====================================================================
	Sidebar
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 120px 0px 100px;
}

.sidebar-page-container .sidebar {
    margin-bottom: 30px;
}

.sidebar .sidebar-title {
    position: relative;
    margin-bottom: 20px;
}

.sidebar .sidebar-title h2 {
    color: #181818;
    text-transform: capitalize;
    font-size: 24px;
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 40px;
}

.sidebar .downloads li {
    position: relative;
    margin-bottom: 10px;
}

.sidebar .downloads li a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 80px;
    color: #222222;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #e0e0e0;
    line-height: 30px;
}

.sidebar .downloads li a:hover {
    color: #247fe1;
}

.sidebar .downloads li a .icon {
    position: absolute;
    left: 10px;
    top: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}

.sidebar .styled-nav {
    position: relative;
}

.sidebar .styled-nav .nav-outer {
    position: relative;
    font-family: "Lora", sans-serif;
}

.sidebar .styled-nav ul li {
    position: relative;
    display: block;
    line-height: 30px;
    padding: 10px 20px;
    text-transform: capitalize;
    color: #777777;
    background: #ffffff;
    font-size: 17px;
    font-weight: 400;
    border: 2px solid #dcdcdc;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    margin-bottom: 10px;
    cursor: pointer;
}

.sidebar .styled-nav ul li .icon {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}

.sidebar .styled-nav ul li:last-child {
    margin-bottom: 0px;
}

.sidebar .styled-nav li.active-btn,
.sidebar .styled-nav li.current {
    color: #247fe1;
    background: #ffffff;
}

.sidebar .contact-widget {
    position: relative;
    padding: 40px 20px;
    text-align: center;
    background: #f3f3f3;
    font-family: "Lora", serif;
}

.sidebar .contact-widget h3 {
    font-size: 22px;
    color: #181818;
    line-height: 36px;
    margin-bottom: 10px;
}

.sidebar .contact-widget .phone-numbers {
    font-size: 20px;
    color: #247fe1;
    line-height: 36px;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 24px;
    padding: 8px 50px 8px 20px;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    color: #3a3a3a;
    display: block;
    width: 100%;
    border-radius: 3px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
    border-color: #247fe1;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 42px;
    width: 50px;
    line-height: 42px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #dcdcdc;
    background: none;
}

.sidebar .search-box .form-group input:focus+button,
.sidebar .search-box .form-group button:hover {
    color: #247fe1;
}

.sidebar .sidebar-title h3 {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 800;
    text-transform: uppercase;
}

.sidebar .recent-posts .post {
    position: relative;
    font-size: 13px;
    color: #cccccc;
    padding-left: 90px;
    padding-top: 8px;
}

.sidebar .recent-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 75px;
}

.sidebar .recent-posts .post .post-thumb img {
    display: block;
    width: 100%;
}

.sidebar .recent-posts .post h4 {
    font-size: 14px;
    margin: 0px 0px 3px;
    line-height: 1.4em;
    color: #181818;
}

.sidebar .recent-posts .post a,
.sidebar .recent-posts .post a:hover {
    color: #247fe1;
}

.sidebar .recent-posts .post h4 a {
    color: #181818;
}

.sidebar .recent-posts .post-info {
    font-size: 13px;
    color: #777777;
    text-transform: uppercase;
}

.sidebar-page-container .contact-info {
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
}

.sidebar-page-container .contact-info .text {
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
    color: #7f7f7f;
}

.sidebar-page-container .contact-info li {
    position: relative;
    margin-bottom: 5px;
    line-height: 1.8em;
    color: #7f7f7f;
}

.sidebar-page-container .contact-info li strong {
    position: relative;
    padding-right: 10px;
    font-weight: 600;
    color: #292929;
}

.sidebar-page-container .contact-info a {
    color: #247fe1;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
}

.sidebar-page-container .contact-info a:hover {
    color: #3d3d3d;
}

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 5px 16px;
    margin: 0px 5px 12px 0px;
    border: 1px solid #dcdcdc;
    color: #777777;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
    background-color: #247fe1;
    border-color: #247fe1;
    color: #ffffff;
}

.sidebar .list {
    position: relative;
}

.sidebar .list li {
    position: relative;
    margin-bottom: 5px;
    line-height: 24px;
}

.sidebar .list li a {
    position: relative;
    display: block;
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
}

.sidebar .list li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    width: 20px;
    line-height: 24px;
    position: absolute;
}

.sidebar .list li a:hover {
    color: #247fe1;
}

.sidebar .text-widget {
    position: relative;
}

.sidebar .text-widget .text {
    font-size: 16px;
    color: #777777;
}


/*** 

====================================================================
	Single Service
====================================================================

***/

.tabs-box .tabs-content {
    position: relative;
}

.tabs-box .tabs-content .tab {
    display: none;
}

.tabs-box .tabs-content .tab.active-tab {
    display: block;
}

.services-single {
    position: relative;
    color: #777777;
}

.services-single .service-title {
    font-size: 30px;
    margin-bottom: 20px;
    color: #181818;
}

.services-single .main-image {
    position: relative;
    margin-bottom: 25px;
}

.services-single .main-image img,
.services-single .image-box img {
    display: block;
    width: 100%;
}

.default-text-block {
    margin-bottom: 30px;
}

.default-text-block p {
    position: relative;
    margin-bottom: 15px;
}

.default-two-column .image-column {
    position: relative;
    margin-bottom: 25px;
}

.services-single .accordion-box h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.blog-container {
    position: relative;
    padding: 0px 0px;
}

.sidebar-page-container .blog-detail blockquote {
    position: relative;
    margin-top: 20px;
    padding: 5px 20px;
    line-height: 2em;
    font-size: 17px;
    color: #25292f;
    background: none;
    font-style: italic;
}

.sidebar-page-container .blog-detail .post-desc h2 {
    font-size: 20px;
    margin-bottom: 22px;
    color: #1a1a1a;
}

.sidebar-page-container .blog-detail .post-desc h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.sidebar-page-container .blog-detail h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.check-list li .fa {
    position: relative;
    color: #cbda37;
}

.remove-list li .fa {
    position: relative;
    color: #ff0000;
}

.sidebar-page-container .blog-detail .post-tags {
    position: relative;
    padding: 15px;
    font-size: 16px;
    background: #f5f5f5;
    color: #999999;
    margin-bottom: 50px;
}

.sidebar-page-container .blog-detail .post-tags a {
    position: relative;
    color: #777777;
    font-size: 15px;
}

.sidebar-page-container .blog-detail .post-tags a:hover {
    color: #00bff3;
}

.social-links-two {
    position: relative;
}

.blog-news-section .social-links-two a {
    display: inline-block;
    margin: 0px 3px;
    text-align: center;
    border-radius: 50%;
    color: #444444;
    background: #eaeaea none repeat scroll 0 0;
    font-size: 13px;
    height: 32px;
    width: 32px;
    line-height: 32px;
}

.social-links-two a:hover {
    background: #247fe1 none repeat scroll 0 0 !important;
    border-color: #247fe1;
    color: #ffffff !important;
}

.styled-list-one {
    position: relative;
}

.styled-list-one li {
    position: relative;
    line-height: 24px;
    margin-bottom: 12px;
    padding-left: 25px;
    font-size: 15px;
}

.styled-list-one li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #247fe1;
    left: 0;
    top: 8px;
    position: absolute;
}


/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
    position: relative;
}

.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-page-container .group-title h2 {
    font-size: 24px;
    color: #181818;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
}

.sidebar-page-container .comments-area .separator {
    margin: 20px 0px 40px;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    padding: 0px 0px 10px 110px;
}

.sidebar-page-container .comments-area .comment .text {
    margin-bottom: 15px;
}

.sidebar-page-container .comments-area .reply-comment {
    margin-left: 50px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
    border-radius: 50%;
}

.sidebar-page-container .comments-area .comment-info {
    margin-bottom: 10px;
    color: #181818;
    line-height: 24px;
    font-size: 13px;
}

.sidebar-page-container .comments-area .comment-box strong {
    color: #181818;
    font-size: 18px;
    font-weight: 400;
    font-family: "Lora", serif;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    font-style: italic;
    text-transform: uppercase;
}

.sidebar-page-container .comments-area .reply-btn {
    position: relative;
    display: inline-block;
}

.sidebar-page-container .comments-area .reply-btn .fa {
    font-size: 12px;
}


/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 8px 15px;
    color: #222222;
    border: 1px solid #d0d0d0;
    height: 42px;
    border-radius: 3px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #247fe1;
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 10px 15px;
    color: #222222;
    border: 1px solid #d0d0d0;
    height: 170px;
    resize: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.comment-form button {
    position: relative;
    display: inline-block;
}


/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
    position: relative;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px;
}

.styled-pagination li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 6px 5px;
    font-size: 16px;
    text-transform: uppercase;
    min-width: 40px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background: #ffffff;
    color: #1a1a1a;
    text-align: center;
    border-radius: 3px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.styled-pagination li a.next,
.styled-pagination li a.prev {
    padding: 6px 15px;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #ffffff;
    background: #247fe1;
    border-color: #247fe1;
}




/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section {
    position: relative;
}

.map-canvas {
    position: relative;
    width: 100%;
}

.map-canvas .map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
}

.map-canvas .map-data h6 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
    color: #181818;
    font-family: "Oswald", sans-serif;
}


/*** 

====================================================================
	Contact Section Style
====================================================================

***/

.contact-section {
    position: relative;
    padding: 120px 0px 80px;
}

.contact-section h2 {
    font-size: 24px;
    margin-bottom: 25px;
    color: #181818;
}

.contact-section .column {
    position: relative;
    margin-bottom: 40px;
}

.contact-section .contact-form .form-group {
    position: relative;
    margin-bottom: 22px;
}

.contact-section .info-column {
    padding-left: 50px;
}

.contact-section .info-column .info-style-two {
    position: relative;
    padding: 50px 30px;
    background: #3d3f43;
    color: #ffffff;
    font-size: 15px;
}

.contact-section .info-column .info-style-two li {
    position: relative;
    margin-bottom: 31px;
    padding-left: 70px;
}

.contact-section .info-column .info-style-two li:last-child {
    margin-bottom: 0px;
}

.contact-section .info-column .info-style-two li .icon {
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 20px;
    width: 44px;
    height: 44px;
    line-height: 40px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    text-align: center;
}

.contact-section .info-column .info-style-two li a {
    color: #ffffff;
}


/*** 

====================================================================
	Info Section Style
====================================================================

***/

.info-section {
    position: relative;
    padding: 120px 0px 70px;
}

.info-section .info-column {
    position: relative;
    margin-bottom: 50px;
}

.info-section .info-column .info-inner {
    max-width: 340px;
    margin: 0 auto;
    border: 1px solid #dcdcdc;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.info-section .info-column .upper-title {
    line-height: 24px;
    padding: 7px 15px;
    font-size: 14px;
    color: #181818;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    text-transform: uppercase;
}

.info-section .info-column .lower {
    position: relative;
    padding: 30px 20px;
}

.info-section .info-column .info-style-one {
    position: relative;
    color: #777777;
}

.info-section .info-column .info-style-one li {
    position: relative;
    margin-bottom: 24px;
    padding-left: 70px;
    font-size: 15px;
}

.info-section .info-column .info-style-one li:last-child {
    margin-bottom: 0px;
}

.info-section .info-column .info-style-one li h4 {
    font-size: 14px;
    color: #181818;
    text-transform: uppercase;
}

.info-section .info-column .info-style-one li .icon {
    position: absolute;
    left: 0px;
    top: 15px;
    font-size: 20px;
    width: 44px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    text-align: center;
    color: #dcdcdc;
}

.info-section .info-column .info-style-one li a {
    color: #777777;
}

.info-section .info-column .list {
    position: relative;
    color: #777777;
    font-family: "Lora", serif;
}

.info-section .info-column .list li {
    position: relative;
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 24px;
}

.info-section .info-column .list li:last-child {
    margin-bottom: 0px;
}

.info-section .info-column .list li strong {
    display: block;
    float: left;
    padding-right: 10px;
    font-weight: 400;
    color: #181818;
}

.info-section .info-column .list li .data {
    display: block;
    float: right;
    font-size: 13px;
    padding-left: 5px;
}

.info-section .info-column:hover .info-inner {
    border-color: #247fe1;
}

.info-section .info-column:hover .upper-title {
    background: #247fe1;
    color: #ffffff;
}


/*** 

====================================================================
	Project Details Section
====================================================================

***/

.project-details {
    position: relative;
    padding: 120px 0px 100px;
    color: #777777;
}

.project-details .image-column {
    position: relative;
    margin-bottom: 30px;
}

.project-details .image-box img {
    display: block;
    width: 100%;
}

.project-details .styled-list-one {
    margin-bottom: 20px;
}

.project-details p {
    margin-bottom: 20px;
}

.project-details h3 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #181818;
}

.project-details h4 {
    margin-bottom: 2px;
    font-size: 18px;
    color: #181818;
}

.footer-marketing {
    background-color: #070715;
    color: #fff;
}

.footer-marketing>.container {
    padding-top: 4px;
    padding-bottom: 4px;
}

.footer-marketing>.container .footer-social {
    padding-top: 26px;
    height: 45px;
    font-size: 0.8em;
}

.footer-marketing>.container .footer-social .link-social {
    color: #fff;
}

.footer-marketing>.container .footer-social .link-social:hover {
    color: #ec983d;
}


/* --------------------new------------------------------ */

.policy {
    margin: 30px 0;
    border-top: 1px solid #333;
    margin-top: 30px;
    padding-top: 24px;
}

footer .policy h4 {
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #9b9b9b
}

.policy-span {
    color: rgb(0, 112, 192);
}

/* Heart of the matter */

@media screen and (min-width: 790px) and (max-width: 1399px) {
    .features-style-one .features-column h3 {
        position: relative;
        color: #181818;
        font-size: 20px;
        font-size: 31px;
        font-weight: 600;
    }
    .padt3 {
        margin-top: 69px;
        font-size: 25px;
        font-weight: 600;
    }
    .viz-nav img {
        margin: 0 auto;
        height: 229px;
        width: 230px;
    }
}

@media (min-width: 768px) {
    .ten-columns > .col-sm-2 {
      width: 20%;
    }
}
