
/*              GoTham - Contents
===============================================

 1.  Genaral Styles
 2.  Images Style
 3.  Video
 4.  Padding & Margin
 5.  Typography
 6.  Background
 7.  Border
 8.  Separator / Line
 9.  Parallax
 10. Heading Title
 11. Button
 12. Navbar
 13. Form Search
 14. Owl Carousel
 15. Countdown
 16. Counter
 17. Box Service
 18. Progress Bar
 19. Testimonials / Clients
 20. Team
 21. Pricing Table
 22. Blog
 23. Pomo Box
 24. Portfolio
 25. Form Email
 26. Pagination
 27. Scroll to Top
 28. Accordion
 29. Tabs
 30. Box Info
 31. Social Network
 32. Loading
 33. Flexslider
 34. Footer


/*==========================================
			  Genaral Styles
==========================================*/

#top,
#bottom,
#left,
#right {
   background: #fff;
   position: fixed;
   z-index: 9999;
}

#left,
#right {
   top: 0;
   bottom: 0;
   width: 30px;
}

#left {
   left: 0;
}

#right {
   right: 0;
}

#top,
#bottom {
   left: 0;
   right: 0;
   height: 30px;
}

#top {
   top: 0;
}

#bottom {
   bottom: 0;
}

html {
   margin: 30px;
   height: 100%;
}

body {
   height: 100%; /* parallax */
   font-family: 'Raleway', sans-serif;
   color: #181818;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   margin-top: 0px;
}

.font-i {
   font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-weight: 300;
}

p {
   font-size: 14px;
}

ol,
ul {
   list-style: none;
}

a {
   color: #828728;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

a:hover,
a:focus {
   color: #000;
   text-decoration: none;
   outline: 0;
}

.foot_bot {
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.foot_bot:hover,
.foot_bot:focus {
   color: #e28432;
   text-decoration: none;
   outline: 0;
}

.inline-block {
   display: inline-block;
}

.v-align {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flexbox;
   display: -o-flex;
   display: flex;
   justify-content: center;
   -webkit-justify-content: center;
   align-items: center;
   -webkit-align-items: center;
   -webkit-flex-direction: row;
   -moz-flex-direction: row;
   -ms-flex-direction: row;
   -o-flex-direction: row;
   flex-direction: row;
}

.h-center {
   width: 100%;
   height: 100%;
   position: relative;
   display: table;
   table-layout: fixed;
}

.v-center {
   vertical-align: middle;
   display: table-cell;
}

.wrap-center-120,
.wrap-center-370,
.wrap-center-400,
.wrap-center-500,
.wrap-center-600,
.wrap-center-700 {
   display: table-cell;
   vertical-align: middle;
   width: 100%;
}

.wrap-center-120 {
   height: 50px;
}

.wrap-center-370 {
   height: 370px;
}

.wrap-center-400 {
   height: 400px;
}

.wrap-center-500 {
   height: 500px;
}

.wrap-center-600 {
   height: 600px;
}

.wrap-center-700 {
   height: 700px;
}

.height-150 {
   height: 150px;
}

.height-250 {
   height: 250px;
}

.height-300 {
   height: 300px;
}

.height-350 {
   height: 350px;
}

.height-400 {
   height: 400px;
}

.height-450 {
   height: 450px;
}

.height-500 {
   height: 500px;
}

.height-600 {
   height: 600px;
}

.height-700 {
   height: 700px;
}


/*==========================================
	          Images Style
==========================================*/

.wrap-slide-full-img {
   padding-right: 0;
   height: 100%;
   position: relative;
   width: 100%;
}

.wrap-figure {
   position: relative;
   width: 100%;
   min-height: 500px;
}

.wrap-figure-des {
   background-color: rgba(24,24,24,0.90);
   min-height: 460px;
   padding: 40px;
   text-align: right;
}

.figure-slide {
   position: absolute;
   width: 100%;
   height: 100%;
   overflow: hidden;
}

.figurecaption {
   position: absolute;
   bottom: 14%;
   right: 14%;
   z-index: 3;
}

.img-slide-1,
.img-slide-2,
.img-slide-3,
.img-slide-4 {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   animation: slideShow 24s linear infinite 0s;
   -o-animation: slideShow 24s linear infinite 0s;
   -moz-animation: slideShow 24s linear infinite 0s;
   -webkit-animation: slideShow 24s linear infinite 0s;
   -ms-animation: slideShow 24s linear infinite 0s;
   background-repeat: no-repeat;
   background-position: center center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   -ms-background-size: cover;
   background-size: cover;
}

.img-slide-1 {
   opacity: 1;
}

.img-slide-2 {
   animation-delay: 6s;
   -o-animation-delay: 6s;
   -moz-animation-delay: 6s;
   -webkit-animation-delay: 6s;
   -ms-animation-delay: 6s;
}

.img-slide-3 {
   animation-delay: 12s;
   -o-animation-delay: 12s;
   -moz-animation-delay: 12s;
   -webkit-animation-delay: 12s;
   -ms-animation-delay: 12s;
}

.img-slide-4 {
   animation-delay: 18s;
   -o-animation-delay: 18s;
   -moz-animation-delay: 18s;
   -webkit-animation-delay: 18s;
   -ms-animation-delay: 18s;
}

 @keyframes slideShow {

 0% {
 opacity: 0;
 transform: scale(1) rotate(0.1deg);
}

 5% {
 opacity: 1
}

 25% {
 opacity: 1;
}

 30% {
 opacity: 0;
 transform: scale(1.1) rotate(0.1deg);
}

 100% {
 opacity: 0;
 transform: scale(1) rotate(0.1deg);
}

}

 @-o-keyframes slideShow {

 0% {
 opacity: 0;
 -o-transform:scale(1);
}

 5% {
 opacity: 1
}

 25% {
 opacity: 1;
}

 30% {
 opacity: 0;
 -o-transform:scale(1.1);
}

 100% {
 opacity: 0;
 -o-transform:scale(1);
}

}

 @-moz-keyframes slideShow {

 0% {
 opacity: 0;
 -moz-transform:scale(1);
}

 5% {
 opacity: 1
}

 25% {
 opacity: 1;
}

 30% {
 opacity: 0;
 -moz-transform:scale(1.1);
}

 100% {
 opacity: 0;
 -moz-transform:scale(1);
}

}

 @-webkit-keyframes slideShow {

 0% {
 opacity: 0;
 -webkit-transform:scale(1);
}

 5% {
 opacity: 1
}

 25% {
 opacity: 1;
}

 30% {
 opacity: 0;
 -webkit-transform:scale(1.1);
}

 100% {
 opacity: 0;
 -webkit-transform:scale(1);
}

}

.img-opacity-3 {
   opacity: 0.3;
}

.top-img-100 {
   position: relative;
   margin-top: -100px
}

.top-img-250 {
   position: relative;
   margin-top: -250px
}

.thumbnail {
   display: block;
   padding: 2px;
   margin-bottom: 10px;
   margin-top: 10px;
   line-height: 1.42857143;
   background-color: #fff;
   border: 1px solid transparent;
   border-radius: 1px;
   -webkit-transition: .3s ease-in-out;
   -o-transition: .3s ease-in-out;
   transition: .3s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
   border-color: transparent;
   opacity: 0.90;
}


/*==========================================
			       Video
==========================================*/
.video-wrap {
    padding-bottom: 0 !important;
}
.video-wrap {
   position: relative;
   padding-bottom: 56.25%;
   /* height: 0; */
}
.video-wrap::before {
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
.video-wrap iframe,
.video-wrap object,
.video-wrap embed {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

iframe {
   border: none;
}

.video-bg-small {
   text-align: center;
   height: 500px;
   position: relative;
   overflow: hidden;
}

.video-bg-full {
   text-align: center;
   height: 100%;
   min-height: 100%;
   position: relative;
   overflow: hidden;
}

.video-bg-full .video-content-tit,
.video-bg-small .video-content-tit,
.video-bg-full .video-content-tit-borded,
.video-bg-small .video-content-tit-borded {
   width: 830px;
   max-width: 100%;
   display: inline-block;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   text-align: center;
   margin-top: -30px; /* only boxed version */
}

.video-content-tit-borded h2 {
   border: 5px solid #fff;
   font-family: 'Raleway', sans-serif;
   padding: 40px;
   margin: 5px;
   font-size: 50px;
   line-height: 60px;
   text-align: center;
   display: inline-block;
   font-weight: 800;
   text-transform: uppercase;
   letter-spacing: 3px;
   color: #fff;
   opacity: 0.7;
}

.video-content-tit h2 {
   font-size: 70px;
   color: #fff;
   font-weight: 300;
   text-transform: uppercase;
   padding-top: 20px;
}

.video-content-tit h3 {
   font-size: 20px;
   color: #fff;
   font-weight: 300;
   text-transform: uppercase;
   margin-bottom: 22px;
}

.video-content-tit p {
   font-size: 13px;
   color: #fff;
   margin-bottom: 22px;
}

.btn-bg {
   font-family: 'Open Sans', sans-serif;
   font-size: 18px;
   font-weight:600;
   text-transform: uppercase;
   text-decoration: none;
   color: #fff;
   background-color: #000;
   border: 2px solid #000;
   padding-top: 12px;
/*   padding-right: 50px;
   padding-left: 50px;*/
   padding-right: 15px;
   padding-left: 15px;
   padding-bottom: 12px;
   cursor: pointer;
   letter-spacing: 1px;
   text-align: center;
   -webkit-transition: .4s background ease;
   -moz-transition: .4s background ease;
   -o-transition: .4s background ease;
   transition: .4s background ease;
}

.btn-bg:hover {
   color: #fff;
}


.btn-play {
   display: inline-block;
   font-size: 20px;
   margin: 0 2px;
   border: 2px solid #E6E6E6;
   width: 100px;
   height: 50px;
   line-height: 50px;
   color: #B9B9B9;
   border-radius: 2px;
}

.btn-play:hover {
   color: #fff;
   background: rgba(255,255,255,0.20)
}

.video-overlay-dark {
   width: 100%;
   height: 100%;
   background-color: #000;
   opacity: 0.8;
   position: absolute;
   top: 0;
   left: 0
}

.video-overlay-blue {
   width: 100%;
   height: 100%;
   background-color: #4D5C71;
   opacity: 0.5;
   position: absolute;
   top: 0;
   left: 0
}

.pattern {
   background-image: url(../img/icon/pattern-01.png);
   background-repeat: repeat;
   background-attachment: scroll;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0
}

.mobile-img {
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}


/*==========================================
			  Padding & Margin
==========================================*/

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

.margin-auto {
   margin: 0 auto;
}

.margin-10 {
   margin: 10px;
}

.margin-15 {
   margin: 15px;
}

.margin-20 {
   margin: 20px;
}

.margin-t--20 {
   margin-top: -20px;
}

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

.margin-t-5 {
   margin-top: 5px;
}

.margin-t-10 {
   margin-top: 10px;
}

.margin-t-15 {
   margin-top: 15px;
}

.margin-t-25 {
   margin-top: 25px;
}

.margin-t-30 {
   margin-top: 30px;
}

.margin-t-40 {
   margin-top: 40px;
}

.margin-t-50 {
   margin-top: 50px;
}

.margin-t-70 {
   margin-top: 70px;
}

.margin-t-75 {
   margin-top: 75px;
}

.margin-t-85 {
   margin-top: 85px;
}

.margin-t-100 {
   margin-top: 100px;
}

.margin-t-120 {
   margin-top: 120px;
}

.margin-t-125 {
   margin-top: 125px;
}

.margin-t-150 {
   margin-top: 150px;
}

.margin-t-200 {
   margin-top: 200px;
}

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

.margin-b-5 {
   margin-bottom: 5px;
}

.margin-b-10 {
   margin-bottom: 10px;
}

.margin-b-15 {
   margin-bottom: 15px;
}

.margin-b-25 {
   margin-bottom: 25px;
}

.margin-b-30 {
   margin-bottom: 30px;
}

.margin-b-40 {
   margin-bottom: 40px;
}

.margin-b-50 {
   margin-bottom: 50px;
}

.margin-b-70 {
   margin-bottom: 70px;
}

.margin-b-100 {
   margin-bottom: 100px;
}

.margin-b-150 {
   margin-bottom: 150px;
}

.margin-l-0 {
   margin-left: 0px;
}

.margin-l-5 {
   margin-left: 5px;
}

.margin-l-10 {
   margin-left: 10px;
}

.margin-l-15 {
   margin-left: 15px;
}

.margin-l-20 {
   margin-left: 20px;
}

.margin-l-60 {
   margin-left: 60px;
}

.margin-l-70 {
   margin-left: 70px;
}

.margin-l-100 {
   margin-left: 100px;
}

.margin-r-0 {
   margin-right: 0;
}

.margin-r-5 {
   margin-right: 5px;
}

.margin-r-10 {
   margin-right: 10px;
}

.margin-r-15 {
   margin-right: 15px;
}

.margin-r-50 {
   margin-right: 50px;
}

.margin-r-60 {
   margin-right: 60px;
}

.margin-r-70 {
   margin-right: 70px;
}

.margin-r-100 {
   margin-right: 100px;
}

.no-pad {
   padding: 0 !important;
}

.pad-1 {
   padding: 1px;
}

.pad-t-5 {
   padding-top: 5px;
}

.pad-t-10 {
   padding-top: 10px;
}

.pad-t-20 {
   padding-top: 20px;
}

.pad-t-25 {
   padding-top: 25px;
}

.pad-t-30 {
   padding-top: 30px;
}

.pad-t-40 {
   padding-top: 40px;
}

.pad-t-50 {
   padding-top: 50px;
}

.pad-t-60 {
   padding-top: 60px;
}

.pad-t-70 {
   padding-top: 70px;
}

.pad-t-100 {
   padding-top: 100px;
}

.pad-t-120 {
   padding-top: 120px;
}

.pad-t-150 {
   padding-top: 150px;
}

.pad-t-200 {
   padding-top: 200px;
}

.pad-t-250 {
   padding-top: 250px;
}

.pad-t-300 {
   padding-top: 300px;
}

.pad-t-350 {
   padding-top: 350px;
}

.pad-t-400 {
   padding-top: 400px;
}

.pad-b-5 {
   padding-bottom: 5px;
}

.pad-b-10 {
   padding-bottom: 10px;
}

.pad-b-20 {
   padding-bottom: 20px;
}

.pad-b-25 {
   padding-bottom: 25px;
}

.pad-b-30 {
   padding-bottom: 30px;
}

.pad-b-40 {
   padding-bottom: 40px;
}

.pad-b-50 {
   padding-bottom: 50px;
}

.pad-b-60 {
   padding-bottom: 60px;
}

.pad-b-65 {
   padding-bottom: 65px;
}

.pad-b-70 {
   padding-bottom: 70px;
}

.pad-b-100 {
   padding-bottom: 100px;
}

.pad-b-120 {
   padding-bottom: 120px;
}

.pad-b-150 {
   padding-bottom: 150px;
}

.pad-b-200 {
   padding-bottom: 200px;
}

.pad-b-250 {
   padding-bottom: 250px;
}

.pad-b-300 {
   padding-bottom: 300px;
}

.pad-l-0 {
   padding-left: 0;
}

.pad-l-10 {
   padding-left: 10px;
}

.pad-l-25 {
   padding-left: 25px;
}

.pad-l-30 {
   padding-left: 30px;
}

.pad-l-40 {
   padding-left: 40px;
}

.pad-l-50 {
   padding-left: 50px;
}

.pad-l-60 {
   padding-left: 60px;
}

.pad-l-70 {
   padding-left: 70px;
}

.pad-l-100 {
   padding-left: 100px;
}

.pad-l-120 {
   padding-left: 120px;
}

.pad-l-150 {
   padding-left: 150px;
}

.pad-l-200 {
   padding-left: 200px;
}

.pad-r-10 {
   padding-right: 10px;
}

.pad-r-25 {
   padding-right: 25px;
}

.pad-r-30 {
   padding-right: 30px;
}

.pad-r-40 {
   padding-right: 40px;
}

.pad-r-50 {
   padding-right: 50px;
}

.pad-r-60 {
   padding-right: 60px;
}

.pad-r-70 {
   padding-right: 70px;
}

.pad-r-100 {
   padding-right: 100px;
}

.pad-r-120 {
   padding-right: 120px;
}

.pad-r-150 {
   padding-right: 150px;
}

.pad-r-200 {
   padding-right: 200px;
}

.pad-30 {
   padding: 30px;
}

.pad-40 {
   padding: 40px;
}

.pad-100 {
   padding: 100px;
}


/*==========================================
			   Typography
==========================================*/

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
   color: #e28433;
}

p span {
   color: #BF9865;
}

.txt-10 {
   font-size: 10px;
}

.txt-11 {
   font-size: 11px;
}

.txt-12 {
   font-size: 12px;
}

.txt-13 {
   font-size: 13px;
}

.txt-14 {
   font-size: 14px;
}

.txt-15 {
   font-size: 15px;
}

.txt-16 {
   font-size: 16px;
}

.txt-18 {
   font-size: 18px;
}

.txt-20 {
   font-size: 20px;
}

.txt-24 {
   font-size: 24px;
}

.txt-25 {
   font-size: 25px;
}

.txt-30 {
   font-size: 30px;
}

.txt-35 {
   font-size: 35px;
}

.txt-40 {
   font-size: 40px;
}

.txt-50 {
   font-size: 50px;
}

.txt-70 {
   font-size: 70px;
}

.fw-100 {
   font-weight: 100;
}

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

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

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

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

.fw-800 {
   font-weight: 800;
}

.spacing-1 {
   letter-spacing: 1px;
   margin-left: -1px;
}

.spacing-2 {
   letter-spacing: 2px;
   margin-left: -2px;
}

.spacing-3 {
   letter-spacing: 3px;
   margin-left: -3px;
}

.spacing-4 {
   letter-spacing: 4px;
   margin-left: -4px;
}

.txt-dark {
   color: #181818 !important;
}

.txt-blue {
   color: #5B6474 !important;
}

.txt-orange {
   color: #BF9865 !important;
}

.txt-gray {
   color: #A8A8A8 !important;
}

.txt-light {
   color: #fff !important;
}

.txt-brown {
   color: #968B82 !important;
}

.txt-green-light {
   color: #5DBB92 !important;
}

.txt-red {
   color: #EC5353 !important;
}

.txt-square {
   color: #181818;
   font-size: 9px;
   line-height: 9px;
   padding: 20px;
   font-weight: 600;
   display: inline-block;
   margin-bottom: 0;
   margin-top: 0;
   border: 5px solid #f1f1f1;
   letter-spacing: 3px;
   text-transform: uppercase;
}

.txt-border-dark,
.txt-border-light,
.txt-border-gray,
.txt-border-yellow,
.txt-border-brown,
.txt-border-orange {
   font-family: 'Open Sans', sans-serif;
   padding: 20px;
   margin: 5px;
   font-size: 40px;
   line-height: 40px;
   text-align: center;
   display: inline-block;
   font-weight: 300;
}

.txt-border-dark {
   border: 3px solid #262626;
   color: #262626;
}

.txt-border-light {
   border: 3px solid #fff;
   color: #fff;
}

.txt-border-brown {
   border: 3px solid #968B82;
   color: #968B82;
}

.txt-border-gray {
   border: 3px solid #A8A8A8;
   color: #A8A8A8;
}

.txt-border-yellow {
   border: 3px solid #EFD459;
   color: #EFD459;
}

.txt-border-orange {
   border: 3px solid #BF9865;
   color: #BF9865;
}

.txt-bg {
   display: table;
   margin: 0px auto 0px auto;
   padding: 10px 25px;
   font-size: 20px;
   background-color: #BF9865;
   color: #000;
}

/* Text Hover Effect */

.txt-h {
   position: relative;
   margin-top: 10px;
   margin-bottom: 10px;
   -webkit-transition: all .5s ease-in-out;
   -moz-transition: all .5s ease-in-out;
   -o-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
}

.txt-h:hover {
   color: #000;
}

.txt-h:before,
.txt-h:after {
   width: 0;
   content: "";
   bottom: -5px;
   background: #000;
   height: 1px;
   position: absolute;
   -webkit-transition: width .5s ease;
   -moz-transition: width .5s ease;
   -o-transition: width .5s ease;
   transition: width .5s ease;
}

.txt-h:before {
   right: 50%;
}

.txt-h:after {
   left: 50%;
}

.txt-h:hover:before,
.txt-h:hover:after {
   width: 50%;
}

.line-l-gray:before {
   content: "";
   position: absolute;
   left: 0px;
   bottom: -3px;
   height: 2px;
   width: 0%;
   -webkit-transition: width 0.5s;
   -o-transition: width 0.5s;
   -moz-transition: width 0.5s;
   transition: width 0.5s;
}

.line-r-dark:before,
.line-r-gray:before {
   content: "";
   position: absolute;
   right: 0px;
   bottom: -3px;
   height: 2px;
   width: 0%;
   -webkit-transition: width 0.5s;
   -o-transition: width 0.5s;
   -moz-transition: width 0.5s;
   transition: width 0.5s;
}

.line-r-gray:hover:before,
.line-r-dark:hover:before,
.line-l-gray:hover:before {
   width: 100%;
}

.line-r-dark:before {
   background-color: #000;
}

.line-r-gray:before,
.line-l-gray:before {
   background-color: #D4D4D4;
}


/*==========================================
			  Background
==========================================*/

.bg-0 {
   background-color: #fff;
}

.bg-1 {
   background-color: #FBFBFB;
}

.bg-2 {
   background-color: #EDEDED;
}

.bg-3 {
   background-color: #F8F8F8;
}

.bg-4 {
   background-color: #F0F0F2;
}

.bg-5 {
   background-color: #f6f6f6;
}

.bg-6 {
   background-color: #7f888e;
}

.bg-7 {
   background-color: #f3f3f3;
}

.bg-8 {
   background-color: #18242B;
}

.bg-9 {
   background-color: #A1A587;
}

.bg-10 {
   background-color: #F6F8F8;
}

.bg-11 {
   background-color: #6FCACA;
}

.bg-black {
   background-color: #040404;
}

.bg-red {
   background-color: #EB5456;
}

.bg-green {
   background-color: #5DBB92;
}

.bg-yellow {
   background-color: #F3DA52;
}

.bg-gray {
   background-color: #1A1A1A;
}

.bg-blue {
   background-color: #242B36;
}

.bg-orange {
   background-color: #BF9865;
}

.overlay-dark:before,
.overlay-light:before,
.overlay-gray:before,
.overlay-orange:before,
.overlay-blue:before,
.overlay-red:before {
   position: absolute;
   content: " ";
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: block;
   z-index: 0;
}

.overlay-dark:before {
   background-color: #000;
   opacity: 0.1;
}


.overlay-light:before {
   background-color: #fff;
   opacity: 0.5;
}

.overlay-gray:before {
   background-color: #C9C9C9;
   opacity: 0.5;
}

.overlay-orange:before {
   background-color: #E0BB81;
   opacity: 0.5;
}

.overlay-blue:before {
   background-color: #4D5C71;
   opacity: 0.5;
}

.overlay-red:before {
   background-color: #EA4A4C;
   opacity: 0.5;
}


/*==========================================
			     Border
==========================================*/

.border {
   border-left: 1px solid #BF9865;
   border-right: 1px solid #fff;
}

.border-img {
   position: absolute;
   width: calc(100% - 70px);
   height: calc(100% - 70px);
   top: 35px;
   left: 35px;
   border: 1px dashed #968B82;
}

.border-light {
   border: 1px dashed #968B82;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

.border-light:hover {
   -moz-box-shadow: 0 0 18px 7px rgba(0,0,0,0.3);
   -webkit-box-shadow: 0 0 18px 7px rgba(0,0,0,0.3);
   box-shadow: 0 0 18px 7px rgba(0,0,0,0.3);
}

.border-large {
   position: absolute;
   width: calc(100% - 150px);
   height: calc(100% - 150px);
   top: 75px;
   left: 75px;
   border: 15px solid #968B82;
   background-color: #fff;
   -moz-box-shadow: 0 0 18px 7px rgba(0,0,0,0.3);
   -webkit-box-shadow: 0 0 18px 7px rgba(0,0,0,0.3);
   box-shadow: 0 0 18px 7px rgba(0,0,0,0.3);
}

.border-v > [class*='col-']:before,
.border-v-gray > [class*='col-']:before {
   width: 1px;
   content: " ";
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
}

.border-v > [class*='col-']:first-child:before,
.border-v-gray > [class*='col-']:first-child:before {
   display: none;
}

.border-v > [class*='col-']:before {
   background-color: #8B8B8B;
}

.border-v-gray > [class*='col-']:before {
   background-color: #E6E6E6;
}


/*==========================================
			  Separator / Line
==========================================*/

.line-orange-c {
   width: 50px;
   height: 2px;
   background-color: #BF9865;
   margin: 20px auto;
}

.line-orange-l {
   width: 50px;
   height: 2px;
   background-color: #BF9865;
   margin: 20px auto 20px 0;
}

.line-dark-l {
   width: 50px;
   height: 2px;
   background-color: #181818;
   margin: 20px auto 20px 0;
}

.line-dark-c {
   width: 50px;
   height: 2px;
   background-color: #181818;
   margin: 20px auto 20px auto;
}

.line-dark-r {
   width: 50px;
   height: 2px;
   background-color: #181818;
   margin: 20px 0 20px auto;
}

.line-light-l {
   width: 50px;
   height: 2px;
   background-color: #fff;
   margin: 20px auto 20px 0;
}

.line-gray-c {
   width: 50px;
   height: 5px;
   background-color: #8C8C8C;
   margin: 20px auto 20px auto;
}

.line-gray-l {
   width: 50px;
   height: 5px;
   background-color: #8C8C8C;
   margin: 20px auto 20px 0;
}

.line-red-l {
   width: 50px;
   height: 2px;
   background-color: #EB5456;
   margin: 20px auto 20px 0;
}

.line-red-c {
   width: 50px;
   height: 2px;
   background-color: #EB5456;
   margin: 20px auto 20px auto;
}

.line-red-r {
   width: 50px;
   height: 2px;
   background-color: #EB5456;
   margin: 20px 0 20px auto;
}

.line-txt {
   background-color: #CDCDCD;
   height: 1px;
   width: 15px;
   display: inline-block;
   vertical-align: middle;
   margin-right: 10px;
}

.sep-orange-1 {
   width: 40px;
   height: 1px;
   position: relative;
   display: block;
   left: -7px;
   background: #BF9865;
   margin: 20px auto;
}

.sep-orange-1:before {
   content: '';
   width: 40px;
   height: 1px;
   position: absolute;
   right: -14px;
   background: #BF9865;
   margin: 5px 0;
}

.sep-orange-2 {
   width: 55px;
   height: 1px;
   position: relative;
   display: block;
   left: -10px;
   background: #BF9865;
   margin: 20px auto 0;
}

.sep-orange-2:before {
   content: '';
   width: 55px;
   height: 1px;
   position: absolute;
   right: -20px;
   background: #BF9865;
   margin: 5px 0;
}

.sep-dark-1 {
   width: 55px;
   height: 1px;
   position: relative;
   display: block;
   left: -10px;
   background: #181818;
   margin: 20px auto;
}

.sep-dark-1:before {
   content: '';
   width: 55px;
   height: 1px;
   position: absolute;
   right: -20px;
   background: #181818;
   margin: 5px 0;
}

.sep-dark-2 {
   width: 40px;
   height: 1px;
   position: relative;
   display: block;
   left: -7px;
   background: #181818;
   margin: 20px auto;
}

.sep-dark-2:before {
   content: '';
   width: 40px;
   height: 1px;
   position: absolute;
   right: -14px;
   background: #181818;
   margin: 5px 0;
}

.sep-h-orange {
   width: 12px;
   height: 3px;
   background-color: #E5B63C;
   position: relative;
   margin-right: 30px;
   display: inline-block;
   vertical-align: middle;
}

.sep-h-orange:before {
   content: '';
   width: 30px;
   height: 1px;
   background-color: #E5B63C;
   position: absolute;
   margin-top: 1px;
}

.sep-h-orange-dark {
   width: 12px;
   height: 3px;
   background-color: #181818;
   position: relative;
   margin-right: 30px;
   display: inline-block;
   vertical-align: middle;
}

.sep-h-orange-dark:before {
   content: '';
   width: 30px;
   height: 1px;
   background-color: #181818;
   position: absolute;
   margin-top: 1px;
}

.sep-v {
   width: 12px;
   height: 3px;
   background-color: #E5B63C;
   position: relative;
   display: inline-block;
   vertical-align: middle;
   margin-top: 20px;
   margin-bottom: 20px;
}

.sep-v:before {
   content: '';
   width: 50px;
   height: 1px;
   background-color: #E5B63C;
   position: absolute;
   margin-top: 1px;
}


/*==========================================
			    Parallax
==========================================*/

.parallax {
   position: relative;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: 50% 50%;
}

.cover-bg {
   position: relative;
   background-size: cover !important;
   overflow: hidden;
   background-position: center center;
   background-repeat: no-repeat;
}

.parallax-bg {
   position: relative;
   background-size: cover !important;
   overflow: hidden;
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
}

.parallax-bg-full {
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover !important;
   height: 100%;
   width: 100%;
}

.parallax-full {
   height: 100vh;
}

.parallax-container {
   display: table;
   table-layout: fixed;
   width: 100%;
   height: 100%;
   overflow: hidden;
   position: relative;
}

.parallax-content {
   max-width: 450px;
   margin: -150px auto 0 auto;
   display: table-cell;
   vertical-align: middle;
   color: #ebebeb;
   padding-top: 0;
   padding-right: 5px;
   padding-left: 5px;
   padding-bottom: 0;
   text-align: center;
}

.parallax-content h2 {
   color: #ffffff;
   font-size: 70px;
   margin: 0;
   font-weight: 100;
}

.parallax-content h4 {
   color: #ffffff;
   font-size: 20px;
   margin: 0 0 0 5px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 5px;
}

.parallax-txt-slide {
   color: #181818;
   font-size: 20px;
   margin: 0 0 0 5px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 5px;
}

.parallax-txt-bg {
   background: rgba(0,0,0,0.30);
   padding: 60px;
}

.parallax-content p {
   margin-top: 15px;
   margin-right: auto;
   margin-left: auto;
   margin-bottom: 0;
   color: #EBEBEB;
}

.parallax-box {
   position: relative;
   color: #fff;
   line-height: 1;
   top: 0;
   transition: all 0.2s ease-out;
   padding: 70px 40px;
}

.parallax-box.box-1 {
   background-color: #FBFBFB;
}

.parallax-box.box-2 {
   background-color: #EDEDED;
}

.parallax-box.box-3 {
   background-color: #F8F8F8;
}

.parallax-box-des {
   vertical-align: middle;
   display: table-cell;
}

.parallax-box-des h4 {
   font-size: 20px;
   margin: 0 0 10px 0;
}

.parallax-box-des p {
   font-size: 13px;
   margin-bottom: 0;
   line-height: 20px;
}

.parallax-box-icon {
   display: table-cell;
   vertical-align: top;
   padding-left: 10px;
}

.parallax-box:hover {
   top: -10px;
}

.parallax-box-icon img {
   margin-left: 50px;
   margin-top: -20px;
}

.nav-parallax {
   position: fixed;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
   right: 50px;
   top: 50%;
   z-index: 9999;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}

.nav-dots-parallax ul {
   padding: 0;
}

.nav-dots-parallax ul li {
   list-style-type: none;
   margin: 10px 0;
}

.nav-dots-parallax ul li a {
   text-indent: -9999px;
   display: block;
   border-radius: 50%;
   width: 7px;
   height: 7px;
   background: #eee;
}

.nav-dots-parallax ul li a.active {
   background: none;
   border: 1px solid #fff;
}


/*==========================================
			  Heading Title
==========================================*/

.heading-wrap {
   text-align: center;
}

.heading-des {
   text-transform: uppercase;
   letter-spacing: 5px;
   margin-right: -5px;
   font-size: 8px;
   margin-bottom: 7px;
   margin-top: 7px;
}

.heading-title,
.heading-title-2 {
   text-transform: capitalize;
   font-weight: 100;
   font-size: 50px;
   margin-top: 0;
   margin-bottom: 0;
   letter-spacing: 1px;
}

.heading-title span {
   color: #E7E7E7;
   text-transform: capitalize;
   margin-left: -14px;
}

.heading-title-2 span {
   color: #C9C9C9;
   text-transform: capitalize;
}

.heading-intro {
   font-weight: 300;
   line-height: 40px;
}

.heading-slide-dark,
.heading-slide-light,
.heading-slide-orange {
   font-weight: 300;
}

.heading-slide-dark span {
   color: #181818;
}

.heading-slide-light span {
   color: #fff;
}

.heading-slide-orange span {
   color: #BF9865;
}

.heading-side-l,
.heading-side-r {
   width: 700px;
   height: 125px;
   position: absolute;
   top: 700px;
   left: 0;
   background-color: rgba(0,0,0,0.90);
   -webkit-transform-origin: 0 0;
   -moz-transform-origin: 0 0;
   -ms-transform-origin: 0 0;
   -o-transform-origin: 0 0;
   transform-origin: 0 0;
   text-align: center;
   -webkit-transform: rotate(-90deg);
   -moz-transform: rotate(-90deg);
   -o-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
   transform: rotate(-90deg);
   padding-top: 50px;
   z-index: 100;
}

.heading-side-l .v-center,
.heading-side-r .v-center {
   display: inline-block;
}

.heading-side-l h2,
.heading-side-r h2 {
   float: left;
   color: #FFFFFF;
   font-size: 30px;
   margin: -4px;
}

.heading-side-l span,
.heading-side-r span {
   font-family: 'Open Sans', sans-serif;
   float: left;
   font-size: 60px;
   font-weight: 700;
   color: #2f2f2f;
   margin-left: 10px;
   margin-top: -32px;
}

.heading-side-l .line-orange-l,
.heading-side-r .line-orange-l {
   width: 30px;
   height: 1px;
   background-color: #2f2f2f;
   float: left;
   margin-top: 18px;
   margin-right: 10px;
}

.vertical-text {
   transform: rotate(90deg);
   transform-origin: left top 0;
   float: left;
   font-size: 10px;
   letter-spacing: 1px;
   color: #A9A9A9;
}


/*==========================================
			     Button
==========================================*/

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn:active.focus,
.btn.active.focus {
   outline: none;
   color: inherit;
}

.btn {
   display: inline-block;
   border-radius: 2px;
   letter-spacing: 1px;
   text-transform: uppercase;
   font-weight: 600;
}

.btn-l {
   padding: 15px 70px;
   font-size: 11px;
}


.btn-m {
   padding: 15px 50px;
   font-size: 11px;
   width:auto;
}
.fixrtebtn .btn-m {
   width:200px;
}
.btn-s {
   padding: 10px 20px;
   font-size: 11px;
}

.btn-xs {
   padding: 5px 10px;
   font-size: 10px;
}

.btn-dark,
.btn-dark:focus {
   background: #181818;
   color: #fff;
   border: 1px solid #181818;
}

.btn-dark:hover {
   background-color: #565656;
   color: #fff;
   border: 1px solid #565656;
}

.btn-light,
.btn-light:focus {
   background: #fff;
   color: #181818;
   border: 1px solid #181818;
}

.btn-light:hover {
   background: #181818;
   color: #fff;
}

.btn-gray,
.btn-gray:focus {
   background-color: #3E3E3E;
   color: #fff;
   border: 1px solid #3E3E3E;
}

.btn-gray:hover {
   background-color: #646464;
   color: #fff;
   border: 1px solid #646464;
}

.btn-gray-2,
.btn-gray-2:focus {
   background-color: #323232;
   color: #fff;
   border: 1px solid #323232;
}

.btn-gray-2:hover {
   background-color: #424242;
   color: #fff;
   border: 1px solid #424242;
}

.btn-green,
.btn-green:focus {
   background-color: #5DBB92;
   color: #fff;
   border: 1px solid #5DBB92;
}

.btn-green:hover {
   background-color: #93D1B6;
   color: #fff;
   border: 1px solid #93D1B6;
}

.btn-orange,
.btn-orange:focus {
   background-color: #918c10;
   color: #fff;
   border: 1px solid #918c10;
   border-radius: 0
}

.btn-orange:hover {
   background-color: #e28433;
   color: #fff;
   border: 1px solid #e28433;
}

.btn-red,
.btn-red:focus {
   background-color: transparent;
   color: #EA4A4C;
   border: 2px solid #EA4A4C;
}

.btn-red:hover {
   background: #EA4A4C;
   color: #fff;
   border: 2px solid #EA4A4C;
}

.btn-transparent-dark,
.btn-transparent-dark:focus {
   background: transparent;
   color: #181818;
   border: 1px solid #181818;
}

.btn-transparent-dark:hover {
   background: #181818;
   color: #fff;
}

.btn-transparent-light,
.btn-transparent-light:focus {
   background: transparent;
   color: #fff;
   border: 1px solid #fff;
}

.btn-transparent-light:hover {
   background: #fff;
   color: #000;
   border: 1px solid #fff;
}

.btn-blue,
.btn-blue:focus {
   background-color: #4E5663;
   color: #fff;
   border: 1px solid #4E5663;
}

.btn-blue:hover {
   background-color: #677184;
   color: #fff;
   border: 1px solid #677184;
}


/*==========================================
			     Navbar
==========================================*/

.nav-light .nav > li > a,
.nav-dark .nav > li > a,
.nav-transparent .nav > li > a {
   text-transform: uppercase;
   padding: 20px 15px;
}

.nav-light .nav > li > a {
   font-size: 12px;
   color: #181818;
   letter-spacing: 1px;
}

.nav-dark .nav > li > a {
   font-size: 10px;
   color: #747474;
}

.nav-transparent .nav > li > a {
   font-size: 10px;
   color: #181818;
}

.nav-light .nav > li > a:hover,
.nav-light .nav > li > a:focus,
.nav-dark .nav > li > a:hover,
.nav-dark .nav > li > a:focus,
.nav-transparent .nav > li > a:hover,
.nav-transparent .nav > li > a:focus {
   color: #e28433;
   background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
   background-color: transparent;
   border-color: transparent;
   color: #BF9865;
}

.navbar .navbar-brand img {
   padding: 5px;
   max-height: 75px;
   -webkit-transition: 0.5s;
   -moz-transition: 0.5s;
   -ms-transition: 0.5s;
   transition: 0.5s;
   margin-top: -12px;
}

.navbar.shrink .navbar-brand img {
   max-height: 50px;
   -webkit-transition: 0.5s;
   -moz-transition: 0.5s;
   -ms-transition: 0.5s;
   transition: 0.5s;
   margin-top: -8px;
}

.nav-light .navbar-brand,
.nav-dark .navbar-brand,
.nav-transparent .navbar-brand {
   font-size: 20px;
}

nav.navbar.shrink .navbar-brand {
   font-size: 15px;
}

.nav-light .menu-large,
.nav-dark .menu-large,
.nav-transparent .menu-large {
   position: static;
}

.nav-light .megamenu,
.nav-dark .megamenu,
.nav-transparent .megamenu {
   padding: 30px 0px;
   width: 700px;
   background-color: rgba(33,33,33,0.95);
   min-width: 50%;
}

.nav-light .megamenu > li > ul,
.nav-dark .megamenu > li > ul,
.nav-transparent .megamenu > li > ul {
   padding: 0;
   margin: 0;
}

.nav-light .megamenu > li > ul > li,
.nav-dark .megamenu > li > ul > li,
.nav-transparent .megamenu > li > ul > li {
   list-style: none;
}

.nav-light .megamenu > li > ul > li > a,
.nav-dark .megamenu > li > ul > li > a,
.nav-transparent .megamenu > li > ul > li > a {
   display: block;
   padding: 5px 20px;
   clear: both;
   font-weight: 600;
   line-height: 1.428571429;
   color: #E5E5E5;
   white-space: normal;
   font-size: 11px;
   text-transform: uppercase;
}

.nav-light .megamenu > li ul > li > a:hover,
.nav-light .megamenu > li ul > li > a:focus,
.nav-dark .megamenu > li ul > li > a:hover,
.nav-dark .megamenu > li ul > li > a:focus,
.nav-transparent .megamenu > li ul > li > a:hover,
.nav-transparent .megamenu > li ul > li > a:focus {
   color: #BF9865;
   background-color: #121212;
}

.nav-light .megamenu.disabled > a,
.nav-light .megamenu.disabled > a:hover,
.nav-light .megamenu.disabled > a:focus,
.nav-dark .megamenu.disabled > a,
.nav-dark .megamenu.disabled > a:hover,
.nav-dark .megamenu.disabled > a:focus,
.nav-transparent .megamenu.disabled > a,
.nav-transparent .megamenu.disabled > a:hover,
.nav-transparent .megamenu.disabled > a:focus {
   color: #999999;
}

.nav-light .megamenu.disabled > a:hover,
.nav-light .megamenu.disabled > a:focus,
.nav-dark .megamenu.disabled > a:hover,
.nav-dark .megamenu.disabled > a:focus,
.nav-transparent .megamenu.disabled > a:hover,
.nav-transparent .megamenu.disabled > a:focus {
   text-decoration: none;
   background-color: transparent;
   background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
   cursor: not-allowed;
}

.nav-light .megamenu .dropdown-header,
.nav-dark .megamenu .dropdown-header,
.nav-transparent .megamenu .dropdown-header {
   color: #BF9865;
   font-size: 11px;
   margin-bottom: 10px;
   text-transform: uppercase;
   font-weight: 600;
}

.nav-light .dropdown-menu .divider,
.nav-dark .dropdown-menu .divider,
.nav-transparent .dropdown-menu .divider {
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #474747;
}


/*==========================================
			     Form Search
==========================================*/

.form-search {
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.95);
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   -webkit-transform: translate(0px, -100px) scale(0, 0);
   -moz-transform: translate(0px, -100px) scale(0, 0);
   -o-transform: translate(0px, -100px) scale(0, 0);
   -ms-transform: translate(0px, -100px) scale(0, 0);
   transform: translate(0px, -100px) scale(0, 0);
   opacity: 0;
   z-index: 9999;
}

.form-search.open {
   -webkit-transform: translate(0px, 0px) scale(1, 1);
   -moz-transform: translate(0px, 0px) scale(1, 1);
   -o-transform: translate(0px, 0px) scale(1, 1);
   -ms-transform: translate(0px, 0px) scale(1, 1);
   transform: translate(0px, 0px) scale(1, 1);
   opacity: 1;
}

.form-search input[type="search"] {
   position: absolute;
   top: 50%;
   left: 25%;
   width: 50%;
   color: #A9A9A9;
   background-color: rgba(0, 0, 0, 0);
   font-size: 30px;
   font-weight: 300;
   text-align: left;
   border-left: 0px;
   border-right: 0px;
   border-bottom: 1px solid #393939;
   border-top: 0px;
   margin: -51px auto 0 auto;
   padding: 25px 30px;
   outline: none;
}

.form-search .btn {
   color: #515151;
   font-size: 11px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: 60px;
   margin-left: -50px;
   background-color: transparent;
   border-left: 1px solid transparent;
   border-right: 1px solid transparent;
   padding: 10px 15px;
   -webkit-transition: 0.5s;
   -moz-transition: 0.5s;
   -ms-transition: 0.5s;
   transition: 0.5s;
}

.form-search .btn:hover {
   border-left: 1px solid #515151;
   border-right: 1px solid #515151;
   color: #BF9865;
   padding: 10px 15px;
}

.form-search .close {
   position: fixed;
   top: 20px;
   right: 20px;
   color: #fff;
   opacity: 1;
   padding: 10px 17px;
   font-size: 27px;
   background-image: url(../img/icon/close-w.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
}


/*==========================================
			  Owl Carousel
==========================================*/

.owl-full-screen {
   height: 100vh;
   width: 100%;
}

.owl-half-screen {
   height: 70vh;
   width: 100%;
}

.owl-wrap {
   height: 100%;
   width: 100%;
   background-color: #181818;
}

.owl-wrap .owl-stage-outer,
.owl-wrap .owl-stage,
.owl-wrap .owl-item,
.owl-wrap .owl-cover {
   height: 100%;
}

.owl-cover {
   width: 100%;
   position: relative;
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
}

.owl-content {
   width: 100%;
   height: 100%;
   display: table;
   color: #ffffff;
}

.owl-content-des,
.owl-content-des-l,
.owl-content-des-r,
.owl-content-des-b-l {
   width: 100%;
   vertical-align: middle;
   display: table-cell;
   position: relative;
   padding-bottom: 0;
   z-index: 1;
}

.owl-content-des {
   text-align: center;
   padding-right: 20px;
   padding-left: 20px;
}

.owl-content-des-l {
   text-align: left;
   padding-right: 20px;
   padding-left: 90px;
   
   position:absolute;
   top:55px;
}

.owl-content-des-r {
   text-align: right;
   padding-right: 90px;
   padding-left: 20px;
}

.owl-content-des-b-l {
   text-align: left;
   padding-right: 20px;
   padding-left: 90px;
   vertical-align: bottom;
   padding-bottom: 120px;
}

.slide-home .item.active,
.slide-home-2 .item.active {
   opacity: 1;
   -webkit-transition: opacity ease-in-out 500ms;
   -moz-transition: opacity ease-in-out 500ms;
   -o-transition: opacity ease-in-out 500ms;
   transition: opacity ease-in-out 500ms;
}

.slide-home .active .animated-item-1,
.slide-home-2 .active .animated-item-1,
.animated-txt-1 {
   -webkit-animation: fadeInDown 300ms linear 300ms both;
   -moz-animation: fadeInDown 300ms linear 300ms both;
   -o-animation: fadeInDown 300ms linear 300ms both;
   -ms-animation: fadeInDown 300ms linear 300ms both;
   animation: fadeInDown 300ms linear 300ms both;
   -webkit-animation-duration: 600ms;
   -moz-animation-duration: 600ms;
   -ms-animation-duration: 600ms;
   -o-animation-duration: 600ms;
   animation-duration: 600ms;
}

.slide-home .active .animated-item-2,
.slide-home-2 .active .animated-item-2,
.animated-txt-2 {
   -webkit-animation: fadeInUp 300ms linear 600ms both;
   -moz-animation: fadeInUp 300ms linear 600ms both;
   -o-animation: fadeInUp 300ms linear 600ms both;
   -ms-animation: fadeInUp 300ms linear 600ms both;
   animation: fadeInUp 300ms linear 600ms both;
   -webkit-animation-duration: 600ms;
   -moz-animation-duration: 600ms;
   -ms-animation-duration: 600ms;
   -o-animation-duration: 600ms;
   animation-duration: 600ms;
}

.slide-home .active .animated-item-3,
.slide-home-2 .active .animated-item-3,
.animated-txt-3 {
   -webkit-animation: fadeInUp 300ms linear 900ms both;
   -moz-animation: fadeInUp 300ms linear 900ms both;
   -o-animation: fadeInUp 300ms linear 900ms both;
   -ms-animation: fadeInUp 300ms linear 900ms both;
   animation: fadeInUp 300ms linear 900ms both;
   -webkit-animation-duration: 600ms;
   -moz-animation-duration: 600ms;
   -ms-animation-duration: 600ms;
   -o-animation-duration: 600ms;
   animation-duration: 600ms;
}

.slide-home.owl-theme .owl-dots .owl-dot span,
.slide-home-2.owl-theme .owl-dots .owl-dot span,
.box-slide-1.owl-theme .owl-dots .owl-dot span,
.box-slide-2.owl-theme .owl-dots .owl-dot span,
.creative.owl-theme .owl-nav [class*='owl-'],
.portfolio-single.owl-theme .owl-nav [class*='owl-'],
.testimonial-1 .testimonial.owl-theme .owl-dots .owl-dot span,
.testimonial-2 .testimonial.owl-theme .owl-dots .owl-dot span,
.blog-slide.owl-theme .owl-nav [class*='owl-'] {
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

.slide-home.owl-theme .owl-dots {
   text-align: center;
   position: absolute;
   margin: 0;
   width: 100%;
   bottom: 90px;
}

.slide-home-2.owl-theme .owl-dots {
   text-align: center;
   position: absolute;
   margin: 0;
   width: 100%;
   bottom: 40px;
}

.slide-home.owl-theme .owl-dots .owl-dot span,
.slide-home-2.owl-theme .owl-dots .owl-dot span {
   width: 30px;
   height: 3px;
   margin: 5px 7px;
   background-color: #D9D9D9;
   -webkit-border-radius: 1px;
   -moz-border-radius: 1px;
   border-radius: 1px;
}

.slide-home.owl-theme .owl-dots .owl-dot.active span,
.slide-home.owl-theme .owl-dots .owl-dot:hover span,
.slide-home-2.owl-theme .owl-dots .owl-dot.active span,
.slide-home-2.owl-theme .owl-dots .owl-dot:hover span {
   background-color: #5C5C5C;
}

.box-slide-1.owl-theme .owl-dots {
   text-align: right;
   position: absolute;
   margin: 0;
   width: 100%;
   bottom: 50px;
   right: 40px;
}

.box-slide-1.owl-theme .owl-dots .owl-dot span {
   width: 6px;
   height: 6px;
   margin: 5px 7px;
   background: transparent;
   display: block;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   border: 1px solid #fff;
}

.box-slide-1.owl-theme .owl-dots .owl-dot.active span,
.box-slide-1.owl-theme .owl-dots .owl-dot:hover span {
   background: #fff;
}

.box-slide-2.owl-theme .owl-dots {
   text-align: right;
   position: absolute;
   margin: 0;
   width: 100%;
   bottom: 10px;
   right: 10px;
}

.box-slide-2.owl-theme .owl-dots .owl-dot span {
   width: 25px;
   height: 3px;
   margin: 5px 7px;
   background: #D6D6D6;
   display: block;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
}

.box-slide-2.owl-theme .owl-dots .owl-dot.active span,
.box-slide-2.owl-theme .owl-dots .owl-dot:hover span {
   background: #869791;
}

.creative.owl-theme .owl-nav {
   text-align: center;
   margin-top: 20px;
}

.portfolio-single.owl-theme .owl-nav {
   text-align: center;
   margin-top: 60px;
   position: absolute;
   top: -72px;
   right: 0;
}

.creative.owl-theme .owl-nav [class*='owl-'],
.portfolio-single.owl-theme .owl-nav [class*='owl-'] {
   margin: 3px;
   padding: 4px 5px;
   background: transparent;
   opacity: 0.2;
}

.creative.owl-theme .owl-nav [class*='owl-']:hover,
.portfolio-single.owl-theme .owl-nav [class*='owl-']:hover {
   background-color: transparent;
   opacity: 1;
}

.testimonial-1 .testimonial.owl-theme .owl-dots .owl-dot span {
   background-color: #B6B6B6;
   width: 8px;
   height: 8px;
   border: 1px solid transparent;
}

.testimonial-1 .testimonial.owl-theme .owl-dots .owl-dot.active span,
.testimonial-1 .testimonial.owl-theme .owl-dots .owl-dot:hover span {
   background-color: #E1E1E1;
   border: 1px solid #B4B4B4;
}

.testimonial-2 .testimonial.owl-theme .owl-dots .owl-dot span {
   background-color: #C8C8C8;
   width: 8px;
   height: 8px;
}

.testimonial-2 .testimonial.owl-theme .owl-dots .owl-dot.active span,
.testimonial-2 .testimonial.owl-theme .owl-dots .owl-dot:hover span {
   background: #fff;
   border: 1px solid #EBEBEB;
}

.blog-slide .owl-prev,
.blog-slide .owl-next {
   position: absolute;
   top: calc(50% - 25px);
}

.blog-slide .owl-prev {
   left: 20px;
}

.blog-slide .owl-next {
   right: 20px;
}

.blog-slide.owl-theme .owl-nav [class*='owl-'] {
   padding: 8px;
   background: transparent;
   opacity: 0.6;
   border: 1px solid #000;
   border-radius: 1px;
}

.blog-slide.owl-theme .owl-nav [class*='owl-']:hover {
   background: transparent;
   opacity: 1;
}

.blog-slide.owl-theme .owl-nav .disabled {
   opacity: 1;
}


/*==========================================
			  Countdown
==========================================*/

ul.countdown {
   margin: 0;
   padding: 0;
   display: block;
   color: #000;
   font-family: 'Open Sans', sans-serif;
}

ul.countdown li {
   display: inline-block;
}

ul.countdown li span {
   font-size: 20px;
   font-weight: 300;
   margin-top: 0px;
   margin-bottom: 0px;
}

ul.countdown li.seperator {
   font-size: 20px;
   vertical-align: top;
   color: #BCBCBC;
}

ul.countdown li p {
   color: #CCCCCC;
   font-size: 11px;
}


/*==========================================
			   Counter
==========================================*/

/* Counter 1 */

.counter-1-bord {
   border-right: 1px solid #EFEFEF;
}

.counter-1-wrap {
   text-align: center;
   padding: 50px 0px;
}

.counter-1-wrap .counter-number {
   font-family: 'Open Sans', sans-serif;
   color: #181818;
   font-size: 35px;
   font-weight: 300;
   margin-top: 10px;
   letter-spacing: 1px;
}

.counter-1-wrap .counter-text {
   color: #2E2E2E;
   font-size: 12px;
   text-transform: uppercase;
   display: block;
   margin-top: 10px;
   text-indent: 2px;
}

.counter-1-wrap .counter-sub-text {
   color: #959595;
   font-size: 10px;
   text-transform: uppercase;
   display: block;
   margin-top: 4px;
   font-style: italic;
   letter-spacing: 2px;
   text-indent: 2px;
}

/* Counter 3 */

.counter-3-bord {
   border-right: 1px solid #E1E1E1;
}

.counter-3-wrap {
   text-align: center;
   padding-top: 25px;
   padding-right: 0px;
   padding-left: 0px;
   padding-bottom: 25px;
   color: #FFFFFF;
}

.counter-3-wrap .counter-number {
   font-family: 'Open Sans', sans-serif;
   font-size: 35px;
   font-weight: 300;
   margin-top: 10px;
   letter-spacing: 1px;
}

.counter-3-wrap .counter-text {
   font-size: 12px;
   text-transform: uppercase;
   display: block;
   margin-top: 5px;
   text-indent: 2px;
}

.counter-3-wrap .counter-sub-text {
   font-size: 10px;
   text-transform: uppercase;
   display: block;
   margin-top: 4px;
   font-style: italic;
   letter-spacing: 2px;
   text-indent: 2px;
}

.counter-3-wrap i {
   font-size: 20px;
}


/*==========================================
			    Box Service
==========================================*/

/* Services 1 */

.service-1-up,
.service-1-down,
.service-1-left,
.service-1-right {
   width: 100%;
   height: 14em;
   text-align: center;
   position: relative;
}

.service-1-up,
.service-1-up *,
.service-1-down,
service-1-down *,
.service-1-left,
service-1-left *,
.service-1-right,
service-1-right * {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.service-1-up ul,
.service-1-down ul,
.service-1-left ul,
.service-1-right ul {
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transform: translate3D(0, 0, -7em);
   transform: translate3D(0, 0, -7em);
   list-style: none;
   margin: 0;
   padding: 0;
   width: 100%;
   height: 100%;
}

.service-1-up ul li,
.service-1-down ul li,
.service-1-left ul li,
.service-1-right ul li {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   display: block;
   height: 100%;
   -webkit-transition: 0.5s all;
   transition: 0.5s all;
}

.service-1-up .title,
.service-1-down .title,
.service-1-left .title,
.service-1-right .title {
   font-size: 12px;
   letter-spacing: 2px;
   text-transform: uppercase;
   font-weight: 600;
}

.service-1-up .title-after,
.service-1-down .title-after,
.service-1-left .title-after,
.service-1-right .title-after {
   font-weight: 700;
   font-size: 15px;
   letter-spacing: 1px;
   margin: 0 0 15px 0;
   text-transform: uppercase;
}

.service-1-up .des,
.service-1-down .des,
.service-1-left .des,
.service-1-right .des {
   font-size: 13px;
   padding: 0 30px;
   margin: 0;
   line-height: 18px;
}

.service-1-up .number,
.service-1-down .number,
.service-1-left .number,
.service-1-right .number {
   font-family: 'Open Sans', sans-serif;
   position: absolute;
   top: -10px;
   font-size: 120px;
   left: 10px;
   color: rgba(202,202,202,0.30);
   font-weight: 100;
   z-index: -1;
}

.service-1-up ul li:nth-of-type(odd),
.service-1-down ul li:nth-of-type(odd),
.service-1-left ul li:nth-of-type(odd),
.service-1-right ul li:nth-of-type(odd) {
   background-color: #eee;
   color: #181818;
}

.service-1-up ul li:nth-of-type(even),
.service-1-down ul li:nth-of-type(even),
.service-1-left ul li:nth-of-type(even),
.service-1-right ul li:nth-of-type(even) {
   background-color: #fff;
   color: #181818;
}

/* Effect 1: Show Up on hover */
.service-1-up ul li:nth-of-type(1) {
   -webkit-transform: rotateX(0deg) translate3D(0, 0, 7em);
   transform: rotateX(0deg) translate3D(0, 0, 7em);
}

.service-1-up ul li:nth-of-type(2) {
   -webkit-transform: rotateX(-90deg) translate3D(0, 0, 7em);
   transform: rotateX(-90deg) translate3D(0, 0, 7em);
}

.effect-up:hover li:nth-of-type(1) {
   -webkit-transform: rotateX(90deg) translate3D(0, 0, 7em);
   transform: rotateX(90deg) translate3D(0, 0, 7em);
}

.effect-up:hover li:nth-of-type(2) {
   -webkit-transform: rotateX(0deg) translate3D(0, 0, 7em);
   transform: rotateX(0) translate3D(0, 0, 7em);
}

/* Effect 2: Show Down on hover */
.service-1-down ul li:nth-of-type(1) {
   -webkit-transform: rotateX(0deg) translate3D(0, 0, 7em);
   transform: rotateX(0deg) translate3D(0, 0, 7em);
}

.service-1-down ul li:nth-of-type(2) {
   -webkit-transform: rotateX(90deg) translate3D(0, 0, 7em);
   transform: rotateX(90deg) translate3D(0, 0, 7em);
}

.effect-down:hover li:nth-of-type(1) {
   -webkit-transform: rotateX(-90deg) translate3D(0, 0, 7em);
   transform: rotateX(-90deg) translate3D(0, 0, 7em);
}

.effect-down:hover li:nth-of-type(2) {
   -webkit-transform: rotateX(0deg) translate3D(0, 0, 7em);
   transform: rotateX(0deg) translate3D(0, 0, 7em);
}

/* Next Upgrade - Effect 3: Show Left on hover */
.service-1-left ul li:nth-of-type(1) {
   -webkit-transform: rotateY(0deg) translate3D(0, 0, 7em);
   transform: rotateY(0deg) translate3D(0, 0, 7em);
}

.service-1-left ul li:nth-of-type(2) {
   -webkit-transform: rotateY(-90deg) translate3D(0, 0, 7em);
   transform: rotateY(-90deg) translate3D(0, 0, 7em);
}

.effect-left:hover li:nth-of-type(1) {
   -webkit-transform: rotateY(90deg) translate3D(0, 0, 7em);
   transform: rotateY(90deg) translate3D(0, 0, 7em);
}

.effect-left:hover li:nth-of-type(2) {
   -webkit-transform: rotateY(0deg) translate3D(0, 0, 7em);
   transform: rotateY(0deg) translate3D(0, 0, 7em);
}

/* Next Upgrade - Effect 4: Show Right on hover */
.service-1-right ul li:nth-of-type(1) {
   -webkit-transform: rotateY(0deg) translate3D(0, 0, 7em);
   transform: rotateY(0deg) translate3D(0, 0, 7em);
}

.service-1-right ul li:nth-of-type(2) {
   -webkit-transform: rotateY(90deg) translate3D(0, 0, 7em);
   transform: rotateY(90deg) translate3D(0, 0, 7em);
}

.effect-right:hover li:nth-of-type(1) {
   -webkit-transform: rotateY(-90deg) translate3D(0, 0, 7em);
   transform: rotateY(-90deg) translate3D(0, 0, 7em);
}

.effect-right:hover li:nth-of-type(2) {
   -webkit-transform: rotateY(0deg) translate3D(0, 0, 7em);
   transform: rotateY(0deg) translate3D(0, 0, 7em);
}

/* Services 5 */

.service-5 .icon-box > .icons {
   width: 70px;
   height: 70px;
   line-height: 70px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   border-radius: 50%;
   color: #9A9A9A;
   position: relative;
   z-index: 99;
   font-size: 20px;
   background-color: #F3F3F3;
}

.service-5 .icon-box > .icons:after {
   content: "";
   background-color: #181818;
   top: 0px;
   position: absolute;
   width: 70px;
   height: 70px;
   left: 0px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   border-radius: 50%;
   -webkit-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
   -moz-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
   -ms-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
   -o-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
   transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
   z-index: -10;
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -ms-transform: scale(0);
   -o-transform: scale(0);
   transform: scale(0);
}

.service-5 .icon-box-animaiton:hover .icon-box > .icons:after {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
   opacity: 1;
}

.service-5 .icon-box-animaiton:hover .icon-box > .icons:before {
   color: #F0B05D;
}

.service-5 .icon-box-animaiton h3 {
   font-size: 15px;
   font-weight: 600;
}

.service-5 .more {
   text-transform: uppercase;
   font-size: 11px;
}

.service-5 .icon-box-animaiton:hover .more {
   color: #181818;
}

/* Services 6 */

.service-6 .icon {
   font-size: 30px;
   color: #F8F8F8;
   display: inline-block;
   height: 80px;
   line-height: 80px;
   width: 80px;
   border-radius: 3px;
   -webkit-transition: background-color 0.4s ease-in-out;
   transition: background-color 0.4s ease-in-out;
   background-color: #F3F3F3;
}

.service-6 .service-wrap .col-md-4:hover .icon {
   background-color: #333;
}

.service-6 .service-wrap .col-sm-4 {
   border-right: 1px solid #f2f2f2;
   border-bottom: 1px solid #f2f2f2;
   padding-top: 60px;
   padding-bottom: 50px;
}

.service-6 .service-wrap .col-md-4:nth-child(4),
.service-6 .service-wrap .col-md-4:nth-child(5),
.service-6 .service-wrap .col-md-4:nth-child(6) {
   border-bottom: 0;
   padding-top: 60px;
}

.service-6 .service-wrap .col-md-4:nth-child(3),
.service-6 .service-wrap .col-md-4:nth-child(6) {
   border-right: 0;
}

.service-6 .service-info {
   padding: 30px 30px 0 30px;
}

.service-6 .service-info h3 {
   font-weight: 600;
   font-size: 16px;
}

/* Services 7 */

.service-7 {
   overflow: hidden;
}

.service-7 .box-u,
.service-7 .box-r {
   background-color: #f3f3f3;
   position: relative;
   text-align: center;
   height: 250px;
   overflow: hidden;
   cursor: pointer;
}

.service-7 .box-u i,
.service-7 .box-r i {
   color: #181818;
   font-size: 20px;
}

.service-7 .service-title {
   font-size: 11px;
   color: #181818;
   text-transform: uppercase;
   font-weight: 600;
   letter-spacing: 1px;
}

.service-7 .service-sub-title {
   font-size: 10px;
   color: #a8a8a8;
   text-transform: uppercase;
   letter-spacing: 1px;
}

.service-7 .box-inside-u,
.service-7 .box-hover-u,
.service-7 .box-inside-r,
.service-7 .box-hover-r {
   width: 100%;
   position: relative;
   -webkit-transform: translate3d(0, 0px, 0);
   -moz-transform: translate3d(0, 0px, 0);
   transform: translate3d(0, 0px, 0);
   -webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   transition: all .5s ease;
}
.slidlog {
  /*margin-bottom: 101px;*/
  margin-bottom: 70px;
/*  margin-top: -130px;*/
}
.service-7 .box-hover-u {
   height: 100%;
   position: absolute;
   top: 0;
/*   padding-right: 40px;
   padding-left: 40px;*/
   padding-right: 20px;
   padding-left: 20px;
   -webkit-transform: translate3d(0, 250px, 0);
   -moz-transform: translate3d(0, 250px, 0);
   transform: translate3d(0, 250px, 0);
   background:#e28433;
}

.service-7 .box-u:hover .box-inside-u {
   -webkit-transform: translate3d(0, -250px, 0);
   -moz-transform: translate3d(0, -250px, 0);
   transform: translate3d(0, -250px, 0);
}

.service-7 .box-u:hover .box-hover-u {
   -webkit-transform: translate3d(0, 0px, 0);
   -moz-transform: translate3d(0, 0px, 0);
   transform: translate3d(0, 0px, 0);
}

.service-7 .box-hover-r {
   height: 100%;
   position: absolute;
   top: 0;
   padding-right: 40px;
   padding-left: 40px;
   -webkit-transform: translate3d(-100%, 0, 0);
   -moz-transform: translate3d(-100%, 0, 0);
   transform: translate3d(-100%, 0, 0);
}

.service-7 .box-r:hover .box-inside-r {
   -webkit-transform: translate3d(500px, 0, 0);
   -moz-transform: translate3d(500px, 0, 0);
   transform: translate3d(500px, 0, 0);
}

.service-7 .box-r:hover .box-hover-r {
   -webkit-transform: translate3d(0, 0px, 0);
   -moz-transform: translate3d(0, 0px, 0);
   transform: translate3d(0, 0px, 0);
}

.service-7 .box-u .number-1 {
   font-family: 'Open Sans', sans-serif;
   position: absolute;
   top: -40px;
   font-size: 220px;
   left: 30px;
   color: rgba(202,202,202,0.30);
   font-weight: 600;
   z-index: -1;
}

.service-7 .box-u .number-2 {
   font-family: 'Open Sans', sans-serif;
   position: absolute;
   font-size: 220px;
   left: 30px;
   color: rgba(202,202,202,0.30);
   font-weight: 600;
   z-index: -1;
   bottom: 100px;
}

.service-7 .box-r .number-3 {
   font-family: 'Open Sans', sans-serif;
   position: absolute;
   font-size: 220px;
   left: 30px;
   color: rgba(202,202,202,0.30);
   font-weight: 600;
   z-index: -1;
   top: -50px;
}

.service-7 span {
   font-size: 11px;
   color: #A8A8A8;
   letter-spacing: 1px;
}


/*==========================================
			   Progress Bar
==========================================*/

/* Progress Bar 1 */

.skill-1 {
   font-family: 'Open Sans', sans-serif;
   width: 100%;
   color: #181818;
   margin-top: 0;
   margin-right: auto;
   margin-left: auto;
}

.skill-1 .skillbar {
   width: 100%;
   box-sizing: border-box;
   -moz-background-clip: padding;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   margin-bottom: 40px;
   position: relative;
   background-color: #F0F0F0;
   padding: 2px;
}

.skill-1 .skillbar .count-bar {
   width: 0px;
   height: 2px;
   -moz-background-clip: padding;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   background-color: #000;
}

.skill-1 .skill-title {
   position: absolute;
   font-size: 12px;
   padding-left: 5px;
   line-height: 25px;
   top: -25px;
   left: 0;
   text-transform: uppercase;
}

.skill-1 .count {
   position: absolute;
   top: -20px;
   right: 0;
   color: #464646;
   font-size: 9px;
}

/* Progress Bar 2 */

.skill-2 {
   font-family: 'Open Sans', sans-serif;
   width: 100%;
   color: #fff;
}

.skill-2 .skillbar {
   width: 100%;
   height: 30px;
   position: relative;
   margin-bottom: 30px;
   background-color: #F4F4F4;
   box-sizing: border-box;
   -moz-border-radius: 1px;
   -webkit-border-radius: 1px;
   border-radius: 1px;
}

.skill-2 .count-bar {
   width: 0px;
   position: relative;
   height: 30px;
   background-color: #383838;
}

.skill-2 .skill-title {
   font-size: 11px;
   font-weight: 600;
   padding-left: 12px;
   line-height: 28px;
   text-transform: uppercase;
}

.skill-2 .count {
   position: absolute;
   top: 0;
   right: -45px;
   line-height: 30px;
   font-size: 11px;
   font-weight: 600;
   color: #181818;
}

.skill-2 .skillbar:before {
   height: 3px;
   width: 100%;
   position: absolute;
   left: 0;
   bottom: 0;
   content: "";
   background-color: #EDECEC;
}

.skill-2 .count-bar:before {
   height: 3px;
   width: 100%;
   position: absolute;
   left: 0;
   bottom: 0;
   content: "";
   background-color: #BF9865;
}

/* Progress Bar 3 */

.skill-3 {
   font-family: 'Open Sans', sans-serif;
   width: 100%;
   color: #000;
}

.skill-3 .skillbar {
   width: 100%;
   height: 40px;
   background-color: #eee;
   position: relative;
   margin-bottom: 30px;
}

.skill-3 .count-bar {
   position: absolute;
   background-color: #181818;
   height: 16px;
   left: 0;
   bottom: 0;
}

.skill-3 .skill-title {
   font-size: 11px;
   padding-left: 12px;
   line-height: 26px;
   text-transform: uppercase;
}

.skill-3 .content .count {
   width: 100%;
   height: 100%;
   position: relative;
}

.skill-3 .count {
   position: absolute;
   right: 0;
   top: -12px;
   font-size: 11px;
   font-weight: 600;
   line-height: 40px;
   padding-right: 10px;
   color: #fff;
}

/* Progress Bar Circle */

.progressbar {
   display: inline-block;
   margin: 25px;
}

.circle {
   margin: 0 auto;
   margin-top: 10px;
   display: inline-block;
   position: relative;
   text-align: center;
}

.circle canvas {
   vertical-align: middle;
}

.circle div {
   position: absolute;
   top: 40px;
   left: 0;
   width: 100%;
   text-align: center;
   line-height: 40px;
   font-family: 'Open Sans', sans-serif;
   font-size: 15px;
}

.circle strong i {
   font-style: normal;
   font-size: 0.6em;
   font-weight: normal;
}

.circle p {
   display: block;
   color: #D0D0D0;
   margin-top: 15px;
   font-weight: 600;
   letter-spacing: 1px;
}


/*==========================================
		 Testimonials / Clients
==========================================*/

/* Testimonials 1 */

.testimonial-1 .icon {
   display: inline-block;
   margin-bottom: 10px;
   width: 100px;
   height: 100px;
}

.testimonial-1 .icon img {
   height: auto;
   width: 100%;
}

.testimonial-1 h3 {
   letter-spacing: 7px;
   text-transform: uppercase;
   margin-bottom: 20px;
   margin-right: -7px;
}

.testimonial-1 .comments {
   font-size: 13px;
}

.testimonial-1 .sub-title {
   color: #A6A6A6;
   text-transform: uppercase;
   margin-bottom: 0;
   margin-top: 35px;
}

.testimonial-1 .app {
   text-transform: uppercase;
   font-size: 10px;
   letter-spacing: 3px;
   margin-bottom: 25px;
   margin-right: -3px;
}

/* Testimonials 2 */

.testimonial-2 i {
   margin-bottom: 40px;
   color: #DDDDDD;
}

.testimonial-2 h3 {
   letter-spacing: 7px;
   text-transform: uppercase;
   margin-right: -7px;
   font-weight: 600;
   font-size: 16px;
}

.testimonial-2 .comments {
   line-height: 25px;
}

.testimonial-2 .sub-title {
   color: #A6A6A6;
   text-transform: uppercase;
}

.testimonial-2 .app {
   text-transform: uppercase;
   font-size: 11px;
   letter-spacing: 2px;
   margin-bottom: 25px;
   margin-right: -2px;
}

/* Testimonials Quotes */

.quote {
   position: relative;
   padding: 10px;
}

.quote p {
   color: #a8a8a8;
   font-style: italic;
   line-height: 2.0;
   font-size: 15px;
}

.quote:first-child:before {
   content: '\201C';
   color: #B3B3B3;
   font-size: 150px;
   font-weight: 100;
   opacity: .3;
   position: absolute;
   top: -25px;
   left: 10px;
   z-index: -1;
   font-family: Cambria, "Hoefler Text", serif;
   width: 100%;
}

.quote .author {
   text-align: right;
   color: #a8a8a8;
}

.quote h3 {
   font-size: 15px;
   font-weight: 600;
   letter-spacing: 1px;
   text-transform: uppercase;
}

.quote h4 {
   font-size: 12px;
   font-weight: 600;
   text-transform: capitalize;
   font-style: italic;
   margin-top: -4px;
}

.quote h4:before {
   content: '';
   background-color: #CDCDCD;
   height: 1px;
   width: 15px;
   display: inline-block;
   vertical-align: middle;
   margin-right: 10px;
}

/* clients 1 */

.clients-1 img {
   opacity: 0.60;
   cursor: pointer;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

.clients-1 img:hover {
   opacity: 1;
}

.clients-1 i {
   width: 100%;
   height: 100px;
   line-height: 100px;
   text-align: center;
   font-size: 25px;
   color: #181818;
   border: 1px solid #DCDCDC;
   cursor: pointer;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

.clients-1 i:hover {
   color: #a8a8a8;
   background-color: #181818;
}

.clients-1 .sponsor {
   font-family: 'Open Sans', sans-serif;
   color: #a8a8a8;
   text-transform: uppercase;
   font-weight: 600;
   font-size: 10px;
   text-align: center;
}

/* clients 2 */

.clients-2 {
   padding: 0;
   overflow: hidden;
}

.clients-2 li {
   float: left;
   position: relative;
   padding: 20px;
}

.clients-2.grid-20 li {
   width: 20%;
}

.clients-2.grid-33 li {
   width: 33.33333333%;
}

.clients-2 li a img {
   width: 100%;
   opacity: 0.6;
}

.clients-2 li a,
.clients-2 li img {
   width: 75%;
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.clients-2 li {
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

.clients-2 li:hover {
   opacity: 1;
   cursor: pointer;
   background-color: #D5D5D5;
}

.clients-2 li:before,
.clients-2 li:after {
   content: '';
   position: absolute;
}

.clients-2 li:before {
   height: 100%;
   top: 0;
   left: -1px;
   border-left: 1px dotted #ccc;
}

.clients-2 li:after {
   width: 100%;
   height: 0;
   top: auto;
   left: 0;
   bottom: -1px;
   border-bottom: 1px dotted #ccc;
}


/*==========================================
			       Team
==========================================*/

/* Team 1 */

.team-1 {
   overflow: hidden;
   text-align: center;
   cursor: pointer;
}

.team-1-overlay {
   margin: 0;
   border: 1px solid rgba(0, 0, 0, 0.5);
   background-color: rgba(255, 255, 255, 0.90);
   opacity: 0;
   -webkit-transition: all 0.6s ease-in-out;
   transition: all 0.6s ease-in-out;
   text-align: center;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
}

.team-1:hover .team-1-overlay,
.team-1:hover .team-1-overlay .team-1-des,
.team-1:hover .team-1-overlay .team-1-social {
   opacity: 1;
}

.team-1:hover .team-1-overlay .team-1-social {
   bottom: 70px;
}

.team-1:hover .team-1-overlay .team-1-des {
   top: 180px;
}

.team-1-overlay .team-1-des {
   width: 100%;
   opacity: 0;
   -webkit-transform: translateY(-60%);
   -ms-transform: translateY(-60%);
   transform: translateY(-60%);
   -webkit-transition: all 0.4s ease-in-out;
   transition: all .4s ease-in-out;
   padding: 0 30px;
   position: absolute;
   top: 0;
}

.team-1-overlay .team-1-social {
   width: 100%;
   opacity: 0;
   text-align: center;
   -webkit-transform: translateY(46%);
   -ms-transform: translateY(46%);
   transform: translateY(46%);
   -webkit-transition: all 0.7s ease-in-out;
   transition: all .7s ease-in-out;
   position: absolute;
   bottom: 0;
}

.team-1,
.team-1-photo {
   position: relative;
   border: 1px solid transparent;
}

.team-1-photo img {
   width: 100%;
   height: auto;
}

.team-1-des h4 {
   font-weight: 600;
   margin-bottom: 15px;
   color: #BF9865;
   text-transform: uppercase;
   font-size: 14px;
   line-height: 14px;
}

.team-1-des p {
   font-size: 13px;
   font-weight: 300;
}

.team-1-box {
   width: 65%;
   background-color: rgba(249,249,249,0.80);
   padding: 10px 20px;
   text-align: right;
   z-index: 1;
   border-bottom: 3px solid #E1E1E1;
   position: absolute;
   right: 33px;
   bottom: -55px;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

.team-1-box:hover {
   background-color: rgba(236,236,236,0.80);
}

.team-1-box h5 {
   letter-spacing: 1px;
   margin-bottom: 3px;
   text-transform: capitalize;
   font-weight: 600;
   font-size: 13px;
}

.team-1-box p {
   color: #000;
   font-size: 10px;
   margin-bottom: 2px;
   letter-spacing: 1px;
   text-transform: uppercase;
}

.team-1-social a {
   font-size: 14px;
   color: #7F7F7F;
   text-align: center;
   padding: 0 8px;
}

.team-1-social a:hover {
   color: #000;
}

/* Team 2 */

.team-2 {
   overflow: hidden;
   text-align: center;
   cursor: pointer;
}

.team-2-overlay {
   margin: 0;
   border: 1px solid rgba(163,163,163,0.50);
   background-color: rgba(255, 255, 255, 0.90);
   opacity: 0;
   -webkit-transition: all 0.6s ease-in-out;
   transition: all 0.6s ease-in-out;
   text-align: center;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
}

.team-2:hover .team-2-overlay,
.team-2:hover .team-2-overlay .team-2-des,
.team-2:hover .team-2-overlay .team-2-des-side,
.team-2:hover .team-2-overlay .team-2-social,
.team-2:hover .team-2-overlay .team-2-social-side {
   opacity: 1;
}

.team-2:hover .team-2-overlay .team-2-social {
   bottom: 70px;
}

.team-2:hover .team-2-overlay .team-2-social-side {
   bottom: 40px;
}

.team-2:hover .team-2-overlay .team-2-des {
   top: 130px;
}

.team-2:hover .team-2-overlay .team-2-des-side {
   top: 100px;
}

.team-2-overlay .team-2-des,
.team-2-overlay .team-2-des-side {
   width: 100%;
   opacity: 0;
   -webkit-transform: translateY(-60%);
   -ms-transform: translateY(-60%);
   transform: translateY(-60%);
   -webkit-transition: all 0.4s ease-in-out;
   transition: all .4s ease-in-out;
   padding: 0 30px;
   position: absolute;
   top: 0;
}

.team-2-overlay .team-2-social,
.team-2-overlay .team-2-social-side {
   width: 100%;
   opacity: 0;
   text-align: center;
   -webkit-transform: translateY(46%);
   -ms-transform: translateY(46%);
   transform: translateY(46%);
   -webkit-transition: all 0.7s ease-in-out;
   transition: all .7s ease-in-out;
   position: absolute;
   bottom: 0;
}

.team-2,
.team-2-photo {
   position: relative;
   border: 1px solid transparent;
}

.team-2-photo img {
   width: 100%;
   height: auto;
}

.team-2-des h4,
.team-2-des-side h4 {
   font-weight: 600;
   margin-bottom: 15px;
   color: #BF9865;
   text-transform: uppercase;
   font-size: 14px;
}

.team-2-des p {
   font-size: 13px;
   font-weight: 300;
}

.team-2-box {
   width: 65%;
   padding: 10px 20px;
   text-align: right;
   z-index: 1;
   border-bottom: 3px solid #E1E1E1;
   position: absolute;
   right: 33px;
   bottom: -55px;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

.team-2-box h5 {
   letter-spacing: 1px;
   margin-bottom: 3px;
   text-transform: capitalize;
   font-weight: 600;
   font-size: 13px;
}

.team-2-box p {
   color: #000;
   font-size: 10px;
   margin-bottom: 2px;
   letter-spacing: 1px;
   text-transform: uppercase;
}

.team-2-social,
.team-2-social-side {
   text-align: center;
   font-size: 15px;
}

.team-2-social ul,
.team-2-social-side ul {
   margin: 0;
   padding: 0;
}

.team-2-social ul li,
.team-2-social-side ul li {
   display: inline-block;
   zoom: 1;
 *display: inline;
}

.team-2-social ul li a,
.team-2-social-side ul li a {
   display: block;
   font-size: 15px;
   margin: 0 5px;
   border: 1px solid #B9B9B9;
   width: 40px;
   height: 40px;
   line-height: 40px;
   color: #B9B9B9;
}

.team-2-social ul li a:hover,
.team-2-social-side ul li a:hover {
   color: #181818;
   border: 1px solid #524F4F;
   background-color: #EFEFEF;
}


/*==========================================
			  Pricing Table
==========================================*/

/* Pricing Table 1 */

.pricing-1-box {
   background: #fff;
   border: 1px solid #e8e8e8;
   padding: 50px;
   text-align: center;
}

.pricing-1-box.premium {
   background: #181818;
   border: 1px solid #393939;
   box-shadow: 0 23px 44px rgba(0, 0, 0, 0.25);
   color: #fff;
}

.pricing-1-box h3 {
   text-transform: uppercase;
   margin-bottom: 35px;
   font-weight: 300;
}

.pricing-1-box.premium h3 {
   color: #fff;
}

.pricing-1-box .cost {
   font-family: 'Open Sans', sans-serif;
   border-bottom: 1px solid #EDEDED;
   padding: 5px 0 25px 0;
   margin-bottom: 40px;
}

.pricing-1-box.premium .cost {
   border-bottom: 1px solid #575757;
   padding: 5px 0 25px 0;
   color: #fff;
   margin-bottom: 45px;
}

.pricing-1-box .price {
   font-size: 50px;
   color: #BF9865;
}

.pricing-1-box .price span {
   font-size: 18px;
}

.pricing-1-box h5 {
   text-transform: uppercase;
}

.pricing-1-box.premium h5 {
   color: #fff;
}

.pricing-1-box ul {
   margin-bottom: 45px;
   padding: 0;
}

.pricing-1-box ul li {
   color: #000;
   margin-bottom: 18px;
}

.pricing-1-box.premium ul li {
   color: #ededed;
}

.pricing-1-box .btn-margin {
   position: absolute;
   bottom: -4%;
   left: 20%;
   right: 20%;
}

/* Pricing Table 2 */

.pricing-2-box {
   width: 100%;
}

.pricing-2-box .plan-1 {
   background-color: #F5F5F5;
}

.pricing-2-box .plan-2 {
   background-color: #FBFBFB;
}

.pricing-2-box .plan-3 {
   background-color: #F1F1F1;
}

.pricing-2-box .plan-content {
   border-radius: 1px;
   padding: 40px 20px;
   -webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -ms-transition: 0.3s;
   -o-transition: 0.3s;
   transition: 0.3s;
}

.pricing-2-box .plan-content .plan-title {
   margin: 0 0 20px 0;
   letter-spacing: 1px;
   text-transform: capitalize;
}

.pricing-2-box .plan-content .price {
   background: none repeat scroll 0 0 rgba(213,213,213,0.20);
   border-radius: 50%;
   width: 120px;
   height: 120px;
   margin: 0 auto;
}

.pricing-2-box .plan-content .cost-content {
   font-family: 'Open Sans', sans-serif;
   padding-top: 25px;
   padding-right: 0;
   padding-left: 0;
   padding-bottom: 0;
}

.pricing-2-box .plan-content .currency {
   left: -5px;
   position: relative;
   top: -8px;
}

.pricing-2-box .plan-content .cost {
   font-size: 40px;
   font-weight: 100;
   margin: 0;
}

.pricing-2-box .plan-content .month {
   font-size: 11px;
   line-height: 14px;
   margin: -3px 0 0;
   text-transform: uppercase;
   color: #B0B0B0;
}

.pricing-2-box .plan-content .plan-features {
   margin: 20px 0 30px;
   padding: 0px;
}

.pricing-2-box li {
   line-height: 30px;
   color: #676767;
}

.pricing-2-box .plan-content:hover {
   -webkit-box-shadow: 12px 12px 0 rgba(153,153,153,0.20);
   box-shadow: 12px 12px 0 rgba(153,153,153,0.20);
}


/*==========================================
			    Blog
==========================================*/

.blog-header-tit {
   font-size: 21px;
   text-transform: uppercase;
   letter-spacing: 2px;
}

.blog-header-sub-tit {
   font-size: 15px;
   text-transform: uppercase;
   letter-spacing: 2px;
}

.blog-list h3 {
   margin-bottom: 3px;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-size: 20px;
}

.blog-list p {
   font-size: 13px;
   color: #a8a8a8;
   line-height: 1.8;
   word-spacing: 1px;
}

.blog-list .single-post {
   padding-top: 15px;
   padding-bottom: 15px;
   text-align: center;
}

/* Side Title */

.blog-list .heading-side-l,
.blog-list .heading-side-r {
   width: 300px;
   height: 90px;
   position: absolute;
   top: 300px;
   background-color: transparent;
   -webkit-transform-origin: 0 0;
   -moz-transform-origin: 0 0;
   -ms-transform-origin: 0 0;
   -o-transform-origin: 0 0;
   transform-origin: 0 0;
   text-align: center;
   -webkit-transform: rotate(-90deg);
   -moz-transform: rotate(-90deg);
   -o-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
   transform: rotate(-90deg);
   padding-top: 50px;
   z-index: 100;
}

.blog-list .heading-side-l {
   left: 0;
}

.blog-list .heading-side-r {
   right: -225px;
}

.blog-list .heading-side-l .v-center,
.blog-list .heading-side-r .v-center {
   display: inline-block;
}

.blog-list .heading-side-l h2,
.blog-list .heading-side-r h2 {
   float: left;
   font-weight: 300;
   color: #DFDFDF;
   font-size: 20px;
   margin-top: -10px;
   text-transform: capitalize;
}

.blog-list .heading-side-l span,
.blog-list .heading-side-r span {
   font-family: 'Open Sans', sans-serif;
   float: left;
   font-size: 40px;
   font-weight: 700;
   color: #c1c1c1;
   margin-left: 10px;
   margin-top: -28px;
}

.blog-list .heading-side-l .line-orange-l,
.blog-list .heading-side-r .line-orange-l {
   width: 20px;
   height: 1px;
   background-color: #dddddd;
   float: left;
   margin-top: 12px;
   margin-right: 8px;
}

.blog-list .info {
   color: #8D8D8D;
   font-size: 10px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-family: 'Open Sans', sans-serif;
   text-align: right;
}

.blog-list a {
   color: #181818;
}

.blog-list a:hover {
   color: #8A8A8A;
}

.blog .box-img {
   font-size: 10px;
   color: #fff;
   text-transform: uppercase;
   position: absolute;
   bottom: 15px;
   right: 15px;
   background-color: rgba(0,0,0,0.90);
   padding: 10px;
   letter-spacing: 1px;
   font-family: 'Open Sans', sans-serif;
   border: 1px solid #000;
   text-align: center;
}

.blog .box-img a {
   color: #fff;
}

.blog .sub-title {
   font-size: 10px;
   color: #8D8D8D;
   text-transform: uppercase;
   margin-bottom: 0;
   margin-top: 10px;
}

.blog h3 {
   margin-bottom: 3px;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-size: 15px;
}

.blog h4 {
   font-family: 'Open Sans', sans-serif;
   font-weight: 600;
   text-transform: uppercase;
   font-size: 14px;
   color: #181818;
   letter-spacing: 1px;
}

.blog p {
   margin-top: 15px;
   font-size: 13px;
   color: #989898;
   line-height: 1.8;
   word-spacing: 1px;
}

.blog h5 {
   font-size: 14px;
   text-transform: uppercase;
   letter-spacing: 2px;
}

.blog a {
   color: #181818;
}

.blog a:hover {
   color: #8A8A8A;
}

.blog .list {
   margin-bottom: 80px;
}

.blog .btn-dark,
.blog .btn-dark:focus,
.blog-list .btn-dark,
.blog-list .btn-dark:focus {
   background: #181818;
   color: #fff;
   border: 1px solid #181818;
}

.blog .btn-dark:hover,
.blog-list .btn-dark:hover {
   background-color: #565656;
   color: #fff;
   border: 1px solid #565656;
}

.blog .btn-transparent-dark,
.blog .btn-transparent-dark:focus {
   background: transparent;
   color: #181818;
   border: 1px solid #181818;
}

.blog .btn-transparent-dark:hover {
   background: #181818;
   color: #fff;
}

.blog-btn {
   display: block;
   margin-top: 30px;
   font-size: 11px;
   color: #181818;
   text-transform: uppercase;
   font-weight: 800;
   letter-spacing: 1px;
}

.blog-btn.icon i {
   opacity: 0;
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   transition: all .3s ease;
}

.blog-btn.icon:hover i {
   padding-left: 10px;
   opacity: 1;
}

.blog-date {
   color: #8D8D8D;
   font-size: 10px;
   font-weight: 600;
   text-transform: uppercase;
   padding-left: 5px;
   letter-spacing: 1px;
   font-family: 'Open Sans', sans-serif;
   display: inline-block;
   line-height: 20px;
   padding-top: 25px;
}

.blog-date .sep {
   margin-left: 10px;
   margin-right: 10px;
}

.blog-share {
   font-size: 11px;
   text-transform: uppercase;
   padding-left: 5px;
   letter-spacing: 1px;
   font-family: 'Open Sans', sans-serif;
   display: inline-block;
}

.blog-share .sep {
   margin-left: 10px;
   margin-right: 10px;
}

.blog-img {
   overflow: hidden;
   position: relative;
}

.blog-img img {
   transition-duration: .5s;
   -webkit-transition-duration: .5s;
   -moz-transition-duration: .5s;
}

.blog-img:hover img {
   -ms-transform: scale(1.1, 1.1);
   -webkit-transform: scale(1.1, 1.1);
   transform: scale(1.1, 1.1);
   opacity: 0.6;
}

.blog-list-img {
   overflow: hidden;
}

.blog-list-img:hover img {
   -ms-transform: scale(1.1, 1.1);
   -webkit-transform: scale(1.1, 1.1);
   transform: scale(1.1, 1.1);
   transition-duration: .5s;
   -webkit-transition-duration: .5s;
   -moz-transition-duration: .5s;
   opacity: 0.6
}

.blog .quote {
   position: relative;
   padding: 30px;
}

.blog .quote blockquote {
   margin: 0;
   position: relative;
   z-index: 1;
   padding: 10px 20px;
   border-left: 5px solid #eee;
}

.blog .quote blockquote p {
   color: #7E7E7E;
   font-style: italic;
}

.blog .quote blockquote p:first-child:before {
   content: '\201C';
   color: #B3B3B3;
   font-size: 150px;
   font-weight: 700;
   opacity: .3;
   position: absolute;
   top: -35px;
   left: 10px;
   z-index: -1;
   font-family: Cambria, "Hoefler Text", serif;
   width: 100%;
}

.blog .quote .author {
   text-align: right;
   color: #8D8D8D;
   font-style: italic;
   font-size: 12px;
}

.blog .quote .author span {
   color: #181818;
   font-size: 11px;
   font-weight: 700;
   letter-spacing: 1px;
   text-transform: uppercase;
   font-style: normal;
}

.blog .quote .author span:before {
   content: '';
   background-color: #CDCDCD;
   height: 1px;
   width: 15px;
   display: inline-block;
   vertical-align: middle;
   margin-right: 10px;
}

.share {
   text-align: center;
}

.share .item {
   width: 120px;
   height: 80px;
   display: inline-block;
   margin: 0 5px;
   font-weight: 500;
   text-align: center;
   line-height: 25px;
   overflow: hidden;
}

.share .item:before {
   background-color: #fff;
   display: block;
   font-size: 2.2em;
   line-height: 70px;
   color: #181818;
   -webkit-transition: font-size 0.2s ease-in-out, line-height 0.2s ease-in-out;
   transition: font-size 0.2s ease-in-out, line-height 0.2s ease-in-out;
   border: 1px solid #181818;
}

.share .item:hover:before {
   font-size: 120%;
   line-height: 50px;
   color: #a8a8a8;
   border: 1px solid #a8a8a8;
}

.share span {
   font-family: 'Open Sans', sans-serif;
   color: #000;
   letter-spacing: 1px;
   text-transform: uppercase;
   font-weight: 600;
   font-size: 10px;
}

.blog-comment h5,
.blog-comment h5 a {
   font-size: 13px;
   color: #181818;
   font-weight: 600;
   letter-spacing: 1px;
   text-transform: uppercase;
   margin-top: 0;
   margin-bottom: 4px;
}

.blog-comment.media .pull-left {
   margin-right: 25px;
}

.blog-comment .replied {
   padding-left: 40px;
}

.blog-comment .date {
   font-size: 11px;
   margin-bottom: 20px;
   font-family: 'Open Sans', sans-serif;
}

.blog-comment .btn-reply {
   float: right;
   margin-top: -18px;
   font-weight: 700;
   text-transform: uppercase;
   font-size: 10px;
   letter-spacing: 1px;
}

.blog-comment.media img {
   width: 75px;
   height: auto;
}

.blog-author {
   margin-top: 50px;
   margin-bottom: 45px;
}

.blog-author h4 {
   font-family: 'Open Sans', sans-serif;
   text-transform: uppercase;
   font-size: 18px;
   color: #181818;
   letter-spacing: 1px;
}

.blog-author h5 {
   font-size: 13px;
   font-weight: 600;
   letter-spacing: 1px;
   text-transform: uppercase;
   margin-top: 0;
}

.blog-author-img {
   width: 190px;
   height: 160px;
   margin-right: 20px;
   float: left;
   background-image: url(http://placehold.it/500x500/cccccc/FFFFFF/jpg?text=Image);
   background-position: 50% 50%;
   background-size: cover;
   background-repeat: no-repeat;
}

.blog-author-wrap {
   position: relative;
   overflow-x: hidden;
   overflow-y: hidden;
}

.blog-author-social {
   position: absolute;
   top: 0;
   right: 0;
}

.blog-author-social-icon {
   width: 35px;
   height: 35px;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
   color: #DEDEDE !important;
   font-size: 15px;
   line-height: 35px;
   text-align: center;
   padding-right: 10px;
}

.blog-author-social-icon:hover {
   color: #181818 !important;
}

.widget {
   margin-bottom: 60px;
}

.widget ul {
   padding: 0;
   margin-top: 30px;
}

.widget ul li a {
   color: #181818;
   display: block;
}

.widget ul li a:hover {
   color: #8A8A8A;
}

.widget h2 {
   font-size: 12px;
   color: #181818;
   text-transform: uppercase;
   font-weight: 800;
   letter-spacing: 2px;
}

.widget .blog-search {
   position: relative;
}

.widget .btn-search {
   font-size: 13px;
   color: #181818;
   width: 45px;
   height: 45px;
   position: absolute;
   top: 50%;
   right: 3px;
   margin-top: -22px;
   background: transparent;
   border: none;
   z-index: 10;
}

.widget .blog-search input {
   height: 45px;
   border-radius: 1px;
   box-shadow: none;
   -webkit-transition: border-color ease-in-out .35s, -webkit-box-shadow ease-in-out .35s;
   -o-transition: border-color ease-in-out .35s, box-shadow ease-in-out .35s;
   transition: border-color ease-in-out .35s, box-shadow ease-in-out .35s;
}

.widget .blog-search input:focus {
   border-color: #181818;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.widget .category li {
   border-bottom: 1px solid #F4F4F4;
   padding-top: 15px;
   padding-bottom: 15px;
   letter-spacing: 1px;
   font-size: 12px;
   font-weight: 600;
}

.widget .recent-post li {
   padding: 10px 0;
}

.widget .recent-post li img {
   width: 80px;
   height: auto;
   margin-right: 20px;
   float: left;
}

.widget .recent-post-heading {
   font-size: 12px;
   top: 0;
   line-height: 16px;
   position: relative;
   overflow: hidden;
}

.widget .recent-post-heading span {
   font-size: 12px;
   font-weight: 600;
}

.widget .post-date {
   color: #C1C1C1;
   font-size: 12px;
   margin-top: 5px;
}

.widget .archive li {
   border-bottom: 1px solid #F4F4F4;
   padding-top: 15px;
   padding-bottom: 15px;
   letter-spacing: 1px;
   font-size: 12px;
}

.widget .badge {
   min-width: 40px;
   padding: 7px;
   line-height: 1;
   color: #000;
   background-color: transparent;
   border-radius: 1px;
   border: 1px solid #555;
   font-family: 'Open Sans', sans-serif;
   margin-top: -6px;
}

.widget .comments li {
   border-bottom: 1px solid #f4f4f4;
   padding-top: 6px;
   padding-bottom: 10px;
}

.widget .comments i {
   color: #C1C1C1;
   margin-right: 5px;
}

.widget .comment-user p {
   color: #C1C1C1;
   font-size: 12px;
   margin-top: -4px;
}

.widget .tags li {
   display: inline-block;
   margin-top: 3px;
   margin-right: 1px;
   margin-left: 1px;
   margin-bottom: 3px;
   font-size: 11px;
   text-transform: capitalize;
}

.widget .tags li a {
   color: #181818;
   background-color: transparent;
   padding-top: 5px;
   padding-right: 15px;
   padding-left: 15px;
   padding-bottom: 5px;
   -webkit-border-radius: 1px;
   -moz-border-radius: 1px;
   -o-border-radius: 1px;
   -ms-border-radius: 1px;
   border-radius: 1px;
   border: 1px solid #555555;
   letter-spacing: 1px;
   font-size: 12px;
}

.widget .tags li a:hover {
   background-color: #181818;
   color: #fff;
   border: 1px solid #181818;
}


/*==========================================
			Pomo Box
==========================================*/

/* Promo Box 1 */

.call-box-1 {
   text-align: center;
   color: #fff;
   letter-spacing: 1px;
}

.call-box-1 h3 {
   margin-top: 0px;
   margin-bottom: 10px;
   text-transform: capitalize;
}

.call-box-1 h3 span {
   color: #BF9865;
   font-weight: 700;
}

.call-box-1 p {
   margin-bottom: 40px;
}

/* Promo Box 2 */

.call-box-2 {
   position: relative;
   width: 100%;
   margin: 0 auto;
   padding: 60px 0;
   letter-spacing: 1px;
}

.call-box-2 h3 {
   font-weight: 400;
   margin-top: 0;
}

.call-box-2 h4 {
   text-align: center;
   font-size: 15px;
   color: #181818;
   text-transform: capitalize;
   font-weight: 500;
   margin-top: 0;
   margin-bottom: 50px;
}

.call-box-2 p {
   margin-bottom: 0;
}

.call-box-2 i {
   margin-right: 5px;
}

.call-box-2-info {
   background-color: #F5F5F5;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

.call-box-2-info:hover {
   background-color: #e7e7e7;
}

/* Promo Box 3 */

.call-box-3 {
   position: relative;
   width: 100%;
   margin: 0 auto;
   letter-spacing: 1px;
   padding: 70px 0;
   text-transform: uppercase;
}

.call-box-3 h3 {
   margin-top: 0;
}

.call-box-3 h3 span {
   font-weight: 700;
}

.call-box-3 p {
   margin-bottom: 0;
}


/*=========================================
	           Portfolio
==========================================*/

.row.work-col-g > [class*="col-"] {
   padding: 7px;
}

.row.work-col-g-m > [class*="col-"] {
   padding: 10px;
}

.row.work-col-w > [class*="col-"] {
   padding: 0;
}

.portfolio-tit {
   text-transform: uppercase;
   letter-spacing: 2px;
   font-weight: 500;
}

.portfolio-sub-tit {
   color: #A8A8A8;
}

.filter-container {
   padding: 20px;
}

.filter-container-pages {
   text-align: center;
   padding: 20px;
   text-transform: uppercase;
}

.portfolio-container {
   -webkit-transition-duration: 0.8s;
   -moz-transition-duration: 0.8s;
   transition-duration: 0.8s;
}

.filter-container .filter > li {
   padding: 0;
   margin: 0;
}

ul.filter > li > a {
   color: #181818;
   font-size: 10px;
   line-height: 40px;
   letter-spacing: 2px;
   font-weight: 600;
}

ul.filter > li > a:hover,
ul.filter > li > a:focus,
ul.filter > li > active a {
   color: #BF9865;
}

ul.filter > li > span {
   color: #ddd;
   font-size: 14px;
   margin-left: 8px;
}

/* Effect 1 Portfolio */

.work-1-item {
   display: block;
   width: 100%;
   margin: 0 auto;
   position: relative;
   cursor: url(../img/icon/icon-cross-black.png), auto;
}

.work-1-item img {
   display: block;
}

.work-1-top-left,
.work-1-bottom-right {
   position: absolute;
   height: 2px;
   width: 80px;
   background-color: #000;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   transition: all 0.3s ease;
   padding-right: 2px;
}

.work-1-top-left:after,
.work-1-bottom-right:after {
   content: '';
   display: block;
   height: 80px;
   width: 2px;
   position: absolute;
   background-color: #000;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

.work-1-top-left {
   top: 0;
   left: 0;
   -webkit-transform: translateX(-80px);
   -moz-transform: translateX(-80px);
   -o-transform: translateX(-80px);
   -ms-transform: translateX(-80px);
   transform: translateX(-80px);
}

.work-1-top-left:after {
   top: 0;
   left: 0;
   -webkit-transform: translate(80px, -80px);
   -moz-transform: translate(80px, -80px);
   -o-transform: translate(80px, -80px);
   -ms-transform: translate(80px, -80px);
   transform: translate(80px, -80px);
}

.work-1-bottom-right {
   bottom: 0;
   right: 0;
   -webkit-transform: translateX(80px);
   -moz-transform: translateX(80px);
   -ms-transform: translateX(80px);
   -o-transform: translateX(80px);
   transform: translateX(80px);
}

.work-1-bottom-right:after {
   bottom: 0;
   right: 0;
   -webkit-transform: translate(-80px, 80px);
   -moz-transform: translate(-80px, 80px);
   -o-transform: translate(-80px, 80px);
   -ms-transform: translate(-80px, 80px);
   transform: translate(-80px, 80px);
}

.work-1-overlay {
   opacity: 0;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: rgba(255,255,255,0.90);
   overflow: hidden;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

.work-1-overlay:hover {
   opacity: 1;
}

.work-1-overlay:hover .work-1-top-left {
   -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
   -o-transform: translateX(0);
   -ms-transform: translateX(0);
   transform: translateX(0);
}

.work-1-overlay:hover .work-1-top-left: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);
}

.work-1-overlay:hover .work-1-bottom-right {
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -o-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
}

.work-1-overlay:hover .work-1-bottom-right: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);
}

.work-1-overlay:hover .work-1-des {
   opacity: 1;
}

.work-1-overlay:hover .work-1-top-tit,
.work-1-overlay:hover .work-1-sub-tit {
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -o-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
}

.work-1-overlay:hover .work-1-icon {
   -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
   -o-transform: translateX(0);
   -ms-transform: translateX(0);
   transform: translateX(0);
}

.work-1-overlay-item {
   text-align: center;
   width: 100%;
   height: 100%;
   display: table;
}

.work-1-overlay-item span {
   display: block;
   color: #000;
}

.work-1-des {
   display: table-cell;
   vertical-align: middle;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   transition: all 0.3s ease;
   opacity: 0;
}

.work-1-top-tit {
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: 2px;
   margin-right: -2px;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   -ms-transition: all 0.4s ease;
   transition: all 0.4s ease;
   -webkit-transform: translateY(-40px);
   -moz-transform: translateY(-40px);
   -o-transform: translateY(-40px);
   -ms-transform: translateY(-40px);
   transform: translateY(-40px);
   margin-bottom: 8px;
}

.work-1-sub-tit {
   font-size: 12px;
   text-transform: uppercase;
   font-weight: 600;
   letter-spacing: 2px;
   margin-right: -2px;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   transition: all 0.5s ease;
   -webkit-transform: translateY(30px);
   -moz-transform: translateY(30px);
   -o-transform: translateY(30px);
   -ms-transform: translateY(30px);
   transform: translateY(30px);
}

.work-1-icon {
   width: 48px;
   margin-right: auto;
   margin-left: auto;
   margin-bottom: 10px;
   -webkit-transition: all .4s ease;
   -moz-transition: all .4s ease;
   -o-transition: all .4s ease;
   -ms-transition: all .4s ease;
   transition: all .4s ease;
   -webkit-transform: translateX(-20px);
   -moz-transform: translateX(-20px);
   -o-transform: translateX(-20px);
   -ms-transform: translateX(-20px);
   transform: translateX(-20px);
}

/* Effect 2 Portfolio */

.work-2-item {
   position: relative;
   overflow: hidden;
   text-align: center;
}

.work-2-item a {
   position: relative;
   overflow: hidden;
   display: block;
   cursor: url(../img/icon/icon-zoom-white.png), auto;
}

.work-2-item img {
   width: 100%;
   -webkit-transition: all 1.1s ease;
   transition: all 1.1s ease;
}

.work-2-item:hover img {
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
}

.work-2-des {
   width: 100%;
   height: 100%;
   color: #fff;
   background-color: rgba(24,24,24,0.90);
   position: absolute;
   top: 0;
   left: 0;
   -webkit-transition: all .4s ease;
   transition: all .4s ease;
   opacity: 0;
}

.work-2-item:hover .work-2-des {
   opacity: 1;
}

.work-2-item:hover .work-2-des h4,
.work-2-item:hover .work-2-des h5 {
   opacity: 1;
   -webkit-transform: scale(1);
   transform: scale(1);
}

.work-2-des h4,
.work-2-des h5 {
   text-transform: uppercase;
   letter-spacing: 2px;
   margin-right: -2px;
   opacity: 0;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
   -webkit-transform: scale(1.4);
   transform: scale(1.4);
}

.work-2-des h4 {
   -webkit-transition-delay: .1s;
   transition-delay: .1s;
}

.work-2-des h5 {
   font-weight: 600;
}

.work-2-des h5 {
   -webkit-transition-delay: .2s;
   transition-delay: .2s;
}

/* Effect 3 Portfolio */

.work-3-item {
   position: relative;
   overflow: hidden;
}

.work-3-item a {
   position: relative;
   overflow: hidden;
   display: block;
   cursor: url(../img/icon/icon-cross-black.png), auto;
}

.work-3-item img {
   width: 100%;
   -webkit-transition: all 1.1s ease;
   transition: all 1.1s ease;
}

.work-3-item:hover img {
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
}

.work-3-des {
   width: 100%;
   height: 100%;
   color: #000;
   text-align: center;
   background-color: rgba(255,255,255,0.95);
   position: absolute;
   top: 0;
   left: 0;
   -webkit-transition: all .5s ease;
   transition: all .5s ease;
   opacity: 0;
}

.work-3-item:hover .work-3-des {
   opacity: 1;
}

.work-3-item:hover .work-3-des h4,
.work-3-item:hover .work-3-des h5,
.work-3-item:hover .work-3-des p,
.work-3-item:hover .work-3-des .price {
   opacity: 1;
   -webkit-transform: scale(1);
   transform: scale(1);
}

.work-3-des h4,
.work-3-des h5,
.work-3-des p,
.work-3-des .price {
   text-transform: uppercase;
   letter-spacing: 2px;
   margin-right: -2px;
   opacity: 0;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}

.work-3-des h5 {
   font-weight: 600;
}

.work-3-des h4 {
   -webkit-transition-delay: .3s;
   transition-delay: .3s;
   -webkit-transform: translateX(-40px);
   -moz-transform: translateX(-40px);
   -o-transform: translateX(-40px);
   -ms-transform: translateX(-40px);
   transform: translateX(-40px);
}

.work-3-des h5 {
   -webkit-transition-delay: .2s;
   transition-delay: .2s;
   -webkit-transform: translateX(40px);
   -moz-transform: translateX(40px);
   -o-transform: translateX(40px);
   -ms-transform: translateX(40px);
   transform: translateX(40px);
}

.work-3-des p {
   -webkit-transition-delay: .2s;
   transition-delay: .2s;
   -webkit-transform: translateX(-45px);
   -moz-transform: translateX(-45px);
   -o-transform: translateX(-45px);
   -ms-transform: translateX(-45px);
   transform: translateX(-45px);
}

.work-3-des .price {
   -webkit-transition-delay: .3s;
   transition-delay: .3s;
   -webkit-transform: translateX(45px);
   -moz-transform: translateX(45px);
   -o-transform: translateX(45px);
   -ms-transform: translateX(45px);
   transform: translateX(45px);
}

.work-3-line {
   width: 40px;
   margin-top: 10px;
   margin-right: auto;
   margin-left: auto;
   margin-bottom: 10px;
   height: 1px;
   background-color: #000;
}

/* Effect 4 Portfolio */

.work-4-item {
   display: block;
   width: 100%;
   margin: 0 auto;
   position: relative;
   cursor: url(../img/icon/icon-cross-white.png), auto;
}

.work-4-item img {
   display: block;
}

.work-4-overlay {
   opacity: 0;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: rgba(0,0,0,0.80);
   overflow: hidden;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   transition: all 0.5s ease;
   padding: 15px;
}

.work-4-overlay:hover {
   opacity: 1;
}

.work-4-overlay:hover .work-4-des {
   opacity: 1;
}

.work-4-overlay:hover .work-4-top-tit,
.work-4-overlay:hover .work-4-sub-tit,
.work-4-overlay:hover .work-4-icon {
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -o-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
}

.work-4-overlay-item {
   text-align: center;
   width: 100%;
   height: 100%;
   display: table;
   border: 1px solid #5F5F5F;
}

.work-4-overlay-item span {
   display: block;
   color: #fff;
}

.work-4-des {
   display: table-cell;
   vertical-align: middle;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   transition: all 0.3s ease;
   opacity: 0;
}

.work-4-top-tit {
   font-size: 12px;
   font-weight: 600;
   letter-spacing: 2px;
   margin-right: -2px;
   margin-bottom: 6px;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   -ms-transition: all 0.4s ease;
   transition: all 0.4s ease;
   -webkit-transform: translateY(-40px);
   -moz-transform: translateY(-40px);
   -o-transform: translateY(-40px);
   -ms-transform: translateY(-40px);
   transform: translateY(-40px);
   text-transform: uppercase;
}

.work-4-sub-tit {
   font-size: 12px;
   text-transform: capitalize;
   letter-spacing: 2px;
   margin-right: -2px;
   -webkit-transition: all 0.7s ease;
   -moz-transition: all 0.7s ease;
   -o-transition: all 0.7s ease;
   -ms-transition: all 0.7s ease;
   transition: all 0.7s ease;
   -webkit-transform: translateY(30px);
   -moz-transform: translateY(30px);
   -o-transform: translateY(30px);
   -ms-transform: translateY(30px);
   transform: translateY(30px);
}

.work-4-icon {
   font-size: 18px;
   color: #C7C7C7;
   margin-bottom: 20px;
   -webkit-transition: all 0.6s ease;
   -moz-transition: all 0.6s ease;
   -o-transition: all 0.6s ease;
   -ms-transition: all 0.6s ease;
   transition: all 0.6s ease;
   -webkit-transform: translateY(-40px);
   -moz-transform: translateY(-40px);
   -o-transform: translateY(-40px);
   -ms-transform: translateY(-40px);
   transform: translateY(-40px);
}

/* Effect 5 Portfolio */

.work-5-item {
   display: block;
   width: 100%;
   margin: 0 auto;
   position: relative;
   cursor: url(../img/icon/icon-cross-white.png), auto;
   overflow: hidden;
}

.work-5-item img {
   width: 100%;
   -webkit-transition: all 1.1s ease;
   transition: all 1.1s ease;
}

.work-5-item:hover img {
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
}

.work-5-overlay {
   opacity: 0;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: rgba(0,0,0,0.80);
   overflow: hidden;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   -ms-transition: all 0.4s ease;
   transition: all 0.4s ease;
   margin: 10px;
}

.work-5-overlay:hover {
   opacity: 1;
}

.work-5-overlay:hover .work-5-des {
   opacity: 1;
}

.work-5-overlay:hover .work-5-top-tit,
.work-5-overlay:hover .work-5-sub-tit,
.work-5-overlay:hover .work-5-line {
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -o-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
}

.work-5-overlay-item {
   text-align: center;
   width: 100%;
   height: 100%;
   display: table;
}

.work-5-overlay-item span {
   display: block;
   color: #fff;
}

.work-5-des {
   display: table-cell;
   vertical-align: middle;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   transition: all 0.3s ease;
   opacity: 0;
}

.work-5-top-tit {
   font-size: 12px;
   font-weight: 600;
   letter-spacing: 2px;
   margin-right: -2px;
   margin-bottom: 6px;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   -ms-transition: all 0.4s ease;
   transition: all 0.4s ease;
   -webkit-transform: translateY(-40px);
   -moz-transform: translateY(-40px);
   -o-transform: translateY(-40px);
   -ms-transform: translateY(-40px);
   transform: translateY(-40px);
   text-transform: uppercase;
}

.work-5-sub-tit {
   font-size: 12px;
   text-transform: capitalize;
   letter-spacing: 1px;
   margin-right: -2px;
   -webkit-transition: all 0.7s ease;
   -moz-transition: all 0.7s ease;
   -o-transition: all 0.7s ease;
   -ms-transition: all 0.7s ease;
   transition: all 0.7s ease;
   -webkit-transform: translateY(30px);
   -moz-transform: translateY(30px);
   -o-transform: translateY(30px);
   -ms-transform: translateY(30px);
   transform: translateY(30px);
}

.work-5-line {
   width: 40px;
   margin: 10px auto;
   height: 1px;
   background-color: #fff;
   -webkit-transition: all 0.6s ease;
   -moz-transition: all 0.6s ease;
   -o-transition: all 0.6s ease;
   -ms-transition: all 0.6s ease;
   transition: all 0.6s ease;
   -webkit-transform: translateY(-40px);
   -moz-transform: translateY(-40px);
   -o-transform: translateY(-40px);
   -ms-transform: translateY(-40px);
   transform: translateY(-40px);
}

/* Effect 6 Portfolio */

.work-6-item {
   display: block;
   width: 100%;
   margin: 0 auto;
   position: relative;
   cursor: url(../img/icon/icon-cross-black.png), auto;
   overflow: hidden;
}

.work-6-item img {
   display: block;
}

.work-6-item img {
   width: 100%;
   -webkit-transition: all 1.1s ease;
   transition: all 1.1s ease;
}

.work-6-item:hover img {
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
}

.work-6-overlay {
   opacity: 0;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: rgba(255,255,255,0.95);
   overflow: hidden;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   -ms-transition: all 0.4s ease;
   transition: all 0.4s ease;
   border: 10px solid rgba(0,0,0,0.80);
}

.work-6-overlay:hover {
   opacity: 1;
}

.work-6-overlay:hover .work-6-des {
   opacity: 1;
}

.work-6-overlay:hover .work-6-top-tit,
.work-6-overlay:hover .work-6-sub-tit,
.work-6-overlay:hover .work-6-line {
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -o-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
}

.work-6-overlay-item {
   text-align: center;
   width: 100%;
   height: 100%;
   display: table;
}

.work-6-overlay-item span {
   display: block;
   color: #000;
}

.work-6-des {
   display: table-cell;
   vertical-align: middle;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   transition: all 0.3s ease;
   opacity: 0;
}

.work-6-top-tit {
   font-size: 12px;
   font-weight: 600;
   letter-spacing: 2px;
   margin-right: -2px;
   margin-bottom: 6px;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   -ms-transition: all 0.4s ease;
   transition: all 0.4s ease;
   -webkit-transform: translateY(-40px);
   -moz-transform: translateY(-40px);
   -o-transform: translateY(-40px);
   -ms-transform: translateY(-40px);
   transform: translateY(-40px);
   text-transform: uppercase;
}

.work-6-sub-tit {
   font-size: 12px;
   text-transform: capitalize;
   letter-spacing: 2px;
   margin-right: -2px;
   -webkit-transition: all 0.7s ease;
   -moz-transition: all 0.7s ease;
   -o-transition: all 0.7s ease;
   -ms-transition: all 0.7s ease;
   transition: all 0.7s ease;
   -webkit-transform: translateY(30px);
   -moz-transform: translateY(30px);
   -o-transform: translateY(30px);
   -ms-transform: translateY(30px);
   transform: translateY(30px);
}

.work-6-line {
   width: 40px;
   margin: 10px auto;
   height: 1px;
   background-color: #000;
   -webkit-transition: all 0.6s ease;
   -moz-transition: all 0.6s ease;
   -o-transition: all 0.6s ease;
   -ms-transition: all 0.6s ease;
   transition: all 0.6s ease;
   -webkit-transform: translateY(-40px);
   -moz-transform: translateY(-40px);
   -o-transform: translateY(-40px);
   -ms-transform: translateY(-40px);
   transform: translateY(-40px);
}


/*==========================================
			Form Email
==========================================*/

/* Email Contact default Setting  */

.contact-form-2 .has-error .form-control,
.contact-form-4 .has-error .form-control,
.newsletter-1 .has-error .form-control,
.contact-form-2 .has-error .form-control:focus,
.contact-form-4 .has-error .form-control:focus,
.newsletter-1 .has-error .form-control:focus {
   border-color: #BE0C0C !important;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.contact-form-1 .form-control,
.contact-form-1 .form-control:focus,
.contact-form-2 .form-control,
.contact-form-2 .form-control:focus,
.contact-form-3 .form-control,
.contact-form-3 .form-control:focus,
.contact-form-4 .form-control,
.contact-form-4 .form-control:focus,
.newsletter-1 .form-control,
.newsletter-1 .form-control:focus {
   -webkit-transition: border-color ease-in-out .35s, -webkit-box-shadow ease-in-out .35s;
   -o-transition: border-color ease-in-out .35s, box-shadow ease-in-out .35s;
   transition: border-color ease-in-out .35s, box-shadow ease-in-out .35s;
}

.help-block {
   font-size: 12px;
}

/* Email Contact 1 */

.contact-form-1 .form-group {
   margin-bottom: 0;
}

.contact-form-1 .form-control {
   border-radius: 1px;
   background-color: transparent;
   color: #FFFFFF;
}

.contact-form-1 .form-control,
.contact-form-1 .form-control:focus {
   border-color: #fff;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.contact-form-1 .has-error .form-control {
   color: #FF4245;
}
.contact-form-1 .has-error .form-control::-moz-placeholder {
   color: #FF4245;
   opacity: 1;
}
.contact-form-1 .has-error .form-control:-ms-input-placeholder {
   color: #FF4245;
}
.contact-form-1 .has-error .form-control::-webkit-input-placeholder {
   color: #FF4245;
}

.contact-form-1 input {
   height: 65px;
}

.contact-form-1 .first-name {
   border-bottom: 0px solid transparent;
}

.contact-form-1 .last-name {
   border-bottom: 0px solid transparent;
   border-left: 0px solid transparent;
}

.contact-form-1 .email {
   border-right: 0px solid transparent;
   border-bottom: 0px solid transparent;
}

.contact-form-1 .subject {
   border-left: 0px solid transparent;
}

.contact-form-1 textarea.form-control {
   height: 140px;
   border-top: 0px solid transparent;
   padding-top: 20px;
}

.contact-form-1 button {
   font-size: 30px;
   height: 140px;
   border: 1px solid #fff;
   border-left: 0px solid transparent;
   border-top: 0px solid transparent;
   background-color: transparent;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

.contact-form-1 button:hover {
   color: #BF9865;
   background-color: #181818;
   opacity: 0.8;
}

/* Email Contact 2 */

.contact-form-2 .form-group label {
   font-size: 15px;
}

.contact-form-2 .form-group .form-control {
   border-color: #1E1E1E;
   border-radius: 1px;
   background-color: rgba(255,255,255,0.04);
}

.contact-form-2 .form-control:focus {
   border-color: #181818;
   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(136,136,136,0.60);
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(136,136,136,0.60);
}

.contact-form-2 input {
   height: 49px;
}

.contact-form-2 textarea {
   padding: 10px;
   resize: none;
   height: 229px;
}

.contact-form-2 .btn {
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   padding-top: 25px;
   padding-right: 25px;
   padding-bottom: 25px;
   padding-left: 25px;
   background-color: #181818;
   font-size: 12px;
}

.contact-form-2 .btn:hover {
   background-color: #292929;
   color: #FFFFFF;
}

/* Email Contact 3 */

.contact-form-3 input {
   height: 102px;
}

.contact-form-3 .form-control {
   border-radius: 0;
   border-style: none none solid;
   border-width: 0 0 1px;
   box-shadow: none;
   margin-bottom: 50px;
}

.contact-form-3 .form-control:focus {
   border-color: #181818;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.contact-form-3 .btn {
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

.contact-form-3 .footer-social {
   margin-top: 17px;
}

.contact-form-3.footer-social li a {
   color: #cdd2d6;
   display: block;
   margin-bottom: 10px;
}

/* Email Contact 4 */

.contact-form-4 .form-control {
   border-color: #E1E1E1;
   border-radius: 1px;
   -webkit-box-shadow: none;
   box-shadow: none;
   background-color: transparent;
}

.contact-form-4 .form-control {
   -webkit-transition: border-color ease-in-out .35s, -webkit-box-shadow ease-in-out .35s;
   -o-transition: border-color ease-in-out .35s, box-shadow ease-in-out .35s;
   transition: border-color ease-in-out .35s, box-shadow ease-in-out .35s;
}

.contact-form-4 .form-control:focus {
   border-color: #181818;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.contact-form-4 input {
   height: 50px;
}

.contact-form-4 textarea#message {
   padding: 10px;
   resize: none;
}

.contact-form-4 .btn {
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
}

/* Newsletters */

.newsletter-1 {
   max-width: 480px;
   margin: auto;
   position: relative;
}

.newsletter-1 .btn {
   height: 50px;
   position: absolute;
   top: 0;
   right: 0;
   border: 1px solid #000000;
   -webkit-transition: all .4s ease-in-out;
   -moz-transition: all .4s ease-in-out;
   -ms-transition: all .4s ease-in-out;
   -o-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
   padding-left: 25px;
   padding-right: 25px;
   margin-top: 5px;
   margin-bottom: 5px;
   margin-right: 5px;
}

.newsletter-1 .btn:hover {
   color: #BF9865;
}

.newsletter-1 .form-control {
   border-color: transparent;
   border-radius: 1px;
   height: 60px;
   -webkit-transition: all .4s ease-in-out;
   -moz-transition: all .4s ease-in-out;
   -ms-transition: all .4s ease-in-out;
   -o-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
   -webkit-box-shadow: none;
   box-shadow: none;
   background-color: #FBFBFB;
   font-size: 12px;
   padding-left: 25px;
}

.newsletter-1 .form-control:focus {
   border-color: #D8D8D8;
   -webkit-box-shadow: none;
   box-shadow: none;
}

#subscribe-loading {
   display: none;
   line-height: 45px;
   cursor: inherit;
}

#subscribe-loading:hover {
   color: inherit;
}

.subscribe-message {
   text-align: center;
   font-size: 1.125em;
}

.subscribe-error {
   color: #ffffff;
   position: absolute;
   background: rgba(52, 152, 219,1);
   display: none;
   left: 25px;
   bottom: 60px;
   padding: 5px 10px;
   border-radius: 3px;
}

.subscribe-error:after {
   position: absolute;
   content: "";
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 12px;
   border-color: transparent;
   left: 25px;
   bottom: -24px;
}


/*==========================================
			  Pagination
==========================================*/

.pagination > li > a,
.pagination > li > span {
   color: #181818;
   border: none;
   margin: 0 2px;
   border-radius: 2px;
   font-family: 'Open Sans', sans-serif;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
   color: #181818;
   background-color: #eee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
   z-index: 3;
   color: #fff;
   cursor: default;
   background-color: #181818;
}

.pagination > li.next a,
.pagination > li.prev a {
   opacity: 0.4;
}

.pagination > li.next a:hover,
.pagination > li.prev a:hover {
   opacity: 1;
   background-color: transparent;
}


/*=========================================
	          Scroll to Top
==========================================*/

.cd-top {
   display: inline-block;
   height: 40px;
   width: 40px;
   position: fixed;
   bottom: 30px;
   right: 30px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
   overflow: hidden;
   text-indent: 100%;
   white-space: nowrap;
   background-repeat: no-repeat;
   background-position: center 50%;
   background-image: url(../img/icon/to-top-1.png);
   background-color: #918c10;
   visibility: hidden;
   opacity: 0;
   -webkit-transition: opacity .3s 0s, visibility 0s .3s;
   -moz-transition: opacity .3s 0s, visibility 0s .3s;
   transition: opacity .3s 0s, visibility 0s .3s;
   z-index: 1000;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
   -webkit-transition: opacity .3s 0s, visibility 0s 0s, all .3s ease-in-out;
   -moz-transition: opacity .3s 0s, visibility 0s 0s, all .3s ease-in-out;
   transition: opacity .3s 0s, visibility 0s 0s, all .3s ease-in-out;
}

.cd-top.cd-is-visible {
   visibility: visible;
   opacity: 1;
}

.cd-top.cd-fade-out {
   opacity: .9;
}

.no-touch .cd-top:hover {
   background-color: #e28432;
   opacity: 1;
}

.cd-top:hover {
   background-color: #e28432;
   opacity: 1;
}


/*==========================================
			   Accordion
==========================================*/

.rlAccordion > h3,
.rlAccordion > h4 {
   font-size: 14px;
   margin: 0 auto 10px auto;
   padding: 15px;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

.rlAccordion > h3,
.rlAccordion > h4 {
   cursor: pointer;
}

.rlAccordion > h3 {
   background-color: #FDFDFD;
   border: 1px solid #E1E1E1;
   color: #181818;
}

.rlAccordion > h4 {
   background-color: #181818;
   border: 1px solid #E1E1E1;
   color: #fff;
}

.rlAccordion > h3:hover {
   background-color: #F5F5F5;
}

.rlAccordion > h4:hover {
   background-color: #f5f5f5;
   color: #181818;
}

.rlAccordion > h3 > span,
.rlAccordion > h4 > span {
   float: right;
   font-family: arial, serif, sans-serif;
}

.rlAccordion > h3 > span {
   color: #181818;
}

.rlAccordion > h4 > span {
   color: #C5C5C5;
}

.rlAccordion > h3 + div,
.rlAccordion > h4 + div {
   display: none;
   padding: 2% 5%;
   margin-left: 20px;
}

.rlAccordion > h3 + div,
.rlAccordion > h4 + div {
   border-left: 1px dashed #DBDBDB;
}

/*=================================*/
.word_cloud img { display:none; }
.culture svg {
  float: right;
  margin-bottom: 20px;
  margin-right: 150px;
  margin-top: -380px;
}

/*=========================================
	            Tabs
==========================================*/

/* Tabs 1 */

.tabs-1 #tabs-scale {
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

.tabs-1 #tabs-scale ul {
   margin-bottom: 80px;
}

.tabs-1 #tabs-scale li a {
   padding: 20px;
   background-color: #EFEFEF;
   margin: 0 3px;
   font-size: 11px;
   letter-spacing: 2px;
   text-transform: uppercase;
   font-weight: 700;
   opacity: 0.80;
   color: #CBCBCB;
}

.tabs-1 #tabs-scale li a:hover {
   color: #181818;
   background-color: #F5F5F5;
   border-color: #eee #eee #919191;
}

.tabs-1 .tabulous_active {
   color: #181818 !important;
   border-color: #eee #eee #212121 !important;
}

.tabs-1 .tabulous_active .icon {
   opacity: 1;
}

.tabs-1 a .icon {
   margin-bottom: 20px;
   opacity: 0.40;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

.tabs-1 a:hover .icon {
   margin-bottom: 20px;
   opacity: 0.10;
}

.tabs-1 #tabs_container {
   overflow: hidden;
   position: relative;
}

.tabs-1 .tabs-img {
   float: left;
   border-right: 1px solid #E1E1E1;
   margin-right: 28px;
   margin-bottom: 30px;
}

.tabs-1 #tabs_container div {
   margin-right: 40px;
   height: auto; /* set height */
   margin-left: 40px;
   padding-bottom: 220px;
}

.tabs-1 .tabulousclear {
   display: block;
   clear: both;
}

.tabs-1 .number {
   padding-right: 25px;
   font-size: 90px;
   color: #000;
   text-transform: uppercase;
   letter-spacing: 5px;
   float: left;
   border-right: 1px solid #E1E1E1;
   margin-right: 35px;
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   padding-top: 15px;
   padding-bottom: 15px;
   margin-top: auto;
   margin-bottom: auto;
}

.tabs-1 .number span {
   font-size: 40px;
   margin-right: 5px;
   color: #D8D8D8;
}

.tabs-1 .title {
   font-size: 25px;
   text-transform: capitalize;
   letter-spacing: 1px;
   color: #D8D8D8;
   text-align: left;
   font-weight: 600;
   margin-top: 18px;
}

.tabs-1 p { /* set height div */
   padding-bottom: 15px;
}

/* Tabs 2 */

.tabs-2 #tabs-slide-left {
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

.tabs-2 #tabs-slide-left ul {
   margin-bottom: 35px;
}

.tabs-2 #tabs-slide-left li a {
   padding: 10px;
   background-color: #EFEFEF;
   margin: 0 3px;
   font-size: 11px;
   letter-spacing: 1px;
   text-transform: uppercase;
   font-weight: 700;
   opacity: 0.80;
   border-radius: 0;
   color: #CBCBCB;
}

.tabs-2 #tabs-slide-left li a:hover {
   color: #181818;
   background-color: #F5F5F5;
   border-color: #eee #eee #919191;
}

.tabs-2 .tabulous_active {
   color: #181818 !important;
   border-color: #eee #eee #212121 !important;
}

.tabs-2 .tabulous_active {
   opacity: 1;
}

.tabs-2 i {
   margin-bottom: 40px;
   position: absolute;
   top: 0;
   left: 10px;
   color: #F3F3F3;
   font-size: 100px;
   z-index: -1;
}

.tabs-2 #tabs_container {
   overflow: hidden;
   position: relative;
}

.tabs-2 #tabs_container div {
   margin-left: 10px;
   margin-right: 10px;
   height: auto; /* fix height */
   padding-bottom: 220px;
}

.tabs-2 .tabulousclear {
   display: block;
   clear: both;
}

.tabs-2 .title {
   font-size: 25px;
   text-transform: capitalize;
   letter-spacing: 1px;
   color: #000;
   text-align: left;
   margin-top: 18px;
}

/* Tabs 3 */

.tabs-3 #tabs-slide-left-2 {
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

.tabs-3 #tabs-slide-left-2 ul {
   margin-bottom: 35px;
}

.tabs-3 #tabs-slide-left-2 li a {
   padding: 10px;
   margin: 0;
   font-size: 11px;
   letter-spacing: 1px;
   text-transform: uppercase;
   font-weight: 700;
   opacity: 0.80;
   border-radius: 0;
   color: #CBCBCB;
}

.tabs-3 #tabs-slide-left-2 li a:hover {
   color: #181818;
   background-color: #F5F5F5;
   border-bottom-color: #919191;
}

.tabs-3 .tabulous_active {
   color: #181818 !important;
   border-color: #eee #eee #212121 !important;
}

.tabs-3 .tabulous_active {
   opacity: 1;
}

.tabs-3 #tabs_container {
   overflow: hidden;
   position: relative;
}

.tabs-3 #tabs_container div {
   margin-left: 10px;
   margin-right: 10px;
   height: auto;/* fix height */
   padding-bottom: 220px;
}

.tabs-3 .tabulousclear {
   display: block;
   clear: both;
}

.tabs-3 .title {
   font-size: 25px;
   text-transform: capitalize;
   letter-spacing: 1px;
   color: #000;
   text-align: left;
   margin-top: 18px;
}

.tabs-3 p { /* set height div */
   padding-bottom: 15px;
}

/* Tabs Transition */

.transition {
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
   -webkit-transition-delay: .3s;
   -moz-transition-delay: .3s;
   -o-transition-delay: .3s;
   -ms-transition-delay: .3s;
   transition-delay: .3s;
}

.make_transist {
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

.hidescale {
   -webkit-transform: scale(0.9);
   -moz-transform: scale(0.9);
   -o-transform: scale(0.9);
   -ms-transform: scale(0.9);
   transform: scale(0.9);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}

.showscale {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: .3s;
   -moz-transition-delay: .3s;
   -o-transition-delay: .3s;
   -ms-transition-delay: .3s;
   transition-delay: .3s;
}

.hideleft {
   -webkit-transform: translateX(-100%);
   -moz-transform: translateX(-100%);
   -o-transform: translateX(-100%);
   -ms-transform: translateX(-100%);
   transform: translateX(-100%);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}

.showleft {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: .3s;
   -moz-transition-delay: .3s;
   -o-transition-delay: .3s;
   -ms-transition-delay: .3s;
   transition-delay: .3s;
}

.hidescaleup {
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -o-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}

.showscaleup {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: .3s;
   -moz-transition-delay: .3s;
   -o-transition-delay: .3s;
   -ms-transition-delay: .3s;
   transition-delay: .3s;
}

.hideflip {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: rotatey(-90deg) scale(1.1);
   -moz-transform: rotatey(-90deg) scale(1.1);
   -o-transform: rotatey(-90deg) scale(1.1);
   -ms-transform: rotatey(-90deg) scale(1.1);
   transform: rotatey(-90deg) scale(1.1);
   -webkit-transform-origin: 50% 50%;
   -moz-transform-origin: 50% 50%;
   -o-transform-origin: 50% 50%;
   -ms-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
}

.showflip {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: .3s;
   -moz-transition-delay: .3s;
   -o-transition-delay: .3s;
   -ms-transition-delay: .3s;
   transition-delay: .3s;
   -webkit-transform: rotatey(0deg) scale(1);
   -moz-transform: rotatey(0deg) scale(1);
   -o-transform: rotatey(0deg) scale(1);
   -ms-transform: rotatey(0deg) scale(1);
   transform: rotatey(0deg) scale(1);
   -webkit-transform-origin: 50% 50%;
   -moz-transform-origin: 50% 50%;
   -o-transform-origin: 50% 50%;
   -ms-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
}


/*=========================================
	            Box Info
==========================================*/

/* Box Info 1 */

.box-info-1 {
   position: relative;
   color: #fff;
   line-height: 1;
   top: 0;
   transition: all 0.2s ease-out;
   padding-top: 70px;
   padding-right: 40px;
   padding-left: 40px;
   padding-bottom: 70px;
}

.box-info-1.box-1 {
   background-color: #747989;
}

.box-info-1.box-2 {
   background-color: #181818;
}

.box-info-1.box-3 {
   background-color: #4c6575;
}

.box-info-1-des {
   vertical-align: middle;
   display: table-cell;
}

.box-info-1-des h4 {
   font-size: 20px;
   margin: 0 0 10px 0;
}

.box-info-1-des p {
   font-size: 13px;
   margin-bottom: 0;
   line-height: 20px;
}

.box-info-1-icon {
   display: table-cell;
   vertical-align: top;
   padding-left: 10px;
}

.box-info-1:hover {
   top: -10px;
}

.box-info-1-icon img {
   margin-left: 50px;
   margin-top: -20px;
}

/* Box Info 2 */

.box-info-2 {
   width: 100%;
   height: 220px;
   background: #fff;
   border: 1px solid #5DBB92;
   border-radius: 2px;
   margin-top: 5px;
   margin-right: 5px;
   margin-left: 5px;
   margin-bottom: 5px;
   color: #181818;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

.box-info-2:hover {
   background-color: #F6F8F8;
   border: 1px solid #C1E5D5;
}

.box-info-2 > span {
   font-size: 14px;
   font-family: 'Open Sans', sans-serif;
   width: 40px;
   background-color: #fff;
   position: absolute;
   top: 30px;
   left: 0;
   color: #000;
   padding: 10px;
   text-align: center;
   border: 1px solid #B6E0CE;
   font-weight: 600;
}

.box-info-2 > .info {
   position: absolute;
   top: 30px;
   left: 60px;
   color: #181818;
   font-weight: 600;
}

.box-info-2 > .info:first-line {
   text-transform: uppercase;
   font-size: 14px;
   font-weight: 300;
}

.box-info-2 > .numbers {
   font-size: 30px;
   font-family: 'Open Sans', sans-serif;
   color: #5DBB92;
   text-align: center;
   font-weight: 300;
   position: absolute;
   top: 30px;
   right: 20px;
}

.box-info-2 > .numbers span {
   font-size: 16px;
}

.box-info-2 > .des {
   padding-right: 15px;
   padding-left: 15px;
   top: 60px;
   position: relative;
   font-size: 13px;
}

/* Box Info 3 */

.box-info-wrap {
   margin-top: -20px;
   margin-left: 60px;
   margin-bottom: 60px;
}

.box-info-3 {
   width: 300px;
   height: 80px;
   display: inline-block;
   border: 1px solid #5DBB92;
   background-color: rgba(246,248,248,0.56);
   position: relative;
}

.box-info-3 > span {
   display: block;
   width: 50px;
   background-color: #fff;
   position: absolute;
   top: 41px;
   left: -15px;
   color: #A8A8A8;
   font-size: 11px;
   padding: 2px 7px;
   text-align: center;
   border: 1px solid #ABDBC6;
   text-transform: capitalize;
}

.box-info-3 > .info {
   display: inline-block;
   position: absolute;
   top: 13px;
   left: 50px;
   color: #181818;
   line-height: 25px;
}

.box-info-3 > .info:first-line {
   font-family: 'Open Sans', sans-serif;
   text-transform: uppercase;
   font-size: 10px;
   margin: 10px 0 0 0;
   font-weight: 700;
}

.box-info-3 > .numbers {
   font-size: 25px;
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   color: #5DBB92;
   display: inline-block;
   position: absolute;
   top: 20px;
   text-align: right;
   right: 20px;
}

.box-info-3 > .numbers span {
   font-size: 16px;
}

/* Box Info 4 */

.box-info-4 {
   width: 300px;
   height: 80px;
   display: inline-block;
   border: 1px solid #5DBB92;
   background: #fff;
}

.box-info-4:before {
   content: '';
   position: relative;
   display: block;
   width: 295px;
   height: 70px;
   border: 1px solid #C8E7D9;
   background-color: #fff;
   transform: rotate(2deg);
   top: 12px;
   left: 2px;
   z-index: -1;
}

.box-info-4:after {
   content: '';
   position: relative;
   display: block;
   width: 295px;
   height: 75px;
   border: 1px solid #C8E7D9;
   background-color: #fff;
   transform: rotate(-2deg);
   top: -136px;
   z-index: -2;
}

.box-info-4 > span {
   display: block;
   width: 50px;
   background-color: #fff;
   position: relative;
   top: -54px;
   left: -15px;
   color: #000;
   font-size: 11px;
   padding: 2px 7px;
   text-align: center;
   border: 1px solid #ABDBC6;
}

.box-info-4 > .info {
   display: inline-block;
   position: relative;
   top: -77px;
   left: 60px;
   color: #181818;
   font-weight: 600;
   line-height: 25px;
}

.box-info-4 > .info:first-line {
   text-transform: uppercase;
   font-size: 10px;
   margin: 10px 0 0 0;
   font-weight: 700;
}

.box-info-4 > .numbers {
   font-size: 25px;
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   color: #5DBB92;
   display: inline-block;
   position: relative;
   top: -87px;
   left: 115px;
}

.box-info-4 > .numbers span {
   font-size: 16px;
}


/*=========================================
	        Social Network
==========================================*/

.social-fb,
.social-tw,
.social-g,
.social-in {
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
   color: #181818;
}

.social-fb:hover {
   background-color: #3b5999;
   color: #FFFFFF;
}

.social-tw:hover {
   background-color: #00aced;
   color: #FFFFFF;
}

.social-g:hover {
   background-color: #d44332;
   color: #FFFFFF;
}

.social-in:hover {
   background-color: #0080b2;
   color: #FFFFFF;
}

/* Social Network 1 */

.social-1 {
   text-align: center;
   font-size: 15px;
}

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

.social-1 ul li {
   display: inline-block;
   zoom: 1;
 *display: inline;
}

.social-1 ul li a {
   display: block;
   margin: 0 2px;
   border: 1px solid #B9B9B9;
   width: 40px;
   height: 40px;
   line-height: 40px;
   color: #B9B9B9;
}

.social-1 ul li a:hover {
   color: #181818;
   border: 1px solid #524F4F;
   background-color: #EFEFEF;
}

/* Social Network 2 */

.social-2 {
   text-align: center;
   font-size: 15px;
}

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

.social-2 ul li {
   display: inline-block;
   zoom: 1;
 *display: inline;
}

.social-2 ul li a {
   display: block;
   margin: 0 2px;
   border: 1px solid #181818;
   width: 40px;
   height: 40px;
   line-height: 40px;
   color: #B9B9B9;
   border-radius: 50px;
   background-color: #181818;
}

.social-2 ul li a:hover {
   color: #181818;
   border: 1px solid #181818;
   background-color: #EFEFEF;
}

/* Social Network 3 */

.social-3 {
   text-align: center;
   font-size: 15px;
}

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

.social-3 ul li {
   display: inline-block;
   zoom: 1;
 *display: inline;
}

.social-3 ul li a {
   display: block;
   margin: 0 2px;
   border: 1px solid #E3E3E3;
   width: 60px;
   height: 40px;
   line-height: 40px;
   color: #494949;
}

.social-3 ul li a:hover {
   color: #fff;
   border: 1px solid #181818;
   background-color: #181818;
}

/* Social Network 4 */

.social-4 {
   text-align: center;
   font-size: 15px;
}

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

.social-4 ul li {
   display: inline-block;
   zoom: 1;
 *display: inline;
}

.social-4 ul li a {
   display: block;
   margin: 0;
   width: 25px;
   height: 25px;
   line-height: 25px;
   color: #e3e3e3;
}

.social-4 ul li a:hover {
   color: #181818;
}

/* Social Network 5 */

.social-5 {
   text-align: center;
}

.social-5 .item {
   width: 120px;
   height: 80px;
   display: inline-block;
   margin: 0 5px;
   font-weight: 500;
   text-align: center;
   line-height: 25px;
   overflow: hidden;
}

.social-5 .item:before {
   background-color: #fff;
   display: block;
   font-size: 30px;
   line-height: 70px;
   color: #181818;
   -webkit-transition: font-size 0.2s ease-in-out, line-height 0.2s ease-in-out;
   transition: font-size 0.2s ease-in-out, line-height 0.2s ease-in-out;
   border: 1px solid #000000;
}

.social-5 .item:hover:before {
   font-size: 20px;
   line-height: 50px;
   color: #BF9865;
}

.social-5 span {
   font-family: 'Open Sans', sans-serif;
   color: #000;
   letter-spacing: 1px;
   text-transform: uppercase;
   font-weight: 600;
   font-size: 10px;
}


/*=========================================
	            Loading
==========================================*/

.page-loading {
   background-color: #7d868c;
   position: fixed;
   bottom: 0;
   left: 0;
   right: 0;
   top: 0;
   z-index: 9999;
}

.page-loading .loader {
   background: #BF9865;
   border-radius: 50%;
   height: 50px;
   left: 50%;
   margin-left: -23px;
   margin-top: -14px;
   position: absolute;
   top: 50%;
   width: 50px;
   animation: load 1.1s linear infinite;
}

.page-loading .loader:after {
   content: '';
   position: absolute;
   width: 49px;
   height: 49px;
   top: 1px;
   right: 0;
   left: 0;
   margin: auto;
   background-color: #7d868c;
   border-radius: 50%;
}

@keyframes load {

 to {
   -webkit-transform: rotate(360deg);
   -moz-transform: rotate(360deg);
   -ms-transform: rotate(360deg);
   -o-transform: rotate(360deg);
   transform: rotate(360deg);
}

}

.page-loading .text {
   color: #a2afbc;
   display: block;
   font-size: 11px;
   left: 50%;
   margin-left: -17px;
   margin-top: 50px;
   position: absolute;
   top: 50%;
}


/*=========================================
	        Flexslider
==========================================*/

.flexslider ul.slides {
   margin: 0;
}

.flexslider {
   margin: 0;
   background: transparent;
   border: none;
   position: relative;
   zoom: 1;
   -webkit-border-radius: none;
   -moz-border-radius: none;
   border-radius: none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   -o-box-shadow: none;
   box-shadow: none;
}

.flex-control-nav {
   width: auto;
   position: absolute;
   bottom: 20px;
   right: 20px;
   text-align: center;
   z-index: 1000;
}

.flex-control-nav li {
   margin: 0 5px;
   display: inline-block;
   zoom: 1;
 *display: inline;
}

.flex-control-nav li a {
   width: 10px;
   height: 10px;
   background: #a8a8a8;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
   background-color: #fff;
}


/*==========================================
			     Footer
==========================================*/

/* Footer 1 */

.footer-1 {
   background-color: #181818;
   padding: 50px 0 100px 0;/* only boxed layout */
   color: #707070;
}

.footer-1 a {
   font-weight: 600;
}

.footer-1 a:hover {
   color: #A67C45;
}

.footer-1 .title {
   color: #D3D3D3;
   font-size: 15px;
   font-weight: 600;
   margin-bottom: 15px;
}

.footer-1 hr {
   margin-top: 10px;
   margin-bottom: 10px;
   border: 0;
   border-top: 1px solid #2C2C2C;
}

.footer-1 p {
   font-size: 12px;
}

.footer-1 .about {
   margin: 0;
}

.footer-1 .address ul {
   font-size: 12px;
   margin: 0;
   padding: 0;
   font-weight: 600;
   line-height: 1.3;
}

.footer-1 .twitter ul {
   font-size: 12px;
   margin: 0;
   padding: 0;
   display: block;
}

.footer-1 .twitter span {
   color: #919191;
   margin-left: 15px;
}

.footer-1 .social-4 {
   text-align: left;
   font-size: 13px;
}

.footer-1 .social-4 ul {
   margin: 0;
   padding: 0;
}

.footer-1 .social-4 ul li {
   display: inline-block;
   zoom: 1;
 *display: inline;
}

.footer-1 .social-4 ul li a {
   display: block;
   margin: 0 9px;
   width: 20px;
   height: 20px;
   line-height: 20px;
   color: #494949;
}

.footer-1 .social-4 ul li a:hover {
   color: #CBCBCB;
}

/* Footer 2 */

.footer-2 {
   background-color: #1E1F20;
   padding: 70px 0 30px 0;/* only boxed layout */
   color: #707070;
}

.footer-2 a:hover {
   color: #A67C45;
}

.footer-2 .logo {
   font-size: 36px;
   font-weight: 900;
}

.footer-2 .logo span {
   color: #50525A;
}

.footer-2 .title {
   color: #D3D3D3;
   font-size: 12px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 1px;
}

.footer-2 .menu ul {
   margin-top: 20px;
   margin-right: 0;
   margin-left: 0;
   margin-bottom: 20px;
   padding: 0;
}

.footer-2 .menu ul li {
   text-transform: uppercase;
   font-size: 11px;
   font-weight: 600;
   display: inline-block;
   letter-spacing: 1px;
}

.footer-2 .menu ul li a {
   color: #D3D3D3;
}

.footer-2 .menu ul li span {
   margin-left: 3px;
   margin-right: 3px;
}

.footer-2 .menu ul li a:hover {
   color: #A67C45;
}

.footer-2 .address ul {
   font-size: 12px;
   margin: 0;
   padding: 0;
   font-weight: 600;
   line-height: 1.3;
}

.footer-2 .recent-post ul {
   margin: 0;
   padding: 0;
}

.footer-2 .recent-post ul li {
   display: inline-block;
   margin: 4px 2px;
}

.footer-2 .recent-post ul li a:hover {
   opacity: 0.60;
}

.footer-2 .recent-post img {
   display: inline-block;
   height: 55px;
   width: 55px;
}

.footer-2 .twitter ul {
   font-size: 12px;
   margin: 0;
   padding: 0;
   color: #707070;
   font-weight: 600;
}

.footer-2 .twitter ul li {
   border-bottom: 1px solid #303030;
   padding-bottom: 5px;
   font-size: 12px;
   font-weight: 600;
}

.footer-2 .twitter ul li p {
   padding-top: 10px;
}

.footer-2 .twitter .author {
   font-weight: 600;
   margin-right: 6px;
}

.footer-2 .twitter .posted {
   font-weight: 600;
   margin-left: 6px;
   font-size: 11px;
   color: #707070;
}

.footer-2 .twitter i {
   font-size: 14px;
   font-weight: 600;
   margin-right: 8px;
}

.footer-2 .social {
   margin-top: 25px;
}

.footer-2 .social a {
   display: inline-block;
   width: 30px;
   height: 30px;
   cursor: pointer;
   background-color: #292B2C;
   border-radius: 2px;
   font-size: 15px;
   color: #484B4F;
   text-align: center;
   line-height: 30px;
   margin-right: 3px;
   margin-bottom: 5px;
}

.footer-2 .social a:hover {
   background-color: #444849;
   color: #BF9865;
}

.footer-2 .sub {
   background-color: #25282B;
   margin: 90px 0 0 0;
   padding-top: 30px;
   padding-bottom: 30px;
}

.footer-2 .copyright p {
   font-size: 11px;
   line-height: 1.2; /* responsive */
   font-weight: 600;
}

.footer-2 .terms p {
   font-weight: 600;
   text-align: right;
   text-transform: uppercase;
   font-size: 10px;
   line-height: 1.8; /* responsive */
}

.footer-2 .terms p span {
   margin-right: 8px;
   margin-left: 8px;
   color: #fff;
   font-weight: 100;
}

/* Footer 3 */

.footer-3 {
   font-family: 'Open Sans', sans-serif;
   background-color: #121314;
   padding: 90px 0 30px 0;/* only boxed layout */
   color: #707070;
   text-align: center;
}

.footer-3 a {
   color: #fff;
}

.footer-3 a:hover {
   color: #707070;
}

.footer-3 .logo {
   font-size: 36px;
   margin: 0;
   font-weight: 900;
   color: #FFFFFF;
}

.footer-3 .logo span {
   color: #707070;
}

.footer-3 .icon {
   font-size: 20px;
   color: #fff;
   margin-bottom: 20px;
   margin-top: 20px;
}

.footer-3 .info {
   font-size: 10px;
   color: #fff;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 1px;
}

.footer-3 .des {
   font-size: 11px;
}

.footer-3 .sub {
   background-color: #28282A;
   margin: 90px 0 0 0;
   padding-top: 50px;
   padding-bottom: 50px;
}

.footer-3 .social ul {
   margin: 0;
   padding: 0;
   text-align: center;
}

.footer-3 .social ul li {
   display: inline-block;
   zoom: 1;
 *display: inline;
}

.footer-3 .social ul li a {
   display: block;
   margin: 0 2px;
   border: 1px solid #181818;
   width: 30px;
   height: 30px;
   line-height: 30px;
   color: #fff;
   border-radius: 50px;
   background-color: #181818;
   font-size: 11px;
}

.footer-3 .social ul li a:hover {
   color: #181818;
   border: 1px solid #313133;
   background-color: #EFEFEF;
}

.footer-3 .terms {
   font-weight: 600;
   text-transform: uppercase;
   font-size: 10px;
   line-height: 1.8; /* responsive */
   letter-spacing: 1px;
}

.footer-3 .terms span {
   margin-right: 8px;
   margin-left: 8px;
   color: #DDDDDE;
   font-weight: 100;
}

.footer-3 .copyright {
   font-size: 11px;
   font-weight: 600;
   margin-bottom: 0;
}
.tsocilp {
   margin-top:77px;
   overflow:hidden;
   min-height: 290px
}
.tsocip div h1{
   position:relative;
   z-index: 999
}
.tsocip .parallax{
   padding:120px 100px;
}
.pagetitl {
   position: relative;
   margin-top: -30px;
   z-index: 99;
}
.mptle {}
.mptle h1 {
   background: #7e6990 none repeat scroll 0 0;
   color: #fff !important;
   display: inline-block;
   padding: 15px 35px 8px 35px;
   position:relative;
   text-transform: uppercase;
   font-weight: 600;
   font-size: 30px;
   margin-top:0;
}
.mptle h1:after {
   background: #fff none repeat scroll 0 0;
   content: "";
   height: 1px;
   left: 50%;
   margin-left: -47%;
   position: absolute;
   top: 6px;
   width: 94%;
   z-index: 999;
}
.mbord {
  background: #e28433 none repeat scroll 0 0 !important;
  border: 1px solid #e28433;
  color: #fff !important;
}
.mbord.apgrnb {
  background: #95900f none repeat scroll 0 0 !important;
  border: 1px solid #95900f;
  color: #fff !important;
}
.mbord:hover {
  background: #000 none repeat scroll 0 0 !important;
  border: 1px solid #000;
}
.nav-light .nav > li > a, .nav-dark .nav > li > a, .nav-transparent .nav > li > a {
  padding: 5px 13px;
}
.mnavpr {
   padding-top: 27px;
}
.prxlmpr {padding-bottom: 231px;}
.blgmeu {}
.blgmeu ul { padding-top: 20px;}
.blgmeu ul li {}
.blgmeu ul li a {}
.nav-shrink.nvfix.shrink {padding-bottom: 9px;}
.hd-blue{
   background:#7d868c !important;
}
.hd-green{
   background:#918c10 !important;
}
.hd-purple{
   background:#7e6990 !important;
}
.hd-gray{
   background:#939598 !important;
}
.hd-black{
   background:#000000 !important;
}
.hd-orange{
   background:#e28433 !important;
}
.featiimg {
  float: right;
  position: relative;
  width: 285px;
  padding-top: 60px;
  overflow: unset;
  display: block;
}
.featiimg > .team-1-box {
  background-color: rgba(249, 249, 249, 0) !important;
  bottom: -50px;
  width: 70%;
}
.featiimg > .team-1 {
   overflow: unset;
}
.featiimg > .team-1 > .team-1-photo {
   border-left: 4px solid #d4d4d4;
}
.vidtng {
   height: 90px;
   left: -35px;
   margin-top: -45px;
   position: absolute;
   top: 50%;
   width: 90px;
   z-index: 8888;
}
.vidtng img {
   width:100%;
}
.morevideo {

}
.popupiconv {
   display: inline-block;
   margin-left: 12px;
   width: 70px;
}
.popupiconv img {
   width:100%;
}
.popupiconv:hover img {
   opacity: .7;
}
.nav-shrink.homepger > .container-fluid > .snvbr.mainmvlgo > .navbar-header > .navbar-brand.homebrdn {
   display:none;
}
.nav-shrink.shrink.homepger > .container-fluid > .snvbr.mainmvlgo > .navbar-header > .navbar-brand.homebrdn {
   display:block;
}
.nav-shrink.shrink {
   margin-top: 0px;
   z-index: 999999;
}
.nav-shrink.shrink > .container-fluid {
   padding-bottom: 15px;
}
.nav-shrink.shrink > .container-fluid > .nbrvp > .nbrtp > .mnavpr {
   padding-top: 17px;
}
.homepcrosel {}
.homepcrosel div .box-info {}
.homepcrosel div .box-info .number {}

.homepcrosel div .box-info {
  display: inline-block;
  padding: 10px 45px;
}
.homepcrosel div .box-info .number {
  border: 1px solid #181818;
  color: #000;
  display: table-cell;
  font-family: "Open Sans",sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px;
}
.homepcrosel div .box-info .v-center {
   display: table-cell;
   padding-left: 15px;
   text-align: left;
   vertical-align: middle;
}
.homepcrosel div .box-info .v-center .title {
  color: #181818;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.homepcrosel div .box-info .v-center .title-sub {
  color: #181818;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.homepcrosel div p {
   color:#a8a8a8;
}
.everntpsthoe div img {
   max-height: 600px
}
.slidbtmp {
  background: #919AA0 url("../img/bg_hex_grey_muted.png") repeat-y scroll left center;
}
.testimonial i {
   color:#dddddd;
}
a.pactive {
   font-size: 18px !important;
   font-weight: bold;
}
.servpst {
   margin: 10px 10px 30px 10px;
}
.servpst .singsrvpts {

}
.servpst .singsrvpts .service-2 {
   background: #fff;
   padding: 65px 20px 58px;
}
.footer-2.inpgeft {margin-bottom: 30px;}
.footer-2.inpgeft .sub {padding-bottom: 30px;}
.videtxtp { text-align: center;}
.loanoptns h3 {
   font-size: 32px
}
.loanoptns p {
   font-size: 14px;
}
.ressrvtile  > h3 {font-size: 18px !important;}
.respseselo {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  width: 100%;
}
.recsorowpdlt {
   background: rgb(147,149,152);background: -moz-linear-gradient(top, rgba(147,149,152,1) 0%, rgba(173,184,191,1) 100%);background: -webkit-linear-gradient(top, rgba(147,149,152,1) 0%,rgba(173,184,191,1) 100%);background: linear-gradient(to bottom, rgba(147,149,152,1) 0%,rgba(173,184,191,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939598', endColorstr='#adb8bf',GradientType=0 );
   min-height: 700px;
   display: flex;
   min-height: 700px;
   align-items:center;
}
.respseselo .servpst .singsrvpts .service-2 {
  background: #fff none repeat scroll 0 0;
  padding: 100px 20px;
}
.respseselo .servpst .singsrvpts .service-2 h3.title {
   font-size: 18px;
   margin-bottom: 0px;
   letter-spacing: 4px;
   text-transform: uppercase;
   font-weight: 600;
   color:#000;
}


@media screen and ( min-width: 1100px ) and  ( max-width: 1150px ){
.nav.navbar-nav.mnavpr > li > a {padding: 5px 12px;}
}
@media screen and ( min-width: 1024px ) and  ( max-width: 1099px ){
.nav.navbar-nav.mnavpr > li > a {padding: 5px 9px;}
}
@media screen and ( min-width: 992px ) and  ( max-width: 1023px ){
.nav.navbar-nav.mnavpr > li > a {padding: 5px 7px;}
.navbar-brand {display: inline-block;float: none;height: auto; line-height: 20px; padding: 0;}
.nav-shrink.nvfix .container .navbar-header {float:none;text-align: center;}
.nav-shrink.nvfix { margin-right: 0;}
.nav-shrink.nvfix .container {width:100%;}
.nav-shrink.nvfix.shrink .navbar-header {float: none;}
.blgmeu {}
.blgmeu ul {float: none;padding-top: 20px;text-align: center;}
.blgmeu .nav.navbar-nav {}
.blgmeu.navbar-right {float: none !important;}
.blgmeu .navbar-nav > li {float: none;display: inline-block;}
}
@media screen and ( min-width: 768px ) and  ( max-width: 991px ){
.mainmvlgo {}
.mainmvlgo .navbar-header { float: none; text-align: center;}
.mainmvlgo .navbar-header a.navbar-brand {display: inline-block;
   padding: 0;text-align: center;float: none;}
.nbrtp.navbar-right {float: none !important;margin-right: -15px;}
.mnavpr {float: none;padding-top: 8px;text-align: center;}
.navbar-nav.mnavpr > li {display: inline-block;float: none;}


.nav-shrink.nvfix .container .navbar-header {float:none;text-align: center;}
.nav-shrink.nvfix { margin-right: 0;}
.nav-shrink.nvfix .container {width:100%;}
.nav-shrink.nvfix.shrink .navbar-header {float: none;}
.blgmeu {}
.blgmeu ul {float: none;padding-top: 20px;text-align: center;}
.blgmeu .nav.navbar-nav {}
.blgmeu.navbar-right {float: none !important;}
.blgmeu .navbar-nav > li {float: none;display: inline-block;}
.nvfix .container .navbar-header .navbar-brand { float: none;
padding: 0;text-align: center;display: inline-block;}
}

/*MATT CHANGES*/

.fixed-rate-card {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#52595d+0,8a939a+100 */
  /*background: rgb(82,89,93);
  background: -moz-linear-gradient(top,  rgba(82,89,93,1) 0%, rgba(138,147,154,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(82,89,93,1) 0%,rgba(138,147,154,1) 100%);
  background: linear-gradient(to bottom,  rgba(82,89,93,1) 0%,rgba(138,147,154,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52595d', endColorstr='#8a939a',GradientType=0 ); */
  background-image: url(http://127.0.0.1/img/bg_test.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

a.fixed-rate {
  color: #fff;
  line-height:26px;
}


.fixed-rate-card-jumbo {background-image: url(../img/bg_jumbo.jpg);background-repeat: no-repeat;background-size: cover;}
.fixed-rate-card-va {background-image: url(../img/bg_va.jpg);background-repeat: no-repeat;background-size: cover;}
.fixed-rate-card-usda {background-image: url(../img/bg_usda.jpg);background-repeat: no-repeat;background-size: cover;}
.fixed-rate-card-arm {background-image: url(../img/bg_arm.jpg);background-repeat: no-repeat;background-size: cover;}
.fixed-rate-card-state {background-image: url(../img/bg_state.jpg);background-repeat: no-repeat;background-size: cover;}
.fixed-rate-card-mcc {background-image: url(../img/bg_mcc.jpg);background-repeat: no-repeat;background-size: cover;}
.fixed-rate-card-reverse {background-image: url(../img/bg_reverse.jpg);background-repeat: no-repeat;background-size: cover;}
.fixed-rate-card-harp {background-image: url(../img/bg_harp.jpg);background-repeat: no-repeat;background-size: cover;}
.fixed-rate-card-hybrid {background-image: url(../img/bg_hybrid.jpg);background-repeat: no-repeat;background-size: cover;}
.fixed-rate-card-fha {background-image: url(../img/bg_fha.jpg);background-repeat: no-repeat;background-size: cover;}
.detail-pop {
  color:#7d868c !important;
  font-weight:500;
  font-style: italic;
  margin-left:0 !important;
}

hr.golf-green {
  border-color: #c8b791;
}
.fixmprt {
   display: flex;
   background:#ECEDEE;
}
.smehgitp {
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
}
.fixbgpr {
   background: rgba(0, 0, 0, 0) url("../img/fixbg.png") no-repeat scroll 0 0;
   background-size: auto 100%;
   background-position: center;
}
.applsrvip{
  background: rgba(0, 0, 0, 0) url("../img/geometric_sm_gray.png") no-repeat scroll 0 0;
  background-position: 10px 7px;
}
.fixbgprva {
   background: rgba(0, 0, 0, 0) url("../img/fixbg.png") no-repeat scroll 0 0;
   background-size: auto 100%;
   background-position: center;
}
.armbg {
   background: rgba(0, 0, 0, 0) url("../img/bg_arm.jpg") no-repeat scroll 0 0;
   background-size: auto 100%;
   background-position: center;
}
.hybridbg {
   background: rgba(0, 0, 0, 0) url("../img/bg_hybrid.jpg") no-repeat scroll 0 0;
   background-size: auto 100%;
   background-position: center;
}
.harpbg {
   background: rgba(0, 0, 0, 0) url("../img/bg_harp.jpg") no-repeat scroll 0 0;
   background-size: auto 100%;
   background-position: center;
}
.fhabg {
   background: rgba(0, 0, 0, 0) url("../img/bg_fha.jpg") no-repeat scroll 0 0;
   background-size: auto 100%;
   background-position: center;
}
.vabg {
   background: rgba(0, 0, 0, 0) url("../img/bg_va.jpg") no-repeat scroll 0 0;
   background-size: auto 100%;
   background-position: center;
}
.usdabg {
   background: rgba(0, 0, 0, 0) url("../img/bg_usda.jpg") no-repeat scroll 0 0;
   background-size: auto 100%;
   background-position: center;
}
.jumbobg {
   background: rgba(0, 0, 0, 0) url("../img/bg_jumbo.jpg") no-repeat scroll 0 0;
   background-size: auto 100%;
   background-position: center;   
}
.rvmrtgb {
   background: rgba(0, 0, 0, 0) url("../img/bg_reverse.jpg") no-repeat scroll 0 0;
   background-size: auto 100%;
   background-position: center;   
}
.mccbg {
   background: rgba(0, 0, 0, 0) url("../img/bg_mcc.jpg") no-repeat scroll 0 0;
   background-size: auto 100%;
   background-position: center;   
}
.sthousbg {
   background: rgba(0, 0, 0, 0) url("../img/bg_state.jpg") no-repeat scroll 0 0;
   background-size: auto 100%;
   background-position: center;   
}
.tablistp {
   margin: 0 -15px;
   padding: 0 !important;
   overflow: hidden;
}
.brnnam {}
.brnnam h4 {
   padding-top: 15px;
   margin-bottom: 25px;
   overflow: hidden;
}
.brnnam p a {
   color: #e28432 !important;
   font-weight: 500 !important;
   text-transform: unset !important;
   opacity: 1 !important;
   font-size: 15px !important;
   letter-spacing: 0 !important;
}
.brnnam p a:hover {
   background: none !important;
   color:#000 !important;
}
.brnnam p.adrpsb a{
   font-size: 13px !important;
   padding:0 !important;
   color:#828728 !important;
}
.brnnam p.adrpsb em {}
.maplp {}
.namlistp {
   align-items: center;
   display: flex;
   min-height: 270px;
   padding: 0;
   padding-top: 23px;
}
.namlistp > div > p{
   margin-bottom: 0;
   padding-bottom: 0;
   line-height: 26px;
   width:100%;
}
.namlistp > div{
   width:100%;
   text-align: center
}
.tabpalencon {
   width:100%;
}
.templmtab {
   padding: 0 !important;
   margin: 0 -15px;   
}
.tablprdpr {}
.tablprdpr > div > .team-2-box {
   bottom: -70px;
   padding-bottom: 0;
   right: 58px;
}
.tab-content.cuttabpal {
   padding-top: 30px;
   padding-bottom: 110px;
   overflow: hidden;
}
.tablprdpr {
  padding-top: 0px;
}
.cuttabpalnav{}
.cuttabpalnav li{
   border-radius: 0 !important;
}
.cuttabpalnav li.active {
   border-radius: 0 !important;
   border-bottom: 1px solid #333;
}
.cuttabpalnav li.active a {
   padding-bottom: 9px;
}
.cuttabpalnav li a {
   color: #000;
   font-weight: 600;
   font-size: 13px;
   letter-spacing: 1px;
   border-radius: 0 !important;
}
.cuttabpalnav li a img {
   margin-right: 5px;
}
.cuttabpal .cuttabpal{}
.temtxtpx {
   padding-left: 25%;
   overflow: hidden;
}
.temtxtpx h3 {
   font-size: 18px;
   font-weight: 900;
   letter-spacing: unset;
   margin-top: 10px;
   text-transform: uppercase;
}
.temtxtpx p{}
.tablprdpr div .team-2{
   margin: 0 auto;
   width: 80%;
}
.tablprdpr div .team-2-box.line-r-dark {
   margin: 0 auto;
   width: 80%;
   right: auto;
   left: 50%;
   margin-left: -40%;
}
.maplp iframe {
   margin-left: -15px;
}
.footmenum{
   overflow: hidden;
   padding-bottom: 50px;
   padding-top: 35px;
}
.foomenump{
   overflow:hidden;
}
.foomenump ul{
   overflow:hidden;
   margin:0;
   padding:0;
   text-align: center;
}
.foomenump ul li{
   border-right: 1px solid #fff;
   display: inline-block;
   line-height: 9px;
   margin-right: 5px;
   padding-right: 5px;
}
.foomenump ul li:last-child{
   border-right: 0px solid #fff;
   margin-right: 0px;
   padding-right: 0px;
}
.foomenump ul li a{
   color:#fff;
   font-size: 11px
}
.foomenump ul li a:hover{}
.veryf {
  overflow: hidden;
  padding: 0;
  text-align: center;
  padding-top: 10px;
}
.veryf p{
   color: #fff;
   font-size: 11px;
   font-weight: 600;
}
.veryf p a{
   color:#fff;
   font-size: 11px;
}
.veryf p a:hover{
   color:#e28432;
}
.fooltloto{}
.fooltloto img{}
.fooltloto p{
   color: #fff;
   font-size: 18px;
   letter-spacing: 2px;
   margin-top: 11px;
   overflow: hidden;
   text-transform: uppercase;
}
.social.footersock{margin-top: 35px !important}
.social.footersock a{
   background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
   border: 1px solid #fff;
   border-radius: 50% !important;
   height: 35px !important;
   line-height: 32px !important;
   width: 35px !important;   
   color: #fff !important;   
}
.social.footersock a:hover{
   border: 1px solid #c1bb17;
   color: #c1bb17 !important;   
}
.footadrs{}
.footadrs p{
   color: #fff;
   font-size: 12px;
   line-height: 23px;
   margin-bottom: 0;
   text-transform: uppercase; 
}
.footadrs p a{color:#fff;}
img.fohomep{width: 70px;}
.acc_bbaimg{overflow: hidden;
text-align: center;}
.acc_bbaimg a{display: inline-block;
margin-bottom: 15px;}
.acc_bbaimg a img{max-width: 130px;}
.acc_bbaimg div img{max-width: 130px;}
.mba_acourp{overflow:hidden;text-align: center}
.mba_acourp a{display: block;margin-bottom: 15px;}
.mba_acourp a img{max-width: 150px;}
.mba_acourp div img{max-width: 150px; margin-bottom: 15px;}
.mapbranch{padding: 0;}
.mapbranch iframe{
   width:100%;
   height:100%;
}
.servpst .singsrvpts.brancof .service-2 {
   background: #fff none repeat scroll 0 0;
   padding: 15px 10px;
}
.servpst .singsrvpts.brancof .service-2 h5{
   color: #797627;
   font-size: 12px;
   font-weight: 500;
   margin-top: 8px;
   text-transform: uppercase;
   font-style: italic;
}
.servpst .singsrvpts.brancof .service-2 p{
   font-size: 12px;
   margin-top: 12px;
}
.servpst .singsrvpts.brancof .service-2 p a{
   color:#181818;
}
.servpst .singsrvpts.brancof .service-2 img{
   border: 6px solid #ddd;
   border-radius: 50%;
   height: 91px;
   margin-top: -60px;
   width: 90px;
}
.servpst .singsrvpts.brancof .service-2 h3{
   color:#939699;
}
.brcnofpart{margin-bottom: 80px;padding-top:60px;}
.heading-title.restutile span {
  color: #797627;
}
.pdtopsrps.branpgeofc {display: table;padding-top: 55px;width: 100%;}
.brchmapg img {   border: 6px solid #e8ac75 !important;}
.brchmapg > h5{color:#000 !important;}
.drclne {position: relative;overflow: hidden;height: 5px;}
.team-2-box.line-r-dark.brocfr {bottom:0;left: 50%;margin-left: -32.5%;
right: auto;}
.brancof:hover > .service-2 > .drclne > .line-r-dark:before {  width: 100%;}
.allonaofcs {z-index: 99;}
.brnloanof {background: #b1af82 none repeat scroll 0 0;color: #fff;
height: 46px;left: 25px;line-height: 46px;margin: 0;padding: 0 15px;
position: absolute;top: -23px;}
.brnloanof span {color: #fff;font-style: italic}
.branchlgo {background: rgba(0, 0, 0, 0) url("../img/logo_brnc_large.png") no-repeat scroll 125px center;background-size:  auto 100%;}


.loanfooter {
   margin-top: -50px;
}
.loanfooter .container {}
.loaidpr {}
.offiimg {
   float: right;
   position: relative;
   text-align: center;
   width: 235px;
}
.offiimg img.slsog {
   left: -74px;
   position: absolute;
   top: -42px;
}
.offiimg img.srloanof {
   margin-top: 25px;
   width: 221px;
}
.detilsp {}
.lofitlte {text-align: left;}
.lofitlte h2 {
   font-weight: 500;
   text-transform: uppercase;
   display: inline-block;
}
.lofitlte .sep-orange-2 {}
.logitmdo {}
.logitmdo h3 {
   color: #918C10;
   font-style: italic;
   margin-bottom: 20px;  
}
.logitmdo h4 {
   text-transform: uppercase;
   margin-bottom: 18px;
   overflow: hidden;
}
.logitmdo ul  {
   margin: 0;
   padding: 0;  
}
.logitmdo ul li {
   display: inline-block;
   margin-right: 3px;  
}
.logitmdo ul li a {
   color: #fff;
   display: inline-block;
   text-transform: uppercase;
   background: #C5C6C8;
   width: 33px;
   height: 33px;
   font-size: 16px;
   text-align: center;
   border-radius: 50%;
   line-height: 30px;
}
.logitmdo ul li a:hover {
   color: #fff;
   background:#918C10;  
}
.lgogspt {
   overflow: hidden;
   padding-top: 34px;
   padding-bottom: 20px; 
}
.lgogsptpr p {
   color:#181818;
}
.lgogsptpr p a {
   color:#181818;
}
.aplsyt {padding-top: 15px;}
.aplsyt ul {
   margin: 0;
   padding: 0 0 0 20px;  
}
.aplsyt ul li {
   display: inline-block;
   margin-right: 15px;
}
.aplsyt ul li a {
   border: 1px solid #181818;
   color: #000;
   display: inline-block;
   padding: 8px 45px;
   text-transform: uppercase;
}
.aplsyt ul li a {
   border: 1px solid #181818;
}
.aplsyt ul li a:hover {
   border: 1px solid #181818;
   color:#fff;
   background:#181818;;
}
.aplsyt ul li:first-child a {
   border: 1px solid #000;
   color: #fff;
   background:#000; 
}
.aplsyt ul li:first-child a:hover {
   border: 1px solid #e28433;
   background:#e28433; 
}

.lotabps li a img {max-height: 40px;}
.lotabcont > .hidescale {border-left: 2px solid #918c11;padding-left: 25px;}
.lotabcont > .hidescale h4 {
   margin-top: 0px;
   padding-top: 0px;
}
.lotabcont > .hidescale p{
   margin-bottom: 0px;
   padding-bottom: 0px;
}
.lgogsptpr {padding-top: 20px;}
.lomtabspart {padding-top: 20px;}
.title.mptitlep {
   font-size: 12px !important;
   font-weight: 600 !important;
   letter-spacing: 3px !important;
   text-transform: uppercase !important;
   font-size: 18px !important;
}
.loctabsn {}
.loctabsn  li.active {}
.loctabsn  li.active > a {
   border: 0 none !important;
   color: #000;
   font-size: 16px;
   font-weight: bold;
}
.loclegent {
   padding-bottom: 15px;
   padding-right: 55px;
   padding-top: 15px;
   text-align: right;
}
.loclegent ul {
   display: inline-block;
   margin: 0;
   padding: 0;
   text-align: center;
}
.loclegent ul li {
   position: relative;
   padding-left: 20px;
}
.loclegent ul li.lgliclor {
  padding-left: 16px;
}
.loclegent ul li.lgloclor:after {
   background: #828728 none repeat scroll 0 0;
   content: "";
   height: 14px;
   left: 0;
   position: absolute;
   top: 3px;
   width: 14px;
}
.loclegent ul li.lgliclor:after {
   background: #7e878d none repeat scroll 0 0;
   content: "";
   height: 14px;
   left: 0;
   position: absolute;
   top: 3px;
   width: 14px;
}
.locfrmmap {margin-bottom: 20px;padding-left: 70px;}
.locfrmmap .form-group {}
.locfrmmap .form-group label{margin-bottom: 10px;}
.locfrmmap > button.btn {
   font-size: 12px;
   margin-top: 10px;
   padding: 11px 62px;
}
.locfrmmap .form-group select{width: 180px;}
.locfrmmap .form-group button.btn {}
.locteamtab {}
.locteamtab .team-2-photo {padding: 20px 0;}
.locteamtab .team-2-photo .branch_manager img {
  border: 15px solid #95900f !important;
}
.locteamtab .team-2-photo img {
   border: 15px solid #cfd1d1;
   border-radius: 50%;
   height: 210px;
   width: 210px; 
}
.abtitlemps {text-align: center;}
.abtitlemps h2 {text-align: center;font-size: 32px;}
.abtitlemps i {color:#918c10;}
.aboutpagemetam {   background:#faf7f7;}
.aboutpagelstp {width: 100%;}
.aboutpagelstp div .col-md-4 {background: #eee none repeat scroll 0 0;
box-shadow: 1px 2px 3px #999;margin: 2% 1%;width: 31.3%;}
.aboteamrtpsp {align-items: center;display: flex;}
.aboutpagelstp div .col-md-4 .service-1-up .applysrvi li .applsrvip .v-center h4{
  padding: 0 5px;
}
.abtmptile {font-size: 24px;padding: 0 30px;}
.bradcumbsr {padding-bottom: 50px;text-align: right;}
.bradcumbsr ul {margin: 0;padding: 0;text-align: right;}
.bradcumbsr ul li {
   display: inline-block;
   margin-right: 3px;
   padding-right: 15px;
   position: relative;
   color:#939699;
}
.bradcumbsr ul li:after {
   content: "/";
   font-size: 16px;
   position: absolute;
   right: 0;
   top: -1px;
}
.bradcumbsr ul li:last-child:after {
   content: "";
}
.bradcumbsr ul li a {
   color: #000;
   font-size: 12px;
   letter-spacing: 0.5px;
   text-decoration: none;
}
.bradcumbsr ul li a img {
   float: left;
   margin-top: -7px;
   width: 30px;
   margin-right: 3px;
}
.bradcumbsr ul li:last-child{
   margin-right: 0;
   padding-right: 0;
}
.bradcumbsr ul li:last-child a {
   text-decoration: underline;
}
.bradcumbsr.spcactive ul li:last-child a {
   text-decoration: none;
}
.bradcumbsr ul li a:hover {
   color:#E28433;
}
.bradcumbsr ul li a.bactive {
   text-decoration: underline;
}
.deflociwhite {
   display:none;
}
.loctabsn li a span {
   display:inline-block;
}
.loctabsn li.active a img.deflociwhite {
   display:inline-block;
}
.loctabsn li.active a img.defloci {
   display:none;
}
.tabpicgallery {
  overflow: hidden;
  padding: 15px 0 0;
}
.tabpicgallery li {
   border: 1px solid #ddd;
   border-radius: 2px;
   display: inline-block;
   margin: 10px 5px;
}
.tabpicgallery li img {}
.shareiconpart {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999999999999;
  transition: all .5s;
  display:none;
}
.shareviewp {
   background: #404040 none repeat scroll 0 0;
   margin: 30px auto 0;
   max-width: 559px;
   overflow: hidden;
   padding: 39px 18px;
   position: relative;
   z-index: 9999;
}
.sharemsp {}
.crstpxs {
   text-align: right
}
#crosboxp {
  color: #666;
  cursor: pointer;
  float: right;
  font-size: 26px;
  font-weight: bold;
  line-height: 38px;
}
#crosboxp:hover {
  color: #999;
}
#shareicon {
  cursor: pointer;
  display: inline-block;
}
.tabimglistp {
   margin: 0 !important;
   padding-bottom: 0;
   padding-left: 0;
   padding-right: 0;
   padding-top: 34px !important;
   position: relative;
}
.tabimglistp > li {
  display: inline-block;
   position: relative;
}
.tabimglistp > li a{
  display: inline-block;
}
.tabimglistp > li a.ltboxp{

}
.tabimglistp img {
   border: 1px solid #ddd;
   margin: 0 3px;
   position: relative;
}
.make_transist.hidescale iframe{
   visibility:hidden;
}
.make_transist.hidescale.showscale iframe{
   visibility:visible;
}
.sharemsp {text-align: center}
.aplsyt ul li:last-child {margin:0;padding:0;}
.aplsyt ul li a.playic {border: 0 none;padding: 0;}
.aplsyt ul li a.playic:hover {background:none;}
.aplsyt ul li a.playic img{}
.sharemsp {}
.sharemsp ul {
   margin: 0;
   padding: 0;
}
.sharemsp ul li {
   display: inline-block;
   margin: 0 5px; 
}
.sharemsp ul li a {
   border: 1px solid #999;
   border-radius: 50%;
   color: #c1c2c3;
   display: inline-block;
   font-size: 18px;
   height: 45px;
   line-height: 43px;
   text-align: center;
   width: 45px;
}
.sharemsp ul li a i {
   font-weight: bold
}
.sharemsp ul li a:hover {
   color:#918c10;
   border: 1px solid #918c10;
}
.aplsyt.brcnphp {
   text-align: center
}
.testimonial-1 .testimonial.owl-theme .owl-dots .owl-dot span {
  height: 16px;
  width: 16px;
}
.bv-video-wrap.titlevideobg-wrap-0.videobgprt {height: 240px !important;
  margin-top: 50px;}
.titlevideobg { margin-top: -285px;}
.calcpartaresc {overflow: hidden;padding-top: 10px;width: 100%;;}
.glosvidpelf .bv-video-wrap.titlevideobg-wrap-0.videobgprtcalc {
   height: 535px !important;
   margin-top: -40px;
}
.videobgprtcalc > .titlevideobg {margin-left: -265px;}
.calcprtp > .service-2 {min-height: 130px;}
.calcprtp > .service-2 > h3.title{
   color: #181818 !important;
   font-size: 14px;
   font-weight: 600;
   letter-spacing: 2px;
   line-height: 18px;
   margin-bottom: 0;
   text-transform: uppercase;
}
.wrap-center-700.calprthg {height: 490px;}
.height-700.calprthg {height: 490px;}
.pdtopsrps.branpgeofc.calpage {  padding: 15px 0;
}
.calcpagesrcpv div .service-3-icon h3 {
   color: #fff !important;
   font-size: 13px;
   font-weight: normal;
   letter-spacing: 2px;
   line-height: 18px;
   margin-bottom: 0;
   text-transform: uppercase;
   margin:0;
   padding:0;
}
.calcpagesrcpv div .service-3-icon {
  margin: 0;
}
.calcpagesrcpv div.col-md-3, .calcpagesrcpv div.col-md-4, .calcpagesrcpv div.col-md-2{
   background: #838f94 none repeat scroll 0 0;
   padding: 15px 0;
}
.backrecours {
  background: #000 none repeat scroll 0 0;
  float: left;
  height: 100%;
  padding: 5px 2px;
  position: absolute;
  top: 0;
}
.filterbyalp {
  background: #000 none repeat scroll 0 0;
  position: relative;
  z-index: 99999;
}
.filterbyalp ul{
   margin: 0;
   padding: 0px;
   text-align: center;
}
.filterbyalp ul li{
   display: inline-block;  
}
.filterbyalp ul li a{
   color: #fff;
   display: inline-block;
   padding: 10px 8px;
}
.filterbyalp ul li a:hover{
   background:#e38436;
   color:#fff;
}
.filterbyalp ul li a.pgactie{
   background:#e38436;
   color:#fff;
}
.calcpagesrcpv .col-md-4:hover, .calcpagesrcpv .col-md-3:hover{
   background: #1e1f20;
}
.brcnlabelp {}
.brcnlabelp h4 {margin-bottom: 15px;margin-top: 0;padding-top: 10px;}
.brnlabelist{
   margin: 0 0 15px;
   overflow: hidden;
   padding: 0;   
}
.brnlabelist li{float: left;}
.brnlabelist li a{
   display: inline-block;
   padding: 11px 17px;
   color:#fff;
   background:#95900F
}
.locteamtab.locmptoff{}
.locteamtab.locmptoff .temtxtpx{padding: 0;text-align: center;}
.locteamtab.locmptoff .tablprdpr div .team-2 {
  text-align: center;
  width: 100%;
}
.locteamtab.locmptoff .team-2-box{padding-left: 0;padding-right: 0}
.locteamtab.locmptoff .team-2-box .brnlabelist{
   font-size: 0;
   text-align: center;
   margin-right: 0;
}
.locteamtab.locmptoff .tablprdpr div .team-2 {
  width: 100%;
}
.locteamtab.locmptoff .team-2-box .brnlabelist li{
   display:inline-block;
   font-size: 14px;
   float: none;
}
.locteamtab.locmptoff .team-2-box .brnlabelist li a{}
.locteamtab.locmptoff .temtxtpx p {
  padding-bottom: 0;
  margin-bottom: 8px;
}
.tab-content.cuttabpal.locpger {
  padding-bottom: 35px;
  padding-top: 30px;
}
.cuttabpal.locpger > #menu2{
   padding-bottom: 80px
}
.brnlabelist.contbrnchp li a {
  font-size: 13px;
  padding: 10px 16px;
}
/*--tab--*/
.lotabmenu {}
.lotabmenu li {text-align: center;}
.lotabmenu li.active a {
   background: #efefef none repeat scroll 0 0 !important;
   border: 0 none !important;
   border-radius: 0 !important;  
}
.lotabmenu li a {
   background: #efefef none repeat scroll 0 0;
   border-bottom: 1px solid #ddd !important;
   border-left: 0 none !important;
   border-right: 0 none !important;
   border-top: 0 none !important;
   border-radius: 4px 4px 0 0 !important;
   color: #cbcbcb;
   font-size: 11px;
   font-weight: 700;
   letter-spacing: 2px;
   margin: 0 3px !important;
   padding: 20px 15px;
   text-transform: uppercase;
}
.lotabmenu li.active a {
   border-bottom: 1px solid #000 !important;
}
.lotabmenu li a img {
   max-height: 40px;
}
.lotabmenu li a span {}
.tabprtg {
  border-left: 2px solid #918c11;
  margin: 0 4%;
  padding: 0 24px;
}
.tabprtg h4 {
   color:#000000;
   font-weight:800;
   font-size:14px;
   text-transform: uppercase
}
.tabprtg p {
   margin: 0;
   padding: 0 !important;
   line-height: 22px;
   margin-bottom: 15px;
}
.tabprtg iframe {
   margin-bottom: 10px;
   margin-top: 15px;
}
.lotabconta {
   padding-top: 25px;
}
.lotabconta .tab-pane {}
.tabprtg {}
/*--tab lo--*/
.abousecipt {background: #E2E2E2;}
.abousecipt  .container-fluid{}
.abousecipt  .container-fluid .row{
   display:flex;
}
.conrtprarse {padding: 0 3% 0 5%;}
.conrtprarse .sep-orange-2 {
  margin: 0 0 0 10px;
}

.conrtprarse h2 strong {text-transform: uppercase}
.partnewabout {
   overflow: hidden;
   padding-right: 58px;
   padding-top: 35px;
   padding-bottom: 25px;
}
.partnewabout p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
.dispabouthomeimg {
   background: rgba(0, 0, 0, 0) url("../img/bg_side2.jpg") no-repeat scroll 0 0;
   background-size: cover;
   position: relative;
   z-index: 9;
}
.dispabouthomeimg.oraboutnew {
   background: rgba(0, 0, 0, 0) url("../img/bg_side1.jpg") no-repeat scroll 0 0;
      background-size: cover;
}
.conrtprarse h2 {margin-bottom: 16px;margin-top: 35px;}
.dispabouthomeimg .vidtng {
  left: -39px;
  top: 35%;
}
.dispabouthomeimg .vidtng.shareaboutps {
  left: -39px;
  top: 52%;
}
.abouthomeimg {
  position: relative;
}
.greenabounew {
   background: #919AA0 url("../img/bg_hex_grey.png") repeat-y fixed left center;
   padding: 36px 41px;
   text-align: center;
}
.redviewolwps {
   background: #919AA0 url("../img/bg_hex_grey.png") repeat-y fixed left center;
   margin-top: 20px;
   padding: 36px 41px;
   text-align: center;
}
.greenbwbow2 {
   background: #E38436 url("../img/bg_hex_orange_muted.png") repeat-y fixed left center;
}
.greenabounew .container .row p{
   color: #fff;
   font-size: 22px;
   font-style: italic;
   line-height: 34px;
   margin: 0;
}
.hexpr3about{padding: 0 30px;}
.hexpr32about {
  margin-top: -90px;
  padding-left: 168px;
}
.hexpr33about{margin-top: -20px;}
.hexgorow.hexpr3about.lastrowhexap {
  margin-top: -90px;
}
.sectiontitlep .container-fluid .row{
   margin-left: 0;
   margin-right: 0;
   padding: 0 3% 0 5%;
}
.video-content-tit p { font-size: 15px;}
.aboutnewphexa { padding-top: 23px;}
.roundnumb {
background: #e6e6e6 none repeat scroll 0 0;
border: 10px solid #fff;
border-radius: 50%;
color: #737372;
font-size: 44px;
font-weight: 900;
height: 90px;
line-height: 63px;
margin: 0 auto 15px;
transition: all 0.5s ease 0s;
width: 90px;
}
.roundnumb {
  background: #e6e6e6 none repeat scroll 0 0;
  border: 10px solid #fff;
  border-radius: 50%;
  color: #737372;
  font-size: 44px;
  font-weight: 900;
  height: 90px;
  line-height: 63px;
  margin: -22px auto 15px;
  transition: all 0.5s ease 0s;
  width: 90px;
}
.hexingp:hover .hexcontin .hexconmidle .roundnumb {
  border: 10px solid #858e94;
}



/*
.roundnumb {
  border: 5px solid #fff;
  font-size: 30px;
  height: 60px;
  line-height: 43px;
  margin: 0 auto 4px;
  width: 60px;
}
.hexingp:hover .hexcontin .hexconmidle .roundnumb {
  border: 5px solid #858e94;
}

.roundnumb{background: #e6e6e6 none repeat scroll 0 0;
border-radius: 50%;
color: #737372;
font-size: 48px;
font-weight: 900;
height: 85px;
line-height: 72px;
margin: 0 auto 15px;
width: 85px;}
*/
.loanofficesgalery {
  padding-left: 72px;
  padding-right: 15px;
  padding-top: 15px;
}
.abouservpc div .service-3-icon h3{
   font-size: 18px;
   font-weight: 900;
}
.abouservpc div.col-md-4{
   border-bottom: 1px solid #6f6561;
   padding: 0 2%;
   display: flex;
   min-height: 192px;
}
.abouservpc div.col-md-4 .service-3-icon{
   margin: 30px 0 45px;
}
.navbar .navbar-brand img {
  margin-top: -27px;
  max-height: 94px;
  padding: 5px;
  width: 303px;
}
.navbar.shrink .navbar-brand img {
  width: auto;
}
.branchrowct{}
.branchrowct .col-md-3{
   transition: all .5s;
   box-shadow: 1px 3px 10px 5px #fff;
   margin-bottom: 15px;
}
.branchrowct .col-md-3:hover{
   border-radius: 6px;
   box-shadow: 0 -1px 16px 2px #ddd;
}
.nav-light .nav > li > a {
  font-size: 16px;
}
.aboutsecvalue{overflow: hidden;width: 100%;}
.wewanty{}
.wewanty h3{line-height: 35px;}
.brnlabelist li a:hover {
   background:#000 !important;
   color:#fff;
}
.mCSB_inside > .mCSB_container {
  padding-right: 20px;
}

/* Map IE*/
#mapwrapper svg { height:410px; width:100%; }
.ie9 img[src$=".svg"] {
  width: 100%; 
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; 
  }
}
/*--Get form--*/
.do-load {
  text-align: center;
}
.do-title {
  margin-bottom: 60px;
  position: relative;
}
.do-title::after {
  background: #ACB7C9 none repeat scroll 0 0;
  bottom: -25px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -250px;
  position: absolute;
  width: 500px;
}
.do-title > h2 {
  color: #a3a4a6;
  font-size: 40px;
}
.do-title span {
  color: #000;
}
.do-tag {
  padding: 0 20px;
}
.do-cheak-box {
  border-top: 8px solid #7d868c;
  border-bottom: 8px solid #4e4e4e;
  border-left: 8px solid #c3c5c8;
  border-right: 8px solid #949699;
  margin: 40px auto 0;
  max-width: 850px;
  padding-bottom: 40px;
}
.cheak-number {
   display: inline-flex;
   padding: 50px 0 20px;
   width: 100%;
}
.cheak-number ul {
   margin: 0 auto;
   padding: 0;
   text-align: center;
}
.cheak-number li {
   background: #dee1e2 none repeat scroll 0 0;
   border-radius: 50%;
   display: inline-block;
   font-size: 30px;
   height: 70px;
   line-height: 60px;
   margin-left: 20px;
   text-align: center;
   width: 70px;
   position: relative;
}
.cheak-number li::after {
  background: #c3c08599 none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 120px;
}
.cheak-number li:first-child::after {
   background: #c3c08599 none repeat scroll 0 0;
   content: "";
   height: 8px;
   left: 32px;
   position: absolute;
   top: 30px;
   width: 62px;
}
.cheak-number li:last-child::after {
  background: #c3c08599 none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 40px;
}
.active-li {background: #F8E0CD !important;}
.cheacked {
  margin-top: 40px;
  text-align: center;
}
.single-cheack {
  display: inline-block;
  margin: 0 25px;
}
.single-cheack label {
  display: block;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
}
.single-cheack input {
  height: 60px;
  margin-bottom: -2px;
  opacity: 0;
  position: relative;
  width: 75px;
}
.cheack-title {
  text-align: center;
  padding: 3px 15px;
  margin-top: 20px;
}
.cheack-title h2 {
   font-weight: bold;
}
.single-cheack span {
   border: 2px solid #dee1e2;
   border-radius: 8px;
   display: block;
   height: 54px;
   /*margin-left: 10px;*/
   margin: -55px auto 0px;
   width: 78px;
}
.single-cheack input:checked + span {
   background-image: url("../img/cheacked.jpg");
   background-position: left center;
   background-size: cover;
}
.next-btn {
  text-align: center;
  overflow: hidden;
}
.next-btn > input {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #bdbb92;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  height: 50px;
  margin-top: 50px;
  text-transform: uppercase;
  width: 140px;
  font-weight: 600;
}
.next-btn > input:hover {
  background: #E18431;
  border: 2px solid #E18431;
  color: #fff;
}
/*--Get form end--*/
.awsm-grid-close {
  display: none;
}
.navbar .navbar-brand img {height: auto;max-height: unset;width: 303px;}
.whitedr {
   background: #fff none repeat scroll 0 0;
   height: 28px;
   margin-top: -14px;
   position: absolute;
   top: 50%;
   width: 100%;
}
.whitedr img {
   left: -35px;
   position: absolute;
   top: 2.2px;
   width: 59px;
}
.whitedr img.heximgrt {
   right: -35px;
   left: auto;
   position: absolute;
   top: 2.2px;
   width: 59px;
}
.tabtamlist {
  overflow: hidden;
  padding: 30px 0 0;
}
.tabtamlist li{
   overflow: hidden;
   width: 100%;
   margin-bottom: 30px;
}
.tabtamlist li img {
  float: left;
  margin-right: 15px;
}
.tabtamlist li p span{
   font-weight:700;
   font-size: 13px;
   color:#000000;
   text-transform: uppercase
}
.tabtamlist li p a{
   color:#000000;
}
.pgactive{
   background:#95900f !important;
}
.rescourspr .col-md-3 .service-4-des {
  margin-left: 35px;
}
.singsrvpts .service-2 a{
   color:#181818;
}
.aboutpstopnav.calcpagesrcpv div .service-3-icon h3 {
  font-weight: bold;
  letter-spacing: 1px;
}
.aboutpstopnav.calcpagesrcpv div .service-3-icon h3 {
  font-weight: bold;
  letter-spacing: 1px;
}
.aboutpstopnav.calcpagesrcpv .col-md-2:hover{
  background: #1e1f20 none repeat scroll 0 0;
}
.continhexgp a.btn.btn-m{
   background: #181818 none repeat scroll 0 0;
   color: #fff;
   float: right;
   margin-right: 11px;
}
.continhexgp a.btn.btn-m:hover{
   background: #e28433 none repeat scroll 0 0 !important;
   border: 1px solid #e28433;
}
.hexgonrt {
  padding-top: 83px;
}
.hexconprt{
  margin-top: -45px;
  overflow: hidden;
  width: 100%;
}
.continhexgp {
  margin-left: -40px;
}
.careerpagerow {
  align-items: center;
  display: flex;
  background:#F3F3F3;
}
.carsacolm{}
.carsacolm h2 {
  text-align: center;
}
.{}
.carimgpsr{}
.carimgpsr img {
  height: auto;
  width: 100%;
}
.weffoercar {
  border-left: 5px solid #eee;
  margin: 0 0 15px 4px;
  padding: 0 0 0 21px;
}
.weffoercar li {
  font-size: 14px;
  line-height: 27px;
  list-style-type: none;
  font-size: 17.5px;
}
.careeepftpad{padding:3%;}
.reclistpe {
  height: 100%;
  position: relative;
}
.reclistpe ul {
  background: #838f94 none repeat scroll 0 0;
  border-top: 4px solid #e28433;
  top: 440px;
  left: 5px;
  min-width: 250px;
  padding: 12px 18px;
  position: absolute;
}
.reclistpe ul li {
  display: block;
  margin-bottom: 2px;
}
.reclistpe ul li a {
  display: block;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.reclistpe ul li a:hover {color:#000;}
.lendshoptxt p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 40px;
}
.aplsyt.bntprtpsr {padding-top: 0}
.aplsyt.bntprtpsr ul {
   text-align: center;
}
.procetextpr {margin: 40px 30px 0;overflow: hidden;}
.procetextpr h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
}
.procetextpr p{}
.singproce{overflow:hidden;margin-bottom: 40px;}
#hdbannerps {
	margin-top: 127px;
	height: 241px;
}
#hdbannerps #video-wrap.video-wrap{}
#hdbannerps #video-wrap.video-wrap video#homevideop {
	margin-top: -210px;
}
.checklstvidltrcs #homevideop {
	margin-left: -190px;
}
.row.advrowp {
   display: flex;
}
.tablprdpr.brnofdvs {
   padding-bottom: 100px;
   max-width: 1170px;
   margin: 0 auto;
}
.cdrpmnu .dropdown-menu {
   left: 0;
   right: auto;
   top: 42px;
   min-width: 204px;
   border-top: 2px solid #e28433;
   border-radius: 0px
}
.navbar-nav.mnavpr > li {padding-bottom: 15px;}
.cdrpmnu .dropdown-menu li a {
   text-transform: uppercase;
   letter-spacing: 2px;
   font-size: 11px;
   font-weight: 600;
   padding: 8px 15px;
   padding-left: 20px;
}
.cdrpmnu .dropdown-menu li:hover a {
   background:none;
}
.cdrpmnu .dropdown-menu li:hover {
   background-image: url(../img/orangeactive.png) !important;
   background-color: #FAFAFA;
   background-repeat: no-repeat !important;
   background-size: 11px auto !important;
}
.cdrpmnu .dropdown-menu li.dmactive {
   background: url(../img/greenactive.png) !important;
   background-repeat: no-repeat !important;
   background-size: 11px auto !important;
}
.nav-shrink.shrink > .container-fluid > .nbrvp > .nbrtp > .mnavpr li{
   padding-bottom: 0px;
}
.service-7 .box-hover-u {
   background: #a09d5a;
}
.owl-full-screen {height: 84vh;}
.slidelgxt {
   max-width: 432px;
   text-align: center;
}
.sliderevhd {
   color: #000 !important;
   letter-spacing: 6px;
}
.homeslidepsd .owl-stage-outer .owl-stage .owl-item{height:84vh;}
.homemencont ul.mnavpr {
   padding-right: 9px;
   padding-left: 4px;
   padding-bottom: 0px;
   padding-top: 8px;
   position: relative;
}
.homemencont ul.mnavpr > li {
   padding-bottom: 8px;
}
.homepger.shrink .container-fluid .homemencont ul.mnavpr  {background:none;}
.slidbtm {
   letter-spacing: 6px !important;
   font-size: 20px !important;
   font-weight: 600 !important;
   line-height: 28px;
}
.service-7 .box-u, .service-7 .box-r {height: 170px;}
.frm_section input[type="text"] {
   font-size: 18px;
}
.frm_section > select{  
   font-size: 18px !important;
   -webkit-appearance: none; 
}
.frm_section > select > option{
   font-size: 18px !important;
}
.modal-header .close {
   margin-top: -24px;
   font-size: 63px;
}
.carerrpvpc {}
.carerrpvpc .service-3-box-1 {
   padding: 40px !important;
}
.carerrpvpc .service-3-box-1 .service-3-icon {
   margin: 0;
}
.carerrpvpc .service-3-box-1 .service-3-icon h3 {
   padding-top: 0 !important;
   margin-top: 0 !important;
}
.btn-m {
   font-size: 13px;
}
.homelmbtn {
   background:#000;
   border:1px solid #000;
   color:#fff;
}
.homelmbtn:hover {
   background:#e28433;
   border:1px solid #e28433;
}
.content-overlay.statespgevdo {
   display: flex;
   align-items: center;
}
.mobile_only_sec { display:none; }
.content-overlay.statespgevdo .videtxtp{
   width:100%;
   text-align: center;
}

.seven-cols .col-md-1, .seven-cols .col-sm-1, .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
  }
.videoWrapper {
  height: 315px;
  margin: 0 auto;
  padding-top: 25px;
  position: relative;
  text-align: center;
  width: 560px;
}  
  


@media only screen and (min-width: 1521px) and (max-width: 1610px){
.nav-light .nav > li > a {font-size: 14px;}
a.pactive {font-size: 17px !important;}
}
@media only screen and (min-width: 1441px) and (max-width: 1520px){
.nav-light .nav > li > a {font-size: 13px;padding: 5px 10px;}
a.pactive {font-size: 15px !important;}
}
@media only screen and (min-width: 1340px) and (max-width: 1440px){
.nav.navbar-nav.mnavpr > li > a {font-size: 12px;padding: 5px 10px;}
a.pactive {font-size: 14px !important;}
}
@media only screen and (min-width: 1261px) and (max-width: 1339px){
.nav.navbar-nav.mnavpr > li > a {font-size: 11px;padding: 5px 10px;}
a.pactive {font-size: 13px !important;}
}
@media only screen and (min-width: 1181px) and (max-width: 1260px){
.nav.navbar-nav.mnavpr > li > a {font-size: 11px;padding: 5px 9px;}
a.pactive {font-size: 13px !important;}
}
@media only screen and (min-width: 1101px) and (max-width: 1180px){
.nav.navbar-nav.mnavpr > li > a {font-size: 11px;padding: 5px 6px;}
a.pactive {font-size: 13px !important;}
}
@media only screen and (min-width: 1024px) and (max-width: 1100px){
.nav.navbar-nav.mnavpr > li > a {font-size: 10px;padding: 5px 5px;}
a.pactive {font-size: 13px !important;}
}
@media only screen and (min-width: 992px) and (max-width: 1023px){
.nav.navbar-nav.mnavpr > li > a {font-size: 9px;padding: 5px 5px;}
a.pactive {font-size: 13px !important;}
.mnavpr {padding-top: 10px;}
.container {width: 100%;}

}
@media only screen and (min-width: 768px) and (max-width: 991px){
.nav-light .nav > li > a {font-size: 12px;padding: 5px 5px;}
.tablprdpr div .team-2-box.line-r-dark {margin: 0 auto;width: 83%;position: static;margin-bottom: 9px;margin-left: 10%;}

}
@media only screen and (min-width: 768px) and (max-width: 790px){
.container {width: 732px;}
.container-fluid {width: 96% !important;}
}
@media only screen and (max-width: 991px){
.fixmprt { display: block;}
}
@media only screen and (max-width: 767px){
.navbar-toggle {margin-bottom: 2px;margin-top: 1px;padding: 0 8px;}
.nav-shrink.shrink.homepger > .container-fluid > .snvbr.mainmvlgo > .navbar-header > .navbar-brand.homebrdn {display: block;padding: 0;}
.navbar-brand {height: 40px;}
.footadrs {padding-top: 15px;text-align: center;width: 100%;}
.social.footersock {padding-bottom: 20px;text-align: center;}
.mba_acourp { padding-top: 15px;}
.pad-r-100 {padding-right: 25px;}
.theme-corporate-2 .header-tit h1 {font-size: 24px;font-weight: 800; text-transform: uppercase;}
.abouservpc div.col-md-4 .service-3-icon {text-align: center;width: 100%;}
#hdbannerps {margin-top: 60px;height: 200px;}
#hdbannerps #video-wrap.video-wrap video#homevideop {margin-top: 0;}
.tablprdpr div .team-2-box.line-r-dark {margin: 0 auto;width: 100%;position: static;margin-bottom: 15px;}
.tablprdpr.brnofdvs {padding-bottom: 0px;max-width: 320px}
.cdrpmnu .dropdown-menu {
   left: 0;
   right: auto;
   top: 0px;
   min-width: auto;
   border-top: 1px solid #e28433;
}
.videoWrapper {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 0px !important;
  position: relative;
  width: auto;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.servpst .singsrvpts .service-2 {
  height:300px !important;

}

}
@media screen and  ( max-height: 375px ) {
.video-content-tit h2 {padding-top: 0;margin-top: 0;}
.theme-corporate-2 .header-tit h1 {font-size: 25px}
}
@media screen and ( max-width: 365px ){
.pagetitl.vidotilepg.vdrcpgtle {margin-top: -80px;}
}


