
@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "animate.css";
@import "hover.css";
@import "magnific-popup.css";
@import "owl.carousel.css";
@import "owl.transitions.css";
@font-face {
    font-family: "Lato";
    src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Regular.otf);
}
html {
}
body {  
    color: #777777;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;
    overflow-x: hidden;
}
* {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
*::-moz-selection {
    background-color: #FE6A3F;
    color: #fff;
}
.loader {
    background: #fff none repeat scroll 0 0;
    color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.loader-brand {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
}
h1, .h1 {
    font-family: "Montserrat",sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}
h2, .h2 {
    color: #313131;
    font-family: "Montserrat",sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
}
h3, .h3 {
    color: #313131;
    
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 15px;
}
h4, .h4 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}
h2 a, h3 a, .h2 a, .h3 a {
    color: inherit;
    text-decoration: none;
}
h2 a:hover, h3 a:hover, .h2 a:hover, .h3 a:hover {
    text-decoration: none;
}
address {
    margin: 0;
}
ul, ol {
    margin-bottom: 10px;
    margin-top: 0;
}
ul {
    list-style: outside none none;
    padding-left: 0;
}
ol li, ul li {
    /*margin-top: 10px;*/
}
p {
    margin: 10px 0 0;
}
a {
    color: #FE6A3F;
    transition: color 0.3s ease-out 0s;
}
a:hover {
    color: #FE6A3F;
    text-decoration: none;
}
a:focus {
    color: #FE6A3F;
    outline: medium none;
    text-decoration: none;
}
.form-group {
    margin-bottom: 30px;
    text-align: left;
}
.form-group::after {
    clear: both;
    content: " ";
    display: table;
}
.form-group .btn {
    width: 100%;
}
.form-control-layout {
    position: relative;
}
.form-control-layout .fa {
    color: #bbbbbb;
    font-size: 14px;
    left: 20px;
    padding: 0 1px;
    position: absolute;
    top: 19px;
    z-index: 1;
}
.form-control {
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    box-shadow: none;
    color: #888888;
    font-size: 16px;
    height: 50px;
    padding: 6px 20px 6px 40px;
    transition: all 0.15s ease 0s;
}
.form-control.no-icon {
    padding-left: 20px;
}
.form-control:focus {
    border-color: #FE6A3F !important;
    box-shadow: none;
    outline: 0 none;
}
textarea.form-control {
    height: 150px;
    padding-top: 13px;
    resize: none;
}
.captcha {
    background-position: center center;
    border-radius: 0;
}
.form-control::-moz-placeholder {
    color: #888888;
    opacity: 1;
}
.form-transparent .form-control-layout .fa {
    top: 21px;
}
.form-transparent .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #7e7e7e;
    color: #e5e5e5;
    font-size: 14px;
    height: 60px;
}
.form-transparent textarea.form-control {
    height: 223px;
    padding-top: 18px;
}
.form-transparent .form-control::-moz-placeholder {
    color: #e5e5e5;
    opacity: 1;
}
.form-transparent .captcha {
    border: 0 none;
}
.form-control.error {
    border-color: #FE6A3F;
}
.wobble-error {
    animation: 1s ease-in-out 0s normal none 1 running hvr-wobble-horizontal;
}
label.error {
    color: #FE6A3F;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 20px 0;
}
.btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #313131;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 20px 50px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
}
.btn .text {
    visibility: hidden;
}
.btn .fa {
    font-size: 12px;
    margin-left: 2px;
}
.flip-front, .flip-back {
    height: 100%;
    left: 0;
    padding: 20px 50px 0;
    position: absolute;
    top: 0;
    transform-style: flat;
    transition: transform 0.3s ease-out 0s;
    width: 100%;
}
.flip-front {
    background-color: #313131;
    color: #fff;
    top: 0;
    transform: rotateX(0deg) translateZ(25px);
}
.flip-back {
    background-color: #fff;
    color: #000;
    transform: rotateX(90deg) translateZ(25px);
}
.btn:hover .flip-back {
    transform: rotateX(0deg) translateZ(25px);
}
.btn:hover .flip-front {
    transform: rotateX(-90deg) translateZ(25px);
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    box-shadow: none;
    color: #fff;
    outline: medium none;
}
.btn-round .flip-front, .btn-round .flip-back {
    border-radius: 3px;
}
.btn-lead {
    font-size: 16px;
    padding-top: 17px;
}
.btn-lead .flip-front, .btn-lead .flip-back {
    padding-top: 18px;
}
.btn-lead.btn-b-white .flip-front {
    padding-top: 16px;
}
.btn-lg {
    height: 60px;
    padding: 25px 50px 0;
}
.btn-lg .flip-front, .btn-lg .flip-back {
    padding: 25px 50px 0;
}
.btn-lg.btn-b-dark .flip-front {
    padding-top: 22px;
}
.btn-lg .flip-front {
    transform: rotateX(0deg) translateZ(30px);
}
.btn-lg .flip-back {
    transform: rotateX(90deg) translateZ(30px);
}
.btn-lg .btn:hover .flip-back {
    transform: rotateX(0deg) translateZ(20px);
}
.btn-lg:hover .flip-front {
    transform: rotateX(-90deg) translateZ(30px);
}
.btn-sm {
    font-size: 12px;
    height: 45px;
    padding: 16px 30px 0;
}
.btn-sm .flip-front, .btn-sm .flip-back {
    padding: 16px 30px 0;
}
.btn-sm .flip-front {
    transform: rotateX(0deg) translateZ(20px);
}
.btn-sm .flip-back {
    transform: rotateX(90deg) translateZ(20px);
}
.btn-sm .btn:hover .flip-back {
    transform: rotateX(0deg) translateZ(20px);
}
.btn-sm:hover .flip-front {
    transform: rotateX(-90deg) translateZ(20px);
}
.btn-sm.btn-b-gray {
    padding: 14px 30px 0;
}
.btn-sm.btn-b-gray .flip-front {
    padding: 14px 30px 0;
}
.btn-red .flip-front {
    background-color: #fa4951;
}
.btn-yellow {
    background-color: transparent;
}
.btn-yellow .flip-front {
    background-color: #FE6A3F;
    color: #313131;
}
.btn-yellow-2 {
    background-color: transparent;
}
.btn-yellow-2 .flip-front {
    background-color: #FE6A3F;
    color: #fff;
}
.btn-yellow-2 .flip-back {
    background-color: #fa4951;
    color: #fff;
}
.btn-gray .flip-front {
    background-color: #dbdbdb;
    color: #888888;
}
.btn-gray .flip-back {
    background-color: #313131;
    color: #fff;
}
.btn-linear .flip-front {
    background: #FE6A3F;
}
.btn-linear .flip-back {
    background:#5B514D;
    color: #fff;
}
.btn-b-white .flip-front {
    background-color: transparent;
    border: 2px solid #fff;
    padding-top: 17px;
}
.btn-b-dark .flip-front {
    background-color: transparent;
    border: 2px solid #313131;
    color: #313131;
    padding-top: 17px;
}
.btn-b-dark .flip-back {
    background-color: #313131;
    color: #fff;
}
.btn-b-gray .flip-front {
    background-color: transparent;
    border: 2px solid #dcdcdc;
    color: #313131;
    padding-top: 17px;
}
.btn-b-gray .flip-back {
    background-color: #FE6A3F;
    color: #fff;
}
.icon-round, .fa {
    display: inline-block;
    
    transition: all 0.3s ease-out 0s;
}
.icon-linear {
    color: #fc883c;
}
a.icon-round:hover {
    background-color: #FE6A3F;
    border-color: #FE6A3F;
    color: #fff;
}
a.fa:hover {
    color: #FE6A3F;
}
a.fa:hover, a.fa:focus {
    text-decoration: none;
}
.icon-round {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 70px;
    position: relative;
    text-align: center;
    width: 70px;
}
.icon-round .fa {
    left: 0;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    transition: none 0s ease 0s ;
    width: 100%;
}
.icon-round:focus {
    color: #fff;
}
.icon-round-medium {
    height: 46px;
    width: 46px;
}
.icon-round-medium .fa {
    font-size: 16px;
    margin-top: -8px;
}
.text-white {
    color: #fff;
}
.text-dark {
    color: #313131;
}
.text-primary {
    color: #FE6A3F;
}
.bgc-white {
    background-color: #fff;
}
.bgc-light {
    background-color: #f7f7f7;
}
.bgc-primary {
    background-color: #FE6A3F;
}
.bgc-dark {
    background-color: #313131;
}
.bg-gradient {
}
.navbar {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    left: 0;
    margin: 0;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 100;

}
.navbar-primary {
    background-color: #fff;
}
.navbar-2 {
    background-color: transparent;
    height: auto;
    padding-top: 40px;
}
.navbar-2 .brand-dark {
    display: none;
}
.navbar-2:not(.affix) .navbar-toggle.collapsed {
    border-color: #fff;
}
.navbar-2:not(.affix) .navbar-toggle.collapsed .icon-bar {
    background: #fff none repeat scroll 0 0;
}
.affix {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.navbar-2.affix {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    padding-top: 0;
}
.navbar-2.affix .brand-white {
    display: none;
}
.navbar-2.affix .brand-dark {
    display: block;
}
.top-panel {
    background: rgb(8,8,8);
    color: #999999;
    font-size: 13px;
    padding: 8px 0;
}
.address1 .fa {
    font-size: 15px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.address {
    font-size: 14px;
}
.address a {
    color: #9e9e9e;
    display: inline-block;
    margin-right: 40px;

}
.address .fa {
    font-size: 15px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.address a:hover {
    color: #FE6A3F;
    text-decoration: none;
}
.top-panel .social {
    margin-top: 10px;
}
.social a {
    color: #b3b3b3;
    float: left;
    font-size: 14px;
    margin-right: 30px;
    transition: all 0.3s ease-in-out 0s;
}
.social.pull-right a {
    margin-left: 30px;
    margin-right: 0;
}
.social a:hover {
    color: #FE6A3F;
    text-decoration: none;
}
.navbar-header {
    position: relative;
}
.navbar-collapse {
    border-top-color: rgba(0, 0, 0, 0.05);
    /*max-height: 320px;*/
}
.navbar-toggle {
    background-color: #FE6A3F;
    border: 2px solid #FE6A3F;
    border-radius: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0px, -50%);
}
.navbar-toggle .icon-bar {
    background-color: #fff;
    border-color: #fff;
    height: 2px;
    width: 22px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-toggle.collapsed {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #FE6A3F;
}
.navbar-toggle.collapsed .icon-bar {
    background-color: #FE6A3F;
}
.brand {
    float: left;
   
}
.brand img
{
    padding: 7px 0;
}
.brand span
{
    text-transform: uppercase;
    font-size: 20px;
    color: #F64207;
    font-weight: bold;
}
.brand:hover, .brand:focus {
    text-decoration: none;
}
.navbar-nav {
   font-family: "Lato";
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
}
.navbar-2 .navbar-nav {
    padding-top: 30px;
}
.navbar-nav li {
    position: relative;
}
.navbar-nav li .fa {
    font-size: 12px;
    transition: none 0s ease 0s ;
}
.navbar-nav li a {
    color: #313131;
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    font-family: "Lato";
}
.navbar-2:not(.affix) .navbar-nav > li > a {
    color: #fff;
}
.navbar-nav > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 0;
}
.navbar-nav > li > a {
    padding: 20px 0;
}
.navbar-nav li:hover > a, .navbar-nav .active > a {
    background-color: transparent;
    color: #ED4403;
}
.navbar-nav .active a {
    font-weight: bold;
}
.navbar-nav > .active::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #ED4403;
    border-image: none;
    border-style: solid;
    border-width: 9px 9px 8px;
    bottom: 1px;
    content: "";
    left: 0;
    position: absolute;
}
.navbar-nav li ul {
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    clip: rect(1px, 1px, 1px, 1px);
    left: 0;
    margin-top: -20px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    transition: all 0.4s ease-in-out 0s;
    width: 250px;
    z-index: 12;
}
.navbar-nav li li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0;
}
.navbar-nav li li:last-child {
    border-bottom: 0 none;
}
.navbar-nav li li a {
    padding: 15px 20px;
}
.navbar-nav li:hover > ul {
    clip: inherit;
    margin: 0;
    overflow: inherit;
}
.content {
    
}
.row-base {
    margin-top: -30px;
}
.col-base {
    margin-top: 30px;
}
.masked {
    position: relative;
}
.masked::before {
    background-color: rgba(49, 49, 49, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.gradient-overlay {
    position: relative;
}
.gradient-overlay::before {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(254,106,63,0.8) 0%, rgba(29,30,30,0.8) 100%) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.section {
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 40px;
}
.title-left {
    letter-spacing: 0.05em;
}
.delimiter {
    display: block;
    height: 2px;
    margin: 25px auto 20px;
    position: relative;
    width: 1px;
}
.delimiter::before, .delimiter::after {
    background-color: #F64207;
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
    width: 70px;
}
.delimiter::before {
    left: 15px;
}
.delimiter::after {
    right: 15px;
}
.delimiter div {
    position: relative;
}
.delimiter div::before, .delimiter div::after {
    border: 1px solid #F64207;
    content: "";
    height: 10px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);   
    width: 10px;
}
.delimiter div::before {
    left: -7px;
}
.delimiter div::after {
    right: -7px;
}
.delimiter.white::before, .delimiter.white::after {
    background-color: #fff;
}
.delimiter.white div::before, .delimiter.white div::after {
    border-color: #fff;
}
.lead-delimiter {
    margin: 46px auto;
}
.delimiter-l {
    background-color: #FE6A3F;
    height: 2px;
    margin: 25px 0 0;
    width: 70px;
}
.delimiter-2 {
    margin: 15px 0 12px;
    text-align: center;
}
.section-entry {
    font-weight: 300;
}
.section-body {
    margin-top: 50px;
}
.section-body-x2 {
    margin-top: 100px;
}
.rel-1 {
    position: relative;
    z-index: 1;
}
.p-t-0 {
    padding-top: 0;
}
.p-b-0 {
    padding-bottom: 0;
}
.parallax {
    background-attachment: fixed;
}
.mobile * {
    background-attachment: scroll !important;
}
.main {
    background-color: #fff;
    position: relative;
}
.masthead {
    color: #fff;
    position: relative;
    text-align: center;
}
.masthead-entry {
    background-image: url("../img/bg/masthead.jpg");
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 115px 0;
    position: relative;
}
.masthead-entry::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 85px;
    left: 0;
    position: absolute;
    width: 100%;
}
.masthead-entry-img {
    margin-bottom: -115px;
    margin-top: 75px;
}
.lead {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin: 5px 0 0;
    text-transform: uppercase;
}
.triangles {
    margin: 0 auto;
    perspective: 2000px;
    position: relative;
    width: 1px;
    z-index: -1;
}
.triangles .triangle {
    opacity: 0;
    transition: all 1.6s linear 0s;
}
.triangle1 {
    border-bottom: 30px solid transparent;
    border-left: 210px solid #FE6A3F;
    border-top: 70px solid transparent;
    height: 0;
    left: -140px;
    position: absolute;
    top: -40px;
    transform: rotate(-40deg) translate(0px, -80px);
    width: 0;
}
.triangle2 {
    border-bottom: 80px solid transparent;
    border-left: 55px solid #fff;
    border-top: 10px solid transparent;
    height: 0;
    left: 55px;
    position: absolute;
    top: -50px;
    transform: rotate(10deg) translate(60px, 50px);
    width: 0;
}
.triangle3 {
    border-bottom: 60px solid transparent;
    border-right: 150px solid #FE6A3F;
    border-top: 20px solid transparent;
    height: 0;
    left: 10px;
    position: absolute;
    top: 40px;
    transform: rotateX(-10deg) translateX(80px) translateY(10px);
    width: 0;
}
.triangle4 {
    border-bottom: 15px solid transparent;
    border-left: 90px solid #fff;
    border-top: 35px solid transparent;
    height: 0;
    left: -40px;
    position: absolute;
    top: 90px;
    transform: rotateX(30deg) translateX(60px) translateY(30px);
    width: 0;
}
.loaded .triangle1 {
    opacity: 0.2;
    transform: rotate(-40deg) translate(0px);
}
.loaded .triangle2 {
    opacity: 0.2;
    transform: rotate(10deg) translate(0px);
}
.loaded .triangle3 {
    opacity: 0.2;
    transform: rotate(-10deg) translate(0px);
}
.loaded .triangle4 {
    opacity: 0.2;
    transform: rotate(10deg) translate(0px);
}
.masthead-inner .masthead-entry {
    background: rgba(0, 0, 0, 0) url("../images/map.jpg") repeat scroll 50% 50% / cover ;
    padding:80px 0;
   
    background-position: 100% 20%;
}
.masthead-inner .masthead-entry::after 
{
    display: none;
}
.entry-text 
{
    font-size: 18px;
    color: #fff;
}
.page-title h1
{
    color: #fff !important;
}
.breadcrumbs 
{
    bottom: 0;
    color: #fff;
    font-family: "lato";
    font-size: 12px;
    left: 0;
    letter-spacing: 0.15em;
    margin: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.breadcrumbs li {
    display: inline-block;
    padding-bottom: 14px;
    position: relative;
}
.breadcrumbs li::after {
    color: #fff;
    content: "";
    font-family: FontAwesome;
    margin-left: 6px;
}
.breadcrumbs li:last-child::after {
    display: none;
}
.breadcrumbs li a {
    color: #fff;
}
.breadcrumbs .active::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 5px 5px 4px;
    bottom: 0;
    content: "";
    left: 50%;
    margin-left: -7px;
    position: absolute;
}
.masthead-entry-2 {
    background-image: url("../img/bg/masthead2.jpg");
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    position: relative;
}
.masthead-entry-2::after {
    background-color: rgba(44, 44, 44, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.title-border {
    display: inline-block;
    margin-bottom: 70px;
    position: relative;
}
.title-border .title-frame {
    border: 10px solid rgba(255, 255, 255, 0.4);
    bottom: -37px;
    content: "";
    left: 50%;
    margin-left: -40%;
    position: absolute;
    top: -37px;
    transition: all 1s ease-in-out 0s;
    width: 80%;
}
.scroll-help {
    font-size: 32px;
    left: 0;
    margin-top: 30px;
    position: absolute;
    width: 100%;
}
.masthead-entry-3 {
    background-image: url("../img/bg/masthead3.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.masthead-entry-3::after {
    background-color: rgba(44, 44, 44, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.masthead-entry-3 .inner {
    display: table-cell;
    height: 100vh;
    padding: 200px 0 120px;
    vertical-align: middle;
    width: 1%;
}
.entry-line {
    background-color: #2c2c2c;
    bottom: 0;
    height: 8px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.entry-line::before {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(250, 73, 81, 1) 0%, rgba(254, 191, 40, 1) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    width: 50%;
}
.masthead-entry-3 h1 {
    font-size: 60px;
    margin-bottom: 55px;
    text-transform: none;
}
.masthead-entry-3 h1 .underline {
    border-bottom: 10px solid #fff;
    padding-bottom: 10px;
}
.page-subtitle {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.3em;
    margin-bottom: 20px;
    text-transform: none;
}
.inline-buttons .btn {
    margin-left: 25px;
}
.inline-buttons .btn:first-child {
    margin-left: 0;
}
.masthead-entry-3 .inline-buttons {
    margin-top: 45px;
}
.slideshow .title-border .title-frame {
    margin-left: 0;
    opacity: 0;
    width: 0;
}
.slideshow .owl-item.active .title-border .title-frame {
    margin-left: -40%;
    opacity: 1;
    width: 80%;
}
.slideshow .owl-prev, .slideshow .owl-next {
    border: 1px solid #fff;
    border-radius: 50%;
    display: none;
    height: 44px;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease-in-out 0s;
    width: 44px;
}
.slideshow .owl-prev {
    left: 150px;
}
.slideshow .owl-next {
    right: 150px;
}
.slideshow .owl-prev .fa, .slideshow .owl-next .fa {
    font-size: 18px;
    left: 0;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.slideshow .owl-prev:hover, .slideshow .owl-next:hover {
    background-color: #313131;
    border-color: #313131;
}
.slideshow .owl-prev:hover .fa, .slideshow .owl-next:hover .fa {
    color: #fa4951;
}
.slideshow:hover .owl-prev {
    left: 50px;
    opacity: 1;
}
.slideshow:hover .owl-next {
    opacity: 1;
    right: 50px;
}
.slideshow .owl-pagination {
    bottom: 20px;
    display: none;
    z-index: 1;
}
.slideshow .owl-controls .owl-page span {
    background-color: #fff;
    opacity: 0.6;
}
.slideshow .owl-controls .owl-page.active span, .slideshow .owl-controls .owl-page:hover span {
    background-color: #2c2c2c;
    opacity: 1;
}
.dots-true .owl-pagination {
    display: block;
}
.dots-false .owl-pagination {
    display: none;
}
.border {
    border: 2px solid #f2f2f2;
    padding: 40px 20px;
}
.service-column .fa {
    color: #313131;
}
.row-advantage {
    margin-top: -40px;
}
.col-advantage {
    margin-top: 40px;
}
.col-advantage .fa {
    color: #2c2c2c;
}
.col-advantage .media-right {
    padding: 1px 0 0 5px;
}
.services .col-advantage .inner {
    border-top: 1px solid #e3e3e3;
    padding-top: 40px;
}
.services .col-advantage:nth-child(1) .inner {
    border-top: 0 none;
    padding-top: 0;
}
.row-advantage-2 {
    margin-top: -50px;
}
.row-advantage-2 .col-advantage {
    margin-top: 50px;
}
.masthead .bg-portfolio {
    background: rgba(0, 0, 0, 0) url("../images/banner.jpg") no-repeat scroll 50% 0 / cover ;
    background-position: 50% 70%;
}
.showcase > .filter:first-child {
    margin-top: -10px;
}
.filter {
    border-bottom: 1px solid #e9e9e9;
    color: #313131;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    margin: 40px 0 50px;
    text-align: center;
    text-transform: uppercase;
}
.filter li {
    display: inline-block;
}
.filter li a {
    color: #313131;
    display: block;
    padding: 0 16px 8px;
    position: relative;
}
.filter li a::after {
    background-color: #FE6A3F;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    top: 100%;
    transition: all 0.3s ease-in-out 0s;
    width: 0;
}
.filter li:hover a, .filter li:focus a {
    color: #FE6A3F;
    text-decoration: none;
}
.filter li:hover a::after, .filter li:focus a::after, .filter .active a::after {
    left: 0;
    width: 100%;
}
.filter .active a {
    color: #FE6A3F;
    font-weight: bold;
}
.col-showcase {
    padding: 0;
    width: 100%;
}
.col-showcase figure img, .col-showcase figcaption, .showcase-category, .showcase-title, .showcase-cntrls {
    transition: all 0.3s linear 0s;
}
.col-showcase figure {
    perspective: 2000px;
    position: relative;
}
.col-showcase .image-holder {
    overflow: hidden;
}
.col-showcase .image-holder img {
    width: 100%;
}
.col-showcase figcaption {
    color: #fff;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 100%;
}
.figcaption-gradient .icon-round:hover {
    background-color: #fff;
}
.figcaption-gradient .icon-round:hover .fa {
    color: #313131;
}
.showcase-lead {
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
    transform: translate(0px, -50%);
}
.showcase-category {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.1em;
    opacity: 0;
    position: relative;
    text-transform: uppercase;
    top: -50px;
}
.showcase-title {
    color: #fff;
    font-size: 21px;
    margin: 0;
    opacity: 0;
    position: relative;
    top: 50px;
    font-family: "lato";
}
.showcase-cntrls {
    display: inline-block;
    margin-top: 22px;
    opacity: 0;
    position: relative;
    top: -30px;
}
.showcase-cntrls .icon-round {
    float: left;
    margin: 0 7px;
}
.col-showcase:hover figure img {
    transform: scale(1.3) rotateZ(-7deg);
}
.col-showcase:hover figcaption {
    background:rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(254,106,63,0.8) 100%) repeat scroll 0 0;
}
.col-showcase:hover .figcaption-gradient {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(254,106,63,0.8) 0%, rgba(0,0,0,0.8) 100%) repeat scroll 0 0;
}
.col-showcase:hover .showcase-lead {
    opacity: 1;
}
.col-showcase:hover .showcase-category, .col-showcase:hover .showcase-title, .col-showcase:hover .showcase-cntrls {
    left: 0;
    opacity: 1;
    top: 0;
}
.iso2 {
    margin: -15px 0;
}
.iso2 .col-showcase {
    padding: 15px;
}
.iso2 .col-showcase a.icon-round:hover {
    background-color: #fff;
    border-color: #fff;
    color: #313131;
}
.iso2 .col-showcase figcaption::after {
    background-color: #FE6A3F;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transition: all 0.7s linear 0s;
    width: 0;
}
.iso2 .col-showcase:hover figcaption::after {
    width: 100%;
}
.showcase-dark .filter {
    border-bottom: 1px solid #636363;
}
.showcase-dark .filter li a {
    color: #fff;
}
.mfp-figure {
    box-shadow: none;
}
.mfp-iframe-scaler {
    overflow: visible;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FE6A3F;
    font-family: inherit;
    font-size: 40px;
    font-weight: 300;
    line-height: 0;
    margin-top: -10px;
    padding: 0;
}
img.mfp-img {
    min-height: 220px;
}
.mfp-bottom-bar {
    margin-top: -30px;
}
.mfp-title {
    color: #FE6A3F;
    font-family: "Dancing Script",cursive;
    font-size: 20px;
}
.mfp-bg {
    background-color: #000;
}
.mfp-arrow-left::before, .mfp-arrow-left .mfp-b {
    display: none;
}
.mfp-arrow-right::before, .mfp-arrow-right .mfp-b {
    display: none;
}
.mfp-arrow-left::after, .mfp-arrow-left .mfp-a {
    border-right-color: #FE6A3F;
}
.mfp-arrow-right::after, .mfp-arrow-right .mfp-a {
    border-left-color: #FE6A3F;
}
.mfp-wrap .mfp-content {
    perspective: 2000px;
}
.mfp-wrap .mfp-figure, .mfp-wrap .mfp-iframe-scaler {
    opacity: 0;
    transform: rotateX(60deg);
    transition: all 0.3s ease-in-out 0s;
}
.mfp-bg {
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.mfp-wrap.mfp-ready .mfp-figure, .mfp-wrap.mfp-ready .mfp-iframe-scaler {
    opacity: 1;
    transform: rotateX(0deg);
}
.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-wrap.mfp-removing .mfp-figure, .mfp-wrap.mfp-removing .mfp-iframe-scaler {
    opacity: 0;
    transform: rotateX(-60deg);
}
.mfp-removing.mfp-bg {
    opacity: 0;
}
.portfolio-info {
    font-size: 18px;
    margin-top: 30px;
}
.portfolio-info li {
    margin-top: 30px;
}
.portfolio-social {
    margin-top: 60px;
}
.pagination-controls {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e8e8e8;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    margin-top: 50px;
    overflow: hidden;
    padding: 23px 0;
    text-align: center;
}
.pagination-controls a {
    color: #dedede;
    font-size: 36px;
}
.pagination-controls .arrow-prev {
    float: left;
}
.pagination-controls .arrow-right {
    float: right;
}
.icon-review {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}
.col-review {
    padding-bottom: 223px;
    position: relative;
}
.review-text {
    color: #000;
    font-size: 18px;
    line-height: 1.6;
}
.review-text strong {
    font-weight: 600;
}
.reviewer {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.reviewer-name {
    margin-bottom: 0;
}
.reviewer-spec {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.carousel-direction {
    bottom: 112px;
    left: 50%;
    max-width: 100%;
    position: absolute;
    transform: translate(-50%, 0px);
    width: 470px;
    z-index: 1;
}
.custom-controls {
    height: 40px;
    position: relative;
}
.custom-prev, .custom-next {
    border: 1px dashed #888888;
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
}
.custom-prev {
    border-radius: 30px 0 0 30px;
    border-right: 0 none;
    left: 0;
}
.custom-next {
    border-left: 0 none;
    border-radius: 0 30px 30px 0;
    right: 0;
}
.custom-prev .prev, .custom-next .next {
    border: 1px solid #313131;
    border-radius: 50%;
    height: 26px;
    margin-top: -13px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease-out 0s;
    width: 26px;
}
.custom-prev .prev {
    left: 7px;
}
.custom-next .next {
    right: 7px;
}
.custom-prev .prev .fa, .custom-next .next .fa {
    color: #313131;
    font-size: 18px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    transition: none 0s ease 0s ;
    width: 100%;
}
.custom-prev .prev .fa {
    left: -1px;
}
.custom-next .next .fa {
    right: -1px;
}
.custom-prev .dir-text, .custom-next .dir-text {
    font-size: 14px;
    position: absolute;
    top: 7px;
}
.custom-prev .dir-text {
    left: 42px;
}
.custom-next .dir-text {
    right: 42px;
}
.custom-prev:hover, .custom-next:hover {
    color: #FE6A3F;
    font-weight: 600;
    transition: color 0.3s ease-out 0s;
}
.custom-prev:hover .prev, .custom-next:hover .next {
    background-color: #313131;
}
.custom-prev:hover .prev .fa, .custom-next:hover .next .fa {
    color: #fff;
}
.thumbnail-pagination {
    display: inline-block;
    margin-top: -30px;
}
.thumbnail-pagination a {
    border-radius: 50%;
    float: left;
    margin: 0 -14px;
    overflow: hidden;
    position: relative;
    transform: scale(0.7);
    transition: -webkit-transform 0.3s ease-out 0s;
}
.thumbnail-pagination a::after {
    background-color: rgba(255, 255, 255, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.thumbnail-pagination a img {
    border-radius: 50%;
    width: 94px;
}
.thumbnail-pagination a:hover::after {
    background-color: transparent;
}
.thumbnail-pagination .active {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, rgba(250, 73, 81, 1) 0%, rgba(254, 191, 40, 1) 100%) repeat scroll 0 0;
    padding: 3px;
    transform: scale(1);
    z-index: 1;
}
.thumbnail-pagination .active::after {
    background-color: transparent;
}
.owl-pagination {
    bottom: -45px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.owl-controls .owl-page {
    display: inline-block;
    margin: 0 3px;
}
.owl-controls .owl-page span {
    background-color: #bcbcbc;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    transition: all 0.2s linear 0s;
    width: 10px;
}
.owl-controls .owl-page.active span, .owl-controls .owl-page:hover span {
    background-color: #FE6A3F;
}
.review-carousel .owl-prev, .review-carousel .owl-next {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 26px;
    margin-top: -73px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease-out 0s;
    width: 26px;
}
.review-carousel .owl-prev {
    left: 0;
    text-indent: -1px;
}
.review-carousel .owl-next {
    right: 0;
    text-indent: 1px;
}
.review-carousel .owl-prev .fa, .review-carousel .owl-next .fa {
    color: #fff;
    font-size: 17px;
    left: 0;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    transition: none 0s ease 0s ;
    width: 100%;
}
.review-carousel .owl-prev:hover, .review-carousel .owl-next:hover {
    background-color: #dea732;
    border-color: #dea732;
}
.review-carousel .owl-prev:hover .fa, .review-carousel .owl-next:hover .fa {
    color: #fff;
}
.reviews-2 {
    background: rgba(0, 0, 0, 0) url("../img/bg/reviews.jpg") no-repeat scroll 50% center / cover ;
    color: #fff;
    padding-bottom: 160px;
}
.reviews-2.masked::before {
    background-color: rgba(44, 44, 44, 0.3);
}
.reviews-2 .owl-carousel {
    padding: 0 50px;
}
.reviews-2 .custom-controls {
    height: auto;
    margin-bottom: 34px;
}
.reviews-2 .thumbnail-pagination {
    margin: 0;
}
.reviews-2 .icon-review {
    color: #FE6A3F;
}
.reviews-2 .col-review {
    padding-bottom: 0;
}
.reviews-2 .reviewer {
    margin-top: 35px;
    position: static;
}
.reviews-2 .reviewer-name {
    color: #fff;
}
.reviews-2 .review-text {
    color: #fff;
    font-weight: 300;
}
.reviews-2 .thumbnail-pagination a::after {
    background-color: rgba(44, 44, 44, 0.6);
}
.reviews-2 .thumbnail-pagination a:hover::after, .reviews-2 .thumbnail-pagination .active::after {
    background-color: transparent;
}
.reviews-2 .review-carousel .owl-pagination {
    display: none;
}
.section-banner {
    background-color: #FE6A3F;
    color: #fff;
    padding: 70px 0;
}
.banner-title {
    color: #fff;
    font-size: 30px;
    letter-spacing: 0;
    padding-top: 5px;
}
.banner-text {
    margin-top: 5px;
}
.banner-style-2, .banner-style-3 {
    padding: 50px 0;
}
.banner-style-2 .banner-title {
    text-transform: none;
}
.banner-style-3 {
    background-color: #f7f7f7;
    color: #313131;
}
.banner-style-3 .banner-title {
    color: #636363;
    text-transform: none;
}
.features {
    background: rgba(0, 0, 0, 0) url("../img/bg/features.jpg") no-repeat fixed 50% 0 / cover ;
    color: #fff;
}
.features h3 {
    color: #fff;
}
.col-feature-img img {
    margin: 0 auto;
    max-width: 100%;
}
.col-feature-img2 img {
    max-width: 100%;
}
.col-feature p {
    margin-top: 30px;
}
.feature-top-space {
    margin-top: 120px;
}
.col-feature .btn {
    margin-top: 30px;
}
.feature {
    margin-bottom: 40px;
}
.feature h3 {
    margin-top: 0;
}
.feature .media-left {
    padding-right: 25px;
}
.feature p {
    margin-top: 10px;
}
.feature-title {
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}
.col-feature .feature-subtitle {
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
}
.title-space {
    border-top: 5px solid #FE6A3F;
    margin: 30px 0;
    width: 70px;
}
.features2 .col-feature h3 {
    margin-top: 5px;
}
.features2 .col-feature .icon-round {
    border: 1px solid #FE6A3F;
    height: 55px;
    width: 55px;
}
.features2 .col-feature .fa {
    color: #000;
}
.col-statistic .inner {
    padding: 25px 0;
    position: relative;
}
.col-statistic .inner::before, .col-statistic .inner::after {
    border-top: 1px solid #888888;
    content: "";
    left: 50%;
    margin-left: -35px;
    position: absolute;
    top: 0;
    width: 70px;
}
.col-statistic .inner::before {
    display: none;
}
.col-statistic .inner::after {
    top: 100%;
}
.col-statistic h3 {
    color: #2c2c2c;
    font-weight: 400;
    margin: 15px 0 0;
}
.statistic-number {
    color: #FE6A3F;
    font-family: "Montserrat",sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}
.col-about-product {
    /*margin-top: 100px;*/
}
.team-profile {
    position: relative;
}
.team-profile-2 {
    overflow: hidden;
}
.team-profile-2 .image-holder {
    position: relative;
}
.team-profile-2 .image-holder::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s linear 0s;
    width: 100%;
}
.team-profile img, .team-profile-2 img {
    width: 100%;
}
.team-profile figcaption {
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(215, 216, 222, 0.7);
    bottom: 0;
    color: #313131;
    height: 23%;
    left: 0;
    padding: 0 20px;
    position: absolute;
    transition: all 0.2s linear 0s;
    width: 100%;
}
.team-profile-2 figcaption {
    min-height: 120px;
    position: relative;
}
.team-profile .profile-info {
    left: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0px, -50%);
}
.team-profile-2 .profile-info {
    background-color: #f5f5f5;
    left: 0;
    min-height: 100%;
    padding: 33px 20px;
    position: absolute;
    top: 0;
    transition: top 0.3s linear 0s;
    width: 100%;
}
.team-profile .profile-name, .team-profile-2 .profile-name {
    margin: 0;
}
.team-profile .profile-spec {
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-top: 5px;
    text-transform: uppercase;
}
.team-profile-2 .profile-spec {
    color: #313131;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-top: 5px;
    text-transform: uppercase;
}
.team-social {
    display: none;
    margin-top: 20px;
}
.team-social .fa {
    background-color: #868686;
    border-radius: 50%;
    color: #4a4848;
    font-size: 15px;
    height: 27px;
    line-height: 25px;
    margin: 0 7px;
    width: 27px;
}
.team-social .fa:hover {
    background-color: #FE6A3F;
}
.team-profile .team-spec {
    display: none;
}
.team-profile-2 .team-social .fa {
    color: #313131;
    margin: 0 5px;
}
.team-3 .team-profile-2 .team-social .fa {
    background-color: #fff;
    border-color: #fff;
}
.team-3 .team-profile-2 .team-social .fa:hover {
    background-color: transparent;
    color: #fff;
}
.team-profile:hover figcaption {
    background-color: rgba(49, 49, 49, 0.8);
    border-color: transparent;
    color: #fff;
    height: 100%;
}
.team-profile-2:hover figcaption * {
    color: #fff;
}
.team-profile-2:hover .image-holder::after {
    background-color: rgba(49, 49, 49, 0.5);
}
.image-holder-gradient::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(250, 73, 81, 0.8) 0%, rgba(254, 191, 40, 0.8) 100%) repeat scroll 0 0;
    opacity: 0;
    transition: top 0.3s linear 0s;
}
.team-profile-2:hover .image-holder-gradient::after {
    opacity: 1;
}
.team-profile-2:hover .profile-info {
    background-color: #313131;
    top: -40px;
}
.team-profile:hover .profile-name {
    color: #fff;
}
.team-profile:hover .team-social, .team-profile-2:hover .team-social {
    display: inline-block;
}
.get-start {
    background: rgba(0, 0, 0, 0) url("../img/bg/getstart.jpg") no-repeat scroll 50% center / cover ;
    padding: 15% 0;
}
.get-start.masked::before {
    background: rgba(44, 44, 44, 0.8) none repeat scroll 0 0;
}
.promo-title {
    font-size: 40px;
    letter-spacing: 0.04em;
    line-height: 1.1;
    text-transform: uppercase;
}
.promo-subtitle {
    font-size: 20px;
    font-weight: 300;
    margin-top: 30px;
}
.get-start .inline-buttons {
    margin-top: 50px;
}
.col-spec .spec-title {
    margin-bottom: 0;
}
.col-spec .spec-type {
    color: #707070;
    font-size: 14px;
    margin-top: 8px;
}
/*.chart {
    position: relative;
}
.chart-icon {
    background-color: #313131;
    border-radius: 50%;
    color: #fff;
    height: 68px;
    left: 50%;
    line-height: 68px;
    margin: -40px 0 0 -34px;
    position: absolute;
    top: 50%;
    width: 68px;
}
.chart-icon .fa {
    font-size: 24px;
    left: 0;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 100%;
}*/
.price-table {
    background-color: #fff;
    border: 1px solid #e4e4e4;
}
.price-header {
    padding: 38px 20px 33px;
}
.price-title {
    margin: 0;
}
.price-type {
    color: #888888;
    font-size: 14px;
    margin-top: 5px;
}
.price {
    background-color: #313131;
    color: #fff;
    margin: 0 -1px;
    padding: 34px 20px 28px;
}
.price-amount {
    font-family: "Montserrat",sans-serif;
    font-size: 48px;
    line-height: 1;
}
.price-amount sub {
    bottom: 0;
    font-size: 14px;
}
.price-body {
    color: #636363;
    padding: 32px 17px 40px;
}
.price-features {
    margin: 0;
}
.price-features li {
    border-top: 1px solid #e8e8e8;
    margin: 0;
    padding: 10px 0;
}
.price-features li:first-child {
    border: 0 none;
    padding-top: 0;
}
.price-features li:last-child {
    padding-bottom: 0;
}
.price-footer {
    margin-top: 40px;
}
.price-footer .btn {
    max-width: 100%;
}
.leading.col-price .price-table {
    background-color: #313131;
    color: #fff;
}
.leading.col-price .price-title {
    color: #fff;
}
.leading.col-price .price {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(250, 73, 81, 0.8) 0%, rgba(254, 191, 40, 0.8) 100%) repeat scroll 0 0;
}
.leading.col-price .price-body {
    color: #d8d8d8;
}
.leading.col-price .price-features li {
    border-color: #4a4a4a;
}
.prices-2 {
    background: rgba(0, 0, 0, 0) url("../img/bg/prices2.jpg") no-repeat fixed 50% 0 / cover ;
    color: #fff;
}
.prices-2.masked::before {
    background-color: rgba(44, 44, 44, 0.8);
}
.prices-2 .price-table {
    border: 0 none;
}
.prices-2 .price {
    background-color: #FE6A3F;
    margin: 0;
}
.prices-2 .leading.col-price .price-table {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(254, 191, 40, 1) 0%, rgba(250, 73, 81, 1) 100%) repeat scroll 0 0;
}
.prices-2 .leading.col-price .price-type {
    color: #fff;
}
.prices-2 .leading.col-price .price {
    background: #fff none repeat scroll 0 0;
    color: #2c2c2c;
}
.prices-2 .leading.col-price .price-features li {
    border-color: #ff9f7f;
    color: #fff;
}
.client {
    text-align: center;
}
.client img {
    max-width: 100%;
    opacity: 0.4;
    transition: all 0.3s ease-out 0s;
}
.client img:hover {
    opacity: 1;
}
.video-section, .video-section-2 {
    background: rgba(0, 0, 0, 0) url("../img/bg/video.jpg") no-repeat fixed 50% 0 / cover ;
    color: #fff;
    padding: 16% 0;
}
.video-section-2 {
    background: rgba(0, 0, 0, 0) url("../img/bg/video2.jpg") no-repeat fixed 50% 0 / cover ;
}
.video-section.masked::before {
    background-color: rgba(49, 49, 49, 0.8);
}
.video-section-2.masked::before {
    background-color: rgba(49, 49, 49, 0.6);
}
.video-section h2, .video-section-2 h2 {
    color: #fff;
    font-family: "Hind",sans-serif;
    font-size: 30px;
    letter-spacing: 0.3em;
}
.icon-video-play {
    color: #fff;
    font-size: 48px;
    margin-bottom: 55px;
}
.video-section-entry {
    font-size: 18px;
    font-weight: 300;
    margin-top: 15px;
}
.masthead .bg-post {
    background: rgba(0, 0, 0, 0) url("../images/banner.jpg") no-repeat scroll 50% 0 / cover ;
    color: #fff;
    background-position: 50% 70%;
}
.post {
    background-color: #fdfdfd;
    border: 1px solid #f2f2f2;
    overflow: hidden;
}
.post.text-right .post-like {
    left: 7px;
    right: auto;
}
.post + .post {
    margin-top: 30px;
}
.post-box {
    padding: 0;
}
.post-preview {
    position: relative;
}
.post-preview iframe, .post-preview img {
    border: 0 none;
    display: block;
    width: 100%;
}
.post-preview figcaption {
    background-color: rgba(49, 49, 49, 0.4);
    color: #f7f7f7;
    height: 100%;
    left: 0;
    padding: 50px 50px 0 100px;
    position: absolute;
    top: 0;
    width: 100%;
}
.blockquote-preview {
    border: 0 none;
    font-size: 24px;
    line-height: 36px;
    padding: 0;
    position: relative;
    text-align: right;
}
.blockquote-preview::before {
    content: "“";
    font-size: 72px;
    left: 0;
    line-height: 0;
    position: absolute;
    top: 10px;
}
.blockquote-preview::after {
    bottom: -40px;
    content: "”";
    font-size: 72px;
    line-height: 0;
    position: absolute;
    right: 0;
}
.blockquote-preview .blockquote-author {
    font-size: 14px;
    margin-top: 35px;
}
.post-gallery .owl-prev, .post-gallery .owl-next {
    background-color: #f9f9f9;
    border-radius: 3px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease-out 0s;
    width: 40px;
}
.post-gallery .owl-prev {
    left: 30px;
    text-indent: -1px;
}
.post-gallery .owl-next {
    right: 30px;
    text-indent: 1px;
}
.post-gallery .owl-prev .fa, .post-gallery .owl-next .fa {
    color: #313131;
    font-size: 17px;
    left: 0;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    transition: none 0s ease 0s ;
    width: 100%;
}
.post-gallery .owl-prev:hover, .post-gallery .owl-next:hover {
    background-color: #dea732;
}
.post-gallery .owl-prev:hover .fa, .post-gallery .owl-next:hover .fa {
    color: #fff;
}
.post-like {
    background-color: rgba(49, 49, 49, 0.8);
    border-radius: 3px;
    height: 55px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 7px;
    transition: all 0.3s ease-out 0s;
    width: 55px;
    z-index: 1;
}
.post-like .fa {
    color: #fff;
    display: block;
    font-size: 16px;
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.post-like:hover {
    background-color: #FE6A3F;
}
.post-entry {
    padding: 20px;
}
.post-title, .post-title-details {
    letter-spacing: 0;
    text-transform: none;
}
.post-title-details {
    font-size: 30px;
}
.post-info {
    color: #313131;
    font-size: 11px;
    letter-spacing: 0.1em;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.post-info li {
    display: inline-block;
    margin-right: 13px;
    padding-right: 13px;
    position: relative;
}
.post-info li::after {
    background-color: #959595;
    content: "";
    height: 10px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
}
.post-info li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.post-info li:last-child::after {
    display: none;
}
.post-info li a {
    color: inherit;
}
.post-info li a:hover {
    color: #FE6A3F;
    text-decoration: none;
}
.post-meta {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 35px;
}
.post-meta li {
    display: inline-block;
    margin-right: 50px;
    text-align: center;
}
.post-meta li:last-child {
    margin-right: 0;
}
.post-meta li a {
    color: inherit;
}
.post-meta li a:hover {
    color: #FE6A3F;
    text-decoration: none;
}
.post-meta li .fa {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
    transition: none 0s ease 0s ;
}
.icon-load {
    color: #fc883c;
    display: block;
    font-size: 24px;
    margin-bottom: 30px;
}
.spin-animate {
    animation: 1s linear 0s normal none infinite running spin-animate;
    transition: all 0.5s ease-out 0s;
}
@keyframes spin-animate {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.single-post .post-like {
    left: 7px;
    right: auto;
}
.single-post .post-preview iframe {
}
.single-post .post-title {
    font-size: 30px;
    margin-top: 40px;
}
.single-post .post-info {
    font-size: 12px;
}
.post-content {
    margin-top: 30px;
}
.post-content p {
    margin-top: 30px;
}
.blockquote {
    background-color: #f9f9f9;
    border-left: 2px solid #FE6A3F;
    color: #a8a8a8;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    margin: 40px 0;
    padding: 30px 30px 30px 100px;
    position: relative;
}
.blockquote::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #FE6A3F;
    border-image: none;
    border-style: solid;
    border-width: 3px;
    content: "";
    left: 0;
    position: absolute;
    top: 34px;
}
.blockquote .inner {
    position: relative;
}
.blockquote .inner::before {
    content: "“";
    font-size: 80px;
    margin-right: 15px;
    position: absolute;
    right: 100%;
    top: 25px;
}
.blockquote-author {
    font-size: 16px;
    margin-top: 5px;
}
.paragraph {
    background-color: #FE6A3F;
    color: #fff;
    float: left;
    font-size: 50px;
    font-weight: 300;
    height: 56px;
    line-height: 1;
    margin: 10px 32px 20px 16px;
    padding-top: 6px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 33px;
}
.paragraph::before {
    border-bottom: 28px solid transparent;
    border-right: 16px solid #FE6A3F;
    border-top: 28px solid transparent;
    content: "";
    height: 0;
    left: -16px;
    position: absolute;
    top: 0;
    width: 0;
}
.paragraph::after {
    border-bottom: 28px solid transparent;
    border-left: 16px solid #FE6A3F;
    border-top: 28px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -16px;
    top: 0;
    width: 0;
}
.tags-panel {
    border: 1px solid #e9e9e9;
    margin-top: 65px;
    padding: 13px 20px 12px 75px;
    position: relative;
}
.tag-icon {
    background-color: #c0c0c0;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}
.tag-icon .fa {
    font-size: 16px;
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.tags-panel a {
    color: inherit;
}
.tags-panel a:hover {
    color: #FE6A3F;
    text-decoration: none;
}
.primary-section {
    margin-top: 65px;
}
.col-post figure img {
    width: 100%;
}
.col-post figure figcaption {
    overflow: hidden;
}
.link-overlay a {
    display: block;
    position: relative;
}
.link-overlay a::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.link-overlay a .fa {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    height: 40px;
    left: 50%;
    line-height: 36px;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 1;
}
.link-overlay a:hover::after {
    background-color: rgba(49, 49, 49, 0.8);
}
.link-overlay a:hover .fa {
    opacity: 1;
}
.col-post h3 {
    margin: 25px 0 10px;
}
.col-post-meta {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e9e9e9;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    font-size: 12px;
    margin: 18px 0 0;
    overflow: hidden;
    padding: 11px 0 7px;
}
.col-post-meta li {
    float: left;
    margin: 0 23px 0 0;
}
.col-post-meta li:last-child {
    margin-right: 0;
}
.col-post-meta li a {
    color: #a9a8a8;
}
.col-post-meta li a:hover {
    color: #FE6A3F;
    text-decoration: none;
}
.col-post-meta li .fa {
    font-size: 12px;
    margin-right: 2px;
}
.col-post .btn {
    float: right;
    margin-top: 20px;
}
.comments > .row-comment:first-child {
    padding-top: 0;
}
.row-comment {
    border-bottom: 1px solid #e8e8e8;
    padding: 30px 0;
}
.row-comment::after {
    clear: both;
    content: " ";
    display: table;
}
.comment {
    position: relative;
}
.comment .line {
    background-color: #e4e4e4;
    bottom: 0;
    left: 40px;
    position: absolute;
    top: 80px;
    width: 1px;
}
.comment .line .circle {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    height: 28px;
    left: 50%;
    margin-left: -14px;
    position: absolute;
    top: 6px;
    width: 28px;
}
.comment .line .circle::before {
    border: 5px solid #e4e4e4;
    border-radius: 50%;
    content: "";
    display: block;
    height: 14px;
    margin: 6px;
    width: 14px;
}
.comment .line .circle-left {
    display: none;
    left: -80px;
    top: -56px;
}
.comment .comment {
    margin-left: 80px;
    margin-top: 60px;
}
.comment .comment .line .circle-left {
    display: block;
}
.comment > .comment .line .circle-left::before {
    border-color: #fa4951;
}
.comment > .comment > .comment .circle-left::before {
    border-color: #FE6A3F;
}
.comment > .comment > .comment:last-child .line {
    background-color: transparent;
}
.comment > .comment > .comment:last-child .circle-bottom {
    display: none;
}
.comment-avatar {
    float: left;
    margin-right: 20px;
    position: relative;
}
.comment-avatar img {
    border-radius: 50%;
}
.comment-content {
    overflow: hidden;
}
.comment-title h3 {
    display: inline-block;
    margin: 0 6px 0 0;
}
.comment-time {
    color: #b5b5b5;
    font-size: 12px;
    text-transform: uppercase;
}
.comment-time::before {
    content: "·";
    display: inline-block;
    font-size: 14px;
    margin-right: 8px;
}
.comment-cntrls {
    font-size: 14px;
    margin: 8px 0 0;
    overflow: hidden;
}
.comment-cntrls li {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}
.comment-cntrls li::after {
    color: #cfcfcf;
    content: "·";
    position: absolute;
    right: 0;
    top: 1px;
}
.comment-cntrls li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.comment-cntrls li:last-child::after {
    display: none;
}
.comment-cntrls li a {
    color: #b5b5b5;
}
.comment-cntrls li a:hover {
    color: #FE6A3F;
    text-decoration: none;
}
.comment-cntrls .fa {
    font-size: 14px;
    margin-right: 2px;
}
.secondary {
    margin-top: 60px;
}
.secondary .inner {
    padding: 30px 30px 60px;
}
.widget {
    
    margin-bottom: 60px;
}
.widget:last-child {
    margin-bottom: 0;
}
.widget-title {
    font-size: 14px;
    margin-bottom: 28px;
    position: relative;
    text-transform: uppercase;
}
.widget-title::after {
    /*border-top: 2px solid #FE6A3F;*/
    content: "";
    display: block;
    margin-top: 9px;
    width: 70px;
}
.widget-list {
    margin: 0;
}
.widget-list li {
    border-top: 1px solid #cdcdcd;
    margin: 0;
    padding: 20px 0;
}
.widget-list li:first-child {
    border-top: 0 none;
    padding-top: 0;
}
.widget-list li:last-child {
    padding-bottom: 0;
}
.widget-list li a {
    color: #313131;
}
.widget-list li a:hover {
    color: #FE6A3F;
    text-decoration: none;
}
.profile-img {
    border: 1px solid #FE6A3F;
    float: left;
    margin-right: 15px;
    padding: 3px;
}
.profile-header {
    overflow: hidden;
}
.profile-name h3 {
    font-size: 14px;
    margin: 12px 0 4px;
}
.profile-meta {
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    margin-top: 23px;
}
.profile-meta li {
    float: left;
    text-align: center;
}
.profile-meta li a {
    color: inherit;
    display: block;
}
.profile-meta li a:hover {
    color: #FE6A3F;
    text-decoration: none;
}
.profile-meta li .fa {
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
    position: relative;
}
.profile-meta .fa .label-count {
    background-color: #FE6A3F;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 11px;
    height: 16px;
    line-height: 1;
    padding-top: 2px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -7px;
    width: 16px;
}
.profile-edit {
    margin-top: 24px;
}
.recent-widget-img {
    float: left;
    margin-right: 15px;
}
.recent-widget-list .link-overlay a .fa {
    border: 0 none;
}
.recent-widget-content {
    overflow: hidden;
}
.recent-widget-title {
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    margin-top: -7px;
}
.recent-widget-time {
    color: #979797;
    font-size: 12px;
    line-height: 1;
    margin-top: 18px;
}
.recent-widget-time .fa {
    font-size: 12px;
    margin-right: 3px;
    padding-left: 1px;
    position: relative;
}
.widget-gallery-list {
    margin: -2px;
    overflow: hidden;
}
.widget-gallery-list li {
    float: left;
    margin: 0;
    padding: 2px;
}
.widget-gallery-list li img {
    display: block;
    width: 100%;
}
.widget-links-list {
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    line-height: 1.4;
}
.widget-links-list li {
    padding: 16px 0;
}
.widget-links-list .fa {
    color: #888;
    font-size: 9px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}
.widget-links-list a:hover .fa, .widget-links-list .active a, .widget-links-list .active .fa {
    color: #FE6A3F;
}
.contact-section {
    background: rgba(0, 0, 0, 0) url("../img/bg/contact-section.jpg") no-repeat scroll 50% center / cover ;
    color: #fff;
}
.contact-section, .contact-section h2 {
    color: #fff;
}
#map-canvas {
    border: 0 none;
    display: block;
    height: 600px;
    text-align: center;
    width: 100%;
}
.map-info {
    display: inline-block;
    font-size: 14px;
    text-align: left;
}
.map-address {
    margin-top: 22px;
}
.map-title {
    text-align: center;
}
.map-title img {
    max-width: 100%;
}
.map-info .fa {
    float: left;
    font-size: 17px;
    padding-left: 1px;
    width: 27px;
}
.map-info .text {
    display: inline-block;
    line-height: 1.5;
    overflow: hidden;
}
.contact-box {
    background-color: #fff;
    padding: 40px 0 30px;
    text-align: center;
     box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
}
.contact-box:hover {
    box-shadow:  inset 0 0 12px #ccc;
}
.contact-box:hover .fa
{
    color: #080808;
}
.contact-box:hover h3
{
    color: #FE6A3F; 
}
.contact-box:hover .icon-contact
{
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(29, 30, 30, 0.8) 0%, rgba(254, 106, 63, 0.8) 100%) repeat scroll 0 0;
}
.icon-contact {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(254, 106, 63, 0.8) 0%, rgba(29, 30, 30, 0.8) 100%) repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 64px;
    width: 64px;
}
.contact-box h3 {
    margin-top: 20px;
}
.icon-contact .fa {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #FE6A3F;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    margin: 2px;
    position: relative;
    text-align: center;
    width: 60px;
}
.hr-line {
    border-top: 1px solid #bcbcbc;
    margin: 20px auto;
    width: 40px;
}
.contact-2 .form-control {
    background: #fff none repeat scroll 0 0;
    height: 60px;
}
.contact-2 textarea.form-control {
    border-radius: 0;
    height: 200px;
    padding-top: 18px;
}
.contact-2 .form-control-layout .fa {
    top: 22px;
}
.footer h3 {
    color: #989898;
}
.scroll-top {
    background-color: #FE6A3F;
    border-radius: 3px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 55px;
    z-index: 1;
}
.scroll-top .fa {
    color: #fff;
    font-size: 14px;
}
.bottom-widget-title {
    color: #fff;
    font-size: 21px;
    margin-bottom: 30px;
}
.bottom-post-list > li {
    margin-bottom: 40px;
}
.bottom-post-list > li li:last-child {
    margin-bottom: 0;
}
.bottom-post-img {
    float: left;
    margin-right: 25px;
}
.bottom-post-list h3 {
    font-size: 16px;
    margin: -2px 0 13px;
}
.bottom-post-list h3 a {
    color: inherit;
}
.bottom-post-list h3 a:hover {
    color: #FE6A3F;
    text-decoration: none;
}
.bottom-post-meta {
    color: #727272;
    font-size: 10px;
    text-transform: uppercase;
}
.bottom-post-meta li {
    float: left;
    margin-right: 12px;
    padding-right: 12px;
    position: relative;
}
.bottom-post-meta li a {
    color: inherit;
}
.bottom-post-meta li a:hover {
    color: #FE6A3F;
    text-decoration: none;
}
.bottom-post-meta li::after {
    background-color: #727272;
    content: "";
    height: 9px;
    position: absolute;
    right: 0;
    top: 4px;
    width: 1px;
}
.bottom-post-meta li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.bottom-post-meta li:last-child::after {
    display: none;
}
.bottom-gallery-list {
    margin: -20px 0 0 -20px;
    overflow: hidden;
}
.bottom-gallery-list li {
    float: left;
    margin: 0;
    padding: 20px 0 0 20px;
}
.bottom-gallery-list li a {
    display: block;
    position: relative;
}
.bottom-gallery-list li img {
    display: block;
    max-width: 100%;
}
.widget-gallery-control {
    margin-top: 20px;
}
.more {
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.more .fa, .more span {
    display: inline-block;
    vertical-align: middle;
}
.more .fa {
    font-size: 13px;
    position: relative;
    top: 1px;
}
.more:hover {
    text-decoration: none;
}
.bottom-widget-text .text-content {
    margin-top: 15px;
}
.bottom-widget-text .text-content p {
    margin-top: 20px;
}
.social-round a, .social-round-2 a {
    border: 1px solid #7d7d7d;
    border-radius: 50%;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}
.social-round a:hover {
    background-color: #FE6A3F;
    border-color: #FE6A3F;
    color: #fff;
}
.social-round-2 a {
    border: 3px solid #dfdfdf;
    line-height: 25px;
}
.social-round-2 a:hover {
    border-color: #FE6A3F;
}
.bottom-widget-text .social {
    border-top: 1px solid #4c4c4c;
    margin-top: 25px;
    padding-top: 30px;
}
.footer-bottom {
    background:#080808;
    padding: 2px 0 5px;
}
.footer-bottom a {
    color: #bcbcbc;
}
.footer-bottom a:hover {
    color: #FE6A3F;
    text-decoration: none;
}
.navbar-bottom {
    border-top: 1px solid #4c4c4c;
    color: #b0afaf;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    margin-top: 25px;
    padding-top: 25px;
    text-transform: uppercase;
}
.navbar-bottom li {
    float: left;
    margin-right: 40px;
    margin-top: 10px;
}
.navbar-bottom li:last-child {
    margin-right: 0;
}
@media screen and (max-width: 1190px) and (min-width: 992px) {
   .text1
   {
    height: 70px;
   }
}
@media screen and (max-width: 1190px) and (min-width: 768px) {
   .text1
   {
    height: 70px;
   }
   .contact-box
   {
        height: 300px;
   }
}
@media (min-width: 768px) {
h1, .h1 {
    font-size: 48px;
}

.top-panel .address {
    float: left;
}
.address1 a
{
    color: #9e9e9e;
}
.address1 a:hover
{
    color: #FD3E06;
}
.top-panel .address1 {
    float: right;
}
.top-panel .social {
    float: right;
    margin-top: 0;
}
.brand {
    margin-left: 0;
}
.masthead-entry {
    padding: 185px 0;
}
.masthead-entry-img {
    margin-bottom: -185px;
}
.masthead-entry-2 {
    padding: 230px 0;
}
.title-border h1 {
    font-size: 66px;
}
.masthead-entry-3 h1 {
    font-size: 90px;
    line-height: 1;
}
.page-subtitle {
    font-size: 36px;
}
.masthead-inner h1 {
    font-size: 35px;
}
.slideshow .owl-prev, .slideshow .owl-next {
    display: block;
}
.grid-sizer, .col-showcase {
    width: 33.3333%;
}
.col-showcase.w2 {
    width: 66.6667%;
}
.fixed-columns .grid-sizer, .fixed-columns .col-showcase {
    width: 100%;
}
.fixed-columns .w2 {
    width: 100%;
}
.iso2 .grid-sizer, .iso2 .col-showcase {
    width: 50%;
}
.post-entry {
    padding: 40px;
}
.promo-title {
    font-size: 80px;
}
}
@media (min-width: 992px) {

.masthead-entry-2 {
    padding: 300px 0;
}
.services .col-advantage:nth-child(2) .inner {
    border-top: 0 none;
    padding-top: 0;
}
.grid-sizer, .col-showcase {
    width: 25%;
}
.col-showcase.w2 {
    width: 50%;
}
.fixed-columns .grid-sizer, .fixed-columns .col-showcase, .iso2 .grid-sizer, .iso2 .col-showcase {
    width: 33.3333%;
}
.fixed-columns .w2 {
    width: 66.6667%;
}
.col-statistic .inner::before {
    display: block;
}
.post-entry {
    padding: 40px 60px;
}
.post.even .post-entry {
    text-align: right;
}
.post.even .post-like {
    left: 7px;
    right: auto;
}
.secondary {
    margin-top: 0;
}
.widget-gallery-list li {
    width: 50%;
}
.navbar-bottom {
    border-top: 0 none;
    float: right;
    margin-top: -7px;
    padding-top: 0;
}
}
@media (min-width: 1200px) {
.navbar-nav li a {
    padding: 0;
}
.navbar-nav li a:hover, .navbar-nav li a:focus, .navbar-nav .active > a, .navbar-nav .active > a:hover {
    background-color: transparent;
    color: #ED4403;
}
.navbar-nav > li {
    border-bottom: 0 none;
    margin-left: 32px;
    padding: 35px 0;
}
.navbar-nav > .active::after {
    left: 50%;
    margin-left: -7px;
}
.navbar-2 .navbar-nav > li {
    padding-top: 0;
}
.navbar-2 .navbar-nav > li::after {
    display: none;
}
.navbar-2 .navbar-nav > li::before {
    border-top: 2px solid #fff;
    content: "";
    left: 0;
    position: absolute;
    top: 27px;
    transition: all 0.3s ease-in-out 0s;
    width: 0;
}
.navbar-2 .navbar-nav > li:hover::before, .navbar-2 .navbar-nav > li:focus::before, .navbar-2 .navbar-nav > .active::before {
    width: 100%;
}
.navbar-2.affix .navbar-nav > li::before {
    border-top-color: #FE6A3F;
}
.services .col-advantage:nth-child(3) .inner {
    border-top: 0 none;
    padding-top: 0;
}
.col-feature-img img {
    float: right;
    max-width: none;
}
.col-about-product {
    margin-top: 20px;
}
.about_details p
{
    margin-top: 0;
    margin-bottom: 10px;
}
.col-product-img
{
   margin-top: 20px; 
}
.col-product-img img {
    max-width: none;
    
}
.grid-sizer, .col-showcase {
    width: 20%;
}
.col-showcase.w2 {
    width: 40%;
}
.columns-3 .grid-sizer, .columns-3 .col-showcase {
    width: 25%;
}
.columns-3 .w2 {
    width: 50%;
}
.fixed-columns .grid-sizer, .fixed-columns .col-showcase, .iso2 .grid-sizer, .iso2 .col-showcase {
    width: 33.3333%;
}
.fixed-columns .w2 {
    width: 66.6667%;
}
.bottom-widget-title {
    margin-bottom: 55px;
}
.bottom-gallery-list li {
    width: 33.333%;
}
}
@media (max-width: 991px) {
.col-feature-img2 {
    margin-bottom: 100px;
}
.chart-progress
    {
        margin-bottom: 25px !important;
    }
}
@media (max-width: 767px) {
.comment .comment .comment {
    display: none;
}
h1, .h1
{
    font-size: 25px;
}
.pro_details
{
    margin-top: 20px;
}
.address1 a
{
 color: #9e9e9e;
}
}
@media (max-width: 600px) {
.inline-buttons .btn {
    display: block;
    margin-left: 0;
    margin-right: 0;
}
}
@media (max-width: 461px) {
.setimage {
    width: 80%;
}
}


.loader-brand img
{
    -webkit-animation: spin 4s linear infinite; /* Chrome, Safari 5 */
       -moz-animation: spin 4s linear infinite; /* Firefox 5-15 */
         -o-animation: spin 4s linear infinite; /* Opera 12+ */
            animation: spin 4s linear infinite; /* Chrome, Firefox 16+, 
                                                      IE 10+, Safari 5 */
}
@-webkit-keyframes spin{
    0%{
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    }
    100%{
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    }
}

@-moz-keyframes spin{
    0%{
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    }
    100%{
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    }
}

@-o-keyframes spin{
    0%{
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    }
    100%{
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    }
}

@-ms-keyframes spin{
    0%{
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    }
    100%{
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    }
}

.mt-30
{
    margin-top: 30px;
}

.testimonials-section .fact-counter {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin: 0 -15px;
    padding: 50px 0;
}
.testimonials-section .counter-outer {
    padding-left: 38%;
}
.testimonials-section .counter-column {
    margin-bottom: 50px;
}
.testimonials-section .counter-outer li {
    display: inline-block;
    vertical-align: middle;
}
.testimonials-section .counter-outer li i::before {
    color: #ffffff;
    font-size: 28px;
}
.testimonials-section .counter-outer .count-outer {
    color: #fe9900;
   
    font-size: 32px;
    font-weight: 700;
    margin-left: 35px;
}

.testimonials-section .counter-outer .count-outer {
    color: #fe9900;
    
    font-size: 32px;
    font-weight: 700;
}
.testimonials-section .counter-title {
    color: #ffffff;
    
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    margin-left: 35px;
}
.testimonials-section .testimonials-carousel {
    background: #f4f4f4 none repeat scroll 0 0;
    margin: 0 -15px;
    padding: 130px 155px;
}
.testimonials-section .testimonials-carousel {
    padding: 80px  ;
}


.supplier li
{
    padding-left: 25px;
    position: relative;
}
.supplier li i
{
    position: absolute;
    left: 0;
    top:5px;
    font-size: 17px;
}
.img-responsive
{
    width: 100%;
}

.pb-20 {
    padding-bottom: 20px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.widget {
    margin-bottom: 40px;
}
.mt-20 {
    margin-top: 20px !important;
}
.widget ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.pl-10 {
    padding-left: 10px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.text-gray {
    color: #808080 !important;
}
.footer a {
    color: #808080;
}
.widget .styled-icons li {
    margin-bottom: 0;
    padding-bottom: 0;
}
.styled-icons li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}
.widget .styled-icons li a {
    margin-bottom: 0;
}
.icon-theme-colored2.icon-dark a {
    background-color: #76b947;
    color: #fff;
}
#footer
{
    font-size: 15px;
}
.styled-icons.icon-sm a {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 2px 7px 2px 0;
    width: 30px;
}
.styled-icons.icon-circled a {
    border-radius: 50%;
}
.styled-icons.icon-dark a {
    background-color: #333333;
    color: #eeeeee;
    display: block;
    font-size: 16px;
    height: 34px;
    line-height: 36px;
    width: 34px;
}
.widget .styled-icons li a {
    margin-bottom: 0;
}
.icon-theme-colored2.icon-dark a {
    background-color: #FE6A3F;
    color: #fff;
}
.icon-theme-colored2.icon-dark a {
    background-color: #FE6A3F;
    color: #fff;
}
.styled-icons.icon-circled a {
    border-radius: 50%;
}
.widget .widget-title::after, .contact-info-box i {
    background: #FE6A3F none repeat scroll 0 0;
}
.line-bottom-theme-colored2::after {
    border-radius: 10px;
    bottom: -1px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 50px;
}
.footer .widget .widget-title {
    margin-top: 0;
}
.widget.dark .widget-title {
    color: #fff;
}
.widget .widget-title {
    
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}

.line-bottom-theme-colored2 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}
.footer-link li::before {
    content: "";
    display: inline-block;
    font-family: fontawesome;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: -1px;
}
.widget ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.footer-link li {
    padding-left: 12px;
    position: relative;
}
.footer a {
    color: #808080;
}
.dark .list-border li {
    border-bottom: 1px dashed #333333;
}
.widget .list-border li {
    margin-bottom: 0;
    padding: 10px 0;
}
.opening-hours ul li {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
.opening-hours ul li {
    padding-bottom: 10px !important;
}
.styled-icons a {
    color: #333333;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}
.footer-link a:hover
{
    text-decoration: none;
    color: #FE6A3F;
}
.footer-link li:hover {
    content: "";
     color: #FE6A3F;
}
.dieshop li
{
    padding-left: 20px;
    position: relative;
}
.dieshop li i
{
    position: absolute;
    left: 0;
    top:4px;
}
.footerlinks
{
    margin-top: 10px;
}
.section-bg-img {
    background-attachment: fixed;
    background-image: url("../images/section-bg.jpg");
    background-position: 0 50%;
    background-repeat: repeat;
    background-size: cover;
    color: #ffffff;
    margin: 0;
    padding: 50px 0;
}
.section-bg-color {
    background: rgba(107, 107, 107, 0.6) none repeat scroll 0 0;
    padding: 50px 0;
}
.chart-progress::before {
    border: 1px solid #fff;
    border-radius: 0 40px;
    bottom: 0;
    content: "";
    height: 65%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.chart-progress {
    margin-bottom: 0;
}
.chart-progress {
    padding: 0 15px 15px;
    position: relative;
}
.section-bg-img {
    color: #ffffff;
}
.circle-item {
    text-align: center;
}
.chart-percent {
    font-size: 32px;
    font-weight: 400;
    left: 0;
    position: absolute;
    right: 0;
    top: 29px;
    z-index: 3;
}
.chart-percent {
    font-size: 32px;
    font-weight: 400;
}
.circle-item canvas {
    background: #2e2f31 none repeat scroll 0 0;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}
.circle-item h3 {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
    font-family: "lato";
}


.footer {
    background: #000000 url("../images/banner.jpg") repeat fixed 0 50% / cover ;
    
    
}
.section-bg-footer {
    background-color: rgba(0, 0, 0, 0.88);  
}







.switem {
    position: relative;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 5px;
}
.switem img {
    width: 100%;
}

.swhoverbox {
    display: block;
    height: 100%;
    margin: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 9;
}

.switem a::before, .switem a::after {
    z-index: 1;
}
.switem a .swhoverbox::before, .switem a .swhoverbox::after {
    z-index: -1;
}
.switem a::before, .switem a::after, .switem a .swhoverbox::before, .switem a .swhoverbox::after {
    background-color: rgba(24,26,26,0.8);
    box-sizing: border-box;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transition: all 0.35s ease 0s;
    width: 26%;
}
.switem a::before {
    left: 0;
    transition-delay: 0s;
}
.switem a::after {
    left: 25%;
    transition-delay: 0.105s;
}
.switem a .swhoverbox::before {
    left: 50%;
    transition-delay: 0.21s;
}
.switem a .swhoverbox::after {
    left: 75%;
    transition-delay: 0.35s;
}
.switem a:hover::before {
    opacity: 1;
    transform: scale(1);
}
.switem a:hover::after {
    opacity: 1;
    transform: scale(1);
}
.switem a:hover .swhoverbox::before {
    opacity: 1;
    transform: scale(1);
}
.switem a:hover .swhoverbox::after {
    opacity: 1;
    transform: scale(1);
}
.projinrtext {
    margin-bottom: 0;
    margin-top: 60%;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.4s ease 0s;
}
.swhoverbox h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.swhoverbox p {
    color: #fff;
}
.sowbox {
    clear: both;
}
.switem a:hover .projinrtext {
    margin-top: 30%;
    opacity: 1;
}
.mytext
{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: rgb(254,106,63);
    margin-bottom: 20px;
}
.product_img
{
    box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.4);
}

.widget-title1::after {
    border-top: 2px solid #FE6A3F;
    content: "";
    display: block;
    margin-top: 9px;
    width: 70px;
}
.widget-title1 {
    font-size: 14px;
    margin-bottom: 28px;
    position: relative;
    text-transform: uppercase;
}

.quality li
{
    padding-left: 20px;
    position: relative;
    margin-bottom: 4px;
}
.quality li i
{
    position: absolute;
    left: 0;
    top:9px;
    font-size: 12px;
}


.whychoose-box {
    margin-bottom: 40px;
}
.why-choose-us .icon-box::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ededed none repeat scroll 0 0;
    border-color: -moz-use-text-color #e4e4e4;
    border-image: none;
    border-style: none solid;
    border-width: 0 0.1px;
    content: "";
    height: 55px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 100%;
    width: 4px;
}
.why-choose-us li:last-child .icon-box::after {
    display: none;
}
.why-choose-us .icon-box {
    display: table-cell;
    float: none;
    margin: 0;
    padding: 5px 0 0;
    position: relative;
    vertical-align: top;
}
.why-choose-us .top-box {
   
    border: 3px solid #fff;
    
    box-shadow: 0 0 4px 4px #eee;
   
    font-size: 17px;
    font-weight: bold;
    height: 50px;
   
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 300px;
}
.whychoose-box:hover .top-box {
    background: #333 none repeat scroll 0 0;
}
.why-choose-us .text-box {
    display: table-cell;
    float: none;
    padding-left: 22px;
    vertical-align: top;
    width: 88%;
}
.why-choose-us .text-box h3 {
    color: #333333;
    font-size: 20px;
    line-height: 24px;
}
.why-choose-us .text-box p {
    color: #666;
    margin: 14px 0 0;
}
.maplink
{
    text-align: right;
    text-decoration: underline;
    color: #FE6A3F !important;
}
.maplink:hover
{
    text-decoration: underline;
    
}
.setadd
{
    text-align: justify;
}
.setadd a
{
    text-align: right;
    float: right;
}


.team-box {
    background: #f4f4f4 none repeat scroll 0 0;
    
    margin-bottom: 10px;
    text-align: center;
    
}
.team-head img {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.team-box h3 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    padding-top: 15px;
    text-transform: uppercase;
}
.team-box b {
    color: #fdad00;
    display: block;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
}
.team-box:hover .social1 {
    top: 0;
}
.team-head {
    overflow: hidden;
    padding: 0;
    position: relative;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) ;
}
.team-content {
    background: #fff none repeat scroll 0 0;
    padding: 0 20px 10px;
    text-align: left;
}
.team-box .social1 > ul {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.team-box .social1 {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 100%;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.team-box .social1 ul {
    list-style: outside none none;
    padding: 0;
    text-align: center;
}
.team-box .social1 ul li {
    display: inline-block;
    margin-right: 8px;
}
.team-box .social1 ul li:last-child {
    margin-right: 0;
}
.team-box .social1 span {
    background: #fdc900 none repeat scroll 0 0;
    border-radius: 50%;
    color: #333;
    font-size: 16px;
    height: 35px;
    padding: 10px;
    width: 35px;
}
.team-box .facebook-icon:hover span {
    background: #3b5998 none repeat scroll 0 0;
    color: #fff;
}
.team-box .twitter-icon:hover span {
    background: #55acee none repeat scroll 0 0;
    color: #fff;
}
.team-box .linkedin-icon:hover span {
    background: #0976b4 none repeat scroll 0 0;
    color: #fff;
}
.team-box .dribbble-icon:hover span {
    background: #ea4c89 none repeat scroll 0 0;
    color: #fff;
}

.single-blog-post .content-box {
    border: 1px solid #eee;
    padding: 30px 20px;
}
.single-blog-post .img-box {
    
    position: relative;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) ;
}
.single-blog-post .img-box img {
    width: 100%;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.single-blog-post .img-box .overlay {
    background: rgba(33, 33, 33, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
.single-blog-post:hover .img-box .overlay {
    transform: scale(1);
}
.single-blog-post .img-box .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.single-blog-post .img-box .overlay .box .content {
    display: table-cell;
    vertical-align: middle;
}
.single-blog-post .img-box .overlay .box .content ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.single-blog-post .img-box .overlay .box .content ul li {
    display: inline-block;
    list-style: outside none none;
}
.single-blog-post .img-box .overlay .box .content ul li a {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 50%;
    color: #333;
    display: inline-block;
    font-size: 18px;    
    height: 40px;
    line-height: 38px;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.single-blog-post .img-box .overlay .box .content ul li a:hover {
    background: #FE6A3F none repeat scroll 0 0;
    border-color: #fff;
    color: #fff;
}


.contact-box a
{
    color: #777777;
}
.contact-box a:hover
{
    color: #FE6A3F;
}
.footer,.footer a
{
    color: #9e9e9e;
}

.mr-10
{
    margin-right: 10px;
}

.modal-footer button
{
    background: #FE6A3F;
    padding: 10px 20px;
    height: auto;
    color: #fff;
}
.modal-footer button:hover
{
    background: #080808;
    color: #fff;

}
.modal-title
{
    color: #313131;
    font-size: 18px;
    text-align: center;
}
.pro_details h4
{
    margin-top: 10px;
    margin-bottom: 5px;
    color: #FE6A3F;
}
.pro_details h3
{
    margin-top: 0;
    color: #FE6A3F;
    margin-bottom: 5px;
}
.footerlinks li:hover a , .footerlinks li:hover i
{
    color: #FD6A3F;
}