/*------------------------------------------------------------------
* Table of Content
* 1. Dafault
* 2. Column title
* 3. Header
* 4. Featured banner
* 5. Section Header
* 6. About us
* 7. skills & Experience
* 8. Portfolio
* 9. Testimonails
* 10. Animated Number
* 11. Blog
* 12. Get-in-touch
* 13. Contact
* 14. Footer
-------------------------------------------------------------------*/

/*************************
*******Dafault******
**************************/

html, body{overflow-x: hidden!important;}

a{
  color: #303e4b;
  transition : all ease-in-out 0.3s;
}
.red-btn {
    text-align: center;
    margin-top: 35px;
    width: 100%;
    display: inline-block;
}

.red-btn .btn-primary:hover, .error-section a:hover{
  background: #a10003;
 transition: all ease-in-out 0.3s;
}

.left-btn{
  text-align: left;
}

.btn, form.post-password-form input[type="submit"]{
  border-width: 0;
  border-radius: 2px;
  padding: 8px 12px;
}

.btn-primary, a.btn-primary, 
p.form-submit .submit, 
.reply a, input.wpcf7-form-control.wpcf7-submit, 
form.post-password-form input[type="submit"] {
  background: #a10003;
  font-size: 14px;
  transition: all ease-in-out 0.3s;
  color: #fff;
  padding-left: 15px;
    padding-right: 15px;
}

.btn-primary:hover, a.btn-primary:hover, 
p.form-submit .submit:hover, 
.reply a:hover, input.wpcf7-form-control.wpcf7-submit:hover, 
form.post-password-form input[type="submit"]:hover {
  background: #a10003;
  transition: all ease-in-out 0.3s;
  color: #fff !important;
}

input[type="password"]{
  border-radius: 0px;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #f1f1f1;
}

/*************************
*******Column title******
**************************/

.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom:50px;
  position: relative;
  line-height:1;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30%;
  border-bottom: 2px solid #d42a2a;
}

ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/*************************
*******Header******
**************************/
.logo{
  padding: 10px 0;
  display: inline-block;
}
.logo img{
  max-width: 100%;
  max-height: 51px;
  width: auto;
  height: auto;
}

a.logo{
    color: #2c2c2c;
}

/*************************
*******Featured banner******
**************************/

a.scroll {
    position: absolute;
    right: 50%;
    left: 50%;
    bottom: 50px;
    width: 100%;
    margin: 0 auto;
    font-size: 36px;
}

/*************************
*******Section header******
**************************/

.section-header {
    margin-bottom: 50px;
    width: 70%;
    margin: 0 auto 50px;
}

.section-header p{
  color: #999;
}
.section-header .section-title {
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
  line-height: 0.8;
}

.section-header .section-title span{
  color: #039be5;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: -2px;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 3px solid #fff;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  background: #039be5;
  box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.5);
}

h1.site-title{
  margin: 15px 0 40px;
}

.site-title a {
    box-shadow: 0 0px 12px;
    padding: 5px 15px;
}


/*Navbar*/
.navbar-default {
    background:transparent;
}

.navbar {
    border-bottom: 0;
}

.sidebar .navbar-nav{
  background: transparent;
  margin:0;
}

.navbar.navbar-default {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    border: none;
    padding: 0;
    margin:0;
    box-shadow: 0 0 5px #ccc;
}


.navbar-brand {
    font-size: 24px;
    position: relative;
    color: #f49b00;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 0;
    height: auto;
}

a.navbar-brand {
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    
}

.navbar-nav>li>a{
  font-weight: 600; 
}

a.navbar-brand span{
    color: #fc883a;
}

.navbar-default .navbar-brand {
    color: #FFF;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.navbar-default .navbar-brand:hover {
    color: #D60D45;
}

.colored-navbar-brand .navbar-default .navbar-brand {
    padding-right: 30px;
    position: relative;
    color: #f49b00;
    display: inline-block;
    float: none;
}

.navbar-default .navbar-nav>li>a {
    line-height:inherit;
    font-weight: 700;
    font-size: 14px;
    padding-top: 0;
    color: #333;
    padding-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding:20px 20px 15px;
    border:none;
    font-family: 'Poppins';
    position: relative;
}


.navbar-default.sticky .navbar-nav>li>a:after {
    top: 30%;
}

.navbar-default .navbar-nav>li:last-child>a:after{display: none;}

.navbar-default .navbar-nav>li>a.menu_custom_btn:after{display: none;}

.navbar-default .navbar-nav>li>a.menu_custom_btn{
    padding: 8px 16px;
    margin-top: 25px;
    background: #a10003;
    margin-left: 15px;
    border: none;
    color: #fff!important;
}

.navbar-default .navbar-nav>li>a.menu_custom_btn:hover{
  opacity: 0.8;
  color: #fff!important;
  background: #a10003!important;
  border:none;
}


header .navbar-default .navbar-nav>li.active, header .navbar-default .navbar-nav>li.active>a, header .navbar-default .navbar-nav > li > a:hover{
    background: inherit;
    color: #a10003;
    border-top: none;
}

header .navbar-default .navbar-nav > li > a:hover:after{display: none;}


.sidebar .navbar-default .navbar-nav>li>a .sub{
    text-transform: capitalize;
    font-weight: 300;
    font-family: OpenSansRegular;
    line-height: 30px;
    font-size: 11px;
}

.navbar-default .navbar-nav>li>ul>li>a span.sub {
    font-size: 11px;
    text-transform: capitalize;
    position: relative;
}

.navbar-default .navbar-nav>li>ul>li>a span.sub:before {
    content: '\f105';
    padding-right: 5px;
    font-family: 'Font Awesome 5 Free';
}

.sidebar .navbar-default.sticky .navbar-nav>li>a .sub {
    display: none;
}

.has-menu-description .logo{
  padding: 19px 0;
}

.navbar-default .has-menu-description .navbar-nav>li>a.menu_custom_btn{margin-top: 28px;}

/*search section*/

.header-search {
    position: relative;
    float: right;
    padding-left: 3px;
}

.header-search i {
    margin-top: 26px;
    color: #333;
}

 .header-search .search-box-wrap {
    display: none;
    position: absolute;
    right: 0px;
    z-index: 2;
    top: 83px;
    background: #303e4b;
    border-width: 0px 1px 1px;
    border-color: #303e4b;
    border-style: solid;
    padding: 10px;
}

.header-search .searchform {
    width: 360px;
    max-width: 100%;
    margin: 0px auto;
}

.header-search form.search-form {
    position: relative;
}

.header-search form.search-form label{margin: 0;}

.header-search input.search-field, .header-search input.search-field:visited, .header-search input.search-field:focus {
    width: 100%;
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
    border-width: 5px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
    border-image: initial;
    background: rgba(255, 255, 255, 0.05);
    padding: 11px 60px 10px 15px;
    border: none;
    outline: none;
}

.header-search .search-form input#searchsubmit, .header-search .search-form input#searchsubmit:visited {
    background: #a10003;
    border-color: #a10003;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 13px;
    margin: 0px;
    border-radius: 0px;
    padding: 14px 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}


/* Main Menu Dropdown */

.navbar-nav li {
    position: relative;
    text-align: left;
    padding: 0;
}

.navbar-nav li ul {
    z-index: 9999;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 88px;
    left: 0;
    width: 200px;
    display: none;
    background-color: #FFF;
    border: 1px solid #EEE;
    border-top: 2px solid #a10003;
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}

.navbar.sticky .navbar-nav li ul{top: 71px !important;}

.navbar.sticky .navbar-nav li ul li ul{top: -2px !important}
.navbar-nav li ul li a {
    display: block;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #E6E6E6;
    transition: all ease-in-out 0.3s;
    font-family: 'Poppins';
}

.navbar-nav li > ul > li:last-child > a,
.navbar-nav li > ul > li > ul > li:last-child > a {
    border-bottom: 0;
}

.navbar-nav li ul li:hover a {
    padding-left: 20px;
    padding-right: 10px;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}

.navbar-nav li ul li a:hover{
    color:#a10003;
    transition: all ease-in-out 0.3s;
}

.navbar-nav li a i {
    float: right;
}

.navbar-nav li ul li ul {
    position: absolute;
    left: 199px;
    top: -2px!important;
    width: 200px;
}

.navbar-nav li ul li:hover ul li a {
    padding-left: 15px;
    padding-right: 15px;
    transition: all ease-in-out 0.3s;
}

.navbar-nav li ul li ul li:hover a {
    padding-left: 20px;
    padding-right: 10px;
    transition: all ease-in-out 0.3s;
}

.navbar-nav li ul li ul li ul li:hover a {
    padding-left: 20px;
    padding-right: 10px;
    transition: all ease-in-out 0.3s;
}


/*
    Slicknav - a Mobile Menu
*/

.slicknav_menu {
    display: none;
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em
}

.slicknav_nav {
    clear: both
}

.slicknav_nav ul,
.slicknav_nav li {
    display: block
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_row {
    display: block;
}

.slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_menu:before,
.slicknav_menu:after {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    clear: both
}


/* IE6/7 support */

.slicknav_menu {
    *zoom: 1
}


/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size: 16px;
}


/* Button */

.slicknav_btn {
    margin: 0;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 15px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


/* background color for responsive button */

.slicknav_btn.slicknav_open:before {
    font-family: 'FontAwesome';
    content: "\f00d"
}

.slicknav_btn.slicknav_collapsed:before {
    font-family: 'FontAwesome';
    content: "\f0c9"
}

.slicknav_btn.slicknav_open,
.slicknav_btn.slicknav_collapsed,
.slicknav_btn.slicknav_open:before,
.slicknav_btn.slicknav_collapsed:before {
    text-decoration: none !important;
    border: none;
}

.slicknav_btn.slicknav_open:before,
.slicknav_btn.slicknav_collapsed:before {
    font-size: 21px;
    color: #434343;
}
#dark .slicknav_btn.slicknav_open:before,
#dark .slicknav_btn.slicknav_collapsed:before {
  color: #fff;
}
.slicknav_menutxt {
    line-height: 22px !important;
}

.slicknav_btn:focus {}


/* Button Text */

.slicknav_menu .slicknav_menutxt {
    color: #DFF2F2;
    font-weight: 400;
    font-size: 14px;
}


/* Button Lines */

.slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5
}

.slicknav_menu {
    background: #383546;
    padding: 0;
    margin-top: 0;
}

.slicknav_nav {
    color: #B6B3C4;
    margin: 0;
    padding: 0;
    font-size: .875em
}

.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden
}

.slicknav_nav ul {
    padding: 0;
    margin: 0;
}

.slicknav_nav ul li {
    border-bottom: 0;
}

.slicknav_nav .slicknav_row {
    padding: 0;
    margin: 0;
}

.slicknav_nav a {
    padding: 12px 15px;
    margin: 0;
    text-decoration: none;
    color: #B6B3C4;
    display: block;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
    border-bottom: 1px solid #3b3844;
}

.slicknav_nav a.btn-primary {
    background: transparent!important;
    border: none;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 10px 15px;
    margin: 0;
}

.slicknav_nav .slicknav_item {
    position: relative;
}

.slicknav_nav .slicknav_item a {
    border-bottom: none;
    display: block;
}

.slicknav_nav {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background: #1F1D26;
    z-index: 99;
}

.slicknav_nav ul li {
    background: #1F1D26;
    padding: 0;
}

.slicknav_nav ul li li {
    padding-left: 0;
}

.slicknav_nav ul li ul {
    padding-left: 15px;
    padding-right: 15px;
}

.slicknav_nav ul li ul a {
    padding: 10px 10px;
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #443E56;
    color: #FFF
}

.slicknav_nav a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #443E56;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.slicknav_nav .slicknav_arrow {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 9px;
    width: 50px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
}


/* plus-minus or arrow sign */

.slicknav_nav .slicknav_arrow:hover {
    background: rgba(255, 255, 255, 0.05);
}

.slicknav_menu .slicknav_icon {
    display: none;
}

@media only screen and (max-width: 1024px) {
  .slicknav_btn{
          top: 25px;
      }

   .navbar.sticky .slicknav_btn{top: 26px;} 

  .text-logo .slicknav_btn{
    top: 38%;
  }    

   .slicknav_nav{top:71px;}   

   /*.navbar.sticky .slicknav_nav{top:71px;} */

  .text-logo .slicknav_nav{
    top: 100%;
  } 

  .slicknav_nav a span.sub, .slicknav_nav a i.has_sub_menu_parent{display: none;}

}


@media (max-width: 767px) {


    nav.navbar.navbar-default.navbar-fixed-top.with-slicknav {
      background: rgba(0, 0, 0, 0.5);
    }
}

@media (max-width: 479px) {

}



/*************************
*******About us******
**************************/

#about {
  background: #242a33 url(../../assets/images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding: 70px 0;
  text-align: center;
}

#about h2,
#get-in-touch h1,
#get-in-touch h2, #about-us .about-skill h2 {
  color: #ffab0a;
}


#skills, #experience, #about, #testimonials, #blog, #animated-number, #portfolio, #get-in-touch, #contact, #service{
  padding: 100px 0;
  background-attachment: fixed;
}


/*************************
*******skills &Experience ******
**************************/
#skills .media{
  margin-top: 0px;
}

#experience .media{
  margin-top: 30px;
}

#experience .section-header{
  margin-bottom: 20px;
}

.media.service-box-small{
  text-align: center;
}

.media.service-box-small .pull-left {
  margin-bottom: 20px;
  float: none!important;
}

.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i, .media.service-box-small .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color:#d42a2a;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after, .media.service-box-small .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #d42a2a;
}
.media.service-box:hover .pull-left > i, .media.service-box-small:hover .pull-left > i{
  background: #d42a2a;
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

/*************************
*******Portfolio******
**************************/

#portfolio {
  background: #f5f5f5;
  display: inline-block;
  width: 100%;
  padding-bottom: 0px;
}

.da-thumbs {
    list-style: none;
    padding-left: 0;
}
.da-thumbs li {
    padding: 0px;
    position: relative;
}
.da-thumbs li a,
.da-thumbs li a img {
    display: block;
    position: relative;
    width: 100%;
}
.da-thumbs li a {
    overflow: hidden;
}
.da-thumbs li a div {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 50px 20px 0;
}

.da-thumbs li a div h3{
  padding-bottom: 5px;
}

.da-thumbs li a div span {
    font-weight: normal;
    color: rgba(255,255,255,0.9);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
/*index portfolio style 2*/

.index-style .col-sm-4{padding: 0 3px;}

@media(max-width:767px){
  .index-style .col-sm-4{padding: 0 15px;}
}


/*************************
*******Testimonails******
**************************/

.testi-inner {
    background: #333333 url(../../assets/images/testimonial/bg.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 70px 15px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}
.testi-inner h4 {
  color: #fff;
  margin-top:15px;
}
.testi-inner small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.testi-inner .btns {
  margin-top: 10px;
}

/*about testimonials style*/

.about-testi .testi-inner{background: transparent; color: #666; padding: 0;}

.about-testi .testi-inner h4{color: #333;}

.testi-inner small{color: #00BCD4;}


/*************************
*******Animated number******
**************************/

#animated-number {
  background: #132125 url(../../assets/images/animated-number/bg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  background-position: center;
  background-attachment: fixed;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #ffab0a;
}
#animated-number strong {
  display: block;
}
.animated-number {
  display: inline-block;
  width: 120px;
  height: 120px;
  font-size: 24px;
  line-height: 114px;
  border: 5px solid #ffab0a;
  border-radius: 100px;
  margin-bottom: 20px;
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.69);
  color: #ffab0a;
}

/*style second*/

#animated-number.animated-style{padding: 80px 0;}

.animated-style .animated-number{
  height: inherit;
  width: inherit;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  line-height: inherit;
  margin-bottom: 0;
  text-align: left;
  display: block;
}

#counter .counter-block {
    padding: 50px 15px;
}

.counter-block .icon {
    border-right: 1px solid;
    line-height: 60px;
    margin-right: 30px;
    padding-right: 25px;
    color: #ffab0a;
    display: inline-block;
    font-size: 35px;
    float: left;
}

.counter-block h5 {
    color: #f7f7f7;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    text-align: left;
    font-weight: 500;
}

/*************************
*******Blog******
**************************/

#blog{padding: 50px 0;}

#blog .blog-post {
  border: 1px solid #eee;
  padding: 15px;
}
#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#blog .blog-post.blog-large .entry-date a{
  color:#a10003;
  position: relative;
  padding-bottom: 5px;
      font-weight: 600;
    letter-spacing: 0.5px;
}
#blog .blog-post.blog-large .entry-date a:after {
    content: '';
    border-bottom: 1px solid #a10003;
    position: absolute;
    width: 25px;
    bottom: 0;
    left: 0;
}
#blog .blog-post.blog-large .entry-title {
  margin-top: 15px;
  line-height: 1;
  margin-bottom: 15px;
  clear: none;
}
#blog .blog-post.blog-large .entry-title a {
  color: #64686d;
  -ms-word-break:break-word;;
  word-break: break-word;
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #45aed6;
}

#blog .blog-post.blog-media {
    margin-bottom:23px;
}

#blog .blog-post.blog-media:last-child {
    margin-bottom: 0px;
}

#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #ffab0a;
}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
  text-align: center;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #45aed6;
}


/*************************
*******Get-in-touch******
**************************/

#get-in-touch {
  color: #fff;
  background:#132125 url(../../assets/images/touch.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}


/*************************
*******Contact******
**************************/
#contact {
  position: relative;
  overflow: hidden;
}

.contact-form {
    padding-top: 30px;
}

.contact-form .form-control, .contact-form label input, .wpcf7-form-control-wrap textarea{
  background: transparent;
  color: #f7f7f7;
  border:1px solid rgba(204, 204, 204, 0.7); 
  border-radius: 0px;
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}

.contact-form .form-control:focus, .contact-form label input:focus, .wpcf7-form-control-wrap textarea:focus {
    color: #fff;
}

#contact .contact-form h3 {
  margin-top: 0;
}

.contact-form address {
    margin-top: 15px;
}

.contact-form .red-btn {
    text-align: left;
    margin-top: 20px;
}

#get-in-touch.contact-us-page .wpcf7-form-control-wrap textarea, #get-in-touch.contact-us-page .contact-form .form-control, 
#get-in-touch.contact-us-page .contact-form label input, #get-in-touch.contact-us-page  .wpcf7-form-control-wrap textarea{color: #999;}

#get-in-touch.contact-us-page .wpcf7-response-output.wpcf7-validation-errors {
    color: red;
    border: 2px solid red;
}

#get-in-touch.contact-us-page div.wpcf7-mail-sent-ok{
  color: #398f14;
}

p.address-item { position: relative; padding-left: 80px; margin-bottom: 25px; font-size: 16px; }
p.address-item .icon { position: absolute; top: -2px; left: 40px; font-size: 24px; color: #FF5722; }
@media (max-width:992px) {
  p.address-item{padding-left: 40px;}
  p.address-item .icon{left: 0;}
}

@media only screen and (max-width: 767px) { 
  p.address-item { padding-left: 50px; }
  p.address-item .icon { left: 10px; }
  p.address-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width:639px) {
  p.address-item:last-child{margin-bottom: 0;}
}

/*map section*/
.footer-map-full { width: 100%; height:250px; margin-top: 15px;}

/*alert message*/

div#mail_success_message {
    margin-top: 25px;
}

/***********************
********* Footer ******
************************/
#footer {
    padding-top: 5px;
    padding-bottom: 5px;
    background:#a10003;
}
#footer a {
  color: #000;
  font-family: 'Poppins';
}
/*#footer a:hover {
  opacity: 0.9;
}*/

#footer p.copyright {
    font-family: 'Poppins';
    font-size: 13px;
    margin: 0;
	color:#fff;
}
#footer a i {
    color: #a10003;
    background: #f1f1f1;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 32px;
}
#footer ul.inline-menu > li a:hover {
    color: #a10003;
}
#footer .copyright a:hover {
    color: #a10003;
}
#footer ul.inline-menu > li a {
        font-size: 13px;
    border-bottom: 1px dotted #fff;
    display: inline-block;
    line-height: 22px;
}
footer#footer.footer-style{background: #a10003;}
footer.footer-style ul.inline-menu{padding: 15px 0!important;}

ul.inline-menu { list-style: none; padding-bottom: 10px; margin: 0; text-align: center; }
ul.inline-menu li { display: inline; margin: 0; padding: 0 10px; font-size: 15px;  }
ul.inline-menu li + li { padding-left: 25px;}
ul.inline-menu li + li:before {
    content: '/';
    padding-right: 15px;
}
.inline-menu li {
    margin: 0 !important;
    padding: 0 10px 0 0 !important;
}
ul.inline-menu li a { line-height: 16px; color: #DEDEDE; }
ul.inline-menu li a:hover { color: #FFF; }

@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}


.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
input.form-control {
    border-radius: 0px;
    height: 34px;
}
.media h3.column-title{
  margin-bottom: 20px;
}

@media (max-width: 767px){
  footer.footer-style ul.inline-menu li {
      padding: 0 8px;
      margin: 0;
  }

  #footer ul > li{
    margin: 0;
  }
}


/***
 * Breadcrumb
 */

.breadcrumb li .active{
    background: rgba(0, 0, 0, 0.50);
    padding: 2px 9px;
    font-size: 12px;
}

.breadcrumb-wrapper.breadcrumb-detail {
    background-image: none;
    background-color: #ededed;
    padding: 15px 0;
    height: inherit;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

  .breadcrumb-wrapper.breadcrumb-detail h2{
    margin: 0;
    padding: 0;
    color: #000;
  } 

.breadcrumb-wrapper {
    background: #EDEDED url(../images/bread-bg.jpg);
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.breadcrumb-wrapper h1 {
    padding:13px 25px 0px;
    margin:0;
    color: #fcfcfc;
    font-size: 36px;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    line-height: 1.2;
}

.breadcrumb-wrapper .breadcrumb {
    margin:6px 0 0;
    padding: 0px;
    font-size: 14px;
    background:transparent;
    border-radius: 0px;
}

.breadcrumb-wrapper .breadcrumb a{
    color: #fff;
}

.breadcrumb-wrapper.breadcrumb-detail  .breadcrumb a{
  color: #333;
}

.breadcrumb-wrapper .breadcrumb .active {
    color: #a10003;
}

 .breadcrumb-wrapper.breadcrumb-detail .section-title{
  text-align: left;
  padding: 0;
  margin:0;
 }

.breadcrumb-wrapper .section-title{
    position: relative;
    z-index: 9;
    text-align: center;
    top: 0px;
    width: 80%;
    margin: 0 auto;
}

.breadcrumb-wrapper.breadcrumb-detail .breadcrumb>li+li:before{
  color: #333;
 }

 @media(max-width: 639px){
  .breadcrumb-wrapper{padding: 35px 0;}
  
  .breadcrumb-wrapper h1{ font-size: 21px;}

  .breadcrumb-wrapper .section-title{width: 94%;}
 }

p.banner_subtitle {
        color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 10px;
}

.detail-content {
    padding: 30px 0 0;
}

.detail-content.single_page{padding: 0;}

.detail-content .section-title-3 h3 {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
}

.detail-content img{margin: 0; float: left;}

.detail-content.single_page h3{line-height: 1.5; padding: 0;}
.bizberg_default_page .single_page h3, 
.bizberg_default_page .detail-content.single_page p {
    padding-left: 0;
}

.bizberg_default_page .entry-content{
  margin-top: 0;
}

.bizberg_default_page .entry-content img{
  margin-bottom: 15px;
}

.bizberg_default_page .single_page h3 {
    text-transform: uppercase;
        margin-bottom: 15px;
}
.bizberg_default_page .single_page h3:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #a10003;
    bottom: 0;
    width: 50px;
    left: 0;
}
.bizberg_default_page .entry-header{
  position: relative;
}
.detail-content.single_page img{float: none;}

.detail-content.single_page .wp-block-latest-comments__comment img{
  float: left;
}

.detail-content.single_page .wp-block-latest-comments__comment footer{
  margin-left: 0;
}

.detail-content.single_page .wp-block-latest-comments__comment ol.wp-block-latest-comments{margin-left: 0;}

.detail-content.single_page blockquote.wp-block-quote{margin:1.5em 0;}

.detail-content.single_page blockquote.wp-block-quote cite{
  margin-left: 0;
}

.detail-content.single_page blockquote.wp-block-quote.is-style-large{padding: 1em;}

.detail-content.single_page figure.wp-block-pullquote{margin: 1em;}

.bizberg_cocntent_wrapper {
    border: 1px solid #f1f1f1;
    padding: 15px;
}

.bizberg_post_date a{
    display: block;
    color: #a10003;
    font-weight: 500;
    margin-bottom: 8px;
    position: relative;
    padding: 0;
    font-family: 'MontserratRegular';
}

.bizberg_post_date a:after {
    background: #a10003 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin: 10px 0 0;
    width: 33px;
    bottom: -1px;
    position: absolute;
}

.bizberg_detail_user_wrapper a:hover {
    color: #a10003;
}

.bizberg_user_comment_wrapper{
    border-top: 1px solid #f1f1f1;
    padding: 18px 0px 0px;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.bizberg_detail_user_wrapper a{
    float: left;
    margin-right: 20px;
    font-weight: 500;
    color: #959595;
}

.bizberg_user_comment_wrapper i {
    font-size: 1.4em;
    margin-right: 4px;
}

.bizberg_detail_comment_count {
    float: right;
    font-weight: 500;
    color: #959595;
}

.blog-author {
    border: 1px solid #f1f1f1;
    display: inline-block;
    margin-top: 30px;
    background: #fbfbfb;
    width: 100%;
    padding: 15px;
}
.blog-author-right {
    padding: 0px 20px 0;
}
span.bizberg_author_label {
    color: #242424;
}

div#comments {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    /*background: #fbfbfb;
    border: 1px solid #f1f1f1;
    padding: 5px 20px;*/
}

p.comment-notes {
    padding:10px 0 0px;
}

p.comment-form-comment{margin-bottom: 10px;}


.detail-content textarea.form-control{border-radius: 0px;}

h2.comments-title {
    margin-bottom: 35px;
    font-size: 25px;
    font-weight: normal;
    color: #2c2c2c;
    line-height: 1.4;
}

ol.comment-list {
    padding: 0;
    list-style: none;
}

.comment-author.vcard {
    display: inline-block;
}

.comment-author img {
    display: inline-block;
}

.comment-metadata {
    display: inline-block;
    float: right;
    padding-top: 6px;
}

.comment-metadata a {
    color: #999;
}

ul.child-comments > li > .comment-content {
    margin: 15px 0 20px;
}

.comment-content {
  margin: 15px 0 30px;
  display: inline-block;
  width: 100%;
  line-height: 24px;
}
.edit_repy_links {
    margin-top: 20px;
}
.comments-area .comment-content p {
    margin-bottom: 10px;
    padding-left: 0;
}

.result-paging-wrapper .pagination{margin: 0;}

.nav-links {
    display: inline-block;
    width: 100%;
    padding:30px 0 0;
    text-align: center;
}

.post-navigation .nav-previous a:before {
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    padding-right: 10px;
}

.post-navigation .nav-next a:after{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    padding-left: 10px;
} 

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous{
  width: 45%;
  text-align: left;
}

.comment-navigation .nav-previous a, .comment-navigation .nav-next a, .post-navigation .nav-previous a, .post-navigation .nav-next a{
    color: #fff; 
    font-size: 15px;
    display: inline-block;
    background: transparent;
    border: 2px solid #ccc;
    transition: all ease-in-out 0.3s;
    padding: 8px 12px;
    color: #666;
    -ms-word-break: break-word;
    word-break: break-word;
}

.comment-navigation .nav-previous a:hover, 
.comment-navigation .nav-next a:hover, 
.post-navigation .nav-previous a:hover, 
.post-navigation .nav-next a:hover{
      color: #a10003;
    border-color: #a10003;
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover{
  border-color: #a10003;
  color: #a10003;
  background: transparent!important;
   transition: all ease-in-out 0.3s;
}


/*div#respond {
    margin-top: 15px;
    border-top: 1px dotted #dedede;
    padding-top: 30px;
}*/

div#respond h3#reply-title{
  font-weight: 400;
  position: relative;
  padding-bottom: 5px
}

div#respond h3#reply-title:after{
    background: #a10003 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    bottom: -1px;
    position: absolute;
}

#respond p.logged-in-as {
    padding-top: 10px;
}

div#respond h3#reply-title small a {
    float: right;
    font-size: 13px;
    color: #a10003;
    border: 1px solid #a10003;
    border-radius: 2px;
    padding: 6px 8px;
}

div#respond h3#reply-title small a:hover, a.comment-edit-link.btn.btn-primary.btn-sm:hover{opacity: 0.8;} 

.comments-area p {
    margin-bottom: 15px;
}

.comments-area textarea, .comments-area p input {
    border-radius: 0px;
    padding: 7px 12px;
    font-size: 14px;
    border: 1px solid #f1f1f1;
}

.comments-area p.comment-form-cookies-consent label{
  width: 98%;
  float: right;
}


/*blog detailpage*/


.blog-author h3 {
    margin: 20px 0;
    font-weight: normal;
    color: #2c2c2c;
    font-size: 20px;
}

.blog-author img {
    margin-bottom: 0;
}

.blog-author-left {
    padding: 0;
}

.detail-content.single_page .blog-author h4 .blog-author h4 {
    margin: 10px 0 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
}

.comments-area ol.comment-list > ul.comment-item {
    padding-left: 0;
    margin-left: 0;
    display: inline-block;
    width: 100%;
}

.comment-item .comment-avatar {
    position: absolute;
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.comment-item .comment-avatar img {
    width: 100%;
    width: 100%;
    border-radius: 50%;
}

ul.comment-item li .comment-header {
    margin-left: 75px;
}

ul.comment-item li .comment-header > a {
    font-weight: 700;
    color: #666;
}

.comment-item .comment-time a {
    display: block;
    font-style: italic;
    font-weight: 300;
    font-size: 13px;
    color: #989B8E;
    margin-bottom: 10px;
    margin-top: 6px;
}
ul.child-comments {
    margin-top: 0;
    margin-left: 30px;
}
.comments-area p {
    margin-bottom: 5px;
}
.comments-area label {
    color: #a10003;
}
.comments-area p input {
    display: block;
    width: 100%;
}

.comments-area textarea {
    max-height: 70px;
}

p.comment-form-author, p.comment-form-email,p.comment-form-url {
    width: 100%;

}


p.comment-form-cookies-consent input {
    width: 20px;
    display: inline-block;
}

p.comment-form-cookies-consent label {
    width: 93% !important;
    display: inline-block !important;
    float: none !important;
}
nav.navigation.comment-navigation {
    margin-bottom: 25px;
}

.edit_repy_links .btn{padding: 4px 12px 5px;}

a.comment-edit-link:hover,
a.comment-reply-link:hover{
  color: #fff !important;
  opacity: 0.8;
}

 p.form-submit .submit{
    border-width: 0;
    border-radius: 2px;
    color: #fff;
 }

 .single_page .meta {
    padding-bottom: 10px;
    color: #64686d;
}
 .single_page .meta a{color:#64686d;}

 h3.blog-title {
        padding-bottom: 20px;
    padding-top: 0px;
    color: #2c2c2c;
    font-weight: normal;
}

.detail-content.single_page h2,
.detail-content.single_page h3,
.detail-content.single_page h4,
.detail-content.single_page h5,
.detail-content.single_page h6,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6{
  font-weight: normal;
  padding-bottom: 10px;
  padding-top: 5px;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

.detail-content.single_page h1, .comment-content h1{padding-bottom: 10px; font-size: 40px; }

.detail-content.single_page tr, 
.detail-content.single_page th, 
.detail-content.single_page td,
.comment-content tr,
.comment-content th,
.comment-content td{
    border: 1px solid rgba(204, 204, 204, 0.25);
    text-align: center;
    padding: 3px;
}

.detail-content.single_page p, .comment-content p {
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 20px;
    /*padding: 0 20px;*/
}

.blog-author .blog-author-right p{
  padding: 0;
  font-size: 14px;
}
.detail-content.single_page ol, .comment-content ol{
    list-style-type: decimal;
    margin-left: 20px;
    line-height: 2;
}

.detail-content.single_page ul, .comment-content ul{
    list-style-type: disc;
    margin-left:20px;
    line-height: 2;
}

.detail-content.single_page ul.wp-block-categories-list{margin-left: 0;}

.detail-content.single_page pre, .comment-content pre{
    line-height: 1.7;
    margin: 20px 0;
    max-width: 100%;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    background: rgba(247, 247, 247, 0.45);
    border: none;
    border-radius: 0;
    font-size: 15px!important;
    border-bottom: 2px solid #ccc;
}


.detail-content.single_page p img.aligncenter {
    float: none;
    margin-bottom: 15px;
    display: inline-block;
}

.detail-content.single_page p img.alignleft{
  float: left;
  margin-right:15px; 
}


.detail-content.single_page p img.alignright{
  float: right;
  margin-left:15px; 
}

.detail-content.single_page li strong, .detail-content.single_page li span, .detail-content.single_page li em{
  font-size: 16px!important;
}

.gallery-icon.landscape a img {
    display: inline-block;
}

.gallery-icon.landscape {
    text-align: center;
}

.calendar_wrap caption {
    background: #f1f1f1;
    padding: 5px 0 6px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
    border: 1px solid rgba(204, 204, 204, 0.25);
}

.calendar_wrap tr, .calendar_wrap th, .calendar_wrap td {
    border: 1px solid rgba(204, 204, 204, 0.25);
    text-align: center;
}

@media(max-width: 991px){

  .detail-content.single_page .eb_banner_title_grid{padding-top: 100px;}

  .detail-content.single_page h1{
    line-height: 1.5;
    font-size: 40px!important;
  }
}

@media screen and (max-width: 767px){
  .result-paging-wrapper .pagination{text-align: center;}
 
}

@media screen and (max-width: 735px){
  .detail-content.single_page h2{font-size: 32px!important;}

  /*.detail-content.single_page h4{padding-left: 35px!important;}*/
}


@media screen and (max-width: 639px){

  .detail-content.single_page .eb_banner_title_grid{padding: 100px 30px 0;}  

  /*.detail-content.single_page p{margin-bottom: 0} */

  .blog-author {
    text-align: center;
  }

  .blog-author .col-sm-2, .blog-author .col-sm-10{
    width: 100%;
  }

  .blog-author .col-sm-2 img{display: inline-block; margin-bottom: 0;}

}



/**
 * Blog
 */

.blog-item-full {
    margin: 0 0 30px;
}

.blog-item-full .content {
  padding: 15px 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

.blog-item-full .meta {
    margin: 0 0 10px;
    font-size: 13px;
    color: #919191;
    line-height: 18px;
}

.blog-item-full .meta a {
    color: #555;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-item-full .meta a:hover {
    text-decoration: underline;
}

.blog-item-full .meta i {
    margin-right: 5px;
}

.blog-item-full .content h3.blog-title {
  position: relative;
  margin: 0;
   margin-bottom: 15px;
}

.blog-wrapper.blog-single .blog-item-full .content {
    margin-left: 0 !important;
}

.blog-item-full a.link-more{
  float: none;
  color: #fff!important;
}

/*Sidebar*/



.sidebar-list{
    padding:0;
    margin-bottom:30px;
}

.sidebar-list:last-child{
    margin-bottom: 0px;
}

.sidebar-list ul{
    margin-bottom: 0px;
    padding: 0;
}
section.detail-page-post {
    display: none;
}

section.item-content {
    margin-bottom: 20px;
}
.item-detail table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.item-detail table td, .item-detail table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.item-detail table tr:nth-child(even){background-color: #f2f2f2;}

.item-detail table tr:hover {background-color: #ddd;}

.item-detail table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
#sidFrm .ratBxt {
    background: #a10003;
    width: 100%;
    padding: 10px;
    text-align: center;
    position: relative;
}
#sidFrm .ratBxt h3 {color: #fff;font-size: 18px;text-align: center;line-height: 18px;font-weight: bold;background: transparent;border: none;margin: 0 !important;padding: 5px;}
#sidFrm .itenBxt {
    background: #fbf2a2;
    padding: 15px 10px;
    box-shadow: 0 4px 7px #00000042;
}
#sidFrm .enquiryBtn {
    margin-top: 8px;
    margin-left: 5px;
    background: #c00100 !important;
    border-color: #c00100 !important;
}
#sidFrm .waves-bxt {
 background-color: #a10003;
 color: rgb(255, 255, 255);
 font-size: 15px;
 text-decoration: none;
 border-radius: 2px;
 border-width: 0px;
 text-transform: capitalize;
 line-height: 15px;
 height: 35px;
 border-style: solid;
 padding: 9px 15px 9px 15px;
 width: 100%;
 margin-bottom: 10px;
 margin-top: 10px;
}
.author-profile,p.akismet_comment_form_privacy_notice {
    display:  none !important;
}
.edit_repy_links a {
    color: #fff !important;
}
#sidFrm .waves-bxts {
    text-transform: capitalize;
    background-color: #0e8c06;
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-decoration: none;
    border-radius: 2px;
    border-width: 0px;
    border-style: solid;
    padding: 9px 15px 9px 15px;
    width: 100%;
    line-height: 15px;
    height: 35px;
}
#sidFrm input {
    display: block;
    border: 1px solid #9E9E9E !important;
    background: #fff;
    border-radius: 0;
    padding: 5px;
    height: 35px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 7px !important;
}
#sidFrm textarea {
    border: 1px solid #9E9E9E !important;
    border-radius: 0;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    height: 99px;
    background: #fff;
}
#sidFrm .infoBxs {
    text-align: center;
    display: block;
    font-size: 12px;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
}

.wpcf7-response-output {
    padding: 0;
    margin: 0 !important;
    background: #337ab7;
    border-color: #337ab7 !important;
    color: #fff !important;
    text-align: center;
    font-size: 12px;
}
section#text-2 {
    padding: 0 !important;
}

#sidebar li a:before {
   font: normal normal normal 16px/1 FontAwesome;
    content: "\f058";
    font-weight: bold;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #a10003;
    text-align: center;
}
#sidebar li a {line-height: 20px;}
#sidebar .widget{
    margin: 0 0 30px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 15px #cccccc57; 
}
#sidebar .widget:last-child{
  margin: 0;
}
section#recent-posts-3 {
    padding: 10px;
}
.textwidget p strong {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.detail_image_wrapper {
    position: relative;
    transition: all ease-in-out 0.5s;
    overflow: hidden;
}

.bizberg_detail_cat{
    position: absolute;
    top: 30px;
    background: rgba(255,255,255,0.85);
    padding: 10px 30px 12px;
    left: 0;
    color: #333;
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    transition: all ease-in-out 0.5s;
    z-index: 1;
}

.bizberg_detail_cat:after {
    content: '';
    left: 0;
    width: 0;
    background: #a10003;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    transition: all ease-in-out 0.5s; 
}

.detail_image_wrapper:hover .bizberg_detail_cat{
    color: #fff;
}

.detail_image_wrapper:hover .bizberg_detail_cat:after{
    width: 100%;
    transition: all ease-in-out 0.5s;
}

#sidebar .widget h2.widget-title:before {
    content: "";
    background: #a10003;
    width: 12%;
    height: 1px;
    position: absolute;
    bottom: 0;
}

ul.sidebar-cat > ul > li, .widget.widget_categories > ul > li,
.widget.widget_archive > ul > li, .widget.widget_pages > ul > li,
.widget.widget_meta > ul > li, .widget.widget_nav_menu div > ul > li, .widget.widget_recent_entries ul > li,
.widget.widget_recent_comments ul > li{
    border-bottom: 1px dashed #f1f1f1;
    line-height: 14px;
    position: relative;
    padding: 0px 0 5px;
    margin-bottom: 7px;
    line-height: 1.5;
}

ul.sidebar-cat li:last-child, .widget.widget_categories li:last-child,
.widget.widget_archive li:last-child, .widget.widget_pages li:last-child,
.widget.widget_meta li:last-child, .widget.widget_nav_menu li:last-child,
.widget.widget_recent_entries li:last-child, .widget.widget_recent_comments li:last-child{
    border-bottom: 0;
    padding: 0;
    margin: 0;
}

ul.sidebar-cat li a, .widget.widget_categories li a,.widget.widget_archive li a, .widget.widget_pages li a,
.widget.widget_meta li a, .widget.widget_nav_menu li a, .widget.widget_recent_entries li a, .widget.widget_recent_comments li a{
    color: #434343!important;
    line-height: 2.2;
    width: 100%;
    display: inline-block;
    transition: all ease-in-out 0.3s;
}

.widget.widget_archive li a, .widget.widget_categories li a{width: auto;}

ul.sidebar-cat li a:before, .widget.widget_categories li a:before ,.widget.widget_archive li a:before, .widget.widget_pages li a:before,
.widget.widget_meta li a:before, .widget.widget_nav_menu li a:before, .widget.widget_recent_entries li a:before, 
.widget.widget_recent_comments li span a:before{
    content: '\f105';
    font-family: 'Fontawesome';
    padding-right: 5px;
}


ul.sidebar-cat li a:hover, ul.archive li a:hover, .widget.widget_categories li a:hover,
.widget.widget_archive li a:hover, .widget.widget_pages li a:hover,
.widget.widget_meta li a:hover, .widget.widget_nav_menu li a:hover, 
.widget.widget_recent_entries li a:hover, .widget.widget_recent_comments li a:hover,
.widget.widget_archive li:hover, .widget.widget_categories li:hover{
    transition: all ease-in-out 0.3s;
    color: #a10003 !important;
}

.widget.widget_calendar table{background: transparent;}

ul.sidebar-cat li:first-child .absolute {
    top: 0px;
}

@media(max-width: 767px){
  div#sidebar{margin-top: 20px;}
}

/*quick-search*/


.quick-search {
    position: relative;
}

.quick-search .form-control {
    height: 40px;
}

.quick-search .btn {
    position: absolute;
    top: 1px;
    right: 1px;
    color: #FFF;
    background: #f44336;
    height: 38px;
    border: none;
    border-radius: 0px;
}

.quick-search .form-control {
    padding-right: 50px;
}


/*Archive section*/

.widget.widget_archive select, .widget.widget_categories select, .widget.widget_text select{
  width: 100%; 
  padding: 5px 10px; 
  height: 42px;
  border: 1px solid #f1f1f1;
}

ul.archive li {
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    padding:0px 0 8px;
}

ul.archive li:first-child{
  padding-top: 0px;
}

ul.archive li:last-child{
  border:none;
  padding-bottom: 0px;
  margin-bottom: 0;
}

ul.archive li a {
    color: #d42a2a;
    font-weight: 700;
    transition: all ease-in-out 0.3s;
}

ul.archive li .absolute, ul.sidebar-cat li .absolute {
    float: right;
    color: #ccc;
    font-style: italic;
    font-size: 12px;
}

/*recent comments*/
.widget.widget_recent_comments ul li{border-bottom: 1px dashed #a7a7a7; padding-bottom: 5px; margin-bottom: 5px;}

.widget.widget_recent_comments ul li:last-child{border: none;}

/*Tag cloud*/

.widget.widget_tag_cloud a, .tagcloud.tags a{
    border: 3px double #777;
    padding: 5px 12px;
    color: #333;
    background: transparent;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: bottom;
    font-size: 13px !important;
}
footer .widget.widget_tag_cloud a, footer .tagcloud.tags a{
  color: #fff;
  border-color: #fff;

}

.tagcloud.tags a{margin-right: 5px;}

.widget.widget_tag_cloud a:hover, .tagcloud.tags a:hover{
    background: #a10003;
    color: #fff!important;
    border-color: #a10003;
}


.tag-cloud-wrapper {
    margin: 30px 0 0;
    display: inline-block;
    width: 100%;
}

.tag-cloud-heading, .tagcloud.tags {
    display: inline-block;
}

.tag-cloud-heading{
      padding-right: 5px;
    float: left;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 15px;
    width: 10%;
    text-align: center;
    color: #777;
}
.tagcloud.tags {
    float: right;
    width: 90%;
}

/*RSS*/
.widget.widget_rss li {
    padding: 0px 0 12px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px dotted #DBDBDB;
}

.widget.widget_rss li:last-child{
  border: none;
  margin: 0;
  padding: 0;
} 

.widget.widget_rss img.rss-widget-icon{display: inline-block;}

/*search*/
.search-form{
  position: relative;
  height: 42px;
  border: 1px solid #f1f1f1;
  overflow: hidden;
}
#light .search-form{
  background: #fff;
}

.search-form label{width: 100%; position: relative;}

.header-search .search-form input.search-field, .widget.widget_search .search-form input.search-field,.page-content input.search-field {
    box-shadow: none;
    border: none;
    width: 100%;
    padding: 11px 60px 10px 15px;
    display: inline-block;
    font-weight: normal;
    color: #64686d;
}


.search-form input#searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px;
    font-size: 14px;
    border-radius: 0;
    border: none;
    background: #a10003;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'PT Serif', serif!important;
}


 .sidebar-wrapper .section-title {
    font-size: 20px;
    line-height: 24px;
    width: 100%;
}

.sidebar-wrapper .section-title h3, #sidebar .widget h2.widget-title {
    text-align: left;
    line-height: 1;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    color: #242424;
    margin-top: 5px;
}


/*Recent post*/

ul.recent-post-sm li {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

ul.recent-post-sm li:last-child{
  margin-bottom: 0;
  border:none;
  padding-bottom: 0;
}

ul.recent-post-sm li h3 {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 5px;
    font-weight: 500;
    color: #666;
}

ul.recent-post-sm li .image {
    width: 80px;
    float: left;
}

ul.recent-post-sm li .image img {
    display: block;
}

ul.recent-post-sm li .content {
    margin-left: 90px;
}

ul.recent-post-sm li .recent-post-sm-meta {
    margin: 0;
    color: #ccc;
    font-size: 13px;
    font-style: italic;
}

ul.recent-post-sm li .recent-post-sm-meta i{padding-right: 5px;}

ul.recent-post-sm li a h3:hover {
    color: #f44336;
}


/*Pagination*/
.result-paging-wrapper {
    background: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.result-paging-wrapper ul.paging {
    float: left;
    margin-bottom: 0px;
    padding: 0;
}

.result-paging-wrapper ul.paging li {
    float: left;
    margin-left: 2px;
}

.result-paging-wrapper ul.paging li a, .navigation.pagination a, .navigation.pagination span{
    color: #636363;
    padding: 4px 10px;
    border: 1px solid #e2e0e0;
    border-radius: 50%;
    width: 50px;
    display: inline-block;
    height: 50px;
    text-align: center;
    line-height: 40px;
    margin: 5px;
}

.result-paging-wrapper ul.paging li.active a,
.result-paging-wrapper ul.paging li a:hover, .navigation.pagination a:hover, .navigation.pagination span:hover,
.navigation.pagination span.current {
    background: #a10003;
    color: #FFF!important;
    border:none;
}

.result-paging-wrapper ul.paging li.disable a {
    cursor: not-allowed;
    background: transparent;
    color: #636363;
}

.result-paging-wrapper.text-center ul.paging {
    float: none;
    text-align: center;
}

.result-paging-wrapper.text-center ul.paging li {
    float: none;
    margin-left: 2px;
    display: inline-block;
}


@media(max-width: 640px){
  .result-paging-wrapper ul.paging li a, .navigation.pagination a, .navigation.pagination span{
    height: 40px;
    width: 40px;
    line-height: 32px;
  }
}

/***************************************************************************/
/* LEFT SIDEBAR */
/***************************************************************************/
.left .content-wrapper {
  float: right;
}




/***************************************************************************/
/* DETAIL PAGE */
/***************************************************************************/
.detail-header h2 {
    margin-top: 0;
    line-height: 0.8; 
    margin-bottom: 15px;
}

.review-item {
    padding-bottom: 20px;
    margin-bottom:20px; 
    display: inline-block;
    border-bottom: 1px solid #EBEBEB;
}

.review-item .btn-sm, p.form-submit .btn-sm {
    padding: 5px 15px;
}

.review-item:last-child {
    margin: 0;
    border-bottom: 0;
    padding: 0;
}

.review-item .content-left {
    color: #A1A1A1;
    text-align: center;
}

.review-item .content-left .image{
  display: inline-block;
}

.review-item .content-left img {
    width: 80px;
    display: inline-block;
    border-radius: 50%;
    margin: 5px 0 10px;
}

.review-item .content-left h4 {
    line-height: 1.3;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.tripadvisor-rate {
    line-height: 16px;
    display: inline-block;
}

.tripadvisor-module p {
    display: inline-block;
    padding-left: 10px;
}

.review-item .content {
    line-height: 24px;
    border-left: 1px solid #EBEBEB;
}

.review-item .content h5 {
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 10px;
    font-size: 16px;
}

.review-item .content-right {
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 25px;
    width: 130px;
    border: 3px double #005294;
}


.detail-content .form-group {
    display: table;
    width: 100%;
}

.detail-content .form-group .col-sm-12{
    padding: 0;
}

.detail-content .form-group .col-sm-4:first-child{
    padding-left: 0px;
}

.detail-content .form-group .col-sm-4:last-child{
    padding-right: 0px;
}



/***************************************************************************/
/* RESPONSIVE FIXES */
/***************************************************************************/

@media only screen and (min-width: 481px) and (max-width: 768px) {
  
}
/* Small Devices, Tablets */
@media only screen and (min-width: 481px) and (max-width: 992px) {
  h1 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {


  .breadcrumb-wrapper h2{
    margin-top: 55px;
  }

  .col-sm-9.content-wrapper {
    margin-bottom: 25px;
  }

  .left .content-wrapper {
    float: none;
  }
}

/* Few Mobile versions */
@media only screen and (max-width: 576px) {

  .detail-header h2{
    line-height: 1.5;
  }

}

/*blog-lists*/

.blog-lists.blog-style .col-sm-6{margin-bottom: 30px;}

.blog-lists .red-btn{margin-top: 20px;}

/*blog grid*/
#blog .blog-post.blog-grid{
  display: inline-block;
  margin-bottom: 25px;
  padding:15px 15px 7px; 
  width: 100%;
}

#blog .blog-post.blog-grid header.entry-header {
    float: left;
}

#blog .blog-post.blog-grid .col-sm-5{
  padding: 0;
}

#blog .blog-post.blog-large.blog-grid  .entry-thumbnail{
  margin: 0;
  margin-right: 20px;
}

#blog .blog-post.blog-grid .entry-meta{
  width: 100%;
  padding: 8px;
  display: inline-block;
  text-align: left;
}

.blog-grid .red-btn{
  text-align: left;
  margin-top: 12px;
  display: block;
}


/*leftsidebar*/
.blog-lists.blog-leftsidebar .col-sm-9{float: right;}

.blog-lists.blog-nosidebar .col-sm-9, .blog-lists.blog-nosidebar-1 .col-sm-9{width: 100%;}

.blog-lists.blog-nosidebar .col-sm-9 .col-sm-12.col-xs-12{width: 50%;}

.blog-lists.blog-nosidebar .img-responsive{height: 190px;}

.blog-lists.blog-nosidebar .blog-post.blog-large .post-format{left: 20px;}

.blog-lists.blog-nosidebar .col-sm-3{display: none;}

@media (max-width: 767px){
  .blog-lists.blog-nosidebar .col-sm-9 .col-sm-12.col-xs-12{width: 100%;}

  #blog.blog-lists.blog-nosidebar .blog-post.blog-grid .entry-meta{text-align: left; padding: 10px 0;}

  .blog-lists.blog-nosidebar .img-responsive{height: auto;}

}


/*About Us*/

#about-us section{padding: 100px 0; position: relative;}

ul.about-list{
    padding-top: 25px;
    display: inline-block;
    margin-bottom: 0;
    padding:25px 0 0;
 } 

 ul.about-list li {
    padding-left: 40px;
    padding-bottom: 30px;
}

 ul.about-list li i{
    color: #f33807;
    font-size: 25px;
    position: absolute;
    top: 3px;
    left: 0px;
}

.about-content img, #about-us.about-style .single-item > div {
    border: 5px solid rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 5px #ccc;
}

.about-skill{
    background:url(../images/skill-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding-bottom: 60px;
} 

.about-skill .section-header p{
  color: #fff;
}

.featured-item-text {
    margin: 15px 0;
}

.featured-item-text h4 {
    border-bottom: 1px solid #B270B5;
    padding-bottom: 10px;
    margin: 0 0 15px;
    letter-spacing: 2px;
}

.featured-item {
    line-height: 20px;
    margin-bottom: 20px;
}

.featured-item .icon {
    font-size: 24px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #D60D45;
    color: #FFF;
    line-height: 46px;
    text-align: center;
}

.featured-item h3 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 20px 0 15px;
}

.featured-item-2 {
    line-height: 20px;
    margin-bottom: 15px;
}

.featured-item-2 .icon {
    color: #D60D45;
    float: left;
    font-size: 30px;
    margin-top: -4px;
    margin-right: 15px;
}

.featured-item-2 p {
    margin-left: 15px;
    margin-top: 4px;
}

.featured-item-2 .content {
    margin-left: 45px;
    margin-bottom: 25px;
}

.featured-item-2 .content h5 {
    margin: 0 0 10px;
    font-size: 15px;
    text-transform: uppercase;
}

.featured-item-2 .content p {
    margin: 0;
    line-height: 18px;
}

.featured-item-03 {
    line-height: 1.5;
}

.featured-item-03 .icon {
    font-size: 40px;
    width: 46px;
    color: #D60D45;
    line-height: 40px;
    float: left;
    padding-top: 5px;
}

.featured-item-03 h5 {
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0 0 15px;
}

.sell-or-buy {
    padding: 80px 120px;
    text-align: center;
}

.sell-or-buy h3 {
    font-size: 26px;
    margin: 28px 0 25px;
    line-height: 1;
}

.sell-or-buy .icon {
    line-height: 60px;
    text-align: center;
    font-size: 60px;
    margin: 0;
}

.sell-or-buy .content a {
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.8);
    color: #FFF;
    display: inline-block;
    padding: 7px 25px;
    display: inline-block;
    margin-top: 10px;
}

.sell-or-buy .content a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.featured-box {
    text-align: center;
    border: 1px solid #E5E5E5;
    padding: 30px;
    background: #EDEDED;
    margin: 30px 0 10px;
}

.featured-box .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    margin: 0 auto 30px;
    margin-top: -60px;
    border-radius: 50%;
}

.featured-box h4 {
    margin: 0 0 15px;
}

.featured-box p {
    margin: 0 0 15px;
}

.featured-box a {
    font-size: 12px;
    font-weight: 600;
}

.featured-box a {
    color: #636363;
}

.featured-box a:hover {
    color: #D60D45;
    text-decoration: none;
}

#about-us section.goal, #about-us section#testimonials, section#get-in-touch.contact-us{
    background: rgba(247, 247, 247, 0.37);
    padding-bottom: 70px;
}

#about-us section#testimonials{padding-bottom: 100px;}

.featured-timeline ul{
    margin-bottom: 0px;
    padding-left: 0;
}

.featured-timeline ul li {
    padding: 30px 0;
    padding-left: 100px;
    position: relative;
}

.featured-timeline ul li h4 {
    margin: 0 0 10px;
    text-transform: uppercase;
}

.featured-timeline ul li .icon {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 2px solid #f33807;
    border-radius: 50%;
    text-align: center;
    color: #f33807;
}

@media only screen and (max-width: 1199px) {
    .sell-or-buy {
        padding: 80px 80px;
        padding-right: 120px;
    }
    .sell-or-buy.text-right {
        padding-left: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .sell-or-buy {
        padding: 40px;
        padding-right: 40px;
    }
    .sell-or-buy.text-right {
        padding: 40px;
        padding-left: 40px;
    }

    section.about-content{padding-bottom: 50px;}

    .featured-timeline ul li{padding-left: 90px;}

    .featured-timeline ul li .icon{left: 20px;}

    #blog .blog-post.blog-grid header.entry-header{float: none;}

    #blog .blog-post.blog-large.blog-grid  .entry-thumbnail{margin-right: 0px;}

    #blog .blog-post.blog-large.blog-grid  .entry-thumbnail img{width: 100%;}
}

@media only screen and (max-width: 767px) {
    section.about-content{padding-bottom: 80px;}

    .about-skill{padding-bottom: 60px;}

    .about-content img{margin-bottom: 15px;}

    #blog .blog-post.blog-grid .col-sm-7.entry-content{padding: 15px 0;}


}

@media (max-width: 639px) {
    ul.about-list li{padding-left: 35px;}

    ul.about-list li i{left: 0;}

    .goal{padding-bottom:50px; }

    #blog .blog-post .entry-meta{margin: 0;}
}


/**
 * Team
 */

.team-item {
    text-align: center;
}

.team-item h4 {
    margin: 25px 0 10px;
    line-height: 1.1;
}

.team-item p {
    margin: 0 0 8px;
    line-height: 1.1;
}

.team-item ul.social {
    margin: 0;
}

.team-item ul.social li {
    display: inline-block;
    margin: 0 5px;
}

.team-list .team-one {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.team-list .team-one img{
  width: 100%;
  transition: all ease-in-out 0.5s;
}

.team-one .ch-info-back {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: -170px;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    color: #f7f7f7;
    transition: all ease-in-out 0.5s;
    padding: 45px 0 0;
    height: 0;
}

.team-one .ch-info-back i {
    font-size: 18px;
    background: #fdab0a;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    line-height: 2.0;
    margin-top: 10px;
    color: #fff;
    transition: all ease-in-out 0.5s;
  }

.team-list .team-one:hover .ch-info-back {
    bottom:0px;
    height: 100%;
    transition: all ease-in-out 0.5s;
}
.team-list .team-one:hover img{
  transform:rotate(5deg) scale(1.2);
  transition: all ease-in-out 0.5s;
}

 /*hover effects*/

.ch-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
    line-height: 0;
}

.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}

.ch-grid:after {
    clear: both;
}

.ch-grid li {
    width: 220px;
    height: 220px;
    display: inline-block;
    margin:0 20px;
}


.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    cursor: default;
}

.ch-info-wrap{
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;

    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

    top: 20px;
    left: 20px;
    background: #f9f9f9;
    box-shadow: 
        0 0 0 20px rgba(255,255,255,0.2), 
        inset 0 0 3px rgba(115,114, 23, 0.8);

}

.ch-info{
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
        
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;

}

.ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ch-info .ch-info-back {
    -webkit-transform: rotate3d(0,1,0,180deg);
    -moz-transform: rotate3d(0,1,0,180deg);
    -o-transform: rotate3d(0,1,0,180deg);
    -ms-transform: rotate3d(0,1,0,180deg);
    transform: rotate3d(0,1,0,180deg);
    
    background: #000;
}

.ch-img-1 { 
    background-image: url(../images/team/01.jpg);
    background-size: 100%;
}

.ch-img-2 { 
    background-image: url(../images/team/02.jpg);
    background-size: 100%;
}

.ch-img-3 { 
    background-image: url(../images/team/04.jpg);
    background-size: 100%;
}

.ch-img-4 { 
    background-image: url(../images/team/03.jpg);
    background-size: 100%;
}

.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 0 15px;
    padding: 40px 0 10px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 
        0 0 1px #fff, 
        0 1px 2px rgba(0,0,0,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.ch-info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    line-height: 1.5;
}

.ch-info p a {
    display: block;
    color: #fff;
    color: rgba(255,255,255,0.7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding-top: 4px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
    color: #fff222;
    color: rgba(255,242,34, 0.8);
}

.ch-item:hover .ch-info-wrap {
    box-shadow: 
        0 0 0 0 rgba(255,255,255,0.8), 
        inset 0 0 3px rgba(115,114, 23, 0.8);
}

.ch-item:hover .ch-info {
    -webkit-transform: rotate3d(0,1,0,-180deg);
    -moz-transform: rotate3d(0,1,0,-180deg);
    -o-transform: rotate3d(0,1,0,-180deg);
    -ms-transform: rotate3d(0,1,0,-180deg);
    transform: rotate3d(0,1,0,-180deg);
}

@media (max-width: 1199px) {
    .ch-grid li:last-child{margin-top:30px;}
}

@media (max-width: 639px) {
    .ch-grid li{margin-bottom: 30px;}
    .ch-grid li:last-child{margin-top:0px; margin-bottom:0px;  }
}


/*team inner page*/


.gray {
  color: #a5a5a5;
}

.team{
  margin:100px 0 85px;
}

.team-member {
  margin: 15px 0;
  padding: 0;
}

.team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.team-member figure img {
  min-width: 100%;
}

.team-member figcaption p {
  font-size: 16px;
}

.team-member figcaption ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-member figcaption ul {
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
  display: inline-block;
  padding: 10px;
}

.team-member h4 {
  margin: 10px 0 0;
  padding: 0;
}

.team-member figcaption {
  padding: 0px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption {
  visibility: visible;
  color: #fff;
  background: rgb(159, 109, 86);
  /* Primary color, can be changed via colors.css */
  
  height: 25%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 9px;
}
.team-member ul li a i {
    color: #fff;
}
.team-member figure:hover figcaption ul li a:hover {
  color: rgba(49, 49, 49, .97);
}

.team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.noslider.featured-banner a.scroll{width: inherit;}

.featured-banner.home-style .fill{min-height: 480px; height: inherit; background-size: cover;}

#featured-banner.home-style .carousel-caption{top: 35%;}

#featured-banner.home-style .carousel-caption h2{margin-bottom: 20px;}

@media(max-width: 767px){
  #featured-banner.home-style .carousel-caption{top: 26%; left: 10%; right: 10%;}
}

/*
about-us style 2*/
#about-us.about-style h3{margin-bottom: 15px; line-height: 1.5;}

#about-us.about-style h3 span{color:#00BCD4;}

#about-us.about-style .about-content img{box-shadow: none; width: 100%; border: none;}

#about-us.about-style .slick-prev{left: 15px;}

#about-us.about-style .slick-next{right: 25px;}

#about-us.about-style  .slick-prev:before{
  content:"\f137";
}

#about-us.about-style  .slick-next:before{
  content:"\f138";
  color: #fff;
}

/*list view style 2*/

.list-view .detail-content {
    padding: 0;
}

.list-view .list-style{margin-bottom: 25px; border-bottom: 1px dashed #ccc; padding-bottom: 25px;}

.list-view .list-style:last-child{margin-bottom: 0px; border: none; padding: 0;}

.list-view .detail-content h3 {
    margin-bottom: 15px;
}

.list-view .detail-content footer{margin-bottom:15px; }
.list-view .detail-content footer span{padding-right: 10px;}

.list-view .detail-content footer span a{color: #64686d;}

.list-view .detail-content footer span a:hover{text-decoration: underline; color: #f44336;}

.list-view .detail-content .red-btn{text-align: left; margin-top: 15px;}

/*clients*/

.team-list.multiple-logo .team-one:hover img{transform: rotate(0deg) scale(1.1); width: 100%;}

/*contact us*/

section#get-in-touch.contact-us{padding:0 0 50px}

section#get-in-touch.contact-us .footer-map-full{margin: 0; height: 380px;}

section#get-in-touch.contact-us p.address-item{color: #999;}

section#get-in-touch.contact-us .contact-form{padding-top: 50px}

#success_page { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; padding: 10px 15px; margin: 0 0 15px; }

#success_page h1 { color: #3c763d; font-size: 18px; font-weight: 700; line-height: 22px; margin: 10px 0 7px; }

.error_message { color: #a94442; background-color: #f2dede; border-color: #ebccd1; padding: 10px 15px; margin: 0 0 15px; }

#get-in-touch .alert-success h3{font-size: 1.5rem; margin: 0;}

#get-in-touch .error, #contactform-error-msg .alert.alert-error{color: #F44336; font-weight: 300;}

#contactform-error-msg .alert.alert-error{padding:0 0px 15px; margin-bottom: 0;}

@media (max-width:767px){
  .contact-form{
    margin-bottom: 30px;
  }
}

.contact-form label{width: 100%; margin-bottom: 15px;}


input.wpcf7-form-control.wpcf7-submit {
    font-size: 14px;
    color: #fff;
    border-width: 0;
    border-left-width: 10px;
    border-radius: 3px;
    padding:12px 20px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin: 15px 0 0;
    padding: 8px 12px;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    margin-left: 0;
    margin-right: 0;
    padding: 8px 12px;
}

/*Testimonials*/

#testimonials.main-testi, #testimonials.testi-style{padding-bottom: 70px;} 

#testimonials.main-testi .item{text-align: center;}

#testimonials.main-testi .col-sm-4{margin-bottom:30px;}

#testimonials.main-testi .img-circle{height: 150px; width: 150px; margin-bottom: 15px;}

#testimonials.main-testi small, #testimonials.testi-style small {color: #00BCD4; margin-bottom: 10px; display: inline-block; font-size: 100%;}

/*style-2*/

#testimonials.testi-style .img-circle{border-radius: 0px;width: 100%; margin: 0; border: none; box-shadow: none; padding: 0;}

#testimonials.testi-style .col-sm-4{padding-right: 0px;}

.testi-style .item {
    border: 1px dashed rgba(204, 204, 204, 0.42);
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    box-shadow: 0 0 4px rgba(204, 204, 204, 0.48);
}

#testimonials.testi-style .col-sm-6{margin-bottom: 30px;}


/*Pricing table*/

#pricing.pricing-section {padding: 100px 0}

#pricing section{padding: 80px 0;}

.pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.pricing__item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 330px;
  flex: 0 1 330px;
}

.pricing__feature-list {
  text-align: left;
}

.pricing__action {
  color: inherit;
  border: none;
  background: none;
}

.pricing__action:focus {
  outline: none;
}

/* Individual styles */

/* Sonam */
.pricing--sonam .pricing__item {
  margin: 1em;
  padding: 2em;
  cursor: default;
  background:rgba(255, 255, 255, 0.10);
  box-shadow: 0 5px 20px rgba(0,0,0,0.05), 0 15px 30px -10px rgba(0,0,0,0.3);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.19);
}

.pricing--sonam .pricing__item:hover {
  background: #141315;
}

.pricing--sonam .pricing__title {
  font-size: 2em;
  width: 100%;
  margin: 0 0 0.25em;
  padding: 0 0 0.5em;
  border-bottom: 3px solid rgb(27, 26, 28);
}

.pricing--sonam .pricing__price {
    color: #e06060;
    font-size: 28px;
    padding: 1em 0 0.75em;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    height: 100px;
    width: 100px;
    margin: 0 auto 25px;
}

.pricing--sonam .pricing__sentence {
  font-weight: bold;
}

.pricing--sonam .pricing__feature-list {
  margin: 0;
  padding: 1em 1.25em 2em;
  text-align: center;
}

.pricing--sonam .pricing__action {
  font-weight: bold;
  margin-top: auto;
  padding: 0.75em 2em;
  border-radius: 5px;
  background: #E06060;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.pricing--sonam .pricing__action:hover,
.pricing--sonam .pricing__action:focus {
  background: #BD3C3C;
}

/* Jinpa */
.pricing--jinpa .pricing__item {
  font-family: 'Sahitya', serif;
  margin: 1.5em 0;
  padding: 2em;
  cursor: default;
  color: #fff;
  border: 1px solid #CBFFC8;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
}

.pricing--jinpa .pricing__item:nth-child(2) {
  border-right: none;
  border-left: none;
}

.pricing--jinpa .pricing__item:hover {
  color: #444;
  background: #CBFFC8;
}

.pricing--jinpa .pricing__title {
  font-size: 2em;
  width: 100%;
  margin: 0;
  padding: 0;
}

.pricing--jinpa .pricing__price {
  font-size: 1.45em;
  font-weight: bold;
  line-height: 95px;
  width: 100px;
  height: 100px;
  margin: 1.15em auto 1em;
  border-radius: 50%;
  background: #ea716e;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

.pricing--jinpa .pricing__item:first-child .pricing__price {
  background: #eac36e;
}

.pricing--jinpa .pricing__item:nth-child(2) .pricing__price {
  background: #eaa36e;
}

.pricing--jinpa .pricing__item:hover .pricing__price {
  color: #fff;
  background: #82C57E;
}

.pricing--jinpa .pricing__sentence {
  font-weight: bold;
}

.pricing--jinpa .pricing__feature-list {
  margin: 0;
  padding: 1em 1em 2em 1em;
  list-style: none;
  text-align: center;
}

.pricing--jinpa .pricing__action {
  font-weight: bold;
  margin-top: auto;
  padding: 0.75em 2em;
  opacity: 0;
  color: #fff;
  background: #82C57E;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}

.pricing--jinpa .pricing__item:hover .pricing__action {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pricing--jinpa .pricing__action:hover,
.pricing--jinpa .pricing__action:focus {
  background: #6EA76B;
}

@media screen and (max-width: 60em) {
  .pricing--jinpa .pricing__item {
    max-width: none;
    width: 90%;
    flex: none;
  }
  .pricing--jinpa .pricing__item:nth-child(2) {
    border: 1px solid #fff;
  }
}

/* Tenzin */
.pricing--tenzin .pricing__item {
  margin: 1em;
  padding: 2em 2.5em;
  text-align: left;
  color: #262b38;
  background: #EEF0F3;
  border-top: 3px solid #EEF0F3;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.pricing--tenzin .pricing__item:hover {
  border-color: #3e62e0;
}

.pricing--tenzin .pricing__title {
  font-size: 1em;
  margin: 0 0 1em;
}

.pricing--tenzin .pricing__price {
  font-size: 2em;
  font-weight: bold;
  padding: 0.5em 0 0.75em;
  border-top: 3px solid rgba(139, 144, 157, 0.18);
}

.pricing--tenzin .pricing__currency {
  font-size: 0.5em;
  vertical-align: super;
}

.pricing--tenzin .pricing__sentence {
  font-weight: bold;
  padding: 0 0 0.5em;
  color: #9CA0A9;
  border-bottom: 3px solid rgba(139, 144, 157, 0.18);
}

.pricing--tenzin .pricing__feature-list {
  font-size: 0.85em;
  font-style: italic;
  margin: 0;
  padding: 0.25em 0 2.5em;
  list-style: none;
  text-align: right;
  color: #8b909d;
}

.pricing--tenzin .pricing__action {
  font-weight: bold;
  margin-top: auto;
  padding: 1em 2em;
  color: #fff;
  border-radius: 30px;
  background: #3e62e0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.pricing--tenzin .pricing__action:hover,
.pricing--tenzin .pricing__action:focus {
  background-color: #3b5ac5;
}

/* Yama */
.pricing--yama .pricing__item {
  margin: 1em;
  padding: 0 0 2em;
  color: #fff;
  background: #1e1c20;
}

.pricing--yama .pricing__title {
  font-family: 'Playfair Display', serif;
  font-size: 2.35em;
  font-weight: 900;
  line-height: 1;
  width: 290px;
  margin: 0 auto;
  padding: 1em 1em 0em;
}

.pricing__amp {
  padding: 0.15em 0 0.1em;
  color: #0f0e0f;
}

.pricing--yama .pricing__sentence {
  margin-bottom: 2em;
  color: #555357;
}

.pricing--yama .pricing__price {
  font-size: 2em;
  font-weight: bold;
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 0.75em;
  cursor: default;
  color: #ef7d46;
  background: #1a181b;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.pricing--yama .pricing__item:hover .pricing__price {
  color: #fff;
}

.pricing--yama .pricing__price::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #141315;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translate3d(-150%,0,0) skewX(40deg);
  transform: translate3d(-150%,0,0) skewX(40deg);
}

.pricing--yama .pricing__item:hover .pricing__price::before {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0) skewX(0deg);
  transform: translate3d(0,0,0) skewX(0deg);
}

.pricing--yama .pricing__period {
  font-size: 0.5em;
  font-weight: normal;
  display: block;
  color: #2a272c;
}

.pricing--yama .pricing__feature-list {
  margin: 0;
  padding: 2em 1em;
  list-style: none;
  text-align: center;
  color: #6a6563;
}

.pricing--yama .pricing__action {
  font-weight: bold;
  margin: 0 2em;
  padding: 1em 2em;
  border-radius: 4px;
  background: #ef7d46;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.pricing--yama .pricing__action:hover,
.pricing--yama .pricing__action:focus {
  color: #ef7d46;
  background: #fff;
}

/* Rabten */
.pricing--rabten .pricing__item {
  font-family: 'Roboto', sans-serif;
  padding: 2em 4em;
  cursor: default;
  color: #262b38;
  max-width: 320px;
}

.pricing--rabten .pricing__item:nth-child(2) {
  border-right: 1px solid rgba(139, 144, 157, 0.18);
  border-left: 1px solid rgba(139, 144, 157, 0.18);
}

.pricing--rabten .pricing__title {
  font-size: 1em;
  margin: 1.5em 0 0;
}

.pricing--rabten .icon {
  font-size: 2.5em;
  color: #8b909d;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.pricing--rabten .pricing__item:hover .icon {
  color: #E03E3E;
}

.pricing--rabten .pricing__price {
  font-size: 2em;
  font-weight: bold;
  margin: 0.5em 0 0.75em;
  overflow: hidden;
}

.pricing--rabten .pricing__currency {
  font-size: 0.5em;
  vertical-align: super;
}

.pricing--rabten .pricing__period {
  font-size: 0.35em;
  color: #8b909d;
}

.pricing--rabten .pricing__anim {
  display: inline-block;
  position: relative;
}

.pricing--rabten .pricing__item:hover .pricing__anim {
  -webkit-animation: moveUp 0.4s forwards;
  animation: moveUp 0.4s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.pricing--rabten .pricing__item:hover .pricing__anim--2 {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

@-webkit-keyframes moveUp {
  50% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
  51% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
  52% { opacity: 1; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
  100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

@keyframes moveUp {
  50% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
  51% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
  52% { opacity: 1; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
  100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

.pricing--rabten .pricing__sentence {
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
  color: #8b909d;
}

.pricing--rabten .pricing__feature-list {
  font-size: 0.85em;
  margin: 0;
  padding: 0.25em 0 2.5em;
  list-style: none;
  text-align: center;
  color: #8b909d;
}

.pricing--rabten .pricing__action {
  font-weight: bold;
  margin-top: auto;
  padding: 1em 2em;
  color: #fff;
  border-radius: 30px;
  background: #E03E3E;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.pricing--rabten .pricing__action:hover,
.pricing--rabten .pricing__action:focus {
  background-color: #C53737;
}

@media screen and (max-width: 60em) {
  .pricing--rabten .pricing__item {
    max-width: none;
    width: 90%;
    flex: none;
    border: none !important;
    opacity: 1 !important;
  }
}

/* Pema */
.pricing--pema .pricing__item {
  font-family: 'Alegreya Sans', sans-serif;
  padding: 2em 3em;
  margin: 1em;
  color: #262b38;
  background: #fff;
  cursor: default;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

@media screen and (min-width: 66.250em) {
  .pricing--pema .pricing__item {
    margin: 1.5em 0;
  }
  .pricing--pema .pricing__item--featured {
    z-index: 10;
    margin: 0;
    font-size: 1.15em;
  }
}

.pricing--pema .pricing__title {
  font-size: 2em;
  margin: 0.5em 0 0;
  color: #1d211f;
}

.pricing--pema .icon {
  display: inline-block;
  min-width: 2em;
  color: #8A9790;
  vertical-align: middle;
}

.pricing--pema .pricing__price {
  font-size: 5em;
  font-weight: 800;
  color: #6ed19c;
  position: relative;
  z-index: 100;
}

.pricing--pema .pricing__currency {
  font-size: 0.5em;
  vertical-align: super;
}

.pricing--pema .pricing__period {
  font-size: 0.25em;
  display: inline-block;
  padding: 0 0 0 0.5em;
  color: #CEDED6;
}

.pricing--pema .pricing__sentence {
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
  color: #6ed19c;
}

.pricing--pema .pricing__feature-list {
  font-size: 0.95em;
  margin: 0;
  padding: 1.5em 0.5em 2.5em;
  list-style: none;
}

.pricing--pema .pricing__feature {
  padding: 0.15em 0;
}

.pricing--pema .pricing__action {
  font-weight: bold;
  margin-top: auto;
  padding: 1em 2em;
  color: #fff;
  border-radius: 5px;
  background: #6ed19c;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.pricing--pema .pricing__action:hover,
.pricing--pema .pricing__action:focus {
  background-color: #4F5F56;
}

/* karma */
.pricing--karma .pricing__item {
  margin: 1em;
  color: #382628;
  background: #fff;
  cursor: default;
  text-transform: uppercase;
  letter-spacing: 4px;
  border: 2px solid #382628;
  border-radius: 5px;
}

.pricing--karma .pricing__title {
  font-size: 1em;
  font-weight: 700;
  margin: 0.5em 0 0;
  padding: 1em;
  border-bottom: 2px solid #382628;
}

.pricing--karma .icon {
  display: inline-block;
  min-width: 2em;
}

.pricing--karma .pricing__price {
  font-size: 3em;
  padding: 0.5em 0 0 0;
  margin: 1em;
  font-weight: bold;
  border: 2px solid #382628;
  position: relative;
  z-index: 100;
}

.pricing--karma .pricing__item--featured .pricing__price::after {
  background: url(../img/stamp.png);
  background-size: cover;
  content: '';
  position: absolute;
  top: -30px;
  right: -20px;
  width: 100px;
  height: 100px;
  pointer-events: none;
}

.pricing--karma .pricing__currency {
  font-size: 0.5em;
  vertical-align: super;
}

.pricing--karma .pricing__period {
  font-size: 0.25em;
  display: block;
  padding: 1em;
  margin-top: 1.25em;
  border-top: 2px solid #382628;
}

.pricing--karma .pricing__sentence {
  margin: 0 0 1em 0;
  padding: 1em;
  font-size: 0.85em;
  border-bottom: 2px solid #382628;
}

.pricing--karma .pricing__feature-list {
  font-size: 0.85em;
  margin: 0;
  letter-spacing: 0;
  padding: 0 1em 2.5em 4em;
  list-style-type: square;
}

.pricing--karma .pricing__action {
  font-weight: bold;
  flex: none;
  margin: auto 1em 1em;
  padding: 1.25em 2em;
  color: #fff;
  background: #382628;
  letter-spacing: 2px;
  border-radius: 5px;
  border: 2px solid #382628;
  font-size: 0.95em;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.pricing--karma .pricing__action:hover,
.pricing--karma .pricing__action:focus {
  background-color: #ffdbd5;
  color: #382628;
}

/* norbu */
.pricing--norbu .pricing__item {
  margin: 0 1em 0;
  color: #fff;
  cursor: default;
  font-family: 'Myriad Pro', Arial, sans-serif;
  border: 1px solid rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
  -webkit-transition: border-color 0.3s, background 0.3s;
  transition: border-color 0.3s, background 0.3s;
}

.pricing--norbu .pricing__item:hover {
  border: 1px solid rgba(255,255,255,1);
  background: rgba(255,255,255,0.18);
}

.pricing--norbu .pricing__title {
  font-size: 2em;
  font-weight: 400;
  margin: 0.5em 0;
  padding: 1em;
  position: relative;
}

.pricing--norbu .pricing__title::after {
  content: '';
  position: absolute;
  width: 20%;
  height: 1px;
  background: #fff;
  left: 40%;
  bottom: 0;
}

.pricing--norbu .icon {
  display: inline-block;
  min-width: 2em;
}

.pricing--norbu .pricing__price {
  font-size: 3.5em;
  padding: 20px 0 0 0;
  font-weight: 400;
  position: relative;
  z-index: 100;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  margin: 0px auto 15px;
}

.pricing--norbu .pricing__currency {
  font-size: 0.5em;
  vertical-align: super;
}

.pricing--norbu .pricing__period {
  font-size: 0.25em;
  display: block;
  padding: 1em;
}

.pricing--norbu .pricing__sentence {
  padding: 1em 2em;
  font-size: 1em;
  margin: 0 auto 1em;
}

.pricing--norbu .pricing__feature-list {
  font-size: 1.15em;
  margin: 0 2em;
  letter-spacing: 0;
  padding: 2em 0;
  list-style: none;
}

.pricing--norbu .pricing__feature {
  line-height: 1.4;
}

.pricing--norbu .pricing__feature::before {
  content: "\f044";
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.75em 0 0;
}

.pricing--norbu .pricing__action {
  font-weight: bold;
  flex: none;
  margin: auto 1em 1em;
  padding: 15px 0;
  color: #4aa8e4;
  background: rgba(255,255,255,0.7);
  border-radius: 5px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  font-size: 15px;
}

.pricing--norbu .pricing__action:hover,
.pricing--norbu .pricing__action:focus {
  background: #fff;
}

/* Dawa */
.pricing--dawa .pricing__item {
    padding: 2em;
    border: 1px dashed rgba(255, 255, 255, 0.24);
}
.pricing--dawa .pricing__title {
  font-weight: bold;
  font-size: 1.8em;
  padding: 0 0 0.5em;
  background: url(../img/line.png) no-repeat 50% 100%;
}

.pricing--dawa .pricing__price {
  font-size: 3.75em;
  line-height: 1;
  margin: 1em 0 0.65em;
  font-family: 'Homemade Apple', cursive;
}

.pricing--dawa .pricing__period {
  font-size: 0.25em;
  display: block;
}

.pricing--dawa .pricing__sentence {
  font-family: 'Homemade Apple', cursive;
  margin: 0;
}

.pricing--dawa .pricing__feature-list {
  margin: 0 0 1.5em;
  padding: 1em;
  list-style: none;
  text-align: center;
}

.pricing--dawa .pricing__action {
  border-radius: 30px;
  font-size: 1.5em;
  padding: 0.5em 1.5em;
  font-family: 'Homemade Apple', cursive;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.pricing--dawa .pricing__action:hover,
.pricing--dawa .pricing__action:focus {
  color: #fffa5c;
}

@media screen and (max-width: 639px) {
  .pricing--dawa .pricing__item {
    border: 1px solid rgba(255,255,255,0.6);
    margin: 1em;
  }
}

/* Yonten */
.pricing--yonten .pricing__item {
  font-family: 'PT Sans', sans-serif;
  padding: 2em 4em;
  cursor: default;
  color: #fff;
  margin: 1em;
  border: 1px solid #5c6552;
  max-width: 320px;
}

@media screen and (min-width: 991px) {
  .pricing--yonten .pricing__item {
    margin: 0;
  }
  .pricing--yonten .pricing__item:nth-child(2) {
    border-right: none;
    border-left: none;
  }
}

.pricing--yonten .pricing__item:hover {
  z-index: 100;
}

.pricing--yonten .pricing__item:hover::after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  border: 5px solid #8bc34a;
}

.pricing--yonten .pricing__title {
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em;
}

.pricing--yonten .icon {
  font-size: 3em;
  margin: 0 0 0.5em 0;
  color: #85c34a;
}

.pricing--yonten .pricing__price {
  font-size: 2em;
  margin: 0 0 0.5em 0;
  font-weight: bold;
  color: #85c34a;
}

.pricing--yonten .pricing__currency {
  font-size: 0.5em;
  vertical-align: super;
}

.pricing--yonten .pricing__period {
  font-size: 0.35em;
  padding: 0 0 0 0.5em;
  color: #646D5B;
}

.pricing--yonten .pricing__feature-list {
  margin: 0;
  padding: 0.25em 0 8em;
  list-style: none;
  text-align: center;
  color: #81867D;
}

.pricing--yonten .pricing__feature {
  padding: 0.25em;
}

.pricing--yonten .pricing__action {
  font-weight: bold;
  margin-top: auto;
  padding: 1em 2em;
  border-radius: 40px;
  background: #85c34a;
  color: ;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.pricing--yonten .pricing__action:hover,
.pricing--yonten .pricing__action:focus {
  color: #85c34a;
  background: #fff;
}

/* tashi */
.pricing--tashi .pricing__item {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0.5em;
  padding: 2em 2.5em;
  text-align: left;
  color: #fff;
  background: #262c37;
}

.pricing--tashi .pricing__title {
  font-size: 2em;
  font-weight: 300;
  margin: 0 0 0.15em;
  color: #E25A77;
}

.pricing--tashi .pricing__item:nth-child(2) .pricing__title {
  color: #E25ABC;
}

.pricing--tashi .pricing__item:nth-child(3) .pricing__title {
  color: #7E5AE2;
}

.pricing--tashi .pricing__price {
  font-size: 3em;
  font-weight: 300;
  padding: 0.85em 0;
}

.pricing--tashi .pricing__currency {
  font-size: 0.65em;
  vertical-align: super;
  color: #394150;
}

.pricing--tashi .pricing__period {
  font-size: 0.35em;
  padding: 0 0 0 0.5em;
  color: #535965;
}

.pricing--tashi .pricing__sentence {
  padding: 0 0 0.5em;
  margin: 0;
  color: #535965;
}

.pricing--tashi .pricing__feature-list {
  font-size: 0.95em;
  margin: 0;
  padding: 0 0 2.5em;
  list-style: none;
  color: #757983;
}

.pricing--tashi .pricing__feature {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  line-height: 1.5;
}

.pricing--tashi .pricing__feature::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: #1F242D;
  left: 0;
  top: 50%;
  margin: -2px 0 0 0;
}

.pricing--tashi .pricing__action {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  margin-top: auto;
  font-size: 1.55em;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border-radius: 30px;
  background: #E25A77;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.pricing--tashi .pricing__item:nth-child(2) .pricing__action {
  background: #E25ABC;
}

.pricing--tashi .pricing__item:nth-child(3) .pricing__action {
  background: #7E5AE2;
}

.pricing--tashi .pricing__action:hover,
.pricing--tashi .pricing__action:focus {
  background: #1A1F28 !important;
}

/* palden */
.pricing--palden .pricing__item {
  font-family: "Nunito", sans-serif;
  cursor: default;
  color: #84697c;
  background: #fff;
  box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
  border-radius: 20px 20px 10px 10px;
  margin: 1em;
}

@media screen and (min-width: 991px) {
  .pricing--palden .pricing__item {
    margin: 1em -0.5em;
  }
  .pricing--palden .pricing__item--featured {
    margin: 0;
    z-index: 10;
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  }
}

.pricing--palden .pricing__deco {
  border-radius: 10px 10px 0 0;
  background: #7a90ff;
  padding: 4em 0 9em;
  position: relative;
}

.pricing--palden .pricing__deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
}

.pricing--palden .pricing__item--featured .pricing__deco {
  padding: 5em 0 8.885em 0;
}

.pricing--palden .pricing__title {
  font-size: 0.75em;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #ffd5bd;
}

.pricing--palden .deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.pricing--palden .pricing__item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px,0,0);
  transform: translate3d(15px,0,0);
}

.pricing--palden .pricing__item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px,0,0);
  transform: translate3d(-15px,0,0);
}

.pricing--palden .icon {
  font-size: 2.5em;
}

.pricing--palden .pricing__price {
  font-size: 5em;
  font-weight: bold;
  padding: 0;
  color: #fff;
  margin: 0 0 0.25em 0;
  line-height: 0.75;
}

.pricing--palden .pricing__currency {
  font-size: 0.15em;
  vertical-align: top;
  color: rgba(0,0,0,0.4);
}

.pricing--palden .pricing__period {
  font-size: 0.15em;
  padding: 0 0 0 0.5em;
  color: rgba(0,0,0,0.4);
  font-style: italic;
}

.pricing--palden .pricing__sentence {
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
}

.pricing--palden .pricing__feature-list {
  margin: 0;
  padding: 0.25em 0 2.5em;
  list-style: none;
  text-align: center;
}

.pricing--palden .pricing__feature {
  padding: 1em 0;
}

.pricing--palden .pricing__action {
  font-weight: bold;
  margin: auto 3em 2em 3em; 
  padding: 1em 2em;
  color: #fff;
  border-radius: 30px;
  background: #ffae7e;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.pricing--palden .pricing__action:hover,
.pricing--palden .pricing__action:focus {
  background-color: #f38747;
}

.bg-7 {
  color: #C3E9F5;
  background: linear-gradient(45deg, #7e67e5, #02cbdf);
}

.bg-1 {
  background: #1B1A1C;
  background-size: cover;
  color: #fff;
}

.bg-2 {
  background: #333 url(../img/blackboard.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}

.bg-3 {
  color: #fff;
  background: #A2E29E;
}

.bg-4 {
  background: #30353c;
  color: #4e5154;
}

.bg-5 {
  background: #514B48;
  color: #7D746F;
}

.bg-6 {
  background: #1d211f;
  color: #6ed19f;
}

.bg-7 {
  color: #C3E9F5;
  background: linear-gradient(45deg, #7e67e5, #02cbdf);
}

.bg-8 {
  background: #383e4c;
  color: #fff;
}

.bg-9 {
  background: #efb7b7;
  color: #382628;
}

.bg-10 {
  color: #eaebed;
}

.bg-11 {
  background: #f7faf9;
}

.bg-12 {
  background: #647df9;
  color: #7a90ff;
}

.bg-12 p {
  color: #fff;
  text-align: center;
}

.bg-12 a {
  color: #fff; 
  font-weight: bold;
}

.bg-12 a:hover,
.bg-12 a:focus {
  color: rgba(0,0,0,0.3);
}

#pricing .section-header p, #pricing .section-header h2{color: #f7f7f7;}

@media(max-width:767px){
  .pricing--norbu .pricing__item{margin-bottom: 15px;}
  pricing--norbu .pricing__item:last-child{margin-bottom: 0px;}
 } 

/*Service section*/

.no-padding {
    padding: 0;
}

.feature-block .feature-item {
    margin-top: 40px;
}

.feature-item i {
    color: #24a0de;
    border: 1px solid #24a0de;
}

.feature-item i {
    display: inline-block;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    height: 80px;
    line-height: 76px;
    margin: 0;
    width: 80px;
}

.icon-circle-compass:before {
    content: "\e038";
}

.feature-item h5 {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin: 25px 0 15px;
}

.feature-item h5 a {
    color: #333333;
}

#services-list{padding:0 0 100px;}

#services-list .service-block:not(:nth-last-child(-n+3)) {
    margin-bottom: 60px;
}

#services-list .service-in{border: 1px dotted #ccc; padding:15px 10px; box-shadow: 0 0 3px #ccc; }

.main-heading {
    margin-bottom: 60px;
}

.main-heading .title {
    color: #333333;
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 25px;
}

#services-list .icon {
    color: #24a0de;
}

#services-list .icon {
    display: inline-block;
    float: left;
    font-size: 38px;
    line-height: 38px;
    margin-right: 25px;
    margin-top: 10px;
    text-align: center;
}

#services-list .service-content {
    margin-left: 64px;
}

#services-list h5 {
    margin-top: 0;
    margin-bottom: 15px;
}

#services-list h5 a{color: #333;} 

/* ------------------------------------------------------------------------ */
/*  BACK TO TOP BUTTON
/* ------------------------------------------------------------------------ */
#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  display: none;
}
#back-to-top a {
  display: block;
  width: 40px;
  height: 40px;
  background: #a10003;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  color: #fff;
  line-height: 1.8;
  padding-left:14px;
  font-size: 20px;
}
#back-to-top a:hover {
  background-color: #222222;
  color: #fff !important;
}


/*header style 2*/

#sp-top-bar {
    background: rgba(247, 247, 247, 0.59);
}

#sp-top-bar .sp-contact-info {
    margin: 0;
    padding: 0;
}

.sp-contact-info li {
    float: left;
    font-size: 90%;
    padding: 10px;
}

.sp-contact-info li i {
    margin: 0 3px;
}

#sp-top-bar ul.sp-contact-info a, #topbar ul.sp-contact-info a {
    color: #0894D8;
}

.social-one ul.social-icons {
    float: right;
}

ul.social-icons {
    display: inline-block;
    list-style: outside none none;
    margin: -5px;
    padding: 0;
}


ul.social-icons > li {
    display: inline-block;
    margin: 0 -2px;
}

ul.social-icons > li a {
    color: #999999;
    transition: all ease-in-out 0.3s
}

.social-one ul li a i {
    line-height: 2;
    padding: 10px 12px;
    transition: all 300ms ease 0s;
    transition: all ease-in-out 0.3s
}

.social-one ul li a:hover i{color: #00BCD4; transition: all ease-in-out 0.3s} 

@media (max-width: 767px){
  .sp-contact-info li, .social-one ul.social-icons  {
      float: none;
      text-align: center;
  }

  .sp-column.social-one{text-align: center;}

}

/*coming soon page*/



/*404 error page*/
.breadcrumb-wrapper.error-section{padding: 100px 0; text-align: center; height: inherit; }

.error-in {
    padding: 25px 0;
}

.breadcrumb-wrapper.error-section h1 {
    font-size: 156px;
    color: #f7f7f7;
    font-family: 'Indie+Flower';
}

.breadcrumb-wrapper.error-section h1 span{color: #ffab0a; font-size: 200px;}


.breadcrumb-wrapper.error-section p {
    font-size: 32px;
    color: #f7f7f7;
    margin-bottom: 30px;
    font-style: italic;
}

.blog-grid .entry-content {
    margin-top: 0;
    position: relative;
}

.entry-content{position: relative;} 

@media(max-width: 991px){
  .blog-grid .entry-content{margin-top: 1.5em 0 0;}
}

#about p {
    margin-bottom: 15px;
}
.widget_cyclone_blog_slider,
.widget_cyclone_blog_skill,
.widget_cyclone_blog_about_us,
.widget_cyclone_blog_experience,
.widget_cyclone_blog_portfolio,
.widget_cyclone_blog_testimonials,
.widget_cyclone_blog_work_progress,
.widget_cyclone_blog_blog,
.widget_cyclone_blog_contact_us {
  margin:0 !important;
}
.blog-lists{
  padding: 60px 0 !important;
}
.blog-home{
  padding: 30px 0 50px !important;
}
#footer .copyright a {
        border-bottom: 1px dotted #fff;
    line-height: 22px;
    display: inline-block;
}
.single_page .meta i {
    margin-right: 5px;
}
.ml-5{
  margin-left: 5px;
} 
.mr-5{
  margin-right: 5px;
}
.scroll_content {
    height: 120px;
    overflow: hidden;
    text-align: left;
}
.scroll_content_2{
    height: 115px;
    overflow: hidden;
    text-align: left;
}

/*added css*/

.sticky .entry-content:before, .entry-content:after {
    content: "\f08d";
    font-family: 'Font Awesome 5 Free';
    font-size: 28px;
    padding-bottom: 0px;
    transform: rotate(-45deg);
    padding-left: 8px;
    color: #ccc;
}

.sticky .entry-content:after {
    position: absolute;
    content: "\f08d";
    font-family: 'Font Awesome 5 Free';
    top: -6px;
    right: 6px;
    transform: rotate(45deg);
}

@media (max-width: 991px){
  .sticky .entry-content:after{display: none;}
}

.navbar-nav li a i.has_sub_menu_parent.fa.fa-angle-down {
    position: relative;
    top: 4px;
    left: 5px;
    font-size: 12px;
}

.social_share_icon{margin-top: 6px;}

.social_share_icon i {
    padding: 11px 0 0 0px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 16px;
    text-align: center;
    margin-right: 8px;
    color: #fff;
}

.social_share_icon.after_title{margin: 0 0 8px;}

.social_share_icon i.fa.fa-facebook{
  background: #3b5998;
}

.social_share_icon i.fa.fa-twitter{
  background: #4099FF;
}

.social_share_icon i.fa.fa-linkedin{
  background: #007bb6;
}

.social_share_icon i.fa.fa-google-plus{
  background: #d34836;
}

.social_share_icon i:hover{
  opacity: 0.8;
} 

/*.page-fullwidth-transparent-header*/

.page-fullwidth-transparent-header header#masthead{
  position: absolute;
  z-index: 9;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.page-fullwidth-transparent-header #top-bar{
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.page-fullwidth-transparent-header #top-social-left li a{
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.page-fullwidth-transparent-header #top-social-left li:first-child a{border-left: 1px solid rgba(255, 255, 255, 0.07);}

.page-fullwidth-transparent-header .top-bar-right li{color: #fff;}

.page-fullwidth-transparent-header.sidebar .navbar-default .navbar-nav>li>a{
  color: #fff;
  border: none;
}


.page-fullwidth-transparent-header header .navbar-default .navbar-nav>li.active, 
.page-fullwidth-transparent-header header .navbar-default .navbar-nav>li.active>a, 
.page-fullwidth-transparent-header header .navbar-default .navbar-nav > li > a:hover{
  color: #a10003!important;
  background: transparent!important;
  border: none;
}

.page-fullwidth-transparent-header .navbar-default .navbar-nav>li>a.menu_custom_btn{
    padding: 8px 16px;
    margin-top: 25px;
    background: #a10003;
    margin-left: 20px;
    border: none;
    color: #fff!important;
}

.page-fullwidth-transparent-header .navbar-default .navbar-nav>li>a.menu_custom_btn:hover{
  opacity: 0.8;
  color: #fff!important;
  background: #a10003!important;
  border:none;
}

.page-fullwidth-transparent-header .header-search i{color: #fff;}

.page-fullwidth-transparent-header .slider-main.mb_slider_2 .s-item .s-caption{top: 28%;}

.page-fullwidth-transparent-header .slider-main.mb_slider_2 .slider-list .slick-dots{bottom: 20%; z-index: 3;}

.page-fullwidth-transparent-header .slider-main.mb_slider_2 .slider-list .slick-prev, 
.page-fullwidth-transparent-header .slider-main.mb_slider_2 .slider-list .slick-next{
    top:30%;
}

.page-fullwidth-transparent-header .slider-main.mb_slider_3 .slider-list .slick-prev, 
.page-fullwidth-transparent-header .slider-main.mb_slider_3 .slider-list .slick-next{
    top: 20%;
}

@media(max-width: 991px){
.page-fullwidth-transparent-header .slider-main.mb_slider_2 .slider-list .slick-prev, 
.page-fullwidth-transparent-header .slider-main.mb_slider_2 .slider-list .slick-next{
      display: none!important;  
    }

    .page-fullwidth-transparent-header .slider-main.mb_slider_2 .s-item .s-caption{top: 22%;}
}

@media(max-width: 640px){
  .page-fullwidth-transparent-header .slider-main.mb_slider_2 .s-item .s-caption{top: 20%;}

  .page-fullwidth-transparent-header .slider-main.mb_slider_2 .slider-list .slick-dots{bottom: 15%;}
}

/*Theme-sticky*/

.page-fullwidth-transparent-header.theme-sticky .navbar.sticky, .navbar.sticky{
    z-index: 99;
    position: fixed;
    width: 100%;
    top:0;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    padding: 0;
    border-radius: 0px;
}

.page-fullwidth-transparent-header.theme-sticky .navbar.sticky .logo img, .navbar.sticky .logo img{width: auto;}

.page-fullwidth-transparent-header.sidebar.theme-sticky .navbar.sticky .navbar-nav li ul{top:69px; }

.page-fullwidth-transparent-header.sidebar.theme-sticky .navbar.sticky.navbar-default .navbar-nav>li>a,
.navbar.sticky.navbar-default .navbar-nav>li>a,
.page-fullwidth-transparent-header.theme-sticky .navbar.sticky .header-search i,
.navbar.sticky .header-search i{
  color: #333;
}
.page-fullwidth-transparent-header.sidebar.theme-sticky .navbar.sticky.navbar-default .navbar-nav>li>a, 
.navbar.sticky.navbar-default .navbar-nav>li>a{
  padding: 25px 10px;
}

.page-fullwidth-transparent-header.sidebar.theme-sticky .navbar.sticky.navbar-default .navbar-nav>li>a.menu_custom_btn,
.navbar.sticky.navbar-default .navbar-nav>li>a.menu_custom_btn{
  color: #fff;
}

.page-fullwidth-transparent-header.sidebar.theme-sticky .navbar.sticky.navbar-default .navbar-nav>li>a:hover,
.navbar.sticky.navbar-default .navbar-nav>li>a:hover{
  color: #a10003;
  background:inherit;
}

.page-fullwidth-transparent-header.sidebar.theme-sticky .navbar.sticky.navbar-default .navbar-nav>li>a.menu_custom_btn,
.navbar.sticky.navbar-default .navbar-nav>li>a.menu_custom_btn{padding: 8px 16px;}

.page-fullwidth-transparent-header.sidebar.theme-sticky .navbar-default .navbar-nav>li>a:after, 
.page-fullwidth-transparent-header.sidebar.theme-sticky .navbar-default .navbar-nav>li>a.menu_custom_btn:after,
.page-fullwidth-transparent-header.sidebar.theme-sticky .navbar.sticky.navbar-default .navbar-nav>li>a.menu_custom_btn:after,
.page-fullwidth-transparent-header.sidebar.theme-sticky .navbar.sticky.navbar-default .navbar-nav>li:last-child>a:after{
  display: none;
}

.page-fullwidth-transparent-header.sidebar.theme-sticky .navbar.sticky.navbar-default .navbar-nav>li>a:after{display: block;}

.page-fullwidth-transparent-header.theme-sticky .navbar.sticky .header-search .search-box-wrap,
.navbar.sticky .header-search .search-box-wrap{
  top: 71px;
  background: #303e4b;
  border: 1px solid #303e4b;
    border-width: 0 1px 1px;
}

.navbar.sticky .header-search .search-box-wrap{top: 71px;}
.navbar-nav ul.sub-menu li a i {
    margin-top: 3px;
}

.page-fullwidth-transparent-header.theme-sticky .header-search .search-form input#searchsubmit, 
.page-fullwidth-transparent-header.theme-sticky .header-search .search-form input#searchsubmit:visited {
    background: #fff;
    border-color: #fff;
    /*color: #a10003;*/
}

.page-fullwidth-transparent-header.theme-sticky .navbar.sticky .header-search input.search-field, 
.page-fullwidth-transparent-header.theme-sticky .navbar.sticky .header-search input.search-field:visited, 
.page-fullwidth-transparent-header.theme-sticky .navbar.sticky .header-search input.search-field:focus,
.navbar.sticky .header-search input.search-field, 
.navbar.sticky .header-search input.search-field:visited, 
.navbar.sticky .header-search input.search-field:focus{
  border-color: #f1f1f1;
  color: #666;
}

.navbar.sticky .has-menu-description .logo{padding: 12px 0 10px;}

.page-fullwidth-transparent-header.theme-sticky .navbar.sticky .has-menu-description .logo{padding: 10px 0 8px;}

.page-fullwidth-transparent-header.theme-sticky .navbar.sticky .navbar-nav>li>a.menu_custom_btn,
.navbar.sticky .navbar-nav>li>a.menu_custom_btn{margin-top: 20px;}

.page-fullwidth-transparent-header.theme-sticky .navbar.sticky .header-search i{margin-top: 23px;}

.navbar.sticky .header-search i{margin-top: 28px;}

.navbar-nav > li:hover {
    background: inherit;    
}


.page-fullwidth-transparent-header .navbar-nav > li:hover {
    background: inherit;    
}
.page-fullwidth-transparent-header .navbar-nav > li:hover > a{
    color: #a10003 !important;
}
li.search_wrapper:hover,
li.header_search_wrapper:hover {
    background: none;
}

/* Top Header */

#top-social-left li a {
    font-weight: 700;
    color: #666;
     display: inline;
    position: relative;
    float: left;
    width: 44px;
    /*overflow: hidden;*/
    height: 44px;
    line-height: 44px;
    border-right: 1px solid #eee;
    text-align: center;
    font-size: 15px;
    transition: all ease-in-out 0.5s;
}

#top-social-left li:first-child a {
    border-left: 1px solid #eee;
}

span.ts-text {
    display: none;
}
#top-bar{
  border-bottom: 1px solid #eee;
}
#top-social-left li:hover a {
    background: #3b5998;
    color: #fff;
    transition: all ease-in-out 0.5s;
}

#top-social-left li:hover a{
  width: auto;
  transition: all ease-in-out 0.5s;
}
#top-social-left li:hover a .ts-text{
  display: block;
  padding: 0 15px 0 0;
  float: right;
  font-size: 12px;

}
#top-social-left li:hover a .ts-icon{
  float: left;
  width: 44px;
  height: 44px;
}
.top-bar-right li {
    display: inline-block;
    padding: 13px 10px 10px 0;
    font-size: 13px;
}

.top-bar-right li:after {
    content: '|';
    padding-left: 10px;
}

.top-bar-right li:last-child:after{
  display: none;
}

.top-bar-right {
    float: right;
}
.top-bar-right i {
    margin-right: 2px;
}

@media(max-width: 991px){
  .top-bar-right{display: none;}
}

/*has no menu description*/
.navbar-default .has-no-menu-description .navbar-nav>li>a{
  padding: 25px 10px;
}

.navbar-default .has-no-menu-description .navbar-nav>li>a.menu_custom_btn{margin-top: 16px; padding: 8px 16px;}

.navbar-default .has-no-menu-description .navbar-nav li ul{top: 71px;}

.has-no-menu-description .header-search i{margin-top: 28px; font-size: 14px;}

.has-no-menu-description .header-search .search-box-wrap{top: 71px;}

/*transparent header*/
.page-fullwidth-transparent-header .navbar-default .has-no-menu-description .navbar-nav>li>a{
  padding: 27px 20px 25px;
}

.page-fullwidth-transparent-header .navbar-default .has-no-menu-description .navbar-nav>li>a.menu_custom_btn{padding: 8px 16px;}

@media(max-width: 1100px){
  .header-search{display: none;}
}

@media(max-width: 991px){
  .page-fullwidth-transparent-header .slicknav_btn.slicknav_open:before, 
  .page-fullwidth-transparent-header .slicknav_btn.slicknav_collapsed:before{
    color: #fff;
  }

  .page-fullwidth-transparent-header .navbar.sticky .slicknav_btn.slicknav_open:before, 
  .page-fullwidth-transparent-header .navbar.sticky .slicknav_btn.slicknav_collapsed:before{
    color: #434343;
  }

  .page-fullwidth-transparent-header .slicknav_nav{top: 90px;}
}

/*footer style 1*/

#footer.footer-style-1 p.copyright{padding-bottom: 12px;}


/*footer style 2*/
#footer.footer-style-2{padding: 45px 0;}

#footer.footer-style-2 p.copyright{text-align: left;}

#footer.footer-style-2 .footer_social_links{text-align: right;}

footer.footer-style.footer-style-2 ul.inline-menu {
    padding: 7px 0 4px 0!important;
    text-align: left;
    margin: 0!important;
}


/*footer style 3*/
footer.footer-style.footer-style-3 ul.inline-menu {
    padding: 7px 0 4px 0!important;
}

/*footer style 4*/
#footer.footer-style-4 p.copyright{text-align: left; padding-top: 2px;}

#footer.footer-style-4 .footer_social_links{text-align: right;}


.footer_pro {
    background: #1a1b1f url('http://wp3.commonsupport.com/newwp/borvel/wp-content/uploads/2018/07/6-1.jpg') no-repeat;
    background-size: 100%;
    background-position:bottom;
    background-attachment: fixed; 
    padding: 80px 0 80px;
    position: relative;
}

.footer_pro:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(25,25,25,0.90);
}

.footer_pro h2.widget-title{
  border: none;
  color: #ddd;
  font-size: 18px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.footer_pro h2.widget-title:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 1px;
    background-color: #a10003;
}

.footer_pro .textwidget.custom-html-widget {
    color: #aaa;
}

.footer_pro .search-form{border: none;}

.footer_pro ul.sidebar-cat > ul > li, .footer_pro .widget.widget_categories > ul > li, 
.footer_pro .widget.widget_archive > ul > li, 
.footer_pro .widget.widget_pages > ul > li, .footer_pro .widget.widget_meta > ul > li, 
.footer_pro .widget.widget_nav_menu div > ul > li, .footer_pro .widget.widget_recent_comments div > ul > li,
.footer_pro .widget.widget_recent_entries ul > li{
  border-bottom: none;
  padding: 0;
  margin-bottom: 10px;
}

.footer_pro ul.sidebar-cat li a, .footer_pro .widget.widget_categories li a, 
.footer_pro .widget.widget_archive li a, .footer_pro .widget.widget_pages li a, 
.footer_pro .widget.widget_meta li a,
.footer_pro .widget.widget_recent_comments li a, .footer_pro .widget.widget_recent_entries li a{
  color: #aaa!important;
  font-weight: 400;
}

.footer_pro ul.sidebar-cat li a:before, .footer_pro .widget.widget_categories li a:before, 
.footer_pro .widget.widget_archive li a:before, .footer_pro .widget.widget_pages li a:before, 
.footer_pro .widget.widget_meta li a:before, .footer_pro .widget.widget_nav_menu li a:before,
.footer_pro .widget.widget_recent_comments li .comment-author-link a:before, .footer_pro .widget.widget_recent_entries li a:before{
  content: '\f105';
  padding-right: 5px;
  font-family: 'Font Awesome 5 Free';
}

.footer_pro ul.sidebar-cat li:last-child, .footer_pro .widget.widget_categories li:last-child, .footer_pro .widget.widget_archive li:last-child, 
.footer_pro .widget.widget_pages li:last-child, .footer_pro .widget.widget_meta li:last-child, .footer_pro .widget.widget_nav_menu li:last-child,
.footer_pro .widget.widget_recent_comments li:last-child, .footer_pro .widget.widget_recent_entries li:last-child{
  margin-bottom: 0;
  border:none;
  padding-bottom: 0;
}

.footer_pro .widget.widget_search .search-form {
    position: relative;
    background: #fff;
    height: 38px;
    overflow:hidden;
}

.footer_pro .widget.widget_search input[type="text"] {
    width: 100%;
    height: 37px;
    border: none;
    padding:5px 15px;
    font-weight: 400;
    font-size: 13px;
}

.footer_pro .widget.widget_search input[type="text"]:focus{outline: none; border: none;}

.footer_pro .search-form input#searchsubmit {
    font-size: 12px;
    background: #a10003;
    font-weight: 400;
    letter-spacing: 1px;
}

.footer_pro .tagcloud a{
    border: 1px solid #aaa;
    padding: 6px 12px;
    color: #aaa;
    background: transparent;
}

.footer_pro .tagcloud a:hover {
    border-color: #a10003;
    background: #a10003;
    color: #fff;
}

.footer_pro .gallery-item {
    padding: 2px;
    margin: 0;
}

.footer_pro .calendar_wrap caption{
  background: transparent;
  padding: 5px 0 5px;
  border: 1px solid rgba(204, 204, 204, 0.2);
}

.footer_pro .calendar_wrap tr, .footer_pro .calendar_wrap th, .footer_pro .calendar_wrap td{
  border: 1px solid rgba(204, 204, 204, 0.2);
  font-size: 13px; 
}

.footer_pro tfoot a{
  color: #a10003;
}

@media(max-width: 1100px){
  #top-bar{display: none;}
}

@media(max-width: 991px){
  .sidebar .footer_pro .widget:last-child {
    margin: 0 0 30px;
  }
}

@media(max-width: 991px) and (min-width: 768px){
  #footer.footer-style-2 ul > li{margin: 0 2px;}
}


@media(max-width: 767px){
  .footer_pro .gallery-item a img{width: 100%;}
}

@media(max-width: 736px){


  #footer.footer-style-2 p.copyright, #footer.footer-style-2 .footer_social_links{
    text-align: center;
  }

  .footer_menu_2 {
    display: inline-block;
  }

  #footer.footer-style-2 .footer_social_links{margin-top: 15px;}
}


.services-main .detail-content.single_page h3, 
.megablocks_blog_1 .portfolio_col_item_caption h3{padding-left: 0; padding-right: 0;}

.slider-main .s-item .s-caption p, .services-main .detail-content.single_page p, 
.mb_team_style_1 .team_columns_item_caption p, .megablocks_blog_1 .portfolio_col_item_caption p,{padding: 0;}

.detail-content.single_page.eb_page p{
  padding-right: 0;
  padding-left: 0;
}

.detail-content.single_page .mb_heading_wrapper h3{
  font-weight: 600;
  padding: 0;
  line-height: initial;
}

.full-page .detail-content.single_page h1,
.full-page .detail-content.single_page h2,
.full-page .detail-content.single_page h3,
.full-page .detail-content.single_page h4,
.full-page .detail-content.single_page h5,
.full-page .detail-content.single_page h6,
.full-page .detail-content.single_page p{
  padding-right: 0;
  padding-left: 0;
}

.wp-block-image figure{
  margin: 0;
}

.breadcrumb-wrapper.error-section .section-title{
  text-align: center;
}



/*BLOG CSS FIXES*/
.list-item{
  border: 1px solid #f1f1f1;
  margin-bottom: 40px;
  padding: 15px;
  transition: all ease-in-out 0.3s;
  position: relative;
  overflow: hidden;
  display:flex;
  box-shadow: 0 0 15px #cccccc57;
}
.list-item:last-child{
  margin-bottom: 0;
}
.list-item:hover {
  box-shadow: 0px 0px 15px #cccccc57;
}
.list-image{
  position: relative;
  overflow: hidden;
      height: 100%;
}
.list-image img{
  position: relative;
  transition: all ease-in-out 0.3s;
  width: 100%;
}
.image-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-overlay:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.4);
  content: '';
  transition: all ease-in-out 0.6s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
}
.list-item:hover img{
  transform: rotate(5deg) scale(1.2);
}
.list-item:hover .image-overlay:before{
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}
.list-content h3{
  margin-bottom: 10px;
}
.list-content h3 a{
  word-break: break-all;
}
a.tag {
  color: #fff;
  background: #a10003;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
  display: inline-block;
}
a.tag:hover{
  color: #fff !important;
  background: #333;
}
a.tag-black:hover,
#back-to-top a.tag-black{
  background: #333 !important;
}

@media(max-width: 767px){
a.tag{
    margin-bottom: 3px;
}
.home_banner_text a.tag{
    margin-bottom:4px;
}
}
.post-content{
  margin: 10px 0;
}
.author-detail p{
  display: inline-block;
  margin-right: 5px;  
  font-size: 13px;
}
.cover-content .author-detail p{
  font-size: 15px;
}
span.bread-current.active{
  background: none;
  font-size: 15px;
  padding: 0;
}

.cover-content{
  padding: 150px 0;
}
.cover-content-full{
      padding-top: 0;
    padding-bottom: 0;
}
.cover-content h1{
  font-size: 44px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0px;
}
.item-detail{
  margin-top: 30px;
}
.item-detail:after{
  content: "";
  clear: both;
  display: table;
}
.item-detail p{
  margin-bottom: 25px;
  font-size: 18px;
}
.item-detail p:last-child{
  margin-bottom: 0;
}
.author-profile{
  padding: 20px 0;
  display: flex;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin: 30px 0; 
}
#dark .author-profile{
  border-color: #8a8a8a;
}
.profile-image{
  width: 10%;
}
.profile-image img{
  border-radius: 50%;
  width: 100%;
}
.profile-content{
  width:90%;
  padding: 9px 30px 0;
}
.breadcrumb_wrapper{
  position: relative;
  text-align: center;
}
.breadcrumb-content{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
}
.breadcrumb-content nav{
  display: inline-block;
  box-shadow: 0px 0px 5px #cccccc57;
  padding: 10px 25px;
  background: #fff;
  z-index: 1;
  font-weight: 600;
}
ul.breadcrumb{
  margin-bottom: 0;
  background-color: inherit;
  padding: 0;
}
.breadcrumb>li+li:before {
    padding: 0 15px 0 15px;
    content: '|';
}
.comment-box{
  padding: 20px;
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
  position: relative;
}
.comment-avatar{
  width: 75px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
}
.comment-header{
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 20px;
}
.comment-header a{
  font-size: 18px;
  font-weight: 600;
}
.comment-time a{
  font-size: 12px;
}
.comment-time{
  position: absolute;
  top: 20px;
  right: 20px;
}
.comment-content{
  padding-left: 95px;
}
header .navbar-default .navbar-nav>li.active, header .navbar-default .navbar-nav>li.active>a, header .navbar-default .navbar-nav>li>a:hover{
  border-color: transparent;
}
.author-image {
  text-align: center;
  width: 40%;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.author-image img{
  width: 100%;
}
.author-content {
    padding-top: 20px;
    text-align: center;
}
.author-content h4{
  margin-bottom: 15px;
}
.author-content p{
  margin-bottom: 15px;
}
.author-content ul {
    padding-top: 15px;
}
.author-content .header-social-links a {
  font-size: 15px;
  padding: 8px;
  color: #303E4B;
}
ul.header-social-links li {
    display: inline-block;
    margin: 0;
    border: none;
    padding: 0;
}
.author-content a.btn-white{
  padding: 10px 30px;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  color: #a10003;
  background: #fff;
  border:1px solid #a10003;
}
.author-content a.btn-white:hover{
  background: #a10003;
  color: #fff !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
  background: inherit;
  color: inherit;
}
p.post-tags{
  text-align: center;
}
.post-tags a.tag{
  background: transparent;
  color: #333;
  border: 3px double #777;
}
.post-tags a.tag:hover,
#dark .post-tags a.tag:hover{
  background: #a10003;
  color: #fff;
  border-color: #a10003;
}
.detail-page-post{
  padding: 50px 0;
}
.post-wide{
  margin-bottom: 30px;
}
.post-wide .post-content{
  padding: 50px 0 35px;
}
.post-wide .list-item,
.post-small-box{
  padding: 0;
  border: none;
}
.post-small-content{
  padding-top: 15px;
}
.post-small-content p,
.post-small-content h3,
.post-wide h2,
.post-wide p{
  margin-bottom: 15px;
}
.post-small-content .author-detail p,
.post-content .author-detail p{
  font-size: 15px;
}
.post-small .list-item:hover{
  box-shadow: none;
}
.item-detail > p:first-child:first-letter{
  font-size: 80px;
  color: #a10003;
  float: left;
  display: block;
  line-height: 1;
  padding-right: 10px;
  font-weight: 400;
}

/*Swiper Slider*/

#home_banner_blog{
  height: 400px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.swiper-container {
  height: 100%; }

.swiper-slide {
  overflow: hidden; }


.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center; }

.slide-inner:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.2);
}
.slide-overlay:after{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 5%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white,
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: none !important; }
  .swiper-button-next.swiper-button-white:before, .swiper-container-rtl .swiper-button-prev.swiper-button-white:before,
  .swiper-button-prev.swiper-button-white:before, .swiper-container-rtl .swiper-button-next.swiper-button-white:before {
    content: '\f3d6';
    font-family: 'Ionicons';
    font-size: 45px;
    position: absolute;
    right: 25px;
    color: #fff; }

.swiper-button-prev.swiper-button-white:before, .swiper-container-rtl .swiper-button-next.swiper-button-white:before {
  content: '\f3d5';
  left: 25px; 
}
.home_banner_text{
  position: absolute;
  bottom: 10px;
  left: 0%;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  width: 80%;
  padding: 5px 30px;
  text-align: center;
}
.home_banner_text h2{
  margin: 10px 0 6px;
}
.home_banner_text h2 a{
  color: #fff;
}
.home_banner_text h2 a:hover{
  color: #f75656;
}
.home_banner_text .author-detail a{
  color: #fff;
}
.home_banner_text a.tag{
  border: none;
}
.home_banner_text a:hover{
  color: #ebebeb!important;
}
.header-top{
  display: inline-block;
}
.header-top p{
  display: inline-block;
  margin-bottom: 0;
  color: #e9e9e9;
  margin-right: 10px;
  font-size: 14px;
}
.upper-head{
  padding: 8px 0 10px;
}
.header-social-links a{
  color: #e9e9e9;
  transition: all ease-in-out 0.3s;
  padding: 8px;
  font-size: 14px;
}
.header-social-links a:last-child {
  padding-right: 0;
}

footer{
  padding: 80px 0 80px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  position: relative;
  color: #fff;
}
.footer-content {
  position: relative;
  z-index: 1;
}
footer .footer-slider {
  margin-bottom: 80px;
}
footer h3 {
  color: #fff;
  padding-bottom: 15px;
  border-bottom: 1px solid #777;
  margin-bottom: 15px;
}
footer p {
  color: #000;
  margin-bottom: 20px;
}
footer .overlay{
  background: rgba(0,0,0,0.8);
}
footer .footer-slider h3 {
  text-align: center;
  display: inline-block;
  margin-bottom: 18px;
}
footer .widget.widget_pages li a,
footer .widget.widget_categories li a  {
  color: #fff !important;
  transition: all ease-in-out 0.3s;
}
footer .widget.widget_pages li a:before,
footer .widget.widget_categories li a:before {
  display: none;
} 
footer .widget.widget_categories > ul > li{
  padding: 0;
  border: none;
}
.footer-copyright {
  padding: 100px 0 20px;
}
.footer-no-widgets{
  padding: 20px 0;
}
.copyright-content {
  position: relative;
}
.copyright-content:before, .copyright-content:after {
  position: absolute;
  content: '';
  width: 35%;
  border-top: 1px solid #555;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.copyright-content:before {
  top: -20px;
}
.copyright-content:after {
  bottom: -20px;
}
.copyright-content span {
  color: #c4c4c4;
}
.slick-prev:before, .slick-next:before{
  background: #000000;
  padding: 0 10px 3px;
  opacity: 0.9;
  font-size: 52px;
}
.footer-slider .slick-next{
  right: -1px;
  z-index: 1;
}
.footer-slider .slick-prev{
  left: -1px;
  z-index: 1;
}
footer .gallery-item{
  margin: 0;
  padding: 2px;
}
input[type="submit"]{
  font-family: 'Poppins' !important;
}
ul.social-net{
  text-align: center;
  padding-top: 10px;
}
.social-net li{
  display: inline-block;
  margin: 0 10px !important;
  padding: 0 !important;
}
.social-net li a{
  color: #fff;
}
.popular-item {
  padding: 10px 0 10px 40px;
  border-bottom: 1px dashed #f1f1f1;
  position: relative;
}
#dark .popular-item{
  border-color: #8a8a8a;
}
.popular-item:last-child{
  padding-bottom: 0;
  border: none;
}
.popular-item span.item-no {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 23px;
  font-weight: 600;
  color: #a10003;
}
.popular-content li {
  margin-bottom: 0;
  border: none;
}
.popular-content li a{
  font-weight: 600;
}
.recent-item {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.recent-item:last-child{
  margin: 0;
}
.recent-image {
  float: left;
  width: 30%;
}
.recent-content {
  float: left;
  width: 70%;
  padding-left: 20px;
  position: relative;
}
.recent-content-text{
  width: 100%;
  padding: 0;
}
.recent-item .author-detail {
  padding: 10px 0 0;
  float: left;
  width: 100%;
}
.recent-content-text .recent-item .author-detail{
  padding: 0;
}
.recent-content h4 {
  margin: 10px 0 5px;
}
ul.post-category {
  padding: 3px;
  list-style: none;
  margin-bottom: 20px;
  display: inline-block;
}
ul.post-category li {
  display: inline-block;
  padding: 7px 15px !important;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  margin: 0 0 0 4px;
  font-weight: 600;
  border: none;
}
ul.post-category li i{
  font-size: 12px;
}
ul.post-category li:hover, ul.post-category li.mixitup-control-active{
  background: #303E4B;
  color: #fff;
}

.swiper-button-next:focus,
.swiper-button-prev:focus{
  outline: none;
}


/*Dark Theme*/

body#dark{
  background: #32373c;
}
#dark .navbar-sticky,
#dark .navbar-nav li ul{
  background: #23282d;
  border-color: #23282d;
}
#dark .navbar-default .navbar-nav>li>a{
  color: #fff;
}
#dark .navbar-default .navbar-nav > li > a:hover{
  color: #a10003;
}
#dark .navbar.navbar-default{
  box-shadow: none;
  background: #23282d;
}

#dark .nav.navbar-nav li ul li a{
  border-color: #32373c;
}
#dark #sidebar .widget,
#dark .list-item{
  box-shadow: none;
  border: none;
  background: #23282d;
}
#dark .list-item:hover{
  box-shadow: none;
}
#dark .result-paging-wrapper{
  background: inherit;
}
#dark .result-paging-wrapper ul.paging li a, 
#dark .navigation.pagination a, 
#dark .navigation.pagination span{
  color: #fff;
}
#dark p {
  color: #eee;
}
#dark a,
#dark h1, 
#dark h2, 
#dark h3,
#dark h4,
#dark h5,
#dark h6 {
  color: #fff;
}
#dark .author-content a.btn-white{
  background: transparent;
}
#dark .author-content a.btn-white:hover{
  background: #a10003;
  color: #fff;
}
#dark ul.post-category li{
  color: #fff;
}
#dark .sidebar-wrapper .section-title h3, 
#dark #sidebar .widget h2.widget-title{
  color: #fff;
}
#dark .post-tags a.tag {
  background: #23282d;
  color: #fff;
  border: 3px double #fff;
}
#dark a.tag:hover {
  background: #f1f1f1;
  color: #333 ;
}
#dark .comment-box{
  background: #23282d;
  border: none;
}
#dark .header-search i,
#dark .navbar.sticky .header-search i {
  color: #fff;
}
#dark .post-small-box{
  background: inherit;
}
#dark .breadcrumb>li a{
  color: #a10003;
}
.item-detail blockquote{
  margin: 30px 0;
  text-align: left;
}
.wp-block-pullquote.is-style-solid-color blockquote{
  max-width: 90%;
}
.wp-block-pullquote{
  padding: 30px 0;
  margin: 0;
}
.item-detail p:after{
  content: "";
  clear: both;
  display: table; 
}
footer.edit-link-post {
    padding: 10px 0;
}
.travelers_blog_home_listing_wrapper .list-item:last-child {
    margin-bottom: 0;
}
.footer_widget_help_text a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.copyright-content span a {
  border-bottom: 1px dotted #fff;
  padding-bottom: 2px;
}
footer #wp-calendar a{
  color: #fff;
}
footer ul.sidebar-cat li a, 
footer .widget.widget_categories li a, 
footer .widget.widget_archive li a, 
footer .widget.widget_pages li a,
footer .widget.widget_meta li a, 
footer .widget.widget_nav_menu li a, 
footer .widget.widget_recent_entries li a,
footer .widget.widget_recent_comments li a{
  color: #fff !important;
}
footer ul.sidebar-cat > ul > li, 
footer .widget.widget_categories > ul > li, 
footer .widget.widget_archive > ul > li, 
footer .widget.widget_pages > ul > li, 
footer .widget.widget_meta > ul > li, 
footer .widget.widget_nav_menu div > ul > li, 
footer .widget.widget_recent_entries ul > li, 
footer .widget.widget_recent_comments ul > li{
  border-bottom: 1px dashed #a7a7a7;
  padding-bottom: 10px;
}
#dark input,
#dark textarea{
  background: transparent;
  color: #fff;
  border-color: #8a8a8a;
}
#dark .search-form{
  border-color: #8a8a8a;
}
#dark .breadcrumb-content nav{
  background: #23282d;
  box-shadow: none;
}
#dark ul.breadcrumb li span{
  color: #ccc;
}

/* Skip links */

.skip_to_content{
  font-size: 14px !important;
  text-transform: capitalize;
}

.logo a{
  display: block;
}

a:focus{
  outline: 1px dashed #a10003;
  outline-offset: unset;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 3000;
}
#status {
    position: fixed;
    content: '';
    display: block;
    top: 35%;
    left: 0;
    right: 0;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 9999999999;
}
.prognroll-bar{
  z-index: 99999 !important;
}
.list_image_wrapper{
  height: 100%;
}
.list_image_wrapper .list-image a{
  height: 100%;
  width: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center center;
}
.item-detail h2 {
    line-height: 28px;
    font-size: 22px;
    margin-bottom: 20px;
	
}
.item-detail h3 {
    margin-bottom: 10px;
	    margin-top: 10px;
}
.item-detail ul li {
    list-style: circle;
    margin-bottom: 5px;
	
}

.item-detail ul {
    padding-left: 20px;
	margin-bottom: 15px;
}
.item-detail ol {
    padding-left: 25px;
    margin-bottom: 20px;
}
.item-content a strong {
    color: #a10003;
}
.item-content a {
    color: #a10003;
    font-weight : 700;
}
.item-detail h2 strong {
	color: #a10003;
}
.list_image_wrapper .image-overlay:before{
    transform: scale3d(7.9, 6.4, 0) rotate3d(0, 0, 1, 45deg) translate3d(0, -70%, 0)
}
.detail-page-post .col-md-push-6{
  height: 100%;
}
.detail-page-post .list-item{
      display: inherit;
      height: 100%;
}
.detail-page-post .post-wide{
  display: flex;
  box-shadow: 0 0 15px #cccccc57;
    padding: 15px;
}
.detail-page-post .post-image.list-image a,.related_posts_3 a{
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center center;
}
.related_posts_3.list-image{
  height: 200px;
}
.single-post .page-cover .row{
  display: flex;
}
.single_page_image{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}



/*modal search*/

.full-screen-search-box-wrap{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fffffffa;
    z-index: 99999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

.full-screen-search-box-wrap .search-form{
  position: absolute;
    top: 45%;
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: inherit;
    border: none;
    background: transparent!important;
}

.full-screen-search-box-wrap .search-form label:before {
    content: '\f002';
    font-family:"fontawesome";
    right: 3%;
    top: 28%;
    position: absolute;
    z-index: 9999;
    font-size: 21px;
    font-weight: normal;
    color: #bbb8b8;
    z-index: 0;
    transition: all ease-in-out 0.5s;
}

.full-screen-search-box-wrap .search-form label:hover:before{
  color: #a10003;
  transition: all ease-in-out 0.5s;
}

.full-screen-search-box-wrap .search-form label {
    width: 100%;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #ccc;
}

.full-screen-search-box-wrap input[type="text"].search-field {
    color: #666;
    background: transparent;
    font-size: 28px;
    font-weight: 300;
    padding: 10px 70px 10px 20px;
    outline: none;
    border: none;
    width: 100%;
}

.full-screen-search-box-wrap input#searchsubmit{
    opacity: 0;
    top: 12px;
    padding: 10px 0;
}

.full-screen-search-box-wrap a.hide_full_search i {
    position: fixed;
    top: 50px;
    right: 50px;
    color: #a10003;
    transition: all ease-in-out 0.5s;
    font-size: 32px;
}

.full-screen-search-box-wrap a.hide_full_search i:hover{
  transform: rotate(180deg);
  transition: all ease-in-out 0.5s;
}

@media(max-width: 992px){
	.logo img {
    height: 40px;
}
.slicknav_btn {
    right: 28px;
}
.navbar .slicknav_nav {
    max-height: fit-content;
}
  .full-screen-search-box-wrap .search-form{width: 80%;}
}
.author-detail {
    display: none;
}


section.page-cover h1 {
    font-size: 23px;
    text-align: left;
    margin-bottom: 10px;
    color: #fff;
}
.col-xs-7.single_page_image_wrapper {
    display: none;
}

section.page-cover .col-xs-5 {
    width: 100%;
}

section.page-cover .col-xs-5 .cover-content {
    padding: 10px 0;
}
.item-detail img {
    width: 100%;
}
.item-content strong {
    color: #303e4b;
}
.page-cover {
    background: #a10003;
}

div#comments, .author-profile {
    box-shadow: 0 0 15px #cccccc57;
    padding: 15px;
    margin-bottom: 5px;
}
.item-detail {
	box-shadow: 0 0 15px #cccccc57;
    padding: 15px;
}
.smush-detected-img {
    box-shadow: none !important;
}
section#recent-posts-2 {
    padding: 10px;
}
.footer-links ul li {
    display: inline-block;
    width: 32px;
}
.copyright {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
    padding: 8px 0;
    color: #fff;
}

.footer-links {
    text-align: right;
}

.footer-links li {
    margin-right: 5px;
}
.pagTit {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #a10003;
    letter-spacing: 1px;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 10px;
    align-items: center;
}
.pagTit:after, .pagTit:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #a10003;
    border-top: 1px solid #0e8c06;
    height: 5px;
    background-color: #f8f8f8;
}

@media(max-width: 768px){
	.copyright {
    text-align: center;
}

.footer-links {
    text-align: center;
}
.slicknav_nav a {
    color: #fff !important;
    font-family: 'Poppins' !important;
    text-transform: capitalize;
}

a.btn.btn-primary.menu_custom_btn {
    background: #4caf50 !important;
    font-weight: bold;
}
}
.single-category span a:before {
    font: normal normal normal 16px / 1 FontAwesome;
    content: "\f105";
    font-weight: bold;
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    color: #FFEB3B;
    text-align: center;
}

.single-category span a {
    padding: 0;
    text-decoration: underline;
    background: transparent;
    font-weight: bold;
    color: #FFEB3B;
}

section.page-cover {
    background: linear-gradient(161deg, #cb093f, #FF5722);
}

section.page-cover h1 {
    margin-bottom: 0;
}
.item-detail,#sidebar .widget,#comments,.list-item,#home_banner_blog.list-slider {
    overflow: hidden;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    border: solid 1px #d4d4d4;
}
.widget.widget_recent_entries ul > li a {
    font-size: 14px;
}

section#categories-2 {
    padding: 10px;
}