/*** 

====================================================================
    Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

====================================================================
    Global Settings
====================================================================

 ***/

body {
    font-size: 14px;
    color: #000;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Lato-Black', 'Lato-Bold', 'Lato-Hairline', 'Lato-Light', 'Lato-Regular',sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #00b108;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 700;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Lato',sans-serif ;
}

h1{
  font-size:6rem;
}
h2{
  font-size:5rem;
}
h3{
  font-size:4rem;
}
h4{
  font-size:3rem;
}
h5{
  font-size:2rem;
}
h6{
  font-size:1rem;
}

input,
button,
select,
textarea {
    font-family: 'Lato',sans-serif ;
}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    line-height: 1.8em;
    margin: 0;
    font-family: 'Lato',sans-serif ;
}
.text {
    font-size: 1.5rem;
    line-height: 26px;
    color: #000;
    text-align: justify;
} 
.text-center {
    text-align: center !important;
}

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Lato',sans-serif
}

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

/*List Style One*/

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #777777;
}

.list-style-one li:before {
    position: absolute;
    content: '\f105';
    left: 0px;
    top: 0px;
    color: #f7c02d;
    font-size: 16px;
    font-family: 'FontAwesome';
}

/*List Style Two*/

.list-style-two {
    position: relative;
}

.list-style-two li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding-left: 70px;
    margin-bottom: 40px;
    color: #777777;
}

.list-style-two li .icon {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 40px;
    color: #f7c02d;
    font-size: 42px;
    line-height: 1em;
    text-align: center;
}

.list-style-two li strong {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    display: block;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    padding: 15px 50px;
    font-weight: 700;
    background: #00b108;
    border-radius: 3px;
    text-transform: capitalize;
}

.btn-style-one:hover {
    color: #fff;
    background-color: #29d0f9;
}

/*Btn Style Two*/

.btn-style-two {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #303030;
    padding: 15px 50px;
    font-weight: 700;
    background: #ffffff;
    border-radius: 3px;
    text-transform: capitalize;
}

.btn-style-two:hover {
    color: #ffffff;
    background: #303030;
}

/*Btn Style Three*/

.btn-style-three {
    position: relative;
    padding: 6px 21px;
    line-height: 24px;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    background: #f7c02d;
    border-radius: 5px;
    border: 2px solid #f7c02d;
    text-transform: capitalize;
}

.btn-style-three:hover {
    color: #ffffff;
    background: #333333;
    border-color: #333333;
}

/*Btn Style Four*/

.btn-style-four {
    position: relative;
    line-height: 24px;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 16px;
    background: #f7c02d;
    border-radius: 4px;
}

.btn-style-four:hover {
    background: #333333;
    color: #ffffff;
    border-color: #333333;
}

.theme_color {
    color: #f7c02d;
}

img {
    display: inline-block;
    max-width: 100%;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}

/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #29d0f9;
    overflow: hidden;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #29d0f9;
    background: #303030;
}

/*** 

====================================================================
    Main Header style
====================================================================

***/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    background-color: transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/*=== Header Top ===*/

.main-header .header-top {
    position: relative;
    background-color: #f2f2f2;
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
    padding-left: 300px;
}

.main-header .header-top .top-left ul li,
.main-header .header-top .top-right ul.right-info li {
    position: relative;
    font-size: 15px;
    color: #000;
    line-height: 25px;
    font-weight: 400;
    padding: 15px 0;
    margin-right: 15px;
    padding-right: 15px;
    display: inline-block;
}

.main-header .header-top .top-left ul li:before,
.main-header .header-top .top-right ul.right-info li:before {
    position: absolute;
    right: -2px;
    top: 18px;
    height: 20px;
    border-right: 1px solid #d8d8d8;
    content: "";
}

.main-header .header-top .top-left ul li:last-child:before,
.main-header .header-top .top-right ul.right-info li:last-child:before {
    display: none;
}

.main-header .header-top .top-left ul li:last-child,
.main-header .header-top .top-right ul.right-info li:last-child {
    margin-right: 0px;
    padding-right: 0;
}

.main-header .header-top .top-left ul li a,
.main-header .header-top .top-right ul.right-info li a {
    display: inline-block;
    color: #000;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-top .top-left ul li .icon,
.main-header .header-top .top-right ul.right-info li .icon {
    margin-right: 5px;
    color: #00ab02;
}

.main-header .header-top .top-left ul li a:hover,
.main-header .header-top .top-right ul.right-info li a:hover {
    color: #00b108;
}

.main-header .header-top .social-links {
    position: relative;
}

.main-header .header-top .social-links a {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: #808080;
    font-weight: 400;
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
    z-index: 11;
}

.main-header .header-top .top-right:before {
    position: absolute;
    left: 100%;
    top: 9px;
    height: 47px;
    width: 1000%;
    margin-left: -145px;
    content: "";
    background-color: #ffffff;
    z-index: -1;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
}

.main-header .header-top .top-right .buy-now {
    position: relative;
    float: left;
    padding: 14px 0;
}

.main-header .header-top .top-right .buy-now a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #848484;
    font-weight: 400;
    border: 1px solid #dedede;
    padding: 0 8px;
}

.main-header .header-top .top-right .language {
    float: left;
    margin-left: 65px;
    margin-top: 8px;
}

.main-header .language .dropdown-menu {
    top: 100%;
    right: 0px;
    left: auto;
    width: 170px;
    border-radius: 0px;
    background-color: #222222;
    border: none;
    border-top: 3px solid #f7c02d;
}

.main-header .language>a {
    width: auto !important;
    height: auto !important;
    color: #848484 !important;
    padding: 13px 0px;
    background: none !important;
    text-transform: capitalize;
    display: inline-block;
    border: 0px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.main-header .language>a i {
    margin-left: 10px;
}

.main-header .language>a>.icon {
    font-size: 16px;
    margin-right: 5px;
    color: #f7c02d;
}

.btn.active,
.btn:active {
    box-shadow: none;
}

.main-header .language a:hover {
    background: none;
}

.main-header .language .dropdown-menu>li {
    float: none;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.main-header .language .dropdown-menu>li:last-child {
    border-bottom: none;
}

.main-header .language .dropdown-menu>li>a {
    padding: 10px 15px;
    width: auto;
    height: auto;
    display: block;
    color: #ffffff;
    text-align: left;
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .language .dropdown-menu>li>a:hover {
    color: #ffffff !important;
    background-color: #f7c02d;
}

/*=== header top updated ===*/
.main-header.style-two .header-top {
    background: #FFFFFF;
    /*border: 2px solid #F3F3F3;*/
}

.main-header.style-two .header-top .top-right:before {
    display: none;
}

.main-header.style-two .header-top .right-info {
    float: left;
}

.main-header.style-two .header-top .top-menu li a {
    color: #000;
    font-size: 15px;
}

.main-header.style-two .header-top .top-menu li:before {
    display: none;
}

.main-header.style-two .header-top .top-right .language {
    margin-top: 5px;
}

.main-header.style-two .header-top .top-left ul li {
    margin-right: 10px;
}

/*=== Header Upper ===*/

.main-header .header-upper {
    position: relative;
    z-index: 5;
    background-color: #ffffff;
    /*background:linear-gradient(to right, #ff5e28, #ffff75, #ff5e28)*/
}

.main-header .logo-outer {
    position: relative;
    z-index: 25;
    margin-top: -55px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.main-header .logo {
    position: relative;
    padding: 65px 15px 0 0;
    text-align: center;
}

.main-header .header-upper .logo:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /*background-color: #ffffff;*/
    content: '';
}

.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.main-header .header-upper .upper-right {
    position: relative;
    padding-top: 10px;
}
.main-header .header-upper .upper-right h2{
    font-size: 6rem;
    line-height: 1em;
    font-weight: 400;
    color: #0399f8;
    -webkit-text-stroke: 1px black;
}
.main-header .header-upper .upper-right p{
    font-size: 3rem;
    /*font-weight: bold;*/
    text-align: center;
}
.main-header .info-box {
    position: relative;
    float: left;
    padding-left: 100px;
    margin-left: 30px;
    min-height: 50px;
    border-left: 1px solid #f2f2f2;
}

.main-header .info-box:first-child {
    border-left: 0;
}

.main-header .info-box .icon-box {
    position: absolute;
    left: 30px;
    top: 0px;
    color: #128bd0;
    font-size: 46px;
    line-height: 50px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .info-box li {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    /*text-transform: capitalize;*/
}

.main-header .info-box strong {
    position: relative;
    font-weight: 600;
    color: #000;
}

.main-header .info-box .order-btn {
    position: relative;
    line-height: 24px;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 16px;
    background: #f7c02d;
    border-radius: 3px;
}

.main-header .info-box .order-btn:hover {
    opacity: 0.70;
}

.main-header.style-two .info-box:last-child {
    border-left: 0;
    padding-left: 0;
}

.main-header.style-two .info-box .social-icons a {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #00b108;
    transition: all .4s ease;
    color: #00b108;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}

.main-header.style-two .info-box .social-icons a:hover {
    color: #01c4e4;
}

.main-header.style-two .info-box .social-icons a+a {
    margin-left: 12px;
}

.main-header.style-two .logo-outer {
    -webkit-box-shadow: none;
    box-shadow: none;
    /*border: 1px solid #F3F3F3;*/
    border-top: 0;
    border-bottom: 0;
}


/*=== Header Upper ===*/

.main-header .header-lower {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 5;
    background-color: transparent;
}

.main-header .nav-outer {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.main-menu {
    position: relative;
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    font-family: 'Lato', sans-serif;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    margin-right: 40px;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    opacity: 1;
    padding: 25px 0px 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>a:before {
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 100%;
   /* background-color: #00b108;*/
   background: #e8ff1b;
    z-index: 1;
    content: "";
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.main-menu .navigation>li:hover a:before,
.main-menu .navigation>li.current a:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
    opacity: 1;
    /*color: #00dbff;*/
    /*color: #00ff76;*/
    color: #cfff51;
}

.main-menu .navigation>li:hover>a:after {
    opacity: 1;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    margin-top: 10px;
    width: 260px;
    padding: 0px 25px;
    z-index: 100;
    display: none;
    background: #ffffff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -10px;
    width: 100%;
    height: 10px;
    z-index: 1;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 9px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.main-menu .navigation>li>ul>li:first-child {
    border-top: 0;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: 0;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 5px 0;
    font-weight: bold;
    color: #000;
    text-align: left;
    background-color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
    padding-left: 30px;
    background: #00b108;
    color: #fff;
}

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    left: 10px;
    top: 13px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-family: 'FontAwesome';
    content: "\f178";
    z-index: 6;
    opacity: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover:before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);

}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 260px;
    padding: 0px 25px;
    z-index: 100;
    display: none;
    background: #ffffff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 9px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.main-menu .navigation>li>ul>li>ul>li:first-child {
    border-top: 0;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0;
    font-weight: 500;
    color: #303030;
    text-align: left;
    background-color: #ffffff;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    padding-left: 30px;
    background: #f7c02d;
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li>ul>li.dropdown:hover>ul {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: relative;
    z-index: 12;
    float: right;
}

.main-header .outer-box .link-box {
    position: relative;
    padding: 20px 0;
}

.main-header .outer-box .link-box .theme-btn {
    padding: 10px 30px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

/*Search Box*/

.main-header .nav-outer .search-box {
    position: relative;
    float: left;
}

.main-header .nav-outer .dropdown-outer {
    position: relative;
    left: 0px;
    top: 0px;
    margin-left: 20px;
    padding: 27px 0px 32px;
}

.main-header .nav-outer .dropdown-outer .search-box-btn {
    position: relative;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background: none;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, .20);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .nav-outer .dropdown-outer .search-box-btn:hover {
    color: #2ad5ff;
}


.main-header .nav-outer .dropdown-outer .dropdown-menu {
    top: 83px;
    padding: 0px;
    width: 270px;
    border-radius: 0px;
    border-top: 2px solid #00b108;
}

.main-header .search-panel .form-container {
    padding: 20px 20px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
    display: block;
    width: 100%;
    color: #000000;
    line-height: 24px;
    padding: 9px 50px 9px 15px;
    height: 44px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #00b108;
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #2b2b2b;
    font-size: 14px;
    background: none;
    cursor: pointer;
    line-height: 44px;
}


.main-header.style-two .nav-outer .dropdown-outer {
    padding: 22px 0;
}

.main-header.style-two .main-menu .navigation>li>a {
    padding-top: 22px;
    padding-bottom: 22px;
}

.main-header.style-two .nav-outer {
    border-bottom: 0;
}

.main-header.style-two .header-lower {
    /*background: #181818;*/
   /* background: #a20000;*/
   background: linear-gradient(to right, #0199fe , #1dbb44);
}

.main-header.style-two .outer-box .link-box {
    padding: 14.5px 0;
}

.main-header.style-two .main-menu .navigation>li>a:before {
    height: 6px;
}

.main-header.style-two .nav-outer .dropdown-outer .search-box-btn {
    font-size: 18px;
    border-left: 0;
    padding-left: 0;
}

.main-header.style-two .nav-outer .dropdown-outer .cart-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 34px;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, .20);
}

.main-header.style-two .nav-outer .dropdown-outer .cart-btn i {
    font-size: 23px;
    color: #fff;
}

.main-header.style-two .nav-outer .dropdown-outer .cart-btn .count {
    position: absolute;
    top: -8px;
    right: -13px;
    background: #F7C02D;
    font-size: 14px;
    text-align: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    line-height: 18px;
    display: inline-block;
}

.main-header.style-three .header-top {
    background: #181818;
}

.main-header.style-three .header-top {
    padding: 10px 0 12px 0;
}

.main-header.style-three .header-top p,
.main-header.style-three .header-top ul li {}

.main-header.style-three .header-top p {
    margin-right: 2px;
}

.main-header.style-three .header-top .state {
    display: none;
}

.main-header.style-three .header-top #value1 {
    display: block;
}

.main-header.style-three .header-top .select_state p,
.main-header.style-three .header-top .select_state select,
.main-header.style-three .header-top p,
.main-header.style-three .header-top ul li {
    display: inline-block;
}

.main-header.style-three .header-top ul li i {
    font-size: 16px;
    margin-right: 5px;
}

.main-header.style-three .header-top ul li {
    margin-right: 37px;
    margin-top: 5px;
}

.main-header.style-three .header-top ul li:last-child {
    margin-right: 0;
}

.main-header.style-three #polyglotLanguageSwitcher {
    margin-left: 30px;
}

.main-header.style-three #polyglotLanguageSwitcher span.trigger {
    top: 5px;
}

.main-header.style-three #polyglotLanguageSwitcher span.trigger:before {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    color: #fff;
    top: -2px;
    right: -32px;
}

.main-header.style-three #polyglotLanguageSwitcher a {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.main-header.style-three .logo-outer {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-header.style-three .logo {
    padding: 0;
}

.main-header.style-three .header-upper .upper-right {
    padding: 0;
}

.main-header.style-three .header-lower {
    position: relative;
}

.main-header.style-three .nav-outer {
    background: #181818;
    border-bottom: 0;
    padding-left: 40px;
}

.main-header.style-three .main-menu .navigation>li>a {
    padding: 15.5px 0;
    text-transform: uppercase;
    font-size: 14px;
}

.main-header.style-three .nav-outer .dropdown-outer {
    padding: 17px 0;
}


.main-header.style-three .search-box .qoute-link {}

.main-header.style-three .search-box .qoute-link {
    color: #F7C02D;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    vertical-align: middle;
    transition: all .4s ease;
    border-left: 1px solid #423d3d;
    line-height: 20px;
    padding-left: 20px;
}

.main-header.style-three .search-box .qoute-link i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.main-header.style-three .search-box .qoute-link:hover {
    color: #fff;
}

.main-header.style-three .outer-box .search-box-btn {
    display: inline-block;
    width: 60px;
    height: 61px;
    background: #F7C02D;
    color: #181818;
    font-size: 18px;
    line-height: 61px;
    text-align: center;
    transition: all .4s ease;
}

.main-header.style-three .outer-box .search-box-btn:hover {
    background: #fff;
}

.main-header.style-three .outer-box .cart-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 44px;
}

.main-header.style-three .outer-box .cart-btn i {
    font-size: 23px;
    color: #fff;
}

.main-header.style-three .outer-box .cart-btn .count {
    position: absolute;
    top: -8px;
    right: -13px;
    background: #F7C02D;
    font-size: 14px;
    text-align: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    line-height: 18px;
    display: inline-block;
}

.main-header.style-three .info-box+.info-box {
    margin-left: 40px;
}

.main-header.style-three .info-box {
    border: none;
    margin-left: 0;
    padding-left: 90px;
}

.main-header.style-three .info-box li {
    font-size: 16px;
    font-weight: 600;
}

.main-header.style-three .info-box li strong {
    color: #303030;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.main-header.style-three .info-box .icon-box {
    font-size: 45px;
    left: 0;
    border-right: 1px solid #E3E3E3;
    line-height: 65px;
    padding-right: 20px;
}

.main-header.style-three .header-upper {
    padding: 34px 0;
}

.main-header.style-three .header-top .select_state {
    display: inline-block;
    vertical-align: middle;
}

.main-header.style-three .header-top .info-value {
    display: inline-block;
}

.main-header.style-three .header-top .select_state ul li {
    margin: 0;
    display: block;
}

.main-header.style-three .social,
.main-header.style-three #polyglotLanguageSwitcher {
    display: inline-block;
    vertical-align: middle;
}

.main-header.style-three .social span,
.main-header.style-three .social a {
    display: inline-block;
    vertical-align: middle;
}

.main-header.style-three .social {
    border-right: 1px solid #353535;
    padding-right: 20px;
    margin-right: 20px;
    line-height: 20px;
}

.main-header.style-three .social span {
    color: #fff;
    font-size: 16px;
}

.main-header.style-three .social a {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    transition: all .4s ease;
}

.main-header.style-three .social a:hover {
    color: #F7C02D;
}

.main-header.style-three #polyglotLanguageSwitcher {
    margin-left: 0;
    margin-right: 15px;
}

.main-header.style-three #polyglotLanguageSwitcher a {
    padding-top: 0;
    padding-bottom: 0;
}

.main-header.style-three #polyglotLanguageSwitcher ul.dropdown {
    background: #F7C02D;
    top: 25px;
}

.main-header.style-three #polyglotLanguageSwitcher ul.dropdown li {
    padding-left: 5px;
}

.main-header.style-three #polyglotLanguageSwitcher ul.dropdown a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.main-header.style-three .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 170px;
}

.main-header.style-three .bootstrap-select>.dropdown-toggle {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    background-color: #F7C02D;
    border-radius: 0;
    border: 0;
    color: #303030;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    padding-left: 25px;
    padding-right: 50px;
    outline: none !important;
}

.main-header.style-three .header-top {
    padding: 0;
}

.main-header.style-three .bootstrap-select.btn-group .dropdown-toggle .caret {
    border: 0;
    margin-top: 0px;
    vertical-align: middle;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    right: 20px;
}

.main-header.style-three .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    font-family: 'FontAwesome';
    content: '\f107';
    font-size: 20px;
    color: #303030;
}

.main-header.style-three .bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
}

.main-header.style-three .bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid #eee;
}

.main-header.style-three .bootstrap-select .dropdown-menu>li:first-child>a {
    padding-top: 10px;
}

.main-header.style-three .bootstrap-select .dropdown-menu>li:last-child>a {
    padding-bottom: 10px;
}

.main-header.style-three .bootstrap-select .dropdown-menu>li.selected>a {
    background: #F7C02D;
    color: #fff;
}

.main-header.style-three .bootstrap-select .dropdown-menu>li>a {
    font-size: 14px;
    padding: 9px 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.main-header.style-three .bootstrap-select .dropdown-menu>li>a:hover {
    background: #F7C02D;
    color: #fff;
    cursor: pointer;
}

.main-header.style-three .header-top .info-value {
    margin-left: 50px;
}

.main-header.style-three .header-top .info-value ul li {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

.main-header.style-three .header-top .info-value ul li i {
    font-size: 15px;
    color: #F7C02D;
}

.main-header.style-three .header-top .right-info {
    padding: 14px 0;
}

/*================================
        Sticky Header
==================================*/

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
}

.sticky-header .logo {
    padding: 5px 0px 2px;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    -moz-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    -ms-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    -o-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    box-shadow: 0 0 20px rgba(51, 51, 51, .1);
}

.sticky-header .main-menu .navigation>li.dropdown>ul {
    margin-top: 0;
}

.sticky-header .main-menu .navigation>li {
    margin-left: 5px;
    margin-right: 0;
}

.sticky-header .main-menu .navigation>li>a {
    color: #000;
    padding: 15px 15px !important;
    line-height: 30px;
    font-size: 1.6rem;
    font-weight: bold;
    min-height: 0px;
    background: none;
    border: 0px;
    margin-right: 0px;
    text-transform: capitalize;
}

.sticky-header .main-menu .navigation>li>a:before {
    display: none;
}

.main-header .sticky-header .main-menu .navigation>li:hover>a,
.main-header .sticky-header .main-menu .navigation>li.current>a,
.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a {
    background: #00b108;
    color: #ffffff;
    opacity: 1;
}

/*** 

====================================================================
    Main Slider One
====================================================================

***/

.main-slider {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.main-slider .tp-caption {
    z-index: 5;
}

.main-slider .line {
    position: relative;
    display: inline-block;
    height: 320px;
    width: 2px;
    background-color: #f7c02d;
}

.main-slider .title {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
}

.main-slider h1 {
    font-size: 120px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 1px;
}

.main-slider .text {
    font-size: 18px;
    line-height: 30px;
    color: #f7c02d;
    font-weight: 600;
}

.main-slider .theme-btn {
    margin-right: 20px;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
    display: none !important;
}

#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
    z-index: 99;
}

#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
    vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
    vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block;
}

#minimal-bootstrap-carousel .carousel-control {
    background: none;
    width: 60px;
    height: 60px;
    font-size: 36px;
    line-height: 56px;
    color: #F7C02D;
    background: transparent;
    visibility: visible !important;
    opacity: 1;
    font-weight: normal;
    margin-top: -20px;
    border: 2px solid rgba(255, 255, 255, .3);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    z-index: 99;
    text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-control:hover {
    background: #F7C02D;
    border-color: #F7C02D;
    color: #fff;
}

@media (max-width: 667px) {
    #minimal-bootstrap-carousel .carousel-control {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 25px;
    }
    #minimal-bootstrap-carousel.slider-home-one .carousel-inner .item{
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
   /* display: inline-block;*/
    min-height: 140px!important;
    height: 140px!important;
}
}

#minimal-bootstrap-carousel .carousel-control.left {
    left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
    right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
    opacity: 1;
}

/* processing for fadeing effect styles */
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* fixing slider height */
#minimal-bootstrap-carousel .custom-navigation {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
    margin: 0;
}

#minimal-bootstrap-carousel .custom-navigation,
#minimal-bootstrap-carousel .custom-navigation li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#minimal-bootstrap-carousel .custom-navigation li {
    border: 0;
    border-radius: 0;
    text-indent: 0;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    border-radius: 50%;
}

#minimal-bootstrap-carousel .custom-navigation li+li {
    margin-left: 10px;
}

#minimal-bootstrap-carousel .custom-navigation li.active {
    opacity: 1;
    border-color: #F7C02D;
    background: #F7C02D;
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
    min-height: 730px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    /* background-size: 100%;
    background-position: 50% 50%;*/
    background-position: center center;
    background-size: cover;
    background-color: #181818;
}

#minimal-bootstrap-carousel.slider-home-two .carousel-inner .item {
    min-height: 750px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    /*background-position: center center;
    background-size: cover;*/
    background-size: 100%;
    background-position: 50% 50%;
    background-color: #181818;
}

.main-banner-content {
    animation-delay: .8s;
    border-left: 2px solid #06f110;
    padding-left: 30px;
}

.main-banner-content .title {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #181818;
    font-weight: 400;
    margin: 0;
}

.main-banner-content h1 {
    font-size: 120px;
    color: #181818;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 0px;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.main-banner-content .text {
    font-size: 18px;
    line-height: 30px;
    color: #181818;
    font-weight: 600;
    margin: 0;
    margin-bottom: 36px;
}

.main-banner-content .theme-btn {
    margin-right: 20px;
}

.main-banner-content.light .title {
    color: #fff;
}

.main-banner-content.light h1 {
    color: #fff;
}

.main-banner-content.light .text {
    color: #00dbff;
}

.main-banner-content-two h3 {
    animation-delay: .5s;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.main-banner-content-two h3:before {
    content: '';
    background: #F7C02D;
    width: 70px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.text-center .main-banner-content-two h3:before {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.main-banner-content-two h1 {
    animation-delay: 1s;
    margin: 0;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 72px;
    line-height: 80px;
    text-transform: uppercase;
    margin-top: 25px;
}

.main-banner-content-two p {
    animation-delay: 1.5s;
    margin: 0;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 45px;
}

.main-banner-content-two .theme-btn {
    animation-delay: 2s;
}

.main-banner-content-two .link {
    animation-delay: 2s;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    transition: all .4s ease;
}

.main-banner-content-two .link i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.main-banner-content-two .link:hover {
    color: #F7C02D;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

/*** 

====================================================================
    Page Title
====================================================================

***/

.page-title {
    position: relative;
    padding: 215px 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #4a4a4a;
    background-position: center;
}

.page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(32, 32, 32, 0.46);
    /*background: linear-gradient(to bottom, rgba(24, 24, 24, 1), rgba(24, 24, 24, .80), rgba(24, 24, 24, .50));*/
}

.page-title h1 {
    position: relative;
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 700;
    color: #00dbff;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
    text-align: center;
    margin-bottom: 70px;
}

.page-breadcrumb {
    position: relative;
    padding: 15px 0;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 25px;
    color: #fff;
    margin-right: 8px;
    padding-right: 13px;
    font-weight: bold;
}

.page-breadcrumb li:after {
    position: absolute;
    content: '\f105';
    right: -3px;
    top: 1px;
    color: #ffffff;
    font-family: 'FontAwesome';
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li a {
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.page-breadcrumb li a.active, .page-breadcrumb li.active{
    color: #cfff51;
}
.page-breadcrumb li a:hover {
    color: #00dbff;
}

/*** 

====================================================================
    Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 10px;
}

.sec-title h2 {
    position: relative;
    font-size: 3.5rem;
    line-height: 1em;
    color: #303030;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom:20px;
}
.sec-title h2:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #00b108;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sec-title h4 {
    font-size: 14px;
    color: #303030;
    /*text-transform: uppercase;*/
    margin: 0;
    display: inline-block;
    line-height: 1em;
    vertical-align: top;
}

.sec-title h4:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #00b108;
    position: absolute;
    bottom: 0;
    left: 0;
}
.galhead h4{
font-size: 14px;
    color: #fff;
    /*text-transform: uppercase;*/
    margin: 0;
    display: inline-block;
    line-height: 1em;
    vertical-align: top;
    position: relative;
    margin-bottom: 50px;
}
.galhead h4:before{
    background: #e8ff1b!important;
     content: '';
    width: 100%;
    height: 2px;
     position: absolute;
    bottom: 0;
    left: 0;
}
.sec-title h4+h2 {
    margin-top: 11px;
}

.sec-title .text {
    position: relative;
    color: #000;
    font-size: 16px;
}

.sec-title h2+.text {
    margin-top: 22px;
}

.sec-title.light h2,
.sec-title.light h4 {
    color: #ffffff;
}

/*** 

====================================================================
                Highlits
====================================================================

***/

.highlights {
    position: relative;
    z-index: 99;
}

.highlights .auto-container {
    position: relative;
}

.highlights .highlight-carousel {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0px 40px;
    padding-right: 150px;
    background-color: #181818;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.highlights .highlight-block {
    position: relative;
    padding: 15.5px 0;
}

.highlights .highlight-block .inner-box {
    position: relative;
    padding-left: 120px;
    min-height: 90px;
}

.highlights .highlight-block .inner-box:before {
    position: absolute;
    left: 90px;
    top: -16px;
    height: 120px;
    width: 1px;
    background-color: #423d3d;
    content: "";
}

.highlights .highlight-block .icon-box {
    position: absolute;
    left: 0;
    top: 10px;
    height: 70px;
    line-height: 70px;
    font-size: 55px;
    color: #2ad5ff;
}

.highlights .highlight-block .text {
    display: block;
    padding: 30px 0;
    font-size: 1.5rem;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    text-align: justify;
}

.highlights .highlight-block .text span {
    color: #ffffff;
    background-color: #f7c02d;
}

.highlight-carousel .owl-nav {
    display: none;
}

.highlight-carousel .owl-dots {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -15px;
    text-align: center;
}

.highlight-carousel .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 2px solid #2ad5ff;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.highlight-carousel .owl-dots .owl-dot.active {
    width: 10px;
    background-color: #2ad5ff;
}

/*** 

====================================================================
                Services Section
====================================================================

***/

.services-section {
    position: relative;
    /*padding: 135px 0 80px;*/
    padding: 20px 0 20px;
}

.services-block {
    position: relative;
    margin-bottom: 40px;
}

.services-block .inner-box {
    position: relative;
}

.services-block .image-box {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.services-block .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.services-block .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    background-color: rgba(24, 24, 24, .90);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block .inner-box:hover .overlay-box {
    height: 100%;
}

.services-block .overlay-box .btn-box {
    position: absolute;
    left: 30px;
    top: -25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block .inner-box:hover .overlay-box .btn-box {
    top: 25px;
    transition-delay: 200ms;
}

.services-block .overlay-box .btn-box a {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #29d0f9;
    font-weight: 600;
}

.services-block .overlay-box .btn-box a:hover {
    text-decoration: underline;
}

.services-block .overlay-box .btn-box .icon {
    position: relative;
    display: inline-block;
    top: 3px;
    height: 14px;
    width: 14px;
    background-image: url(../images/icons/arrow-top-right.png);
    background-repeat: no-repeat;
    margin-right: 10px;
}

.services-block .image-box .title {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 9;
    padding: 10px 30px;
    padding-right: 60px;
    background-color: #ffffff;
}

.services-block .image-box .title h3 {
    display: block;
    font-size: 1.6rem;
    line-height: 25px;
    color: #000;
    font-weight: bold;
}

.services-block .image-box .title h3 a {
    color: #303030;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block .image-box .title h3 a:hover {
    color: #f7c02d;
}

.services-block .image-box .title i {
    position: absolute;
    right: -45px;
    top: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    background-color: #00b108;
    text-align: center;
}

.services-block .lower-content {
    position: relative;
    display: block;
    border: 1px solid #f2f2f2;
    padding: 22px 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block .inner-box:hover .lower-content {
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
}

.services-block .lower-content .text {
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
}

.services-carousel .services-block {
    margin-bottom: 0;
}

.services-carousel {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 40px;
}

.services-carousel .owl-nav {
    display: none;
}

.services-carousel .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.services-carousel .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 2px solid #00b108;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services-carousel .owl-dots .owl-dot.active {
    width: 10px;
    background-color: #00b108;
}

.services-section .info-box {
    position: relative;
    text-align: center;
}

.services-section .info-box h3 {
    position: relative;
    display: block;
    font-size: 1.5rem;
    line-height: 1.2em;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.services-section .info-box a {
    display: inline-block;
    font-size: 1.5rem;
    color: #000;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-section .info-box a i {
    display: inline-block;
    font-size: 1.5rem;
    margin-right: 10px;
}

.services-section .info-box a:hover {
    color: #303030;
}

.services-page-section {
    position: relative;
    padding: 80px 0 40px;
}

.services-style-one {
    padding-top: 100px;
}

.single-service-style-one {
    border: 2px solid #F3F3F3;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 55px;
    padding-bottom: 50px;
    margin-bottom: -100px;
    background: #fff;
}

.single-service-style-one .icon-box {
    position: relative;
    width: 75px;
    height: 75px;
    display: inline-block;
    margin-bottom: 15px;
}

.single-service-style-one .icon-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.single-service-style-one:hover .icon-box .normal-icon,
.single-service-style-one .icon-box .hover-icon {
    opacity: 0;
}

.single-service-style-one:hover .icon-box .hover-icon {
    opacity: 1;
}

.single-service-style-one h3,
.single-service-style-one p {
    margin: 0;
}

.single-service-style-one h3 {
    font-size: 24px;
    font-weight: 500;
}

.single-service-style-one h3 a {
    color: #303030;
}

.single-service-style-one h3 a:hover {
    color: #F5BE2D;
}

.single-service-style-one p {
    font-size: 16px;
    line-height: 26px;
    color: #848484;
}

.single-service-style-one .image-box {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

.single-service-style-one .image-box img {
    width: 100%;
}

.single-service-style-one .image-box .box {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(24, 24, 24, .9);
    opacity: 0;
    transition: all .4s ease;
}

.single-service-style-one .image-box .box a {
    color: #F5BE2D;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.single-service-style-one .image-box .box a i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.single-service-style-one .image-box:hover .box {
    top: 0;
    opacity: 1;
}

.more-service-link-box {
    padding-top: 150px;
    padding-bottom: 100px;
    background: #181818 url(../images/resource/service-bg-1.png) center center no-repeat fixed;
}

.more-service-link-box h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
}

.more-service-link-box h3 a {
    font-size: 16px;
    color: #303030;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 25px;
    transition: all .4s ease;
    color: #F5BE2D;
    font-size: 16px;
    border-bottom: 2px dashed #515151;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1em;
    margin-left: 15px;
}

.more-service-link-box h3 a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    -o-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    transition: all .4s ease;
}

.more-service-link-box h3 a:hover {
    color: #F7C02D;
    padding-left: 0;
}

.more-service-link-box h3 a:hover i {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(10px);
    -ms-transform: translateY(-50%) translateX(10px);
    -o-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px);
}


/*** 

====================================================================
            Services Single
====================================================================

***/

.services-single {
    position: relative;
}

.services-single .inner-box {
    position: relative;
}

.services-single .inner-box .sec-title {
    margin-bottom: 25px;
}

.services-single .inner-box .sec-title:before {
    top: -10px;
}

.services-single .title {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
    padding-top: 20px;
    margin-bottom: 30px;
}

.services-single .title:before {
    position: absolute;
    top: 0px;
    left: 0;
    height: 2px;
    width: 55px;
    background-color: #f7c02d;
    display: inline-block;
    content: "";
}

.services-single .inner-box .text {
    position: relative;
    margin-bottom: 35px;
}

.services-single .inner-box .text p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 15px;
}

.two-column {
    position: relative;
    margin-bottom: 40px;
}

.two-column .image-column {
    position: relative;
    margin-bottom: 40px;
}

.two-column .image-column .image-box {
    position: relative;
    padding-right: 35px;
}

.two-column .image-column img {
    max-width: 100%;
    height: auto;
    display: block;
}

.two-column .info-column {
    position: relative;
}

.two-column .info-column .inner-column {
    position: relative;
    margin-left: -30px;
}

.service-block-two {
    position: relative;
    margin-bottom: 38px;
}

.service-block-two .inner-box {
    position: relative;
}

.service-block-two .icon {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 1em;
    color: #f7c02d;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two h3 {
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 12px;
}

.service-block-two h3 a {
    color: #303030;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two h3 a:hover {
    color: #f7c02d;
}

.service-block-two p {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
}

.why-us-tabs {
    position: relative;
    display: block;
    margin-bottom: 50px;
    border: 1px solid #cbe9f8;
    padding: 5px;
}

.why-us-tabs .tab-buttons {
    position: relative;
    text-align: center;
    border-top: 1px solid #f2f2f2;
}

.why-us-tabs .tabs-content .tab {
    display: none;
}

.why-us-tabs .tabs-content .tab.active-tab {
    display: block;
}

.why-us-tabs .tab-btn {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 30px 10px 0;
    color: #303030;
    font-weight: 600;
    border-bottom: 1px solid #f2f2f2;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.why-us-tabs .tab-btn:before {
    position: absolute;
    right: 30px;
    top: 0px;
    line-height: 23px;
    padding: 10px 0;
    content: "\f178";
    font-size: 14px;
    color: #0062ff;
    font-family: 'FontAwesome';
    opacity: 0;
    visibility: hidden;
}

.why-us-tabs .tab-btn.active-btn {
    color: #0062ff;
    padding-right: 55px;
}

.why-us-tabs .tab-btn.active-btn:before {
    visibility: visible;
    opacity: 1;
}

.why-us-tabs .tabs-content {
    position: relative;
}

.why-us-tabs .tabs-content:before {
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 100%;
    border-left: 1px solid #f2f2f2;
    content: "";
}

.why-us-tabs .tabs-content strong {
    position: relative;
    display: block;
    top: -6px;
    font-size: 18px;
    line-height: 28px;
    color: #303030;
    font-weight: 600;
    margin-bottom: 13px;
}

.why-us-tabs .tabs-content .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 18px;
}

.why-us-tabs .tabs-content ul {
    position: relative;
}

.why-us-tabs .tabs-content ul li {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 10px;
}

.why-us-tabs .tabs-content ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 24px;
    color: #f7c02d;
    font-family: 'FontAwesome';
    content: "\f05d";
}

.feature-info-block {
    position: relative;
    padding: 60px 0 0px;
    margin-bottom: 40px;
    /*border-top: 1px solid #f2f2f2;*/
}

.feature-info-block .image-column,
.feature-info-block .info-column {
    position: relative;
    margin-bottom: 20px;
}

.feature-info-block .image-column .image {
    text-align: right;
}

.feature-info-block .info-column .inner-column {
    position: relative;
    margin-right: -40px;
}

.feature-info-block p {
    position: relative;
    font-size: 1.6rem;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    margin-bottom: 18px;
    text-align: justify;
}

.feature-info-block ul {
    display: block;
}

.feature-info-block ul li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    padding-left: 24px;
    margin-bottom: 18px;
}

.feature-info-block ul li:before {
    position: absolute;
    left: 0;
    top: 7px;
    height: 7px;
    width: 7px;
    background-color: #f7c02d;
    content: "";
}

/*Blog Category*/

.services-cat {
    position: relative;
}

.services-cat li {
    position: relative;
    padding-left: 20px;
    border-left: 1px solid #f2f2f2;
}

.services-cat li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 23px;
    color: #303030;
    font-weight: 400;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.services-cat li:first-child a {
    padding-top: 0;
}

.services-cat li a:before {
    position: absolute;
    left: -27px;
    bottom: 20px;
    height: 13px;
    width: 13px;
    line-height: 11px;
    font-size: 6px;
    content: "\f111";
    background: padding-box content-box;
    border: 1px solid #e8e8e8;
    color: #e8e8e8;
    font-family: "FontAwesome";
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-cat li.active a,
.services-cat li a:hover {
    color: #f7c02d;
}

.services-cat li.active a:before,
.services-cat li a:hover:before {
    border: 1px solid #f7c02d;
    color: #f7c02d;
}

/* Department Sidebar */

.brochure-widget {
    position: relative;
    margin-bottom: 40px;
}

.brochure-widget h3 {
    position: relative;
    font-size: 20px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 23px;
}

.brochure-widget .link-box {
    position: relative;
    display: block;
    padding-left: 45px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.brochure-widget .link-box:last-child {
    margin-bottom: 0;
}

.brochure-widget .link-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 37px;
    width: 30px;
    border-right: 1px solid #f2f2f2;
    font-size: 16px;
    color: #f7c02d;
    line-height: 37px;
}

.brochure-widget .link-box h5 {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #303030;
    font-weight: 400;
}

.brochure-widget .link-box a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #848484;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.brochure-widget .link-box a:hover {
    color: #f7c02d;
}

.testimonial-block-three {
    position: relative;
}

.testimonial-block-three .info {
    position: relative;
    padding-left: 70px;
    min-height: 70px;
    margin-bottom: 20px;
}

.testimonial-block-three .info .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-block-three .info .thumb img {
    display: block;
    width: 100%;
}

.testimonial-block-three .info .name {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #303030;
    font-weight: 400;
}

.testimonial-block-three .info .city {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #f7c02d;
    font-weight: 300;
}

.testimonial-block-three .text {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    font-style: italic;
}

/*** 

====================================================================
            What We Do Section
====================================================================

***/

.what-we-do {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/icons/bg.jpg);
    padding: 100px 0;
}

.what-we-do .sec-title {
    margin-bottom: 30px;
}

.what-we-do .sec-title h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #f7c02d;
    font-weight: 400;
    margin-top: 15px;
}

.what-we-do .info-box {
    position: relative;
    margin-bottom: 20px;
}

.what-we-do .info-box .icon {
    float: left;
    font-size: 64px;
    line-height: 80px;
    color: #f7c02d;
    margin-right: 20px;
}

.what-we-do .info-box .count {
    float: left;
    font-size: 60px;
    line-height: 80px;
    color: #f7c02d;
    font-weight: 700;
    margin-right: 45px;
    font-family: 'Lato', sans-serif, sans-serif;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.what-we-do .info-box .count .plus {
    font-size: 32px;
    line-height: 1em;
    position: absolute;
    top: 13px;
    left: 100%;
}

.what-we-do .info-box .title {
    float: left;
    position: relative;
    padding: 17.5px 0;
}

.what-we-do .info-box .title span {
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 10px 15px;
    font-weight: 500;
    font-family: 'Lato', sans-serif, sans-serif;
    background-color: #222222;
    border: 1px solid #2D2F31;
}

.what-we-do .content-column .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #ADADAD;
    font-weight: 400;
    font-family: 'Lato', sans-serif, sans-serif;
}

.what-we-do .content-column .more-btn {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 30px;
    transition: all .4s ease;
    margin-top: 15px;
    font-family: 'Lato', sans-serif;
}

.what-we-do .content-column .more-btn i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    -o-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    transition: all .4s ease;
}

.what-we-do .content-column .more-btn:hover {
    color: #F7C02D;
    padding-left: 0;
}

.what-we-do .content-column .more-btn:hover i {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(10px);
    -ms-transform: translateY(-50%) translateX(10px);
    -o-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px);
}

.what-we-do .video-column {
    position: relative;
}

.what-we-do .video-column .inner-column {
    position: relative;
}

.what-we-do .video-column .image {
    position: relative;
}

.what-we-do .video-column .image img {
    display: block;
    width: 100%;
}

.what-we-do .video-column .image .link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.what-we-do .video-column .image:hover .link {
    background: rgba(0, 0, 0, 0.30);
}

.what-we-do .video-column .image .link span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    font-size: 76px;
    line-height: 66px;
    color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

/*** 

====================================================================
            About Us
====================================================================

***/

.about-us {
    position: relative;
    padding: 100px 0 20px;
    /*padding: 80px 0 40px;*/
}

.about-us .sec-title {
    margin-bottom: 0;
}

.about-us .info-column {
    margin-bottom: 10px;
}

.about-us .about-company {
    position: relative;
}

.about-us .about-company h4 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #303030;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 13px;
}

.about-us .about-company .link-box {
    position: relative;
}

.about-us .about-company .link-box a {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 26px;
    color: #000;
    float: right;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    vertical-align: middle;
    margin-top: 10px;
}

.about-us .about-company .link-box a i {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    vertical-align: middle;
    margin-right: 6px;
}

.about-us .about-company .link-box a:hover {
    color: #222222;
}

.info-tabs {
    position: relative;
}

.info-tabs .tabs-content .tab {
    display: none;
}

.info-tabs .tabs-content .tab.active-tab {
    display: block;
}

.info-tabs .tab-buttons {
    position: relative;
}

.info-tabs .tab-buttons li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #303030;
    font-weight: 700;
    padding: 10px 30px;
    cursor: pointer;
    font-family: 'Lato', sans-serif, sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 24px;
}

.info-tabs .tab-buttons li.active-btn {
    background: #29d0f9;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.15);
}

.info-tabs .tabs-content {
    position: relative;
    padding-top: 15px;
    margin-bottom: 10px;
}

.info-tabs .tabs-content h3 {
    display: block;
    font-size: 2rem;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 18px;
    text-align: justify;
}

.info-tabs .tabs-content .text {
    display: block;
    font-size: 1.5rem;
    line-height: 26px;
    color: #000;
    font-weight: 400;
}

.about-us .list-column .inner-column {
    position: relative;
}

.about-block {
    position: relative;
    margin-bottom: 50px;
}

.about-block:last-child {
    margin-bottom: 0;
}

.about-block .inner-box {
    position: relative;
    /*padding-left: 115px;*/
    min-height: 85px;
}

.about-block .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 85px;
    width: 85px;
    border: 1px solid #f2f2f2;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.about-block .icon:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 10px;
    content: "";
    height: 40px;
    width: 1px;
    background-color: #f2f2f2;
}

.about-block:last-child .icon:before {
    display: none;
}

.icon-gear {
    background-image: url(../images/icons/gear.png);
}

.icon-clock {
    background-image: url(../images/icons/clock.png);
}

.icon-worker {
    background-image: url(../images/icons/worker.png);
}

.about-block h4 {
    display: inline-block;
    font-size: 3.5rem;
    line-height: 1em;
    color: #303030;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.about-block h4:before {
    content: '';
    background: #00b108;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-block h4 a {
    color: #303030;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-block h4 a:hover {
    color: #f7c02d;
}

/*** 

====================================================================
            About Section Two
====================================================================

***/

.about-section-two {
    position: relative;
    display: block;
    padding: 80px 0 50px;
}

.about-section-two .outer-box {
    position: relative;
    display: block;
    padding: 100px 50px 50px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-section-two .highlight-box {
    position: relative;
    float: right;
    width: 100%;
    max-width: 430px;
    background-color: #ffffff;
}

.about-section-two .highlight-box .info-carousel {
    position: relative;
}

.about-block-two {
    position: relative;
    padding: 40px 40px 40px;
    margin-bottom: 40px;
}

.about-section-two .about-block-two:before {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 130px;
    line-height: 130px;
    color: #f2f2f2;
    content: "\f13d";
    font-family: "Flaticon";
}

.about-block-two .icon-box {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 25px;
    max-width: 110px;
    border-bottom: 1px solid #dedede;
}

.about-block-two .icon-box .icon {
    display: inline-block;
    color: #f7c02d;
    font-size: 60px;
    line-height: 60px;
}

.about-block-two h3 {
    font-size: 20px;
    line-height: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 400;
    margin-bottom: 20px;
}

.about-block-two .text {
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    margin: 0;
}

.about-block-two .carousel-column {
    position: relative;
}

.info-carousel .owl-nav {
    display: none;
}

.info-carousel .owl-dots {
    position: absolute;
    left: 30px;
    bottom: 30px;
    text-align: center;
}

.info-carousel .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 2px solid #f7c02d;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.info-carousel .owl-dots .owl-dot.active {
    width: 10px;
    background-color: #f7c02d;
}

.about-style-one {
    padding: 100px 0;
}

.about-style-one .image-box {
    position: relative;
    display: inline-block;
}

.about-style-one .image-box:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 50px;
    width: 100%;
    height: 100%;
    background: #29d0f9 url(../images/about-bg.png) repeat center center;
}

.about-style-one .image-box img {
    position: relative;
    z-index: 9;
}

.about-style-one .sec-title {
    margin-bottom: 30px;
}

.about-style-one .sec-title h2 {
    margin: 0;
    margin-top: 10px;
}

.about-style-one .content-box {
   /* padding-right: 40px;*/
}

.about-style-one .content-box h3 {
    margin: 0;
    color: #303030;
    font-size: 22px;
    font-weight: 700;
}

.about-style-one .content-box p {
    color: #000;
    font-size: 1.6rem;
    line-height: 26px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: justify;
}

.about-style-one .content-box ul.list-items {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.about-style-one .content-box ul.list-items li {
    color: #303030;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    position: relative;
    padding-left: 43px;
}

.about-style-one .content-box ul.list-items li+li {
    margin-top: 20px;
}

.about-style-one .content-box ul.list-items li i {
    font-size: 24px;
    color: #F7C02D;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-style-one .content-box .more-btn {
    font-size: 16px;
    color: #303030;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 30px;
    transition: all .4s ease;
    font-family: 'Lato', sans-serif;
    margin-top: 40px;
}

.about-style-one .content-box .more-btn i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    -o-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    transition: all .4s ease;
}

.about-style-one .content-box .more-btn:hover {
    color: #F7C02D;
    padding-left: 0;
}

.about-style-one .content-box .more-btn:hover i {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(10px);
    -ms-transform: translateY(-50%) translateX(10px);
    -o-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px);
}




/*** 

====================================================================
            Story Section
====================================================================

***/

.story-section {
    position: relative;
}

.story-section .sec-title {
    margin-bottom: 10px;
}

.story-section .content-column .inner-column {
    position: relative;
}

.story-section .content-column h3 {
    position: relative;
    display: block;
    font-size: 24px;
    color: #303030;
    font-weight: 600;
   font-family: 'Lato', sans-serif;
    line-height: 32px;
    margin-bottom: 20px;
}

.story-section .content-column .text {
    display: block;
    margin-bottom: 25px;
}

.story-section .content-column .text p {
    display: block;
    font-size: 1.5rem;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    margin-bottom: 16px;
}

.story-section .content-column .text p:last-child {
    margin-bottom: 0;
}
.story-section .content-column .text .fa{
    font-weight: bold;
    color: #008600;
    font-size: 1.5rem;
}
.story-section .content-column .info {
    position: relative;
    display: block;
}

.story-section .content-column .info .name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
}

.story-section .content-column .info .designation {
    font-size: 16px;
    line-height: 24px;
    color: #f7c02d;
    font-weight: 400;
}

.story-block {
    position: relative;
    padding-left: 5px;
    padding-bottom: 50px;
}

.story-block .inner-box {
    position: relative;
    padding-left: 120px;
    margin-left: 120px;
    min-height: 120px;
}

.story-block .inner-box .date {
    position: absolute;
    left: -125px;
    top: 0;
    font-size: 16px;
    line-height: 1em;
    color: #848484;
    font-weight: 400;
    padding-bottom: 12px;
    padding-left: 25px;
    border-bottom: 1px solid #f2f2f2;
}

.story-block .inner-box .date:before {
    position: absolute;
    left: 0px;
    bottom: -5px;
    height: 11px;
    width: 11px;
    background-color: #f7c02d;
    content: "";
    z-index: 99;
    border-radius: 5px;
    border: 2px solid #ffffff;
}

.story-block:hover .inner-box .date:before {
    border-color: #fceab9;
}

.story-block .inner-box .image-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 110px;
    width: 85px;
}

.story-block .image-box img {
    width: 100%;
    height: auto;
}

.story-block h3 {
    display: block;
    font-size: 20px;
    color: #303030;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 15px;
    top: -3px;
}

.story-block h3 a {
    color: #303030;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.story-block h3 a:hover {
    color: #f7c02d;
}

.story-block .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
}

.story-section .verticle-slider-one {
    position: relative;
    padding-top: 30px;
}

.story-section .verticle-slider-one:before {
    position: absolute;
    left: 6px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #f2f2f2;
    content: "";
}

.verticle-slider-one .verticle-carousel:before,
.verticle-slider-one .verticle-carousel:after {
    position: absolute;
    left: 3px;
    top: -30px;
    height: 7px;
    width: 7px;
    background-color: #f2f2f2;
    content: "";
    border-radius: 50%;
}

.verticle-slider-one .verticle-carousel:after {
    top: auto;
    bottom: 0;
}

.verticle-slider-one .verticle-carousel .slick-next,
.verticle-slider-one .verticle-carousel .slick-prev {
    position: absolute;
    left: 25px;
    bottom: 0;
    font-size: 20px;
    line-height: 20px;
    color: #d9d9d9;
    background: none;
    z-index: 9;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.verticle-slider-one .verticle-carousel .slick-prev {
    left: 60px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.verticle-slider-one .verticle-carousel .slick-dots {
    display: none !important;
}

.verticle-slider-one .verticle-carousel .slick-next:hover,
.verticle-slider-one .verticle-carousel .slick-prev:hover {
    color: #f7c02d;
}

/*** 

====================================================================
            Accordion Style
====================================================================

***/

.faq-section {
    position: relative;
    padding: 80px 0 40px;
}

.accordion-box {
    position: relative;
    border: 1px solid #f2f2f2;
}

.faq-section .accordion-box {
    margin-bottom: 40px;
}

.accordion-box .block {
    position: relative;
}

.accordion-box .block:last-child .acc-btn {
    border-bottom: 0px;
    padding-bottom: 10px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    cursor: pointer;
    line-height: 30px;
    color: #303030;
    font-weight: 500;
    padding: 13px 60px 13px 30px;
    border-bottom: 1px solid #f2f2f2;
    background-color: #f7f7f7;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    background-color: #ffffff;
    border-left: 1px solid #29d0f9;
    color: #00b108;
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 0;
    top: 0px;
    color: #929292;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.accordion-box .block .acc-btn.active .icon-outer .icon:before {
    content: "\f129";
    display: inline-block;
    color: #29d0f9;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #29d0f9;
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 25px 30px 15px 20px;
    border-bottom: 1px solid #e9e9e9;
}

.accordion-box .block .content .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 0px;
}
.accordion-box .block .content .text .fa{
    font-weight: bold;
    color: #008600;
    font-size: 1.5rem;
}
.accordion-box .block .content .text i{
    font-weight: bold;
    color: #008600;
    font-size: 1.5rem;
}
.faq-section .form-column .inner-column {
    position: relative;
    padding: 40px 30px 20px;
    border: 1px solid #f2f2f2;
}

.faq-form {
    position: relative;
}

.faq-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.faq-form .ui-selectmenu-button.ui-button,
.faq-form .form-group input[type="text"],
.faq-form .form-group input[type="email"],
.faq-form .form-group input[type="tel"],
.faq-form .form-group input[type="url"],
.faq-form .form-group textarea,
.faq-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 30px;
    color: #848484;
    font-weight: 400;
    padding: 9px 20px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq-form .form-group input:focus,
.faq-form .form-group select:focus,
.faq-form .form-group textarea:focus {
    border-color: #f7c02d;
}

.faq-form .form-group textarea {
    height: 120px;
    resize: none;
}

.faq-form .form-group input[type="submit"],
.faq-form button {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #303030;
    font-weight: 700;
    padding: 10px 50px;
    background-color: #f7c02d;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq-form .form-group input[type="submit"]:hover,
.faq-form button:hover {
    background-color: #303030;
    color: #f7c02d;
}

/*** 

====================================================================
            Project Section
====================================================================

***/

.project-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0;
}

.project-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to right, #0199fe , #1dbb44);
   /*background-color: #181818;*/
    opacity: .90;
}

.project-section .carousel-box {
    position: relative;
}

.project-section .sec-title {
    position: relative;
    margin-bottom: 50px;
}

.project-block {
    position: relative;
}

.project-block .image-box {
    position: relative;
    overflow: hidden;
}

.project-block .image-box figure {
    position: relative;
}

.project-block .image-box figure a {
    position: relative;
    display: block;
}

.project-block .image-box figure>a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: #181818;
    background: -moz-linear-gradient(top, #000000, rgba(0, 0, 0, 0.80), transparent);
    background: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0.80), transparent);
    background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.80), transparent);
    content: "";
    z-index: 1;
}

.project-block .image-box figure a img {
    display: block;
    width: 100%;
   /* height: 527px;*/
    height: auto;
}

.project-block .image-box .title-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    padding-left: 30px;
    padding-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .image-box .title-box:before {
    position: absolute;
    left: 30px;
    bottom: 0;
    height: 3px;
    width: 0px;
    content: "";
    background-color: #29d0f9;
}

.project-block .image-box:hover .title-box {
    margin-bottom: 40px;
}

.project-block .image-box:hover .title-box:before {
    width: 60px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.project-block .image-box .title-box h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.project-block .image-box .title-box a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .image-box .title-box a:hover {
    color: #29d0f9;
}

.project-block .image-box .title-box .tag {
    display: block;
    font-size: 1.6rem;
    line-height: 26px;
    color: #29d0f9;
    font-weight: bold;
    text-transform: uppercase;
}

.project-carousel .owl-dots {
    display: none !important;
}

.project-carousel .owl-nav {
    position: absolute;
    display: block;
    left: 0px;
    top: 50%;
    margin-top: 30px;
    width: 100%;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    position: absolute;
    left: -110px;
    bottom: 0;
    width: 60px;
    height: 60px;
    line-height: 58px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-carousel .owl-nav .owl-next {
    left: auto;
    right: -110px;
}

@media (max-width: 1400px) {

    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        left: -75px;
    }

    .project-carousel .owl-nav .owl-next {
        left: auto;
        right: -75px;
    }

}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
   /* color: #2ad5ff;
    border-color: #2ad5ff;*/
    color: #e8ff1b;
    border-color: #e8ff1b;
}

.project-carousel .owl-item .project-block {
    position: relative;
    -webkit-transform: scale(1, .83);
    -ms-transform: scale(1, .83);
    -o-transform: scale(1, .83);
    transform: scale(1, .83);
    transition: all .4s ease;
}

.project-carousel .owl-item.center .project-block {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

/*** 

====================================================================
                Projects Section Two
====================================================================

***/

.projects-section-two {
    position: relative;
    /*padding: 80px 0 80px;*/
    padding:20px 0 20px;
}

.projects-section-two .mixitup-gallery .filters {
    /*margin-bottom: 50px;*/
    margin-bottom: 20px;
    text-align: center;
}

.projects-section-two .mixitup-gallery .filter-tabs {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #f2f2f2;
}

.projects-section-two .mixitup-gallery .filters li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #848484;
    line-height: 24px;
    font-weight: 400;
    padding: 0px 20px 15px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

.projects-section-two .mixitup-gallery .filters li:after {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    content: "/";
}

.projects-section-two .mixitup-gallery .filters li:before {
    position: absolute;
    left: 50%;
    bottom: -1px;
    top: auto;
    height: 1px;
    width: 0;
    content: "";
    z-index: 1;
    background-color: #f7c02d;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.projects-section-two .mixitup-gallery .filters li.active {
    color: #f7c02d;
}

.projects-section-two .mixitup-gallery .filters li.active:before {
    width: 100%;
    left: 0;
}

.project-block-two.mix {
    display: none;
}

.project-block-two {
    position: relative;
   /* margin-bottom: 30px;*/
    padding-bottom: 25px;
}

.project-block-two .image-box {
    position: relative;
}

.project-block-two .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.project-block-two .slide-item .image-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.project-block-two .image-box .overlay-box:before {
    position: absolute;
    left: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
    background-color: #181818;
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5) rotateY(180deg);
    -moz-transform: scale(0.5) rotateY(180deg);
    -ms-transform: scale(0.5) rotateY(180deg);
    -o-transform: scale(0.5) rotateY(180deg);
    transform: scale(0.5) rotateY(180deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-block-two:hover .image-box .overlay-box:before {
    opacity: .90;
    -webkit-transform: scale(1) rotateY(0deg);
    -moz-transform: scale(1) rotateY(0deg);
    -ms-transform: scale(1) rotateY(0deg);
    -o-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
    visibility: visible;
}

.project-block-two .overlay-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    display: inline-block;
    height: 30px;
    width: 30px;
    font-size: 20px;
    color: #29d0f9;
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two .overlay-box a:hover {
    color: #ffffff;
}

.project-block-two:hover .overlay-box a {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.project-block-two .content-box {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two:hover .content-box {
    bottom: 100px;
    left: 45px;
    padding-bottom: 20px;
}

.project-block-two .content-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #f7c02d;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two:hover .content-box:before {
    width: 60px;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.project-block-two .content-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #303030;
    font-weight: 400;
}

.project-block-two .content-box h4 a {
    color: #303030;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two:hover .content-box h4 a {
    color: #ffffff;
}

.project-block-two .content-box h4 a:hover {
    color: #f7c02d;
}

.project-block-two .content-box .tag {
    font-size: 16px;
    line-height: 26px;
    color: #f7c02d;
    font-weight: 400;
}

.projects-section-two .styled-pagination {
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
}

/*** 

====================================================================
            Projects  Section Three
====================================================================

***/

.projects-section-three {
    position: relative;
    padding: 20px 0;
}

.project-block-three {
    position: relative;
    margin-bottom: 20px;
}

.project-block-three .image-box {
    position: relative;
    overflow: hidden;
}

.project-block-three .image-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #181818;
    opacity: 0;
    visibility: hidden;
    content: "";
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-three .image-box:hover:before {
    opacity: .90;
    visibility: visible;
}

.project-block-three .image-box figure {
    position: relative;
}

.project-block-three .image-box figure a {
    position: relative;
    display: block;
}

.project-block-three .image-box figure>a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #181818;
    background: -moz-linear-gradient(top, #181818, transparent);
    background: -webkit-linear-gradient(top, #181818, transparent);
    background: linear-gradient(to top, #181818, transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#181818', endColorstr='transparent', GradientType=0);
    content: "";
    z-index: 1;
}

.project-block-three .image-box figure a img {
    display: block;
    width: 100%;
    height: auto;
}

.project-block-three .image-box figure a span {
    position: absolute;
    left: 50%;
    top: 35%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #29d0f9;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-three .image-box:hover figure a span {
    opacity: 1;
    visibility: visible;
}

.project-block-three .image-box .title-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    padding: 10px;
    padding-bottom: 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-three .image-box .title-box:before {
    position: absolute;
    left: 30px;
    bottom: 0;
    height: 3px;
    width: 0px;
    background-color: #29d0f9;
    content: "";
}

.project-block-three .image-box:hover .title-box {
    margin-bottom: 30px;
}

.project-block-three .image-box:hover .title-box:before {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 60px;
    transition-delay: 300ms;
}

.project-block-three .image-box .title-box h3 {
    position: relative;
    display: block;
    font-size: 1.6rem;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 3px;
   /* text-align: justify;*/
}

.project-block-three .image-box .title-box a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: uppercase;
}

.project-block-three .image-box .title-box a:hover {
    color: #29d0f9;
}

.project-block-three .image-box .title-box .tag {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #29d0f9;
    font-weight: bold;
    text-transform: uppercase;
}

/*** 

====================================================================
                Project Section Four
====================================================================

***/

.projects-section-four {
    position: relative;
    padding: 80px 0;
}

.project-block-four {
    position: relative;
    margin-bottom: 30px;
}

.project-block-four .image-box {
    position: relative;
    overflow: hidden;
}

.project-block-four .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.project-block-four .slide-item .image-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.project-block-four .image-box .overlay-box:before {
    position: absolute;
    left: 0%;
    top: 0;
    bottom: 95px;
    height: 100%;
    width: 100%;
    background-color: #181818;
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-block-four:hover .image-box .overlay-box:before {
    opacity: .90;
    bottom: 95px;
    top: auto;
    visibility: visible;
}

.project-block-four .overlay-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -55px;
    margin-left: -15px;
    display: inline-block;
    height: 30px;
    width: 30px;
    font-size: 20px;
    color: #f7c02d;
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-four .overlay-box a:hover {
    color: #ffffff;
}

.project-block-four:hover .overlay-box a {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.project-block-four .content-box {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 100%;
    opacity: 0;
    background-color: #ffffff;
    visibility: hidden;
    padding-bottom: 20px;
    padding-top: 22px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-four:hover .content-box {
    opacity: 1;
    visibility: visible;
}

.project-block-four .content-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #f7c02d;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-four:hover .content-box:before {
    width: 60px;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.project-block-four .content-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #303030;
    font-weight: 400;
}

.project-block-four .content-box h4 a {
    color: #303030;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-four:hover .content-box h4 a {
    color: #303030;
}

.project-block-four .content-box h4 a:hover {
    color: #f7c02d;
}

.project-block-four .content-box .tag {
    font-size: 16px;
    line-height: 26px;
    color: #f7c02d;
    font-weight: 400;
}

/*** 

====================================================================
            Project Single Section
====================================================================

***/

.project-single-section {
    position: relative;
    padding: 90px 0px 80px;
}

.project-single-section .upper-box {
    position: relative;
}

.project-single-section .single-item-carousel {
    position: relative;
    margin-bottom: 40px;
}

.project-single-section .upper-box .image {
    position: relative;
}

.project-single-section .upper-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.project-single-section .single-item-carousel .owl-nav {
    display: none;
}

.project-single-section .single-item-carousel .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 30px;
    text-align: center;
}

.project-single-section .single-item-carousel .owl-dots .owl-dot {
    position: relative;
    width: 12px;
    height: 12px;
    border: 4px solid #ffffff;
    display: inline-block;
    margin: 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-single-section .single-item-carousel .owl-dots .owl-dot.active {
    border-color: #f7c02d;
}

.project-single-section .content-column {
    margin-bottom: 40px;
}

.project-single-section .content-column .inner-column {
    position: relative;
}

.project-single-section .content-column .inner-column:before {
    position: absolute;
    right: -30px;
    top: 0px;
    height: 100%;
    width: 1px;
    background-color: #f2f2f2;
    content: "";
}

.project-single-section .title {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 40px;
    padding-top: 20px;
}

.project-single-section .title:before {
    position: absolute;
    top: 0px;
    height: 2px;
    width: 85px;
    background-color: #f7c02d;
    display: inline-block;
    content: "";
}

.project-single-section .content-column .text {
    position: relative;
    margin-bottom: 30px;
}

.project-single-section .content-column .text p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 15px;
}

.project-single-section .content-column .text p:last-child {
    margin-bottom: 0px;
}

.project-single-section .content-column .social-icon-one li {
    margin-left: 0px;
    margin-right: 20px;
}

.project-single-section .info-column .inner-column {
    padding-left: 30px;
}

.project-single-section .info-column ul {
    position: relative;
}

.project-single-section .info-column ul li {
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 8px;
}

.project-single-section .info-column ul li a {
    color: #848484;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-single-section .info-column ul li a:hover {
    color: #f7c02d;
}

.project-single-section .info-column ul li span {
    position: relative;
    color: #0062ff;
    font-size: 16px;
    font-weight: 400;
    margin-right: 14px;
}

.project-single-section .info-column ul li span:after {
    position: absolute;
    content: ':';
    right: 10px;
    top: 0px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

.project-single-section .info-column ul li span.fa {
    display: inline-block;
    width: auto;
    color: #f7c02d;
    font-size: 14px;
    margin-right: 2px;
    font-family: 'FontAwesome';
}

.project-single-section .info-column ul li span.fa:after {
    display: none;
}

.load-more-option {
    position: relative;
    display: block;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.load-more-option li {
    position: relative;
    display: inline-block;
}

.load-more-option li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #303030;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.load-more-option li a {
    color: #333333;
}

.load-more-option li:hover a {
    color: #f7c02d;
}

.load-more-option .load-more a {
    color: #303030;
    font-size: 24px;
    height: auto;
    width: auto;
    padding: 0;
    border: 0;
}

.load-more-option .load-more a:hover {
    color: #a0d405;
    background: none;
}

.load-more-option li.next a span {
    margin-left: 5px
}

.load-more-option li.prev a span {
    margin-right: 5px;
}

/*** 

====================================================================
            Industry Section
====================================================================

***/


.project-style-two {
    background: #F7F7F7;
    position: relative;
    margin-bottom: -15px;
    padding-top: 100px;
}

.project-style-two:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 390px;
    background: #fff;
}

@media (max-width: 1570px) {
    .project-style-two:before {
        height: 290px;
    }
}

.project-style-two .sec-title .text {
    color: #848484;
    font-size: 18px;
    line-height: 28px;
}

.project-style-two .auto-container.full-width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.single-project-box-two {
    position: relative;
}

.single-project-box-two .image-box {
    width: 100%;
}

.single-project-box-two .image-box img {
    /*width: calc(100% - 200px);*/
    width: 100%;
    transition: all .4s ease;
    float: right;
    -webkit-transform: scale(.82);
    -ms-transform: scale(.82);
    -o-transform: scale(.82);
    transform: scale(.82);
    transform-origin: top center;
}

.project-two-carousel .owl-item.center .single-project-box-two .image-box img {
    width: calc(100% - 200px);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 1570px) {
    .single-project-box-two .image-box img {
        transform-origin: top center;
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75);
    }

    .project-two-carousel .owl-item.center .single-project-box-two .image-box img {
        width: calc(100% - 150px);
    }
}

@media (max-width: 1366px) {
    .single-project-box-two .image-box img {
        transform-origin: top center;
        -webkit-transform: scale(.82);
        -ms-transform: scale(.82);
        -o-transform: scale(.82);
        transform: scale(.82);
    }

    .project-two-carousel .owl-item.center .single-project-box-two .image-box img {
        width: calc(100% - 200px);
    }
}

.single-project-box-two .content-box {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-50px);
    -ms-transform: translateY(-50%) translateX(-50px);
    -o-transform: translateY(-50%) translateX(-50px);
    transform: translateY(-50%) translateX(-50px);
    max-width: 370px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.11);
    transition: all .4s ease;
    opacity: 0;
    padding: 45px 50px;
}

.single-project-box-two .content-box:before {
    content: '';
    width: 3px;
    height: 48px;
    background: #F5BE2D;
    position: absolute;
    top: 80px;
    left: 0;
}

.single-project-box-two .content-box h3 {
    margin: 0;
    color: #303030;
    font-size: 24px;
    font-weight: 700;
}

.single-project-box-two .content-box span {
    color: #F5BE2D;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}

.single-project-box-two .content-box p {
    color: #848484;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    margin-top: 16px;
    margin-bottom: 40px;
}

.single-project-box-two .content-box .more {
    font-size: 16px;
    color: #303030;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 30px;
    transition: all .4s ease;
    font-family: 'Lato', sans-serif;
}

.single-project-box-two .content-box .more i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    -o-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    transition: all .4s ease;
}

.single-project-box-two .content-box .more:hover {
    color: #F7C02D;
    padding-left: 0;
}

.single-project-box-two .content-box .more:hover i {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(10px);
    -ms-transform: translateY(-50%) translateX(10px);
    -o-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px);
}


.project-two-carousel .owl-item.active .single-project-box-two .content-box {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    -o-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
}

@media (max-width: 1370px) {
    .project-two-carousel .owl-item.active .single-project-box-two .image-box img {
        width: calc(100% - 180px);
    }
}

.project-style-two .top-box [class*=col-]:last-child {
    padding-top: 22px;
}

.project-style-two .top-box .text {
    display: inline-block;
    vertical-align: middle;
    width: 69%;
    margin-right: 77px;
}

.project-style-two-carousel-nav {
    display: inline-block;
    vertical-align: middle;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #E1E1E1;
    color: #303030;
    font-size: 14px;
    line-height: 53px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    transition: all .4s ease;
}

.project-style-two-carousel-nav:hover {
    border-color: #F5BE2D;
    color: #F5BE2D;
}

.project-style-two-carousel-nav+.project-style-two-carousel-nav {
    margin-left: 11px;
}




/*** 

====================================================================
            Industry Section
====================================================================

***/

.industry-section {
    position: relative;
    padding-top: 70px;
}

.industry-block {
    position: relative;
    display: block;
    background-color: #ffffff
}

.industry-block .image {
    position: relative;
}

.industry-block .image:before {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #181818;
    content: "";
    opacity: .90;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}

.industry-block:hover .image:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.industry-block .image-box {
    position: relative;
}

.industry-block .lower-content {
    position: relative;
    background-color: #ffffff;
    padding: 35px 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.industry-block.bg-gray .lower-content {
    background-color: #f7f7f7;
}

.industry-block .lower-content .icon-box {
    position: relative;
    font-size: 50px;
    line-height: 1em;
    color: #303030;
    margin-bottom: 30px;
}

.industry-block .lower-content h3 {
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 20px;
}

.industry-block .lower-content h3 a {
    color: #303030;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.industry-block .lower-content h3 a:hover {
    color: #f7c02d;
}

.industry-block .lower-content .text {
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 20px;
}

.industry-block .lower-content .link-box {
    position: relative;
}

.industry-block .lower-content .link-box a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #f7c02d;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.industry-block .lower-content .link-box a i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 20px;
    margin-right: 10px;
    opacity: 0;
    visibility: hidden;
}

.industry-block .lower-content .link-box a:hover {
    color: #333333;
    padding-left: 30px;
}

.industry-block .lower-content .link-box a:hover i {
    visibility: visible;
    opacity: 1;
}

.industry-carousel {
    position: relative;
}

/*** 

====================================================================
            Call To Action
====================================================================

***/

.call-to-action {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 35px 0;
}

.call-to-action:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #181818;
    opacity: .90;
    content: "";
}

.call-to-action .inner-container {
    position: relative;
}

.call-to-action .text-box {
    position: relative;
    float: left;
    padding: 15px 0;
}

.call-to-action .text-box p {
    font-size: 20px;
    line-height: 30px;
    color: #f7c02d;
}


.call-to-action .btn-box {
    position: relative;
    float: right;
    padding-top: 3px;
}

.call-to-action .btn-box a {
    padding: 15px 30px;
    line-height: 25px;
}


/*** 

====================================================================
            Team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 80px 0 40px;
}

.team-block {
    position: relative;
    margin-bottom: 40px;
}

.team-block .inner-box {
    position: relative;
}

.team-block .image-box {
    position: relative;
}

.team-block .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.team-block .slide-item .image-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.team-block .image-box .overlay-box:before {
    position: absolute;
    left: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
    background-color: #181818;
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5) rotateY(180deg);
    -moz-transform: scale(0.5) rotateY(180deg);
    -ms-transform: scale(0.5) rotateY(180deg);
    -o-transform: scale(0.5) rotateY(180deg);
    transform: scale(0.5) rotateY(180deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block .inner-box:hover .image-box .overlay-box:before {
    opacity: .90;
    -webkit-transform: scale(1) rotateY(0deg);
    -moz-transform: scale(1) rotateY(0deg);
    -ms-transform: scale(1) rotateY(0deg);
    -o-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
    visibility: visible;
}

.team-block .overlay-box .social-links {
    position: absolute;
    left: 0%;
    top: 50%;
    width: 100%;
    margin-top: -20px;
    display: block;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.team-block .social-links li a {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #848484;
    color: #848484;
    font-size: 14px;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .social-links li:hover a {
    background-color: #f7c02d;
    border-color: #f7c02d;
    color: #303030;
}

.team-block .inner-box:hover .overlay-box .social-links {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.team-block .lower-content {
    position: relative;
    padding: 30px 50px 0 0;
}

.team-block .lower-content .email {
    position: absolute;
    right: 0;
    top: 30px;
}

.team-block .lower-content .email a {
    display: block;
    height: 60px;
    width: 50px;
    font-size: 25px;
    line-height: 58px;
    text-align: center;
    color: #c5c5c5;
    border: 1px solid #f2f2f2;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box:hover .lower-content .email a {
    background-color: #f7c02d;
    color: #303030;
}

.team-block .lower-content .name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 20px;
    top: -3px;
    padding-bottom: 15px;
    font-weight: 400;
    color: #303030;
}

.team-block .lower-content .name:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100px;
    background-color: #f2f2f2;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box:hover .lower-content .name:before {
    background-color: #f7c02d;
}

.team-block .lower-content .designation {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #848484;
    font-weight: 400;
    padding-top: 10px;
}

/*** 

====================================================================
            Testimonial Section
====================================================================

***/

.testimonial-section {
    padding: 100px 0 120px;
}

.testimonial-section .auto-container {
    max-width: 1230px;
}

.signle-testimonial-style-one {
    padding-top: 35px;
    padding-bottom: 35px;
}

.signle-testimonial-style-one img {
    width: auto !important;
    max-width: 100%;
}

.signle-testimonial-style-one .inner-box {
    padding-left: 50px;
    padding-right: 48px;
    position: relative;
    padding-top: 65px;
    padding-bottom: 40px;
    -webkit-box-shadow: 0 0px 13px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.06);
}

.signle-testimonial-style-one .client-image {
    position: absolute;
    top: 0;
    left: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

.signle-testimonial-style-one h3,
.signle-testimonial-style-one p {
    margin: 0;
}

.signle-testimonial-style-one h3 {
    color: #303030;
    font-size: 20px;
    font-weight: 400;
}

.signle-testimonial-style-one p {
    font-size: 18px;
    color: #848484;
    line-height: 30px;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 20px;
    padding-bottom: 26px;
    margin-bottom: 20px;
}

.signle-testimonial-style-one p:before {
    content: '';
    position: absolute;
    top: 8px;
    right: calc(100% + 50px);
    width: 2px;
    height: 35px;
    background: #F7C02D;
}

.signle-testimonial-style-one span {
    color: #F7C02D;
    font-size: 16px;
}

[class*=testimonials-carousel] .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    text-align: center;
}

[class*=testimonials-carousel] .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 2px solid #f7c02d;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

[class*=testimonials-carousel] .owl-dots .owl-dot.active {
    width: 10px;
    background-color: #f7c02d;
}

.testimonial-section-home-two {
    padding: 0px 0 120px;
}

.testimonial-section-home-two .sec-title {
    margin-bottom: 25px;
}

.signle-testimonial-style-two {
    padding-top: 35px;
    padding-bottom: 35px;
}

.signle-testimonial-style-two img {
    width: auto !important;
    max-width: 100%;
}

.signle-testimonial-style-two .inner-box {
    position: relative;
    border: 1px solid #F2F2F2;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 30px;
    transition: all .4s ease;
}

.signle-testimonial-style-two:hover .inner-box {
    -webkit-box-shadow: 0 0px 13px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.06);
}

.signle-testimonial-style-two h3,
.signle-testimonial-style-two p {
    margin: 0;
}

.signle-testimonial-style-two p {
    font-size: 18px;
    line-height: 30px;
    color: #848484;
    margin-top: -30px;
}

.signle-testimonial-style-two h3 {
    color: #303030;
    font-size: 20px;
    font-weight: 400;
}

.signle-testimonial-style-two .review-text {
    background: transparent url(../images/testimonials/testi-text-bg.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align: center;
    max-width: 290px;
    min-height: 214px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 0 23px;
    margin-top: 30px;
}

.signle-testimonial-style-two span {
    color: #F7C02D;
    font-size: 16px;
}

.signle-testimonial-style-two .name-box {
    margin-top: 10px;
}

.signle-testimonial-style-two .name-box .img-box,
.signle-testimonial-style-two .name-box .text-box {
    display: table-cell;
    vertical-align: middle;
}

.signle-testimonial-style-two .name-box .img-box {
    width: 70px;
}

.signle-testimonial-style-two .name-box .img-box img {
    width: 100%;
    border-radius: 50%;
}

.signle-testimonial-style-two .name-box .text-box {
    padding-left: 20px;
    text-align: left;
}



/*** 

====================================================================
                Testimonial Page Section
====================================================================

***/

.testimonial-page-section {
    position: relative;
    padding: 30px 0 30px;
}

.testimonial-page-section .testimonial-block-two {
    position: relative;
    margin-bottom: 25px;
}

.testimonial-block-two .inner-box {
    position: relative;
    text-align: center;
    padding: 30px 30px 17px;
    border: 1px solid #afe8f9;
}

.testimonial-block-two .thumb {
    position: relative;
    display: inline-block;
    height: 85px;
    width: 85px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 50%;
}

.testimonial-block-two .thumb img {
    width: 100%;
    height: auto;
}

.testimonial-block-two h3 {
    display: block;
    font-size: 2rem;
    line-height: 28px;
    color: #078a0d;
    font-weight: 400;
    /*margin-bottom: 10px;*/
}

.testimonial-block-two h3 a {
    color: #303030;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-two h3 a:hover {
    color: #f7c02d;
}

.testimonial-block-two .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 15px;
}

.testimonial-block-two .name {
    display: inline-block;
    font-size: 20px;
    line-height: 25px;
    color: #0062ff;
    font-weight: 400;
    padding-top: 15px;
    border-top: 1px solid #f2f2f2;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
}

/*Video Box*/

.video-box {
    position: relative;
}

.video-box .title {
    position: absolute;
    display: inline-block;
    font-size: 20px;
    line-height: 1.2em;
    color: #f7c02d;
    left: 30px;
    bottom: 25px;
    z-index: 1;
    cursor: default;
    margin-bottom: 0;
}

.video-box .image {
    position: relative;
    overflow: hidden;
}

.video-box .image img {
    position: relative;
    width: 100%;
}

.video-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    background: rgba(24, 24, 24, 0.85);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.video-box:hover .overlay-box {
    z-index: 1;
    background: rgba(24, 24, 24, 0.35);
}

.video-box .overlay-box span {
    position: relative;
    top: 47%;
    z-index: 99;
    color: #f7c02d;
    font-weight: 400;
    font-size: 55px;
    margin-top: -30px;
    text-align: center;
    border-radius: 50%;
    line-height: 1em;
    padding-left: 4px;
    display: inline-block;
}

/*** 

====================================================================
            Pricing Section
====================================================================

***/

.pricing-section {
    position: relative;
    padding: 80px 0 40px;
}

.pricing-section .pricing-table {
    position: relative;
    margin-bottom: 40px;
}

.pricing-table.active .inner-box,
.pricing-table .inner-box:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.pricing-table .inner-box {
    position: relative;
    padding: 40px 50px;
    border: 1px solid #f2f2f2;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-table .table-header {
    position: relative;
}

.pricing-table .table-header .icon {
    position: relative;
    display: inline-block;
    height: 100px;
    width: 100px;
    color: #f7c02d;
    font-size: 60px;
    line-height: 98px;
    text-align: center;
    border: 1px solid #f8f8f8;
    margin-bottom: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pricing-table.active .icon,
.pricing-table .inner-box:hover .icon {
    background-color: #f7c02d;
    border-color: #f7c02d;
    color: #303030 !important;
}

.pricing-table .table-header .title {
    margin-bottom: 18px;
}

.pricing-table .table-header .title h3 {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
}

.pricing-table .table-body {
    position: relative;
}

.pricing-table .table-body ul {
    display: block;
    margin-bottom: 28px;
}

.pricing-table .table-body ul li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #848484;
    font-weight: 400;
    padding: 12px 0;
    border-top: 1px solid #f2f2f2;
}

.pricing-table .table-body .price {
    display: block;
    font-size: 20px;
    color: #303030;
    margin-bottom: 30px;
}

.pricing-table .table-body .price span {
    display: inline-block;
    font-size: 72px;
    font-weight: 600;
    line-height: 1em;
    color: #303030;
}

.pricing-table .table-body .price sub {
    display: inline-block;
    font-size: 24px;
    color: #303030;
}

.pricing-table .table-footer {
    position: relative;
}

.pricing-table .table-footer .theme-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #303030;
    font-weight: 700;
    padding: 15px 50px;
    background-color: #f7f7f7;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-table.active .theme-btn,
.pricing-table .inner-box:hover .theme-btn {
    background-color: #f7c02d;
    color: #303030;
}

/*** 

====================================================================
                Clients Section
====================================================================

***/

.clients-section {
    position: relative;
    padding: 50px 0;
    background-color: #f7c02d;
}

.clients-section .sponsors-outer {
    position: relative;
}

.clients-section .slide-item {
    position: relative;
    display: block;
    text-align: center;
    border-right: 1px solid #ffda76;
}

.clients-section .image-box img {
    display: block;
    max-width: 100%;
    width: auto;
    opacity: .3;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section .slide-item:hover .image-box img {
    opacity: 1;
}

/*** 

====================================================================
                News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 100px 0 60px;
}

.news-carousel {
    position: relative;
    padding-bottom: 40px;
}

.news-carousel .news-block {
    padding: 15px;
    margin: 0;
}

.news-block {
    position: relative;
    margin-bottom: 40px;
}

.news-block .inner-box {
    position: relative;
}

.news-block .image-box {
    position: relative;
    overflow: hidden;
}

.news-block .image-box a {
    position: relative;
    display: block;
}

.news-block .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.news-block .image-box a:before {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #181818;
    background-image: url(../images/icons/post-plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    opacity: .90;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}

.news-block .inner-box:hover .image-box a:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.news-block .image-box img {
    width: 100%;
    height: auto;
    display: block;
}

.news-block .lower-content {
    position: relative;
    padding: 30px 0px;

}

.news-block .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 15px;
}

.news-block .lower-content h3 a {
    display: inline-block;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .lower-content h3 a:hover {
    color: #f7c02d;
}

.news-block .lower-content .info {
    position: relative;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
}

.news-block .lower-content .info .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #f7c02d;
    margin-bottom: 5px;
}

.news-block .lower-content .info ul {
    display: block;
}

.news-block .lower-content .info ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    margin-right: 5px;
    text-transform: uppercase;
}

.news-block .lower-content .info ul li:first-child a {
    color: #F5BE2D;
    font-weight: 500;
}

.news-block .lower-content .info ul li a {
    color: #848484;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .lower-content .info ul li a:hover {
    color: #f7c02d;
}

.news-block .lower-content .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 15px;
}

.news-block .lower-content .more-box {
    border: 1px solid #f2f2f2;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
    margin-top: 30px;
}

.news-block .lower-content .author-box {
    float: left;
    margin: 0;
}

.news-block .lower-content .author-box img {
    width: 30px;
    border-radius: 50%;
}

.news-block .lower-content .author-box .author-name {
    text-transform: uppercase;
    color: #848484;
    font-size: 14px;
    margin-left: 10px;
}

.news-block .lower-content .link-box {
    position: relative;
    float: right;
}

.news-block .lower-content .link-box .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    background-image: url(../images/icons/arrow-right.png);
    content: "";
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box:hover .lower-content .link-box .icon {
    right: 100%;
    margin-right: 10px;
}

.news-block .lower-content .link-box a {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #303030;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .lower-content .link-box a:hover {
    text-decoration: underline;
}

.news-carousel .owl-nav {
    display: none;
}

.news-carousel .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.news-carousel .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 2px solid #f7c02d;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-carousel .owl-dots .owl-dot.active {
    width: 10px;
    background-color: #f7c02d;
}

.news-section .sec-title .text {
    padding: 13px 0;
}

.news-section .sec-title .btn-style-one {
    margin-top: 13px;
}

/*=========================
    News Block Two
==========================*/

.news-block-two {
    position: relative;
    margin-bottom: 50px;
}

.news-block-two .inner-box {
    position: relative;
}

.news-block-two .image-box {
    position: relative;
    overflow: hidden;
}

.news-block-two .image-box a {
    position: relative;
    display: block;
}

.news-block-two .image-box a>img {
    width: 100%;
}

.news-block-two .image-box a:before {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #181818;
    background-image: url(../images/icons/post-plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    opacity: .90;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}

.news-block-two .inner-box:hover .image-box a:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}


.news-block-two .lower-content {
    position: relative;
    padding: 60px;
    padding-top: 2px;
    padding-bottom: 40px;
    border: 1px solid #F2F2F2;
    transition: all .4s ease;
}

.news-block-two .lower-content:hover {
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.07);
}

.news-block-two .lower-content:before {
    content: '';
    width: calc(100% - 60px);
    height: 30px;
    background: #fff;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

.news-block-two .lower-content:after {
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: calc(100% + 27px);
    left: 60px;
    width: 50px;
    z-index: 11;
    background: #F5BE2D;
}

.news-block-two .lower-content h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 15px;
}

@media(max-width: 1024px) {
    section.body div.sidebar {
    float: left;
    display: block;
    /*margin-right: 2.3317410822%;*/
    width: 100%;
    height: auto;
    
  }
  section.body div.sidebar:last-child {
    margin-right: 0;
  }
  section.body div div.sticky-sidebar {
    position: relative;
    top: auto;
    bottom: auto;
    margin: 0 auto;
    height: auto;
    width: 100%;
    max-width: 100%;
  }
    .news-block-two .lower-content h3 {
        font-size: 24px;
    }
}

.news-block-two .lower-content h3 a {
    display: inline-block;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .lower-content h3 a:hover {
    color: #f7c02d;
}

.news-block-two .lower-content .info {
    position: relative;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
}

.news-block-two .lower-content .info .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #f7c02d;
    margin-bottom: 5px;
}

.news-block-two .lower-content .info ul {
    display: block;
}

.news-block-two .lower-content .info ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    margin-right: 5px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.news-block-two .lower-content .info ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #CDCDCD;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 13px;
}

.news-block-two .lower-content .info ul li:first-child:before {
    display: none;
}

.news-block-two .lower-content .info ul li:first-child a {
    color: #848484;
    font-weight: 500;
}

.news-block-two .lower-content .info ul li a {
    color: #848484;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .lower-content .info ul li i {
    color: #F7C02D;
    font-size: 15px;
    margin-right: 10px;
}

.news-block-two .lower-content .info ul li a:hover {
    color: #f7c02d;
}

.news-block-two .lower-content .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 20px;
}

.news-block-two .lower-content .more-box {
    margin-top: 6px;
}

.news-block-two .lower-content .more-box .left-info {
    float: left;
}

.news-block-two .lower-content .author-box {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.news-block-two .lower-content .author-box img {
    width: 30px;
    border-radius: 50%;
    float: left;
}

.news-block-two .lower-content .author-box .author-name {
    text-transform: uppercase;
    color: #848484;
    font-size: 14px;
    margin-left: 10px;
    float: left;
}

.news-block-two .lower-content .more-box .comment-box {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    vertical-align: middle;
}

.news-block-two .lower-content .more-box .comment-box:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #CDCDCD;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 13px;
}

.news-block-two .lower-content .more-box .comment-box a {
    color: #848484;
}

.news-block-two .lower-content .more-box .comment-box i {
    color: #F7C02D;
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    margin-right: 10px;
}

.news-block-two .lower-content .link-box {
    position: relative;
    float: right;
    display: inline-block;
    vertical-align: middle;
}

.news-block-two .lower-content .link-box a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #303030;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .lower-content .link-box a:hover {
    text-decoration: underline;
}

.news-block-two .lower-content .link-box span {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    color: #303030;
    margin-left: 10px;
    position: relative;
    top: 5px;
}


.blog-style-two {
    padding: 100px 0;
}

.single-blog-style-two {}

.single-blog-style-two {
    position: relative;
    margin-bottom: 40px;
}

.single-blog-style-two .inner-box {
    position: relative;
}

.single-blog-style-two .image-box {
    position: relative;
    overflow: hidden;
}

.single-blog-style-two .image-box a {
    position: relative;
    display: block;
}

.single-blog-style-two .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.single-blog-style-two .image-box a:before {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #181818;
    background-image: url(../images/icons/post-plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    opacity: .90;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}

.single-blog-style-two .inner-box:hover .image-box a:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.single-blog-style-two .image-box img {
    width: 100%;
    height: auto;
    display: block;
}

.single-blog-style-two .lower-content {
    position: relative;
    padding: 40px;
    padding-top: 15px;
    border: 1px solid #F2F2F2;
    transition: all .4s ease;
}

.single-blog-style-two .lower-content:hover {
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.07);
}

.single-blog-style-two .lower-content:before {
    content: '';
    width: calc(100% - 40px);
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

.single-blog-style-two .lower-content:after {
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: calc(100% + 17px);
    left: 40px;
    width: 50px;
    z-index: 11;
    background: #F5BE2D;
}

.single-blog-style-two .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 15px;
}

.single-blog-style-two .lower-content h3 a {
    display: inline-block;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-blog-style-two .lower-content h3 a:hover {
    color: #f7c02d;
}

.single-blog-style-two .lower-content .info {
    position: relative;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
}

.single-blog-style-two .lower-content .info .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #f7c02d;
    margin-bottom: 5px;
}

.single-blog-style-two .lower-content .info ul {
    display: block;
}

.single-blog-style-two .lower-content .info ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    margin-right: 5px;
    text-transform: uppercase;
}

.single-blog-style-two .lower-content .info ul li:first-child a {
    color: #F5BE2D;
    font-weight: 500;
}

.single-blog-style-two .lower-content .info ul li a {
    color: #848484;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-blog-style-two .lower-content .info ul li a:hover {
    color: #f7c02d;
}

.single-blog-style-two .lower-content .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 15px;
}

.single-blog-style-two .lower-content .more-box {}

.single-blog-style-two .lower-content .author-box {
    float: left;
    margin: 0;
}

.single-blog-style-two .lower-content .author-box img {
    width: 30px;
    border-radius: 50%;
    float: left;
}

.single-blog-style-two .lower-content .author-box .author-name {
    text-transform: uppercase;
    color: #848484;
    font-size: 14px;
    margin-left: 10px;
    float: left;
}

.single-blog-style-two .lower-content .link-box {
    position: relative;
    float: right;
}

.single-blog-style-two .lower-content .link-box .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    background-image: url(../images/icons/arrow-right.png);
    content: "";
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-blog-style-two .inner-box:hover .lower-content .link-box .icon {
    right: 100%;
    margin-right: 10px;
}

.single-blog-style-two .lower-content .link-box a {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #303030;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-blog-style-two .lower-content .link-box a:hover {
    text-decoration: underline;
}

.blog-style-two .more-btn-box {
    margin-top: 10px;
}

.blog-style-two .more-btn-box .prev-btn,
.blog-style-two .more-btn-box .next-btn {
    border: 1px solid #F2F2F2;
    display: inline-block;
    vertical-align: middle;
    color: #303030;
    font-size: 12px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease;
    border-radius: 50%;
}

.blog-style-two .more-btn-box .prev-btn:hover,
.blog-style-two .more-btn-box .next-btn:hover {
    border-color: #F5BE2D;
    color: #F5BE2D;
}

.blog-style-two .more-btn-box .prev-btn {
    margin-right: 44px;
}

.blog-style-two .more-btn-box .next-btn {
    margin-left: 44px;
}

.blog-style-two .more-btn-box .btn-style-one {
    padding-top: 14px;
    padding-bottom: 14px;
    background: #F7F7F7;
    transition: all .4s ease;
}

.blog-style-two .more-btn-box .btn-style-one:hover {
    background: #303030;
    color: #fff;
}



/*Blog Single*/

.blog-single {
    position: relative;
}

.blog-single .inner-box {
    position: relative;
    margin-bottom: 80px;
}

.blog-single .inner-box .image {
    position: relative;
}

.blog-single .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.blog-single .lower-content {
    position: relative;
}

.blog-single .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 20px;
}

.blog-single .lower-content h3 a {
    display: block;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-single .lower-content h3 a:hover {
    color: #f7c02d;
}

.blog-single .lower-content .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 15px;
}

.blog-single .lower-content .info {
    position: relative;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}

.blog-single .lower-content .info .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #f7c02d;
    margin-bottom: 5px;
}

.blog-single .lower-content .info ul {
    display: block;
}

.blog-single .lower-content .info ul li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    font-weight: 700;
    padding-right: 10px;
    margin-right: 5px;
}

.blog-single .lower-content .info ul li:before {
    position: absolute;
    right: 0;
    top: 6px;
    width: 1px;
    height: 12px;
    background-color: #c9c9c9;
    content: "";
}

.blog-single .lower-content .info ul li:last-child:before {
    display: none;
}

.blog-single .lower-content .info ul li a {
    color: #848484;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-single .lower-content .info ul li a:hover {
    color: #f7c02d;
}

.blog-single .lower-content p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 20px;
}

.blog-single .inner-box .lower-content blockquote {
    position: relative;
    border: none;
    text-align: center;
    padding: 35px 40px;
    margin-top: 30px;
    margin-bottom: 40px;
    background-color: #f7f7f7;
}

.blog-single .inner-box .lower-content blockquote .blockquote-text {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 30px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 20px;
}

.blog-single .inner-box .lower-content blockquote .quote-icon {
    position: absolute;
    left: 50%;
    top: 20px;
    line-height: 1em;
    color: #ffffff;
    font-size: 120px;
    text-align: center;
    margin-left: -45px;
}

.blog-single .inner-box .lower-content blockquote .quote-info {
    position: relative;
    display: inline-block;
    padding: 15px 70px 0px;
    border-top: 1px solid #e8e8e8;
}

.blog-single .inner-box .lower-content blockquote .quote-info h4 {
    position: relative;
    color: #303030;
    font-size: 18px;
    font-weight: 600;
}

.blog-single .inner-box .lower-content blockquote .quote-info .quote-designation {
    position: relative;
    color: #f7c02d;
    font-size: 16px;
}

.blog-single .inner-box .text-column p {
    top: -5px;
}

/*post share options*/

.blog-single .post-share-options {
    position: relative;
}

.blog-single .post-share-options .post-share-inner {
    border-top: 1px solid #f2f2f2;
    padding: 20px 0;
}

.blog-single .post-share-options .info-links {
    position: relative;
}

.blog-single .post-share-options .info-links li {
    position: relative;
    color: #848484;
    font-size: 18px;
    margin-right: 20px;
    display: inline-block;
}

.blog-single .post-share-options .info-links li a {
    position: relative;
    width: 35px;
    height: 35px;
    color: #848484;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    line-height: 34px;
    margin-right: 10px;
    background-color: #f2f2f2;
}

.blog-single .post-share-options .tags span {
    font-size: 16px;
    color: #020e28;
    font-weight: 500;
    margin-right: 8px;
}

.blog-single .post-share-options .tags a {
    position: relative;
    color: #f7c02d;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.blog-single .post-share-options .tags {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    margin-top: 3px;
}

.blog-single .post-share-options .tags a:hover {
    color: #222222;
}

/*Group Title*/

.blog-single .group-title {
    position: relative;
    margin-bottom: 35px;
}

.blog-single .group-title:before {
    position: relative;
    top: -5px;
    height: 2px;
    width: 55px;
    background-color: #f7c02d;
    display: inline-block;
    content: "";
}

.blog-single .group-title h2 {
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
}

.blog-single .top-box {
    margin-bottom: 40px;
}

.blog-single .top-box .image-box,
.blog-single .top-box .text-box {
    float: left;
}

.blog-single .top-box .image-box {
    width: 180px;
}

.blog-single .top-box .image-box img {
    width: 60px;
}

.blog-single .top-box .image-box h4 {
    margin: 0;
    color: #303030;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0px;
}

.blog-single .top-box .image-box p {
    margin: 0;
    color: #848484;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.blog-single .top-box .text-box {
    width: calc(100% - 180px);
    padding-left: 20px;
}

.blog-single .top-box .text-box ul.info-list li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #848484;
}

@media (max-width: 1024px) {
    .blog-single .top-box .text-box ul.info-list li {
        font-size: 14px;
    }
}

.blog-single .top-box .text-box ul.info-list li+li {
    margin-left: 10px;
}

.blog-single .top-box .text-box ul.info-list li i,
.blog-single .top-box .text-box ul.info-list li a {
    display: inline-block;
    vertical-align: middle;
}

.blog-single .top-box .text-box ul.info-list li i {
    font-size: 16px;
    color: #F7C02D;
    margin-right: 7px;
}

.blog-single .top-box .text-box ul.info-list li a {
    color: #848484;
}

.blog-single .top-box .text-box h2 {
    font-size: 36px;
    line-height: 42px;
    color: #303030;
    font-weight: 700;
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .blog-single .top-box .text-box h2 {
        font-size: 30px;
        line-height: 34px;
    }
}

/*Author Box*/

.author-box {
    position: relative;
    margin-bottom: 60px;
}

.author-box .author-comment {
    position: relative;
    padding: 30px 0px 25px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.author-box .author-comment .inner {
    position: relative;
    padding-left: 110px;
}

.author-box .author-comment .inner .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 85px;
    margin-bottom: 20px;
}

.author-box .author-comment .inner h3 {
    position: relative;
    top: -3px;
    color: #303030;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.author-box .author-comment .inner .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}

.social-icon-one {
    position: relative;
}

.social-icon-one li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.social-icon-one li a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #848484;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover {
    color: #f7c02d;
}

/*** 

====================================================================
        Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    margin-bottom: 35px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1) {
    padding-top: 0px;
}

.sidebar-page-container .comments-area .comment-box:hover {
    border-color: #eb5310;
}

.sidebar-page-container .comments-area .comment-box.reply-comment {
    margin-left: 30px;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 0px 0px 0px 80px;
}

.sidebar-page-container .comments-area .comment .comment-inner {
    position: relative;
    padding: 15px 20px;
    border: 1px solid #f4f4f4;
}

.sidebar-page-container .comments-area .comment .comment-inner .rating {
    position: absolute;
    right: 20px;
    top: 20px;
}

.sidebar-page-container .comments-area .comment .comment-inner .rating .fa {
    display: inline-block;
    color: #f7c02d;
    font-size: 14px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 60px;
    display: block;
}

.sidebar-page-container .comments-area .comment-info {
    position: relative;
    color: #303030;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #848484;
    font-size: 16px;
    margin-top: 12px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 0px;
}

/*Comment Form*/

.comment-form {
    position: relative;
}

.comment-form .rating-box {
    position: relative;
    margin-bottom: 20px;
}

.comment-form .rating-box .text {
    position: relative;
    font-size: 16px;
    color: #848484;
    margin-bottom: 5px;
    margin-top: -5px;
}

.comment-form .rating-box .rating {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ebebeb;
}

.comment-form .rating-box .rating:last-child {
    border: 0px;
}

.comment-form .rating-box .rating .fa {
    position: relative;
    margin-right: 4px;
    display: inline-block;
}

.comment-form .rating-box .rating a {
    position: relative;
    color: #d6d6d6;
    font-size: 12px;
    display: inline-block;
}

.comment-form .rating-box .rating a:hover {
    color: #d5ac63;
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.comment-form .form-group label {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
}

.comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 15px;
    border: 1px solid #efefef;
    height: 50px;
    color: #848484;
    font-weight: 300;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #f7c02d;
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 15px;
    color: #d6d6d6;
    border: 1px solid #efefef;
    height: 105px;
    font-weight: 300;
    background: #ffffff;
    resize: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form button {
    position: relative;
    margin-top: 20px;
    padding: 11px 34px;
    border-radius: 0px;
    font-weight: 700;
}

/*** 

====================================================================
            Styled Pagination
====================================================================

***/

.styled-pagination {
    position: relative;
    z-index: 9;
}

.styled-pagination ul {
    position: relative;
    display: inline-block;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 4px;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    height: 55px;
    width: 55px;
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    padding: 15px 10px;
    background-color: transparent;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.styled-pagination li.next:hover a,
.styled-pagination li.prev:hover a,
.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #ffffff;
    background-color: #29d0f9;
}

.styled-pagination li.next a,
.styled-pagination li.prev a {
    font-size: 14px;
    color: #848484;
}

/*** 

====================================================================
                Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    background-color: #f7f7f7;
    padding: 80px 0;
    z-index: 9;
}

.contact-section .title-column .inner-column {
    position: relative;
}

.contact-section .title-column .sec-title {
    margin-bottom: 25px;
}

.contact-section .title-column .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 25px;
}

.contact-section .title-column .link-box a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #00b108;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-section .title-column .link-box a i {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
}

.contact-section .title-column .link-box a:hover {
    color: #222222;
}

.contact-section .form-column {
    position: relative;
}

.contact-section .form-column .inner-column {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 770px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 45px 50px 30px;
}

.contact-section .form-column .text {
    position: relative;
    font-size: 1.5rem;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}

.contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form .ui-selectmenu-button.ui-button,
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select, .contact-form .form-group input[type="date"], .contact-form .form-group input[type="file"] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 30px;
    color: #848484;
    font-weight: 400;
    padding: 9px 20px;
    background-color: #ffffff;
    border: 1px solid #00b108;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #29d0f9;
}

.contact-form .form-group textarea {
    height: 120px;
    resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form button {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    padding: 10px 50px;
    background-color: #00b108;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input[type="submit"]:hover,
.contact-form button:hover {
    background-color: #29d0f9;
    color: #000;
}

.contact-form .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 0px;
    text-indent: 0;
    height: 22px;
}

.contact-form .ui-button .ui-icon:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    font-weight: 400;
    right: 0px;
    top: 0px;
    width: 10px;
    font-size: 14px;
    display: block;
    text-align: center;
    z-index: 5;
}

.ui-widget.ui-widget-content {
    border: 1px solid #efefef;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    border-bottom: 1px solid #efefef;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.contact-section.style-two {
    position: relative;
}

.contact-section.style-two .form-column .inner-column {
    top: -160px;
    max-width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

/***

==================================================================
                Contact Section Two
==================================================================

***/

.contact-section-two {
    position: relative;
    padding: 80px 0
}

.contact-section-two .carousel-column .inner-column {
    margin-right: 100px;
}

.branches-carousel {
    position: relative;
    padding-top: 55px;
}

.branch-info-box {
    position: relative;
    margin-bottom: 20px;
}

.branch-info-box .image {
    position: relative;
}

.branch-info-box .image img {
    width: 100%;
    height: auto;
}

.branch-info-box .lower-content {
    position: relative;
    padding: 30px 30px;
    border: 1px solid #afe8f9;
    border-top: 0;
}


.branch-info-box .lucation {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
    padding-top: 15px;
    margin-bottom: 30px;
}

.branch-info-box .lucation:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 85px;
    background-color: #f7c02d;
    display: inline-block;
    content: "";
}

.branch-info-box ul {
    position: relative;
}

.branch-info-box ul li {
    position: relative;
    display: block;
    padding-left: 50px;
    margin-bottom: 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.branch-info-box ul li:last-child {
    margin-bottom: 0;
}

.branch-info-box ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 32px;
    line-height: 45px;
    color: #00b108;
}

.branch-info-box ul li h5 {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

.branch-info-box ul li p {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

.branch-info-box ul li p a {
    color: #000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.branch-info-box ul li p a:hover {
    color: #00b108;
}

.branches-carousel .owl-nav {
    display: none;
}

.branches-carousel .owl-dots {
    position: absolute;
    left: 0px;
    top: 0;
}

.branches-carousel .owl-dots .owl-dot {
    position: relative;
    width: 8px;
    height: 8px;
    border: 1px solid #e9e9e9;
    display: inline-block;
    margin-right: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.branches-carousel .owl-dots .owl-dot.active {
    height: 11px;
    width: 11px;
    border: 3px solid #f7c02d;
}

.branches-carousel .owl-dots .owl-dot.active:before {
    position: absolute;
    left: -9px;
    top: -9px;
    height: 23px;
    width: 23px;
    content: "";
    border-radius: 50%;
    border: 5px solid #fdefca;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease;
}

.branches-carousel .owl-dots .owl-dot.active:before {
    visibility: visible;
    opacity: 1;
}

.contact-section-two .map-column .map-outer {
    padding-top: 55px;
}

/***

==================================================================
                Contact Map Section
==================================================================

***/

.contact-map-section {
    position: relative;
}

.contact-map-section .map-canvas {
    height: 500px;
}

.map-outer {
    position: relative;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.map-data a {
    display: block;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

.map-canvas {
    /*height: 570px;*/
}
.map-canvas iframe{
    width: 100%;
    height: 490px;
    border: 0
}
/***

==================================================================
                Contact Form Section
==================================================================

***/

.contact-form-section {
    position: relative;
    background-color: #fff;
    /*padding: 80px 0 0;*/
    z-index: 9;
}

.contact-form-section .image-column {
    text-align: center;
    position: relative;
}

.contact-form-section .image-column .inner-column {
    margin-top: -40px;
}

.contact-form-section .form-column .sec-title {
    margin-bottom: 30px;
}

.contact-form-section .form-column .text {
    font-size: 18px;
    line-height: 28px;
    color: #848484;
    font-weight: 400;
    margin-top: 15px;
}

.contact-form.style-two .form-group input[type="text"],
.contact-form.style-two .form-group input[type="email"],
.contact-form.style-two .form-group input[type="tel"],
.contact-form.style-two .form-group input[type="url"],
.contact-form.style-two .form-group textarea,
.contact-form.style-two .form-group select {
    background-color: transparent;
    border: 1px solid #e8e8e8;
    height: 55px;
    line-height: 25px;
}

.contact-form.style-two .form-group textarea {
    height: 205px;
    resize: none;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000;
}

.contact-form label.error,
.contact-form.style-three .form-group label.error {
    padding-top: 10px;
    display: block;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    color: #ff0000;
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
}

/***

==================================================================
                Contact Section Three
==================================================================

***/

.contact-section-three {
    position: relative;
    padding: 20px 0;
}

.contact-section-three .info-column {
    position: relative;
}

.contact-section-three .form-column .inner-column {
    position: relative;
    padding: 40px 40px 10px;
    border: 1px solid #afe8f9;
}

.contact-section-three .form-column .sec-title {
    margin-bottom: 30px;
}

.contact-section-three .form-column .text {
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 15px;
}

.contact-form.style-three .form-group {
    margin-bottom: 30px;
}

.contact-form.style-three .form-group label {
    display: block;
    font-size: 14px;
    line-height: 15px;
    color: #00b108;
    font-weight: 600;
    margin-bottom: 7px;
    font-family: 'Lato', sans-serif;
}

.contact-form.style-three .form-group input[type="text"],
.contact-form.style-three .form-group input[type="email"],
.contact-form.style-three .form-group input[type="tel"],
.contact-form.style-three .form-group input[type="url"],
.contact-form.style-three .form-group textarea,
.contact-form.style-three .form-group select {
    background-color: transparent;
    border: 0;
    border: 1px solid #29d0f9;
    height: 35px;
    font-size: 16px;
    color: #000;
    padding: 5px 0;
    line-height: 24px;
}

.contact-form.style-three .form-group textarea {
    height: 205px;
    resize: none;
    /*border-bottom: 0;*/
}

.contact-form.style-three .form-group button {
    margin-top: 10px;
}

.contact-form.style-three .form-group.border-left {
    position: relative;
    padding-left: 30px;
    /*border-left: 1px solid #29d0f9;*/
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #f7c02d;
    background: #f7c02d;
}

/***

==================================================================
                Main Footer
==================================================================

***/

.main-footer {
    position: relative;
    /*background-color: #181818;*/
    background: linear-gradient(to right, #0199fe , #1dbb44);
    color: #888888;
}

.main-footer .widgets-section {
    padding: 80px 0px 40px;
}

.main-footer.padding-top .widgets-section {
    position: relative;
    padding: 20px 0px 0px;
}

.main-footer .footer-column {
    position: relative;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 25px;
}

.main-footer .footer-column .widget-title {
    position: relative;
    margin-bottom: 35px;
}

.main-footer .footer-column .widget-title:before {
    position: relative;
    top: -6px;
    height: 2px;
    width: 55px;
    /*background-color: #29d0f9;*/
    background-color: #e8ff1b;
    display: inline-block;
    content: "";
}

.main-footer .footer-column .widget-title h2 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
}

.main-footer .subscribe-widget h4,
.main-footer .subscribe-widget p {
    margin: 0;
}

.main-footer .subscribe-widget h4 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
}

.main-footer .subscribe-widget p {
    color: #848484;
    font-size: 16px;
    line-height: 26px;
}

.main-footer .subscribe-widget .subscribe-form {
    margin-top: 20px;
}

.main-footer .subscribe-widget .subscribe-form input {
    border: none;
    outline: none;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: #4C4C4C;
    font-size: 16px;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.main-footer .subscribe-widget .subscribe-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #4c4c4c;
}

.main-footer .subscribe-widget .subscribe-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #4c4c4c;
}

.main-footer .subscribe-widget .subscribe-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #4c4c4c;
}

.main-footer .subscribe-widget .subscribe-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #4c4c4c;
}

.main-footer .subscribe-widget .subscribe-form button[type=submit] {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 30px;
    transition: all .4s ease;
}

.main-footer .subscribe-widget .subscribe-form button[type=submit] i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    -o-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    transition: all .4s ease;
}

.main-footer .subscribe-widget .subscribe-form button[type=submit]:hover {
    color: #F7C02D;
    padding-left: 0;
}

.main-footer .subscribe-widget .subscribe-form button[type=submit]:hover i {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(10px);
    -ms-transform: translateY(-50%) translateX(10px);
    -o-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px);
}

.main-footer .about-widget {
    position: relative;
}

.main-footer .about-widget .text {
    position: relative;
}

.main-footer .about-widget .text p {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 20px;
}

.main-footer .about-widget .text p:last-child {
    margin-bottom: 0;
}

.main-footer .about-widget .text p a {
    display: inline-block;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .about-widget .text p a:hover {
    color: #ffffff;
}

.footer-column .logo {
    margin-bottom: 30px;
}

/*=== links Widget ===*/

.main-footer .links-widget {
    position: relative;
}

.main-footer .links-widget .list li {
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 15px;
}

.main-footer .links-widget .list li:nth-child(even) {
    padding-left: 15px;
}

.main-footer .links-widget .list li a:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    content: "\f175";
    font-family: "Fontawesome";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .links-widget .list li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    padding-left: 20px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .links-widget .list li:hover a {
   /* color: #29d0f9;*/
    color:#e5ff00;
    padding-left: 30px;
}

.main-footer .links-widget .list li:hover a:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    /*color: #29d0f9;*/
    color:#e5ff00;
}

.main-footer .contact-widget {
    /*border-top: 2px solid #29d0f9;*/
    border-top:2px solid #e8ff1b;
    position: relative;
    padding: 25px 40px;
   /* background-color: #232323;*/
   background-color: #059ee3;
}

.contact-info-box {
    position: relative;
}

.contact-info-box .branch-name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact-info-box .contact-links {
    position: relative;
}

.contact-info-box .contact-links li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    display: block;
}

.contact-info-box .contact-links li a {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-info-box .contact-links li a:hover {
    color: #f7c02d;
}

.contact-info-box .social-links {
    display: block;
}

.contact-info-box .social-links li {
    display: inline-block;
    margin-right: 13px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
}

.contact-info-box .social-links li a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-info-box .social-links li a:hover {
    color: #f7c02d;
}

.contact-carousel .owl-nav {
    display: none;
}

.contact-carousel .owl-dots {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: -5px;
    background-color: #232323;
}

.contact-carousel .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 1px solid #4d4d4d;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-carousel .owl-dots .owl-dot.active {
    width: 10px;
    border-color: #f7c02d;
}

.contact-widget .single-contact-widget+.single-contact-widget {
    /*border-top: 1px solid #29d0f9;*/
    border-top: 1px solid #e8ff1b;
    padding-top: 14px;
    margin-top: 13px;
}

.contact-widget .single-contact-widget .icon-box,
.contact-widget .single-contact-widget .text-box {
    display: table-cell;
    vertical-align: top;
}

.contact-widget .single-contact-widget .icon-box {
    width: 30px;
}

.contact-widget .single-contact-widget .icon-box i {
   /* color: #29d0f9;*/
   color: #e8ff1b;
    font-size: 2.5rem;
    display: block;
    line-height: 1em;
    position: relative;
    top: 7px;
}

.contact-widget .single-contact-widget .text-box {
    padding-left: 20px;
}

.contact-widget .single-contact-widget .text-box h3,
.contact-widget .single-contact-widget .text-box p {
    margin: 0;
}

.contact-widget .single-contact-widget .text-box h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.contact-widget .single-contact-widget .text-box p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.contact-widget .single-contact-widget .text-box span {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    display: block;
    font-family: 'Lato', sans-serif;
}

.contact-widget .single-contact-widget .text-box h3+span {
    margin-top: 9px;
}

.main-footer .project-widget ul.project-list {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
}

.main-footer .project-widget ul.project-list li {
    float: left;
    width: 33.333333%;
    padding: 10px;
}

.main-footer .project-widget ul.project-list li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.main-footer .project-widget ul.project-list li img {
    width: 100%;
}

.main-footer .project-widget ul.project-list li .box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .77);
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    transition: all .4s ease;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.main-footer .project-widget ul.project-list li:hover .box {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.main-footer .footer-bottom {
    position: relative;
    text-align: center;
    padding: 23.25px 0;
    /*background-color: #232323;*/
    background: #393c41;
}

.main-footer .footer-bottom .logo {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.main-footer .footer-bottom .logo a {
    display: inline-block;
}

.main-footer .footer-bottom .logo img {
    max-width: 100%;
    height: auto;
}

.main-footer .footer-bottom .copyright-text {
    position: relative;
    display: block;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 400;
}

.main-footer .footer-bottom .copyright-text a {
    display: inline-block;
    color: #29d0f9;
}

.main-footer .footer-bottom .copyright-text a:hover {
    text-decoration: underline;
}

.main-footer .footer-bottom .expert-link {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
}

.main-footer .footer-bottom .expert-link i {
    color: #F5BE2D;
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.main-footer .footer-bottom .footer-menu li {
    display: inline-block;
    vertical-align: middle;
}

.main-footer .footer-bottom .footer-menu li a {
    color: #fff;
    font-size: 1.6rem;
}

.main-footer .footer-bottom .footer-menu li+li a:before {
    /*content: '~' .;*/
    margin-left: 15px;
    margin-right: 11px;
}
.main-footer .footer-bottom .footer-menu  a{
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #29d0f9;
    transition: all .4s ease;
    color: #29d0f9;
    font-size: 1.5rem;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.98;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}
/***List of Suppliers (table)***/
/*table { 
    width: 100%; 
    border-collapse: collapse; 
    margin:20px auto;
    }*/

/* Zebra striping */
/*tr:nth-of-type(odd) { 
    background: #eee; 
    }

th { 
    background: #3498db; 
    color: white; 
    font-weight: bold; 
    }

td, th { 
    padding: 10px; 
    border: 1px solid #ccc; 
    text-align: left; 
    font-size: 1rem;
    }*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    table { 
        width: 100%; 
    }

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr { 
        /*display: block;*/
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr { 
        /*position: absolute;*/
        top: -9999px;
        left: -9999px;
    }
    
    tr { border: 1px solid #ccc; }
    
    td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 30%; 
    }
    .member-list td{
        padding-left: 40% !important; 
    }
    td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        /* Label the data */
        content: attr(data-column);

        color: #000;
        font-weight: bold;
    }
}
/*******End of suppliers***/