/**
 * Theme Name: Bizipress
 * Description: Bizipress - Finance and Insurance WordPress Theme
 * Version: 1.0
 * Author: XpeedStudio
 *
 */

/* Table of Content
==================================================
1.	Global Styles
2. 	Typography
3. 	Common Styles
4.	Header area
5.	Slideshow
6.	Services and Features
7.	Image Block
6.	About (Landing and Featured Tab)
9.	Portfolio
10.	Counter
11.	Team
12.	Pricing
13.	Testimonial
14. Video block
15.	Recent Post
16. Clients
17. Twitter
18. Contact
19. Footer
20. Copyright
21. Sub pages
22. Blog
23. Landing page
*/

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

@font-face {
    font-family: "Roboto", sans-serif;

    src: url("Roboto-Regular.ttf");
}

@font-face {
    font-family: "TallithaFree";

    src: url("TallithaFree.ttf");
}

@font-face {
    font-family: "DroidKufi";

    src: url("DroidKufi-Regular.ttf");
}

@font-face {
    font-family: "gilroy";
    src: url("../fonts/gilroy/gilroy-light-webfont.eot");
    src: url("../fonts/gilroy/gilroy-light-webfont.eot?") format("embedded-opentype"), url("../fonts/gilroy/gilroy-light-webfont.woff2") format("woff2"), url("../fonts/gilroy/gilroy-light-webfont.woff") format("woff"),
        url("../fonts/gilroy/gilroy-light-webfont.ttf") format("truetype"), url("https://demo.xpeedstudio.com/wp/bizipress/wp-content/themes/bizipress/assets/fonts/gilroy/gilroy-light-webfont.svg") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "gilroy";
    src: url("../fonts/gilroy/gilroy-extrabold-webfont.eot");
    src: url("../fonts/gilroy/gilroy-extrabold-webfont.eot?") format("embedded-opentype"), url("../fonts/gilroy/gilroy-extrabold-webfont.woff2") format("woff2"), url("../fonts/gilroy/gilroy-extrabold-webfont.woff") format("woff"),
        url("../fonts/gilroy/gilroy-extrabold-webfont.ttf") format("truetype"), url("https://demo.xpeedstudio.com/wp/bizipress/wp-content/themes/bizipress/assets/fonts/gilroy/gilroy-extrabold-webfont.svg") format("svg");
    font-weight: 700;
    font-style: normal;
}
body,
p {
    font-weight: 400;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-family: "Roboto", sans-serif;
}

html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;

    font-family: "Roboto", sans-serif;
}

body {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #6a6a6a;
    background: #fff;

    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3 {
    color: #323232;
}

.body-inner {
    position: relative;
    overflow: hidden;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a.link-more.color {
    color: #ffcd11;
    font-weight: 600;
}

.xs-text-block a.link-more {
    margin-top: 10px;
    display: inline-block;
}

a {
    color: #ffcd11;

    font-family: "Roboto", sans-serif;
}

a:hover {
    text-decoration: none;
    color: #ffcd11;
}

.link-more {
    font-weight: 700;
}

.link-more i {
    font-weight: 700;
    top: 2px;
    margin-left: 5px;
    position: relative;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #252a37;

    font-family: "Roboto", sans-serif;

    font-weight: 700;
}

/* Smart slider for Finacne */

.n2-ss-layer.slider-title-lg .n2-ow {
    font-family: "Roboto", sans-serif;
}

/* Global styles
================================================== */

.main-container {
    padding: 100px 0;
}

a.read-more {
    color: #323232;
}

.media > .pull-left {
    margin-right: 20px;
}

a:focus {
    outline: 0;
}

.section-half .fw-col-inner {
    position: relative;
    z-index: 2;
}

/* Button */

.btn-primary,
.btn-dark,
.btn-border,
.btn-white {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 50px;
    line-height: 1.33;
    border-radius: 30px;
    border: 0;
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
}

.btn-primary {
    background: #ffcd11;
    border: 2px solid transparent;
}
.btn-dark {
    color: #fff;
    background: #2d3559;
    border: 2px solid transparent;
}
.btn-border {
    border: 2px solid #fff;
    background: none;
    color: #fff;
}

.btn-white {
    background: #fff;
    color: #ffcd11;
    border: 2px solid transparent;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white:hover {
    background: #1f1f1f;
    color: #fff;
    border: 2px solid transparent;
}

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

/* Download Btn */

.download-btn {
    border: 1px solid #eaeaea;
    padding: 20px 30px;
    font-size: 22px;
    margin: 0;
}

.download-btn a {
    color: #252a37;
}

.download-btn i {
    float: right;
    color: #ffcd11;
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.main-content {
    padding: 100px 0;
}

.main-content.error-page {
    padding: 100px 0 150px;
}

/* Parallax */

.parallax-section .feature-content h3 {
    font-size: 30px;
}

.parallax-section .feature-img-box-left .feature-content {
    margin-left: 110px;
}

.parallax-section.parallax-light .feature-img-box-left .feature-content {
    margin-left: 80px;
}

.parallax-section.parallax-light .feature-content h3 {
    font-size: 22px;
}

/* Text white */

.text-white h3,
.text-white p {
    color: #fff;
}

/* Bg Pattern */

.bg-pattern2 {
    position: relative;
}

.bg-pattern2:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/pattern_arrow.png) no-repeat top left;
}

.bg-pattern2:after {
    background: url(../images/pattern_box.png) no-repeat bottom right;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

/*-- Box style --*/

/* Box primary */

.box-primary {
    background: #ffcd11;
    color: #fff;
    padding: 40px;
}

.box-primary .ts-feature-info.icon-left .feature-content {
    margin-left: 0;
}

.box-primary h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
}

.box-primary .btn {
    padding: 15px 35px;
    margin-top: 15px;
}

.list-style-classic.box-primary {
    padding: 0;
}

/* Box border */

.box-border {
    border: 1px solid #eaeaea;
    padding: 20px 30px;
}

/* Box solid */

.box-solid {
    background: #f7f7f7;
    padding: 30px;
}

/* Blockquote */

blockquote {
    position: relative;
    color: #fff;
    background: #252a37;
    padding: 40px;
    border: 0;
    margin: 30px 0 40px;
}

blockquote:before {
    padding: 28px 0 22px;
    content: "\e937";
    font-family: "iconfont";
    color: #fff;
    font-size: 44px;
}

blockquote p {
    font-size: 18px;
    line-height: 28px;
    position: relative;
    z-index: 1;
    font-style: italic;
    font-weight: 600;
}

cite {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    text-align: right;
}

.ts-clearfix {
    clear: both;
}

.xs-text-block .lead {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    color: #9498ab;
    line-height: 30px;
}

/* Blockquote light */

blockquote.light {
    background: #f7f9fd;
    border-left: 5px solid #ffcd11;
    color: #626c84;
    padding: 35px;
}

blockquote.light p {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

blockquote.light:before {
    content: "";
    padding: 0;
}

blockquote h4 {
    margin-top: 0;
}

/* Unyson */

.fw-single-image {
    margin: 30px 0;
}

.fw-single-image.no-margin {
    margin: 0;
}

.block-relative {
    position: relative;
}

.fw-single-image.tab-img {
    position: absolute;
    left: -150px;
    top: calc(100% + -120px);
}

.fw-single-image.img-fixed-right {
    top: calc(100% + -155px);
    right: -210px;
    position: absolute;
    width: 500px;
}

/* Gap */

.gap-60 {
    clear: both;
    height: 60px;
}

.gap-40 {
    clear: both;
    height: 40px;
}

.gap-30 {
    clear: both;
    height: 30px;
}

.gap-20 {
    clear: both;
    height: 20px;
}

/* Common styles
================================================== */

/*-- Section title --*/

.section-title {
    font-size: 24px;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 70px;
    position: relative;
    text-transform: capitalize;
}

.section-title span {
    font-size: 18px;
    margin-bottom: 10px;
    color: #626c84;
    text-align: center;
    display: block;

    font-family: "Roboto", sans-serif;

    font-weight: 400 !important;
}

.section-title:after {
    content: "";
    position: absolute;
    bottom: -20px;
    height: 1px;
    width: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
    border-bottom: 3px solid;
    border-color: #ffcd11;
}

/* Section title dashsed */

.section-title-dash {
    font-size: 44px;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 90px;
    position: relative;
    margin: 0 auto 90px;
}

.section-title-dash:before {
    position: absolute;
    content: attr(data-title);
    font-size: 150px;
    color: rgba(0, 0, 0, 0.04);
    left: 0;
    top: -70px;
    width: 100%;
}

.section-title-dash:after {
    content: "";
    position: absolute;
    bottom: -20px;
    height: 1px;
    width: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
    border-bottom: 2px solid #a2df48;
}

.section-title-dash span.dashborder {
    position: relative;
    display: block;
    margin: 0 auto 0;
    width: 1px;
    height: 2px;
}

.section-title-dash span.dashborder:before,
.section-title-dash span.dashborder:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 25px;
    width: 6px;
    height: 10px;
    border-bottom: 2px solid #a2df48;
}

.section-title-dash span.dashborder:after {
    width: 3px;
    left: 34px;
}

.section-title-dash .shortheading {
    font-size: 16px;
    display: block;
}

/* Content title */

.content-title {
    margin-top: 0;
    border-left: 5px solid #ffcd11;
    padding-left: 15px;
    line-height: 100%;
    margin-bottom: 0;
}

.content-title span {
    display: block;
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 10px 0;
    display: block;
    text-transform: capitalize;

    font-family: "Roboto", sans-serif;

    font-weight: 400;
}

.content-title.boder-none {
    border-left: 0;
    padding-left: 0;
    line-height: 44px;
    margin-bottom: 0;
    font-size: 36px;
}

/* Border left */

.section-title.border-left {
    padding-left: 140px;
}

.section-title.border-left:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -22px;
    height: 1px;
    width: 115px;
    left: 0;
    z-index: 0;
    border-bottom: 2px solid;
    border-color: #ffcd11;
}

.section-title.border-left:after {
    border: 0;
}

.section-title.border-left span {
    text-align: right;
    margin: 10px 0 0;
}

.intro-title {
    font-size: 24px;
    line-height: 34px;
    margin: 0;
}

.intro-sub-title {
    font-weight: 900;
    font-size: 36px;
    line-height: 46px;
    margin: 15px 0 25px;
    color: #1c1c24;
}

section .title-white {
    color: #fff !important;
}

/* Section verticle title */

.section-title-vertical {
    position: relative;
    height: 0;
    z-index: 2;
}

.section-title-vertical .section-title {
    position: absolute;
    left: -240px;
    transform: rotate(-90deg);
    top: 290px;
    font-size: 40px;
    display: inline-block;
    margin-bottom: 70px;
    color: #c7d4f3;
    margin-top: 0;
}

.section-title-vertical .section-title:after {
    top: 15px;
    left: 40px;
    z-index: 0;
    width: 155px;
    border-bottom: 2px solid #c7d4f3;
}

.section-title-vertical .section-title.border-left:before {
    border: 0;
    width: 0;
}

.featured-projects-content .column-title {
    height: 35px;
    overflow: hidden;
}

/* Column title */

.column-title span {
    font-size: 18px;
    line-height: 34px;
    margin: 0 0 10px 0;
    display: block;
    text-transform: capitalize;

    font-family: "Roboto", sans-serif;

    font-weight: 400 !important;
}

.column-title {
    font-weight: 900;
    font-size: 44px;
    line-height: 25px;
    margin: 0 0 25px;
}

.widget-title {
    margin-bottom: 15px;
    font-size: 20px;
}

.long-desc {
    font-size: 16px;
}

/* Classic title */

/* Default list */

.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Ul, Ol */

.list-round,
.list-arrow,
.list-dash {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-round li {
    line-height: 34px;
}

.list-round li:before {
    font-family: FontAwesome;
    content: "\f111";
    margin-right: 10px;
    color: #252a37;
    font-size: 8px;
    position: relative;
    top: -3px;
}

.list-arrow {
    padding: 0;
}

ul.list-dash li:before {
    font-family: FontAwesome;
    content: "\f068";
    margin-right: 10px;
    color: #ffcd11;
    font-size: 10px;
}

.fw-list ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
}

.fw-list ul li:before {
    content: "\f0c8";
    font-family: FontAwesome;
    font-size: 8px;
    color: #252a37;
    position: relative;
    top: 0px;
    left: 0;
    position: absolute;
}

/* List style classic */

.list-style-classic ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-style-classic h3 {
    margin-bottom: 20px;
}

.list-style-classic ul li {
    margin-top: 10px;
}

.case-info-label {
    font-weight: 700;
    float: left;
    width: 50%;
}

/* Custom menu */

.xs-custom-menu {
    padding: 0;
}

.xs-custom-menu > li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.xs-custom-menu > li > a {
    background-color: #f7f9fd;
    color: #626c84;
    padding: 15px 20px;
    border: 0;
    margin-bottom: 8px;
    position: relative;
    display: block;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.xs-custom-menu > li.current-menu-item > a,
.xs-custom-menu > li:hover > a {
    background: #ffcd11;
    color: #fff;
}

.xs-custom-menu > li > a:before {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 10px;
    font-weight: normal;
}

/* Carousel controller */

.carousel-control {
    width: auto;
}
.ts-carousel-controller {
    text-align: center;
    padding-top: 50px;
    z-index: 1;
    position: relative;
}

.ts-carousel-controller .left,
.ts-carousel-controller .right,
.owl-controls .owl-prev,
.owl-controls .owl-next {
    cursor: pointer;
    background: #f6f6f6;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #989898;
    opacity: 1;
    top: auto;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
}
.owl-controls .owl-next {
    margin-left: 6px;
}

.ts-carousel-controller .left:hover,
.ts-carousel-controller .right:hover,
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover {
    color: #fff;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    display: inline-block;
}

/* Input form */

.form-control {
    box-shadow: none;
    border: 1px solid #f1f1f1;
    padding: 6px 20px;
    height: 50px;
    background: none;
    color: #959595;
    font-size: 14px;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
}

/*-- Pagination --*/

.paging {
    padding: 10px 0 40px;
}

.pagination li a {
    border-radius: 0 !important;
    margin-right: 8px;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > li > a:hover {
    color: #fff;
    border: 1px solid transparent;
}

/* Top Bar
================================================== */

.top-bar {
    padding: 7px 0 7px;
    position: relative;
    background: #2d3559;
    color: #fff;
    line-height: normal;
}

.top-bar.solid-bg {
    color: #626c84;
    background: #fafafa;
}

/*
.top-bar.solid-bg ul.top-menu li{
    border-right: 1px solid rgba(0,0,0,.2);
}*/

.top-bar.solid-bg ul.top-menu li:last-child {
    border-right: 0;
}

.top-bar.solid-bg ul.top-menu li a,
.top-bar.solid-bg .top-social a {
    color: #626c84;
}

.top-bar.solid-bg ul.top-menu li a:hover,
.top-bar.solid-bg .top-social a:hover {
    color: #ffcd11;
}

/* Top menu */

#top-bar-menu {
    margin: 0;
    padding: 0;
}

ul.top-menu li {
    display: inline-block;
    font-size: 14px;
    border-right: 1px solid #d2d2d2;
    margin-right: 10px;
    padding-right: 10px;
    line-height: 10px;
}

ul.top-menu li:last-child {
    border-right: 0;
}

ul.top-menu li a {
    color: #999999;
}

ul.top-menu li a:hover {
    color: #ffcd11;
}

/* Top social */

.top-social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-social a {
    font-size: 14px;
    margin-right: 15px;
    color: #fff;
    line-height: 1;
}

.top-social a:hover {
    color: #fff;
}

/* Top bar transparent */

.topbar-transparent {
    color: #fff;
    background: none;
    box-shadow: none;
    position: absolute;
    padding: 12px 0;
    line-height: normal;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    height: auto;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.topbar-transparent ul li a {
    color: #fff;
    font-weight: 600;
}

/* Topbar Taransparent with border */

.topbar-transparent.border-down {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    line-height: normal;
}

/* Topbar highlight */

.top-bar.highlight {
    background: #ffcd11;
    color: #fff;
}

.top-bar.highlight ul.top-menu li a {
    color: #fff;
    font-weight: 600;
}

.top-bar.highlight ul.top-menu li {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.top-bar.highlight ul.top-menu li:last-child {
    border-right: 0;
}

/* Topbar with Transparent bg */

.topbar-transparent.with-bg {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0 12px;
    line-height: normal;
}

/* Topbar info */

#top-bar .top-info {
    margin: 0;
    float: left;
}

#top-bar .top-info p,
#top-bar .top-info i {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}

#top-bar .top-info i {
    font-size: 16px;
}

#top-bar .top-info .info-icon {
    top: 0;
    margin-right: 5px;
}

#top-bar .top-info .info-wrapper:after {
    height: 15px;
    top: 2px;
    background: rgba(255, 255, 255, 0.2);
}

/* Header area
================================================== */

/* Header default */

.header-trans-leftbox .header-wrapper {
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    padding: 0 20px 0 30px;
    position: relative;
    bottom: -40px;
    z-index: 99;
}

.header-trans-leftbox .header-wrapper:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.35);
    display: block;
    width: 300%;
    height: 100%;
    right: -300%;
    top: 0;
}

.header.header-box-left {
    height: 60px;
    box-shadow: none;
    position: absolute;
    width: 100%;
}

.header-box-left .header-wrapper {
    bottom: -15px;
}

.header-wrapper {
    background: #ffcd11;
    color: #fff;
    padding: 0 30px;
    position: relative;
    bottom: -40px;
    z-index: 99;
}

.header-wrapper:before {
    content: "";
    position: absolute;
    background: #ffcd11;
    display: block;
    width: 300%;
    height: 100%;
    right: -300%;
    top: 0;
}

/* Header standard common */
.header-standard ul.main-menu {
    float: right;
    padding-right: 80px;
}

.header-standard .search-block .search-close {
    line-height: 35px;
}

/* Header 2 */

.header-standard.header-transparent {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    top: 50px;
}

.header-standard.header-transparent ul.navbar-nav > li > a {
    color: #fff;
}

/* Header 3 */

.header-standard {
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.header-standard ul.navbar-nav > li > a {
    color: #252a37;
    line-height: 80px;
}

.header-standard ul.navbar-nav > li.active > a,
.header-standard ul.navbar-nav > li:hover > a {
    color: #ffcd11;
}

.header-standard .container {
    position: relative;
}

.header-standard .site-nav-inner {
    padding-right: 50px;
}

.header-standard .nav-search {
    top: 22px;
    right: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #ffcd11;
    border-radius: 100%;
}

.header-standard .search-block .search-close {
    color: #fff;
    top: -70px;
    right: 10px;
    background: #ffcd11;
    opacity: 1;
    width: 45px;
    height: 45px;
    line-height: 25px;
    border-radius: 100%;
}

/* Header 4 */

.header-standard.header-boxed {
    background: none;
    position: absolute;
    box-shadow: none;
    top: 50px;
    left: 0;
    right: 0;
}

.header-standard.header-boxed .row {
    background: #fff;
    z-index: 1;
    margin: 0;
    padding: 0 20px;
}

.header-standard.header-boxed .nav-search {
    background: #ffcd11;
}

.header-standard.header-boxed .search-block .search-close {
    background: #ffcd11;
}

/* Header 5 */

.header-standard.header-boxed.highlight .row {
    background: #ffcd11;
}

.header-standard.header-boxed.highlight ul.navbar-nav > li > a {
    color: #fff;
}

/* Header 6 */

.site-navigation.navdown {
    position: relative;
    background: linear-gradient(to right, #93291e, #ed213a);
    background: linear-gradient(to bottom, #ffcd11, #ffcd11);background: #ffcd11;
}

.site-navigation.navdown .navbar-collapse {
    padding-left: 0;
}

.site-navigation.navdown ul.navbar-nav > li > a {
    line-height: 56px;
}

.site-navigation.navdown ul.navbar-nav.main-menu > li:first-child {
    margin-left: 0;
}

.site-navigation.navdown ul.main-menu > li.menu-item-has-children > a:after {
    margin-top: -30px;
}

.nav-down.nav-box .site-navigation.navdown ul.navbar-nav > li:first-child > a {
    padding-left: 15px;
}

.site-navigation .nav-search {
    top: 0;
    z-index: 2;
    width: 70px;
    height: 72px;
    line-height: 72px;
    right: 15px;
    background: rgba(0, 0, 0, 0.2);
    padding-top: 27px;
}

.site-navigation .search-block .search-close {
    top: -72px;
    z-index: 2;
    width: 70px;
    height: 72px;
    line-height: 60px;
    right: 0;
    background: #00000033;
}

/* Header 7 */

.header.nav-down.nav-box {
    height: 145px;
}

.header.nav-down.nav-box .site-navigation.navdown {
    background: none;
}

.header.nav-down.nav-box .site-navigation.navdown .row {
    position: relative;
    bottom: 0;
    z-index: 1;
    margin: 0;
}

.header.nav-down.nav-box .nav-search {
    right: 15px;
}

/* Header 8 */

.header.nav-down.nav-boxed-transparent {
    color: #fff;
    background: none;
    box-shadow: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 40px;
    z-index: 2;
    height: auto;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.header.nav-down.nav-boxed-transparent .site-navigation.navdown {
    background: none;
}

.header.nav-down.nav-boxed-transparent .site-navigation.navdown .row {
    position: relative;
    /*background: #ffcd11;*/
    bottom: 0;
    z-index: 1;
    margin: 0;
}

.header.nav-down.nav-boxed-transparent p,
.header.nav-down.nav-boxed-transparent i {
    color: #fff !important;
}

/* Header 9 */

.header.header-solid {
    background: #ffcd11;
    color: #fff;
}

.header.header-solid .top-info li .info-wrapper p,
.header.header-solid .top-info .info-icon {
    color: #fff;
}

.header.header-solid .top-info li .info-wrapper:after {
    background: rgba(255, 255, 255, 0.1);
}

.header.header-solid .top-info li.last .info-wrapper:after {
    background: none;
}

.site-navigation.navdown.nav-transparent {
    background: transparent;
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    left: 0;
    right: 0;
    z-index: 2;
}

/*-- Header common --*/

.header-trans-leftbox,
.header-transparent {
    background: none;
    box-shadow: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 10px;
    z-index: 2;
    height: auto;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.header {
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.navbar-fixed {
    z-index: 99999;
    position: fixed;
    opacity: 0.98;
    width: 100%;
    top: 0;
    -webkit-animation: fadeInDown 800ms;
    -moz-animation: fadeInDown 800ms;
    -ms-animation: fadeInDown 800ms;
    -o-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
}

/*-- Logo --*/

.logo {
    display: table;
}


.logo img {
margin: 2px 0;
}

.main-footer .logo img {
width:auto;
}

.logo a {
    display: table-cell;
    vertical-align: middle;
}
/*
.header.nav-down .logo{
    height: 110px;
}
*/
/* header right */

.header-right {
    float: right;
}

.top-info {
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
float: right;
}

.top-info li {
    display: inline-block;position: relative;
padding-left: 60px;

}

.top-info li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.top-info .info-icon {
font-size: 20px;
color: #ffcd11;
display: inline-block;
top: -15px;
position: relative;
margin-right: 10px;
position: absolute;
width: 48px;
height: 48px;
left: 0;
top: 0;
color: #1f2a30;
font-size: 24px;
line-height: 46px;
text-align: center;
border: 1px dashed #1f2a30;
-moz-transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}


.top-info .info-icon .icon { 

line-height: 47px;
}



.top-info .info-wrapper {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

/*
.top-info li .info-wrapper:after {
    position: absolute;
    content: "";
    background: #ddd;
    right: -15px;
    width: 1px;
    height: 35px;
    top: 4px;
}*/

.top-info li:nth-last-child(2) .info-wrapper:after {
    background: none;
}

.top-info li .info-wrapper p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;

    color: #252a37;
}

.top-info li.last .info-wrapper:after {
    background: none;
}

.top-info li .info-wrapper p.info-subtitle {
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    color: #7a7a7a;
    margin-top: 5px;
}

/*-- Nav Search start --*/

.site-navigation .container,
.search-area {
    position: relative;
}

.search-area {
    min-height: 70px;
    padding-right: 0;
}

.nav-search {
    position: absolute;
    cursor: pointer;
    top: 32px;
    right: 0;
    color: #fff;
    width: 30px;
    text-align: center;
}

.search-block {
    background: #f8f8f8;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
width: 300px;
top: 8px;
position: absolute;
float: right;
border-radius: 35px;
overflow: hidden;
right:0;
}

.search-block .form-control {
    background: none;
    border: 0;

    color: #333;
    width: 100%;
    height: 40px;
    padding: 0 12px;
font-size: 13px;
text-transform: capitalize;

}

.search-block .search-close {
    color: #fff;
    position: absolute;
    top: -62px;
    right: -14px;
    font-size: 32px;
    cursor: pointer;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 14px;
    text-align: center;
}



.search-ico {
position: absolute;
right: 0;
width: 50px;
height: 40px;
border: 0;
background: #000;
top: 0;
color: #fff;

}




.search-area .nav-search {
    top: 23px;
}

.search-area .search-block .search-close {
    top: -50px;
}

.search-area .search-block {
    right: 0;
}

/* Get a quote */

.header-get-a-quote .btn-primary {
    padding: 13px 25px;
    border-radius: 3px;
    line-height: normal;
    color: #fff;
    position: relative;
    top: -12px;
}

.header-get-a-quote .btn-primary:hover {
    background: #1f1f1f;
}

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

/*-- Banner --*/

.banner-area {
    position: relative;
    min-height: 500px;
    color: #fff;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}

.banner-area .container {
    position: relative;
}

.banner-title {
    color: #fff;
    font-size: 100px;
    margin-bottom: 30px;
}

.banner-heading {
    padding: 100px 0 0 0;
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    min-height: 500px;
}

.breadcrumb {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    background: none;
    font-size: 16px;
    font-weight: 700;
}

.breadcrumb a:hover {
    color: #fff;
}

.breadcrumb > li + li:before {
    color: #fff;
}

/* Navigation
================================================== */

ul.navbar-nav.main-menu > li {
    position: relative;
    float: left;
    display: inline-block;

}

ul.main-menu > li > a {
    color: #000;
    text-rendering: optimizeLegibility;
    display: inline-block;
    padding: 0 30px;
    line-height: 80px;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    position: relative;    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

ul.main-menu > li:hover > a:before,
ul.main-menu > li.current-menu-item > a:before,
ul.main-menu > li.current-menu-parent > a:before {
    opacity: 1;
    transform: scale(1) translateZ(0);
}

ul.main-menu > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-bottom: 3px solid #ffcd11;
    transform: scale(0) translateZ(0);
    -webkit-transition: -webkit-transform 0.45s ease, opacity 0.55s ease;
    -moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
    -ms-transition: -ms-transform 0.45s ease, opacity 0.55s ease;
    -o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
    transition: transform 0.45s ease, opacity 0.55s ease;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li.current-menu-item > a {
    background: none;
}

ul.main-menu > li:first-child:after {
    display: none;
}

#responsive-menu {
    display: none;
}

.menubar.site-nav-inner {
    margin-bottom: 0;
    min-height: 0;
    padding: 0;
float: left;
}

ul.main-menu li ul {
    z-index: 998;
}
ul.main-menu > li.menu-item-has-children a {
    position: relative;
}
ul.main-menu > li.menu-item-has-children > a:after {
    font-family: FontAwesome;
    position: absolute;
    clear: both;
    content: "\f107";
    display: block;
    font-size: 14px;
    right: 15px;
    top: 50%;
    margin-top: -40px;
}
ul.main-menu {
    float: none;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

ul.main-menu > li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

ul.main-menu > li > ul.sub-menu > li.menu-item-has-children > a:after {
    display: block;
    content: "\f105";
    font-family: FontAwesome;
    float: right;
    margin-top: 0;
    margin-right: -5px;
}
ul.main-menu > li:hover > ul {
    top: 0;
}
ul.main-menu li ul li ul {
    position: absolute;
    left: 200px;
    top: 0;
}
ul.main-menu li > ul > li {
    float: none;
    margin: 0;
}
ul.main-menu li ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 993;
    width: 220px;
    padding: 0;
}

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

/*
ul.main-menu li ul li:last-child li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

*/

/* Dropdown Menu */

ul.main-menu li > ul {
    opacity: 0;
    visibility: hidden;
    background: #1c1e22;
    z-index: 100;
    min-width: 300px;
    border: 0;
    padding: 20px 25px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.28s ease-in-out;
    -moz-transition: all 0.28s ease-in-out;
    -ms-transition: all 0.28s ease-in-out;
    -o-transition: all 0.28s ease-in-out;
    transition: all 0.28s ease-in-out;
    text-align: left;
}

ul.main-menu li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

ul.main-menu li ul li {
    position: relative;
    float: none;
    list-style: none;
    border-bottom: none;
    margin-bottom: 5px;
    line-height: normal;
}

ul.main-menu li ul li a {
    height: inherit;
    float: inherit;
    text-align: left;
    display: block;
    margin: 0 !important;
    z-index: 993;
    color: #fff;
    padding: 10px 0;
    font-size: 15px;
    border-top: 1px solid #38393d;
    transition: color 300ms !important;
    -webkit-transition: color 300ms !important;
text-transform: capitalize;
}

ul.main-menu li > ul.sub-menu > li > a:hover,
ul.main-menu li ul li.current-menu-item a {
    color: #fc6b2a;
}
ul.main-menu li:hover > ul li > ul {
    top: 0;
}

.display-header .site-navigation.navigation {
    background: rgba(251, 251, 251, 0.49);
}

.site-navigation-inner {
    border-radius: 4px 4px 0 0;
}

.navbar-toggle:focus {
    border: none;
    box-shadow: none;
    outline: 0;
}

.navbar-toggle .icon-bar {
    width: 22px;
    height: 2px;
    background: #000;
    transition: 300ms;
    -webkit-transition: 300ms;
    display: block;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 2px;
}

.navbar-toggle {
    background: #ffcd11;
    float: none;
    position: relative;
    margin: 0;
    margin-left: 0px;
    padding: 0;
    margin-top: 22px;
    border: none;
    border-radius: 0;
    padding: 10px;
}

.navbar-toggle .menu-text {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    left: 30px;
    top: -3px;
    font-weight: 500;
    color: #283033;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.menuwithlogo .navbar-header .navbar-toggle {
    margin-left: 0;
    margin-top: -15px;
    float: right;
    cursor: pointer;
}

.menuwithlogo .navbar-header .navbar-toggle .menu-text {
    display: none;
}

.menuwithlogo .navbar-header {
    text-align: center;
}

.navbar-responsive-collapse.collapse.in {
    min-height: 320px;
}

/* Main navigation white */

.navigation.nav-solid {
    background: #eee;
}
.nav-solid ul.navbar-nav > li > a {
    color: #222;
}
.nav-solid ul.main-menu > li:before {
    background: #ccc;
}
/* mobile menu */

#responsive-menu {
    padding-bottom: 0;
}
#responsive-menu .navbar-nav {
    margin: 0;
    padding: 0;
}
#responsive-menu ul li span.menu-toggler {
    display: inline-block;
    width: 34px;
    cursor: pointer;
    background: #000;
    color: #fff;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 99;
    font-size: 16px;
}
#responsive-menu ul li ul {
    padding: 0 0 0 30px;
    list-style: none;
    margin: 0;
}

#responsive-menu ul li a {
    transition: 400ms;
    -webkit-transition: 400ms;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#responsive-menu ul li:last-child a {
    border-bottom: 0;
}

#responsive-menu #menu-main-menu {
    margin: 0;
    padding: 0;
}
#responsive-menu .nav > li > a {
    padding-left: 0;
    padding-right: 0;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}

#responsive-menu .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}
#responsive-menu ul li {
    display: block;
    position: relative;
}

#responsive-menu ul > li.menu-item-has-children > ul li a {
    padding-left: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
    /* header */
    .main-menu > li > a {
        padding: 0 0 0 25px;
    }
}

/* Slideshow
================================================== */

/*-- Main slide --*/

#main-slide .item {
    min-height: 500px;
    color: #fff;
    background-position: 100% 100%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}
#main-slide .item img {
    width: 100%;
    -webkit-backface-visibility: hidden;
}
#main-slide .item .slider-content {
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    -webkit-backface-visibility: hidden;
}

#main-slide .item.active .slider-content {
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}

#main-slide .slider-content {
    padding: 50px 0 0 0;
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    min-height: 600px;
}

.slide-title {
    font-size: 36px;
    line-height: 48px;
    font-weight: 100;
    color: #fff;
    margin: 0;

    font-family: "Roboto", sans-serif;

    -webkit-backface-visibility: hidden;
    font-weight: 400;
}

.slide-sub-title {
    font-style: normal;
    font-size: 94px;
    line-height: 100px;
    margin: 10px 0 20px;
    color: #fff;
    font-weight: 700;
    -webkit-backface-visibility: hidden;
}

#main-slide .slider-content.text-center .slide-sub-title {
    font-size: 76px;
    line-height: 90px;
}

.slider-text {
    display: table;
    vertical-align: bottom;
    color: #fff;
    padding-left: 40%;
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
}

.slider-text .slide-head {
    font-size: 36px;
    color: #0052a5;
    position: relative;
}

.slider-img {
    display: block;
    position: absolute;
    top: -80px;
    left: 20%;
    width: 314px;
    max-height: 100%;
}

.slider-img img {
    display: block;
    position: relative;
    max-height: 100%;
    width: auto;
}

.slider.btn {
    margin: 40px 5px 0;
    border: 2px solid transparent;
}

.slider.btn.btn-border {
    border: 2px solid #fff;
}

.slider.btn.btn-border:hover {
    border: 2px solid transparent;
}

.slider-description {
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    margin: 20px 0 0;
}

.slider.btn.btn-primary:hover {
    background: #1f1f1f;
}

/* Carousel control */

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    margin: 1px !important;
    border-radius: 100% !important;
    border: 0 !important;
    background: rgba(255, 255, 255, 0.5);
}
#main-slide .carousel-indicators li.active,
#main-slide .carousel-indicators li:hover {
    background: #ffcd11;
    -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-slide .carousel-control.left,
#main-slide .carousel-control.right,
#main-slide .carousel-indicators {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#main-slide:hover .carousel-control.left,
#main-slide:hover .carousel-control.right,
#main-slide:hover .carousel-indicators {
    opacity: 1;
    filter: alpha(opacity=100);
}
#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#main-slide .carousel-control .fa-angle-left {
    left: 20px;
}
#main-slide .carousel-control .fa-angle-right {
    right: 20px;
}
#main-slide .carousel-control i {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 58px;
    width: 60px;
    height: 60px;
    font-size: 36px;
    border-radius: 0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#main-slide .carousel-control i:hover {
    background: #ffcd11;
    color: #fff;
}
#main-slide .carousel-indicators {
    display: none !important;
}
/*-- Animation */

.carousel .item.active .animated1 {
}
.carousel .item.active .animated2 {
    -webkit-animation: slideInLeft 0.5s ease-in 300ms both;
    animation: slideInLeft 0.5s ease-in 300ms both;
}
.carousel .item.active .animated3 {
    -webkit-animation: fadeInLeft 1.5s ease-in-out 300ms both;
    animation: fadeInLeft 1.5s ease-in-out 300ms both;
}
.carousel .item.active .animated4 {
    -webkit-animation: lightSpeedIn 1.5s ease-in 300ms both;
    animation: lightSpeedIn 1.5s ease-in 300ms both;
}
.carousel .item.active .animated5 {
    -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
    animation: bounceInLeft 1s ease-in-out 100ms both;
}
.carousel .item.active .animated6 {
    -webkit-animation: fadeInRight 1s ease-in 200ms both;
    animation: fadeInRight 1s ease-in 200ms both;
}
.carousel .item.active .animated7 {
    -webkit-animation: fadeInRight 1.5s ease-in 300ms both;
    animation: fadeInRight 1.5s ease-in 300ms both;
}
.carousel .item.active .animated8 {
    -webkit-animation: bounceInDown 1s ease-in 800ms both;
    animation: bounceInDown 1s ease-in 800ms both;
}

/*-- Owl slide common --*/



.owl-carousel.page-slider {
    z-index: 0;
}

.owl-carousel.page-slider .owl-nav {
    margin: 0;
}

.owl-carousel .owl-nav {
    text-align: center;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
    background: #ffcd11;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: auto;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 20px;
    text-align: center;
    margin: 0;
    border-radius: 0;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-prev"] {
    right: auto;
}

.owl-carousel.owl-theme .owl-nav > div:hover {
    background: #272d33;
}

.owl-theme .owl-dots {
    text-align: center;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 4px;
    margin: 5px 4px;
    background: #000;
    opacity: 0.2;
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ffcd11;
    opacity: 1;
}

/* Smart slider */

.n2-ss-button-container a,
div#n2-ss-2 .n2-ss-button-container,
div#n2-ss-2 .n2-ss-button-container a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* Page Slider */

.page-slider.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    height: 100px;
    line-height: 100px;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-top: -25px;
}
.page-slider.owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #ffcd11;
}
.page-slider.owl-theme .owl-nav div {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    width: 36px;
    height: 72px;
    line-height: 72px;
    font-size: 26px;
    text-align: center;
    margin: 0;
    border-radius: 0;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
}
.page-slider.owl-theme .owl-nav div:hover {
    background: #ffcd11;
    color: #fff;
}
.page-slider.owl-theme .owl-nav [class*="owl-prev"] {
    right: auto;
    left: 0;
}
.page-slider .item {
    position: relative;
    z-index: 2;
    min-height: 700px;
    background-position: 50% 50%;
    background-size: cover;
}
.page-slider.page-slider-small .item {
    max-height: 500px;
    min-height: auto;
}
.page-slider .owl-item .box-slider-content {
    opacity: 0;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s;
}
.page-slider .owl-item.active .box-slider-content {
    opacity: 1;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
}
.page-slider .owl-item.active .box-slider-text {
    -webkit-animation: slideInRight 0.8s ease-out 1s both;
    animation: slideInRight 0.8s ease-out 1s both;
}

.page-slider-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 20px;
    background: rgba(255, 255, 255, 0.9);
}
.page-slider-caption h3 {
    font-size: 20px;
}
.page-slider-caption span {
    font-weight: 400;
}

/* Owl Box slider */
.box-slider-content {
    top: 50%;
    padding: 0;
    position: absolute;
    width: 600px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
}

.box-slider-text {
    background: #fff;
    display: inline-block;
    padding: 30px;
    max-width: 650px;
}

.box-slider-text .slider.btn {
    padding: 12px 40px;
    margin: 15px 5px 0;
}
.box-slider-text .slider.btn.btn-border {
    border: 2px solid;
    border-color: #ffcd11;
    color: #252a37;
}
.box-slider-text .slider.btn.btn-border:hover {
    color: #fff;
    border-color: transparent;
}

.box-slide-title {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    color: #666;
}

.box-slide-sub-title {
    font-size: 36px;
    margin: 12px 0 10px;
}

.box-slide.owl-theme .owl-controls {
    margin: -20px;
}

/* Feature box
================================================== */

/* Common */

.ts-feature-info {
    z-index: 1;
    position: relative;
}

.ts-feature-title {
    font-size: 22px;
    margin: 30px 0 20px;
}

.ts-feature-box .feature-icon {
    color: #ffcd11;
    font-size: 60px;
}

/* Feature Box Round */

.ts-feature-box-round .xs-main-overlay {
    border-radius: 5px;
}

.ts-feature-box-round .ts-feature-box .ts-feature-info {
    height: 215px;
    padding: 50px 0 30px;
}

.ts-feature-box-round .ts-feature-title {
    font-size: 22px;
    margin: 10px 0 0px;
}

.ts-feature-box-round .box-round-highlight {
    margin-top: -30px;
}

/* Feature style One */

.fw-container-fluid .ts-feature-box .ts-feature-info {
    color: #fff;
    padding: 70px 50px;
    height: 360px;
}

.fw-container-fluid .ts-feature-box .ts-feature-title,
.fw-container-fluid .feature-icon,
.column-bg .feature-icon,
.column-bg .ts-feature-title {
    color: #fff !important;
}

/* Feature classic icon left */

.ts-feature-info.icon-left .feature-icon {
    float: left;
    font-size: 50px;
}

.ts-feature-info.icon-left .feature-content {
    margin-left: 80px;
}

.ts-feature-info.icon-left .ts-feature-title {
    font-size: 22px;
    margin: 0 0 5px 0;
}

/* Feature classic icon left round */

.ts-feature-info.icon-left.icon-round .feature-icon {
    float: left;
    font-size: 36px;
    background: #a2df48;
    color: #fff;
    border-radius: 100%;
    width: 75px;
    height: 75px;
    line-height: 80px;
    text-align: center;
}

.ts-feature-info.icon-left.icon-round .feature-content {
    margin-left: 110px;
}

.ts-feature-info.icon-left.icon-round .ts-feature-title {
    margin-bottom: 10px;
}

/* Feature Img box */

.feature-img-box .feature-content h3 {
    margin: 30px 0 20px;
}

/* Feature Img Box Left */

.feature-img-box-left .feature-content {
    margin-left: 80px;
}

.feature-img-box-left .feature-content .btn-dark {
    margin-top: 15px;
}

.feature-img-box-left .feature-content h3 {
    margin-top: 0;
}

/* Feature Toll call to action */

.toll-free-cta {
    background: #2d3559;
    display: inline-block;
    text-align: center;
    padding: 30px 80px;
    position: relative;
    margin-top: 20px;
}

.toll-free-cta:before {
    bottom: 100%;
    left: 55px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-bottom-color: #2d3559;
    border-width: 20px;
}

.toll-free-cta h3,
.toll-free-cta p {
    margin: 0;
}

.toll-free-cta h3,
.parallax-section .feature-content .toll-free-cta h3 {
    color: #a2df48;
    font-size: 40px;
}

/* Cta text white */

.cta-text-white h3,
.cta-text-white p {
    color: #fff;
}

.cta-text-white p {
    margin-bottom: 0;
}

/* Intro area
================================================== */

.feature-intro-box {
    position: relative;
    margin: 20px;
}

.feature-intro-box .feature-intro-img {
    height: 290px;
}
.feature-intro-box .feature-intro-img img {
    width: 95%;
    height: 100%;
}
.feature-intro-content {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 40px 30px;
    z-index: 1;
    width: 345px;
    min-height: 250px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 25px 15px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.feature-intro-content h3 {
    font-size: 70px;
    line-height: 100%;
}

.feature-intro-content p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.intro-shape:after {
    content: "";
    position: absolute;
    right: 0;
    z-index: -1;
    border-left: 290px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 290px solid #ffcd11;
    bottom: -40px;
}

/* Services
================================================== */

.ts-service-box {
    margin-bottom: 50px;
}

.ts-service-content {
    position: relative;
}

.ts-service-icon i {
    font-size: 70px;
    position: absolute;
    right: 0;
    color: #f2f2f2;
    z-index: -1;
}

.service-title {
    margin-top: 25px;
}

.ts-service-box h3 {
    font-size: 22px;
}

/* Services overlay */

.ts-service-overlay {
    position: relative;
    min-height: 310px;
    overflow: hidden;
    margin-bottom: 30px;
}

.ts-service-overlay:before {
    position: absolute;
    content: "";
    background: rgba(45, 53, 89, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.ts-service-overlay .service-content {
    position: absolute;
    bottom: -198px;
    text-align: center;
    padding: 40px;
    color: #fff;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.ts-service-overlay .service-content p {
    opacity: 0;
    line-height: 26px;
}

.ts-service-overlay .service-title {
    color: #fff;
    background: rgba(162, 223, 72, 0.85);
    margin: 0;
    padding: 15px 0 20px;
    font-size: 22px;
}

.ts-service-overlay .service-title i {
    font-size: 28px;
    position: relative;
    bottom: -5px;
    right: 10px;
}

.ts-service-overlay:hover .service-content,
.ts-service-overlay:hover .service-content p {
    bottom: 0;
    text-align: left;
    opacity: 1;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.ts-service-overlay:hover:before {
    opacity: 1;
}

.ts-service-overlay:hover .service-title {
    background: none;
}

.ts-image-wrapper img {
    width: 100%;
}

.ts-service-overlay .btn {
    margin-top: 15px;
}

/* Btn icon bg */

.btn-primary.icon-bg {
    padding: 10px 20px;
    border-radius: 3px 0 0 3px;
    position: relative;
}

.btn-primary.icon-bg i {
    padding: 12px 17px;
    background: #2d3559;
    width: 55px;
    height: 45px;
    display: inline-block;
    position: absolute;
    margin-left: 20px;
    font-weight: 700;
    top: -2px;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
}

.btn-primary.icon-bg:hover i {
    background: #1f1f1f;
}

/* All Tabs
================================================== */

/* Featured Tab */

.featured-tab .nav-tabs {
    border: 0;
}

.featured-tab .nav-tabs > li > a {
    font-weight: 600;
    background: none;
    border-radius: 0;
    min-width: 200px;
    min-height: 100px;
    padding: 25px 80px;
    border: 0;
    margin-right: -1px;
    color: #252a37;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-tab .nav-tabs > li.active > a {
    color: #ffcd11;
    background: #fff;
    /*box-shadow: 0 2px 30px -5px #e0e5f0;*/
    -webkit-box-shadow: 0 -5px 14px -5px rgba(0, 0, 0, 0.05), -5px 5px 14px -13px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -5px 14px -5px rgba(0, 0, 0, 0.05), -5px 5px 14px -13px rgba(0, 0, 0, 0.05);
}

.tab-text-title {
    display: block;
    margin-top: 20px;
}

.featured-tab .tab-content {
    background: #fff;
    border: 0;
    border-top: 0;
    padding: 40px 30px;
    min-height: 430px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
}

.featured-tab .bg-contain-verticle {
    min-height: 380px;
}

.bg-contain-verticle {
    background-image: url(../images/tab-shape.png);
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle !important;
    padding: 30px 25px;
    margin: -10px;
}

.bg-contain-verticle.pull-left {
    margin: 0 40px 10px 0;
}

.bg-contain-verticle.pull-right {
    margin: 0 0 0 40px;
}

.img-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.tab-content-info {
    padding: 0 20px 0 10px;
}

.tab-content-info .btn-light {
    font-weight: 800;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: transparent;
    border-color: transparent;
}

.tab-content-info .btn-light i {
    padding-left: 5px;
}

.tab-content-info .btn-light:hover {
    color: #ffcd11;
    background-color: transparent;
}

.tab-content-title {
    font-size: 30px;
    line-height: 22px;
    margin-top: 40px;
    margin-bottom: 20px;
    display: inline-block;
}

.featured-tab .tab-pane img.pull-left {
    margin: 0 40px 10px 0;
}

.featured-tab .tab-pane img.pull-right {
    margin: 0 0 0 40px;
}

.featured-tab .nav-tabs > li > a {
    position: relative;
    z-index: 2;
}

.featured-tab .nav-tabs > li.active > a:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    width: 100px;
    height: 3px;
    background: #2154ce;
    margin-left: -50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.featured-tab .nav-tabs > li.active > a .tab-head span {
    color: #2154ce;
}

.tab-head span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #222222;
}

.tab-head i {
    font-size: 44px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #2154ce;
}

/* Landing Tab */

.landing-tab {
    position: relative;
    z-index: 10;
}

.landing-tab .nav-tabs {
    border-right: 1px solid #e7e7e7;
    padding: 25px 0;
    border-bottom: 0;
}

.landing-tab .nav-tabs > li.active {
    margin-right: -3px;
}

.landing-tab .nav-tabs > li.active .tab-info h3 {
    color: #323232;
}

.landing-tab .nav-tabs > li {
    padding: 15px 0;
}

.landing-tab .nav-tabs > li > a {
    background: none !important;
    border-radius: 0;
    padding: 0 15px 0;
    color: #6a6a6a !important;
    position: relative;
    border: 0 !important;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.landing-tab .nav-tabs > li > a:hover {
    background: none;
}

.landing-tab .tab-icon {
    font-size: 28px;
    display: inline-block;
}

.landing-tab .tab-info {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 70px;
    top: 50%;
    margin-top: -12px;
}

.landing-tab .tab-info h3 {
    font-size: 18px;
    line-height: normal;
    margin: 0;
    color: #6a6a6a;

    font-family: "Roboto", sans-serif;

    font-weight: 500;
}

.landing-tab .tab-pane h3 {
    margin-top: 0;
    line-height: normal;

    font-family: "Roboto", sans-serif;

    font-weight: 500;
}

.landing-tab .tab-pane h3.text-center {
    margin-bottom: 25px;
}

.landing-tab .tab-pane {
    padding-left: 95px;
    text-align: justify;
}

.landing-tab .tab-pane i.big {
    font-size: 200px;
    margin-bottom: 30px;
    display: block;
}

/* Insurance tab */

.insurance-tab .nav.nav-tabs {
    border-bottom: 0;
    margin-bottom: 50px;
}

.insurance-tab .nav.nav-tabs > li > a {
    background: none;
    border: 0;
    color: #323232;
    padding: 0 30px 0 0;
    font-weight: 500;
}

.insurance-tab .nav.nav-tabs > li.active > a,
.insurance-tab .nav.nav-tabs > li:hover > a {
    color: #a2df48;
}

.insurance-tab .nav.nav-tabs > li > a span {
    font-size: 28px;
    margin-right: 8px;
    position: relative;
    bottom: -8px;
}

/* Insurance Quote form */

.ts_ins_quote h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.wpcf7-form .ts_ins_quote .wpcf7-form-control-wrap .wpcf7-form-control {
    background: none;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    font-style: italic;
    margin-top: 15px;
}

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

.facts {
    position: relative;
    text-align: center;
    padding: 25px 0 5px;
    margin-left: -100px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.facts i {
    font-size: 54px;
    color: #a4a7af;
}

.facts-num .funfact {
    font-size: 30px;
    font-weight: 700;
    color: #252a37;
    margin-top: 15px;
    margin-bottom: 0;
    display: inline-block;
}

.facts h4 {
    font-size: 18px;
    margin-top: 8px;
    text-transform: uppercase;
}

/* Fact box */

.fact-box i {
    font-size: 54px;
    color: #fff;
}

.fact-box .facts-num {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 0;
}

.fact-box .fact-title {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.fact-box p {
    font-weight: 700;
    color: #fff;
}

/* Facts Col */

.ts-facts-col {
    padding: 0;
}

.ts-facts-col .facts {
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 0 0;
}

.ts-facts-col:nth-child(2) .facts,
.ts-facts-col:nth-child(4) .facts {
    border-right: 0;
}

.ts-facts-col:nth-child(3) .facts,
.ts-facts-col:nth-child(4) .facts {
    border-bottom: 0;
}

.ts-facts-col .facts i {
    color: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 15px;
    font-size: 70px;
}

.ts-facts-col .facts-num .funfact,
.ts-facts-col .facts p {
    color: #fff;
    font-weight: 700;
}

/* Case Study
================================================== */

.ts-featured-projects {
    padding-top: 0;
}

#featured-projects-slide {
    position: relative;
}

#featured-projects-slide .owl-stage-outer {
    padding-top: 10px;
}

#featured-projects-slide .item {
}

.featured-projects-slide .owl-nav {
    display: block !important;
}

.featured-projects-content {
    border: 1px solid #ffcd11;
    background: #f7f9fd;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    padding: 15px;
}

/*
.featured-projects-text{
    max-width: 440px;
    padding: 0px 30px 0 0;
}
*/

.featured-projects-text.pull-right {
    padding: 50px 0 0 30px;
}

.featured-projects-text .intro-desc {
    height: 180px;
    overflow: hidden;
}

/*
.features-slider-img{
    margin-top: -75px;
}*/

.features-slider-img {
    height: 330px;
}

.features-slider-img img {
    height: 100%;
}

.featured-projects-content .btn-primary {
    margin-top: 15px;
}

/* Owl Page slider */

.owl-carousel.featured-projects-slide.owl-theme .owl-nav > div {
    top: -50px;
    right: 0px;
    width: 40px;
    height: 35px;
    line-height: 65px;
    font-size: 25px;
    color: #fff;
}

.owl-carousel.featured-projects-slide.owl-theme .owl-nav > .owl-prev {
    right: 60px;
}

.owl-carousel.featured-projects-slide.owl-theme .owl-nav > .disabled {
    background: #90a9e7;
}

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

.ts-team-wrapper {
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.03);
    text-align: center;
    min-height: 380px;
}

.ts-team-content {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    height: 95px;
    padding: 20px 25px;
    margin-top: 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.team-img-wrapper {
    position: relative;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.team-img-wrapper:after {
    position: absolute;
    content: "";
    background: rgba(31, 31, 31, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.team-img-wrapper img {
    width: 100%;
}

.ts-team-content .team-name {
    font-size: 20px;
    margin: 0;
    line-height: normal;
}

.ts-team-content .team-designation {
    font-size: 14px;
    font-style: italic;
}

.team-social-icons {
    display: none;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.team-social-icons a,
.team-social a {
    color: #252a37;
    margin-right: 12px;
    text-align: center;
}

.team-social-icons a:hover,
.team-social a:hover {
    color: #ffcd11;
}

/* Hover */

.ts-team-wrapper:hover .ts-team-content {
    position: absolute;
    top: 50%;
    margin-top: -95px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.ts-team-wrapper:hover .ts-team-content h3,
.ts-team-wrapper:hover .ts-team-content p {
    color: #fff;
}

.ts-team-wrapper:hover .team-img-wrapper:after {
    opacity: 1;
    right: 0;
}

.ts-team-wrapper:hover .team-social-icons {
    display: block;
    height: 95px;
    padding: 30px 0;
}

/* Team style 2 */

.team.team-list .team-content h3 {
    margin-bottom: 5px;
}

.team-designation {
    font-style: italic;
}

/* Team style 3 border */

.team.team-list-border .team-img img {
    width: 100%;
}

.team.team-list-border .team-content {
    border: 1px solid #f0f0f0;
    border-top: 0;
    padding: 20px 30px 15px;
}

.team.team-list-border .team-content h3 {
    margin: 0;
}

.team.team-list-border .team-social {
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
    margin-top: 20px;
}

.team.team-list-border .team-social a {
    margin-right: 20px;
}

/* Pricing table
================================================== */

.pricing {
    padding-bottom: 80px;
}

.plan {
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.plan-name {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    padding: 20px 0;
    color: #252a37;
    margin-bottom: 0;
}

.plan-price {
    font-size: 48px;
    padding: 0 0;
    position: relative;
    color: #252a37;
    margin: 0 0 25px;
}

.plan-price .currency {
    top: -0.9em;
    font-size: 50%;
    left: -0.01em;
    font-weight: 700;
}

.plan-name small {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
}

.plan-price sub {
    font-size: 20px;
    left: -0.6em;
    position: relative;
}

.plan ul {
    background: #fff;
    padding: 0;
    margin-bottom: 0;
}

.plan ul li {
    padding: 8px 30px;
    list-style: none;
}

.plan .btn {
    margin: 25px 0 40px;
}

.plan.featured {
    background: #ffcd11;
    color: #fff;
    padding: 40px 0;
    margin: -40px 0;
}

.plan.featured ul {
    background: none;
}

.plan.featured .plan-name {
    color: #fff;
}

.plan.featured .plan-price {
    color: #fff;
}

.plan.featured .btn {
    background: #fff;
    color: #ffcd11;
}

/* Testimonial and Quote form area
================================================== */

/* Contact form 7 common */

.wpcf7-form .wpcf7-form-control {
    width: 100%;
    box-shadow: none;
    border: 1px solid #f1f1f1;
    padding: 5px 20px;
    color: #626c84;
    font-size: 16px;
    font-weight: normal;
}

select.wpcf7-form-control {
    border: 0 !important;
    outline: 1px solid #dadada;
}

.wpcf7-form input.wpcf7-form-control,
select.wpcf7-form-control {
    height: 50px;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    width: auto;
    float: right;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    padding: 15px 35px;
    margin-top: 15px;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
    background: #ffcd11;
}

.wpcf7-form p {
    margin-bottom: 15px;
}

/* Quote form */

.ts_quote_form {
    background: #1f1f1f;
    color: #fff;
    padding: 80px 50px;
    margin-top: -80px;
    margin-bottom: -80px;
}

.ts_quote_form .column-title {
    font-size: 36px;
    margin-bottom: 40px;
}

.ts_quote_form .column-title span {
    font-size: 20px;
    margin: 0;
}

.ts_quote_form .form-group {
    margin-bottom: 30px;
}

.ts_quote_form .wpcf7-form-control-wrap.text .wpcf7-form-control,
.ts_quote_form .wpcf7-form-control-wrap.email .wpcf7-form-control,
.ts_quote_form .wpcf7-form-control-wrap.textarea .wpcf7-form-control {
    border: 0;
    border-bottom: 1px solid #6d6d6d;
    padding-left: 0;
    color: #fff;
    background: none;
    position: relative;
    z-index: 2;
}

.ts_quote_form .wpcf7-form-control-wrap .wpcf7-form-control:focus {
    border: 0;
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid #ffcd11;
}

.ts_quote_form .tag-line {
    text-align: center;
    color: #fff;
    clear: both;
    margin-top: 20px;
    margin-bottom: 0;
}

.ts_quote_form .tag-line p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.quote_form input::-webkit-input-placeholder,
.quote_form textarea::-webkit-input-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, 0.3);
}

.newsletter-form input::-webkit-input-placeholder,
.newsletter-form input:-moz-placeholder,
.newsletter-form input::-moz-placeholder {
    color: #252a37;
}

.quote_form input:-moz-placeholder,
.quote_form textarea:-moz-placeholder {
    color: #fff;
}

.quote_form input::-moz-placeholder,
.quote_form textarea::-moz-placeholder,
.newsletter-form input::-moz-placeholder {
    color: #fff;
}

.quote_form input:-ms-input-placeholder,
.quote_form textarea:-ms-input-placeholder,
.newsletter-form input:-ms-input-placeholder {
    color: #fff;
}

/*
.testimonial-thumb img{
    border: 1px solid #8E8E8E;
    padding: 3px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.testimonial-slide .testimonial-content h3.name{
    font-size: 18px;
    color: #fff;
    margin: 10px 0;
}

.testimonial-slide .testimonial-content h3 span{
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-top: -10px;
}

.testimonial-slide .owl-buttons{
    display: none;
}

.testimonial-slide .testimonial-text{
    font-size: 16px;
    line-height: 24px;
    max-width: 800px;
    padding-top: 30px;
    display: inline-block;
    position: relative;
    color: #fff;
}

.testimonial-slide .testimonial-text:before{
    content: '\f10d';
    font-family: FontAwesome;
    padding-right: 10px;
}
.testimonial-slide .testimonial-text:after{
    content: '\f10e';
    font-family: FontAwesome;
    padding-left: 10px;
}

.testimonial-slide.owl-theme .owl-controls .owl-page span{
    background: none;
    border: 1px solid #fff;
    opacity: .7;
}

.testimonial-slide.owl-theme .owl-controls .owl-page.active span{
    border: 1px solid transparent;
}


/*-- Testimonial --*/

.testimonial-slide {
    padding: 0;
}

.quote-item {
    padding: 0;
}

.quote-item .quote-text {
    margin: 40px 0 10px;
    display: inline-block;
    padding: 50px 40px 30px 45px;
    background-color: #fff;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: relative;
    font-size: 16px;
    font-style: italic;
}

.quote-item .quote-text:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    font-size: 20px;
    left: 45px;
    top: -20px;
    color: #fff;
    background: #ffcd11;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    font-style: normal;
}

.quote-item .quote-text:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 55px;
    border-width: 0 0 20px 20px;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 0.5);
    display: block;
    width: 0;
}

img.testimonial-thumb {
    max-width: 80px;
    float: left;
    margin-right: 20px;
    border-radius: 100%;
}

.quote-item-info {
    padding-top: 15px;
    display: inline-block;
    -webkit-backface-visibility: hidden;
}

.quote-author {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 2px;
    font-weight: 600;
    display: block;
    color: #fff;
}

.quote-subtext {
    color: #fff;
    font-size: 14px;
    display: block;
}

.quote-item-footer {
    margin-top: 40px;
    margin-left: 0;
}

.testimonial-slide.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
    bottom: 0;
    color: #fff;
}

.testimonial-slide.owl-theme .owl-dots {
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

.testimonial-slide.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.testimonial-slide.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    background: #fff;
    opacity: 0.45;
    display: inline-block;
}

.testimonial-slide.owl-theme .owl-dots .owl-dot.active span {
    background: #e50404;
    opacity: 1;
}

/* Testimonial static */

.ts-testimonial-static {
    background: #fff;
    box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.05);
    padding: 100px 40px 60px;
}

.ts-testimonial-static .ts-testimonial-text {
    text-align: center;
    font-style: italic;
    position: relative;
}

.ts-testimonial-static .ts-testimonial-text:before {
    content: "\e937";
    font-family: "iconfont";
    transform: rotate(180deg);
    position: absolute;
    font-size: 36px;
    left: 50%;
    margin-left: -15px;
    top: -60px;
    color: #ffcd11;
    font-style: normal;
}

.quote-item-static-footer {
    margin: 30px 0 0 30px;
}

.quote-item-static-footer .quote-author {
    color: #252a37;
    font-size: 18px;
}

.quote-item-static-footer .quote-subtext {
    color: #626c84;
    font-weight: 400;
}

/* Testimonial static 2 */

.ts-testimonial-static2 {
    background: #fff;
    box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.05);
    padding: 30px;
    border-radius: 4px;
}

.ts-testimonial-static2 .quote-item-static-footer {
    margin: 0 0 15px 0;
    position: relative;
}

.ts-testimonial-static2 .quote-item-static-footer:before {
    content: "\e937";
    font-family: "iconfont";
    position: absolute;
    font-size: 36px;
    right: 0;
    top: 0;
    color: rgba(0, 0, 0, 0.15);
}

.ts-testimonial-static2 img.testimonial-thumb {
    max-width: 48px;
}

.ts-testimonial-static2 .quote-item-info {
    padding: 0;
}

.ts-testimonial-static2 .quote-text {
    line-height: 26px;
    position: relative;
}

/* Center */

.ts-testimonial-static.text-center {
    padding: 100px 30px 40px;
}

.ts-testimonial-static.text-center img.testimonial-thumb {
    float: none;
    margin-right: 0;
}

.ts-testimonial-static.text-center .quote-item-static-footer {
    margin-left: 0;
}

/* Testimonial Slide classic */

.quote-item-area {
    max-width: 600px;
    margin: 0 auto;
}

.quote-item-area .quote-thumb {
    background: #ffcd11;
    text-align: center;
    width: 190px;
    height: 190px;
    border-radius: 100%;
}

.quote-item-area .quote-thumb img {
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 100%;
}

.quote-item-content .quote-name {
    margin: 0;
}

.quote-item-content .quote-name-desg {
    margin-bottom: 10px;
    display: block;
}

.quote-message {
    font-style: italic;
}

.testimonial-slide-classic.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
    top: 50%;
    bottom: auto;
}

.testimonial-slide-classic.owl-carousel.owl-theme .owl-nav [class*="owl-prev"] {
    left: 0;
    right: auto;
    margin-top: -10px;
}

/* Video block
================================================== */

.featured-video {
    background: #fff;
}

.video-block-head h2 {
    font-size: 16px;
    margin: 0;
    line-height: normal;
}

.video-block-head h3 {
    font-size: 24px;
    line-height: normal;
    margin: 0;
}

.video-block-content .image-block-content {
    margin-bottom: 0 !important;
    padding: 5px 0 !important;
}

.video-block-content h3 {
    margin: 0 !important;
    line-height: normal !important;
}
.video-block-content .feature-icon {
    background: transparent !important;
    color: #323232;
    font-size: 28px !important;
    margin-top: 5px !important;
    width: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    border-radius: 0 !important;
    text-align: left !important;
}

.video-block-content .btn.btn-primary {
    color: #fff;
    margin: 5px 0 0 40px;
    padding: 8px 25px;
}

.video-block-content .btn.btn-primary:hover {
    color: #333;
}
.video-block-content .feature-content {
    padding-right: 20px !important;
    padding-left: 55px !important;
}

/* Recent Post
================================================== */

.post-img-wrapper {
    position: relative;
}

.post-img-overlay {
    position: relative;
    display: inline-block;
}

.post-img-overlay::before {
    position: absolute;
    border-radius: 1px;
    background-color: rgba(0, 0, 0, 0);
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.post-img-overlay:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
}

.post-img-overlay a {
    position: absolute;
    right: 0;
    color: #fff;
    background: #666666;
    padding: 15px 20px;
    opacity: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.post-img-overlay a.link {
    right: 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.post-img-overlay:hover a.link {
    left: 0;
    right: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.post-img-overlay a.view {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.post-img-overlay:hover a.view {
    bottom: 0;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.recent-post {
    padding: 0 15px;
}
.recent-post .post-body h3 {
    font-size: 18px;
    margin-bottom: 3px;

    font-family: "Roboto", sans-serif;

    font-weight: 700;
}

.recent-post .post-body h3 a {
    color: #323232;
}

.recent-post .post-body .post-meta a {
    font-weight: 400;
    font-size: 13px;
}

.recent-post .post-body .post-meta span,
.recent-post .post-body .post-meta span i {
    padding-right: 5px;
}

.recent-post .post-excerpt {
    padding-top: 1px;
}

.recent-post .post-excerpt a.read-more {
    padding: 6px 18px;
    border-width: 1px;
    font-size: 12px;
    margin-top: 10px;
}

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

.client_logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    min-height: 32px;
}

.client_logo img {
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    width: 180px !important;

border: 4px #ffcd1133 double;
padding: 5px;
background: #fff;
}



.client_logo:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);

border: 4px #ffcd11 double;
}

/*
.owl-carousel.owl-theme.client-carousel .owl-nav .owl-prev {
    left: 10px;
    right: auto;
    padding-top: 8px;
    color: #fff;
}

.owl-carousel.owl-theme.client-carousel .owl-nav .owl-next {
    right: 10px;
    left: auto;
    padding-top: 8px;
    color: #fff;
}

.owl-carousel.owl-theme.client-carousel .owl-nav [class*="owl-"] {
    bottom: 22px;
}
*/
/* Twitter
================================================== */
.twitter-header i {
    font-size: 70px;
    color: #32b6e6;
}

.twitter-header p {
    font-weight: 700;
    font-size: 15px;
}

.twitter-header {
    margin-bottom: 30px;
}

.twitter-feed ul {
    padding-left: 0;
}

.twitter-feed .tweet {
    font-size: 23px;
    line-height: 27px;
    font-weight: 700;
}

.twitter-feed .tweet img {
    display: none;
}

.twitter-feed .timePosted a {
    opacity: 0.7;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    color: blue;
}
.tweet a,
.timePosted a {
    color: #1dcaff;
}
.tweet,
.timePosted {
    font-size: 18px;
    font-style: italic;

    font-family: "Roboto", sans-serif;

    font-weight: 400;
}

.twt-white .twitter-feed .tweet,
.twt-white .twitter-feed .tweet a,
.twt-white .twitter-feed .timePosted a {
    color: #fff !important;
}

.twt-white .twitter-feed .tweet a,
.twt-white .twitter-feed .timePosted a {
    font-weight: 900;
    opacity: 1;
}

.twt-line i {
    font-size: 40px;
    color: #32b6e6;
}

.twt-line .twitter-feed .tweet {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}

.twt-line .twitter-feed p.timePosted {
    margin-bottom: 0;
}

.twt-line .twitter-feed .timePosted a {
    font-size: 12px;
    font-weight: 700;
    color: #69696e;
}

/* Contact
================================================== */

#contact-form {
    margin-top: 25px;
}
#contact-form label {
    font-weight: normal;
}

.map-wrapper {
    position: relative;
}

.contact-info-inner h3 {
    margin-bottom: 25px;
    font-size: 24px;
    color: #fff;
}

.contact-info h3 {
    margin-top: 42px;
    font-size: 24px;
}

.contact-info p {
    font-size: 18px;
}

.contact-info i {
    font-size: 18px;
    margin-right: 10px;
}

/* Contact inside Map */

.contact-info-inner {
    position: absolute;
    color: #fff;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    padding: 25px 30px;
    max-width: 400px;
    /*max-height: 400px;*/
    text-align: left;
    left: 5%;
}

.contact-info-inner p {
    overflow: hidden;
    margin-bottom: 25px;
}

.contact-info-inner p strong {
    display: block;
}

.contact-info-inner i {
    margin-right: 20px !important;
    font-size: 24px;
    margin-top: 5px;
}

/* Contact box */

.ts-contact-info .ts-contact-icon {
    float: left;
    font-size: 44px;
    color: #ffcd11;
}

.ts-contact-info .ts-contact-content {
    margin-left: 70px;
}

.ts-contact-info .ts-contact-title {
    font-size: 22px;
    margin: 0;
}

/* Footer
================================================== */
/*
.footer {
    position: relative;
}
*/
/*-- Footer top --*/
/*
.footer-top {
    position: absolute;
    top: -60px;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
}

.footer-top-bg {
    background: #ffcd11;
    margin: 0;
    color: #fff;
}

.footer-top .footer-box {
    padding: 30px 55px 20px;
    min-height: 120px;
}

.footer-top .footer-box i {
    float: left;
    font-size: 28px;
    margin-top: 0px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 100%;
}

.footer-top .footer-box .footer-box-content {
    margin-left: 90px;
}

.footer-top .footer-box .footer-box-content h3 {
    margin-top: 6px;
    margin-bottom: 2px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.footer-top .footer-box .footer-box-content p {
    margin: 0;
    font-size: 14px;
}
*/
/*-- Footer main --*/
/*
.footer-main {
    position: relative;
    padding-top: 130px;
}

.footer-main.bg-overlay:after {
    background-color: rgba(0, 8, 29, 0.85);
}

.footer-widget {
    padding-bottom: 40px;
}

.footer .widget-title {
    color: #fff;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 30px;
}
*/
/* Footer about */
/*
.footer-widget.widget_media_image {
    margin: 20px 0 0;
    padding: 0;
}

.footer-logo {
    margin: 20px 0 25px;
}

#text-3.footer-widget {
    padding: 0;
}*/

/* Footer social */
/*
.footer-social {
    margin-top: 25px;
}

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

.footer-social ul li {
    margin: 0 10px 0 0;
    display: inline-block;
}

.footer-social ul li a {
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    color: #fff;
}

.footer-social ul li a:hover {
    color: #ffcd11;
}

.footer-social ul li a i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    text-align: center;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.footer-social ul li a i:hover {
    color: #fff;
}

.footer-social ul li a i.fa-facebook:hover {
    background: #3b5998;
}

.footer-social ul li a i.fa-twitter:hover {
    background: #70c2e9;
}

.footer-social ul li a i.fa-google-plus:hover {
    background: #c53942;
}

.footer-social ul li a i.fa-pinterest-p:hover {
    background: #bd081c;
}

.footer-social ul li a i.fa-linkedin:hover {
    background: #3daccf;
}

.footer-social ul li a i.fa-instagram:hover {
    background: #3f729b;
}*/

/* Links */
/*
.footer-widget ul.list-dash li {
    width: 50%;
    float: left;
    line-height: normal;
    padding-bottom: 25px;
    font-size: 15px;
    position: relative;
    z-index: 2;
    text-transform: capitalize;
}

.footer-widget ul.list-dash li a {
    color: #fff;
}

.footer-widget ul.list-dash li a:hover {
    color: #ffcd11;
}*/

/* Newsletter */

.form.mc4wp-form {
    margin: 0;
}

.mc4wp-form input[type="email"] {
    width: 90%;
    margin: 15px 0;
    padding-left: 30px;
    background: #fff;
    color: #333;
    font-size: 14px;
    height: 50px;
    font-style: italic;
    border: 0;
    border-radius: 25px 0 0 25px;
}

.finances-newsletter .form-group {
    position: relative;
}

.finances-newsletter input[type="submit"] {
    position: absolute;
    right: 0;
    top: 15px;
    text-indent: -9999em;
    background: #ffcd11;
    border-radius: 0 25px 25px 0;
    padding: 13px 30px;
    height: 50px;
    border: 0;
    background-image: url(../images/newsletter-icon.png);
    background-repeat: no-repeat;
    background-position: 18px 50%;
    text-indent: -9999em;
}

/* Footer Insurance */

.footer-main.footer-style-2 {
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/*
.footer-main.footer-style-2 .footer-widget {
    padding-top: 60px;
    padding-bottom: 40px;
}

.footer-main.footer-style-2 .widget-title {
    color: #252a37;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 25px;
    position: relative;
}

.footer-main.footer-style-2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-main.footer-style-2 ul li a {
    color: #8f8f8f;
}

.footer-main.footer-style-2 ul li a:hover {
    color: #a2df48;
}

.copyright.copyright-style-2 {
    padding: 0;
}

.copyright.copyright-style-2 .border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 0;
}

.copyright.copyright-style-2 p {
    line-height: 26px;
}
*/
/* Footer social color */
/*
.footer-social.social-color {
    margin: 0 0 10px;
}

.footer-social.social-color ul li a i.fa-facebook {
    background: #3b5998;
}

.footer-social.social-color ul li a i.fa-twitter {
    background: #2aa3ef;
}

.footer-social.social-color ul li a i.fa-google-plus {
    background: #c53942;
}

.footer-social.social-color ul li a i.fa-instagram {
    background: #3f729b;
}

.footer-social.social-color ul li a i:hover {
    background: #000;
}*/

/* Copyright
================================================== */
/*
#footer-menu {
    text-align: right;
}

#footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-menu li {
    display: inline-block;
    line-height: 12px;
    padding-left: 15px;
}

#footer-menu li a {
    color: #fff;
    padding: 0;
}*//*

#back-to-top {
    right: 40px;
    top: auto;
    z-index: 10;
    -webkit-backface-visibility: hidden;
}

#back-to-top.affix {
    bottom: 20px;
}

#back-to-top .btn.btn-primary {
    background: #ffcd11;
    border: 2px solid transparent;
    color: #fff;
    font-size: 18px;
    padding: 6px 15px;
    width: 44px;
    height: 44px;
    line-height: 30px;
    border-radius: 100%;
}

#back-to-top .btn.btn-primary:hover {
    background: #1f1f1f;
    color: #fff;
    opacity: 1;
}*/

/* Sub pages
================================================== */

/* Banner area */

#banner-area {
    position: relative;
}
#banner-area img {
    height: 300px;
    width: 100%;
}

.banner-title-content {
    position: absolute;
    top: 45%;
    width: 100%;
    height: 100%;
}

.banner-title-content h2 {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
}

.breadcrumb {
    background: transparent;
}
.banner-title-content .breadcrumb span {
    background: transparent;
    color: #ee3b24;
    font-weight: 700;
    font-size: 16px;
}

.banner-title-content .breadcrumb a {
    color: #fff;
}
.custom-page-header .banner-title-content {
    z-index: 3;
}
.breadcrumb li a {
    color: #fff;
}

/* Skew shape */

.skew-shape {
    position: relative;
}

.skew-shape:before {
    content: "";
    position: absolute;
    background: #a2df48;
    width: 80px;
    height: 100%;
    right: -40px;
    bottom: 0;
    top: 0;
    left: auto;
    transform: skewX(-9deg);
    z-index: 2;
}

/* About Us Page */

.about-message {
    background: #f4f4f4;
    min-height: 374px;
}

.about-message ul li a {
    color: #6a6a6a;
}

/* Skrill bar */

.ts-progress-bar .progress {
    position: relative;
    height: 4px;
    overflow: visible;
    box-shadow: none;
    background: #e8e8e8;
    margin-bottom: 30px;
}

.ts-progress-bar .progress-bar {
    background: #ffcd11;
    box-shadow: none;
}

.ts-progress-bar .progress-bar .progress-value {
    position: absolute;
    color: #252a37;
    top: -30px;
    right: 0;
    font-size: 14px;
    font-weight: 700;
}

/* Call to Action */

.call-to-action.action-center {
    text-align: center;
}

.call-to-action h3 {
    font-size: 30px;
    margin: 0 0 10px;
}

.call-to-action-details {
    font-size: 18px;
    color: #252a37;
    margin-bottom: 20px;
}

/* Career */

.panel.panel-default {
    margin-top: 20px;
}

h4.panel-title {
    position: relative;
    padding-left: 30px;
}

h4.panel-title a:before,
h4.panel-title a.collapsed:before {
    font-family: FontAwesome;
    position: absolute;
    z-index: 0;
    font-size: 16px;
    left: 0;
    padding: 0 5px;
    text-align: center;
}

h4.panel-title a:before {
    content: "\f056";
}

h4.panel-title a.collapsed:before {
    content: "\f055";
}

.panel-body ul {
    padding-left: 35px;
}

.panel-group .btn.btn-primary.solid:hover {
    color: #333;
}

/* Career */

.job-box {
    background: #f7f7f7;
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 20px 30px;
    margin: 0 0 40px;
    border-radius: 3px;
}

.job-box .job-info {
    display: table-cell;
    line-height: 26px;
    padding: 0 10px;
    font-size: 15px;
}

.job-box .job-info .icon {
    float: left;
    width: 25px;
    margin-top: 5px;
}

.job-box .job-info .desc {
    overflow: hidden;
    font-weight: 500;
}

.job-box .job-info .desc strong {
    display: block;
    color: #ffcd11;
    margin-top: 5px;
}

/* Testimonial

.ts-testimonial-content {
    position: relative;
    padding: 30px 30px 15px 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #e7e7e7;
    margin-bottom: 40px;
}


.ts-testimonial-content:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 45px;
    border-style: solid;
    border-width: 40px 0px 0 30px;
    border-color: #e7e7e7 transparent;
    display: block;
    width: 0;
    z-index: 1;
}


.ts-testimonial-content img {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.ts-testimonial-text{
    padding-left: 110px;
}

.ts-testimonial-author{
    position: absolute;
    bottom: -60px;
    left: 90px;
}

.ts-testimonial-author h3.name {
    font-size: 14px;
    margin: 10px 0 0;
    text-transform: uppercase;
}

.ts-testimonial-author h3 span {
    display: block;
    font-size: 13px;
    margin-top: -10px;
    text-transform: capitalize;
    color: #555;
}*/

/* Faq Page */

.faq-box {
    margin-bottom: 45px;
}

.faq-box h4 {
    margin-bottom: 25px;
    text-transform: uppercase;
}

/* 404 page */

.error-page .error-code {
    display: block;
    font-size: 150px;
    line-height: 150px;
    color: #333;
    margin-bottom: 20px;
    text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
}

.error-page .error-body .btn {
    margin-top: 30px;
    font-weight: 700;
}

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

/* Blog Listing */

/*.post{
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid #F5F5F5;
}*/

.post.post-last {
    border-bottom: 0;
}

.post-image-wrapper {
    position: relative;
}

.blogs-date {
    position: absolute;
    top: 50px;
    left: 0;
    color: #fff;
    border-radius: 0 25px 25px 0;
    padding: 5px 15px;
    font-weight: 700;
    background: #ee3b24;
}

.blogs-date a {
    color: #fff;
}

.post-footer .btn.btn-primary {
    margin-top: 15px;
    padding: 10px 30px;
}

/* Blog Single */

.post-meta {
    color: #959595;
    font-weight: 400;
    font-size: 13px;
}
.post-meta span {
    padding-right: 10px;
}

.post-meta a {
    color: #959595;
    font-size: 15px;
}

.post-meta-author a,
.post-meta-cats a {
    color: #323232;
}
.entry-header .entry-title {
    font-size: 28px;
}
.entry-header .entry-title a {
    color: #323232;
}
.entry-header .entry-title a:hover {
    color: #ffcd11;
}

/* Blog author */

.about-author {
    background: #f2f2f2;
    padding: 15px 20px;
    margin: 20px 0;
}

.author-img img {
    width: 120px;
    height: 120px;
    margin-right: 30px;
    border-radius: 100%;
    margin-top: 20px;
}

.author-url span a {
    color: #959595;
}

.author-info h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: normal;
}

.author-info h3 span {
    font-size: 14px;
    color: #959595;
    border-left: 1px solid #afafaf;
    padding-left: 8px;
    margin-left: 5px;
}

/* Blog search */

.widget.widget_search {
    border: 0;
    padding: 0;
}

.search-widget.input-group {
    display: block;
    width: 100%;
    position: relative;
    background: none;
    font-style: italic;
}

.search-widget.input-group .form-control {
    font-style: italic;
}

.search-widget .input-group-btn {
    position: inherit;
}

.search-widget .input-group-btn i {
    color: #fff;
    background: #ffcd11;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px;
}

#sidebar.sidebar ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar .widget-title {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
    padding-left: 15px;
    border-left: 3px solid;
    border-color: #ffcd11;
}

/*-- Blog tab widget --*/

.widget-tab .nav-tabs {
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
}

.widget-tab .nav-tabs > li:first-child {
    margin-left: 10px;
}

.widget-tab .nav-tabs > li > a {
    background: #f2f2f2;
    color: #323232;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 3px 3px 0 0;
    margin-right: -1px;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
}

.widget-tab .nav-tabs > li.active > a {
    background: #fff;
    color: #323232;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
}

.widget-tab .tab-content {
    border-top: 0;
    padding: 10px 0 0;
}

.widget-tab .posts-thumb img {
    display: block;
    width: 85px;
    height: 65px;
    margin-right: 20px;
}

.widget-tab .posts-avator img {
    display: block;
    width: 62px;
    height: 62px;
    margin-right: 20px;
    border-radius: 100%;
}

.widget-tab h4.entry-title {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 5px;
}
.widget-tab h4.entry-title a {
    color: #323232;
}

.widget-tab .post-meta span {
    padding-right: 5px;
}

.widget-tab ul.posts-list li {
    padding-bottom: 10px;
}

/*-- Blog category widget --*/

.widget-categories ul.category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-categories ul.category-list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.widget-categories ul.category-list li:hover {
    padding-left: 10px;
}

.widget-categories ul.category-list li a {
    color: #323232;
}

.widget-categories ul.category-list li:last-child {
    border-bottom: 0;
}

.widget-categories ul.category-list li .posts-count {
}

/*-- Blog tags widget --*/

.widget-tags ul > li {
    float: left;
    margin: 6px;
}

.widget-tags ul > li a {
    background: #f2f2f2;
    color: #6a6a6a;
    display: block;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.widget-tags ul > li a:hover {
    color: #fff;
}

/* Landing page
================================================== */

/* Header */

.landing-header.header-bgnone {
    background: rgba(0, 0, 0, 0.8);
}

.landing-header.header-bgnone ul.navbar-nav > li:hover > a,
.landing-header.header-bgnone ul.navbar-nav > li.active > a {
}

.hero-section {
    padding-bottom: 0;
    padding-top: 200px;
}
.hero-section .container {
    height: 100%;
}

.hero-content {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

.hero-text {
    display: table-cell;
    vertical-align: bottom;
    color: #fff;
    padding-right: 50%;
    width: 100%;
    padding-bottom: 10%;
}

.hero-title {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}

.hero-description {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.hero-images {
    display: block;
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 50%;
    max-height: 100%;
}

.hero-images img {
    display: block;
    position: relative;
    max-height: 100%;
    width: auto;
}
.hero-buttons a.btn {
    color: #fff;
    padding: 15px 50px;
}

.hero-buttons a.btn.solid {
    margin-left: 10px;
}

.hero-buttons a i {
    margin-left: 5px;
}
.hero-buttons .btn.btn-primary.solid.blank:hover {
    color: #fff;
}

/* Video and video background */

.video-embed {
    position: relative;
    padding-top: 56.25%; /* 16:9 */
    height: 0;
    background-color: #000000;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-background-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

iframe {
    border: 0;
}

@media (min-width: 768px) {
    .video-section {
        padding: 100px 0;
    }
}
@media (min-width: 992px) {
    .video-section {
        padding: 120px 0;
    }
}

/* Screenshot image */

.app-gallery .grid {
    display: block;
    margin: 0 15px 20px;
    padding: 5px;
}

.app-gallery figure.effect-oscar a {
    margin: 125px 5px 0;
}

.app-gallery figure.effect-oscar figcaption::before {
    border: 0;
}

/* Subscribe Form */

.newsletter-form {
    position: relative;
}
.newsletter-form button {
    position: absolute;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 14px 30px 12px !important;
}

.newsletter-form button:hover {
    color: #323232 !important;
}

/* Clients */

.landing_page_clients {
    padding-top: 30px;
}

/* Elements page
================================================== */
/*
.testimonial-three .testimonial-text,
.testimonial-three .testimonial-content h3.name,
.testimonial-three .testimonial-content h3 span{
    color: #323232;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;

}
.testimonial-three .testimonial-content h3.name,
.testimonial-three .testimonial-content h3 span{
    text-transform: uppercase;
}
.testimonial-slide .testimonial-content h3.name,
.testimonial-slide .testimonial-content h3 span{
    text-transform: uppercase;
}

.testimonial-three .testimonial-slide.owl-theme
.owl-controls .owl-page span{
    border: 1px solid #e7e7e7;
}
.testimonial-slide.owl-theme .owl-controls .owl-page span {
    background: none;
    border: 1px solid #fff;
    opacity: .7;
}
.testimonial-three .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 29px;
    height: 8px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.testimonial-three .owl-theme .owl-controls .owl-page.active span {
    background: #ee3b24;
}*/

/* Style Swithcer
================================================== */

.style-switch-wrapper {
    position: fixed;
    top: 100px;
    right: -250px;
    width: 250px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.75);
    border-bottom-right-radius: 4px;
    padding: 20px 20px;
    z-index: 1000;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.style-switch-wrapper h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
}

.style-switch-wrapper.active {
    right: 0;
}

.style-switch-button {
    position: absolute;
    top: 0;
    right: 250px;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.75);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 1000;
    cursor: pointer;
}

.style-switch-button i {
    color: #fff;
    position: relative;
    line-height: 1;
    top: 15px;
    left: 15px;
    font-size: 20px;
}

.style-switch-wrapper button {
    width: 30px;
    height: 30px;
    border-radius: 100% !important;
    margin-bottom: 5px;
    color: #fff;
    display: inline-block;
    padding: 0 !important;
    margin-right: 2px;
    border: 0 !important;
}

a.close-styler {
    color: #fff !important;
    padding: 7px 20px !important;
    margin-right: 6px;
}

.style-switch-wrapper button:active,
.style-switch-wrapper button:focus {
    border: 2px solid #fff;
}

.style-switch-wrapper #preset1 {
    background-color: #49a2e7;
}

.style-switch-wrapper #preset2 {
    background-color: #81c83c;
}

.style-switch-wrapper #preset3 {
    background-color: #ee3b24;
}

.style-switch-wrapper #preset4 {
    background-color: #ffc400;
}

.style-switch-wrapper #preset5 {
    background-color: #334f96;
}

.style-switch-wrapper #preset6 {
    background-color: #8c42ba;
}

/*================================================================
                 section edit
==================================================================*/

.section-wraper {
    position: relative;
}
.section-edit {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
}
.section-abc {
    background: rgba(255, 255, 255, 0.68);
    padding: 2px 5px;
    font-size: 12px;
    font-style: italic;
    display: none;
}
.section-edit:hover .section-abc {
    display: inline;
}
.section-edit .post-edit-link {
    margin: 10px 0;
    padding: 2px 12px;
}
.section-edit .post-edit-link {
    margin: 3px 0;
    padding: 2px 12px;
    font-size: 12px;
    line-height: 1.45;
}
.section-edit .post-edit-link {
    margin: 10px 0;
    display: inline-block;
    background: #e85757;
    color: #fff !important;
    padding: 2px 12px;
    border-radius: 3px;
}
.recent-blog .entry-header a {
    font-size: 1.5rem;
}

/*Custom CSS*/
.navbar-brand {
    padding: 0;
    float: right;
}
.single-portfolio-content {
    margin-top: 80px;
    margin-bottom: 80px;
}
.breadcrumb span.devider {
    color: #ccc;
}

/* Accordion */

.fw-accordion {
    border: 0 !important;
}

.fw-accordion .fw-accordion-title.accordion-head {
    font-size: 18px;
    color: #626c84;
    background: none;
    padding-left: 60px;
    padding: 25px 0 25px 60px;
    font-weight: 500;
}

.fw-accordion .fw-accordion-title.accordion-head.ui-state-active {
    color: #ffcd11;
}

.fw-accordion .fw-accordion-title.accordion-head .ui-icon {
    background: none;
    left: 0;
}

.fw-accordion .fw-accordion-title.accordion-head .ui-icon:before {
    content: "\f067";
    font-family: "FontAwesome";
    position: absolute;
    z-index: 0;
    font-size: 14px;
    background: #ffcd11;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
}

.fw-accordion .fw-accordion-title.accordion-head.ui-state-active .ui-icon {
    background: none;
}

.fw-accordion .fw-accordion-title.accordion-head.ui-state-active .ui-icon:before {
    content: "\f068";
    font-family: "FontAwesome";
}

.career {
    margin-bottom: 5px;
}
.career-custom-class {
    padding-bottom: 0;
}
.career-right-bar {
    padding-bottom: 15px;
}
.hero-custom-style h1 {
    font-family: "Roboto", sans-serif;

    font-size: 40px;
    line-height: 50px;
    color: #fff;
}
.hero-custom-style p {
    font-family: "Roboto", sans-serif;

    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.hero-custom-style a.btn {
    color: #fff;
    padding: 15px 50px;
}

.hero-custom-style a.btn.solid {
    margin-left: 10px;
}

.hero-custom-style a i {
    margin-left: 5px;
}
.hero-custom-style .btn.btn-primary.solid.blank:hover {
    color: #fff;
}
.cd-full-width h3,
.cd-full-width h2 {
    text-transform: uppercase;
}
.cd-slider-nav ul li a:hover {
    color: #b8b8b8;
}
.why-choose-us .title2 .subtitle-padding-top-2 {
    font-weight: 400;

    font-family: "Roboto", sans-serif;

    font-style: normal !important;
}

/*
.footer-widget h3{
    text-transform: uppercase;
}

.footer-widget ul, footer-widget li{
    list-style: none;;
}
.footer-widget.widget_recent_entries li a{
    text-transform: uppercase;
    	

    font-family: 'Roboto', sans-serif;


}

*/

.fw-video.fw-video-frame {
    padding: 0;
    border: 1px solid transparent;
    background-color: transparent;
    box-shadow: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background: rgba(255, 255, 255, 0.9);
    color: #323232;
}

@media (max-width: 768px) {
    .slide.btn {
        border: 2px solid #ee3b24;
        padding: 10px 25px !important;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: -5px;
}
.recent-post .media-body p {
    margin-bottom: 10px;
}

.zframe-flickr-wrap-ltr img {
    width: 25%;
}
span.rpwwt-post-title {
    font-weight: 700;
}
.rpwwt-widget ul li {
    margin-bottom: 2px !important;
    padding-right: 20px;
}
.rpwwt-post-excerpt {
    font-size: 13px;
    /*line-height: 19px;*/
}
.fw-accordion .fw-accordion-content > p {
    padding: 0 30px 10px 20px !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #fff;
}
.page-template nav ul li .dropdown-menu li a {
    padding: 0.2em 1em 0.2em 2em;
}
.contact-form-two .btn.btn-primary.solid {
    background: transparent;
    color: #fff;
}
.contact-form-two .btn.btn-primary {
    border: 2px solid #fff;
}
.contact-form-two .btn.btn-primary.solid.blank:hover {
    color: #fff;
}
.contact-form-two .btn.btn-primary:hover {
    background: #ee3b24;
    border: 2px solid #ee3b24;
}

/* Latest News section
================================================== */

.latest-post {
    position: relative;
    padding: 30px 20px 30px 30px;
    border: 1px solid #eaeaea;
    min-height: 345px;
}

.latest-post .image-angle:before {
    border-bottom: 20px solid #f9f9f9;
}

.latest-post .post-title {
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 5px;
}

.latest-post .post-title a {
    color: #252a37;
}

.latest-post .post-title a:hover {
    color: #ffcd11;
}

.latest-post-meta {
    font-size: 13px;
    text-transform: uppercase;
}

.latest-post .post-cat,
.latest-post .post-item-date {
    font-style: italic;
    font-size: 14px;
}

.latest-post .post-text {
    margin-top: 10px;
}

.latest-post .post-body {
    padding: 0;
    background: none;
    border: 0;
}

.latest-post .text-right {
    float: right;
    margin-top: 15px;
}

/* News large */

.latest-post.post-large {
    position: relative;
    padding: 0;
    border: 0;
}

.latest-post.post-large:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.latest-post.post-large .post-body {
    position: absolute;
    bottom: 0;
    padding: 30px;
    border: 0;
    color: #fff;
}

.latest-post.post-large .post-cat {
    position: absolute;
    top: 30px;
    left: 30px;
}

.latest-post.post-large .post-cat a {
    color: #fff;
    font-style: italic;
}

.latest-post.post-large .post-title {
    font-size: 28px;
    line-height: 40px;
}

.latest-post.post-large .post-title a {
    color: #fff;
    font-size: 17px;
}

.latest-post.post-large .latest-post-img img {
    height: 100%;
    width: 100%;
}

.latest-post.post-large .btn.btn-primary {
    padding: 12px 30px;
    margin-top: 20px;
}

/* Footer style 2 */

.footer-icon {
    position: absolute;
    z-index: 9;
    font-size: 160px;
    top: 90px;
    left: -30px;
}

.footer-icon i {
    color: rgba(0, 0, 0, 0.1);
}

.ts-oval-shape {
    position: absolute;
    width: 110%;
    left: -50px;
    top: -100px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-top: 210px solid #f5f5f5;
    z-index: 0;
}

/* Newsletter */

.newsletter-bg {
    padding-bottom: 60px;
}

.newsletter-bg h3 {
    font-size: 36px;
    margin: 0 0 8px;
}

.mc4wp-form .newsletter-bg-form {
    background: #a2df48;
    color: #fff;
    max-width: 920px;
    margin: 50px auto 0;
    padding: 15px 50px;
    position: relative;
}

.mc4wp-form .newsletter-bg-form i {
    position: absolute;
    left: 0;
    font-size: 90px;
    color: rgba(255, 255, 255, 0.3);
    bottom: 0;
}

.mc4wp-form .newsletter-bg-form .form-group {
    position: relative;
    margin: 0;
}

.mc4wp-form .newsletter-bg-form .form-control {
    background: none;
    color: #fff;
    border-radius: 0;
    height: 40px;
    width: 70%;
    border: 0;
    padding-left: 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.mc4wp-form .newsletter-bg-form input::-webkit-input-placeholder {
    color: #fff;
}

.mc4wp-form .newsletter-bg-form input::-moz-placeholder {
    color: #fff;
}

.mc4wp-form .newsletter-bg-form input:-moz-placeholder {
    color: #fff;
}
.mc4wp-form .newsletter-bg-form input::-ms-input-placeholder {
    color: #fff;
}

.mc4wp-form .newsletter-bg-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 25px;
    background: #2d3559;
    color: #fff;
    text-transform: uppercase;
}

input:focus {
    border: 0;
    outline: 0;
}

/* Latest post classic */

.post-style-classic .post-item-date {
    float: right;
}

.post-style-classic .latest-post {
    min-height: 265px;
}

.post-style-classic .latest-post .post-thum img {
    widht: 100%;
}

.xs-sc-860b9289 {
    margin: 0px -15px 0px -15px;
}

.xs-sc-6454c33a {
    overflow: hidden;
}

.xs-heading-06189b44 .xs-title span {
}

.xs-heading-06189b44 .xs-title {
    font-size: 36px;
}

.xs-heading-06189b44 {
    margin-bottom: 30px;
}

#xs-sc-cfda35b1 {
    height: 20px;
}

#xs-sc-3d35374b {
    height: 30px;
}

#xs-sc-f843b26c {
    height: 30px;
}

.xs-sc-982011c1 {
    overflow: hidden;
}

.xs-sc-91665d5b .fw-main-row {
    color: #ffffff;
}

.xs-sc-91665d5b .fw-main-row {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.xs-sc-91665d5b .fw-main-row .xs-main-overlay {
    background-color: rgba(134, 4, 4, 0.7);
}

.xs-sc-9cf15eff .fw-main-row {
    color: #ffffff;
}

.xs-sc-9cf15eff .fw-main-row {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.xs-sc-9cf15eff .fw-main-row .xs-main-overlay {
    background-color: rgba(108, 5, 5, 0.7);
}

.xs-sc-123b8dce .fw-main-row {
    color: #ffffff;
}

.xs-sc-123b8dce .fw-main-row {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.xs-sc-123b8dce .fw-main-row .xs-main-overlay {
    background-color: rgba(74, 0, 0, 0.7);
}

.xs-sc-26734be4 {
    background-color: #f7f9fd;
}

.xs-sc-26734be4 {
    overflow: hidden;
}

.xs-heading-8bb1f6e4 .xs-title span {
}

.xs-heading-8bb1f6e4 {
    margin-bottom: 0px;
}

.xs-sc-bbb11e69 {
    padding: 70px 0px 80px 0px;
}

.xs-sc-bbb11e69 {
    overflow: hidden;
}

.xs-heading-07c2261f .xs-title span {
}

.xs-heading-07c2261f {
    margin-bottom: 0px;
}

.xs-sc-990bf12e {
    background-color: #f7f9fd;
}

.xs-sc-cac72564 .fw-main-row {
    height: 650px;
}

.xs-sc-cac72564 .fw-main-row {
    background-image: url(../images/video.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
}

.xs-sc-6e2da6fb .fw-col-inner {
    padding: 80px 140px 50px 50px;
}

.xs-sc-6e2da6fb .fw-main-row {
    height: 650px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xs-sc-6e2da6fb .fw-col-inner {
        padding: 50px 1px 50px 1px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xs-sc-6e2da6fb .fw-col-inner {
        padding: 50px 1px 50px 1px;
    }
}

@media only screen and (max-width: 767px) {
    .xs-sc-6e2da6fb .fw-col-inner {
        padding: 50px 1px 50px 1px;
    }
}

.xs-heading-b946b47a .xs-title span {
}

.xs-heading-b946b47a .xs-title {
    font-size: 44px;
}

.xs-heading-b946b47a {
    margin-bottom: 20px;
}

.xs-heading-a623081f .xs-title span {
}

.xs-heading-a623081f {
    margin-bottom: 0px;
}

.xs-sc-3832556b {
    margin: 60px 0px 40px 0px;
}

@media only screen and (max-width: 1099px) {
    .xs-sc-3832556b {
        background-attachment: scroll !important;
    }
}

.xs-sc-3832556b {
    background-image: url(../images/parallax2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.xs-sc-3832556b .xs-main-overlay {
    background-color: rgba(0, 0, 0, 0.9);
}

.xs-sc-3832556b {
    overflow: visible;
}

.xs-sc-a89b183e .fw-col-inner {
    padding: 0px 40px 0px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xs-sc-a89b183e .fw-col-inner {
        padding: 50px 0px 0px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xs-sc-a89b183e .fw-col-inner {
        padding: 50px 0px 0px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .xs-sc-a89b183e .fw-col-inner {
        padding: 50px 0px 0px 0px;
    }
}

.xs-sc-4fcc4dbb .fw-col-inner {
    padding: 50px 0px 0px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xs-sc-4fcc4dbb .fw-col-inner {
        padding: 50px 0px 50px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xs-sc-4fcc4dbb .fw-col-inner {
        padding: 50px 0px 50px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .xs-sc-4fcc4dbb .fw-col-inner {
        padding: 50px 0px 50px 0px;
    }
}

.xs-heading-df708d12 .xs-title span {
}

.xs-heading-df708d12 {
    margin-bottom: 0px;
}

.xs-sc-6caaf05a {
    padding: 30px 0px 30px 0px;    overflow: hidden;
background: #fafafa;
}


.xs-sc-82cba4f7 {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.fw-special-title {
    font-family: "Roboto", sans-serif;

    font-style: normal;
    font-weight: 700;
    color: #252a37;
}

.fw-special-subtitle,
.fw-contact-form-description,
.team-member h5 {
    font-family: "Roboto", sans-serif;

    font-style: normal;
    font-weight: 400;
}

body {
    font-family: "Roboto", sans-serif;

    font-style: normal;
    font-weight: 400;
    color: #626c84;
    line-height: 30px;
    font-size: 16px;
}

.colorsbg,
.separator,
.separator-left,
.separator,
.preloader {
    background: #ffcd11;
}

.service-icon:before {
    border-bottom: 30px solid #ffcd11;
}
/*
.footer {
    background: url(../images/footer-bg.jpg);
}

.footer .xs-main-overlay {
    background-color: rgba(0, 0, 0, 0.9);
}

.footer,
.footer-widget ul.list-dash li a,
.footer .widget-title {
    color: #ffffff;
}*/

.copyright-info,
.copyright p {
    color: #ffffff;
}



a.link-more.color,
a:hover,
ul.main-menu li ul li.current-menu-item a,
ul.main-menu li > ul.sub-menu > li:hover > a,
.footer-widget ul.list-dash li a:hover,
#footer-menu li a:hover,
#responsive-menu ul li a:hover,
.header-standard ul.navbar-nav > li.active > a,
.header-standard ul.navbar-nav > li:hover > a,
.entry-header .entry-title a:hover,
.tab-content-info .btn-light:hover {
    color: #ffcd11;
}

a,
.download-btn i,
.top-bar.solid-bg ul.top-menu li a:hover,
.top-bar.solid-bg .top-social a:hover,
ul.top-menu li a:hover,
.top-info .info-icon,
.team-social-icons a:hover,
.ts-testimonial-static .ts-testimonial-text:before,
.latest-post .post-title a:hover,
.team-social a:hover,
.plan.featured .btn,
.footer-social ul li a:hover,
.fw-accordion .fw-accordion-title.accordion-head.ui-state-active,
ul.list-dash li:before,
.ts-feature-info.icon-left .feature-icon,
.section-title.border-left:before,
.job-box .job-info .desc strong,
.post-meta a:hover,
.post-meta-left a:hover,
.sidebar .widget ul li a:hover,
.post-navigation span:hover,
.post-navigation h3:hover,
.post-navigation i,
.post-navigation span:hover,
.post-navigation h3:hover,
.sidebar ul li.active a,
.sidebar ul li:hover a,
.ts-contact-info .ts-contact-icon,
.tab-head i,
.ts-feature-box .feature-icon,
.featured-tab .nav-tabs > li.active > a,
.featured-tab .nav-tabs > li.active > a,
.toll-free-cta h3,
.parallax-section .feature-content .toll-free-cta h3,
.insurance-tab .nav.nav-tabs > li.active > a,
.insurance-tab .nav.nav-tabs > li:hover > a {
    color: #ffcd11;
}

.section-title.border-left:before,
.section-title:after,
.sidebar .widget-title,
.box-slider-text .slider.btn.btn-border,
ul.main-menu > li:hover > a:before,
ul.main-menu > li.current-menu-item > a:before,
ul.main-menu > li.current-menu-parent > a:before,
.content-title,
blockquote.light,
.section-title-dash:after,
.section-title-dash span.dashborder:before,
.section-title-dash span.dashborder:after,
#comments .form-control:focus,
#comments input:focus {
    border-color: #ffcd11;
}

ul.main-menu > li:hover > a:before,
ul.main-menu > li.current-menu-item > a:before,
ul.main-menu > li.current-menu-parent > a:before {
    border-color: #fff;
}

.btn-primary,
.xs-custom-menu > li.current-menu-item > a,
.xs-custom-menu > li:hover > a,
#main-slide .carousel-indicators li.active,
.owl-carousel.owl-theme .owl-nav [class*="owl-"],
.owl-theme .owl-dots .owl-dot.active span,
#main-slide .carousel-indicators li:hover,
#main-slide .carousel-control i:hover,
.box-primary,
.plan.featured,
.quote-item .quote-text:before,
.quote-item-area .quote-thumb,
#back-to-top .btn.btn-primary,
.sidebar .search-widget .input-group-btn i,
.fw-accordion .fw-accordion-title.accordion-head .ui-icon:before,
.finances-newsletter input[type="submit"],
.post-meta-date,
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > li > a:hover,
.featured-tab .nav-tabs > li.active > a:after,
.page-slider.owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover,
.header-standard .nav-search,
.header-standard .search-block .search-close,
.header-standard .nav-search,
.header-standard .search-block .search-close,
.ts-feature-info.icon-left.icon-round .feature-icon,
.mc4wp-form .newsletter-bg-form,
.ts-progress-bar .progress-bar {
    background-color: #ffcd11;
}

.navbar-toggle {
    background-color: #fff;
}

.owl-carousel.featured-projects-slide.owl-theme .owl-nav > .disabled,
.ts-service-overlay .service-title {
    background: rgba(33, 84, 207, 0.85);
}

.section-title-vertical .section-title {
    color: rgba(33, 84, 207, 0.2);
}

.section-title-vertical .section-title:after {
    border-bottom: 2px solid rgba(33, 84, 207, 0.2);
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover,
.header-standard.header-boxed .search-block .search-close,
.header-standard.header-boxed .nav-search {
    background: #ffcd11;
}

ul.main-menu li ul li.current-menu-item a,
ul.main-menu li > ul.sub-menu > li:hover > a {
    color: #ffcd11;
}


            #top-bar {
                background: #000
            }
            


            #top-bar .top-info p,
            #top-bar .top-info i {
                color: #626c84; font-size: 12px;
            }

            #top-bar ul > li > a {
 font-size: 12px;color: #d8d8d8;
}

            #top-bar i {
                color: #fff; font-size: 12px;
}

.site-navigation.navdown {
}

/*********************** Demo - 2 *******************/
.box2 {
    position: relative;
    overflow: hidden;
    height: 270px;
}
.box2 img {
    width: 100%;
    height: 100%;
}
.box2 .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    text-align: center;
}
.box2 .box-content:after,
.box2 .box-content:before,
.box2:after,
.box2:before {
    content: "";
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.5s ease 0s;
}
.box2:before {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.2) 49%, transparent 50%);
    left: -100%;
}
.box2:after {
    background: linear-gradient(45deg, transparent 49%, rgba(0, 0, 0, 0.2) 50%);
    left: 160%;
}
.box2 .box-content:after,
.box2 .box-content:before {
    width: 65%;
    height: 65%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 49%, transparent 50%);
    left: -100%;
    transition-delay: 0.1s;
}
.box1 .box-content:after {
    background: linear-gradient(45deg, transparent 49%, rgba(0, 0, 0, 0.3) 50%);
    left: 160%;
}

.box2:hover .box-content:after,
.box2:hover .box-content:before,
.box2:hover:after,
.box2:hover:before {
    left: 50%;
}
.box2 .inner-content {
    width: 50%;
    height: 50%;
    color: #fff;
    padding: 10px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.3s ease 0.2s;
}

.box2 .inner-content:after {
    width: 100%;
    height: 100%;
    background: rgba(255, 79, 79, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) rotate(45deg);
}

.box2:hover .inner-content {
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease 0s;
}
.box2 .title {
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #fff;
}
.box2 .post {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 7px;
}
.box10 .title,
.box11 .title,
.box4 .title,
.box5 .title,
.box6 .box-content,
.box7 .title {
    text-transform: uppercase;
}
.box2 .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    transform: rotateY(360deg) scale(0);
    transition: all 0.3s ease 0s;
}
.box2:hover .icon {
    transform: rotateY(0) scale(1);
}
.box2 .icon li {
    display: inline-block;
    margin: 0 3px;
}
.box2 .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding-top: 9px;
    background: #fff;
    font-size: 16px;
    color: #505050;
    transition: all 0.3s ease 0s;
}

.box2 .icon li a:hover {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5);
    background: #fff;
    color: #ff4f4f;
}
@media only screen and (max-width: 990px) {
    .box2 {
    }
}
@media only screen and (max-width: 320px) {
    .box2 .inner-content {
        padding: 25px 0;
    }
    .box2 .title {
        font-size: 16px;
    }
}

.box2 .inner-content::after {
    content: "";
}

.out-text {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    background: #333;
    color: #fff;
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 0;
    text-transform: capitalize;

    transition: all 0.3s ease 0s;
}

#featured-projects-slide .item {
    position: relative;
    border: 1px solid #544242;
}

#featured-projects-slide .item:after {
    content: "";
    position: absolute;
    right: -7px;
    z-index: -1;
    border-right: 0 solid transparent;
    bottom: -40px;
}

#xs-col-3a274924 {
    padding: 8px;
}

#featured-projects-slide .owl-item {
    padding: 10px;
}

/*
#featured-projects-slide .item:hover .out-text {
bottom: -40px;
}*/

.pad-cpunter .fact-box {
    padding: 40px 0;
}

.xs-main-overlay {
    transition: all 0.3s ease 0s;
}

.xs-sc-9cf15eff .fw-main-row:hover .xs-main-overlay {
    background-color: rgba(24, 20, 20, 0.7);
}

.xs-sc-91665d5b .fw-main-row:hover .xs-main-overlay {
    background-color: rgba(24, 20, 20, 0.7);
}

.xs-sc-123b8dce .fw-main-row:hover .xs-main-overlay {
    background-color: rgba(24, 20, 20, 0.7);
}

.backg-gr {
    background: url(../images/4.jpg);
    background-attachment: scroll;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.texxt {
    min-height: 250px;
    padding-top: 24px;
    padding-bottom: 80px;
    text-align: left;
    direction: ltr;
    line-height: 26px;
}

.innersection-title {
    margin-bottom: 36px;
}

.clrrr {
    clear: both;
    display: block;
}

.downloadfile {
    color: #ffcd11;
    font-size: 100%;
    font-weight: lighter;
    text-align: center;
    width: 200px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    background: #e9e9e9;
    margin-right: 0px;
    line-height: 25px;
    margin-top: 15px;
}
.downloadfile:hover {
    background: #ffcd11;
    color: #fff;
    transition: all 0.9s ease 0s;
}

@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

@keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

.hvr-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover,
.hvr-buzz:focus,
.hvr-buzz:active {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

@keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

.hvr-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover,
.hvr-buzz:focus,
.hvr-buzz:active {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.proimmmg {
    width: 182px;
    -webkit-border-radius: 2% !important;
    -moz-border-radius: 2% !important;
    border-radius: 2% !important;
    border: 1px solid #e3e3e3;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 182px;
}

.progalley {
    width: 182px;
    float: left;
    margin-bottom: 15px;
    height: 182px;
    margin-right: 25px;
    position: relative;
}
.textphoto {
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 44%;
    z-index: 5555555555555;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-align: center;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    height: 0;

    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.progalley:hover > .example-image-link .textphoto {
    opacity: 1;
    height: 180px;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* Safari */
    -webkit-transform: rotate(0deg);

    /* Firefox */
    -moz-transform: rotate(0deg);

    /* IE */
    -ms-transform: rotate(0deg);

    /* Opera */
    -o-transform: rotate(0deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.progalley:hover > .example-image-link .proimmmg {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.shadow {
    width: 100%;
    height: 180px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0px;

    opacity: 0;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.47);
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.progalley:hover > .example-image-link .shadow {
    opacity: 1;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.boxxtext {
    margin: 0px !important;
    margin-top: 0px;
    text-align: left;
    direction: ltr;
    margin-right-value: 0px;
    margin-bottom: 0px;
    margin-left-value: 0px;
    margin-left-ltr-source: physical;
    margin-left-rtl-source: physical;
    margin-right-ltr-source: physical;
    margin-right-rtl-source: physical;
    padding: 0px;
    border: 1px solid #d2cfcf !important;
    height: 35px;
    padding-top: 0px;
    padding-left: 2% !important;
    cursor: pointer;
    height: 44px;
    margin-bottom: 10px !important;
}

.downloadicon {
    height: 42px;
    padding: 0px;
    width: 240px;
    background: #ffcd11;
    text-align: center;
    font-size: 16px;
    margin: auto;
    margin-bottom: 16px;
    font-family: arial;
    transition: all 500ms ease;
    color: #333 !important;
}

.downloadicon:hover {

    background: #333 !important;

    color: #fff !important;

}



/************************* newwwwwwwww  **************************/

.lang-flag {
    margin: 0 !important;
    padding-left: 15px;
    border-left: 1px solid #d2d2d2;
}

.lang-flag img {
    width: 20px;
    margin-left: 5px;
    margin-top: 4px;
}

.lang-flag span {
    line-height: 25px;
}




/********************/



ul.main-menu > li:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
width:1px;
height:100%;
background:#0e0e0e1a;
}




/***************** hero slider **************/


/*
Hero slider style
==========================*/

.hero-slider {
    position: relative;
direction: ltr;
}

.single-hs-item {
    height: 500px;
    background-size: 100% 100%;
    background-position: center center;
    position: relative;
}

/*
.single-hs-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
background-color: #0004;
z-index:1;
}
*/
.hero-text {
    padding: 50px 15px;
    text-align: center;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
margin-top: 130px;
}

.hero-text h1 {
    color: #fff;
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
}

.hero-text p {
    color: #fff;
    font-size: 37px;

    margin-left: auto;
    margin-right: auto;

    margin-top: 20px;
    margin-bottom: 35px;
font-weight: bold;
}

.custom-btn1:hover {
    color: #fff !important
}

.hero-text img {
    width: 200px;
}

.hero-slider .owl-item.active h1 {
    -webkit-animation: 1s .3s bounceInLeft both;
}

.hero-slider .owl-item.active p {
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .3s fadeInUp both;
}

.hero-slider .slider-btn {
    display: inline;
}


/*
.hero-text .owl-item.active p:nth-child(2) { 

-webkit-animation: 1.3s .6s fadeInUp both !important;animation: 1.3s .6s  fadeInUp both !important;

}

.hero-text .owl-item.active p:nth-child(3) { 

-webkit-animation: 1.6s .9s fadeInUp both !important;animation: 1.6s .9s  fadeInUp both !important;

}

.hero-text .owl-item.active p:nth-child(4) { 

-webkit-animation: 1.9s 1.2s fadeInUp both !important;animation: 1.9s 1.2s fadeInUp both !important;

}

.x-le {

float:left
}
*/

.hero-slider .owl-item.active .slider-btn {
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .3s fadeInUp both;
}

.hero-slider  .owl-nav button.owl-prev {
    background-color: #1a439f;
    ;
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    font-size: 30px;
    margin: -40px 0 0;
    border-radius: 0;
    height: 50px;
    width: 50px;
}

.hero-slider  .owl-nav button.owl-next {
    background-color: #1a439f;
    ;
    position: absolute;
    right: 0;
    top: 50%;
    color: #fff;
    font-size: 30px;
    margin: -40px 0 0;
    border-radius: 0;
    height: 50px;
    width: 50px;
}

.hero-slider .owl-theme .owl-nav {
    margin-top: 0;
}

.hero-slider .owl-dots {
bottom: 15px;
margin-top: 0;
position: absolute;
text-align: center;
width: auto;
z-index: 12;
left: 30px;
display: flex;
}

.hero-slider  .owl-dots .owl-dot span {
    width: 11px;
    height: 20px;
}

.hero-slider  .owl-dots .owl-dot.active span,
.hero-slider  .owl-dots .owl-dot:hover span {
    background: #30e3ca;
    ;
}


.hero-slider .owl-nav [class*="owl-"] {
background: #ffffff80;
    color: #333;
    cursor: pointer;
    display: inline-block;

font-size: 28px;
width: 45px;
height: 45px;
line-height: 45px;
    text-align: center;
    transition: all 500ms ease;
bottom:0;border: 0; top:auto;border-radius: 0;
}

.hero-slider .owl-nav .owl-prev {
    left: 0;
    position: absolute;
border-radius: 0 50px 50px 0;

}


.hero-slider .owl-nav .owl-next span,
.hero-slider .owl-nav .owl-prev span {
line-height: 45px;
}

.hero-slider .owl-nav .owl-next {
    position: absolute;
    right: 0px;
border-radius: 50px 0 0 50px;

}


.hero-slider .owl-nav [class*="owl-"]:hover { 

background: #333;
color:#fff;
}



.hero-slider .owl-nav {
width: 100%;
top: 50%;
border: 0;
position: absolute;
}




/* default pagination dot css */

.hero-slider .owl-dots .owl-dot {

    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 10px;
    margin: 0 4px;
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    width: 10px;
    z-index: 8;
border: 1px solid #fff;
}

.hero-slider .owl-dots .owl-dot.active {
    background: #ffcd11 none repeat scroll 0 0;
    width: 25px;
}







/**************** servcies ************/



.page-template .services {
    text-align: center;
}

@media(max-width:995px) {
    .page-template .services {
        padding: 10px 0;
        background: 0 0;
        margin-top: 1%
    }
}

.page-template .services .heading {
    margin-bottom: 20px
}

@media(max-width:995px) {
    .page-template .services .heading {
        margin-bottom: 10px
    }
}

.page-template .services .heading h2 {
    text-transform: capitalize;
    font-size: 30px;
    color: #252525
}

@media(max-width:995px) {
    .page-template .services .heading h2 {
        font-size: 20px
    }
}

.page-template .services .heading h2 img {
    display: block;
    margin: auto;
    width: 140px
}

.page-template .services a {
    display: block;

    position: relative;
    overflow: hidden;
    text-decoration: none;

}



.services .single_service {
background: #fff;border: 1px solid #ddd;
margin-bottom: 20px;
}


.page-template .services .single_service img {
    width: auto;
    height: 105px;
margin: 0 auto;
    transition: all .4s ease-in-out;

float: left;
width: 40%;
}

.page-template .services a:hover img {
    transform: scale(1.4);

}

.page-template .services .single_service .heading_service {
position: relative;
z-index: 9;
background: #efefef;
display: inline-block;
width: 100%;
width: 60%;
float: right;
}


.page-template .services .single_service .heading_service h3 {
margin: 0;
padding: 6px 4px;
text-transform: uppercase;
font-size: 13px;
position: relative;
font-weight: normal;
margin: 6px;
 
color: #a02822;
text-align: left;
}

.page-template .services .single_service .heading_service h3:first-child {

    transition: all .4s ease-in-out;

height: 63px;
display: grid;
line-height: 20px;
align-items: center;
}

@media(max-width:995px) {
    .page-template .services .single_service .heading_service h3 {
        padding: 10px 16px;
        width: 100%;
    }
}
/*
.page-template .services .single_service .heading_service h3:first-of-type {
    background-color: rgba(214, 214, 214, .7);
    color: #fff;
    text-shadow: 0 0 16px #333;
    transition: all .4s ease-in-out
}

.page-template .services .single_service a:hover .heading_service h3:first-of-type {
    transform: rotateX(90deg) translateY(-100%);
    opacity: 0
}
*/
.page-template .services .single_service .heading_service h3:last-of-type {
background: #e7e7e7;color: #333;line-height: 20px;

}



#curve {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
}

#curve path {
    fill: #fff;
}




/*
.page-template .services .single_service a:hover .heading_service h3:last-of-type {

    background-color: #ED213Ab3;
    color: #fff;
    text-shadow: 0 0 12px #000;
    transform: rotatex(0);
    position: absolute;
    bottom: 0
}
*/
.page-template .services .more {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    width: 150px;
    margin: auto;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 4px 4px 20px 5px #adadad;
    background: linear-gradient(to right, rgba(78, 75, 118, 1) 0, rgba(116, 178, 205, 1) 100%);
    transition: all .2s ease-in-out
}

.page-template .services .more:hover {
    box-shadow: 0 0 5px 1px #adadad
}

.vc_services {
background: #fbfbfb;	
}


.client-carousel .owl-next,
.best_carousel .owl-next,
.vc_services .owl-carousel .owl-next,
.video-content .owl-carousel .owl-next {
width:30px;
height:30px;
border:1px solid #ccc;
display: inline;
position: absolute;
top: -50px;
left:45px;
color:#ccc !important;
text-align:center;
background: none !important;
}


.client-carousel .owl-nav i,
.best_carousel .owl-nav span,
.vc_services .owl-carousel .owl-nav span {
line-height:38px;
}




.client-carousel .owl-prev,
.best_carousel .owl-prev,
.best_carousel .owl-prev,
.video-content .owl-carousel .owl-prev {
width:30px;
height:30px;
border:1px solid #ccc;
display: inline;
position: absolute;
top: -50px;
left:0;
text-align:center;
line-height:27px;
color:#ccc !important;
background: none !important;
}



.client-carousel .owl-next:hover,
.client-carousel .owl-prev:hover,
.best_carousel .owl-next:hover,
.best_carousel .owl-prev:hover,
.vc_services .owl-carousel .owl-next:hover,
.vc_services .owl-carousel .owl-prev:hover,
.video-content .owl-carousel .owl-next:hover,
.video-content .owl-carousel .owl-prev:hover {
border:1px solid #ffcd11;

}



.client-carousel .owl-next:hover:before,
.client-carousel .owl-prev:hover:before,
.best_carousel .owl-next:hover:after,
.best_carousel .owl-prev:hover:after,
.vc_services .owl-carousel .owl-next:hover:after,
.vc_services .owl-carousel .owl-prev:hover:after,
.video-content .owl-carousel .owl-next:hover:after,
.video-content .owl-carousel .owl-prev:hover:after {
color:#ffcd11;

}


.best_carousel .owl-item img {width: auto;
height: 180px;
margin: 20px auto;}


/******************* foooooooter ****************/



.main-footer {
    position: relative;
    background-color: #1e1e1e;
background:url(../images/footerbg3.jpg);
background-attachment: fixed;
background-size: cover;
background-position: bottom;
}
/*
.main-footer:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(30, 30, 30, .7)
}
*/
.main-footer.style-two:before {
    background-color: rgba(0, 0, 0, .8)
}

.main-footer .widgets-section {
    position: relative;
    padding-top: 10px;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 20px
}

.footer-column h2,
.main-footer .footer-widget h2 {
    position: relative;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
  
    margin-bottom: 22px;
    text-transform: capitalize
}

.main-footer .footer-widget .logo {
    position: relative;
    margin-bottom: 10px
}

.main-footer .logo-widget .text {
    position: relative;
        font-size: 13px;

}

.main-footer .logo-widget .text p {
    position: relative;
    line-height: 1.9em;
    color: #bbb;
    font-size: 13px;
    margin-bottom: 20px;
height: 200px;
overflow: hidden;
}

.main-footer .logo-widget .text p:last-child {
    margin-bottom: 0
}

.main-footer .footer-widget.links-widget .row {
    margin-bottom: 15px
}

.main-footer .footer-widget .list-style-two {
    margin-bottom: 10px;
padding: 0;
}

.links-widget {
    padding-right: 50px
}

.subscribe-form {
    position: relative
}

.subscribe-form form {
    position: relative;

}

.subscribe-form .form-group {
    position: relative
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 10px 18px;
    height: 50px;
    display: inline-block;
    font-size: 14px;
    background: none;
    font-weight: 400;
    color: #fff;
  
    border: 1px solid rgba(255, 255, 255, 1);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
  
}

.subscribe-form .form-group input::-webkit-input-placeholder {
    color: #fff;
  
}

.subscribe-form .form-group .subscribe-btn {
    position: absolute;
    width: 60px;
height: 50px;
top: auto;
    right: 0;
    float: left;
    color: #000;
  
    font-size: 18px;
    display: inline-block;
    background: #ffcd11;
   border: 0;
}


.subscribe-form .form-group .subscribe-btn:hover {
    background: #000;color: #ffcd11;
}


.main-footer .footer-bottom {
    position: relative;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.main-footer .footer-bottom .scroll-top {
    position: absolute;
    content: '';
    right: 50%;
    top: 0;
    width: 20px;
    height: 20px;
    color: #222;
    cursor: pointer;
    margin-top: -10px;
    line-height: 1.4em;
    text-align: center;
    padding: 0 5px;
    background-color: #ffcd11;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    color: #fff;
    font-size: 12px
}





.list-style-one {
    position: relative;
    padding-left: 15px;
}

.list-style-one li {
    position: relative;
    margin-bottom: 15px;
width:50%;
float:left;
list-style: none;
}

.list-style-one li a {
    position: relative;
    color: #bbb;
    font-size: 13px;
    padding-left: 25px;
    font-weight: 400;
    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;
    text-transform: capitalize
}

.list-style-one li a:before {
position: absolute;
content: '_';
left: 0;
top: -2px;
font-weight: 400;
font-family: 'FontAwesome';
line-height: 1;
}

.list-style-one li a:hover {
    color: #ffcd11
}

.list-style-two {
    position: relative
}

.list-style-two li {
    position: relative;
    color: #bbb;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 40px;
list-style: none;
}

.list-style-two li:first-child .icon {
    font-size: 16px
}

.list-style-two li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    color: #ffcd11;
    font-size: 20px
}

.list-style-two li a:hover {
    color: #ffcd11
}


.overlay-demo {
width: 100%;
height: 100%;
position: absolute;
background: rgba(0,0,0,.91);
top: 0;
right: 0;
}


.social-icon-two  {
padding: 0;
}

.social-icon-two li {
    position: relative;
    margin-left: 18px;
    display: inline-block;
    margin-top: 5px;
}

.social-icon-two li a {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-family: "Cairo-Regular";
    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;
}

.si-head {
color:#fff; float:left; margin-right:20px; margin-top: 10px;
}





.cmt-btn {
display: inline-block;
font-size: 14px;
line-height: normal;
padding: 11px 18px;
	background: 0 0;
	border: 2px solid;
	position: relative;
	z-index: 9;
	vertical-align: middle;
	text-transform: capitalize;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
color:#ffcd11;
}
.cmt-btn:not(.btn-inline):before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: #fff;
	z-index: -1;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
background-color: #ffcd11;
}
.cmt-btn:hover::before {
	visibility: visible;
	width: 100%;
	right: auto;
	left: 0;
}


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

.al-center {
align-items: center;
display: flex;
}




/************* sec - titel **********/
.sec-title.centered h2 {
    padding: 0px 60px 18px;
}
.sec-title h2 {
    position: relative;
    font-size: 22px;
    color: #333;
    line-height: 1.2em;
    padding: 0px 0px 18px;
    display: inline-block;
    margin-bottom: 35px;
    text-transform: uppercase;
border-bottom: 2px solid #f0f0f0;
}
.sec-title {
    position: relative;

}
.centered {
    text-align: center;
}



.sec-title h2:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -9px;
    margin-left: -9px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffcd11;
}


.sec-title h2:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -24px;
    width: 29px;
    height: 30px;
    margin-left: -15px;
    background: url(../images/separater.png) no-repeat;
}


.best-sec {
padding: 0 0 40px 0;

}


.single_best {
box-shadow: 1px 2px 15px #0000001a;
padding: 15px; transition:all ease-in-out 0.4s;
border: 1px solid #f1f1f1;margin-bottom: 30px;background: #fff;}


.single_best:hover { 
border: 1px solid #c83b30;
box-shadow: none;

}

.heading_best h3 {
font-size: 14px;
font-weight: normal;
margin: 8px 0;
text-align: center;
height: 31px;
display: grid;
align-items: center;
}





.status-prod {
position: absolute;
top: 10px;
right: 10px;
text-transform: uppercase;
font-size: 14px;
padding: 3px 15px;
background: #c3261ae6;
color: #fff;
line-height: 25px;}


.single_best .code {
font-size: 14px;
position: absolute;
top: 10px;
left: 10px;
padding: 6px 15px;
background: #5050501a;
font-weight: normal;
margin: 0;
text-transform: uppercase;}





/**************** products index2 **********/


/***************************************/
/****************************************/

.block-shop-categories {
padding:40px 0;
background: #fbfbfb;
}


.categories-list {
    margin: -5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.category-card {
    margin: 5px;
    width: calc(20% - 10px);

    text-align: center;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 1px 4px #dbdbdb;
border: 0;

background: #fff;

}

.about-home{
padding:30px 0;
}


.category-card a {
    display: block;
    transition: color 0.15s;
}
.category-card a,
.category-card a:hover {
    color: inherit;
    text-decoration: none;
}
.category-card a:hover {
    color: #f26924;
}
.category-card__image img {
    width: auto; height:180px; opacity: 0.5;

transition: all ease-in-out 0.4s;}


.category-card:hover .category-card__image img { 
opacity: 1;
}

.category-card__image i {
    font-size: 95px;
    color: #333;
    width: 95px;
    height: 95px;
align-items: center;
    display: grid;
    margin: 0 auto;
}


.category-card__image i.glyph-icon:before {
margin:0;
    font-size: 55px;
}

.category-card__name {
color:#333;
text-transform: uppercase;
font-weight: normal;
font-size: 15px;
line-height: 20px;
display: grid;
align-items: center;
height: 64px;
overflow: hidden;
background: #fff;
}
.category-card__products {
    font-size: 13px;
    color: #999;
    line-height: 15px;
    margin-top: 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .category-card {
        width: calc(25% - 10px);
    }
}
@media (min-width: 520px) and (max-width: 767px) {
    .category-card {
        width: calc(33.33333% - 10px);
    }
}
@media (max-width: 519px) {
    .category-card {
        width: calc(50% - 10px);
    }
}




.dis-non {
display:none;
}




/* Post pagination styles */
.post-pagination li {
    display: inline-block;
    margin: 0 3px;
}
.post-pagination li a {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #f0f0f0;
    color: #222222;
    display: block;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    padding: 6px 0;
    transition: all 500ms ease 0s;
    width: 40px;

    border-radius: 50%;
}
.post-pagination li.active a, .post-pagination li:hover a {
    background: #cf2431;
    color: #fff;
    border: 2px solid #cf2431;
}





.linkkk:hover{
    color: #f00;
        transition: all 500ms ease 0s;

}


.side-bar2 {
padding: 0;
margin: 0;
list-style: none;
text-align: left;
background: #f2f2f2;
padding: 0 18px;
color: #000;
border: 1px solid #d1d1d1;margin-bottom: 30px;


padding: 20px 21px 10px;
background: #F5F5F5;
border: 0px;
margin-bottom: 15px;
box-shadow: 2px 5px 15px #ddd6;
border: 10px solid #bfbfbf33;
}


.side-bar2 li {
padding: 8px 12px;text-transform: uppercase;
border-bottom: 1px solid #ddd6;}


.side-bar2 li a {
border:0;transition: all 0ms ease 0s;
padding:0;

}
.side-bar2 li:last-child {
border-bottom:0


}



.side-bar2 li:hover {
background: linear-gradient(to left, #93291e, #ed213a);color:#fff;
}
.side-bar2 li:hover a {

color:#fff;

}
