@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');


body{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    line-height: 24px;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'font333regular';
}

p{
    margin:0px 0px 18px 0px;
}

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

a{
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    color: #FCAF17;
}

a img{
	border: 0px none;
}

img{
    max-width: 100%;
    height: auto;
}

a:hover, a:focus{
    text-decoration: none;
    outline: none;
    color: #333;
}
sup {
    top: -0.3em;
}

/* Wordpress Default CSS */
.alignleft {
	float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.alignright {
	float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display:block;
    clear: both;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

/* Bootstrap */
.container{
    max-width: 1170px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}
.no-padding{
    padding: 0px;
}
.no-margin{
    margin: 0px;
}
.left-pad-off{
    padding-left: 0px;
}
.right-pad-off{
    padding-right: 0px;
}
.padding-left-5{
    padding-left: 5px;
}
.padding-right-5{
    padding-right: 5px;
}

label {
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 8px;
}

.navbar-toggle.click-effect span:nth-child(4){
    display: none;
}

/* navbar-brand Style 
.custom-logo-link {
    float: left;
    padding: 15px 15px;
}
*/


/*Default content*/

.page-section{
    padding: 30px 0;
}
.page_banner_area .page-section{
    padding: 0;
}

.page-title{
    margin-bottom: 20px;
}

.page-content p{
    line-height: 23px;
}

.page-content h1{
    font-size: 38px;
    margin: 0 0 18px 0;
    line-height: 46px;
}

.page-content h2{
    font-size: 34px;
    margin: 0 0 18px 0;
    line-height: 38px;
}

.page-content h3{
    font-size: 30px;
    margin: 0 0 18px 0;
    line-height: 36px;
}

.page-content h4{
    font-size: 26px;
    margin: 0 0 15px 0;
    line-height: 32px;
}

.page-content h5{
    font-size: 22px;
    margin: 0 0 15px 0;
    line-height: 28px;
}

.page-content h6{
    font-size: 20px;
    margin: 0 0 15px 0;
    line-height: 25px;
}

.page-content ul{
    margin-bottom: 15px;
    padding-left: 25px;
}

.page-content li {
    margin: 4px 0;
    line-height: 25px;
    list-style: outside circle;
}

.page-content ol{
    margin-bottom: 15px;
    padding-left: 25px;
}

.page-content ol li {
    margin: 4px 0;
    line-height: 25px;
}


/* Main Styles */


.header-right{
    float: right;
    margin-top: 45px;
    width: 280px;
}

.search-form label {
    display: inline;
    margin: 0;
}

.search-form {
    background-color: #dbe5e0;
    padding: 0;
    width: 100%;
    position: relative;
}

.search-field{
    border: 0 none;
    padding: 8px; 
    background-color: transparent;
    font-size: 16px;
    width: calc(100% - 43px);
}

.search-submit{
    border: 0px none;
    cursor: pointer;
    font-size: 0;
    height: 39px;
    margin: 0;
    padding: 0;
    width: 43px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
}

.search-submit::before {
    font-size: 16px;
    left: 1px;
    width: 43px;
    content: "\f002";
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    text-align: center;
}

.header-bottom{
    background-color: #7A85AD;
}

ul.navbar-nav li{
    position: relative;
    float: left;
}

ul.navbar-nav li:last-child a{
    padding-right: 0;
}
ul.navbar-nav li:first-child a {
    padding-left: 0;
}
ul.navbar-nav li a {
    color: #000000;
    display: block;
    font-size: 18px;
    padding: 24px 16px 13px;
    text-transform: capitalize;
}
ul.navbar-nav li:hover > a,
ul.navbar-nav .current_page_item > a,
ul.navbar-nav .current_page_ancestor > a,
ul.navbar-nav .current-menu-item > a,
ul.navbar-nav .current-menu-ancestor > a{
    color: #fcaf17;
}

/* Sub Menu */
ul.navbar-nav > .menu-item-has-children:before {
    top: 23px;
    content: "\f0d7";
    font-family: fontawesome;
    font-size: 21px;
    position: absolute;
    right: -3px;
    color: #000000;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;    
}
ul.navbar-nav > li.menu-item-has-children:hover:before {
    color: #fcaf17;
}
ul.navbar-nav > li.menu-item-has-children:hover:before {
    color: #fcaf17;
}
ul.navbar-nav > li.current_page_item:before,
ul.navbar-nav > li.current_page_ancestor:before,
ul.navbar-nav > li.current-menu-item:before,
ul.navbar-nav > li.current-menu-parent:before{
    color: #fcaf17;
}


ul.navbar-nav > li > ul.sub-menu{
    left: 0px;
    top: 58px;
    z-index: 111;
    min-width: 255px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;  
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

ul.navbar-nav li:hover ul.sub-menu{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

ul.navbar-nav li ul.sub-menu a:hover{
    color: #fff;
}

ul.navbar-nav li ul.sub-menu {
    background-color: #fcaf17;
    position: absolute;
}

ul.navbar-nav li ul.sub-menu li{
    display: block;
    border-left: 0px none;
    border-right: 0px none;
    width: 100%;
}
ul.navbar-nav ul.sub-menu li:hover > a,
ul.navbar-nav ul.sub-menu .current_page_item > a,
ul.navbar-nav ul.sub-menu .current_page_ancestor > a,
ul.navbar-nav ul.sub-menu .current-menu-item > a,
ul.navbar-nav ul.sub-menu .current-menu-ancestor > a{
    color: #fff;
}

ul.navbar-nav li ul.sub-menu li:last-child{
}

ul.navbar-nav li ul.sub-menu li a{
    padding: 3px 8px 3px 25px;
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 30px;
}
ul.navbar-nav li ul.sub-menu li:first-child a {
    padding-top: 20px;
}
ul.navbar-nav li ul.sub-menu li:last-child a {
    padding-bottom: 20px;
}

/* Sub of Sub menu */
ul.navbar-nav > li > ul.sub-menu li.menu-item-has-children:before{
    position: absolute;
    content: "\f105";
    color: #fff;
    font-family: "FontAwesome";
    font-size: 20px;
    right: 9px;
    top: 4px;    
}

ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu{
    left: -9999px;
    top: -1px;
    min-width: 235px;
}

ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu{
    left: 99.8%;  
}

ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu{
    left: -9999px;
    top: -1px;    
    background-color: #7A85AD;
    min-width: 235px;
}

ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu{
    left: 99.8%;
}


/* Slider */
.hephaistos.tp-bullets {
    opacity: 1 !important;
    visibility: inherit !important;
    left: inherit !important;
    right: 5px !important;
    display: inline-block !important;
}
.slider-one h1{
    font-size: 92px;
    padding-bottom: 10px !important;
    font-family: 'font333regular';
    
}
.slider-one h3{
    font-size: 52px;
    padding-bottom: 10px !important;
    font-family: 'font333regular';
    
}
.slider-one h4{
    font-size: 30px;
    padding: 10px 0px !important;
    font-family: 'font333regular';
    
}
.slider-one p{
    font-size: 23px !important;
    font-weight: 300 !important;
    line-height: 30px !important;
    font-family: 'Roboto', sans-serif;
}
.slider-one p.smtxt{
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    font-family: 'Roboto', sans-serif;
}

.slide-info {
    left: 54.5%;
    width: 100%;
    max-width: 990px;
    position: absolute;
    text-align: center;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
}

.slide-info h2 {
    background-color: #1a6899;
    color: #fff;
    display: inline-block;
    font-size: 35px;
    margin-bottom: 15px;
    padding: 10px 20px;
}

.slide-info h3 {
    background-color: #8dc230;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    padding: 10px 20px;
}

.slider-area .owl-prev i,
.slider-area .owl-next i{
    color: #000;
    font-size: 36px;
    height: 50px;
    top: 50%;
    position: absolute;
    text-align: center;
    line-height: 48px;
    width: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;    
}

.slider-area .owl-prev i:hover,
.slider-area .owl-prev i:active,
.slider-area .owl-next i:active,
.slider-area .owl-next i:hover{
    color: #e3e3e3;
}
.slider-area .owl-prev i{
    left: 5px;
}

.slider-area .owl-next i{
    right: 5px;
}

/* Footer */
.footer-area{
    background: #000;
    color: #fff;
    padding: 20px 0;
}

.footer-area p{
    margin: 0;
}
/*
.tp-thumb-img-wrap {
    bottom: 18px !important;
    position: absolute !important;
    right: 40px !important;
}
*/
.slider-area .hesperiden.tparrows {
  background: transparent;
}
.hesperiden.tparrows:hover{
  background: transparent !important;

}


.hephaistos .tp-bullet:hover, .hephaistos .tp-bullet.selected {
  background: #FCAF17 !important;
  border-color: #000;
}
.hephaistos .tp-bullet.selected {
  background: #FCAF17 !important;
}
.hesperiden.tparrows:before{
    color: #000!important;
}
.hephaistos .tp-bullet {
  border: medium none transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.hephaistos.tp-bullets::before {
  right: 98px !important;
}
.owl-dot {
    background-color: #d9d9d9;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 3px;
}
.owl-dot.active {
    background-color: #fcaf17;
}

/* Sidebar */
.sidebar-widget{
    margin-bottom: 20px;
    overflow: hidden;
}

.sidebar-widget h3{
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}
.sidebar-widget .col-md-6{
    width: 100%;
}
.sidebar-widget .padding-right-5{
    padding-right: 15px;
}
.sidebar-widget .padding-left-5{
    padding-left: 15px;
}

.sidebar-widget .contact-input input[type="submit"]{
    float: left;
    margin-top: 20px;
}

.sidebar-widget ul li a{
    color: #555;
    font-size: 14px;
}

/* Footer Widget */
.footer-top{
    background: #000000;
    padding: 28px 0 15px;
    color: #fff;
}

.footer-widget p{
    font-size: 14px;
    line-height: 22px;
}

.footer-widget h3{
    font-size: 24px;
    margin-bottom: 15px;
}
.footer-widget-left li {
    padding: 5px 0;
}
.footer-widget ul{}

.footer-widget ul li a{
    color: #fff;
    padding: 5px 0;
}


/* 404 page */
.text_404{
    text-align: center;
    padding: 50px 0;
}
.text_404 h1{
    color: #777;
    font-size: 20vw;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 30px;
    opacity: 0.3;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.text_404 h3{
    margin-bottom: 30px;
}

/*Comment form*/

h2.comments-title{
    font-size: 22px;
    font-family: "Poppins",sans-serif;
    margin-bottom: 20px;
}
h5.media-heading{
    font-family: "Poppins",sans-serif;
    font-size: 18px;
    font-style: italic; 
}
div.alert-info{
    display: none;
}
input#commentsubmit {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #e97e46;
    border: 0px;
    color: #fff;
    padding: 8px 20px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;    
}
input#commentsubmit:hover {
    background: #d14b05;
}
h3.comment-reply-title {
    font-size: 25px !important;
}
.comment-form input[type="text"]{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    padding: 7px 10px;
    width: 100%;
    margin-bottom: 15px;
}
.comment-form textarea{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    padding: 7px 10px;
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
}
.comments-area input[type="submit"]{
    background-color: #2b2b2b;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 7px 35px 9px 35px;
    font-weight: normal;
    border: 0 none;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.comments-area input[type="submit"]:focus,
.comments-area input[type="submit"]:hover{
    background: #84ea75;
}


.logo {
    left: 0;
    min-width: 325px;
    position: absolute;
    top: 11px;
    width: 100%;
    z-index: 9999;
}
.header-right-top {
    float: right;
}
.header-social h3:first-child{
    display: none;
}
.header-social ul {
    display: block;
}
.header-social li {
    display: inline-block;
}
.header-social {
    display: inline-block;
    float: left;
    overflow: hidden;
    margin-right: 4px;
}
.header-order-call-btn {
    display: inline-block;
    float: left;
    overflow: hidden;
    background-color: #fcaf17;
    padding: 15px 15px 14px;
    margin-right: 0;
}
.header-call-btn {
    display: inline-block;
    overflow: hidden;
    background-color: #050505;
    padding: 15px 12px;
}
.header-call-btn a{
    color: #fff;
}

.header-order-call-btn h3 {
    font-size: 21px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.header-order-call-btn h3 a {
    color: #000000;
}
.header-order-call-btn h3 a:hover{
    color: #fff;
}
.header-call-btn h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.header-call-btn h3 a:hover{
    color: #FCAF17;
}
.header-social a {
    color: #fcaf17;
    display: inline-block;
    font-size: 18px;
    padding: 15px 12px;
}
.header-social a:hover{
    color: #000;
}
.navbar-collapse {
    padding-right: 0px;
}
.nav-menu {
    float: right;
}
.header-top {
    border-bottom: 4px solid #fcaf17;
}

/*Slider Area*/

.slider-fornt-img img{
    display: inline-block;
    float: left;
    max-width: 345px;
    max-height: 385px;
    width: 100%;
    margin-right: 45px;
}
.slider-text {
    text-align: left;
    margin-top: 104px;
}
.slider-text h1{
    font-size: 92px;
    position: relative;
    margin-bottom: 8px;
}
.slider-text span {
    font-size: 33px;
    margin-left: 5px;
    position: absolute;
    top: 39px;
}
.slider-text p {
    font-size: 23px;
}
.owl-carousel .owl-item img {
    height: auto;
}

/*service-area*/
.services-area {
    padding: 77px 0 33px;
}
.services-area a{
    color: #000;
    display: block;
}
.services-area a:hover{
    color: #fcaf17;
}
.single-service h2{
    font-size: 24px;
    margin-bottom: 19px;
}
.single-service img {
  margin-bottom: 20px;
}

/*advanced-skin*/
.advanced-skin-area {
    background-color: #f7f7f7;
    padding: 13px 0 0;
}
.advanced-skin-text h1 {
    font-size: 68px;
    margin-bottom: 12px;
}
.advanced-skin-text {
    margin-top: 169px;
}
.advanced-skin-text > p {
    font-size: 18px;
    line-height: 30px;
}
.advanced-skin-text a {
    background-color: #fcaf17;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 39px 12px 23px;
    position: relative;
    text-transform: uppercase;
    background: #fcaf17 url(images/bttn-bg.png) no-repeat center right;
}
.advanced-skin-text a:hover {
    background-color: #f59a17;
}

.advanced-skin-text a i {
    margin-left: 10px;
}

/*Product-Gallary*/

.product-gallery {
    padding: 49px 0 72px;
}
.product-gallery-item ul {
    display: block;
}
.product-gallery-item ul li {
    display: inline-block;
    padding: 0 22px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;    
}
.product-gallery-title h1 {
    font-size: 48px;
    margin-bottom: 38px;
}
.product-gallery-item h3 {
    font-size: 24px;
    position: relative;
}
.product-gallery-item a h3 {
    font-size: 24px;
    color: #000;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;     
}
.product-gallery-item ul li:hover a h3 {
    color: #FCAF17;
}
.product-gallery-item h3 sup {
    font-size: 16px;
}
.product-gallery-item span {
    font-size: 16px;
    margin-left: 5px;
    position: absolute;
    top: 0;
}
.product-gallery-item img {
    margin-bottom: 45px;
}













/*Contact-Area*/
.contact-area{
    background: url(images/contact-area.png) #f5f5f5 no-repeat left center;
    border-bottom: 4px solid #fcaf17;
    padding: 45px 0 55px;
}
.contact-area h2{
    font-size: 48px;
    margin-bottom: 22px;
    margin-left: 0;
}
.contact-input input[type="text"],
.contact-input input[type="email"],
.contact-input input[type="tel"]{
    border: 1px solid #c3bbbb;
    padding: 12px 18px;
    width: 100%;
    margin: 0 0 10px 0; 
    color: #000 !important;
}
.contact-input textarea {
    border: 1px solid #c3bbbb;
    padding: 12px 18px;
    margin: 0 0 10px 0; 
    width: 100%;
    height: 120px;
}
.contact-input input[type="checkbox"]{
  margin: 4px 5px 0 0;
}
.contact-input input[type="submit"]{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fcaf17 url(images/bttn-bg.png) no-repeat center right;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 35px 12px 16px;
    text-transform: uppercase;
    border: none;
    float: right;
    position: relative;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.contact-input input[type="submit"]:hover{
    background-color: #f59a17;
}
label.acceptance {
    margin: 0 0 0 0;
    position: relative;
    top: 0;
}
div.wpcf7 .ajax-loader{
    position: relative;
    top: 35px;
}
span.wpcf7-not-valid-tip {
    right: 10px;
    position: absolute;
    top: -2px;
    z-index: 999;
}

.footer-social h3{
    display: inline-block;
    margin: 20px 0 0 0;
}
.footer-social ul{
    display: block;
}
.footer-social ul li{
    display: inline-block;
}
.footer-social a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 0 13px;
}
.footer-social a:hover {
    color: #FCAF17;
}
.footer-top-right h3 {
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 24px;
    font-weight: 300;
}
.footer-top-left h3{
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-top: 9px;
}
.footer-top-left input[type="email"] {
    background-color: #000;
    border: 1px solid #3a3a3a;
    color: #828282;
    display: inline-block;
    margin-left: 15px;
    max-width: 324px;
    padding: 10px 45px 10px 13px;
    position: relative;
    width: 100%;
}
.mc4wp-form-fields{
    position: relative;
}
.footer-top-left input[type="submit"] {
    background: url(images/button-email.png) no-repeat top center;
    border: medium none;
    position: absolute;
    right: 32px;
    top: 16px;
    color: #fff;
    font-size: 0px;
    width: 20px;
    height: 15px;
    margin: 0px;
    padding: 0px;
}
.footer-signup-submit:hover {
    color: #FCAF17;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.footer-top-left {
    border-right: 1px solid #313131;
    padding-bottom: 23px;
    padding-top: 10px;
}
.footer-top .border-bottom{
    border-bottom: 1px solid #313131;
    font-size: 0px;
}
.footer-top-right {
    margin-top: 22px;
}
.copyright-text ul {
  display: block;
}
.copyright-text ul li{
    border-right: 1px solid #fff;
    display: inline-block;
}
.copyright-text p{
    margin-bottom: 6px;
}
.copyright-text ul li a{
    padding:0  10px;
}
.copyright-text ul li a:hover{
    color: #FCAF17;
}
.copyright-text ul li:last-child{
    border-right: none;
}
.footer-widget-left ul li:nth-child(1):before {
    content: "\f041";
    font-size: 14px;
    margin-right: 10px;    
    font-family: fontawesome;
}
.footer-widget-left ul li:nth-child(2):before {
    content: "\f095";
    font-size: 14px;
    margin-right: 10px;    
    font-family: fontawesome;
}
.footer-widget-left ul li:nth-child(3):before {
    content: "\f1ac";
    font-size: 14px;
    margin-right: 10px;    
    font-family: fontawesome;
}
.footer-widget-left ul li:nth-child(4):before{ 
    content: "\f003";
    font-size: 14px;
    margin-right: 10px;    
    font-family: fontawesome;
}
.footer-widget-left ul li:nth-child(2):hover,
.footer-widget-left ul li:nth-child(2) a:hover,
.footer-widget-left ul li:nth-child(4):hover,
.footer-widget-left ul li:nth-child(4) a:hover,
.footer-widget-left ul li:nth-child(3) a:hover,
.footer-widget-left ul li:nth-child(3):hover{
    color: #FCAF17;
}
.copyright-text {
    margin-top: 34px;
}
.page_banner_area {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 115px 0 121px;
}
.page_banner_area h2 {
    color: #000;
    font-size: 49px;
    font-weight: 700;
    line-height: 75px;
    letter-spacing: -1px;
}
.managment-team-section h6 {
  font-size: 16px;
}
.team-img {
    float: left;
    height: 158px;
    left: 0;
    max-width: 108px;
    position: relative;
    width: 100%;
}
.team-img img {
    border: 4px solid #fcaf17;
}
.managment-team-txt {
    padding-left: 125px;
}
.managment-team-section h5,
.managment-team-section h4{
    margin: 0px;
}
.managment-team-section{
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 13px;
}

.contact-form select,
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form input[type="text"] {
    border: 1px solid #e4e4e4;
    width: 98%;
    padding: 10px;
    margin-bottom: 15px;
}
.contact-form  textarea {
    border: 1px solid #e4e4e4;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    height: 150px;
}

.contact-form input[type="submit"],
.contact-form input[type="submit"] {
    background: #fcaf17;
    border: 0 none;
    border-radius: 3px;
    padding: 8px 16px;
    margin: 15px 0 0;
    transition: all 0.35s ease 0s;
    cursor: pointer;
    color: #fff;
    min-width: 100px;
}


.contact-form input[type="submit"]:hover, .contact-form input[type="submit"]:focus {
    background: #f59a17;
}

.contact-form span.wpcf7-list-item{
    margin-left: 0;
}
.contact-form input[type="checkbox"] {
    margin: 0 5px 10px 0;
}
.contact-form b {
    display: inline-block;
    padding: 10px 0;
}
.wpcf7-list-item-label{
    font-weight: 300;
}
.contact-form label{
    margin-bottom: 0px !important;
}
.news-content{
    margin-bottom: 35px;
}
.sidebar-order {
    background: #FCAF17;
    padding: 20px 15px 20px 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.sidebar-order a.picon{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.news-item{
    border-bottom: dashed 1px #000;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.news-item h4{
    margin-bottom: 5px;
}
.news-item h4 a{
    color: #000;
}
.news-item h4 a:hover{
    color: #FCAF17;
}
.news-item h6{
    font-style: italic;
    font-size: 14px;
}
.sidebar-common{
    background: #F5F5F5;
    padding: 20px 15px 20px 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
