/* Industar - Industry and Factory HTML Template  */

@import url('fontawesome-all.css');

@import url('flaticon.css');

@import url('animate.css');

@import url('material-icons.css');

@import url('line-awesome.css');

@import url('owl.css');

@import url('jquery.fancybox.min.css');

* {

    margin: 0px;

    padding: 0px;

    border: none;

    outline: none;

    font-size: 100%;

    line-height: inherit;

}

body {



    font-size: 14px;

    color: #666;

    line-height: 1.6em;

    font-weight: 400;

    background: #ffffff;

    -webkit-font-smoothing: antialiased;

    -moz-font-smoothing: antialiased;

    font-family: 'Open Sans', sans-serif;

}



a {

    text-decoration: none;

    cursor: pointer;

    color: #df6512;

}



a:hover,

a:focus,

a:visited {

    text-decoration: none;

    outline: none;

}



h1,
h2,
h3,
h4,
h5 {

    position: relative;

    font-weight: normal;

    margin: 0px;

    background: none;

    line-height: 1.2em;

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

}



textarea {

    overflow: hidden;

}



button {

    outline: none !important;

    cursor: pointer;

}



p,
.text {

    font-size: 15px;

    line-height: 25px;

    font-weight: 400;

    color: #666666;

    margin: 0;

}



::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}



.page-wrapper {

    position: relative;

    margin: 0 auto;

    width: 100%;

    min-width: 300px;

    z-index: 9;

    overflow: hidden;

}



.auto-container {

    position: static;

    max-width: 1200px;

    padding: 0px 15px;

    margin: 0 auto;

}

.auto-container h2 {
    font-size: 25px;

    font-weight: 700;

    margin: 15px 0;

    color: #333;

}

.auto-container p {
    margin-bottom: 15px;
}



ul,
li {

    list-style: none;

    padding: 0px;

    margin: 0px;

}



figure {

    margin-bottom: 0;

}



.theme-btn {

    display: inline-block;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

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

}



.theme-btn i {

    position: relative;

    display: inline-block;

    font-size: 14px;

    margin-left: 3px;

}



/*Btn Style One*/



.btn-style-one {

    position: relative;

    display: inline-block;

    font-size: 16px;

    line-height: 28px;

    color: #ffffff;

    padding: 10px 30px;

    font-weight: 500;

    overflow: hidden;

    border: 1px solid #ed7902;

    background-color: #ed7902;
    text-align: center;
    width: 100%;

}



.btn-style-one:hover {

    -webkit-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;

    -moz-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;

    -ms-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;

    -o-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;

    box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;

    color: #ffffff;

    border: 1px solid #343434;

}



/*Btn Style Two*/



.btn-style-two {

    position: relative;

    display: inline-block;

    font-size: 16px;

    line-height: 28px;

    color: #ffffff;

    padding: 10px 30px;

    font-weight: 500;

    overflow: hidden;

    border: 1px solid #ffffff;

    background-color: transparent;

}



.btn-style-two:hover {

    color: #333333;

    -webkit-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;

    -moz-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;

    -ms-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;

    -o-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;

    box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;

}



/*Btn Style Three*/



.btn-style-three {

    position: relative;

    display: inline-block;

    font-size: 16px;

    line-height: 28px;

    color: #ed7902;

    padding: 10px 30px;

    font-weight: 500;

    overflow: hidden;

    border: 1px solid #ed7902;

    background-color: transparent;

}



.btn-style-three:hover {

    color: #ffffff;

    -webkit-box-shadow: rgba(237, 121, 1, 1) 0 0px 0px 40px inset;

    -moz-box-shadow: rgba(237, 121, 1, 1) 0 0px 0px 40px inset;
    ;

    -ms-box-shadow: rgba(237, 121, 1, 1) 0 0px 0px 40px inset;

    -o-box-shadow: rgba(237, 121, 1, 1) 0 0px 0px 40px inset;

    box-shadow: rgba(237, 121, 1, 1) 0 0px 0px 40px inset;

}



/*Btn Style Four */



.btn-style-four {

    position: relative;

    display: inline-block;

    font-size: 16px;

    line-height: 28px;

    color: #ffffff;

    padding: 10px 30px;

    font-weight: 500;

    overflow: hidden;

    border: 1px solid #333333;

    background-color: #333333;

}



.btn-style-four:hover {

    color: #333333;

    border: 1px solid #ffffff;

    -webkit-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;

    -moz-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;

    -ms-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;

    -o-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;

    box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;

}



/*=== Social Icon One ===*/

.social-icon-one {

    position: relative;

}



.social-icon-one li {

    position: relative;

    display: inline-block;

    margin-left: 18px;

}



.social-icon-one li a {

    position: relative;

    display: block;

    font-size: 16px;

    line-height: 25px;

    color: #999999;

    font-weight: 400;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.social-icon-one li a:hover {

    color: #ed7902;

}



.social-icon-one li:first-child {

    margin-left: 0;

}



/*=== List Style One ===*/



/*=== List Style Two ===*/



.pull-right {

    float: right;

}



.pull-left {

    float: left;

}



img {

    display: inline-block;

    max-width: 100%;

    height: auto;

}



.dropdown-toggle::after {

    display: none;

}



.fa {

    line-height: inherit;

}



/***



====================================================================

	Scroll To Top style

====================================================================



***/



.scroll-to-top {

    position: fixed;

    bottom: 20px;

    right: 20px;

    width: 60px;

    height: 60px;

    color: #ffffff;

    font-size: 24px;

    line-height: 60px;

    text-align: center;

    z-index: 100;

    cursor: pointer;

    background: #1b1a1c;

    display: none;

    border-radius: 0;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.scroll-to-top:hover {

    background: #df6512;

}



/***



====================================================================

	Main Header style

====================================================================



***/



.main-header {

    position: relative;

    display: block;

    width: 100%;

    z-index: 99999;

}



.main-header .header-top {

    position: relative;

    background-color: #333333;

}



/* Top Left*/



.main-header .header-top .top-left {

    position: relative;

    float: left;

}



.main-header .header-top .top-right {

    position: relative;

    float: right;

}



.main-header .header-top .info-list {

    position: relative;

    float: right;

    padding: 15px 0;

}



.main-header .header-top .info-list li {

    position: relative;

    float: left;

    margin-left: 20px;

    padding-left: 27px;

    font-size: 15px;

    line-height: 30px;

    color: #c5c5c5;

    font-weight: 600;

}



.main-header .header-top .info-list li strong {

    color: #ed7902;

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

    font-weight: 600;

}



.main-header .header-top .info-list li a {

    font-size: 15px;

    line-height: 30px;

    color: #c5c5c5;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.main-header .header-top .info-list li a:hover {

    color: #ffffff;

}



.main-header .header-top .info-list li span {

    position: absolute;

    left: 0;

    top: 0;

    color: #ed7902;

    font-size: 18px;

    line-height: 30px;

}



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



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



.nav-outer .mobile-nav-toggler {

    position: relative;

    float: right;

    font-size: 40px;

    line-height: 50px;

    cursor: pointer;

    color: #df6512;

    margin: 7px 0px 2px;

    display: none;

}



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



.main-header .header-lower {

    position: absolute;

    left: 0;

    top: 100%;

    width: 100%;

}



.main-header .header-lower .nav-outer {

    position: relative;

    background-color: #ffffff;

    padding-right: 30px;

    border-top: 1px solid #e5e5e5;

}



.main-menu {

    position: relative;

    float: left;

}



.main-menu .navbar-collapse {

    padding: 0px;

}



.main-menu .navigation {

    position: relative;

    margin: 0px;

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

}



.main-menu .navigation>li {

    position: relative;

    float: left;

    padding: 20px 30px 21px;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.main-menu .navigation>li:before {

    position: absolute;

    right: 0;

    top: 20px;

    height: 25px;

    width: 1px;

    background-color: #e5e5e5;

    content: "";

}



.main-menu .navigation>li:last-child:before {

    display: none;

}



.main-menu .navigation>li>a {

    position: relative;

    display: block;

    text-align: center;

    font-size: 16px;

    /*line-height:25px;*/

    font-weight: 500;

    opacity: 1;

    color: #333333;

    padding: 0px;

    text-transform: none;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.main-menu .navigation>li:hover>a {

    color: #df6512;

}



.main-menu .navigation>li.dropdown>a {

    padding-right: 15px;

}



.main-menu .navigation>li.dropdown>a:after {

    font-family: "Flaticon";

    content: "\f19c";

    position: absolute;

    right: 0;

    top: 1px;

    display: block;

    line-height: 24px;

    font-size: 8px;

    font-weight: 900;

    z-index: 5;

}

.main-menu .navigation>li.dropdown:nth-child(3)>a:after,.main-menu .navigation>li.dropdown:nth-child(6)>a:after,.main-menu .navigation>li.dropdown:nth-child(8)>a:after{
    display: none;
}

.main-menu .navigation>li>ul {

    position: absolute;

    left: 0px;

    top: 100%;

    width: 260px;

    z-index: 100;

    display: none;

    padding: 10px 30px 0;

    background-color: #ffffff;

    opacity: 0;

    -webkit-transform: translateY(30px);

    -ms-transform: translateY(30px);

    transform: translateY(30px);

    transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

}



.main-menu .navigation>li>ul>li {

    position: relative;

    width: 100%;

    border-bottom: 1px solid rgba(255, 255, 255, 0.10);

}



.main-menu .navigation>li>ul>li:last-child {

    border-bottom: none;

}



.main-menu .navigation>li>ul>li>a {

    position: relative;

    display: block;

    padding: 10px 0px;

    line-height: 29px;

    font-weight: 500;

    font-size: 15px;

    color: #333333;

    text-align: left;

    border-bottom: 1px solid #e5e5e5;

    text-transform: capitalize;

    transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

}



.main-menu .navigation>li>ul>li:hover>a {

    color: #ed7902;

    padding-left: 16px;

}



.main-menu .navigation>li>ul>li>a:before {

    position: absolute;

    left: 0;

    top: 22px;

    height: 5px;

    width: 5px;

    background-color: #ed7902;

    content: "";

    opacity: 0;

    visibility: hidden;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.main-menu .navigation>li>ul>li:hover>a:before {

    opacity: 1;

    visibility: visible;

}



.main-menu .navigation>li.dropdown:hover>ul {

    visibility: visible;

    opacity: 1;

    top: 100%;

    -webkit-transform: translateY(0px);

    -ms-transform: translateY(0px);

    transform: translateY(0px);

}

.main-menu .navigation li.dropdown .dropdown-btn {

    position: absolute;

    right: 10px;

    top: 8px;

    width: 34px;

    height: 30px;

    border: 1px solid #ffffff;

    text-align: center;

    font-size: 16px;

    line-height: 26px;

    color: #ffffff;

    cursor: pointer;

    z-index: 5;

    display: none;

}

.main-header .outer-box {

    position: relative;

    float: right;

}



/*search box btn*/



.main-header .search-box-outer {

    position: relative;

    float: left;

    padding: 15px 0px;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.main-header .search-box-btn {

    position: relative;

    float: left;

    font-size: 17px;

    line-height: 35px;

    background: none;

    color: #343434;

    font-weight: 700;

    cursor: pointer;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.main-header .search-box-btn:hover {

    color: #343434;

}



.dropdown-toggle::after {

    display: none;

}



.main-header .search-box-outer .dropdown-menu {

    top: 49px !important;

    left: auto !important;

    right: 0;

    padding: 0px;

    width: 280px;

    border-radius: 0px;

    -webkit-transform: none !important;

    -ms-transform: none !important;

    transform: none !important;

    border-top: 3px solid #df6512;

}



.main-header .search-panel .form-container {

    padding: 25px 20px;

}



.main-header .search-panel .form-group {

    position: relative;

    margin: 0px;

}



.main-header .search-panel input[type="search"] {

    display: block;

    width: 100%;

    line-height: 24px;

    padding: 7px 40px 7px 15px;

    height: 40px;

    font-size: 14px;

    border: 1px solid #e0e0e0;

    background: #ffffff;

}



.main-header .search-panel input:focus {

    border-color: #25262c;

}



.main-header .search-panel .search-btn {

    position: absolute;

    right: 0px;

    top: 0px;

    width: 40px;

    height: 40px;

    text-align: center;

    color: #555555;

    font-size: 12px;

    background: none;

    cursor: pointer;

}

/***



====================================================================

			Header Style Three

====================================================================



***/



.header-style-three {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: auto;

}



.header-style-three .header-top .info-list li:first-child {

    padding-left: 0;

    margin-left: 0;

}



.header-style-three .header-top {

    background-color: rgba(0, 0, 0, 0.50);

}



.header-top .change-language {

    position: relative;

    float: right;

    margin-left: 20px;

    padding-left: 20px;

}



.header-top .change-language:before {

    position: absolute;

    left: 0;

    top: 20px;

    height: 20px;

    width: 1px;

    background-color: #e5e5e5;

    opacity: .20;

    content: '';

}



.header-top .change-language .language {

    position: relative;

    padding: 15px 0px;

}



.header-top .change-language .language .dropdown-menu {

    left: auto !important;

    right: 0px;

    top: 100% !important;

    width: 170px;

    border-radius: 0px;

    padding: 0px;

    margin-top: 0px;

    background-color: #222222;

    border: none;

    border-top: 2px solid #df6512;

    transform: none !important;

}



.header-top .change-language .language>a {

    position: relative;

    display: block;

    border: 0px;

    padding: 0px;

    font-size: 13px;

    font-weight: 400;

    padding-left: 35px;

    line-height: 30px;

    color: #999999 !important;

    transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

}



.header-top .change-language .language>a .flag {

    position: absolute;

    left: 0;

    top: 9px;

    width: 25px;

    height: 13px;

    background-repeat: no-repeat;

    background-position: center;

}



.header-top .change-language .language>a .flag.eng {

    background-image: url(../images/eng.jpg);

}

.header-top .change-language .language>a .flag.french {

    background-image: url(../images/french.jpg);

}

.header-top .change-language .language>a .flag.span {

    background-image: url(../images/span.jpg);

}

.header-top .change-language .language>a .flag.russ {

    background-image: url(../images/russ.jpg);

}

.header-top .change-language .language>a i {

    float: right;

    top: 2px;

    font-size: 13px;

    line-height: 30px;

    color: #999999;

    vertical-align: middle;

}



.header-top .change-language .language .dropdown-menu>li {

    padding: 0;

    margin: 0;

    border-bottom: 1px solid rgba(255, 255, 255, 0.20);

}



.header-top .change-language .language .dropdown-menu>li:last-child {

    border-bottom: none;

}



.header-top .change-language .language .dropdown-menu>li>a {

    padding: 8px 15px !important;

    line-height: 24px;

    display: block;

    color: #ffffff !important;

    text-align: left;

    font-size: 15px;

    transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

}



.header-top .change-language .language .dropdown-menu>li>a:hover {

    color: #ffffff;

    background: #df6512;

}



.header-style-three .logo-outer {

    position: relative;

    float: left;

    padding: 20px 0;

}



.header-style-three .logo-outer .logo {

    position: relative;

}
.header-style-three .logo-outer .logo a img {
    height: 50px;
}



.header-style-three .header-lower .nav-outer {

    position: relative;

    width: auto;

    float: right;

    border: 0;

    padding: 0;

    background-color: transparent;

}



.header-style-three .main-menu .navigation>li {

    padding: 35px 0;

    margin-left: 32px;

    margin-right: 0;

}



.header-style-three .main-menu .navigation>li>a {

    font-size: 16px;

    color: #ffffff;

}



.header-style-three .main-menu .navigation>li:before {

    display: none;

}



.header-style-three .outer-box {

    margin-left: 50px;

}



.header-style-three .search-box-btn {

    color: #ffffff;

}



.header-style-three .search-box-btn:hover {

    color: #ed7902;

}



.header-style-three .search-box-outer {

    padding: 30px 0;

}



/***



====================================================================

				Sticky Header

====================================================================



***/



.sticky-header {

    position: fixed;

    visibility: hidden;

    opacity: 0;

    left: 0px;

    top: 0px;

    width: 100%;

    padding: 0px 0px;

    z-index: -1;

    background: #ffffff;

    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);

    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);

    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);

    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);

    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);

    -webkit-transition: top 300ms ease;

    -moz-transition: top 300ms ease;

    -ms-transition: top 300ms ease;

    -o-transition: top 300ms ease;

    transition: top 300ms ease;

}

.sticky-header .main-menu .navigation>li {

    margin-left: 32px !important;

    padding: 0;

    margin-right: 0;

    background-color: transparent;

}



.sticky-header .main-menu .navigation>li.dropdown>a:after,

.sticky-header .main-menu .navigation>li:before,

.header-style-four .sticky-header .main-menu .navigation>li:last-child:before {

    display: none;

}



.sticky-header .main-menu .navigation>li>a {

    padding: 20px 0px !important;

    line-height: 30px;

    font-size: 17px;

    font-weight: 500;

    color: #222222;

    text-transform: capitalize;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.sticky-header .main-menu .navigation>li:hover>a,

.sticky-header .main-menu .navigation>li.current>a,

.sticky-header .main-menu .navigation>li.current-menu-item>a {

    opacity: 1;

    color: #df6512;

}

.fixed-header .sticky-header {

    opacity: 1;

    z-index: 99;

    visibility: visible;

}



.fixed-header .sticky-header .logo {

    padding: 10px 0;

}
.fixed-header .sticky-header .logo a img {
    height: 50px;
}



/***



====================================================================

			Mobile Menu

====================================================================



***/



.mobile-menu {

    position: fixed;

    right: 0;

    top: 0;

    width: 300px;

    padding-right: 30px;

    max-width: 100%;

    height: 100%;

    opacity: 0;

    visibility: hidden;

    z-index: 999999;

}



.mobile-menu .nav-logo {

    position: relative;

    padding: 20px 20px;

    text-align: left;

}



.mobile-menu .nav-logo img {

    max-width: 200px;

}



.mobile-menu-visible {

    overflow: hidden;

}



.mobile-menu-visible .mobile-menu {

    opacity: 1;

    visibility: visible;

}



.mobile-menu .menu-backdrop {

    position: fixed;

    right: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: 1;

    background: rgba(0, 0, 0, 0.90);

    -webkit-transform: translateX(101%);

    -ms-transform: translateX(101%);

    transform: translateX(101%);

}



.mobile-menu-visible .mobile-menu .menu-backdrop {

    opacity: 1;

    visibility: visible;

    -webkit-transition: all 0.7s ease;

    -moz-transition: all 0.7s ease;

    -ms-transition: all 0.7s ease;

    -o-transition: all 0.7s ease;

    transition: all 0.7s ease;

    -webkit-transform: translateX(0%);

    -ms-transform: translateX(0%);

    transform: translateX(0%);

}



.mobile-menu .menu-box {

    position: absolute;

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    max-height: 100%;

    overflow-y: auto;

    background: #ffffff;

    padding: 0px 0px;

    z-index: 5;

    opacity: 0;

    visibility: hidden;

    border-radius: 0px;

    -webkit-transform: translateX(101%);

    -ms-transform: translateX(101%);

    transform: translateX(101%);

}



.mobile-menu-visible .mobile-menu .menu-box {

    opacity: 1;

    visibility: visible;

    -webkit-transition: all 0.7s ease 500ms;

    -moz-transition: all 0.7s ease 500ms;

    -ms-transition: all 0.7s ease 500ms;

    -o-transition: all 0.7s ease 500ms;

    transition: all 0.7s ease 500ms;

    -webkit-transform: translateX(0%);

    -ms-transform: translateX(0%);

    transform: translateX(0%);

}



.mobile-menu .close-btn {

    position: absolute;

    right: 3px;

    top: 3px;

    line-height: 30px;

    width: 30px;

    text-align: center;

    font-size: 14px;

    color: #202020;

    cursor: pointer;

    z-index: 10;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -ms-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

    -webkit-transform: translateY(-50px);

    -ms-transform: translateY(-50px);

    transform: translateY(-50px);

}



.mobile-menu-visible .mobile-menu .close-btn {

    -webkit-transform: translateY(0px);

    -ms-transform: translateY(0px);

    transform: translateY(0px);

}



.mobile-menu .close-btn:hover {

    opacity: 0.50;

}



.mobile-menu .navigation {

    position: relative;

    display: block;

    border-top: 1px solid rgba(0, 0, 0, 0.10);

}



.mobile-menu .navigation li {

    position: relative;

    display: block;

    border-bottom: 1px solid rgba(0, 0, 0, 0.10);

    padding-right: 10px;

}



.mobile-menu .navigation li>ul>li:last-child {

    border-bottom: none;

}



.mobile-menu .navigation li>ul>li:first-child {

    border-top: 1px solid rgba(0, 0, 0, 0.10);

}



.mobile-menu .navigation li>a {

    position: relative;

    display: block;

    line-height: 24px;

    padding: 10px 20px;

    font-size: 15px;

    color: #404040;

    text-transform: capitalize;

}



.mobile-menu .navigation li:hover>a,

.mobile-menu .navigation li.current>a {

    color: #df6512;

}



.mobile-menu .navigation li.dropdown .dropdown-btn {

    position: absolute;

    right: 0px;

    top: 0px;

    width: 44px;

    height: 44px;

    text-align: center;

    font-size: 16px;

    line-height: 44px;

    color: #404040;

    cursor: pointer;

    z-index: 5;

}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {

    content: '';

    position: absolute;

    left: 0px;

    top: 10px;

    width: 1px;

    height: 24px;

    border-left: 1px solid rgba(0, 0, 0, 0.10);

}

.mobile-menu .navigation li>ul,

.mobile-menu .navigation li>ul>li>ul {

    display: none;

}

/***

====================================================================

		Page Banner

====================================================================

***/



.page-banner {

    position: relative;

    padding: 260px 0 100px;

    background-position: center top;

    background-repeat: no-repeat;

    background-size: cover;

}



.page-banner:before {

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    content: '';

    background-color: #000000;

    opacity: .80;

    z-index: 0;

}



.page-banner .inner-container {

    position: relative;

    z-index: 5;

}



.page-banner h1 {

    position: relative;

    font-size: 46px;

    color: #ffffff;

    line-height: 60px;

    font-weight: 700;

    padding-left: 28px;

    margin-bottom: 5px;

}



.page-banner h1:before {

    position: absolute;

    left: 0;

    top: 0;

    height: 60px;

    width: 8px;

    background: #ed7902;

    content: '';

}



.page-banner .bread-crumb {

    position: relative;

    padding: 10px 0px;

}



.page-banner .bread-crumb li {

    position: relative;

    float: left;

    font-size: 13px;

    line-height: 25px;

    color: #ed7902;

    font-weight: 400;

    text-transform: capitalize;

    cursor: default;

    padding-right: 15px;

    margin-right: 9px;

}



.page-banner .bread-crumb li:before {

    position: absolute;

    right: -3px;

    font-size: 13px;

    line-height: 25px;

    color: #ffffff;

    content: "\f112";

    font-family: "LineAwesome";

}



.page-banner .bread-crumb li:last-child {

    padding-right: 0;

    margin-right: 0;

}



.page-banner .bread-crumb li:last-child:before {

    display: none;

}

.page-banner .bread-crumb  {
    color: #ffffff;
}

.page-banner .bread-crumb li a,.page-banner .bread-crumb a  {

    color: #ffffff;

    font-weight: 400;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.page-banner .bread-crumb li a:hover {

    color: #ffffff;

}



.page-banner .bread-crumb li a i {

    font-size: 18px;

    margin-right: 5px;

}



/***



====================================================================

		Section Title

====================================================================



***/



.sec-title {

    position: relative;

    z-index: 1;

    margin-bottom: 50px;

}



.sec-title .title {

    position: relative;

    display: block;

    font-size: 15px;

    line-height: 24px;

    color: #888888;

    font-weight: 400;

    padding-left: 40px;

    text-transform: uppercase;

    margin-bottom: 15px;

}



.sec-title .title:before {

    position: absolute;

    left: 0;

    top: 11px;

    height: 2px;

    width: 30px;

    background-color: #ed7902;

    content: "";

}



.sec-title h2 {

    position: relative;
    text-transform: capitalize;
    display: block;

    font-size: 36px;

    line-height: 1.2em;

    color: #333333;

    font-weight: 600;

}



.sec-title .text {

    position: relative;

    font-size: 15px;

    line-height: 25px;

    color: #666666;

    font-weight: 400;

    margin-top: 35px;

}



.sec-title.light h2,

.sec-title.light .title {

    color: #ffffff;

}



.sec-title.text-center .title {

    display: inline-block;

    padding-right: 40px;

}



.sec-title.text-center .title:after {

    position: absolute;

    right: 0;

    top: 11px;

    height: 2px;

    width: 30px;

    background-color: #ed7902;

    content: "";

}

.table-h3-title {
    font-weight: 700;
    margin: 20px 0 ;
}

/***



====================================================================

	Main Slider

====================================================================



***/



.main-slider {

    position: relative;

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

}



.main-slider h2 {

    position: relative;

    display: block;

    font-size: 52px;

    color: #ffffff;

    font-weight: 600;

    line-height: 63px;

}



.main-slider .text {

    position: relative;

    display: block;

    font-size: 15px;

    line-height: 25px;

    color: #ffffff;

    font-weight: 400;

}



.main-slider .link-box {

    position: relative;

}



.main-slider .link-box a {

    position: relative;

    padding: 10px 30px;

    line-height: 25px;

    margin-right: 20px;

}



.main-slider .link-box a:last-child {

    margin-right: 0;

}



.main-slider.style-two {

    position: relative;

}



.main-slider.style-two h2 {

    font-size: 60px;

    line-height: 72px;

}



.main-slider.style-two h1 {
    width:1000px;
    font-size: 60px;

    color: #ffffff;

    font-weight: 700;

}



.main-slider.style-two .text {

    font-size: 18px;

    line-height: 29px;

    color: #ffffff;

}



.main-slider .video-link {

    position: relative;

}



.main-slider .video-link .icon {

    position: relative;

    display: inline-block;

    height: 80px;

    width: 80px;

    line-height: 80px;

    text-align: center !important;

    border: 2px solid #eeeeee;

    font-size: 26px;

    padding-left: 7px;

    border-radius: 50%;

    background-color: rgba(255, 255, 255, .30);

    color: #ffffff;

    transition: all 300ms ease;

}



.main-slider .video-link:hover .icon {

    background-color: #ffffff;

    color: #000000;

}



/***



====================================================================

	Welcome Banner

====================================================================



***/



.welcome-section {

    position: relative;

    padding: 80px 0 50px;

}



.welcome-section:before {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    width: 100%;

    max-width: 1170px;

    margin: 0 auto;

    border-bottom: 1px solid #e5e5e5;

    content: "";

}



.welcome-section .title-column {

    position: relative;

    margin-bottom: 30px;

    text-align: right;

}



.welcome-section .title-column .inner-column {

    position: relative;

    padding: 12px 0;

}



.welcome-section .title-column h2 {

    position: relative;

    display: block;

    font-size: 36px;

    line-height: 43px;

    color: #333333;

    font-weight: 400;

}



.welcome-section .title-column h2 span {

    color: #ed7902;

}



.welcome-section .text-column {

    position: relative;

}



.welcome-section .text-column .inner-column {

    padding: 16px 0;

    padding-left: 35px;

    border-left: 2px solid #ed7902;

}



.welcome-section .text-column .text {

    font-size: 15px;

    line-height: 25px;

    color: #666666;

    font-weight: 400;

}



/***



====================================================================

	About Section

====================================================================



***/



.about-section {

    position: relative;

    padding: 100px 0 50px;

}



.about-section .content-column {

    position: relative;

    margin-bottom: 50px;

}



.about-section .content-column .inner-column {

    position: relative;

    padding-right: 70px;

    margin-top: -4px;

}



.feature-block {

    position: relative;

    margin-bottom: 30px;

}



.feature-block .inner-box {

    position: relative;

    padding-left: 73px;

}



.feature-block .icon-box {

    position: absolute;

    left: 0;

    top: 5px;

}



.feature-block .icon-box .icon {

    display: block;

    font-size: 54px;

    line-height: 1em;

    color: #ed7902;

    font-weight: 400;

}



.feature-block h4 {

    font-size: 20px;

    line-height: 1.2em;

    color: #333333;

    font-weight: 700;

    margin-bottom: 13px;

}



.feature-block h4 a {

    color: #333333;

    display: inline-block;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.feature-block h4 a:hover {

    color: #ed7902;

}



.feature-block .text {

    font-size: 15px;

    line-height: 25px;

    color: #666666;

    font-weight: 400;

}



.about-section .video-column {

    position: relative;

    margin-bottom: 50px;

}



.about-section .video-column .inner-column {

    position: relative;

}



.about-section .video-box {

    position: relative;

    margin-bottom: 20px;

}



.about-section .video-box .image {

    position: relative;

    margin-bottom: 0;

}



.about-section .video-box .image img {

    display: block;

    width: 100%;

    height: auto;

}



.about-section .video-box .link {

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    transition: all 300ms ease;

}



.about-section .video-box:hover .link {

    background-color: rgba(0, 0, 0, 0.50);

}



.about-section .video-box .link .icon {

    position: absolute;

    left: 50%;

    top: 50%;

    margin-top: -40px;

    margin-left: -40px;

    height: 80px;

    width: 80px;

    line-height: 80px;

    text-align: center;

    border: 2px solid #eeeeee;

    font-size: 26px;

    padding-left: 7px;

    border-radius: 50%;

    background-color: rgba(255, 255, 255, .30);

    color: #ffffff;

    transition: all 300ms ease;

}



.about-section .video-box:hover .link .icon {

    background-color: #ffffff;

    color: #000000;

}



.about-section .video-column .text {

    font-size: 15px;

    line-height: 25px;

    color: #666666;

    margin-bottom: 30px;

}



.about-section .video-column .info-box {

    position: relative;

    font-size: 20px;

    line-height: 25px;

    color: #333333;

    font-weight: 700;

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

}



/***



====================================================================

	About Section Two

====================================================================



***/



.about-section-two {

    position: relative;

    padding: 100px 0 50px;

}

.about-section-two .upper-box {

    position: relative;

}

.about-section-two .upper-box .sec-title {

    position: relative;

    float: left;

    color: #000;

}

.about-section-two .upper-box .sec-title .title {

    color: #888888;

}

.about-section-two .upper-box .sec-title h2 {

    color: #000;

}

.about-section-two .upper-box .view-all {

    position: relative;

    float: right;

    margin-top: 45px;

}

.about-section-two .upper-box .view-all a {

    position: relative;

    display: block;

    font-size: 15px;

    line-height: 20px;

    color: #ed7902;

    font-weight: 500;

    text-transform: uppercase;

    border-bottom: 1px solid #ed7902;

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

    transition: all 300ms ease;

}

.about-section-two .content-column {

    position: relative;

    margin-bottom: 50px;

}



.about-section-two .content-column .sec-title {

    margin-bottom: 45px;

}



.about-section-two .content-column .inner-column {

    position: relative;

    padding-right: 25px;

}



.about-section-two .content-column .text {

    color: #666666;

    font-size: 14px;

    line-height: 25px;

    margin-bottom: 30px;

}



.about-section-two .video-column {

    position: relative;

}



.about-section-two .video-column .inner-column {

    position: relative;

}



.about-section-two .video-box {

    position: relative;

    margin-bottom: 55px;

}



.about-section-two .video-box .image {

    position: relative;

    margin-bottom: 0;

    border: 1px solid #f2f2f2;

}



.about-section-two .video-box .image img {

    display: block;

    width: 100%;

    height: auto;

}



.about-section-two .video-box .link {

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    transition: all 300ms ease;

}



.about-section-two .video-box:hover .link {

    background-color: rgba(0, 0, 0, 0.50);

}



.about-section-two .video-box .link .icon {

    position: absolute;

    left: 50%;

    top: 50%;

    margin-top: -65px;

    margin-left: -40px;

    height: 80px;

    width: 80px;

    line-height: 80px;

    text-align: center;

    border: 2px solid #eeeeee;

    font-size: 26px;

    padding-left: 7px;

    border-radius: 50%;

    background-color: rgba(255, 255, 255, .30);

    color: #ffffff;

    transition: all 300ms ease;

}



.about-section-two .video-box:hover .link .icon {

    background-color: #ffffff;

    color: #000000;

}



.about-section-two .video-box .caption-box {

    position: relative;

    font-size: 15px;

    line-height: 25px;

    color: #ffffff;

    font-weight: 400;

    padding: 20px 15px;

    background-color: #ed7902;

    text-align: center;

}





/***



====================================================================

		How We Work

====================================================================



***/



.how-we-work {

    position: relative;

    padding: 100px 0 50px;

}



.how-we-work .accordion-column {

    position: relative;

    margin-bottom: 50px;

}



.accordion-box {

    position: relative;

}



.accordion-box .block {

    position: relative;

    margin-bottom: 30px;

}



.accordion-box .block:last-child {

    margin-bottom: 0;

}



.accordion-box .block .acc-btn {

    position: relative;

    font-size: 18px;

    line-height: 30px;

    color: #333333;

    font-weight: 400;

    cursor: pointer;

    padding: 10px 30px;

    background-color: #ffffff;

    border: 1px solid transparent;

    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);

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

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

}



.accordion-box .block .icon {

    position: absolute;

    right: 0px;

    top: 0px;

    font-size: 18px;

    color: #666666;

    height: 50px;

    line-height: 50px;

    width: 50px;

    text-align: center;

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

}



.accordion-box .block .acc-btn.active .icon {

    color: #ffffff;

}



.accordion-box .block .acc-btn.active .icon:before {

    content: "\f11e";

    color: #ffffff;

}



.accordion-box .block .acc-btn.active {

    position: relative;

    background-color: #ed7902;

    color: #ffffff;

}



.accordion-box .block .acc-content {

    position: relative;

    display: none;

}



.accordion-box .block .content {

    position: relative;

    background-color: #ffffff;

    padding: 22px 30px;

    border: 1px solid #e5e5e5;

    border-top: 0;

}



.accordion-box .block .acc-content.current {

    display: block;

}



.accordion-box .block .content .text {

    display: block;

    font-size: 15px;

    line-height: 25px;

    color: #666666;

}



.how-we-work .skill-column {

    position: relative;

    margin-bottom: 50px;

}



.how-we-work .skill-column .inner-column {

    position: relative;

    padding-left: 20px;

}



.skills {

    position: relative;

}



.skills .skill-item {

    position: relative;

    margin-bottom: 20px;

}



.skills .skill-item:last-child {

    margin-bottom: 0px;

}



.skills .skill-item .skill-bar {

    position: relative;

    width: 100%;

    height: 10px;

    background-color: #e5e5e5;

    border-radius: 5px;

}



.skills .skill-item .skill-bar .bar-inner {

    position: relative;

    width: 100%;

    height: 10px;

    background: #e5e5e5;

}



.skills .skill-item .skill-bar .bar-inner .bar {

    position: absolute;

    left: 0px;

    top: 0px;

    height: 10px;

    width: 0px;

    border-radius: 5px;

    -webkit-transition: all 3000ms ease;

    -moz-transition: all 3000ms ease;

    -ms-transition: all 3000ms ease;

    -o-transition: all 3000ms ease;

    transition: all 3000ms ease;

    background-color: #ed7902;

}



.skills .skill-item .skill-header {

    position: relative;

    margin-bottom: 14px;

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

}



.skills .skill-item .skill-header .skill-title {

    position: relative;

    float: left;

    font-size: 18px;

    line-height: 30px;

    color: #333333;

    font-weight: 400;

}



.skills .skill-item .skill-header .skill-title .icon {

    position: relative;

    float: left;

    font-size: 22px;

    line-height: 30px;

    margin-right: 10px;

}



.skills .skill-item .skill-header .skill-percentage {

    float: right;

    font-size: 18px;

    line-height: 30px;

    color: #333333;

    font-weight: 400;

}



/***



====================================================================

	Features Section

====================================================================



***/



.features-section {

    position: relative;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    padding: 100px 0 50px;

}



.features-section:before {

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    background-color: #333333;

    opacity: .80;

    content: "";

}



.feature-block-two {

    position: relative;

    margin-bottom: 50px;

}



.feature-block-two .inner-box {

    position: relative;

    text-align: center;

}



.feature-block-two .icon-box {

    position: relative;

    display: inline-block;

    height: 80px;

    width: 80px;

    margin-bottom: 35px;

}



.feature-block-two .icon-box .icon {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    display: block;

    font-size: 48px;

    color: #ed7902;

    line-height: 80px;

    transition: all 300ms ease;

}



.feature-block-two .inner-box:hover .icon-box .icon {

    color: #ffffff;

}



.feature-block-two h4 {

    position: relative;

    display: block;

    font-size: 20px;

    line-height: 25px;

    color: #ffffff;

    font-weight: 700;

    margin-bottom: 14px;

}



.feature-block-two h4 a {

    color: #ffffff;

    display: inline-block;

}



.feature-block-two h4 a:hover {

    color: #ed7902;

}



.feature-block-two .text,.feature-block-two .text p {

    font-size: 15px;

    line-height: 25px;

    color: #cccccc;

    font-weight: 400;

}



.hexagon {

    height: 100%;

    width: calc(100% * 0.57735);

    display: inline-block;

    border-top: 2px solid #dd7103;

    border-bottom: 2px solid #dd7103;

    transition: all 300ms ease;

}



.feature-block-two .inner-box:hover .hexagon:before,

.feature-block-two .inner-box:hover .hexagon:after,

.feature-block-two .inner-box:hover .hexagon {

    background-color: #dd7103;

}



.hexagon:before {

    position: absolute;

    top: 0;

    right: calc((100% / 2) - ((100% * 0.57735) / 2));

    background-color: inherit;

    height: inherit;

    width: inherit;

    content: '';

    -webkit-transform: rotateZ(60deg);

    -ms-transform: rotateZ(60deg);

    transform: rotateZ(60deg);

    border-top: 2px solid #dd7103;

    border-bottom: 2px solid #dd7103;

}



.hexagon:after {

    position: absolute;

    top: 0;

    right: calc((100% / 2) - ((100% * 0.57735) / 2));

    background-color: inherit;

    height: inherit;

    width: inherit;

    content: '';

    -webkit-transform: rotateZ(-60deg);

    -ms-transform: rotateZ(-60deg);

    transform: rotateZ(-60deg);

    border-top: 2px solid #dd7103;

    border-bottom: 2px solid #dd7103;

}





/***



====================================================================

	Services Section

====================================================================



***/



.services-section {

    position: relative;

    background-color: #f2f2f2;

    padding: 100px 0 50px;

}



.services-section .upper-box {

    position: relative;

}



.services-section .upper-box .sec-title {

    position: relative;

    float: left;

}



.services-section .upper-box .view-all {

    position: relative;

    float: right;

    margin-top: 45px;

}



.services-section .upper-box .view-all a {

    position: relative;

    display: block;

    font-size: 15px;

    line-height: 20px;

    color: #ed7902;

    font-weight: 500;

    text-transform: uppercase;

    border-bottom: 1px solid #ed7902;

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

    transition: all 300ms ease;

}



.services-section .upper-box .view-all a:hover {

    color: #222222;

}



.service-block {

    position: relative;

    margin-bottom: 50px;

}



.service-block .inner-box {

    position: relative;

}



.service-block .image-box {

    position: relative;

    overflow: hidden;

}



.service-block .image-box .image {

    position: relative;

    margin-bottom: 0;

}



.service-block .image-box .image img {

    display: block;

    width: 100%;

    height: auto;

    transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

}



.service-block .inner-box:hover .image img {

    -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    transform: scale(1.1);

}



.service-block .image-box .image a:before {

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: #000000;

    opacity: 0;

    -webkit-transform: translateY(-100%);

    -ms-transform: translateY(-100%);

    transform: translateY(-100%);

    transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    z-index: 1;

}



.service-block .inner-box:hover .image-box .image a:before {

    opacity: 0.50;

    -webkit-transform: translateY(0%);

    -ms-transform: translateY(0%);

    transform: translateY(0%);

}



.service-block .lower-content {

    position: relative;

    padding-top: 35px;

}



.service-block .lower-content h4 {

    position: relative;

    display: block;

    font-size: 20px;

    line-height: 1.2em;

    color: #333333;

    font-weight: 700;

    margin-bottom: 20px;

}



.service-block .lower-content h4 a {

    color: #333333;

    display: inline-block;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.service-block .lower-content h4 a:hover {

    color: #ed7902;

}



.service-block .lower-content .text {

    font-size: 15px;

    line-height: 25px;

    color: #666666;

    font-weight: 400;

    margin-bottom: 20px;

}



.service-block .lower-content .read-more {

    display: inline-block;

    font-size: 15px;

    line-height: 1.2em;

    color: #ed7902;

    font-weight: 500;

    text-transform: uppercase;

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

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.service-block .lower-content .read-more:hover {

    color: #333333;

}



.services-section.style-two {

    background-color: #ffffff;

}



.services-section .services-carousel-two {

    position: relative;

}

.services-carousel-two .owl-nav {

    position: absolute;

    left: 0;

    top: 110px;

    width: 100%;

}



.services-carousel-two .owl-next,

.services-carousel-two .owl-prev {

    position: absolute;

    left: -70px;

    height: 30px;

    width: 30px;

    border: 2px solid #e6e6e6;

    background-color: #ffffff;

    font-size: 14px;

    color: #c5c5c5;

    font-weight: 400;

    text-align: center;

    line-height: 26px;

    margin-left: 10px;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.services-carousel-two .owl-next {

    left: auto;

    right: -70px;

}



.services-carousel-two .owl-next:hover,

.services-carousel-two .owl-prev:hover {

    border: 2px solid #ed7902;

    background-color: #ed7902;

    color: #ffffff;

}



.projects-carousel .owl-nav {

    position: absolute;

    left: -70px;

    right: -70px;

    top: 50%;

    margin-top: -20px;

}



.projects-carousel .owl-next,

.projects-carousel .owl-prev {

    position: absolute;

    left: 0;

    top: 0;

    height: 30px;

    width: 30px;

    border: 2px solid #e6e6e6;

    line-height: 26px;

    color: #e6e6e6;

    text-align: center;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.projects-carousel .owl-next {

    left: auto;

    right: 0;

}



.projects-carousel .owl-next:hover,

.projects-carousel .owl-prev:hover {

    color: #ed7902;

    border-color: #ed7902;

}



/***



====================================================================

	Services Section Three

====================================================================



***/



.services-section-three {

    position: relative;

    background-color: #e6e6e6;

    padding: 100px 0 50px;

}

.services-section-three .upper-box {

    position: relative;

}

.services-section-three .upper-box .sec-title {

    position: relative;

    float: left;

    color: #000;

}

.services-section-three .upper-box .sec-title .title {

    color: #888888;

}

.services-section-three .upper-box .sec-title h2 {

    color: #000;

}

.services-section-three .upper-box .view-all {

    position: relative;

    float: right;

    margin-top: 45px;

}

.services-section-three .upper-box .view-all a {

    position: relative;

    display: block;

    font-size: 15px;

    line-height: 20px;

    color: #ed7902;

    font-weight: 500;

    text-transform: uppercase;

    border-bottom: 1px solid #ed7902;

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

    transition: all 300ms ease;

}

.service-block-three {

    position: relative;

    margin-bottom: 50px;

}



.service-block-three .inner-box {

    position: relative;

}



.service-block-three .image-box {

    position: relative;

    overflow: hidden;

}



.service-block-three .image-box .image {

    position: relative;

    margin-bottom: 0;

}



.service-block-three .image-box .image img {
    height: 200px;
    display: block;
    object-fit: cover;
    width: 100%;
}

.service-block-three .image-box .image img.albumlist {
        height: 200px;
    display: block;
    object-fit: contain;
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
} 

.service-block-three .image-box .overlay-box {

    position: absolute;

    left: 50%;

    top: 0;

    height: 100%;

    width: 0;

    background-color: rgba(237, 121, 2, .70);

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear;

}



.service-block-three .image-box .overlay-box .icon {

    position: absolute;

    left: 50%;

    top: 60%;

    font-size: 35px;

    line-height: 50px;

    margin-left: -25px;

    margin-top: -25px;

    width: 50px;

    text-align: center;

    color: #ffffff;

    opacity: 0;

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear;

}



.service-block-three .image-box .overlay-box .icon:hover {

    color: #222222;

}



.service-block-three .inner-box:hover .image-box .overlay-box .icon {

    top: 50%;

    opacity: 1;

}



.service-block-three .inner-box:hover .image-box .overlay-box {

    opacity: 1;

    left: 0;

    width: 100%;

}



.service-block-three .lower-content {

    position: relative;

    padding-top: 35px;

    text-align: center;

}



.service-block-three .lower-content h4 {

    position: relative;

    display: block;

    font-size: 20px;

    line-height: 1.2em;

    color: #333333;

    font-weight: 700;

    margin-bottom: 20px;

}



.service-block-three .lower-content h4 a {

    color: #333333;
    text-transform: capitalize;
    display: inline-block;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.service-block-three .lower-content h4 a:hover {

    color: #ed7902;

}



.service-block-three .lower-content .text {

    font-size: 15px;

    line-height: 25px;

    color: #666666;

    font-weight: 400;

}



/***



====================================================================

	Services Section Four

====================================================================



***/



.services-section-four {

    position: relative;

    padding: 100px 0 50px;

}



.services-section-four .content-column {

    position: relative;

    margin-bottom: 10px;

}



.services-section-four .content-column .inner-column {

    position: relative;

}



.services-section-four .content-column .sec-title .text {

    margin-top: 45px;

}



.services-section-four .facts-couner {

    position: relative;

}



.services-section-four .counter-column {

    position: relative;

    margin-bottom: 40px;

}



.services-section-four .counter-column .inner {

    position: relative;

    text-align: center;

}



.services-section-four .counter-column .count-box {

    position: relative;

}



.services-section-four .counter-column .icon-box {

    position: relative;

    display: inline-block;

}



.services-section-four .counter-column .icon-box .icon {

    display: inline-block;

    font-size: 74px;

    line-height: 1em;

    color: #ed7902;

    font-weight: 400;

    margin-bottom: 45px;

}



.services-section-four .counter-column .count-box {

    position: relative;

    font-size: 50px;

    color: #ed7902;

    line-height: 60px;

    font-weight: 700;

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

}



.services-section-four .counter-column .count-box .count-text {

    position: relative;

    display: inline-block;

    font-size: 50px;

    color: #ed7902;

    line-height: 1em;

    font-weight: 700;

    margin-bottom: 15px;

}



.services-section-four .counter-column .count-box sup {

    position: relative;

    display: inline-block;

    top: -30px;

    left: -3px;

    font-size: 36px;

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

}



.services-section-four .counter-column .counter-title {

    position: relative;

    display: block;

    font-size: 20px;

    line-height: 25px;

    font-weight: 700;

    color: #333333;

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

}



.services-section-four .image-column {

    position: relative;

    margin-bottom: 50px;

}



.services-section-four .image-column .image-box {

    position: relative;

}



.services-section-four .image-column .image {

    position: relative;

    margin-bottom: 0px;

    padding-right: 10px;

    padding-bottom: 10px;

}



.services-section-four .image-column .image:before {

    position: absolute;

    right: 0;

    bottom: 0;

    width: 0;

    height: 0;

    border-bottom: 200px solid #ed7902;

    border-left: 170px solid transparent;

    content: "";

    z-index: -1;

}



.services-section-four .image-column .image img {

    display: block;

    width: 100%;

}





/***



====================================================================

		Service Detail

====================================================================



***/



.service-detail {

    position: relative;

    padding-left: 20px;

}



.images-box {

    position: relative;

    margin: 0 -5px;

}



.images-box .column {

    padding: 0 5px;

}



.images-box .image {

    position: relative;

    margin-bottom: 10px;

}



.images-box .image img {

    display: block;

    width: 100%;

    height: auto;

}



.content-box {

    position: relative;

    padding: 30px 0;

}



.content-box h2 {

    position: relative;

    display: block;

    font-size: 30px;

    line-height: 1.2em;

    color: #333333;

    font-weight: 700;

    margin: 0px 0px 20px;

}

.content-box h3 {

    font-size: 25px;

    line-height: 1.2em;

    color: #333333;

    font-weight: 700;

    margin: 20px 0;

}
.content-box h4 {

    font-size: 20px;

    line-height: 1.2em;

    color: #333333;

    font-weight: 700;

    margin: 20px 0;

}

.mb-30{margin-bottom: 30px}


.content-box p {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 15px;
}

.content-box ul {
    padding-left: 18px;
}

.content-box ul li {

    list-style-type: square !important;
    line-height: 25px;

}



.title {

    position: relative;

    display: block;

    font-size: 20px;

    line-height: 1.2em;

    color: #333333;

    font-weight: 700;

    padding-bottom: 8px;

    margin-bottom: 25px;

}



.title:before {

    position: absolute;

    left: 0;

    bottom: 0;

    height: 2px;

    width: 40px;

    background-color: #ed7902;

    content: "";

}



/* Services Categories */



.services-categories {

    position: relative;

}



.services-categories li {

    position: relative;

}



.services-categories li a {

    position: relative;

    color: #666666;

    font-size: 16px;

    line-height: 22px;

    padding: 16px 0;

    display: block;

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

    border-bottom: 1px solid #e5e5e5;

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

}



.services-categories li a:after {

    content: "\f105";

    position: absolute;

    right: 0;

    top: 16px;

    display: block;

    font-size: 12px;

    line-height: 22px;

    padding: 0px;

    color: #999999;

    font-weight: 900;

    font-family: "Font Awesome 5 Free";

}



.services-categories li a:hover {

    color: #ed7902;

    border-color: #ed7902;

}



.services-categories li:first-child a:after,

.services-categories li:first-child a {

    padding-top: 0;

    top: 0;

}



.services-categories li:last-child a {

    border-bottom: 0;

    padding-bottom: 0;

}



/*=== Help Box ===*/



.help-box {

    position: relative;

    margin-bottom: 50px;

}



.help-box .inner {

    position: relative;

    background-color: #333333;

    padding: 35px 30px 40px;

}



.help-box h4 {

    display: block;

    font-size: 20px;

    line-height: 1.2em;

    color: #ffffff;

    font-weight: 500;

    margin-bottom: 20px;

}



.help-box .text {

    font-size: 15px;

    line-height: 25px;

    color: #ffffff;

    margin-bottom: 30px;

}



.help-box .theme-btn {

    font-size: 14px;

    line-height: 24px;

    padding: 10px 25px;

    display: block;

    width: 100%;

    text-align: center;

    margin-bottom: 20px;

}



.help-box .theme-btn i {

    position: relative;

    top: -1px;

    font-size: 20px;

    line-height: 24px;

    margin: 0;

    padding-right: 3px;

    vertical-align: middle;

}



.help-box .theme-btn:last-child {

    margin-bottom: 0;

}



/***



====================================================================

		Request Section

====================================================================



***/



/***



====================================================================

		Why Choose Us

====================================================================



***/



.why-choose-us {

    position: relative;

    padding: 100px 0;

}



.why-choose-us .our-factory {

    position: relative;

}



.why-choose-us .our-factory .content-column {

    position: relative;

}



.why-choose-us .our-factory .content-column .inner-column {

    position: relative;

    padding-right: 40px;

    padding-bottom: 50px;

}



.why-choose-us .our-factory .sec-title {

    margin-bottom: 40px;

}



.why-choose-us .our-factory .text {

    position: relative;

    margin-bottom: 30px;

}



.why-choose-us .our-factory .btn-box {

    position: relative;

}



.why-choose-us .our-factory .btn-box a {

    padding: 10px 25px;

    line-height: 23px;

    font-weight: 500;

    text-transform: uppercase;

    font-size: 14px;

}



.why-choose-us .our-factory .image-column {

    position: relative;

}



.why-choose-us .our-factory .image-column .image-box {

    margin-left: -15px;

}



.why-choose-us .our-factory .image-column .image {

    position: relative;

    margin-bottom: 0;

}



.why-choose-us .our-factory .image-column .image img {

    display: block;

    width: 100%;

    height: auto;

}



.why-choose-us .our-skill {

    position: relative;

    display: block;

}



.why-choose-us .our-skill .content-column {

    position: relative;

}



.why-choose-us .our-skill .content-column .inner-column {

    position: relative;

    padding: 55px 0 0;

    padding-left: 35px;

}



.why-choose-us .our-skill .content-column .sec-title {

    margin-bottom: 45px;

}



.why-choose-us .our-skill .content-column .text {

    margin-bottom: 35px;

}



.why-choose-us .our-skill .image-column {

    position: relative;

}



.why-choose-us .our-skill .image-column .image-box {

    margin-right: -15px;

}



.why-choose-us .our-skill .image-column .image {

    position: relative;

    margin-bottom: 0;

}



.why-choose-us .our-skill .image-column .image img {

    display: block;

    width: 100%;

    height: auto;

}



/***



====================================================================

		History Section

====================================================================



***/



.history-section {

    position: relative;

    padding: 100px 0 50px;

}



.history-section .history-column {

    position: relative;

}



.history-section .history-column .inner-column {

    position: relative;

    padding-bottom: 1px;

}



.history-section .history-column .inner-column:before {

    position: absolute;

    left: 245px;

    top: 50px;

    bottom: 0;

    border-right: 2px dotted #565656;

    content: "";

}



.history-block {

    position: relative;

    margin-bottom: 50px;

}



.history-block .inner-box {

    position: relative;

    padding-left: 290px;

}



.history-block .inner-box:before {

    position: absolute;

    height: 10px;

    width: 10px;

    background-color: #ed7902;

    content: "";

    top: 45px;

    left: 241px;

    border-radius: 50%;

}



.history-block .inner-box:after {

    position: absolute;

    left: 230px;

    top: 35px;

    height: 30px;

    width: 30px;

    background-image: url(../images/icon-dot.png);

    content: "";

    -webkit-animation: zoomIn 1s infinite linear alternate;

    -moz-animation: zoomIn 1s infinite linear alternate;

    -ms-animation: zoomIn 1s infinite linear alternate;

    -o-animation: zoomIn 1s infinite linear alternate;

    animation: zoomIn 1s infinite linear alternate;

}



.history-block:nth-child(2) .inner-box:after {

    -webkit-animation-delay: 500ms;

    -moz-animation-delay: 500ms;

    -ms-animation-delay: 500ms;

    -o-animation-delay: 500ms;

    animation-delay: 500ms;

}



.history-block:nth-child(3) .inner-box:after {

    -webkit-animation-delay: 1s;

    -moz-animation-delay: 1s;

    -ms-animation-delay: 1s;

    -o-animation-delay: 1s;

    animation-delay: 1s;

}



.history-block .year {

    position: absolute;

    left: 0;

    top: 0;

    height: 100px;

    width: 100px;

    border-radius: 50%;

    background-color: #ed7902;

    font-size: 28px;

    line-height: 100px;

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

    font-weight: 700;

    color: #ffffff;

    text-align: center;

}



.history-block .year:before {

    position: absolute;

    left: 2px;

    top: 2px;

    height: 96px;

    width: 96px;

    border-radius: 50%;

    border: 3px solid #ffffff;

    content: "";

}



.history-block .year:after {

    position: absolute;

    top: 49px;

    left: 100%;

    height: 2px;

    width: 100px;

    background-color: #ed7902;

    content: "";

}



.history-block .text {

    font-size: 14px;

    line-height: 25px;

    color: #666666;

}



/***



====================================================================

		News Section

====================================================================



***/



.news-section {

    position: relative;

    padding: 100px 0 70px;

}



.news-section.no-pd-top {

    padding-top: 0;

}



.news-block {

    position: relative;

    margin-bottom: 30px;

}



.news-block .inner-box {

    position: relative;

}



.news-block .image-box {

    position: relative;

}



.news-block .image-box .image {

    position: relative;

    margin-bottom: 0;

    background-color: #ed7902;

    overflow: hidden;

}



.news-block .image-box .image img {

    display: block;

    width: 100%;

    height: auto;

    -webkit-transition: all 600ms ease;

    -moz-transition: all 600ms ease;

    -ms-transition: all 600ms ease;

    -o-transition: all 600ms ease;

    transition: all 600ms ease;

    border: 1px solid #f2f2f2;

}



.news-block .inner-box:hover .image-box .image img {

    opacity: .70;

    -webkit-transform: scale(1.2);

    -moz-transform: scale(1.2);

    -ms-transform: scale(1.2);

    -o-transform: scale(1.2);

    transform: scale(1.2);

}



.news-block .lower-content {

    position: relative;

    display: block;

    padding: 35px 25px 0;

    border: 1px solid #f2f2f2;

    border-top: 0;

}



.news-block .lower-content .post-info {

    position: relative;

    padding-left: 33px;

    margin-bottom: 10px;

}



.news-block .lower-content .post-info:before {

    position: absolute;

    left: 0;

    top: 12px;

    height: 1px;

    width: 25px;

    background-color: #e5e5e5;

    content: "";

}



.news-block .lower-content .post-info li {

    position: relative;

    display: inline-block;

    font-size: 15px;

    line-height: 25px;

    color: #888888;

    font-weight: 400;

    padding-right: 15px;

    margin-right: 10px;

}



.news-block .lower-content .post-info li:last-child {

    padding-right: 0;

    margin-right: 0;

}



.news-block .lower-content .post-info li:before {

    position: absolute;

    right: -3px;

    top: 0;

    font-size: 15px;

    line-height: 25px;

    color: #888888;

    font-weight: 400;

    content: "|";

}



.news-block .lower-content .post-info li span {

    position: relative;

    float: left;

    font-size: 15px;

    line-height: 25px;

    color: #ed7902;

    margin-right: 5px;

}



.news-block .lower-content .post-info li:last-child:before {

    display: none;

}



.news-block .lower-content h5 {

    position: relative;

    display: block;

    font-size: 20px;

    line-height: 25px;

    color: #333333;

    font-weight: 600;

    margin-bottom: 15px;

}



.news-block .lower-content h5 a {

    color: #242424;
    text-transform: capitalize;
    display: inline-block;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.news-block .lower-content h5 a:hover {

    color: #ed7902;

}



.news-block .lower-content .text {

    position: relative;

    display: block;

    font-size: 15px;

    line-height: 25px;

    color: #666666;

    font-weight: 400;

    margin-bottom: 35px;

}



.news-block .lower-content .link-box {

    position: relative;

    display: block;

    padding: 20px 0;

    border-top: 1px solid #f2f2f2;

}



.news-block .lower-content .link-box a {

    position: relative;

    display: inline-block;

    font-size: 15px;

    line-height: 35px;

    color: #ed7902;

    font-weight: 500;

    text-transform: uppercase;

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

}

.news-block .lower-content .link-box .btn-style-one {

    position: relative;

    display: block;

    font-size: 16px;

    line-height: 28px;

    color: #ffffff;

    padding: 3px 20px;

    font-weight: 500;

    overflow: hidden;

    border: 1px solid #ed7902;

    background-color: #ed7902;


}



/***



====================================================================

		News Section Two

====================================================================



***/



.news-section-two {

    position: relative;

    padding: 100px 0 70px;

}



.news-section-two .upper-box {

    position: relative;

}



.news-section-two .upper-box .sec-title {

    position: relative;

    float: left;

}



.news-section-two .upper-box .view-all {

    position: relative;

    float: right;

    margin-top: 45px;

}



.news-section-two .upper-box .view-all a {

    position: relative;

    display: block;

    font-size: 15px;

    line-height: 20px;

    color: #ed7902;

    font-weight: 500;

    text-transform: uppercase;

    border-bottom: 1px solid #ed7902;

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

    transition: all 300ms ease;

}



.news-section-two .upper-box .view-all a:hover {

    color: #222222;

}



.news-block-two {

    position: relative;

    margin-bottom: 30px;

}



.news-block-two .inner-box {

    position: relative;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.news-block-two .inner-box:hover {

    box-shadow: 0 0 15px rgba(0, 0, 0, .10);

}



.news-block-two .image-box {

    position: relative;

}



.news-block-two .image-box .image {

    position: relative;

    margin-bottom: 0;

    background-color: #ed7902;

    overflow: hidden;

}



.news-block-two .image-box .image img {

    display: block;

    width: 100%;

    height: auto;

    -webkit-transition: all 400ms ease;

    -moz-transition: all 400ms ease;

    -ms-transition: all 400ms ease;

    -o-transition: all 400ms ease;

    transition: all 400ms ease;

}



.news-block-two .inner-box:hover .image-box .image img {

    opacity: .70;

    -webkit-transform: scale(1.2);

    -moz-transform: scale(1.2);

    -ms-transform: scale(1.2);

    -o-transform: scale(1.2);

    transform: scale(1.2);

}



.news-block-two .image-box .date {

    position: absolute;

    right: 0;

    bottom: 0;

    height: 80px;

    width: 80px;

    background-color: #ffffff;

    text-align: center;

    padding-top: 13px;

    font-size: 14px;

    line-height: 24px;

    color: #999999;

    font-weight: 400;

    text-transform: uppercase;

    border: 1px solid #e5e5e5;

}



.news-block-two .image-box .date span {

    display: block;

    font-size: 30px;

    line-height: 1em;

    color: #333333;

    font-weight: 600;

    margin-bottom: 3px;

}



.news-block-two .lower-content {

    position: relative;

    display: block;

    padding: 35px 30px 40px;

    border: 1px solid #e5e5e5;

    border-top: 0;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.news-block-two .inner-box:hover .lower-content {

    border-color: transparent;

}



.news-block-two .lower-content h5 {

    position: relative;

    display: block;

    font-size: 20px;

    line-height: 25px;

    color: #333333;

    font-weight: 600;

    margin-bottom: 15px;

}



.news-block-two .lower-content h5 a {

    color: #242424;

    display: inline-block;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.news-block-two .lower-content h5 a:hover {

    color: #ed7902;

}



.news-block-two .lower-content .text {

    position: relative;

    display: block;

    font-size: 15px;

    line-height: 25px;

    color: #666666;

    font-weight: 400;

    margin-bottom: 26px;

}



.blog-grid {

    position: relative;

    padding: 100px 0;

}



.blog-grid .styled-pagination {

    margin-top: 30px;

}



/***



====================================================================

		Blog List

====================================================================



***/



.blog-list {

    position: relative;

}



.news-block-three {

    position: relative;

    margin-bottom: 60px;

}



.news-block-three .inner-box {

    position: relative;

    padding: 20px 20px 40px;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);

}



.news-block-three .lower-content {

    position: relative;

    display: block;

    padding-top: 40px;

}



.news-block-three .lower-content h3 {

    position: relative;

    display: block;

    font-size: 26px;

    line-height: 25px;

    color: #333333;

    font-weight: 600;

    margin-bottom: 10px;

}



.news-block-three .lower-content h3 a {

    color: #333333;

    display: inline-block;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.news-block-three .lower-content h3 a:hover {

    color: #ed7902;

}



.news-block-three .lower-content .post-info {

    position: relative;

    margin-bottom: 15px;

}



.news-block-three .lower-content .post-info li {

    position: relative;

    display: inline-block;

    font-size: 15px;

    line-height: 25px;

    color: #888888;

    font-weight: 400;

    padding-right: 15px;

    margin-right: 10px;

}



.news-block-three .lower-content .post-info li:last-child {

    padding-right: 0;

    margin-right: 0;

}



.news-block-three .lower-content .post-info li:before {

    position: absolute;

    right: -3px;

    top: 0;

    font-size: 15px;

    line-height: 25px;

    color: #888888;

    font-weight: 400;

    content: "|";

}



.news-block-three .lower-content .post-info li span {

    position: relative;

    float: left;

    font-size: 15px;

    line-height: 25px;

    color: #ed7902;

    margin-right: 5px;

}



.news-block-three .lower-content .post-info li:last-child:before {

    display: none;

}



.news-block-three .lower-content .text {

    position: relative;

    display: block;

    font-size: 15px;

    line-height: 25px;

    color: #666666;

    font-weight: 400;

    margin-bottom: 35px;

}



.news-block-three .lower-content .link-box {

    position: relative;

    float: left;

}



.news-block-three .lower-content .link-box .theme-btn {

    padding: 10px 25px;

    line-height: 25px;

    font-size: 15px;

    font-weight: 500;

    text-transform: uppercase;

    cursor: pointer;

    float: left;

}



/***



====================================================================

		Blog Detail

====================================================================



***/



.blog-detail {

    position: relative;

}



.blog-detail .news-block .lower-content {

    padding: 0;

    border: 0;

    margin-bottom: 30px;

}



.blog-detail .news-block .lower-content .post-info {

    padding: 22px 0;

    border-bottom: 1px solid #e5e5e5;

    margin-bottom: 35px;

}



.blog-detail .news-block .lower-content h3 {

    position: relative;

    display: block;

    font-size: 26px;

    line-height: 1.2em;

    color: #333333;

    font-weight: 700;

    margin-bottom: 30px;

}



.blog-detail .news-block .lower-content p {

    position: relative;

    display: block;

    font-size: 15px;

    line-height: 25px;

    color: #666666;

    margin-bottom: 20px;

}



/*post share options*/



/*=== Author Box ===*/



/*=== Post Controll ===*/



/***



====================================================================

		Styled Pagination

====================================================================



***/



.styled-pagination {

    position: relative;

}






.styled-pagination  a ,.styled-pagination  span{

    position: relative;

    display: inline-block;

    line-height: 1;

    font-size: 15px;

 

    color: #666666;

    font-weight: 500;

    text-align: center;

    background: #ffffff;

    border: 1px solid #e6e6e6;

    text-transform: capitalize;


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

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

}



.styled-pagination li a:hover,

.styled-pagination li a.active {

    color: #ffffff;

    border-color: #ed7902;

    background-color: #ed7902;

}





/***



====================================================================

		Project Section

====================================================================



***/



.projects-section {

    position: relative;

    padding: 100px 0 70px;

}



.projects-section .sec-title {

    margin-bottom: 35px;

}



/*=== Mixitup Gallery ===*/



.projects-section .filters {

    margin-bottom: 45px;

    text-align: center;

    border-top: 1px solid #e5e5e5;

}



.projects-section .filters .filter-tabs {

    position: relative;

    display: inline-block;

}



.projects-section .filters li {

    position: relative;
text-transform: capitalize;
    display: inline-block;

    line-height: 30px;

    padding: 10px 30px;

    cursor: pointer;

    color: #333333;

    font-weight: 500;

    font-size: 16px;

    top: -2px;

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

    border-top: 2px solid transparent;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.projects-section .filters li:last-child {

    margin-right: 0;

}



.projects-section .filters .filter.active,

.projects-section .filters .filter:hover {

    color: #fa7720;

    border-top: 2px solid #ed7902;

}



.mixitup-gallery .project-block {

    display: none;

}


.project-block {

    position: relative;

    margin-bottom: 30px;

}



.project-block .inner-box {

    position: relative;

    overflow: hidden;

}



.project-block .image-box {

    position: relative;

    border: 1px solid #f2f2f2;

}



.project-block .image {

    position: relative;

    margin-bottom: 0;

}



.project-block .image img {

    display: block;

    width: 100%;
    object-fit: cover;
    height: 280px;

}



.project-block .overlay-box {

    position: absolute;

    top: 10px;

    right: 10px;

    left: 10px;

    bottom: 10px;

    text-align: center;

    background-color: rgba(51, 51, 51, .70);

    border: 2px solid #ed7902;

    visibility: hidden;

    opacity: 0;

    -webkit-transform: scale(.5);

    -moz-transform: scale(.5);

    -ms-transform: scale(.5);

    -o-transform: scale(.5);

    transform: scale(.5);

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.project-block .inner-box:hover .overlay-box {

    opacity: 1;

    visibility: visible;

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

}



.project-block .overlay-box .inner {

    position: absolute;

    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);

}



.project-block .overlay-box h5 {

    position: relative;

    display: inline-block;

    font-size: 20px;

    line-height: 25px;

    color: #ffffff;

    font-weight: 700;

    margin-bottom: 10px;

    opacity: 0;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

    -webkit-transform: translateY(50px);

    -moz-transform: translateY(50px);

    -ms-transform: translateY(50px);

    -o-transform: translateY(50px);

    transform: translateY(50px);

}



.project-block .overlay-box h5 a {
    text-transform: capitalize;
    color: #ffffff;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.project-block .overlay-box h5 a:hover {

    color: #ed7902;

}



.project-block .inner-box:hover .overlay-box h5 {

    opacity: 1;

    transition-delay: 200ms;

    -webkit-transform: translateY(0px);

    -moz-transform: translateY(0px);

    -ms-transform: translateY(0px);

    -o-transform: translateY(0px);

    transform: translateY(0px);

}



.project-block .overlay-box .cat {

    position: relative;

    display: block;

    font-size: 15px;

    color: #ed7902;

    line-height: 25px;

    font-weight: 700;

    margin-bottom: 10px;

    opacity: 0;

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

    -webkit-transform: translateY(50px);

    -moz-transform: translateY(50px);

    -ms-transform: translateY(50px);

    -o-transform: translateY(50px);

    transform: translateY(50px);

}



.project-block .inner-box:hover .overlay-box .cat {

    opacity: 1;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

    -webkit-transform: translateY(0px);

    -moz-transform: translateY(0px);

    -ms-transform: translateY(0px);

    -o-transform: translateY(0px);

    transform: translateY(0px);

    transition-delay: 400ms;

}



.project-block .overlay-box .link-box {

    position: relative;

    opacity: 0;

    -webkit-transform: translateY(50px);

    -moz-transform: translateY(50px);

    -ms-transform: translateY(50px);

    -o-transform: translateY(50px);

    transform: translateY(50px);

}



.project-block .overlay-box .link-box a {

    font-size: 15px;

    line-height: 25px;

    color: #ffffff;

    font-weight: 400;

    text-transform: uppercase;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.project-block .overlay-box .link-box a:hover {

    color: #ed7902;

}



.project-block .inner-box:hover .overlay-box .link-box {

    opacity: 1;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

    -webkit-transform: translateY(0px);

    -moz-transform: translateY(0px);

    -ms-transform: translateY(0px);

    -o-transform: translateY(0px);

    transform: translateY(0px);

    transition-delay: 600ms;

}



.projects-section.style-two {

    position: relative;

    background-color: #333333;

    padding: 100px 0;

}



.projects-section.style-two .filters li {

    color: #cccccc;

}



.projects-section.style-two .filters {

    border-top: 1px solid #4c4c4c;

}



.projects-section.style-two .row {
    height:594px;
    overflow: hidden;
    padding: 6px 6px;

    margin: 0 -6px;

    /*background-color: #ffffff;*/

}



.projects-section.style-two .project-block {

    padding: 5px 6px;

    margin-bottom: 0;

}



/***



====================================================================

		Projects Section Two

====================================================================



***/



.projects-section-two {

    position: relative;

    padding: 100px 0;

    background-color: #333333;

}



.projects-section-two .upper-box {

    position: relative;

}



.projects-section-two .upper-box .sec-title {

    position: relative;

    float: left;

}



.projects-section-two .upper-box .view-all {

    position: relative;

    float: right;

    margin-top: 55px;

}



.projects-section-two .upper-box .view-all a {

    position: relative;

    display: block;

    font-size: 15px;

    line-height: 20px;

    color: #ffffff;

    font-weight: 500;

    text-transform: uppercase;

    border-bottom: 1px solid #ffffff;

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

    transition: all 300ms ease;

}



.projects-section-two .upper-box .view-all a:hover {

    color: #ed7902;

}



.projects-section-two .project-block {

    margin-bottom: 0;

}



.projects-section-two .project-block .overlay-box h5 {

    font-size: 16px;

}



/***



====================================================================

		Projects Section Three

====================================================================



***/



.projects-section-three {

    position: relative;

    padding: 100px 0 70px;

    background-color: #f2f2f2;

}



.projects-section-three .upper-box {

    position: relative;

}



.projects-section-three .upper-box .text {

    position: relative;

    padding-left: 20px;

    font-size: 15px;

    line-height: 25px;

    color: #666666;

    padding-top: 10px;

}



.projects-section-three .upper-box .text:before {

    position: absolute;

    left: -20px;

    top: 5px;

    height: 65px;

    width: 1px;

    background-color: #d9d9d9;

    content: "";

}



.project-block-three {

    position: relative;

    margin-bottom: 30px;

}



.project-block-three .inner-box {

    position: relative;

    background-color: #ffffff;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);

}



.project-block-three .image-box {

    position: relative;

    overflow: hidden;

}



.project-block-three .image-box .image {

    position: relative;

    margin-bottom: 0;

}



.project-block-three .image-box .image img {

    display: block;

    width: 100%;

    height: 300px;
    object-fit: cover;

    transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

}



.project-block-three .inner-box:hover .image img {

    -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    transform: scale(1.1);

}



.project-block-three .image-box .image a:before {

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: #000000;

    opacity: 0;

    -webkit-transform: translateY(-100%);

    -ms-transform: translateY(-100%);

    transform: translateY(-100%);

    transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    z-index: 1;

}



.project-block-three .inner-box:hover .image-box .image a:before {

    opacity: 0.50;

    -webkit-transform: translateY(0%);

    -ms-transform: translateY(0%);

    transform: translateY(0%);

}



.project-block-three .caption-box {

    position: relative;

    padding: 25px 30px;

}



.project-block-three .caption-box h4 {

    position: relative;

    display: block;

    font-size: 20px;

    line-height: 1.2em;

    color: #333333;

    font-weight: 700;

    margin-bottom: 5px;

}



.project-block-three .caption-box h4 a {

    color: #333333;

    display: inline-block;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.project-block-three .caption-box h4 a:hover {

    color: #ed7902;

}



.project-block-three .caption-box .category {

    position: relative;

    display: block;

    font-size: 15px;

    line-height: 25px;

    color: #888888;

}



/***



====================================================================

		Testimonial Section

====================================================================



***/

.testimonial-section {

    /*position: relative;*/

    padding: 100px 0;

    background-color: #f5f5f5;

}



.testimonial-section:before {

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    background-image: url(../images/dotted-map.png);

    background-repeat: no-repeat;

    background-position: center;

    content: "";

    opacity: .10;

}



/***



====================================================================

		Contact Info Section

====================================================================



***/



.contact-info-section {

    position: relative;

    padding: 100px 0 50px;

}



.contact-info-section:before {

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    background-color: #ff8100;

    content: "";

    opacity: .90;

}



.contact-info-block {

    position: relative;

    text-align: center;

    margin-bottom: 50px;

}



.contact-info-block .icon {

    position: relative;

    display: inline-block;

    font-size: 70px;

    line-height: 1em;

    color: #ffffff;

    margin-bottom: 15px;

}



.contact-info-block h4 {

    position: relative;

    display: block;

    font-size: 20px;

    line-height: 25px;

    color: #ffffff;

    font-weight: 700;

    margin-bottom: 10px;

}



.contact-info-block .info-list {

    position: relative;

    margin-bottom: 20px;

}



.contact-info-block .info-list li {

    position: relative;

    font-size: 15px;

    line-height: 25px;

    color: #ffffff;

}



.contact-info-block .info-list li a {

    color: #ffffff;

    /*display: inline-block;*/

}



.contact-info-block .info-list li a:hover {

    text-decoration: underline;

}



.contact-info-block .link {

    position: relative;

    display: inline-block;

    font-size: 14px;

    line-height: 1.2em;

    color: #ffffff;

    font-weight: 400;

    text-decoration: underline;

    text-transform: uppercase;

}



.contact-info-block .link:hover {

    text-decoration: none;

}



/***



====================================================================

		Contact Page Section

====================================================================



***/



.contact-page-section {

    position: relative;

    padding: 100px 0 50px;

}



.contact-page-section .form-column {

    position: relative;

    margin-bottom: 50px;

}



.contact-page-section .form-column .inner-column {

    position: relative;

}



.contact-page-section .sec-title .text {

    margin-top: 10px;

}



.support-block {

    position: relative;

    margin-bottom: 30px;

}



.support-block .inner-box {

    position: relative;

    padding: 40px 30px 25px;

    padding-left: 150px;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);

    min-height: 180px;

}



.support-block .thumb {

    position: absolute;

    left: 30px;

    top: 45px;

    height: 100px;

    width: 100px;

    border-radius: 50%;

    overflow: hidden;

}



.support-block .name {

    position: relative;

    display: block;

    font-size: 20px;

    line-height: 1.2em;

    color: #333333;

    font-weight: 700;

    margin-bottom: 5px;

}



.support-block .contact-info {

    position: relative;

}



.support-block .contact-info li {

    position: relative;

    display: block;

    font-size: 15px;

    line-height: 26px;

    color: #666666;

    font-weight: 400;

    padding-left: 25px;

    margin-bottom: 3px;

}



.support-block .contact-info li i {

    position: absolute;

    left: 0;

    top: 2px;

    line-height: 25px;

    font-size: 18px;

    color: #ed7902;

}



.support-block .contact-info li a {

    color: #666666;

    /*display: inline-block;*/

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}



.support-block .contact-info li a:hover {

    color: #ed7902;

}



/*=== Contact Form Style Two ===*/



.contact-form.style-two {

    margin-top: 30px;

    position: relative;

    padding: 20px 20px 20px;

    background-image: url(../images/contact-form-bg.jpg);

    background-repeat: no-repeat;

    background-position: center;

}



.contact-form.style-two:before {

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    background-color: #ed7902;

    opacity: .90;

    content: '';

}



.contact-form.style-two .form-group textarea {

    height: 200px;

    margin-bottom: 0;

}



.contact-form.style-two .form-group button {

    margin-top: 0px;

}



.contact-page-section .map-column {

    position: relative;

    margin-bottom: 50px;

}



.contact-page-section .map-column .inner-column {

    position: relative;

    padding-left: 20px;

}



.contact-page-section .map-column .title {

    position: relative;

    display: block;

    font-size: 20px;

    line-height: 1.2em;

    color: #333333;

    font-weight: 700;

    padding-bottom: 8px;

    margin-bottom: 25px;

}



.contact-page-section .map-column .title:before {

    position: absolute;

    left: 0;

    bottom: 0;

    height: 2px;

    width: 40px;

    background-color: #ed7902;

    content: "";

}



.contact-page-section .map-column .contact-info,

.contact-page-section .map-column .location-info {

    position: relative;

    margin-bottom: 50px;

}



.contact-page-section .map-column .info-list li {

    display: block;

    font-size: 15px;

    line-height: 25px;

    color: #666666;

    margin-bottom: 5px;

}



.contact-page-section .map-column .info-list li a {

    color: #666666;

}



.contact-page-section .map-column .info-list li a:hover {

    color: #ed7902;

}



/***



====================================================================

		Call To Action

====================================================================



***/



/***



====================================================================

		Call To Action Two

====================================================================



***/



.call-to-action-two {

    position: relative;

    padding: 27px 0;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    background-color: #ed7902;

}



.call-to-action-two:before {

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    background-color: #ed7902;

    opacity: .90;

    content: "";

}



.call-to-action-two .outer-box {

    position: relative;

}



.call-to-action-two .title-box {

    position: relative;

    float: left;

    padding: 5px 0;

}



.call-to-action-two .title-box h2 {

    display: block;

    font-size: 26px;

    line-height: 35px;

    color: #ffffff;

    font-weight: 400;

}



.call-to-action-two .btn-box {

    position: relative;

    float: right;

}



.call-to-action-two .btn-box a {

    display: inline-block;

    line-height: 23px;

    padding: 10px 25px;

    font-size: 14px;

}







/***



==================================================================

		Main Footer

==================================================================



***/



.main-footer {

    position: relative;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    padding: 0px 0;

    background-color: #000000;

}



.main-footer:before {

    position: absolute;

    right: 0;

    top: 0;

    height: 100%;

    width: 100%;

    opacity: .80;

    background-color: #000000;

    content: '';

}



/*=== Widgets Section ===*/



.main-footer .widgets-section {

    position: relative;

    padding: 75px 0px 45px;

}



.main-footer .footer-column {

    position: relative;

    margin-bottom: 30px;

}



.main-footer .footer-widget {

    position: relative;

}



.main-footer .widget-title {

    position: relative;

    font-size: 20px;

    font-weight: 700;

    color: #ffffff;

    text-transform: capitalize;

    line-height: 1.2em;

    padding-bottom: 10px;

    margin-bottom: 30px;

}



.main-footer .widget-title:before {

    position: absolute;

    left: 0;

    bottom: 0;

    height: 2px;

    width: 50px;

    background-color: #ed7902;

    content: "";

}



/*=== About Widget ===*/

.main-footer .about-widget {

    position: relative;

    margin-bottom: 60px;

}



.main-footer .about-widget .footer-logo {

    position: relative;

    margin-bottom: 30px;

}



.main-footer .about-widget .footer-logo .image {

    position: relative;

}



.main-footer .about-widget .footer-logo img {

    display: block;

    height: 60px;

    max-width: 100%;

}



.main-footer .about-widget .text {

    position: relative;

    display: block;

    font-size: 15px;

    line-height: 25px;

    color: #e5e5e5;

    font-weight: 400;

    margin-bottom: 30px;

}



.main-footer .social-icon-one li {

    margin-left: 0;

    margin-right: 18px;

}



.main-footer .social-icon-one li a {

    color: #c5c5c5;

}



.main-footer .social-icon-one li a:hover {

    color: #ed7902;

}



/*=== Cities Widget ===*/



.main-footer .links-widget {

    position: relative;

}



.main-footer .list {

    position: relative;

}



.main-footer .list li {

    position: relative;

    display: block;

    font-size: 15px;

    line-height: 25px;

    color: #e5e5e5;

    font-weight: 400;

    padding-left: 15px;

    margin-bottom: 15px;

}



.main-footer .list li:before {

    position: absolute;

    left: 0;

    top: 10px;

    height: 5px;

    width: 5px;

    background-color: #b5b4b4;

    content: "";

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}



.main-footer .list li a {

    display: inline-block;

    color: #cdced1;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}



.main-footer .list li:hover:before {

    background-color: #ed7902;

}



.main-footer .list li a:hover {

    color: #fa7720;

}



.main-footer .links-widget {

    position: relative;

}



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



.main-footer .contact-list {

    position: relative;

}



.main-footer .contact-list li {

    position: relative;

    display: block;

    font-size: 15px;

    line-height: 25px;

    color: #e5e5e5;

    font-weight: 400;

    margin-bottom: 20px;

    padding-left: 25px;

}



.main-footer .contact-list li i {

    position: absolute;

    left: 0;

    top: 0;

    font-size: 18px;

    line-height: 25px;

    color: #ed7902;

}



.main-footer .contact-list li a {

    color: #e5e5e5;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}



.main-footer .contact-list li a:hover {

    color: #ed7902;

}



.main-footer .footer-bottom {

    position: relative;

    width: 100%;

    padding: 25px 0px;

    border-top: 1px solid rgba(255, 255, 255, .20);

    text-align: center;

}



.main-footer .copyright-text {

    position: relative;

    font-size: 15px;

    line-height: 30px;

    color: #999999;

    font-weight: 400;

}



/***



==================================================================

		Main Footer Style Two

==================================================================



***/



.main-footer.style-two {

    position: relative;

}



.main-footer.style-two:before {

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    background: url(../images/pattern-3.jpg);

    content: "";

    opacity: 1;

}



.main-footer.style-two .about-widget .text {

    margin-bottom: 20px;

}



.main-footer.style-two .about-widget .text p {

    font-size: 15px;

    line-height: 25px;

    margin-bottom: 18px;

}



.main-footer.style-two .about-widget .text p:last-child {

    margin-bottom: 0;

}



.main-footer.style-two .contact-list {

    margin-bottom: 15px;

}



.main-footer.style-two .contact-list li {

    margin-bottom: 10px;

}



.main-footer.style-two .contact-list li,

.main-footer.style-two .contact-list li a {

    color: #666666;

}



.main-footer.style-two .social-icon-one li a {

    color: #999999;

}



.main-footer.style-two .social-icon-one li a:hover {

    color: #ed7902;

}



/*News Widget Block*/



.main-footer.style-two .post-widget .widget-title {

    margin-bottom: 35px
}



.news-widget-block {

    position: relative;

    margin-bottom: 20px;

}



.news-widget-block:last-child {

    margin-bottom: 0px;

}



.news-widget-block:last-child {

    margin-bottom: 0px;

}



.news-widget-block .widget-inner {

    position: relative;

    padding-left: 120px;

    padding-top: 4px;

    min-height: 100px;

}



.news-widget-block .widget-inner .image {

    position: absolute;

    left: 0px;

    top: 0px;

    width: 100px;

    height: 0px;

}



.news-widget-block .widget-inner .post-date {

    position: relative;

    font-weight: 400;

    font-size: 13px;

    line-height: 25px;

    color: #888888;

    margin-bottom: 5px;

}



.news-widget-block .widget-inner h3 {

    position: relative;

    font-size: 15px;

    line-height: 20px;

    font-weight: 700;

    color: #333333;

    font-family: "Open Sans", sans-serif;

    margin-bottom: 8px;

}



.news-widget-block .widget-inner h3 a {

    position: relative;

    color: #333333;

    transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

}



.news-widget-block .widget-inner h3 a:hover {

    color: #ed7902;

}



.main-footer.style-two .widget-title {

    color: #333333;

}



.main-footer.style-two .list li {

    float: left;

    width: 50%;

}



.main-footer.style-two .list li:before {

    background-color: #8f8f8f;

}



.main-footer.style-two .list li a {

    color: #333333;

}



.main-footer.style-two .links-widget {

    margin-left: 0;

    margin-bottom: 30px;

}









.main-footer.style-two .footer-bottom {

    background-color: #333333;

}



.main-footer .copyright-text {

    color: #c5c5c5;

}



/***



====================================================================

	Sidebar Page Container

====================================================================



***/



.sidebar-page-container {

    position: relative;

    padding: 100px 0px 50px;

}



.sidebar-page-container .content-side,

.sidebar-page-container .sidebar-side {

    margin-bottom: 50px;

}



.sidebar-page-container.no-pd-bottom {

    padding-bottom: 0;

}



.sidebar-page-container.no-pd-bottom .content-side {

    margin-bottom: 0;

}



.sidebar-widget {

    position: relative;

    margin-bottom: 50px;

}



.sidebar-widget:last-child {

    margin-bottom: 0;

}



/* Sidebar Title */



.sidebar-title {

    position: relative;

    display: block;

    font-size: 26px;

    line-height: 1.2em;

    color: #333333;

    font-weight: 500;

    margin-bottom: 20px;

}



/*Search Box Widget*/



.sidebar .search-box .form-group {

    position: relative;

    margin: 0px;

}



.sidebar .search-box .form-group input[type="search"] {

    position: relative;

    padding: 10px 50px 10px 15px;

    border: 1px solid #e5e5e5;

    background: #ffffff;

    display: block;

    font-size: 15px;

    line-height: 28px;

    width: 100%;

    height: 50px;

    color: #999999;

    transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

}



.sidebar .search-box .form-group button {

    position: absolute;

    right: 0;

    top: 0;

    height: 50px;

    width: 50px;

    display: block;

    font-size: 18px;

    color: #ffffff;

    line-height: 100%;

    font-weight: normal;

    background: #ed7902;

}



/* Blog Categories */



.blog-categories {

    position: relative;

}



.blog-categories li {

    position: relative;

}



.blog-categories li a {

    position: relative;

    color: #666666;

    font-size: 16px;

    padding: 16px 0;

    display: block;

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

    border-bottom: 1px solid #e5e5e5;

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

}



.blog-categories li a:hover {

    color: #df6512;

}



.blog-categories li:first-child a {

    padding-top: 0;

}



.blog-categories li:last-child a {

    border-bottom: 0;

    padding-bottom: 0;

}



/*Post Widget*/



.sidebar .popular-posts .post {

    position: relative;

    padding-bottom: 20px;

    margin-bottom: 20px;

    border-bottom: 1px solid #e5e5e5;

}



.sidebar .popular-posts .post:last-child {

    padding-bottom: 0;

    margin-bottom: 0;

    border-bottom: 0;

}



.sidebar .popular-posts .post .post-inner {

    position: relative;

    padding-left: 100px;

    min-height: 80px;

}



.sidebar .popular-posts .post .post-thumb {

    position: absolute;

    left: 0px;

    top: 0px;

    width: 80px;

}



.sidebar .popular-posts .post .post-thumb img {

    display: block;

    width: 100%;

    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;

}



.sidebar .popular-posts .post .text {

    position: relative;

    top: -2px;

    font-size: 16px;

    line-height: 19px;

    font-weight: 700;

    color: #333333;

    margin: 0px 0 5px;

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

}



.sidebar .popular-posts .post .text a {

    color: #333333;

    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;

}



.sidebar .popular-posts .post a:hover {

    color: #ed7902;

}



.sidebar .popular-posts .post-info {

    position: relative;

    font-size: 15px;

    color: #999999;

    font-weight: 400;

    line-height: 1em;

}



/*contact widget*/



.sidebar .contact-widget .contact-list {

    position: relative;

}



.sidebar .contact-widget .contact-list li {

    position: relative;

    display: block;

    font-size: 15px;

    line-height: 25px;

    color: #666666;

    font-weight: 400;

    margin-bottom: 15px;

    padding-left: 28px;

}



.sidebar .contact-widget .contact-list li i {

    position: absolute;

    left: 0;

    top: 0;

    font-size: 18px;

    line-height: 25px;

    color: #ed7902;

}



.sidebar .contact-widget .contact-list li a {

    color: #666666;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}



.sidebar .contact-widget .contact-list li a:hover {

    color: #ed7902;

}



/*Popular Tags*/





.left_tools {

    position: fixed;

    top: 280px;

    width: 60px;

    left: 0;

    z-index: 1000
}

.left_tools div {

    text-align: center;

    font-size: 12px
}

.left_tools div a {

    display: block;

    width: 100%;

    height: 69px;

    padding-top: 38px;

    color: #fff;

    border-bottom: 1px solid #ffffff
}

.left_tools .contact a {

    background: url(../images/tools_icon_message.png) no-repeat center 10px #ed7902;

    border-radius: 0 8px 0 0;

    color: #ffffff;

}

.left_tools .contact a:hover {

    background: url(../images/tools_icon_message.png) no-repeat center 10px #343434;

    cursor: pointer;

    color: #ffffff;

}

.left_tools .chat a {

    background: url(../images/tools_icon_chat.png) no-repeat center 10px #ed7902
}

.left_tools .chat a:hover {

    background: url(../images/tools_icon_chat.png) no-repeat center 10px #343434
}

.left_tools .whatsapp a {

    background: url(../images/tools_icon_whatsapp.png) no-repeat center 10px #ed7902
}

.left_tools .whatsapp a:hover {

    background: url(../images/tools_icon_whatsapp.png) no-repeat center 10px #343434;

    cursor: pointer
}

.left_tools .mail a {

    background: url(../images/tools_icon_mail.png) no-repeat center 10px #ed7902
}

.left_tools .mail a:hover {

    background: url(../images/tools_icon_mail.png) no-repeat center 10px #343434
}

.left_tools .tel a {

    background: url(../images/vr.png) no-repeat center 10px #ed7902;

    border-radius: 0 0 8px 0;

    border: 0
}

.left_tools .tel a:hover {

    background: url(../images/vr.png) no-repeat center 10px #343434
}

@media (max-width:840px) {

    .left_tools {

        display: none
    }

    .main-slider {

        display: none
    }

}

.filterbox {

    position: fixed;

    top: 0;

    width: 100%;

    height: 100%;

    display: block;

    background: url(../images/filterbg.png);

    z-index: 100000;

    display: none
}

.filtercontent {

    width: 50%;

    margin: 3% auto;

    background: #fff;

    border-radius: 1rem
}

.filtertitle {

    height: 2em;

    line-height: 2em;

    font-size: 2rem;

    background: #ed7902;

    position: relative;

    margin-bottom: 1.5rem;

    color: #fff;

    font-weight: 700;

    border-radius: 1rem 1rem 0 0;

    text-align: center
}

.filtercontent p {

    padding: 0 8%
}

.filtertitle span {

    width: 20px;

    height: 20px;

    position: absolute;

    right: 30px;

    top: 30px;

    font-size: 3rem;

    line-height: 20px;

    background-size: 18px;

    cursor: pointer
}

.filtercontent form {

    line-height: 2;

    padding: 0 8%
}

.filtercontent input {

    width: 100%;

    height: 40px;

    border: 1px solid #999;

    border-radius: .4rem;

    padding: 0 1%;

    margin-bottom: 1rem
}

.filtercontent textarea {

    width: 100%;

    height: 9rem;

    border: 1px solid #999;

    border-radius: .4rem;

    padding: 0 1%;

    line-height: 1.5;

    margin-bottom: 1.1rem
}

.filtercontent input[type=submit] {

    background: #ed7902;

    color: #fff;

    border: 0;

    margin-bottom: 2rem
}

.filtercontent input[type=submit]:hover {

    background: #ed7902
}

.filtercontent input:focus,
.filtercontent textarea:focus {

    border: 1px solid #ed7902
}

.whatsappno {

    text-align: center;

    background: #004586;

    border-radius: 50%;

    width: 100px;

    height: 100px;

    padding-top: 20px;

    margin: 0 auto;

    margin-bottom: 1.5em
}

.whatsappno img {

    width: 60px;

    height: 60px
}

.virticalcenter {

    margin: 10% auto
}

a.wap-email {

    display: none
}

a.pc-email {

    display: inline-block
}

@media(max-width:767px) {

    a.wap-email {

        display: inline-block
    }

    a.pc-email {

        display: none
    }

}



.mix {

    display: none;

}

#tabs .tab input {

    position: absolute;

    opacity: 0;

    z-index: -1;

}

.tabs {

    border-radius: 8px;

    overflow: hidden;

    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);

}

.tab {

    width: 100%;

    color: white;

    overflow: hidden;

}

.tab-label {

    display: flex;

    justify-content: space-between;

    padding: 0.8em;

    background: #ed7902;

    font-weight: bold;

    cursor: pointer;
    font-size: 20px;

    /* Icon */

}

.tab-label:hover {

    background: #d15404;

}

.tab-label::after {

    content: "❯";

    width: 1em;

    height: 1em;

    text-align: center;

    transition: all 0.35s;

}

.tab-content {

    max-height: 0;

    padding: 0 1em;

    color: #2c3e50;

    background: white;

    transition: all 0.35s;

}

.tab-content h2,
.tab-content h3 {

    font-size: 20px;
    margin-bottom: 1em;
    color: #333;
    font-weight: 700;

}

.tab-content h3 {
    font-size: 18px;

}

.tab-content p {

    margin-bottom: 15px;

}

#tabs .tab input:checked~.tab-content {

    max-height: 600vh;

    padding: 1em;

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

.provideo {
    width: 100%;
}

.jumpto {
    display: none;
}
.main-header .header-top .info-list li span.topeamial {
    padding-left: 30px;
    color: #c5c5c5;
    font-size: 15px;
}
.main-header .header-top .info-list li span.topeamial:hover {
    color: #ffffff;
}