
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,400i,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow&display=swap');

html {
  scroll-behavior: smooth;
}
body, p {
    font-family: 'PT Sans Narrow', sans-serif;
    color: #fff;
    line-height: 26px;
    font-size: 15px;
    background: #000;
}
.no-padding{
  padding: 0;
}
.small_title b{
  font-weight: 600;
}
a{
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-weight: normal;
}
a:hover{
  text-decoration: none;
}
a:link , a:visited , a:hover, a:active{
	text-decoration: none;
}
h1 , h2, h3, h1 p, h2 p, h3 p{
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 0.9;
}
h1 p{
	font-size: 32px;
}
@media (max-width: 991px){
  .container {
      width: 95%;
  }
}
@media (max-width: 767px){
  .container {
      width: 100%;
  }
}

/* ================ back to top =================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #660a3f url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    left: 30px;
    bottom: 30px;
  }
}

/* ================ end back to top =================*/

/* ================ Loader =================*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}
/* ================ end Loader =================*/

/* ================ banner =================*/
.slick-slide{
  height: auto;
}
/* ================ end banner =================*/

/* ================ Menu =================*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 42px;
  margin-left: 50px;
}
.menu span {
    background: #000000;
    padding: 8px 13px;
    border: 1px solid #fe0c00;
    color: #fff;
}
.menu {
    margin-top: 30px;
    text-align: right;
}
.menu ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
}
ul#menu-primary-menu li {
    margin-bottom: 20px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/* ================ End Menu =================*/

/* ================ Banner =================*/
.header-top {
    border-top: 1px solid #f96003;
    margin-top: 5px;
}
.header-topp{
    border-top: 1px solid #f96003;
    margin-top: 5px;
    width: 100%;
}
/* ================ End banner =================*/

/* ================ title =================*/
.title_layout{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.title_layout.black{
    background: #000;
    padding-top: 60px;
    padding-bottom: 50px;
    margin-bottom: 0;
}
.title_layout.black h2{
    color: #fff;
}
.title_layout h2 {
    display: block;
    margin-bottom: 5px;
    line-height: normal;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 100;
    margin-bottom: 0px;
    color: #ffb74a;
}
.small_title{
    font-style: italic;
    color:#fff;
}
.title_layout.black .small_title{
    color:#fff;
} 
@media(max-width:767px){
    .title_layout h2 {
        font-size: 32px;
        font-weight: 100;
        line-height: 37px;
    }
}
/* ================ End title =================*/

/* ================ two_column_layout =================*/
.tab-layout {
    background: #000;
    padding-bottom: 80px;
    margin-bottom: 60px;
}
.two_column_layout .right h2 {
    font-size: 32px;
    margin-bottom: 15px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    font-weight: 100;
}
.two_column_layout .right{
    margin-top: 20px;
}
.two_column_layout .right .right-section h2{
    color: #fff;
}
.newslatter input {
    background: #e09655;
    border: 0;
    padding: 10px;
}
.newslatter input::placeholder{
    color: #fff;
}
.new-e {
    float: left;
}
.two_column_layout input.wpcf7-form-control.wpcf7-submit {
    background: #e27b22;
    padding: 10 20px;
    text-transform: uppercase;
    letter-spacing: 1;
    color: #fff;
}
.two_column_layout{
    margin-bottom: 50px;
}
/* ================ End two_column_layout =================*/

/* ================ two_column_layout =================*/
.three_column_layout .right-section h2{
    margin-bottom: 15px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    font-weight: 100;
    line-height: 40px;
    color: #fff;
}
/* ================ End two_column_layout =================*/

/* ================ Footer_layout =================*/
.footer-bottom {
    background: #000;
}
ul#menu-footer-menu-1 {
    padding-left: 0;
    text-align: center;
}
ul#menu-footer-menu-1 li{
    display: inline-block;
    padding: 5px 20px
}
ul#menu-footer-menu-1 li a{
    color: #fff;
}
.footer-bottom{
  text-align: center;
  color: #fff;
}
.footer-bottom a{
  color: #fff;
}
.social .socil-section {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
}
.social{
  margin-bottom: 20px
}
/* ================ End footer_layout =================*/

/* ================ Tab_layout =================*/
.tab-layout .nav-tabs {
    border-bottom: 0px solid #ddd;
    text-align: center;
}
.tab-layout .nav-tabs>li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
}
.tab-layout .nav-tabs>li.active{
    background: #fff;
}
.tab-layout .nav-tabs>li.active>a, .tab-layout .nav-tabs>li.active>a:focus, .tab-layout .nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 0px;
    border-bottom-color: transparent;
}
.tab-layout .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px;
    border-radius: 0px;
    background: #e27b22;
    color: #fff;
}
.tab-layout .bottom {
    margin-top: 50px;
    margin-bottom: 50px;
}
.tab-layout .hovereffect {
    position: relative;
    text-align: center;
    border: 30px solid #fff;
    box-sizing: border-box;
    float: left;
    width: 100%;
    overflow: hidden;
    cursor: default;
}
.tab-pane.fade {
    display: none;
}
.tab-pane.fade.active{
    display: block;
}
.tab-pane .nav-tabs>li>a {
    border: 0px;
    border-radius: 0px;
}
.hovereffect .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #000;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.hovereffect:hover .overlay {
  bottom: 0;
  height: 100%;
}

.hovereffect .text {
  color: white;
  font-size: 20px;
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.hovereffect .text h2, .hovereffect p{
  text-align: center;
  color: #fff;
}
.hovereffect  a.btnn {
    color: #fff;
    background: #e27b22;
    padding: 11px 25px 7px 25px;
}
/* ================ End Tab_layout=================*/

/* ================ contact-layout =================*/
.contact-layout{
    margin-top: 50px;
    margin-bottom:50px;
}
.contact-layout input, .contact-layout textarea {
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
    background: transparent;
    border: 1px solid;
    color: #fff;
}
.contact-layout textarea {
    height: 150px;
}
.contact-form-top{
    text-align: center;
}
.contact-form-top h2{
    margin-bottom: 30px;
    color: #fff;
    line-height: 36px;
}
.contact-form h5 {
    letter-spacing: 1;
}
.contact-detail-row {
    border: 1px solid #ff993e;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 20px;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #ff993e;
    border: 0;
    color: #fff;
}
.page-id-43 .title_layout, .page-id-45 .title_layout {
    margin-top: 0px;
}
.post-single {
    margin-top: 50px;
    margin-bottom: 50px;
}
.table_of_content ul {
    padding-left: 18px;
    margin-top: 15px;
}
.search-icon {
    top: 45%;
    font-size: 36px;
    text-align: center;
    width: 100%;
    position: absolute;
}
.search-icon a{
    color: #fff;
}
.search-icon a {
    color: #fff;
    background: #000;
    padding: 16px 10px 6px 10px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
    float: left;
    width: 100%;
}
.contact-detail {
    margin-top: 15px;
}
.contact-detail-row .top {
    font-size: 21px;
    margin-bottom: 10px;
    color: #f96003;
}
@media(max-width:767px){
    .three_column_layout .imgas{
        display:none;
    }
    .three_column_layout {
        margin-bottom: 50px;
    }
    .tab-layout .hovereffect {
        margin-bottom: 30px;
    }
}
/* ================ End contact-layout =================*/

/* ================ list_layout =================*/
.list_layout ul{
    list-style: none;
}
.list_layout ul li{
    margin-bottom: 15px;
}
.list_layout ul li i{
    margin-right: 10px;
    font-size: 10px;
    color: #ffb74a;
}
/* ================ End list_layout =================*/

.tracking_list{
  margin-top: 50px;
  margin-bottom: 50px;
}
.tracking_list h3{
  color: #fff;
}
.text-row{
    display: inline-block;
}
.rwo {
    margin-bottom: 10px;
    background: #ffffff54;
    padding: 10px;
    font-size: 16px;
    letter-spacing: 1;
}
.tracking_list_row{
    margin-bottom: 30px;
}
.text-row.digitt {
    background: #f96f03;
    padding: 5px 15px;
    margin-right: 20px;
    width: 50px;
    text-align: center;
}
.gal{
    margin-bottom: 30px;
}
.news , .gallery{
    margin-bottom: 50px;
    margin-top: 50px;
}
.gallery h1{
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.news h1{
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.news .left{
  position: relative;
}
.news .left img{
    width: 100%;
    height: auto;
}
.date_box {
    background: #b96c12;
    display: inline-block;
    padding: 5px;
    width: 95px;
    text-align: center;
    position: absolute;
    right: 0;
}
.date_box .date {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.date_box .month {
    color: #fff;
    margin-top: -6px;
}
.post_row .right {
    padding: 0 10px;
}
.btn-custom {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.btn-custom a {
    padding: 10px 15px 7px;
    text-align: center;
    border: 1px dotted #b96c12;
}
.btn-custom a:hover{
   color: #b96c12;
   border: 1px dotted #fff;
}
.news .social{
  margin-top: 50px;
}
.tab-layout-left{
    position: relative;
}
.tab-layout-left .title {
    position: absolute;
    top: 42%;
    text-align: center;
}
.tab-layout-left .title h2 {
    display: block;
    margin-bottom: 5px;
    line-height: normal;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 100;
    margin-bottom: 0px;
    color: #ffb74a;
}
.back-bg-sub{
    margin-top: 20px;
}
.blog .slider_static{
    display: none;
}
.page-id-223 .gallery h1{
    display:none;
}
@media(max-width:991px){
    .tab-layout-left .title {
        top: 27%;
        left: 6%;
    }
    .two_column_layout .left img{
        display:none;
    }
}
@media(max-width:767px){
    .tab-layout-left .title h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .back-bg-sub {
        margin-top: 3px;
    }
    .list_layout ul li {
        width: 100%;
    }
    .list_layout ul {
        padding-left:0px;
    }
    .list_layout ul li i {
        height: 30px;
        float: left;
        margin-top: 6px;
    }
    .post_row {
        margin-bottom: 30px;
    }
    .menu {
        margin-top: 20px;
    }
    .tab-layout-left .title {
        position: absolute;
        top: 23%;
        text-align: center;
        left: 16%;
    }
    .right-section {
        margin-top: 50px;
    }
}
@media(max-width:600px){
    .logo img{
        width:100%;
    }
    .back-bg img{
        width: 100%;
    }
    .tab-layout-left .title {
        top: 0%;
        width: 100%;
        left: 0;
    }
}

.testimonial-layout .title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 21px;
    margin-bottom: 15px;
}
.testi-up p{
    letter-spacing: 1px;
}
.testi-up {
    margin: 10px;
    border: 1px solid #ffa643;
    padding: 15px;
}
.testi-down-right .title {
    text-align: right;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #7e4d35;
    margin-bottom: 0;
}
.title-designation {
    text-align: right;
    margin-right: 10px;
}
.title-designation {
    text-align: right;
    margin-right: 10px;
    color: #ffb43a;
    font-size: 14px;
}
.testimonial-layout{
    margin-bottom:50px;
}
.blog .slider{
    display:none;
}

