
@font-face {
    font-family: sage;
    src: url(fonts/bahnschrift.ttf);
}


body {
    font-family: sage;
    background: #f6f6f6;
}

.ohd {
    overflow: hidden;
}
.ohd-x {
    overflow-x: hidden;
}

a:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
    font-family: sage;
}


/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/

header {
    display: block;
    width: 296px;
    float: left;
    background: #fff;
    /* background: #2f3133; */
    text-align: center;
    z-index: 999;
    position: fixed;
    box-shadow: 0 0 2px #000;
    -webkit-box-shadow: 0 0 2px #000;
    -moz-box-shadow: 0 0 2px #000;
    -o-box-shadow: 0 0 2px #000;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

header.out-active {
    margin-left: -252px;
}

a.hide-menu {
    width: 100%;
    /* margin-top: 20px; */
    display: inline-block;
    text-align: right;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    margin-bottom: 20px;
    text-decoration: none;
}

a.hide-menu i {
    color: #616769;
    font-size: 28px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    position: relative;
    margin-right: 60px;
}

a.hide-menu:hover i {
    color: #a0abae;
}

.logo-box {
    min-height: 60px;
    /* margin-top: 10px; */
}

a.logo {
    display: inline-block;
    margin-bottom: 18px;
}

.hrl {
    /* border: 1px solid #4c1f0c;  */
    border-color:#4c1f0c; 
    width: 60%;
    margin-bottom: 14px;
}
.hr2 {
    /* border: 1px solid #4c1f0c;  */
    border-color:#4c1f0c; 
    width: 60%;
    margin-bottom: 10px;
    margin-top: 0px;
}

a.elemadded {
    display: none;
    color: #f9a602;
    font-size: 16px;
    font-family: sage;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 40px;
    /* background: #27292b; */
    background: #4c1e0d;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.menu {
    min-height: 490px;
    margin-bottom: 10px;
    padding: 0;
    padding-left: 0px;
    margin: 0;
    text-align: center;
}

ul.menu > li {
    list-style: none;
    margin-bottom: 1px;
    text-align: center;
}


ul.menu > li > a {
    position: relative;
    display: inline-block;
    /* padding: 14px 10px; */
    /* width: 170px; */
    /* color: #a0abae; */
    color: #656869;
    font-size: 14px;
    font-family: sage;
    text-align: center;
    /* font-weight: 400; */
    text-transform: uppercase;
    background: transparent;
    text-decoration: none;
    line-height: 20px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.menu > li > a span {
    position: relative;
    z-index: 2;
    color: #4c1f0c;
}

ul.menu > li > a span:hover {
    border-bottom: 1px solid #f9a602;
}

ul.menu > li > a.active {
    /* border-bottom: 2px solid #4c1f0c; */
    border-bottom: 1px solid #f9a602;
}


/* ul.menu > li > a span:hover {
    color: #f9a602;
} */

/* ul.menu > li > a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    background: #27292b;
    z-index: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
} */


/* 
ul.menu > li > a:hover:after,
ul.menu > li > a.active:after {
    width: 100%;
    border-bottom: 3px solid #f9a602;
} */

ul.menu > li.drop {
    position: relative;
    padding: 24px 10px;
}
ul.menu > li.dp2 {
    position: relative;
    padding-bottom: 36px !important;
}



/* ul.menu > li.drop:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    background: #27292b;
    z-index: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
} */

/* ul.menu > li.drop:hover:after {
    width: 100%;
    transition: 0.3s all ease;
} */

ul.dropdown {
    position: absolute;
    top: 0;
    left: 100%;
    width: 224px;
    display: block;
    visibility: hidden \0/;
    opacity: 0\0/;
    transition: all 0.17s linear;
    -moz-transition: all 0.17s linear;
    -webkit-transition: all 0.17s linear;
    -o-transition: all 0.17s linear;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
}

li.drop:hover > ul.dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      transform: rotateY(0deg);
      -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
      -moz-transition: -moz-transform 0.4s, opacity 0.1s;
      -mos-transition: -mos-transform 0.4s, opacity 0.1s;
      -o-transition: -o-transform 0.4s, opacity 0.1s;
      transition: transform 0.4s, opacity 0.1s;
    visibility: hidden \1/;
    opacity: 0\1/;
}

ul.dropdown li a {
    display: block;
    padding: 14px 20px;
    color:  #f9a602;
    font-size: 14px;
    /* font-family: 'Montserrat', sans-serif; */
    text-transform: uppercase;
    /* background: transparent; */
    text-decoration: none;
    text-align: center;
    /* background: rgba(47,49,51, 0.95); */
    background: #fff;
    line-height: 20px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.dropdown li a:hover {
    background: #4c1f0c;
    color: #f9a602;
}

ul.social-icons {
    padding: 0;
    margin: 5px 15px 5px 0px;
}

ul.social-icons li {
    list-style: none;
    display: inline-block;
    /* margin-left: -2px; */
}

ul.social-icons li:first-child {
    margin-left: 0px;
}

ul.social-icons li a {
    display: inline-block;
    margin: 0;
    width: 26px;
    height: 26px;
    border: 2px solid #4c1f0c;
    /* border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%; */
    text-decoration: none;
    text-align: center;
    /* background: #2b2d2f;
    background: #4c1f0c; */
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.social-icons li a:hover {
    background: #27292b;
    /* transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2); */
}

ul.social-icons li a i {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.social-icons li a.github i {
    color: #000;
}

p.copyright {
    color: #6b7072;
    font-size: 12px;
    font-family: sage;
    font-weight: 300;
    margin-top: 18px;
    line-height: 20px;
}

.copyright-box {
    padding: 34px;
    background: #27292b;
}

.copyright-box p {
    color: #fff;
    font-size: 14px;
    font-family: sage;
    line-height: 20px;
    margin: 0;
}

.copyright-box p a {
    font-family: sage;
    text-decoration: none;
    color: #646769;
}

.show-menu {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -20px;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    background: #27292b;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.show-menu {
    position: absolute;
    /* top: 450px; */
    right: 10px;
    display: inline-block;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 40px;
    height: 40px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    background: #27292b;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.show-menu.active {
    opacity: 1;
    visibility: visible;
}

.show-menu i {
    color: #4a4b4d;
    font-size: 28px;
    line-height: 42px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.show-menu:hover i {
    color: #a0abae;
}

.header-foot {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 296px;
    background: #f9a602;
    z-index: 4;
    padding-top: 6px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.header-foot.out-active {
    margin-left: -252px;
}

.footer-m {
    text-align: center;
}
.footer-m p{
    text-align: center !important;
}


.qst {
    font-size: 20px;
    color: #f9a602;
}

.qst_i {
    margin: 0;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 15px;
    /* padding-top: 3px; */
    border: 2px solid #4c1f0c;
    text-decoration: none;
    text-align: center;
    background: #f9a602;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.qst_i:hover {
    background: #27292b;

}

/* .qst-tooltip + .tooltip > .tooltip-inner {border: 2px solid white;}
.qst-tooltip + .tooltip > .tooltip-arrow { border-right: 2px solid white;  } */

.qtlp + .tooltip > .tooltip-inner {
    display: none;
}

.qtlp + .tooltip > .tooltip-arrow {
    display: none;
}

/* .qtlp + .tooltip > .tooltip-inner {
    max-width: 300px;
    width: 300px; 
    height: auto;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 200px; 
    background-color: #50505060;
    color: #fff;
    font-size: 18px;
    position: relative;
    bottom: 200px;
} */
.tooltipdiv{
    position: absolute;
    top: 20%;
    left: 10%;
    width: 80%;
    margin: auto;
    display: block;
    background-color: #50505060;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    opacity: 0;
    }

.project-post:hover .tooltipdiv{
    opacity: 1;
}

/* .qtlp + .tooltip > .tooltip-arrow {
    position: relative;
    bottom: 138px;
    border-top: 5px solid white;
    display: none;
}

.qtlp + .tooltip.fade.top {
    height: 0;
} */

/*-------------------------------------------------*/
/* =  General code
/*-------------------------------------------------*/

html{
    height:100%;
}

body {
    background: #fff;
    height: 100%;
    opacity: 0;
}

body.active {
    opacity: 1;
}

#container {
    height: 100%;
    opacity: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    /* overflow: hidden; */
}

#container.active {
    opacity: 1;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.preloader {
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin-top: -57px;
    margin-left: -55px; */
    /* width: 110px;
    height: 114px;
    -webkit-backface-visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out; */
    
}

.preloader-img {
    /* -webkit-backface-visibility: hidden; */
    width:320px;
    height:200px;
    text-align:center;
    /* background: url("../images/M-logo1.png"); */
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 3s ease-in infinite;
    animation: zoomin 3s ease-in infinite;
    transition: all .2s ease-in-out;
    overflow: hidden;
}

  
  /* Zoom in Keyframes */
  @-webkit-keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.5);}
    100% {transform: scale(1);}
  }
  @keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.5);}
    100% {transform: scale(1);}
  } /*End of Zoom in Keyframes */
  
  /* Zoom out Keyframes */
  @-webkit-keyframes zoomout {
    0% {transform: scale(1);}
    50% {transform: scale(0.67);}
    100% {transform: scale(1);}
  }
  @keyframes zoomout {
      0% {transform: scale(1);}
    50% {transform: scale(0.67);}
    100% {transform: scale(1);}
  }/*End of Zoom out Keyframes */
  
 
  
.container {
    overflow: hidden;
}

/*-------------------------------------------------*/
/* =  content
/*-------------------------------------------------*/

#content {
    position: relative;
    padding-left: 296px;
    height: 100%;
    top: 60px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

#content.full-width-added {
    padding-left: 60px;
}

.project-post {
    width: 24.98%;
    margin: 0;
    overflow: hidden;
}

.project-post img {
    width: 100%;
}

.project-post .hover-box {
    position: absolute;
    width: 100%;
    height: 0;
    background: rgba(47,49,51,0.85);
    text-align: center;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transition: all 0.27s ease-in-out;
    -moz-transition: all 0.27s ease-in-out;
    -webkit-transition: all 0.27s ease-in-out;
    -o-transition: all 0.27s ease-in-out;
}

/* .project-post:hover .hover-box {
    height: 100%;
} */

.nicescroll-rails {
    z-index: 999999!important;
}

.hover-content {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -115px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -webkit-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
}

.project-post:hover .hover-content {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);    
}

.hover-content h2 {
    color: #f9a602;
    font-size: 22px;
    font-family: sage;
    text-transform: uppercase;
    line-height: 25px;
    margin: 0;
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.hover-content h2:after {
    content: '';
    position: absolute;
    width: 52px;
    height: 2px;
    background: #9da7aa;
    left: 50%;
    bottom: -1px;
    margin-left: -26px;
}

.hover-content p {
    color: #fff;
    font-size: 20px;
    font-family: sage;
    margin: 0;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.hover-content a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-bottom: 24px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.hover-content a:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.hover-content a i {
    color: #a0abae;
    font-size: 36px;
    line-height: 45px;
}

.hover-content p a{
    color: #fff;
    font-size: 30px;
    font-family: sage;
    margin: 0;
    line-height: 25px;
    text-transform: lowercase;
    font-weight: 700;
    background: #4c1f0c;
    padding: 10px 16px;
    border-radius: 5px;
}


/*-------------------------------------------------*/
/* =  home 3
/*-------------------------------------------------*/

.top-bar {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0px;
    font-size: 20px;
    background: #4c1f0c;
    /* background: #27292b; */
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.2);
    z-index: 1000;
}
.top-bar ul li {
    float: right;
    margin: 10px 14px;
    line-height: 60px;
}

.top-bar ul li a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}


.top-bar ul li a:hover{
    color: #f9a602;
}

.info-box {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 999;
    display: none;
}

.info-box a.info-toggle {
    float: right;
    display: inline-block;
    width: 60px;
    height: 60px;
    /* background: rgba(210, 149, 0, 0.78); */
    /* background: #34af23 ; */
    text-decoration: none;
    padding: 8px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.info-box a.info-toggle i {
    width: 62px;
    height: 62px;
    display: inline-block;
    /* border: 1px solid #fff; */
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 28px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.info-box a.info-toggle i {
    position: relative;
    right: 15%;
    top: -5%;
}

.info-content.active {
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.info-content {
    clear: both;
    background: rgba(0,0,0,0.7);
    padding: 20px 18px 4px;
    visibility: hidden;
    width: 285px;
    position: absolute;
    right: 0;
    top: 90px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.info-content.active {
    visibility: visible;
}
.info-content {
    visibility: hidden;
}

.info-content ul li {
    color: #fff;
    font-size: 16px;
    line-height: 15px;
    font-family: sage;
    font-weight: 300;
    margin-bottom: 18px;
}

.info-content ul li i {
    font-size: 20px;
    margin-right: 12px;
}



.owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 !important;
    z-index: 200;
    width: 100%;
    height: 0;
}

.owl-pagination {
    display: none;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    position: relative;
    zoom: 1;
    margin: 0px;
    font-size: 32px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: rgba(47,49,51,0.5);
    border: 1px solid #dce3ef;
    opacity: 1;
    padding: 0;
    width: 48px;
    height: 48px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.owl-theme .owl-controls {
    margin: 0;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    opacity: 0.4;
}

.owl-theme .owl-controls .owl-buttons div:before {
    font-family: 'FontAwesome';
    /* font-family: sage; */
    position: absolute;
    font-size: 20px;
    color: #fff;
    width: 100%;
    left: 0;
    text-align: center;
    line-height: 48px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    float: left;
    margin-left: 24px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    float: right;
    margin-right: 24px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: "\f177";
}

.owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: "\f178";
}

/* .owl-theme .owl-controls .owl-buttons div.owl-prev:after {
    content: "previous";
    position: absolute;
    top: 7px;
    right: -100px;
    padding: 6px 15px;
    color: #fff;
    font-size: 16px;
    font-family: sage;
    line-height: 20px;
    background: rgba(255,255,255,0.35);
    border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    opacity: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:after {
    content: "next";
    position: absolute;
    top: 7px;
    left: -70px;
    padding: 6px 15px;
    color: #fff;
    font-size: 16px;
    font-family: sage;
    line-height: 20px;
    background: rgba(255,255,255,0.35);
    border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    opacity: 0;
} */

.owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
    opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
    opacity: 1;
}

.owl-buttons {
    margin-top: -45px;
}

.project-post.item {
    width: 100%;
    /* margin: 0 1px; */
    border-right: 1px solid #fff;
    /* border-top: 1px solid #fff; */
}


.project-post.item img {
    width: 100%;
    height: 750px;
}


.project-post.item img {
    filter: gray; 
    -webkit-filter: grayscale(1); 
      -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
      -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
      box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
      /* margin-bottom:20px; */
      /* transform: scale(1,1); */
      transition: 2s all ease-out;
  }
  
.project-post.item img:hover {
    filter: none; 
    -webkit-filter: grayscale(0); 
    transform: scale(1.2,1.2);
    transition: 2s transform ease-out;
  }


.project-post.item .mbg {
    background: #4a4b4d;
    z-index: 1;
}

.centered {
    position: absolute;
    bottom: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 38px;
    text-align: center;
    text-transform: lowercase;
    /* text-shadow:0px 0px 0px #fff, 2px 6px 4px #000;            */
    
}

.centered span{
    color: #fff;
    font-size: 60px;
    position: relative;
    top: -15px;
    /* text-shadow:0px 0px 0px #fff, 2px 6px 4px #000;  */
}

.dotted {
    color: #f9a800 !important;
    font-size: 69px !important;
    font-family: 'Times New Roman', Times, serif;
}

.ie a{
    color: #fff;
    font-size: 36px;
    /* font-family: 'lato-lig-webfont'; */
    margin: 0;
    line-height: 22px;
    text-transform: lowercase;
    /* font-weight: 700; */
    background: #4c1f0ce6;
    padding:16px;
    border-radius: 5px;
    position: absolute;
    bottom: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-decoration: none;
}

.ie a:hover{
    color: #f9a602;
    font-size: 42px;
}

.ie-m {
    color: #fff !important;
    padding: 5px;
    text-align: center;
    border: none;
    border-radius: 5px;
    background-color:#4c1f0c;b
    cursor: pointer;
    font-size: 16px;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    text-transform: lowercase;
    /* text-shadow:0px 0px 0px #fff, 2px 2px 4px #000;  */
  }
.ie-m:hover {
    color: #f9a602 !important;
  }

 .ie-m2:hover {
    color: #4c1e0d !important;
}

.pulse-button {
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 22px;
    width: 78px;
    height: 50px;
    border: none;
    /* box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7); */
    /* box-shadow: 0 0 0 0 rgb(197, 149, 33); */
    border-radius: 5px;
    background-color:#4c1f0c;
    /* background-image: url(../images/logo2.png); */
    background-size:cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
    /* text-shadow:0px 0px 0px #fff, 2px 2px 4px #000;  */
    
  }
  /* .pulse-button:hover 
  {
    -webkit-animation: pulse 1.25s  cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s  cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s  cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s  cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  }
  
  @-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
  @-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
  @-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
  @-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
  @keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}  */

.pulse-button a{
    color: #fff;
    font-size: 36px;
    position: relative;
    top: 13px;
    text-decoration: none;
}

.pulse-button a:hover{
    color: #f9a602;
}


.qot {
    width: 100%; 
    line-height: 30px !important; 
    margin: 4px !important;
}

.quote-card {
    /* background: #fff; */
    color: #222222;
    /* padding: 20px; */
    padding-left: 65px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
    position: relative;
    overflow: hidden;
    /* min-height: 120px; */

  }
  .quote-card p {
    font-size: 17px;
    line-height: 1.5;
    margin: 0;
    max-width: 100%;
    font-family: sage;
    font-weight: 600;
  }
  .quote-card cite {
    font-size: 16px;
    margin-top: -10px;
    display: block;
    font-weight: 200;
    opacity: 0.8;
    color: #eee;
    font-family: sage;
  }
  .quote-card:before {
    /* font-family: Georgia, serif; */
    content: "“";
    position: absolute;
    top: 42px;
    left: 7px;
    font-size: 5em;
    color: rgba(238, 238, 238, 0.8);
    font-weight: normal;
  }
  .quote-card:after {
    /* font-family: Georgia, serif; */
    content: "”";
    position: absolute;
    bottom: -16px;
    line-height: 0;
    right: 2px;
    font-size: 5em;
    color: rgba(238, 238, 238, 0.8);
    font-weight: normal;
  }
  @media (max-width: 640px) {
    .quote-card:after {
      font-size: 22em;
      right: -25px;
    }
  }

  .quote-card.yellow {
    /* background: #f9a602; */
    color: #ffffff;
    /* box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24); */
    /* border-right: 5px solid #eeeeee; */
  }
  .quote-card.yellow:before, .quote-card.yellow:after {
    color:#f9a602 ;
    /* color: #4c1f0c; */
  }
  
  blockquote {
      border: none;
  }
 


/*-------------------------------------------------*/
/* =  blog-page
/*-------------------------------------------------*/


.blog-page {
    padding: 30px 15px;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.blog-post {
    margin-bottom: 30px;
    -webkit-backface-visibility: hidden;
}

.blog-post .flexslider {
    margin: 0 !important;
}

.blog-post .gal-content {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -o-border-top-right-radius: 3px;
}

.blog-post .gal-content img {
    width: 100%;
}

.blog-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(47,49,51,0.95);
    text-align: center;
    vertical-align: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    visibility: hidden\0/;
    opacity: 0\0/;
}

.blog-post:hover .blog-hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    visibility: hidden\1/;
    opacity: 0\1/;
}

.blog-hover:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.blog-hover a {
    display: inline-block;
    vertical-align: center;
    color: #fff;
    font-size: 20px;
    font-family: sage;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 22px;
    margin: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.blog-hover a:hover {
    opacity: 0.6;
}

.post-title {
    background: #fff;
    padding: 22px 20px 15px 30px;
    border-bottom: 1px solid #e7e6e6;
}

.post-title h2 {
    color: #343434;
    font-size: 20px;
    font-family: sage;
    line-height: 26px;
    margin: 0 0 8px;
}

.post-title h2 a {
    color: #343434;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.post-title h2 a:hover {
    opacity: 0.7;
}

.post-content {
    background: #fff;
    padding: 13px 30px 20px;
}

.blog-page .post-content p {
    max-height: 130px;
    overflow: hidden;
}

.post-content p {
    color: #808080;
    font-size: 14px;
    font-family: sage;
    line-height: 22px;
    margin: 0;
}

.post-tags {
    padding: 0;
    margin: 0;
}

.post-tags li {
    display: inline-block;
    margin-right: 12px;
}

.post-tags li:last-child {
    margin-right: 0px;
}

.post-tags li a {
    display: inline-block;
    color: #808080;
    font-size: 14px;
    font-family: sage;
    line-height: 22px;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.post-tags li a i {
    color: #808080;
    font-size: 14px;
    margin-right: 6px;
}

a.load-more {
    display: inline-block;
    float: right;
    color: #fff;
    font-size: 16px;
    font-family: sage;
    padding: 12px 30px;
    background: #2f3133;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.load-more:hover {
    opacity: 0.7;
}

/*-------------------------------------------------*/
/* =  blog-masonry
/*-------------------------------------------------*/

.blog-masonry {
    margin-right: -4px;
}

.blog-masonry .blog-post {
    width: 24.98%;
    padding: 0 15px 15px !important;
}

.gal-content iframe {
    width: 100%;
    height: 220px;
    margin: 0 0 -5px;
    border: none;
}

/*-------------------------------------------------*/
/* =  blog full
/*-------------------------------------------------*/

.owl-carousel .blog-post {
    width: 100%;
    margin: 0;
}

.owl-carousel .blog-hover {
    top: inherit;
    bottom: 0;
    height: auto;
    padding-bottom: 40px;
    vertical-align: top;
}

.owl-carousel .blog-hover:before {
    height: 0;
    vertical-align: top;
    display: none;
}

.owl-carousel .blog-hover .post-title {
    background: transparent;
    text-align: left;
    border: none;
    padding-bottom: 0;
}

.owl-carousel .blog-hover .post-title h2 a {
    color: #a0abae;
    text-transform: inherit;
}

.owl-carousel .blog-hover .post-tags li a {
    color: #a0abae;
    text-transform: inherit;
}

.owl-carousel .blog-hover .post-tags li a:hover {
    opacity: 1;
    color: #fff;
}

.owl-carousel .blog-hover .post-content {
    background: transparent;
    text-align: left;
}

.owl-carousel .blog-hover .post-content p {
    color: #a0abae;
    margin-bottom: 15px;
}

.owl-carousel .blog-hover a.read-more {
    color: #a0abae;
    font-size: 16px;
    padding: 12px 28px;
    border: 1px solid #a0abae;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/

.abt {
    position: absolute;
    margin-top: 0px; 
    /* width: 100%; */
    padding-left: 1px;
}

.abtm {
    width: 100%;
    /* height: 50px; */
    padding-top: 10px;
    /* margin-left: -10px; */
    position: fixed;
    background: #ffffffe6;
    padding: 0px;
    z-index: 99;
    box-shadow: 0px 0px 2px #666;
}

.abt-m {
    padding-bottom: 110px !important; 
    padding-top: 78px !important;
}

.abt_cnt {
    position: relative;
    /* margin-top: -3px; */
    /* padding-left: 45px; */
}

.abtm1{
    /* background: #f2f2f2; */
    padding: 0px;

    padding: 30px 20px;
    border: 5px solid #cbb322;
        border-top-color: rgba(207, 162, 94, 0.56);
        border-right-color: rgba(207, 162, 94, 0.56);
        border-bottom-color: rgba(207, 162, 94, 0.56);
        border-left-color: rgba(207, 162, 94, 0.56);
    border-radius: 50px 0 50px 0;
    text-align: center;
}

#Am, #Amt, #Tt {
    padding: 24px;
}


.abt_cnt p{
    text-align: justify;
    font-size: 18px;
    color: #555;
}

.abt_cnt img{
    width: 100%;
    height: auto;
}

.abt_cnt h2{
    color: #502f1b;
    /* text-transform: uppercase; */
    font-family: sage;
    font-weight: 400;
    font-size: 42px;
    margin-bottom: px;
}

.line {
    /* border: 2px solid #f9a602; 
    width: 60px;
    margin-bottom: 10px; */
}

.abt_cnt h2 span{
    color: #cfa25e;
    font-size: 36px;
 }

.abt ul {
    /* font-size: 0px; */
    padding-top: 7px;
    /* padding: 2px 0; */
}

.abt .abtm ul li::before {
    background: url(../images/colored-dot.png) top center no-repeat;
    width: 4px;
    height: 4px;
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
}
.abt ul li:last-child::before {
    background: none;
}

.abt ul li {
    display: inline-block;
    /* padding: 0 20px 10px; */
    padding: 0 2% 5px;
    box-sizing: border-box;
    color: #5C5C5C;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
    /* border-bottom: 1px solid #ccc; */
}


.abt ul li a {
    color: #656869;
    text-decoration:none; 
    text-transform: uppercase;
    
}
.abt ul li a:hover {
    color: #4c1f0ce6;
}
.abt ul li a.active {
    color: #4c1f0c;
}


#backToTop {
    position: fixed;
    bottom: 3rem;
    right: 2rem;
    cursor: pointer;
    display: none;
    color: #4c1e0d;
    background: rgba(238, 157, 2, 0.6);
    border-radius: 0;
    z-index: 999;
    padding: 0px 9px;
    font-size: 24px;
}

/* team */

.our-team .pic{
    /* border-top: 5px solid #cca872;
    border-bottom: 5px solid #cca872; */
    /* border-radius: 50% 50% 50% 0; */
    border-radius: 3%;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic{
    border-top-color: #f9a602;
    border-bottom-color: #f9a602;
    /* border-radius: 50% 0; */
    border-radius: 10%;
}
.our-team .pic img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
}
.our-team .team-content{ padding: 20px 0; }
.our-team .title{
    font-size: 22px;
    font-weight: 700;
    color: #cca872;
    /* text-transform: uppercase; */
    margin-top: 10px;
}
.our-team .post{
    display: block;
    font-size: 17px;
    color: #878484;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.our-team .social{
    list-style: none;
    padding: 0;
    margin: 0;
}
.our-team .social li{ display: inline-block; list-style: none; }
.our-team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #cca872;
    background: #fff;
    font-size: 17px;
    color: #cca872;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social li a{
    background: #f9a602;
    color: #fff;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}


/* team end */


/* accordian */

a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    margin-bottom: 20px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius: 0;
    border: none;
}
#accordion .panel-title a{
    display: inline-block;
    /* padding: 15px 30px 15px 50px; */
    /* border: 4px solid #fff; */
    /* color: #fff; */
    /* background: #1b8a9d; */
    position: relative;
    /* width: 142px;
    height: 69px; */
    left: 50%;
    z-index: 1;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "";
    font-family: sage;
    font-weight: 900;
    font-size: 30px;
    position: absolute;
    top: 8px;
    left: 10px;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out 0s;
}
#accordion .panel-title a.collapsed:before{
    transform: rotate(0deg);
}
#accordion .panel-title a:after{
    content: "";
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -10px;
}
#accordion .panel-title a.collapsed:after{
    content: "";
    border: none;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: 108.5%;
    left: 50%;
    transition: all 0.4s ease-in-out 0s;
}
#accordion .panel-body{
    /* background: #fff; */
    margin-top: 20px;
    font-size: 14px;
    color: #393737;
    line-height: 25px;
    border: none;
    /* border-top: 3px solid #cfa25e; */
    /* border-bottom: 3px solid #cfa25e; */
}

  .fas {
    font-size:3.2rem;
    /* margin: 0 auto;
    // animation 
     -webkit-animation: bounce .5s infinite;
    animation: bounce .5s infinite;
    animation-direction: alternate; */
  }
  
  
  @keyframes bounce {
    0% {
      margin-top:0;
    }
    100% {
      margin-top:20px;
    }
  }
  @-webkit-keyframes bounce {
    0% {
      margin-top:0;
    }
    100% {
      margin-top:20px;
    }
  }

  

/* work */

.work h4{
    text-align: center;
    /* background: #cca872; */
    /* width: 256px; */
    margin: 20px auto;
    color: #4c1f0c;
    text-transform: full-width;
}

.main-timeline{ position: relative; }
.main-timeline:before,
.main-timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline:before{
    content: "";
    width: 3px;
    height: 100%;
    background: #302124;
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before{
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #cca872;
    position: absolute;
    top: 0;
    right: -14px;
    z-index: 1;
}
.main-timeline .timeline:last-child:before{
    top: auto;
    bottom: 0;
}
.main-timeline .timeline:last-child:nth-child(even):before{
    right: auto;
    left: -12px;
    bottom: -2px;
}
.main-timeline .timeline-content{
    text-align: center;
    margin-top: 8px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.main-timeline .timeline-content:before{
    content: "";
    width: 100%;
    height: 5px;
    background: #cca872;
    position: absolute;
    top: 88px;
    left: 0;
    z-index: -1;
}
.main-timeline .circle{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #fff;
    border: 8px solid #cca872;
    float: left;
    margin-right: 25px;
    position: relative;
}
.main-timeline .circle:before{
    content: "";
    width: 26px;
    height: 30px;
    background: #cca872;
    margin: auto;
    position: absolute;
    top: 0;
    right: -33px;
    bottom: 0;
    z-index: -1;
    box-shadow: inset 7px 0 9px -7px #444;
}
.main-timeline .circle span{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 160px;
    border: 3px solid #adabab;
    font-size: 80px;
    color: #454344;
}
.main-timeline .circle span:before,
.main-timeline .circle span:after{
    content: "";
    width: 28px;
    height: 50px;
    background: #f6f6f6;
    border-radius: 0 0 0 21px;
    margin: auto;
    position: absolute;
    top: -54px;
    right: -33px;
    bottom: 0;
    z-index: -1;
}
.main-timeline .circle span:after{
    border-radius: 21px 0 0 0;
    top: 0;
    bottom: -56px;
}
.main-timeline .content{
    display: table;
    padding-right: 40px;
    position: relative;
}
.main-timeline .year{
    display: block;
    padding: 10px;
    margin: 10px 0 50px 0;
    background: #cca872;
    border-radius: 7px;
    font-size: 25px;
    color: #fff;
}
.main-timeline .title{
    font-size: 25px;
    font-weight: bold;
    color: #cca872;
    margin-top: 0;
}
.main-timeline .description{
    font-size: 17px;
    color: #666;
    text-align: justify;
}
.main-timeline .icon{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #cca872;
    position: absolute;
    top: 78px;
    right: -14px;
}
.main-timeline .icon:before{
    content: "";
    width: 15px;
    height: 25px;
    background: #cca872;
    margin: auto;
    position: absolute;
    top: -1px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}
.main-timeline .icon span:before,
.main-timeline .icon span:after{
    content: "";
    width: 21px;
    height: 25px;
    background: #f6f6f6;
    border-radius: 0 0 21px 0;
    margin: auto;
    position: absolute;
    top: -30px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}
.main-timeline .icon span:after{
    border-radius: 0 21px 0 0;
    top: 0;
    left: -15px;
    bottom: -30px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .circle{
    float: right;
}
.main-timeline .timeline:nth-child(2n) .circle{
    margin: 0 0 0 25px;
}
.main-timeline .timeline:nth-child(2n) .circle:before{
    right: auto;
    left: -33px;
    box-shadow: -7px 0 9px -7px #444 inset;
}
.main-timeline .timeline:nth-child(2n) .circle span:before,
.main-timeline .timeline:nth-child(2n) .circle span:after{
    right: auto;
    left: -33px;
    border-radius: 0 0 21px 0;
}
.main-timeline .timeline:nth-child(2n) .circle span:after{
    border-radius: 0 21px 0 0;
}
.main-timeline .timeline:nth-child(2n) .content{
    padding: 0 0 0 40px;
    margin-left: 2px;
}
.main-timeline .timeline:nth-child(2n) .icon{
    right: auto;
    left: -14px;
}
.main-timeline .timeline:nth-child(2n) .icon:before,
.main-timeline .timeline:nth-child(2n) .icon span:before,
.main-timeline .timeline:nth-child(2n) .icon span:after{
    left: auto;
    right: -15px;
}
.main-timeline .timeline:nth-child(2n) .icon span:before{
    border-radius: 0 0 0 21px;
}
.main-timeline .timeline:nth-child(2n) .icon span:after{
    border-radius: 21px 0 0 0;
}
.main-timeline .timeline:nth-child(2){
    margin-top: 180px;
}
.main-timeline .timeline:nth-child(odd){
    margin: -175px 0 0 0;
}
.main-timeline .timeline:nth-child(even){
    margin-bottom: 80px;
}
.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even){
    margin: 0;
}
@media only screen and (max-width: 990px){
    .main-timeline:before{ left: 100%; }
    .main-timeline .timeline{
        width: 100%;
        float: none;
        margin-bottom: 20px !important;
    }
    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:before{
        left: auto !important;
        right: -13px !important;
    }
    .main-timeline .timeline:nth-child(2n) .circle{
        float: left;
        margin: 0 25px 0 0;
    }
    .main-timeline .timeline:nth-child(2n) .circle:before{
        right: -33px;
        left: auto;
        box-shadow: 7px 0 9px -7px #444 inset;
    }
    .main-timeline .timeline:nth-child(2n) .circle span:before,
    .main-timeline .timeline:nth-child(2n) .circle span:after{
        right: -33px;
        left: auto;
        border-radius: 0 0 0 21px;
    }
    .main-timeline .timeline:nth-child(2n) .circle span:after{
        border-radius: 21px 0 0 0;
    }
    .main-timeline .timeline:nth-child(2n) .content{
        padding: 0 40px 0 0;
        margin-left: 0;
    }
    .main-timeline .timeline:nth-child(2n) .icon{
        right: -14px;
        left: auto;
    }
    .main-timeline .timeline:nth-child(2n) .icon:before,
    .main-timeline .timeline:nth-child(2n) .icon span:before,
    .main-timeline .timeline:nth-child(2n) .icon span:after{
        left: -15px;
        right: auto;
    }
    .main-timeline .timeline:nth-child(2n) .icon span:before{
        border-radius: 0 0 21px 0;
    }
    .main-timeline .timeline:nth-child(2n) .icon span:after{
        border-radius: 0 21px 0 0;
    }
    .main-timeline .timeline:nth-child(2),
    .main-timeline .timeline:nth-child(odd),
    .main-timeline .timeline:nth-child(even){
        margin: 0;
    }
}
@media only screen and (max-width: 480px){
    .main-timeline:before{ left: 0; }
    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:before{
        left: -12px !important;
        right: auto !important;
    }
    .main-timeline .circle,
    .main-timeline .timeline:nth-child(2n) .circle{
        width: 130px;
        height: 130px;
        float: none;
        margin: 0 auto;
    }
    .main-timeline .timeline-content:before{
        width: 99.5%;
        top: 68px;
        left: 0.5%;
    }
    .main-timeline .circle span{
        line-height: 115px;
        font-size: 60px;
    }
    .main-timeline .circle:before,
    .main-timeline .circle span:before,
    .main-timeline .circle span:after,
    .main-timeline .icon{
        display: none;
    }
    .main-timeline .content,
    .main-timeline .timeline:nth-child(2n) .content{
        padding: 0 10px;
    }
    .main-timeline .year{
        margin-bottom: 15px;
    }
    .main-timeline .description{
        text-align: center;
    }
}



a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    position: relative;
    border-bottom: none;
}
.tab .nav-tabs li{
    text-align: center;
    margin-right: 3px;
}
.tab .nav-tabs li a{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 10px 15px;
    background: #b87a00;
    margin-right: 0;
    border-radius: 16px 55px;
    border: none;
    border-bottom: 4px solid #beb3a0;
    position: relative;
    transition: all 0.5s ease 0s;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover,
.nav-tabs li a:hover{
    border: none;
    border-bottom: 4px solid  #4c1f0c;
    background: #d39d31;
    color: #fff;
}
.tab .tab-content{
    font-size: 14px;
    color: #502f1b;
    line-height: 26px;
    background: #dedede;
    border-radius: 16px 55px;
    padding: 15px;
    margin-top: 2px;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        margin-bottom: 5px;
    }
}




.about-page {
    /* padding: 0px 15px; */
}

.about-page .flexslider {
    margin-bottom: 0px !important;
    background: transparent;
}

.about-page .flexslider img {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.about-page h2,
.services-page h2 {
    color: #343434;
    font-size: 20px;
    /* font-family: 'Montserrat', sans-serif; */
    /* font-weight: bold; */
    padding-bottom: 15px;
    text-transform: uppercase;
    margin: 0 0 15px;
    position: relative;
}

.about-page h3,
.services-page h3 {
    font-size: 20px;
}

.about-page h2:after,
.services-page h2:after {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 2px;
    /* background: #dad8d8; */
}

.about-page p,
.services-page p {
    color: #666;
    font-size: 18px;
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 15px;
    /* border: 9px solid #dec073; */
    padding: 10px;
}



.team-post {
    text-align: center;
    margin-top: 20px;
    -webkit-backface-visibility: hidden;
}

.team-post .team-photo {
    position: relative;
    margin-bottom: 25px;
}

.team-post .team-photo img {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    filter: grayscale(100%);
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(47,49,51,0.93);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
    -moz-transform: scale(0.0);
    -o-transform: scale(0.0);
    visibility: hidden\0/;
    opacity: 0\0/;
}

.team-post:hover .team-hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    visibility: visible\0/;
    opacity: 1\0/;
}

.team-hover .inn-hover {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.team-hover .inn-hover h3 {
    color: #eaeced;
    font-size: 18px;
    font-family: sage;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin: 0 0 10px;
    position: relative;
}

.team-hover .inn-hover h3:after {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 2px;
    background: #9da7aa;
}

.team-hover .inn-hover span {
    display: inline-block;
    color: #f9a602;
    font-size: 16px;
    font-family: sage;
    margin: 0 0 28px;
    position: relative;
}

.team-post p {
    margin: 0;
}

.team-post a {
    display: inline-block;
    color: #808080;
    font-size: 16px;
    font-family: sage;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.about-company {
    margin-bottom: 25px;
    /* background: #ededed; */
    padding: 20px;
}
.about-company h1 {
    font-size: 30px;
    color: #494949;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    text-align: left;
}

.about-company p{
    margin: 0px;
}

.cntl {
    padding: 60px 0px;
}


.team-section {
    /* background: #d7b475; */
}


.meter { 
    height: 30px;  
    position: relative;
    background: #fff;
    margin-top: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.meter > span {
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    position: relative;
    overflow: hidden;
    background: #a4a4a4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.meter p {
    position: absolute;
    padding: 0 20px;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    /* font-family: 'lato-reg-webfont'; */
    line-height: 30px;
    z-index: 2;
    text-transform: uppercase;
}

.meter p span {
    float: right;
    display: inline-block;
    color: #343434;
}

.profile-section {
    margin-bottom: 45px;
    overflow: hidden;
}

.profile-section-content {
    width: 40%;
    float: left;
}

.my-photo-profile {
    width: 60%;
    float: right;
}

.my-photo-profile img {
    max-width: 100%;
    margin-left: -20px;
}

.profile-section h3 {
    color: #343434;
    font-size: 22px;
    /* font-family: 'lato-bol-webfont'; */
    margin: 0 0 5px;
}

.profile-section span {
    display: block;
    color: #808080;
    font-size: 16px;
    /* font-family: 'lato-lig-webfont'; */
    margin: 0 0 10px;
}

.print-section {
    margin-top: 35px;
    margin-bottom: 22px;
}

.print-section a {
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #a4a4a4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    text-decoration: none;
    text-align: center;
}

.print-section a:hover {
    background: #2f3133;
}

.print-section a i {
    line-height: 55px;
    color: #fff;
    font-size: 20px;
}

ul.social-list {
    padding: 0;
    margin: 0;
}

ul.social-list li {
    display: inline-block;
}

ul.social-list li a {
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #a4a4a4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    text-decoration: none;
    text-align: center;
}

ul.social-list li a:hover {
    background: #2f3133;
}

ul.social-list li a  i {
    line-height: 55px;
    color: #fff;
    font-size: 20px;
}

.about-page blockquote {
    /* border: none; */
    color: #606060;
    font-size: 18px;
    /* font-family: 'Open Sans', sans-serif; */
    /* font-style: italic; */
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    /* padding: 10px 20px 20px 20px; */
    margin: 0px;
    /* background: #9899991a; */
    /* border-left: 3px solid #a2a2a2; */
}

.about-page blockquote span {
    font-size: 13px;
    color:#606060;;
    position: relative;
    /* float: right; */
    top: -9px;
    left: 51px;
}

.qtl {
    color: #a2a2a2;
    padding-right: 20px;
}

.qtr {
    color: #a2a2a2;
    padding-left: 20px;
    position: relative;
    top: 10px;
}

.about-me {
    margin-bottom: 30px;
}

.testimonial ul {
    padding: 0;
    margin: 20px 0 0;
}

.client-test {
    overflow: hidden;
    margin-bottom: 20px;
}

.client-test img {
    float: left;
    margin-right: 28px;
    max-width: 146px;
}

.client-test h3 {
    color: #343434;
    font-size: 18px;
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: 700;
    margin: 15px 0 4px;
}

.client-test > a {
    display: inline-block;
    color: #808080;
    font-size: 16px;
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: 300;
    margin: 0 0 8px;
}

ul.star-rate {
    padding: 0;
    margin: 0;
}

ul.star-rate li {
    display: inline-block;
    margin-right: 8px;
}

ul.star-rate li a {
    display: inline-block;
    text-decoration: none;
}

ul.star-rate li a i {
    font-size: 16px;
    color: #27292b;
}

.testimonial-text {
    color: #808080;
    font-size: 16px;
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: 300;
    line-height: 31px;
    font-style: italic;
    margin: 0;
}

.chs ul li{
    letter-spacing: 0px;
}



/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/


#web-form-section {
    padding: 56px 0 30px;
}


.formrow {
    padding: 0 50px;
}

.contact-form-title-wrap {
    overflow: hidden;
    margin: 0 0 30px;
    text-align: center;
}

.title-text {
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
}
.title-text > span {
    padding: 0 8px;
}

.contact-form-title-wrap .title-line {
    clear: both;
    position: relative;
    line-height: 0;
}

.contact-form-title-wrap .title-line .short-line {
    background-color: #fb9902;
    border-radius: 10px;
    display: inline-block;
    height: 3px;
    margin-right: 5px;
    position: relative;
    width: 20px;
}

.intro-text {
    font-size: 18px;
    font-weight: bold;
    margin: 0 20% 30px;
    padding: 30px;
}

.web-form-bg {
    /* background: url(../upload/bg5.jpg) right center no-repeat;
    background-size: 100% 100%; */
}

.web-form-box {
    background-color: #4c1f0c;
    border-radius: 10px;
    display: block;
}

.web-form-box-wrapper {
    background-color: #f2f2f2;
    border-radius: 10px 0 0 10px;
    width: 60%;
    float: left;
}

.web-form-wrap {
    padding: 2px 42px;
}

.title-box {
    border-bottom: 1px solid #b5b5b5;
    margin: 30px 0 30px;
    position: relative;
}

.title-box::before {
    background-color: #fb9902;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 0 -1px;
    position: absolute;
    width: 40px;
}

.title-box > h3 {
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
}

.title-box > h3 {
    font-weight: normal;
    text-transform: uppercase;
}

.webform {
    position: relative;
    /* margin-top: 80px; */
    line-height: 1.48;
}

.webform span.sub-text {
    top: -50px;
    color: #ce0606;
    font-size: 14px;
    position: absolute;
}
.webform {
    line-height: 1.48;
}

.webform .form-group {
    display: table;
    position: relative;
    width: 100%;
    margin: 0 0 30px;
}

.webform .form-control {
    background-color: transparent;
    /* border: 1px solid #3e3e3e; */
    border-radius: 5px;
    padding-left: 52px;
    /* width: calc(100% - 45px);
    max-width: 340px; */
    height: 50px;
}
.webform .form-control:focus {
    border-color: #4c1f0c4d;
}

.webform .form-group .input-group-icon {
    border: none;
    border-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #000;
    display: table-cell;
    font-size: 14px;
    height: 100%;
    padding: 13px 5px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    width: 30px;
}

/* .webform .form-label {
    top: 0;
    color: #a8a8a8;
    cursor: text;
    font-size: 14px;
    font-weight: 400;
    left: 50px;
    padding: 10px 0;
    pointer-events: none;
    transition: top 0.25s ease-out 0s;
    position: absolute;
} */

.webform .form-group {
    display: table;
    position: relative;
    width: 100%;
    margin: 0 0 18px;
}

.webform .form-group .input-group-icon {
    border: none;
    border-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 1px solid #c8c4c4;
    color: #4c1f0c;
    display: table-cell;
    font-size: 24px;
    height: 100%;
    padding: 7px 10px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    width: 42px;
}
.webform .input-group-icon {
    position: absolute;
    top: 0;
}

.webform textarea.form-control {
    /* width: calc(100% - 65px); */
    height: 80px;
    padding: 10px 10px 10px 50px;
    /* max-width: 320px; */
}

.contactInfo-wrapper {
    width: 40%;
    float: left;
    color: #fff;
    border-radius: 0 10px 10px 0;
}

.contactInfo-wrap {
    padding: 0px 24px;
}

.contactInfo-wrap .contact-desc a {
    color: #fff;
    text-decoration: none;
}

.title-box {
    border-bottom: 1px solid #b5b5b5;
    margin: 20px 0 30px;
    position: relative;
}

.title-box::before {
    background-color: #fb9902;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 0 -1px;
    position: absolute;
    width: 40px;
}

.title-box > h3 {
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
}

.contactInfo-wrap .contact-item {
    display: table;
    margin: 0 auto 20px;
    max-width: 400px;
    overflow-wrap: break-word;
    text-align: center;
    width: 100%;
}

.contactInfo-wrap .contact-item-inner {
    display: table-cell;
    vertical-align: middle;
}

.contactInfo-wrap .contact-icon {
    overflow: hidden;
    margin: 0 0 10px;
}

.contactInfo-wrap .contact-icon i {
    background-color: #fb9902;
    border: 1px solid #fb9902;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    transition: all 0.8s ease 0s;
    width: 42px;
}
.social-holder {
    position: relative;
    margin: 0 0 40px;
}

.social-holder h4 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
}

ul.list-social {
    padding: 0;
}

.social-holder .list-inline.list-social > li {
    padding-left: 5px;
    padding-right: 5px;
    /* padding-bottom: 5px; */
    display: inline-block;
}

.social-icon {
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    height: 27px;
    line-height: 32px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    width: 27px;
    background-color: #fff;
    color: #fb9902 !important;
    border-radius: 5px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.social-icon-twitter:hover {
    color: #00acee;
}
.social-icon:hover {
    border-color: transparent;
    color: #fff;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}


.social-box p{
    /* font-weight: 700; */
    font-size: 14px;
    color: #4c1f0c;
}



.contact-page {
    overflow: hidden;
    min-height: 100%;
    position: relative;
}

.contact-box {
    width: 380px;
    padding: 120px 60px 0;
    float: left;
}

.map-container {
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-left: 380px;
}

#map-canvas {
    float: right;
    width: 100%;
    min-height: 980px;
    height: 100%;
    margin: 0px;
    padding: 0px
}

.map {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    display: none;
}

.contact-box h2 {
    color: #2f3133;
    font-size: 14px;
    font-family: sage;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 35px;
}

.contact-box p {
    color: #2f3133;
    font-size: 14px;
    font-family: sage';
    line-height: 23px;
    margin-bottom: 25px;
}

.contact-box p span {
    display: block;
}

.contact-box p i {
    color: #2f3133;
    margin-right: 6px;
}

.contact-box p a {
    display: block;
    color: #2f3133;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;   
}

.contact-box p a:hover {
    opacity: 0.6;
    text-decoration: none;  
}

.contact-page h4 {
    color: #2f3133;
    font-size: 14px;
    font-family: 'sage';
    line-height: 23px;
    margin: 0 0 4px;
}

.contact-page input[type="text"],
.contact-page textarea,
.comment-form input[type="text"],
.comment-form textarea {
    color: #a6a9ac;
    font-size: 14px;
    font-family: sage;
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    width: 100%;
    padding: 8px 13px;
    display: block;
    margin-bottom: 10px;
    background: #dedfdf;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; 
}

.contact-page input[type="text"]:focus,
.contact-page textarea:focus,
.comment-form input[type="text"]:focus,
.comment-form textarea:focus {
    background: #cbcfcf; 
}

.contact-page textarea,
.comment-form textarea {
    height: 216px;
}

.contact-page input[type="submit"],
.comment-form input[type="submit"] {
    float: right;
    color: #fff;
    font-size: 16px;
    font-family: sage;
    text-transform: uppercase;
    border: none;
    background: #2f3133;
    padding: 10px 52px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.contact-page input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
    opacity: 0.7; 
}

.contact-page input[type="submit"] {
    float: none !important;
}

.subscribe-form {
    margin-bottom: 30px;
}

#contact-form .message,
.comment-form .message {
    height:20px;
    font-size: 14px;
    font-family:sage;
    float: none;
    margin-top: 5px;
}

#contact-form .message.error,
.comment-form .message.error {
    color:#eb2c06;
}

#contact-form .message.success,
.comment-form .message.success {
    color:#1e9397;
}




/*About section*/

.abts {
    background: #f2f2f1;
}



.about{
	position :relative;
	background:#343434;
	
}

.introBg {
	background: #f2f2f1 ;
    display: block;
    position: static;
    width: 100%;
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

.cnt {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}
/* .eight.columns {
    width: 460px;
} */
.container .column, .columns, .cnt .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

.intro{
	padding-top:36px;
    padding-bottom:100px;
    padding-right: 42px;
    width: 50%;
}

.innerIntro{
    margin-top:40px;
    position: relative;
    display: block;
}

.introSocial{
	margin-top:10px;
}

.introSocial li{
	display:inline;
	color:#03CC85;
}

.introSocial li a{
	color:#d0a068;
}


.introSocial li a:hover{
	color:#555555;
}


.shortBtn {
    bottom: 8%;
    display: block;
    left: 45.6%;
    position: absolute;
    width: 55px;
}

.shortContact, .shortContact span, .shortContact i {
    background: #d0a068;
}

.shortFolio, .shortFolio span, .shortFolio i {
    background-color: #343434;
}

.shortFolio i, .shortContact i {
    color: #ffffff;
    display: block;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    position: relative;
    text-align: center;
    z-index: 13;
	margin-bottom:2px;
}


.shortFolio span, .shortContact span {
    color: #FFFFFF;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    opacity: 1;
    overflow: hidden;
    padding: 0 16px;
    position: absolute;
    right: 0;
	width: 0;
    z-index: 12;
}

.shortFolio:hover span {
    margin-right: 10px;
    opacity: 1;
    width: 170px;

}


.shortContact:hover span {
    margin-right: 10px;
    opacity: 1;
    width: 170px;
}


.features{
	padding-top:65px;
	padding-bottom:60px;
	padding-left:75px;
}

.ft{
	border-left: 1px dashed #555555;
	padding-bottom:35px;	

}

.ft:last-child{
	border:none;
	padding-bottom:0px;
}

.ftIco, .ftDet {
    float: left;
}



.ftDet h3 {
    margin-bottom: 5px;
	color:#f1f1f1;
	font-size:16px;
	text-transform:uppercase;
}


.ftIco span.ico {
    background: #343434;
    border: 3px solid #555555;
    color: #D0A068;
    display: inline-block;
    font-size: 22px;
    height: 60px;
    line-height: 52px;
    margin: 0 10px 10px -30px;
    position: relative;
    text-align: center;
    width: 60px;
}


.ftDet {
    margin-left: 17px;
    width: 325px;
}

.ftDet p{
    color: #b5b5b5;
    font-size: 16px;
}


.teamDetails .td{
	display:none;
}


.teamDetails .td.first{
	display:block;
}


.td h3 span{
	font-size: 12px;
}

.tSocials{
	margin-top:10px;
}

.tSocials li{
	
	display:inline-block;
}

.tSocials li a{
	
	background:#343434;
	display:inline-block;
	padding:2px 4px;
	color:#f1f1f1;
}


.tSocials li a:hover{
	
	background:#d0a068;
	display:inline-block;
	padding:2px 4px;
	color:#ffffff;
}



.thumbs li {
	display:inline-block;
	width:189px;
	height:130px;
	margin-right:2px;
	
	
}

.thumbs li img{
	display:block;
	height:130px;
	width:189px;

}


.thumbs li a {
	
    position: relative;
	display:block;
	
	

}

.thumbs li a span {
    background: url(../images/crosshairSmall.png) no-repeat center center rgba(208, 160, 104, 0.7);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;

	
}


.tactive span {
	opacity:1 !important;	
}



.thumbs li.teamTitle{
	position:relative;
	background:#343434;
}

.thumbs li.teamTitle h3 {
    color: #f2f2f1;
    left: 15%;
    position: absolute;
    text-transform: uppercase;
    top: 42%;
}


.testimonials {
	background:#f2f2f1;
	padding-top:120px;
	padding-bottom:120px;
	text-align:center;
}


.testimonials .testiSlider{
	width:800px;
}


.testiSlider li {
	padding-bottom:40px;
	color:#343434;

}


.testiSlider li blockquote{
	
	font-size:19px;
	line-height:34px;
}

.testiSlider li .testiProfile{
	padding-bottom:20px;
	color:#343434;
}

.testiSlider li .testiProfile span {
    font-size: 13px;
}

.fct{
	text-align:center;
	color:#343434;
}

.fct i, .fc, .count {
    display: block;
}


.fct i {
    background: #FFFFFF;
    border: 14px solid #F2F2F1;
    font-size: 30px;
    height: 110px;
    line-height: 82px;
    margin: 0 auto;
    width: 110px;
    display: inline-block;
}

.fct .count{
	font-size:36px;
	margin-top:30px;
	margin-bottom:15px;
}


.fct .fc{
	font-size:14px;
}


.fct p{
	color:#999999;
	font-size:13px;
	line-height:20px;
	margin-top:10px;
}

/*End about section*/


#services {
    position: relative;
    margin-top: 100px;
}


.secTitle.darkgrey {
    padding-bottom: 20px;
    padding-top: 50px;
}


.secTitle.darkgrey {
    background:#343434;
}



.sectitleInner  {
    margin-right: 45%;
	margin-left:10px;
}


.servicesInner {
    margin-right: 30%;
	margin-left:10px;
}



.sectitleInner h1.darkgrey {
	color:#F2F2F1;
}

.secContent.lightgrey {
    background:#EFEFEF;
    padding-bottom: 40px;
    padding-top: 100px;
}


.imgServices {
    background-image: url(../upload/imgServices.jpg);
    background-position: 50% 20%;
    background-size: cover;
    display: block;
    height: 100%;
    right: 0;
    min-height: 300px;
    position: absolute;
    top: 0;
    width: 38%;
    z-index: 11;
}


.service {
    float: left;
    margin-bottom: 40px;
    margin-right: 57px;
    width: 40%;
}


.service i {
    font-size: 25px;
    margin-right: 5px;
}

/*End services section*/

.hero-section{float: left; width: 100%;position: relative; min-height: 300px;}
.slider-wrap{float: left;width: 100%; position: relative}
.hero-content{position: absolute; left: 50%; top: 50%; width: 80%; z-index: 5;
    -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);

    text-align: center;
    position: relative;
    margin: 0 15px;
    padding: 45px 0px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    /* position: relative; */
    border: 3px solid #fff;
    border-top: 0px none;
    
}

.hero-content::before {

    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -25px;
    left: 48%;
    font-size: 40px;
    color: #fff;

}
.hero-content .title-text-2 h1{font-size: 40px; padding-top: 50px; text-transform: uppercase}
.title-text{float: left; width: 100%; text-align: center;}
.hero-content .title-text-2{padding: 0 160px;}
.hero-content .title-text-2::before{
    content: "";
    border-top: 3px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
}
.hero-content .title-text-2::after{
    content: "";
    border-top: 3px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
}

.title-text h5:after,.main-nav ul li .title-text h6:after{position: absolute; left: 50%; bottom: -20px; width: 25px; height: 1px; background: #ffffff;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);transform: translateX(-50%);content: '';z-index: 5; }
.slider-wrap ul.slides > li.slide{background-repeat: no-repeat; background-position: center center;position: relative;background-size: cover; height: 100px; min-height: 560px; z-index: 1;}
.slider-wrap ul.slides > li.slide:before{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0, .1); z-index: -1; content: '';}
/* .flex-direction-nav .flex-next, .flex-direction-nav .flex-prev{width: 56px; height: 20px;left: auto; right: 156px; background-image: url(../images/slider-arrow-right.png); background-repeat: no-repeat; background-position: right center; margin: 0; padding: 5px 0; -webkit-transition: all .8s ease; -moz-transition: all .8s ease;  transition: all .8s ease; } */
.flex-direction-nav .flex-next:hover{right: 130px;}
.flex-direction-nav .flex-prev:hover{left: 130px;}
/* .flex-direction-nav .flex-prev{background-image: url(../svgs/new/arrow_left.svg); right: auto; left: 156px;} */
.flex-direction-nav{z-index: 15}
.scrollbottom { position: absolute; top: 69%; bottom: 0; left: 50%; -webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);transform: translateX(-50%);color: #ffffff; width: 16px; height: 102px; z-index: 2; cursor: pointer;}
.scrollbottom:after { position: absolute; top: 78px; left: 50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%); transform: translateX(-50%);background-image: url(../images/Hero_Slider_line.svg); background-repeat: no-repeat; background-position: center top; width: 100%; height: 100%; content: '';  -webkit-animation-name: scrollDown; -moz-animation-name: scrollDown; animation-name: scrollDown; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; -moz-animation-direction: alternate; animation-direction: alternate; -webkit-animation-duration: .6s; -moz-animation-duration: .6s; animation-duration: .6s; -webkit-animation-timing-function: cubic-bezier(.445,.05,.55,.95); -moz-animation-timing-function: cubic-bezier(.445,.05,.55,.95); animation-timing-function: cubic-bezier(.445,.05,.55,.95); -webkit-animation: scrollDown .6s cubic-bezier(.445,.05,.55,.95) infinite alternate; -moz-animation: scrollDown .6s cubic-bezier(.445,.05,.55,.95) infinite alternate; animation: scrollDown .6s cubic-bezier(.445,.05,.55,.95) infinite alternate;}
.hero-content .btn-wrap{padding-top: 75px}
.hero-content .btn-wrap a{letter-spacing: .25px; padding: 0 27px;}
.slider-count-wrap {position: absolute; right: 156px; bottom: 68px; font-family: sage; font-size: 15px; line-height: 24px; color: #b6b6b6; z-index: 2;}
.slider-count-wrap div, .slider-count-wrap span{display: inline-block; vertical-align: middle;}
.slider-active-count{color: #ffffff;}
.slider-count-wrap span{padding: 0 17px;}
.slide-no{display: none;}


.hero-content h1 {
    text-align: center;
    font-size: 48px;
    line-height: 65px;
    letter-spacing: 11.5px;
    font-family: sage;
    font-weight: 300;
    color: #ffffff;
}
.hero-content h5 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
}

/* .traveling-controle-section .common-wrap {
    padding: 78px 25px 53px;
    padding: 15px;
} */

.common-wrap {
    margin: 0 auto;
    max-width: 1210px;
    padding: 15px 20px;
    overflow: hidden;
    clear: both;
    position: relative;
}
.common-wrap h4{
    font-size: 42px !important;
}
.common-wrap h4 span{
    font-size: 36px !important;
}

.grid-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.border {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;  
}
.mask1 {
    position: absolute;
    top: 16%;
    left: 0%;
    width: 6%;
    height: 10px;
    background: #f9a602;
}


.mask1::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 50px;
    background-color: #f9a602;
    content: '';
    z-index: 9;
}
.mask4 {
    position: absolute;
    bottom: 60px;
    right: 0%;
    width: 6%;
    height: 10px;
    background-color: #f9a602;
}

.mask4::before {

    position: absolute;
    bottom: 0px;
    right: 0;
    width: 10px;
    height: 50px;
    background-color: #f9a602;
    content: '';
    z-index: 9;

}
.mask2 {
    position: absolute;
    bottom: 60px;
    left: 0%;
    width: 6%;
    height: 10px;
    background: #f9a602;
}


.mask2::before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 10px;
    height: 50px;
    background-color: #f9a602;
    content: '';
    z-index: 9;
}
.mask3 {
    position: absolute;
    top: 16%;
    right: 0%;
    width: 6%;
    height: 10px;
    background-color: #f9a602;
}

.mask3::before {

    position: absolute;
    top: 0px;
    right: 0;
    width: 10px;
    height: 50px;
    background-color: #f9a602;
    content: '';
    z-index: 9;

}


.traveling-controle-section h4 {
    /* background: url(../images/curve_bg.png) center no-repeat;
    background-size: contain; */
    /* text-align: center; */
    /* width: 48%; */
    color: #3f3b3b;
    /* text-transform: uppercase; */
    letter-spacing: 1.5px;
    font-size: 36px;
    line-height: 42px;
    padding: 10px;
    /* margin: 0 auto; */
}
.traveling-controle-section p {
    color: #656869;
}


.flex-direction-nav a::before {
    font-size: 32px;
    color: rgb(249, 166, 2);
}
.flex-direction-nav .flex-next {
    border: none;
    background: none;
}
.flex-direction-nav .flex-prev {
    border: none;
    background: none;
}


.travel-text-info{width: 100%;padding-top: 77px;  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; -webkit-box-pack: justify; -moz-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; align-items: center; }
.travel-text{ margin-top: -18px; -webkit-box-ordinal-group: 1; -webkit-order: 1; -moz-order: 1; -ms-order: 1; order: 1;}
.travel-text .title-text-1{padding: 15px 20px; position: relative; top: auto; -webkit-transform: translateY(0); -moz-transform: translateY(0); transform: translateY(0);}
.travel-text .title-text-1 h5{color: #535454;text-align: left; text-transform: uppercase; letter-spacing: 1.2px; font-size: 24px; }
.travel-text .title-text-1 h5::after{left: 0; -webkit-transform: translateX(0); -moz-transform: translateX(0); transform: translateX(0);background: #222222; bottom: -36px;}
.travel-text .title-text-1 p{ width: 100%; padding-top: 10px; color: #666666; letter-spacing: 1.25px;}
.travel-text .title-text-1 a.btn{border-color:#dddddd; color: #656869; letter-spacing: .25px;}
.travel-text .btn-wrap{width: 78%;  padding: 6px 0;}
.travel-text a.btn, .view-info .btn-wrap a{background-image: url(../svgs/new/Grey_arrow.svg)}
.travel-thumb{ position: relative; -webkit-box-ordinal-group: 2; -webkit-order: 2; -moz-order: 2; -ms-order: 2; order: 2;}

.traveling-controle-section {
    float: left;
    width: 100%;
    /* padding: 75px 0 53px; */
    position: relative;
    background: #f1dfb2;
}

.content-text h5::before {
    position: absolute;
    top: 56px;
    left: 24px;
    bottom: 4px;
    width: 36px;
    height: 2px;
    content: '';
    background: #656869;
    z-index: 5;
}



.m-quote p {
   font-weight: 600;
   letter-spacing: 0.25px !important;
   color: #4c1f0c;
}

/* .m-quote img {
    width: 11%; 
    float: right;
} */

.m-quote-btn {
    background: #4c1e0d;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    color: #4c1f0c;
    line-height: 1.5;
    padding: 10px 35px;
    position: relative;
    top: -110px;
    left: 62%;
    z-index: 1; 
    
}


/* .m-quote-btn::before {

    position: absolute;
    display: block;
    content: "";
    border: 1px solid #c4ecea;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transform: translate(-3px, -3px);
    -moz-transform: translate(-3px, -3px);
    -o-transform: translate(-3px, -3px);
    -ms-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px);
    -webkit-transition: all 0.5s cubic-bezier(0.28, 0, 0.07, 1);
    -moz-transition: all 0.5s cubic-bezier(0.28, 0, 0.07, 1);
    -ms-transition: all 0.5s cubic-bezier(0.28, 0, 0.07, 1);
    -o-transition: all 0.5s cubic-bezier(0.28, 0, 0.07, 1);

}

.m-quote-btn::after {
    position: absolute;
    display: block;
    content: "";
    border: 1px solid #f9a602;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transform: translate(3px, 3px);
    -moz-transform: translate(3px, 3px);
    -o-transform: translate(3px, 3px);
    -ms-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
    -webkit-transition: all 0.5s cubic-bezier(0.28, 0, 0.07, 1);
    -moz-transition: all 0.5s cubic-bezier(0.28, 0, 0.07, 1);
    -ms-transition: all 0.5s cubic-bezier(0.28, 0, 0.07, 1);
    -o-transition: all 0.5s cubic-bezier(0.28, 0, 0.07, 1);
} */


.btn-wrap {
    /* margin: 0 auto; */
    /* max-width: 198px; */
    clear: both;
    padding-top: 50px;
    overflow: hidden;
    width: 100%;
}


.travel-text a.btn, .view-info .btn-wrap a {

    background-image: url(../images/Grey_arrow.svg);

}
a.btn, a.btn-white {

    float: left;
    text-align: left;
    display: inline-block;
    width: 100%;
    height: 54px;
    border: 1px solid #ffffff;
        border-top-color: rgb(255, 255, 255);
        border-right-color: rgb(255, 255, 255);
        border-bottom-color: rgb(255, 255, 255);
        border-left-color: rgb(255, 255, 255);
    font-size: 24px;
    padding: 0 26px;
    color: #ffffff;
    position: relative;
    letter-spacing: .25px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 52px;
    background-image: url(../images/Grey_arrow.svg);
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: center;
    background-position: right 19px center;
    background-size: 24px;

}

.blockquote-section {
    float: left;
    width: 100%;
    padding: 15px 0 75px;
    background: #f6f6f6;
    position: relative;
}

.blockquote-info {
    margin: 0 auto;
    max-width: 960px;
    clear: both;
    padding: 2px 110px;
}
.blockquote-info p{
    text-align: center;
    font-size: 20px;
    padding-top: 15px;
}

.blockquote-info span {
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding-top: 40px;
    font-size: 13px;
    line-height: 30px;
    color: #666;
    font-weight: 400;
    letter-spacing: 1.2px;
}

.clear::after {

    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;

}




.left-half {
    float: left;
    width: 60%;
    margin-top: 2rem;
}

.left-half .inner {
    float: right;
    padding: 2.625rem;
    z-index: 1;
    position: relative;
}

.left-half .inner h2 {
    font-size: 4.5rem;
    font-weight: 900;
    float: left;
    color: #c8825e;
    top: 4.5rem;
    right: -7.7rem;
    margin-bottom: 0;
    margin-top: 0;
    z-index: 2;
    mix-blend-mode: multiply;
    position: absolute;
}

.right-half {
    float: right;
    width: 40%;
    margin-top: 2rem;
}

.right-half .inner {
    font-size: 1.875rem;
    font-weight: 400;
    float: left;
    padding: .9375rem;
    max-width: 26.56rem;
    color: #1f2022;
    line-height: 2.375rem;
    margin-top: 10rem;
}
.right-half .inner p{
    font-size: 1.875rem;
    font-weight: 400;
    
}

.graphics-small {
    position: absolute;
    left: 50%;
    top: -48px;
    width: 46px;
    margin-left: -23px;
    z-index: 10;
}
.experience-of-life {
    padding: 150px 0 0 0;
}


.experience-of-life {
    float: left;
    width: 100%;
    padding: 160px 0 115px;
    position: relative;
}

.experience-of-life h1 {
    text-align: center;
    width: 100%;
    font-weight: 400;
    color: #666;
    font-size: 36px;
    line-height: 190px;
    position: relative;
    z-index: 1;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
}

.experience-of-life h4 {
    font-size: 21px;
    line-height: 56px;
}

.experience-of-life h4 {
    position: absolute;
    left: 0;
    top: 36%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #eae9e6;
    text-align: center;
    float: none;
    z-index: 5;
    letter-spacing: 3px;
    width: 100%;
    font-size: 28px;

}

span.firstWord, span.last-word {
    position: relative;
}

.experience-of-life span.firstWord::after, .experience-of-life span.last-word::before {
    top: 10px;
    left: -102px;

}

span.firstWord::after, span.last-word::before {
    position: absolute;
    left: -193px;
    top: 58%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/black_dots.svg);
    background-repeat: no-repeat;
    background-position: left center;
    width: 50px;
    height: 12px;
    content: '';
    background-size: 50px;
}


.experience-of-life span.last-word::before {
    top: 10px;
    left: 156px;

}
span.last-word::before {
    left: auto;
    right: -189px;
    background-image: url(../images/black_dots.svg);
}

span.firstWord::after, span.last-word::before {
    position: absolute;
    left: -193px;
    top: 56%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/black_dots.svg);
    background-repeat: no-repeat;
    background-position: left center;
    width: 50px;
    height: 12px;
    content: '';
    background-size: 50px;
}

/* ====== */

.jora-content .jora-homepage-posts {
    position: relative;
    background: #fff;
}

.jora-content .homepage-posts-preview {
    padding-bottom: 0;
}

.jora-posts-preview {
    padding: 10px 0;
    padding-bottom: 10px;
}

.jora-content .jora-last-posts-title {
    padding-bottom: 5vh;
}

.jora-post-preview:nth-child(2n) {
    padding: 5vh 0 5vh 5vw;
    margin: 5vh 0 5vh 5vw;
}

/* #post-220 {
    margin-top: 10vh;
} */

.jora-post-preview {
    display: block;
    padding: 2vh 0 0vh 36px;
    margin: 5vh 10vw 5vh 0;
    position: relative;
}

.jora-post-preview .jpp-header {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}
.jora-post-preview .jpp-header h3{
    left: 10px;
    -webkit-transform: translate(-10%, -30%);
    -moz-transform: translate(-10%, -30%);
    -o-transform: translate(-10%, -30%);
    -ms-transform: translate(-10%, -30%);
    transform: translate(-10%, -30%);
    display: block;
    color: #fcdea3;
    font-size: calc(2px + 6vw);
    line-height: calc(2px + 6vw);
    font-weight: 600;
    font-family: sage;
}
.jora-post-preview .jpp-header h3 span{
    display: block;
    padding: 10px 0px 0px 5px;
    font-size: 36px;
    word-break: break-word;
    text-transform: uppercase;
    margin: 1px;
    position: relative;
    z-index: 1;
    color: #4c1f0c;
    -webkit-animation: change_color 1.5s 1;
    -moz-animation: change_color 1.5s 1;
    -o-animation: change_color 1.5s 1;
    animation: change_color 1.5s 1;
}



/* .jora-post-preview .jpp-header::before {
    content: attr(data-index);
    position: absolute;
    top: -90px;
    left: 10px;
    -webkit-transform: translate(-10%, -30%);
    -moz-transform: translate(-10%, -30%);
    -o-transform: translate(-10%, -30%);
    -ms-transform: translate(-10%, -30%);
    transform: translate(-10%, -30%);
    display: block;
    color: #f9a602;
    font-size: calc(2px + 8vw);
    line-height: calc(2px + 8vw);
    font-weight: 600;
    opacity: 0.36;
    z-index: -1;
    font-family: sage;
} */

.jora-post-preview .jpp-header .jpp-title {
    padding: 2vh 2vh 2vh 5vw;
    display: flex;
    width: 100%;
}

.jora-post-preview .jpp-header .jpp-title a {
    display: block;
    padding: 0;
    margin: 0;
}

.jora-post-preview .jpp-header .jpp-title a span {
    display: block;
    padding: 1px 0px 6px;
    /* font-size: calc(15px + 2vw); */
    font-size: 36px;
    line-height: 1;
    word-break: break-word;
    text-transform: uppercase;
    margin: 1px;
    float: left;
    position: relative;
    left: 10%;
    z-index: 1;
    color: #4c1f0c;
    -webkit-animation: change_color 1.5s 1;
    -moz-animation: change_color 1.5s 1;
    -o-animation: change_color 1.5s 1;
    animation: change_color 1.5s 1;
}

.jora-post-preview .jpp-header .jpp-title a span::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: rgba(255,255,255,0.55); */
    position: absolute;
    z-index: -2;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
}


.jora-post-preview .jpp-header .jpp-title a span::after {

    display: block;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    right: auto;
    top: 0;
    background: #000;
    position: absolute;
    z-index: 2;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-animation: load_title_bg 1s .5s 1, unload_title_bg 1s 1.5s 1;
    -moz-animation: load_title_bg 1s .5s 1, unload_title_bg 1s 1.5s 1;
    -o-animation: load_title_bg 1s .5s 1, unload_title_bg 1s 1.5s 1;
    animation: load_title_bg 1s .5s 1, unload_title_bg 1s 1.5s 1;

}

.jora-post-preview .jpp-header .jpp-title a::after {
    display: block;
    content: "";
    clear: both;
}

.jora-post-preview .jpp-header .jpp-category {
    padding: 0 2vh 2vh 14vw;
    display: block;
    margin-bottom: 2vh;
    font-family: sage;
    font-weight: 300;
}

.jora-post-preview .jpp-header .jpp-category a {
    font-family: sage;
    font-weight: 400;
    text-decoration: none;
}

.jora-post-preview .jpp-header::after {
    content: "";
    display: block;
    clear: both;
}

.jora-post-preview.has-featured-image .jpp-content {
    max-width: 47%;
    /* background: #4840151a; */
    border: 13px solid #f9a6024d;
    padding: 13px;
    position:relative;
}
/* .jora-post-preview.has-featured-image .jpp-content::before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #4c1f0c1a;
    position: absolute;
    top: 15px;
    left: 10px;
    font-size: 36px;
    z-index: -1;
} */

.jora-post-preview.has-featured-image .jpp-content p {
    position: relative;
    padding: 20px 10px;
    font-size: 18px;
    text-align: justify;
}

.jora-post-preview.has-featured-image .jpp-content p span {
    font-weight: 600;
}

.jora-post-preview .jpp-content {
    display: block;
    float: left;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.jora-post-preview .jpp-thumbnail {
    display: block;
    right: 0;
    /* top: 90px; */
    max-width: 45%;
    max-height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    -webkit-transform: translateY(-10vh);
    -moz-transform: translateY(-10vh);
    -o-transform: translateY(-10vh);
    -ms-transform: translateY(-10vh);
    transform: translateY(-10vh);
}

.jora-post-preview .jpp-thumbnail img {
    max-width: 100%;
    height: auto;
}

.jora-post-preview::after {
    display: block;
    content: "";
    clear: both;
}

.jora-content .jora-post-preview .more-link {
    display: inline-block;
    padding: 2px;
    text-decoration: none;
    color: #000;
    font-family: sage;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    z-index: 1;
}
.jora-content .jora-post-preview .more-link::before {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #c4ecea;
    z-index: -2;
    -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
    -moz-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
    -ms-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
    -o-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
}

.jora-content .jora-post-preview .more-link::after {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    width: 0%;
    left: 0;
    bottom: 0;
    background: #f9a602;
    z-index: -1;
    -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
    -moz-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
    -ms-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
    -o-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
}

.jora-content .jora-post-preview .more-link:hover::after {
    width: 100%;
    -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
    -moz-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
    -ms-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
    -o-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
}


.jora-post-preview .jpp-header .jpp-category {
    padding: 0 2vh 2vh 14vw;
    display: block;
    margin-bottom: 2vh;
    font-family: sage;
    font-weight: 300;
}

.jora-post-preview .jpp-header .jpp-category a {
    font-family: sage;
    font-weight: 400;
    text-decoration: none;
}


.jora-content .jora-posts-link-more-wrapper.margin-bottom {
    margin-bottom: 2vh;
    text-align: center;
    position: absolute;
  
}

.jora-content-top {

    margin-bottom: 2vh;
    text-align: center;
    position: relative;
    top: -45px;
    background: #f9a602cc;
    /* border: 1px solid #f9a602; */

}

.jora-content-btm {
    margin-bottom: 2vh;
    text-align: center;
    position: relative;
    background: #4c1f0c;
    border-radius: 5px;
    bottom: 6px;
    left: 100%;
} 

/* .jora-content .jora-posts-link-more-wrapper {
    width: 100%;
    text-align: right;
} */

.jora-content .jora-posts-link-more-wrapper a {
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    color: #4c1f0c;
    line-height: 1.5;
    padding: 10px 24px;
    position: relative;
    z-index: 1;
}


/* .jora-content .jora-posts-link-more-wrapper a::before {

    position: absolute;
    display: block;
    content: "";
    border: 1px solid #c4ecea;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transform: translate(-3px, -3px);
    -moz-transform: translate(-3px, -3px);
    -o-transform: translate(-3px, -3px);
    -ms-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px);
    -webkit-transition: all 0.5s cubic-bezier(0.28, 0, 0.07, 1);
    -moz-transition: all 0.5s cubic-bezier(0.28, 0, 0.07, 1);
    -ms-transition: all 0.5s cubic-bezier(0.28, 0, 0.07, 1);
    -o-transition: all 0.5s cubic-bezier(0.28, 0, 0.07, 1);

} */


/* .jora-content .jora-posts-link-more-wrapper a::after {

    position: absolute;
    display: block;
    content: "";
    border: 1px solid #f9a602;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transform: translate(3px, 3px);
    -moz-transform: translate(3px, 3px);
    -o-transform: translate(3px, 3px);
    -ms-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
    -webkit-transition: all 0.5s cubic-bezier(0.28, 0, 0.07, 1);
    -moz-transition: all 0.5s cubic-bezier(0.28, 0, 0.07, 1);
    -ms-transition: all 0.5s cubic-bezier(0.28, 0, 0.07, 1);
    -o-transition: all 0.5s cubic-bezier(0.28, 0, 0.07, 1);

} */

.jora-content .jora-posts-link-more-wrapper a:hover::after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.28, 0, 0.07, 1);
    -moz-transition: all 0.5s cubic-bezier(0.28, 0, 0.07, 1);
    -ms-transition: all 0.5s cubic-bezier(0.28, 0, 0.07, 1);
    -o-transition: all 0.5s cubic-bezier(0.28, 0, 0.07, 1);
}


/* ============== */

.jora-page-about-wrapper {
    position: relative;
    display: block;
    padding: 30px 0px;
    /* background: #393536; */
    background: url(../images/chaos/f2.jpg) no-repeat;
    background-size: 100% 100%;
}

.reason {
    height: 378px;
}
.reason h4{
    font-size: 42px; 
    text-align: center; 
    top: 87px; 
    position: relative; 
    color: #fff;
}
.reason p{
    text-align: center; 
    position: relative; 
    top: 24%; 
    color: #FFF; 
    text-transform: uppercase;
    word-spacing: 5px;
    line-height: 24px;
}

/* .jora-page-about-wrapper .jora-page-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}

.jora-page-about-wrapper .jora-page-bg::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c4ecea;
    background: -webkit-linear-gradient(-50deg, #c4ecea, #ec606d);
    background: -o-linear-gradient(50deg, #c4ecea, #ec606d);
    background: -moz-linear-gradient(50deg, #c4ecea, #ec606d);
    background: linear-gradient(to 50deg, #c4ecea, #ec606d);
    z-index: -1;
    opacity: 0.7;
}

.jora-page-about-wrapper .jora-page-bg::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: url("../images/bg-pattern.jpg") center no-repeat;
    z-index: -2;
} */

.jora-page-about-wrapper .jora-page-about {
    display: block;
    position: relative;
}

.jora-page-about-wrapper .jora-page-about-image {
    display: block;
    width: 45%;
    float: left;
    margin: 0 5% 2vh 0;
}

.jora-page-about-wrapper .jora-has-featured-image .image-border {
    position: relative;
    display: block;
    z-index: 1;
}
.jora-page-about-wrapper .jora-has-featured-image .image-border::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 5px solid #f9a602;
    opacity: 0.7;
    -webkit-transform: translate(-7%, -4%);
    -moz-transform: translate(-7%, -4%);
    -o-transform: translate(-7%, -4%);
    -ms-transform: translate(-7%, -4%);
    transform: translate(-7%, -4%);
}
::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jora-content img {
    max-width: 100%;
    height: auto;
}
.jora-page-about-wrapper .jora-has-featured-image .image-border::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    -webkit-box-shadow: 2px 2px 20px #333;
    -moz-box-shadow: 2px 2px 20px #333;
    box-shadow: 2px 2px 20px #333;
    z-index: -1;
}
.jora-content .type-page h1.jora-page-title {
    padding-top: 0;
    margin-top: -5px;
}
.jora-page-about-wrapper .jora-has-featured-image .jora-page-title {
    position: relative;
}
.jora-page-about-wrapper .jora-has-featured-image .jora-page-title span {
    position: relative;
    display: inline-block;
    margin: 2px;
    padding: 5px 10px;
    color: #000;
    z-index: 2;
}
.jora-page-about-wrapper .jora-has-featured-image .jora-page-title span::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    z-index: -1;
}
.jora-page-about-wrapper .jora-has-featured-image .jora-page-content {
    display: block;
    position: relative;
}
/* .jora-page-about-wrapper .jora-has-featured-image .jora-page-content p {
    top: 87px;
    padding-right: 124px;
    position: relative;
    color: #cdb9a3;
    line-height: 32px;
} */
.jora-page-about-wrapper .jora-has-featured-image .jora-page-content p {
    top: -36px;
    padding-right: 124px;
    position: relative;
    color: #cdb9a3;
    line-height: 27px;
    padding: 100px;
    width: 60%;
    left: 15%;
}
.jora-page-about-wrapper .jora-has-featured-image .jora-page-content p span{
    color: #c19118;
}
.jora-page-about-wrapper .jora-has-featured-image .jora-page-content::before {
    display: block;
    content: "";
    position: absolute;
    width: 80%;
    height: 85%;
    right: 7%;
    bottom: 2%;
    z-index: 2;
    /* border: 5px solid #c4ecea; */
    /* border: 5px solid #efefef; */
    opacity: 0.4;
    top: -25px;
}

.jora-page-about-wrapper .jora-has-featured-image .jora-page-content::after {

    display: block;
    content: "";
    clear: both;

}
.jora-page-about-wrapper .jora-page-about::after {
    display: block;
    content: "";
    clear: both;
}

.experience-info{float: left;width: 100%; position: relative; padding-left: 20px; }
.experience-item-info{float:left; width: 20.41666666666667%; background-repeat: no-repeat; background-position: center center; background-size: cover; min-height: 475px; position: relative; }
.experience-item-info:first-child,.experience-item-info:last-child{width: 19.375%}
.experience-item-info .caption-text .title-text span{font-size: 11px; padding-bottom: 4px; float: left; width: 100%; letter-spacing: .25px; color: #a6a6a6;}
.experience-item-info .caption-text .title-text h5{letter-spacing: 1.5px;}
.experience-item-info .caption-text .title-text h5:after{left: 0; -webkit-transform: translateX(0); -moz-transform: translateX(0); transform: translateX(0); bottom: -60px; background: #717171;}
.experience-item-info .caption-text .title-text p{letter-spacing: .5px; padding-top: 79px;}
.experience-item-info .caption-text .btn-wrap{float: left;clear: none;padding-top: 31px}
.experience-item-info:hover .title-top{opacity: 0; visibility:hidden;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease}
.experience-item-info .title-top {-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; padding: 0 20px 0 56px; }
.experience-item-info .title-top h5{letter-spacing: 1.5px; font-size: 18px;line-height: 34px;text-align: left}

.destination-item:before, .experience-item-info:before,.destination-deals .destinatin-coll:nth-child(even):before,.inner-experience-info .destinatin-coll.extra-inner:before{position: absolute;content: '';/*z-index: 1;*/ left: 0; top: 0; width: 100%; height: 100%;
    visibility: hidden;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; -webkit-opacity: 0; opacity: 0;  visibility: hidden; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; z-index: -1;}
    .destination-item:hover:before, .experience-item-info:hover:before,.destination-deals .destinatin-coll:nth-child(even):hover:before,.inner-experience-info .destinatin-coll.extra-inner:hover:before{-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; background: rgba(0,0,0,0.5); opacity: 0; visibility: visible; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;}
    .experience-item-info .caption-text .title-text h5:after{background: none;}
    .experience-item-info .caption-text{padding:  10px 30px 15px 60px;}
    .destination-item .caption-text{padding:  10px 30px 15px 60px;}
    
    .experience-item-info .caption-text {

        padding: 10px 30px 15px 60px;
    
    }
    .destination-item:hover .caption-text, .experience-item-info:hover .caption-text, .destination-deals .destinatin-coll:nth-child(2n):hover .caption-text, .inner-experience-info .destinatin-coll.extra-inner:hover .caption-text {
    
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
    
    }
    .experience-item-info .caption-text {
    
        padding: 30px 30px 60px 60px;
    
    }
    .caption-text {
    
        float: left;
        width: 100%;
        padding: 40px 60px 54px;
        background: #222222;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    
    }
    .caption-text .title-text h5 {

        text-transform: uppercase;
        font-weight: 400;
        font-size: 13.5px;
        letter-spacing: 1.5px;
        position: relative;
        color: #ffffff;
        line-height: 30px;
    
    }



/* .......============......... */

 #et-main-area {
    margin-left: 0 !important;
    position: relative;
}
.page.et_pb_pagebuilder_layout #main-content {
    background-color: rgba(255,255,255,0);
}
article {
    display: block;
}

.entry-content {
    margin-bottom: 0 !important;
    padding-top: 0;
}
.et_pb_section_0 .et_pb_section {
    background-color: rgba(255,114,0,0.75) !important;
}
.et_pb_section {

    padding: 4% 0;

}

.et_parallax_bg {
    background-position: bottom center !important;
}

.et_parallax_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.et_pb_row {

    position: relative;
    width: 100%;
    /* max-width: 1080px; */
    margin: auto;
        margin-top: auto;

}

.et_pb_row_0.et_pb_row {
    padding-top: 27px;
    padding-bottom: 85px;
}
.et_pb_row_0.et_pb_row {
    margin-top: 60px !important;
}
.et_pb_column_0 {
    margin-right: 0px !important;
    /* background-image: url(http://delishagency.com/wp-content/uploads/2016/08/dots-white-vert.png); */
    /* background-image: url(http://delishagency.com/wp-content/uploads/2016/08/dots-white-vert.png), 
    url(http://delishagency.com/wp-content/uploads/2016/07/dots-white-h-trans.png); */
    background-position: right top, top;
    background-repeat: repeat-y, repeat-x;
    background-size: initial;
}
.et_pb_gutters3 .et_pb_column_2_3, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
    width: 64.833%;
}

.et_pb_text_0 h1 {
    font-size: 48px;
    color: #fff !important;
    font-weight: bold;
}
.et_pb_text_0 {

    padding-top: 10px !important;
    padding-bottom: 5px !important;
    margin-top: 30px !important;
    margin-right: 15px !important;
    font-family: sage;

}


.et_pb_text_1 {

    font-size: 30px;
    line-height: 2em;
    padding-bottom: 18px !important;
    padding-left: 20px !important;
    margin-top: 96px !important;
    color: #fff !important;
    /* background-image: url(http://delishagency.com/wp-content/uploads/2016/07/dots-white-h-trans.png); */
    background-position: bottom;
    background-repeat: repeat-x;

}
.et_pb_text > :last-child {
    padding-bottom: 0;
}


.et_pb_column_3 {

    /* background-color: #393536; */
    background-color: #4c1e0d;

}

.service-menu .et_pb_blurb {

    min-height: 135px;
    padding-top: 90px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.et_pb_main_blurb_image img {
    width: 6%;
}
.et_pb_text_3 h3{

    font-size: 42px;
    line-height: 1.5em;
    /* color: #f9a602 !important; */
    padding: 30px 36px 0px 36px;
}
.et_pb_text_3 h5{

    font-size: 27px;
    color: #f9a602 !important;
    padding-left: 36px;
}
.et_pb_text_3 h6{

    font-size: 20px;
    color: #f9a602 !important;
    padding-left: 36px;
}
.et_pb_text_3 p{
    /* font-size: 20px; */
    line-height: 1.5em;
    /* color: #cdb9a3 !important; */
    color: #fff !important;
    padding: 10px 42px 0px 36px;
}

.border-arw {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    opacity: 0;
}
.border-arw:hover {
    opacity: 1;
}
.mask-arw-lh {
    position: absolute;
    left: 49%;   
    top: 30%;
    width: 0; 
    height: 0; 
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 35px solid #4c1e0d;
}
.mask-arw-rh {
    position: absolute;
    left: 47.8%;   
    top: 30%;
    width: 0; 
    height: 0; 
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 43px solid #4c1e0d;
}

.border-arw-2 {
    width: 100%;
    position: absolute;
    z-index: 5;
    top: 150px;
    left: 0;
    opacity: 0;
}
.bdrw:hover .border-arw-2 {
    opacity: 1;
}


.mask-arw-lh-2 {
    position: absolute;
    left: 49%;   
    top: 30%;
    width: 0; 
    height: 0; 
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 35px solid #e79802;
}
.mask-arw-lh-3 {
    position: absolute;
    left: 49%;   
    top: 30%;
    width: 0; 
    height: 0; 
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 35px solid #4c1e0d;
}

.mask-arw-rh-2 {
    position: absolute;
    left: 48%;   
    top: 30%;
    width: 0; 
    height: 0; 
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 35px solid #4c1e0d;
}
.mask-arw-rh-3 {
    position: absolute;
    left: 48%;   
    top: 30%;
    width: 0; 
    height: 0; 
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 35px solid #e79802;
}

.et_pb_column_1_3 h2, .et_pb_column_1_4 h2 {
    font-size: 21px;
    text-transform: initial;
    /* font-weight: bold; */
}
.et_pb_slides::after, .et_pb_row::after, .et_pb_row_inner::after {
    display: block;
    visibility: hidden;
    clear: both;
    width: 0;
    height: 0;
    line-height: 0;
    content: ".";
}

.et_pb_section_1.et_pb_section {
    background-color: #ffffff !important;
    padding-top: 0px;
    padding-bottom: 0px;
}
.et_pb_section {
    padding: 4% 0;
    padding-top: 4%;
    padding-bottom: 4%;
}
.et_pb_section {
    position: relative;
    background-color: #fff;
}
.et_pb_section_parallax, .et_pb_slider_parallax {
    overflow: hidden;
}
.et_pb_slider .et_pb_slide, .et_pb_section {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%;
    background-size: cover;
}
.et_pb_section_parallax .et_pb_parallax_css, .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
    background-attachment: fixed;
}
.et_pb_row_1.et_pb_row {
    padding-top: 0px;
    padding-bottom: 0px;
}

.et_pb_column_2 {
    background-color: #4c1e0d;
    /* background-color: rgba(205,185,163,0.9); */
    /* padding-bottom: 87px; */

}

.et_pb_row.et_pb_equal_columns, .et_pb_row_inner.et_pb_equal_columns, .et_pb_section.et_pb_equal_columns > .et_pb_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}
.et_pb_gutters1 .et_pb_column_1_2, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8, .et_section_specialty .et_pb_column_3_4 .et_pb_gutters1.et_pb_row_inner .et_pb_column_3_8, .et_section_specialty .et_pb_column_2_3 .et_pb_gutters1.et_pb_row_inner .et_pb_column_1_3, .et_section_specialty .et_pb_column_1_2 .et_pb_gutters1.et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters1.et_pb_footer_columns2 .footer-widget, .et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3), .et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
    width: 50%;
}
.et_pb_text_2 {
    /* padding-top: 60px !important;
    padding-bottom: 15px !important;
    margin: 10% !important;
    max-width: 90%; */
    /* padding-left: 10px; */
}
.et_pb_text_align_center {
    margin: auto;
    text-align: center;
}
.et_pb_text > :last-child {
    padding-bottom: 0;
    color: #f6f6f6;
    /* font-weight: bold; */
}
.et_pb_text_2 h1 {
    font-size: 42px;
    color: #393536 !important;
}
.service-menu h1::after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.et_pb_row_2.et_pb_row {

    padding-top: 0px;
    padding-bottom: 0px;

}

.et_pb_column_4 {

    background-color: #4c1e0d;

}


.et_pb_text_4 {

    font-size: 20px;
    line-height: 1.5em;
    padding-top: 0px !important;
    /* padding-bottom: 87px !important; */
    margin: 0 auto !important;
    max-width: 90%;

}

.et_pb_text_4 h3{

    font-size: 42px;
    line-height: 1.5em;
    /* color: #4c1e0d !important; */
    padding: 30px 36px 0px 0px;
}
.et_pb_text_4 h5{

    font-size: 27px;
    color: #4c1e0d !important;
    padding: 0px 36px 0px 36px;
}
.et_pb_text_4 h6{

    font-size: 20px;
    color: #4c1e0d !important;
    padding: 0px 36px 0px 36px;
}

.et_pb_text_4 p {
    color: #fff !important;
    line-height: 1.5em;
    padding: 10px 10px 0px 0px;

}

.et_pb_column_5 {
    background: #4c1e0d;
    /* background-color: rgba(205,185,163,0.9); */
    /* padding-bottom: 10px; */

}
.et_pb_text_5 {

    /* padding-top: 65px !important; */
    /* padding-bottom: 15px !important;
    margin: 10% !important; */
    /* max-width: 90%; */

}
.et_pb_text_5 p{

    font-size: 24px;
    text-align: center;
    color: #4c1f0c;

}
.service-menu h1::after {

    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;

}
.service-menu h1:hover::after {

    width: 100%;
    background: #f9a602;

}

.et_pb_button_1 {

    color: #393536 !important;
    background: rgba(205,185,163,0.9);
    border-color: #393536;
    letter-spacing: 0px;
    font-size: 22px;
    display: inline-block;
}

.et_pb_button {

    position: relative;
    padding: 0.3em 1em;
    border: 2px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;

}

.et_pb_button_1::after {

    color: #393536;
    line-height: 1em;
    font-size: 38.4px !important;
    opacity: 0;
    margin-left: -1em;
    left: auto;
    display: inline-block;

}



.et_pb_button_1:hover {

    letter-spacing: 0px;
    padding-left: 0.7em;
    padding-right: 2em;

}

/* ==============team============= */

.m-team {
    width: 100%;
    height: 100%;
    position: relative; 
    display: flex;
    overflow: hidden;
}

.m-team-img {
     filter: gray; 
    -webkit-filter: grayscale(1); 
      -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
      -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
      box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
      /* margin-bottom:20px; */
      /* transform: scale(1,1); */
      transition: 2s all ease-out;
  }
  
.mteamhover {
    filter: none; 
    -webkit-filter: grayscale(0); 
    transform: scale(1.2,1.2);
    transition: 2s transform ease-out;
  }

  .cursor-logo {
    cursor: url(../images/m.png), auto;
  }

  .ribbon {
    padding: 15px;
    height: 50px;
    /* background: #1a1c18; */
    background: #4c1f0c;
    clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
    font-family: sage;
    text-transform: uppercase;
    color: #f9a602;
    letter-spacing: 0.18em;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    position: relative;
    left: 26%;
  }

.team-caption {

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    padding: 25% 10px 10px 10px;
    background: rgba(0, 0, 0, 0.5);
    /* background: rgba(31,27,27,0.3); */
}

.team-caption > h1 {

    /* color: #eedd75; */
    color: #f9a602;
    font-size: 36px;
    text-shadow: none;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    /* text-transform: uppercase; */
    -webkit-font-smoothing: antialiased;
    cursor: auto;

}

.team-caption > h6 {

    color: #f9a602;
    font-size: 15px;
    font-weight: 400;
    text-shadow: none;
    font-style: normal;
    letter-spacing: 1px;
    margin: 10px 0 24px 0;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    cursor: auto;

}

.team-caption > p {
    font-size: 16px;
    line-height: 20px;
    padding: 0px 50px;
    color: #f5f5f5;
    cursor: auto;

}


.team-caption > a {

    color: #000;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    text-shadow: none;
    position: relative;
    text-align: center;
    font-style: normal;
    padding: 10px 25px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    /* background: rgba(238,221,117,1); */
    background: #f9a602;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all cubic-bezier(0.230,1.000,0.320,1.000) .7s;
    transition: all cubic-bezier(0.230,1.000,0.320,1.000) .7s;

}

.scroll-container {
    display: block;
    width: 90%;
    height: 378px;
    margin: 24px;
    overflow-y: scroll;
    scroll-behavior: smooth;
  }
.scroll-page {
    height: 100%;  
}
.scroll-page p{
    font-size: 16px;
    line-height: 20px;
    padding: 0px 36px;
    color: #f5f5f5;
    cursor: auto;
    
}


.sidenav {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.8s;
    /* transition-delay: 1s; */
    /* padding-top: 10px; */
    text-align:center;
}

.sidenav .closebtn {
    position: absolute;
    right: 42px;
    font-size: 42px;
    /* margin-left: 24px; */
    color: #f9a602;
    padding: 10px;
    line-height: 30px;
    z-index: 6;
}

.sidenav2 {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.8s;
    /* transition-delay: 1s; */
    /* padding-top: 10px; */
    text-align:center;
}

.sidenav2 .closebtn {
    position: absolute;
    right: 42px;
    font-size: 42px;
    /* margin-left: 24px; */
    color: #fff;
    padding: 10px;
    line-height: 30px;
    z-index: 7;
}


.ptnr {
    background: #4C1F0C;
    padding: 20px 30px;
}
.ptnr h5{
    font-size: 29px;
    font-weight: 600;
    line-height: 1.5em;
    color: #f9a602 !important;
    padding: 0px 36px 0px 0px;
}
.ptnr h6{
    font-size: 20px;
    line-height: 1.5em;
    color: #f9a602 !important;
    padding: 0px 36px 0px 0px;
}
.ptnr p{
    color: #fff;
}

.ptnr img{
    width: 20%;
    position: relative;
    /* left: 36%; */
}


.portfolio_demo_wrapper {

    margin: 50px 0;
    padding: 78px;
    text-align: center;
    background: #f5f5f5;

}

.portfolio_demo_wrapper > h1 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
}


.team_087 {
    overflow: hidden;
    padding: 78px 30px;
    position: relative;
    /* background: #4c1f0c; */
    /* background: #242424; */
}

/* .team_087 img {

    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
    transition: all .7s cubic-bezier(0.3,1,0,1);

}

.team_087 img:hover {

    -webkit-filter: grayscale(0);
    filter: grayscale(0);

} */

.serviceBox-tm{
    text-align: center;
    margin: 0 -15px;
}
.serviceBox-tm img{
    width: 100%;
    height: auto;
}
.serviceBox-tm .service-content{
    position: relative;
    background: #393536;
    color: #f0f4ba;
    padding: 50px 30px 30px;
}
.serviceBox-tm .service-icon{
    display: block;
    width: 30px;
    height: 30px;
    background: #393536;
    border-radius: 1px;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    z-index: 1;
}
.serviceBox-tm .service-icon i{
    font-size: 30px;
    line-height: 70px;
    color: #00a996;
    transform: rotate(-45deg);
    
}
.serviceBox-tm .service-icon i img{
    transform: rotate(-45deg);
    width: 78%;
    padding-left: 10px;
    
}
.serviceBox-tm .title{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 67px 13px;
    color: #fff;
}
.serviceBox-tm .description{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}
.serviceBox-tm .read-more{
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #f0f4ba;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #f0f4ba;
    background: #00a996;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}
.serviceBox-tm .read-more:hover{
    color: #00a996;
    background: #f0f4ba;
    text-decoration: none;
}
.serviceBox-tm.middle .service-content{
    padding: 30px 30px 50px;
}
.serviceBox-tm.middle .service-icon{
    bottom: -15px;
    top: auto;
}
@media only screen and (max-width: 990px){
    .serviceBox-tm .title{ font-size: 17px; }
}
@media only screen and (max-width: 767px){
    .serviceBox-tm{ margin: 0 0 30px 0; }
}


.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
    margin: 0px;
}
.member {
    text-align: center;
    width: 300px;
    margin: 0 auto 30px;
    position: relative;
}
.member img, .letter-overlay {
    width: 300px;
    height: 300px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    margin-bottom: 30px;

}

/* .letter-overlay {
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 90px;
    padding-top: 90px;
    line-height: 120px;
    opacity: 1;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
} */

/* .letter-overlay:hover {
    opacity: 0;
    cursor: default;
} */

.member .attachment-full {
    filter: grayscale(100%);
}
.member img.colored {
    display: none;
    position: absolute;
    top: 0;
}

.member:hover img.colored {

    display: block;

}

.member h4 {
    margin-bottom: 4px;
    color: #424242;
    text-transform: uppercase;
}
.member h4:hover {
    color: #4c1f0c;
}

.member p.position {
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-align: center;
}






.example-right {
    position:relative;
    padding:15px 30px;
    margin:0;
    color:#fff;
    background:#faebd7; 
    /* background:#efedec;  */
    /* css3 */
    /* background:-webkit-gradient(linear, 0 0, 0 100%, from(#b8db29), to(#5a8f00));
    background:-moz-linear-gradient(#b8db29, #5a8f00);
    background:-o-linear-gradient(#b8db29, #5a8f00);
    background:linear-gradient(#b8db29, #5a8f00); */
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
  }
  
  /* display of quote author (alternatively use a class on the element following the blockquote) */
  .example-right + p {margin:15px 0 2em 85px; font-style:italic; padding: 0px;}
  .example-right + p > a{color: #242424;}
  
  /* creates the triangle */
  .example-right:after {
    content:"";
    position:absolute;
    bottom:-50px;
    left:50px;
    border-width:0 20px 50px 0px;
    border-style:solid;
    border-color:transparent #faebd7;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
  }


  .example-obtuse {
    position:relative;
    padding:15px 30px;
    margin:0;
    color:#000;
    background:#faebd7; 
    
    /* background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
    background:-moz-linear-gradient(#f9d835, #f3961c);
    background:-o-linear-gradient(#f9d835, #f3961c);
    background:linear-gradient(#f9d835, #f3961c); */
    
    -webkit-border-top-left-radius:25px 50px;
    -webkit-border-top-right-radius:25px 50px;
    -webkit-border-bottom-right-radius:25px 50px;
    -webkit-border-bottom-left-radius:25px 50px;
    -moz-border-radius:25px / 50px;
    border-radius:25px / 50px;
  }
  
  /* display of quote author (alternatively use a class on the element following the blockquote) */
  .example-obtuse p {color: #4c1f0ccc;}
  .example-obtuse + p {margin:10px 150px 2em 0; text-align:right; font-style:italic; }
  
  /* creates the larger triangle */
  .example-obtuse:before {
    content:"";
    position:absolute;
    bottom:-30px;
    right:80px;
    border-width:0 0 30px 50px;
    border-style:solid;
    border-color:transparent #faebd7;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
  }
  
  /* creates the smaller triangle */
  .example-obtuse:after {
    content:"";
    position:absolute;
    bottom:-30px;
    right:110px;
    border-width:0 0 30px 20px;
    border-style:solid;
    border-color:transparent #fff;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
  }
  
.oval-thought-border {
  position:relative;
  padding:70px 30px;
  margin:1em auto 80px;
  border:10px solid #c81e2b;
  text-align:center;
  color:#333;
  background:#fff;
  /* css3 */

  -webkit-border-top-left-radius:240px 140px;
  -webkit-border-top-right-radius:240px 140px;
  -webkit-border-bottom-right-radius:240px 140px;
  -webkit-border-bottom-left-radius:240px 140px;
  -moz-border-radius:240px / 140px;
  border-radius:240px / 140px;
}

/* creates the larger circle */
.oval-thought-border:before {
  content:"";
  position:absolute;
  z-index:10;
  bottom:-40px;
  right:100px;
  width:50px;
  height:50px;
  border:10px solid #c81e2b;
  background:#fff;
  /* css3 */
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  border-radius:50px;
  /* reduce the damage in FF3.0 */
  display:block;
}

/* creates the smaller circle */
.oval-thought-border:after {
  content:"";
  position:absolute;
  z-index:10;
  bottom:-60px;
  right:50px;
  width:25px;
  height:25px;
  border:10px solid #c81e2b;
  background:#fff;
  /* css3 */
  -webkit-border-radius:25px;
  -moz-border-radius:25px;
  border-radius:25px;
  /* reduce the damage in FF3.0 */
  display:block;
}



/* ===========Scientific============ */

.cy {
    color: #f9a602 !important;
}
.cb {
    color: #4c1e0d !important;
}

.pd {
    padding: 0px;
}

.nav-toggle {
    font-size: 16px;
    color: #fff !important;
    float: right;
    margin-top: -20px;
    padding-right: 10px;
    position: relative;
    line-height: 42px;
    z-index: 10;
}
.nav-toggle:hover {
    color: #fde4b2;
}

.bottom {
    display: inline-block;
    width: 4em;
    height: 4em;
    border: 0.5em solid #333;
    border-radius: 50%;
    margin-left: 0.75em;
  }
  
  .bottom:after {
    content: '';
      display: inline-block;
    margin-top: 0.6em;
    width: 1.4em;
    height: 1.4em;
    border-top: 0.5em solid #333;
    border-right: 0.5em solid #333;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }


.titanic h1{
    color: #4c1f0c;
}
.titanic h4{
    color: #fff;
    padding-left: 0px;
    margin-bottom: 0px;
    font-weight: 600;
}
.titanic p{
    color: #fff;
    margin: 0px;
}

.titanic_patch {
    background: #fde4b2;
}

.patch-p {
    font-size: 30px !important;
    text-align: center !important;
    position: relative;
    top: 32%;
    line-height: 36px !important;
    color: #333333 !important;
}

.pth {
    padding: 102px 36px;
}


.titanic-2 {
    background: #4c1e0d;
}

.titanic-2 h1{
    padding: 5px 36px;
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    word-spacing: 4px;
}
.titanic-2 h3{
    padding: 5px 36px;
    color: #fff;
}
.titanic-2 p{
    padding: 6px 36px;
    color: #fff;
}
.titanic-2 ul{
    padding: 2px 52px;
}
.titanic-2 ul li{
    font-size: 18px;
    color: #e79802;
    list-style: disc;
    padding: 2px 0;
}

.color-y ul li:nth-child(even){
    color: #4c1f0c !important;
    padding: 5px 0;
    word-spacing: 2px;
}

.color-y ul li:nth-child(odd){
    color: #4c1f0c !important;
    padding: 5px 0;
    word-spacing: 2px;
}
.color-y .cw ul li{
    color: #fff !important;
}


.titanic-2 .color-y{
    background: #f9a602e6;
}

.titanic_patch-2 {
    background: #fde4b2;
}
.titanic_patch-inner {
    position: relative;
    top: 0px;
}
.titanic_patch-2 p{
    position: relative;
    top: 30%;
    color: #333333;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
}
.titanic_patch-2 ol{
    position: relative;
    top: 30%;
    left: 10%;
    font-size: 22px;
    list-style: disc;
    /* color: #4c1f0c; */
}
.titanic_patch-2 ol li{
    margin: 10px 0px;
}


/* .....client speak --- */

.pl {
    padding-left: 0px;
}
.pd2 {
    padding: 0px 5px !important;
}
.mb {
    margin-bottom: -6px;
}

.cta {
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding: 0 30px;
}
.cta-h p{
    font-size: 26px; 
    top: 30px;
    width: 87%;
    left: 78px;
}
.cta-b p{
    font-size: 24px; 
    text-align: left;
    top: 0px;
    width: 87%;
    left: 78px;
}
.cta-thumb {
    height: 136px;
    background: #f9a602;
}
.cta-thumb h3{
   color: #4c1f0c;
   font-size: 30px;
}
.cta-thumb p{
   color: #fff;
}
.cta-thumb img{
    height: 136px;
    filter: grayscale(100%);
}
.cta-thumb img:hover{
    height: 136px;
    filter: grayscale(0%);
}

.cta-ie {
    bottom: 0px;
    top: 102px;
    width: 42px;
    height: 36px;
    z-index: 2;
}
.cta-ie a{
    font-size: 24px;
    top: 8px;
    left: 2px;
}

.cta-txt h3{
    font-size: 36px;
}
.cta-txt h4{
    padding: 5px 36px;
    color: #fff;
    font-size: 24px;
}


.icon-video {
    display: block;
    width: 50px;
    height: 50px;
    background-color: rgba(76, 30, 13, 0.87) ;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    cursor: pointer;
    z-index: 10;
}

.icon-video::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: solid rgba(255,255,255,0);
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-color: rgba(255, 255, 255, 0);
        border-left-width: medium;
    border-width: 7px 11px;
    border-left-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -7px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.audio-inner {
    /* border-top: 2px dashed #f2f2f2;
    border-bottom: 2px dashed #f2f2f2; */
    margin: 10px 36px !important;
}



/* ========child-13-19========= */

.banner-txt {
    position: absolute;
    width: 90%;
    height: 100%;
    top: 96px;
    bottom: 0;
    left: 0;
    right: 0;

}
.banner-txt p{
   color: #f2f2f2;
   text-align: left;
   padding-right: 10px;
   font-size: 22px;
   line-height: 1.2em;

}

.btxt-left{
    padding: 0px;
}
.btxt-left h3{
    font-size: 33px; 
    color: #f9a602;
    text-transform: uppercase;
    line-height: 51px;
}
.btxt-left h3:nth-child(2){
    color:#f2f2f2; 
    line-height:1.2em; 
    font-size: 22px;
    text-transform: inherit;
    margin-top: 10px;
    padding-right: 10px;
}
.btxt-left h3:nth-child(3){
    color: #f9a602; 
    line-height: 0.2em;
    font-size: 22px;
    text-transform: capitalize;
}

.btxt-left h4{
    color:#f2f2f2; 
    line-height:1.3em; 
    font-size: 27px;
    text-transform: uppercase;
}
.btxt-right {
    border-left: 4px dashed aliceblue;
    padding: 0px;
}
.btxt-right h3{
    color:#f2f2f2; 
    line-height:1.2em; 
    font-size: 22px; 
    padding-left: 20px; 
    padding-bottom: 36px;
    padding-top: 24px;
}
.btxt-right h3 span{
    color: #f9a602; 
}
.btxt-right h3 ul{
    color: #fff; 
    padding-left: 24px;
}
.btxt-right h3 ul li{
    list-style: disc;
}


.cta2 {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.cta2-thumb {
    height: 90px;
    background: #f9a602;
    padding: 2px 10px;
}
.cta2-thumb.active {
    background: #fefefe;;
}
.cta2-thumb.active p{
    color: #f9a602;
 }
.cta2-thumb h3{
   color: #4c1f0c;
   font-size: 30px;
   text-align: center;
   margin-top: 10px;
   margin-bottom: 5px;
}
.cta2-thumb p{
   color: #fff;
   text-align: center;
   text-transform: uppercase;
}


/* ===people==== */


.people h3{
    text-transform: uppercase;
}
.people h4{
    padding: 0px 36px;
    color: #4c1f0c;
}
.clr-y h4{
    color: #e79802;
}
.people p{
    padding: 0px 42px !important;
}   


/* scrolling  */

.arrow {
    text-align: right;
    margin: -15% 15px;
  }
.arrow a{
    color: #4c1f0c;
  }
  .bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
  }
  @-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
    60% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
  }
  @keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
    60% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
  }
  



  
