@charset "utf-8";

/* CSS Document */


/*------------------------------------------------------------------
 [Master Stylesheet]

 Project:	MedicalGuide
 Version:	1.0
 Last change:	Initial RELEASED
 Primary use:	Medical and Health
 -------------------------------------------------------------------*/


/* google font */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:500,600,700,800,900,400,300);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic);

/*------------------------------------------------------------------

 [Table of contents]

 1. body
 2. common Classes
 2. header
 3. navigation / .navbar
 4. sections

 NOTE: Every section is commented before starting.

 -------------------------------------------------------------------*/


/*------------------------------------------------------------------
 [Typography]

 Body 		:		font-family : ''Source Sans Pro', sans-serif'
 Paragraph	:		font-family : ''Source Sans Pro', sans-serif'
 Input,
 textarea	:		font-family : 'Raleway, sans-serif'

 # [Headings]

 h1,
 .h1 	font-size: 54px

 h2,
 .h2     font-size: 42px

 h3,
 .h3     font-size: 32px

 h4,
 .h4     font-size: 28px

 h5,
 .h5     font-size: 24px

 h6,
 .h6     font-size: 22px

 h4 small,
 .h4 small,
 h5 small,
 .h5 small,
 h6 small,
 .h6 small,
 h4 .small,
 .h4 .small,
 h5 .small,
 .h5 .small,
 h6 .small,
 .h6 .small

 font-size: 20px

 -------------------------------------------------------------------*/

body {
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    color: #444444;
}

* {
    margin: 0px;
    padding: 0px;
}

h1 {
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    font-size: 54px;
}

h2 {
    font-weight: 700;
    font-size: 42px;
    font-family: 'Raleway', sans-serif;
    color: #222222;
}

h3 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
}

h4 {
    font-weight: 600;
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
}

h5 {
    font-weight: 700;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
}

h6 {
    font-weight: 600;
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

a .img {
    border: none;
}

a {
    transition: background-color 0.5s ease;
}

a:hover {
    transition: background-color 0.5s ease;
}

img {
    width: ;
}

img:hover {
    transition: background-color 0.5s ease;
}

.clear {
    clear: both;
}

.height5 {
    height: 5px;
}

.height10 {
    height: 10px;
}

.height15 {
    height: 15px;
}

.height20 {
    height: 20px;
}

.height25 {
    height: 25px;
}

.height30 {
    height: 30px;
}

.height35 {
    height: 35px;
}


/*..... TOP BAR ......*/

.top-bar {
    background: #525866;
}

.top-bar span {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    margin: 14px 0 0 0;
    float: left;
}

.top-bar .get-touch {
    float: right;
}

.top-bar .get-touch ul {
    float: left;
}

.top-bar .get-touch li {
    float: left;
    border-left: solid 1px #9fa3aa;
}

.top-bar .get-touch li i.icon-phone4 {
    margin: 1px 5px 0 0;
    float: left;
    font-size: 20px;
}

.top-bar .get-touch li i.icon-mail {
    float: left;
    font-size: 20px;
    margin: 1px 7px 0 0;
}

.top-bar .get-touch li:last-child {
    border-right: none;
}

.top-bar .social-icons li:last-child {
    border-right: solid 1px #9fa3aa;
}

.top-bar .get-touch li a {
    color: #fff;
    padding: 13px 14px;
    float: left;
}

.top-bar .get-touch li i {
    font-size: 18px;
}

.top-bar .get-touch .social-icons {
    float: left;
}

.top-bar .get-touch .social-icons li a {
    padding: 13px 10px;
}

.top-bar .get-touch .social-icons li a.fb:hover {
    background: #5c85ce;
}

.top-bar .get-touch .social-icons li a.tw:hover {
    background: #02c0f2;
}

.top-bar .get-touch .social-icons li a.gp:hover {
    background: #eb6850;
}

.top-bar .get-touch .social-icons li:last-child a:hover {
    color: #fff;
}


/*..... HEADER ......*/
.logo{
	padding:10px 0 0 0;
}
.logo img {
    width: 222px;
}

.header .nav {
    float: right;
    margin: 10px 0 0 0;
}

.header .nav li {
    float: left;
    padding: 11px 0;
}

.header .nav li a {
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    padding: 12px 24px !important;
}

.header .nav li.parent:hover a {
    color: #fff;
}

.header .nav li.parent .submenu a {
    color: #222;
}

.header .nav li.parent .submenu a:hover {
    color: #fff;
}

.header .nav li.item-select {
    color: #fff;
    border-radius: 5px;
    padding: 11px 0;
}

.header .nav li.item-select a {
    color: #fff;
    padding: 10px 24px;
}

.header .nav li:hover {
    border-radius: 5px;
    padding: 11px 0;
}

.header .nav li a:hover {
    color: #fff;
    padding: 10px 24px;
}


/*..... HEADER 2 ......*/

.header2 {
    padding: 0 0;
}

.header2 .nav {
    margin: 0 0 0 0;
}

.header2 .nav li a {
    padding: 42px 20px 28px 20px;
}

.header .nav li:hover {}

.header2 .nav li.item-select {
    border-radius: 0;
    padding: 46px 0 32px 0;
}

.header2 .nav li.item-select:hover {
    border-radius: 0;
    padding: 46px 0 32px 0;
}

.header2 .nav li.item-select a {
    color: #fff;
    padding: 46px 20px 32px 20px;
}

.header2 .nav li {
    background: none;
    border-radius: 0;
    padding: 46px 0 32px 0;
}

.header2 .nav li a {
    color: #222;
    padding: 46px 20px 32px 20px;
}

.header2 .nav li:hover {
    border-radius: 0;
    padding: 46px 0 32px 0;
}

.header2 .nav li a:hover {
    color: #fff;
    padding: 46px 20px 32px 20px;
}

.header2 a.logo {
    margin: 26px 0 0 0;
    float: left;
}


/***************************************
 * DEFAULT HOME PAGE STYLES
* 2. top-line section styles 
****************************************/

.top-line {
    background: #F4F4F4;
    /*padding: 10px 0;*/
    height: 5px;
}

.top-line .welcome-top {
    float: left;
}

.top-line .welcome-top p {
    margin-top: 7px;
}

.top-line .social-icons {
    float: right;
    margin-top: 4px;
}

.top-line .social-icons ul {
    list-style-type: none;
    margin: 0;
}

.top-line .social-icons ul li {
    display: inline-block;
    margin-left: 7px;
}

.top-line .social-icons ul li a {
    display: block;
    height: 34px;
    width: 34px;
    background: transparent;
    text-align: center;
    line-height: 15px;
    color: #222628;
    border: 2px solid #222628;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.top-line .social-icons ul li a:hover {
    background: #c11e19;
    border: 2px solid #c11e19;
    color: #fff;
}


/***************************************
* 3. header styles 
****************************************/

.main-header {
    padding: 18px 0 0 0;
}

.main-header .sec {
    padding-top: 10px;
}

.main-header ul {
    list-style-type: none;
    margin-left: 50px;
    margin-bottom: 0;
    margin-top: 3px;
}

.main-header ul li {
    display: inline-block;
    list-style-type: none;
    margin-left: 20px;
}

.main-header ul p {
    color: #6c6c6c;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
}

.main-header ul span,
.main-header ul span a {
    color: #232932;
    font-size: 16px;
    font-weight: bold;
}

.main-header .icon {
    float: left;
    display: block;
}

.main-header .general-info {
    float: left;
}

.main-header .text {
    float: left;
    display: block;
    margin-left: 10px;
}

.main-header .button-wraper {
    display: inline-block;
    vertical-align: middle;
}

.main-header .button {
    float: right;
}

.main-header .button a,
.z-container .button a {
    display: block;
    background: #c11e19;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 25px;
}

.z-container .button a {
    width: auto;
    display: inline-block;
}

.main-menu.sticky {
    top: 0;
    left: 0;
    right: 0;
    position: fixed !important;
    margin: 0;
    animation: fadeItIn 1s;
    z-index: 1000;
    min-height: 70px !important;
    background: #222628;
    -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.47);
}


/***************************************
* 4. main-menu styles 
****************************************/

.main-menu {
    background: #222628;
}

#main-navigation-wrapper.navbar-default {
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
}

.navbar-collapse {
    padding: 0;
}

#main-navigation-wrapper .nav > li {
    padding: 25px 0;
}

#main-navigation-wrapper .nav > li > a {
    color: #FFFFFF;
    text-transform: uppercase;
    display: block;
    padding: 0 26px;
    font-weight: bold;
    margin: 0;
}

#main-navigation-wrapper .nav > li:first-child a {
    padding-left: 0;
}

#main-navigation-wrapper .nav .dropdown-submenu li:last-child {
    border-bottom: 4px solid #c11e19;
}

#main-navigation-wrapper .navbar-nav > li > .dropdown-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    padding: 0;
    border: none;
    border-radius: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 270px;
    background: #fdfdfd;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}

#main-navigation-wrapper .navbar-nav > li:hover > .dropdown-submenu,
#main-navigation-wrapper .navbar-nav > .open > .dropdown-submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

#main-navigation-wrapper .nav .dropdown-submenu li a {
    display: block;
    border-bottom: 1px solid #ebebeb;
    text-transform: capitalize;
    color: #313131;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 0px 12px 33px;
    line-height: normal;
    transition: all 0.4s ease 0s;
    margin: 0;
}

#main-navigation-wrapper .nav .dropdown-submenu li:last-child > a {
    border-bottom: none;
}

#main-navigation-wrapper .nav .dropdown-submenu li a:hover {
    background: #c11e19;
    color: #FFFFFF;
    text-decoration: none;
}

.main-menu .search li {
    float: right;
    padding: 24px 0;
}

.main-menu .search li a {
    color: #FFFFFF;
    display: block;
}

.main-menu .search li i {
    margin-right: 5px;
}

.main-menu .search li a {
    color: #a9a9a9;
}

.main-menu .search button {
    background: none;
    border: none;
    color: #a9a9a9;
}

#main-navigation-wrapper .navbar-nav li:hover .dropdown-submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.main-menu ul.search {
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    width: 170px;
}

.main-menu ul.search li.first {
    margin-left: 55px;
}

.finance-navbar.affix {
    top: 0;
    left: 0;
    right: 0;
    position: fixed !important;
    margin: 0;
    animation: fadeItIn 1s;
    z-index: 1000;
    padding: 5px 0 !important;
    min-height: 70px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-menu .meni {
    float: left;
    width: 100%;
}

.main-menu .meni2 {
    float: right;
    position: absolute;
    right: 27px;
}

@keyframes fadeItIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}


/*..... WELCOME TWO ......*/

.dark-back {
    background: #f5f5f5;
}

.light-back {
    background: #fff;
}


/*..... SERVICES ONE ......*/

.content {
    margin: 0 0 0 0;
}

.services-one {
    padding: 90px 0 35px 0;
}

.services-one .service-sec {
    margin: 0 0 55px 0;
    float: left;
}

.services-one .service-sec .icon {
    width: 96px;
    height: 96px;
    float: left;
    border-radius: 7px;
    text-align: center;
}

.services-one .service-sec .icon i {
    color: #fff;
    font-size: 48px;
    text-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
    margin: 22px 0 0 0;
    display: block;
}

.services-one .service-sec .detail {
    float: right;
    width: 78%;
    margin: -5px 0 0 0;
}


/*..... SERVICES TWO ......*/

.services-two {
    padding: 90px 0 55px 0;
    /*background:#fff;*/
}

.services-two .service-sec {
    margin: 0 0 28px 0;
    float: left;
}

.services-two .service-sec .icon {
    width: 60px;
    height: 60px;
    float: left;
    background: none;
    line-height: 48px;
    text-align: center;
    margin-top: 8px;
    border: 2px solid #c11e19;
}

.services-two .service-sec .icon2 {
    width: 60px;
    height: 60px;
    float: left;
    background: none;
    text-align: center;
    margin-top: 8px;
    border: 2px solid #c11e19;
}

.services-two .service-sec .icon3 {
    width: 60px;
    height: 60px;
    float: left;
    background: none;
    text-align: center;
    margin-top: 8px;
    border: 2px solid #c11e19;
}

.services-two .service-sec .icon img {
    width: 21px;
    height: auto;
}

.services-two .service-sec .icon2 img {
    width: 30px;
    height: auto;
    margin-top: 14px;
}

.services-two .service-sec .icon3 img {
    width: 30px;
    height: auto;
    margin-top: 12px;
}

.services-two .service-sec .icon i {
    color: #fff;
    font-size: 48px;
    text-shadow: 0 5px 0 rgba(0, 0, 0, 0.19);
    margin: 22px 0 0 0;
    display: block;
}

.services-two .service-sec .detail {
    float: right;
    width: 85%;
    margin: -5px 0 0 0;
}


/*..... MAIN TITLE ......*/

.main-title {
    margin: 0 0 14px 0;
}

.main-title2 {
    text-align: center;
}

.main-title h2 span {
    font-weight: 100;
}


/*..... WELCOME ......*/

.welcome {
    background: #222628;
    padding: 80px 0;
    color: #FFFFFF;
}

.welcome.basic h2 {
    color: #FFFFFF;
}

.welcome.basic #tabbed-nav a,
.detail h4 p {
    color: #FFFFFF;
}

.welcome.basic #tabbed-nav .detail h4 p {
    color: #FFFFFF;
}


/*..... TESTIMONIALS ......*/

.make-appointment-two {
    padding: 80px 0 0;
}

.make-appointment-two .txt-wraper {
    padding-left: 45px;
}

.make-appointment-two .txt-wraper .text p {
    margin-bottom: 35px;
}

.make-appointment-two a {
    background: #c11e19;
    border: none;
    border: 3px solid #c11e19;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 50px;
    border-radius: 6px;
    font-weight: 700;
    margin-top: 50px;
    font-size: 15px;
}

.make-appointment-two a:hover {
    background: transparent;
    border: 3px solid #c11e19;
    color: #222222;
}

.testimonials-two {
    padding: 80px 0;
}

.testimonials-two .main-title {
    margin-bottom: 30px;
}

.testimonials-two blockquote {
    position: relative;
    margin: 30px 0;
    padding: 40px 40px 40px 40px;
    font-size: 15px;
    line-height: 26px;
    background-color: #FFFFFF;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    color: #898989;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    transition: all 500ms ease;
}

.testimonials-two blockquote .icon-holder {
    background: #f7f7f7;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: block;
    text-align: center;
    border: 3px solid #e1e1e1;
    left: 30px;
    top: -30px;
    z-index: 2;
    transition: all 500ms ease;
}

.testimonials-two blockquote:hover .icon-holder {
    border-color: #c11e19;
}

.testimonials-two blockquote:hover {
    /*border-color: #c11e19;*/
}

.testimonials-two blockquote .icon-holder i {
    color: #c11e19;
    font-size: 30px;
    line-height: 64px;
}

.testimonials-two blockquote:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e1e1e1 transparent transparent;
    border-image: none;
    border-right: 10px solid transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -20px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.testimonials-two blockquote:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff transparent transparent;
    border-image: none;
    border-right: 10px solid transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -18px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.testimonials-two .item {
    margin: 0 30px;
}

.testimonials-two .testimonials-author .author-img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.testimonials-two .testimonials-author h4 {
    font-weight: 600;
    font-size: 15px;
    padding-top: 14px;
    color: #222222;
    line-height: 24px;
}

.testimonials-two .testimonials-author span {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #222222;
}

.testimonials-two .testimonials-author ul {
    list-style-type: none;
}

.testimonials-two .testimonials-author ul li {
    display: inline-block;
    color: #fbad1a;
}


/*..... LATEST NEWS ......*/

.latest-news {
    padding: 90px 0;
}

.latest-news .post {}

.latest-news .post .detail {
    background: #fff;
    padding: 20px;
    position: relative;
}

.latest-news .post .detail img {
    width: 56px !important;
    position: absolute;
    top: 0;
    border-radius: 100% !important;
    border: solid 4px #fff;
    margin: -28px 0 0 0;
}

.latest-news .post .detail h4 {
    font-weight: 400;
    margin: 5px 0 0 0;
}

.latest-news .post .detail p {
    margin: 4px 0 0 0;
}

.latest-news .post .detail span {
    color: #727272;
    font-size: 16px;
    margin: 10px 0 0 0;
    display: inline-block;
}

.latest-news .post .detail span.comment {}

.latest-news .post .detail span i {
    font-size: 12px;
    float: right;
    margin: 5px 8px 0 10px;
}

.latest-news .post .detail a {
    color: #727272;
    display: block;
}

.latest-news .post .detail h4 a {
    font-size: 19px;
    font-weight: 700;
}


/*..... TESTIMONIALS ......*/

.patients-testi {
    padding: 90px 0;
}

.patients-testi .testi-sec {
    text-align: center;
    border-radius: 100%;
}

.patients-testi .testi-sec img {
    width: 135px;
    border-radius: 100%;
}

.patients-testi .testi-sec p {
    font-family: 'Raleway', sans-serif;
    line-height: 32px;
    font-weight: 400;
    font-style: italic;
    width: 92%;
    color: #666666;
    display: inline-block;
}

.patients-testi .testi-sec span.name {
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    display: block;
}

.patients-testi .testi-sec span.patient {
    color: #222;
    font-size: 16px;
}


/*..... TESTIMONIALS WITH IMAGE ......*/

.dark-testi {
    background: url(../images/testimonial-bg.jpg) no-repeat fixed;
    width: 100%;
    text-align: center;
    background-size: 100%;
}

.dark-testi .main-title h2 {
    color: #fff;
}

.dark-testi .testi-sec p {
    color: #fff;
}

.dark-testi .testi-sec span.patient {
    color: #fff;
}


/*..... FOOTER ......*/

.footer {
    background: #222628;
    border-top: solid 6px #373e4c;
}

.footer .emergency {
    text-align: center;
    margin: 70px 0 0 0;
}

.footer .emergency i {
    color: #fff;
    display: block;
    font-size: 65px;
}

.footer .emergency .text {
    margin: 25px 0 0 0;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

.footer .emergency .number {
    margin: 6px 0 0 0;
    display: block;
    color: #fff;
    font-size: 50px;
    font-weight: 800;
}

.footer .emergency img {
    margin: 10px 0 0 0;
    width: 960px;
}

.main-footer {
    padding: 70px 0;
}

.main-footer .useful-links {
    float: left;
}

.main-footer .title h5 {
    color: #fff;
    text-transform: uppercase;
    border-bottom: solid 1px #c21310;
    padding: 0 0 12px 0;
    display: inline-block;
    margin: 0px 0 -1px 0;
    float: left;
}

.main-footer .title {
    border-bottom: solid 1px #999;
    padding: 0 0 0 0;
    float: left;
    width: 100%;
}

.main-footer .detail {
    margin: 38px 0 0 0;
    float: left;
}

.main-footer .useful-links ul li {
    background: url(../images/links-arrow-light.png) no-repeat 0 9px;
    margin: 0 0 16px 0;
    float: left;
    width: 50%;
}

.main-footer .useful-links ul li a {
    color: #fff;
    margin: 0 0 0 20px;
    font-size: 18px;
}

.main-footer .tweets {
    width: 100%;
    float: left;
    margin: 0 0 28px 0;
}

.main-footer .tweets .icon {
    float: left;
}

.main-footer .tweets .icon i {
    font-size: 35px;
    margin: 0 0 0 0;
}

.main-footer .tweets .text {
    float: right;
    width: 84%;
}

.main-footer .tweets .text p {
    color: #fff;
    font-size: 17px;
}

.main-footer .tweets .text a {
    color: #fff;
    font-weight: 700;
}

.main-footer .tweets .text span {
    font-size: 14px;
    color: #c7c9ce;
    margin: 5px 0 0 0;
    display: inline-block;
}

.main-footer .newsletter {}

.main-footer .newsletter .signup-text {}

.main-footer .newsletter .signup-text i {
    color: #fff;
    font-size: 28px;
    float: left;
    margin: 6px 12px 0 0;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.main-footer .newsletter .signup-text span {
    color: #fff;
}

.main-footer .newsletter .form {
    margin: 20px 0 0 0;
}

.main-footer .newsletter .form input[type=text] {
    background: #373e4c;
    border: solid 1px #7b8498;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    padding: 10px 14px;
    font-size: 14px;
    margin: 0 0 9px 0;
}

.main-footer .newsletter .form input[type=submit] {
    background: #fff;
    border: none;
    text-transform: uppercase;
    color: #373e4c;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 5px;
}

.main-footer .newsletter .form input[type=submit]:hover {
    color: #fff;
}

.main-footer .get-touch .text {
    color: #fff;
}

.main-footer .get-touch ul {
    margin: 20px 0 0 0;
}

.main-footer .get-touch ul li {
    margin: 0 0 20px 0;
}

.main-footer .get-touch ul li i {
    color: #fff;
    float: left;
    font-size: 26px;
    margin: 0 9px 0 0;
}

.main-footer .get-touch ul li i.icon-dollar {
    font-size: 20px;
    margin-top: 5px;
}

.main-footer .get-touch ul li span {
    color: #fff;
    font-size: 16px;
}

.main-footer .get-touch ul li a {
    color: #fff;
    font-size: 17px;
    display: block;
}

.footer-bottom {
    background: #1b1b1b;
    padding: 24px 0;
}

.footer-bottom .copyrights {
    float: left;
    color: #fff;
    margin: 3px 0 0 0;
    font-size: 15px;
}


/*.footer-bottom .social-icons {
	float: right;
}
.footer-bottom .social-icons a {
	color: #fff;
	border: solid 1px #fff;
	padding: 7px 9px;
	border-radius: 100%;
	font-size: 16px;
}
.footer-bottom .social-icons a.fb:hover {
	background: #5c85ce;
	border: solid 1px #5c85ce;
}
.footer-bottom .social-icons a.tw:hover {
	background: #02c0f2;
	border: solid 1px #02c0f2;
}
.footer-bottom .social-icons a.gp:hover {
	background: #eb6850;
	border: solid 1px #eb6850;
}
.footer-bottom .social-icons a.vimeo:hover {
	background: #68d4ee;
	border: solid 1px #68d4ee;
}*/

.social-icons {
    float: left;
    margin-top: 45px;
}

.social-icons a {
    color: #fff;
    border: solid 1px #fff;
    padding: 7px 10px;
    border-radius: 100%;
    font-size: 15px;
}

.social-icons a.fb:hover {
    background: #5c85ce;
    border: solid 1px #5c85ce;
}

.social-icons a.tw:hover {
    background: #02c0f2;
    border: solid 1px #02c0f2;
}

.social-icons a.gp:hover {
    background: #eb6850;
    border: solid 1px #eb6850;
}

.social-icons a.vimeo:hover {
    background: #68d4ee;
    border: solid 1px #68d4ee;
}


/*..... FOOTER LIGHT ......*/

.footer-light {
    background: #FDFDFD;
    border-top: solid 6px #F0F0F0;
}

.footer-light .emergency {
    text-align: center;
    margin: 70px 0 0 0;
}

.footer-light .emergency i {
    color: #02ADC9;
    display: block;
    font-size: 65px;
}

.footer-light .emergency .text {
    margin: 25px 0 0 0;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #454545;
    display: block;
    text-transform: uppercase;
}

.footer-light .emergency .number {
    margin: 6px 0 0 0;
    display: block;
    color: #454545;
    font-size: 50px;
    font-weight: 800;
}

.footer-light .emergency img {
    margin: 10px 0 0 0;
    width: 960px;
}

.footer-light .main-footer {
    padding: 70px 0;
}

.footer-light .main-footer .useful-links {
    float: left;
}

.footer-light .main-footer .title h5 {
    text-transform: uppercase;
    padding: 0 0 12px 0;
    display: inline-block;
    margin: 0px 0 -1px 0;
    float: left;
}

.footer-light .main-footer .title {
    border-bottom: solid 1px #D5D5D5;
    padding: 0 0 0 0;
    float: left;
    width: 100%;
}

.footer-light .main-footer .detail {
    margin: 38px 0 0 0;
    float: left;
}

.footer-light .main-footer .useful-links ul li {
    background: url(../images/links-arrow-dark.png) no-repeat 0 9px;
    margin: 0 0 16px 0;
    float: left;
    width: 50%;
}

.footer-light .main-footer .useful-links ul li a {
    color: #222;
    margin: 0 0 0 20px;
    font-size: 18px;
}

.footer-light .main-footer .useful-links ul li a:hover {
    color: #02adc6;
}

.footer-light .main-footer .tweets {
    width: 100%;
    float: left;
    margin: 0 0 28px 0;
}

.footer-light .main-footer .tweets .icon {
    float: left;
}

.footer-light .main-footer .tweets .icon i {
    font-size: 35px;
    margin: 0 0 0 0;
}

.footer-light .main-footer .tweets .text {
    float: right;
    width: 84%;
}

.footer-light .main-footer .tweets .text p {
    color: #222;
    font-size: 17px;
}

.footer-light .main-footer .tweets .text a {
    font-weight: 700;
}

.footer-light .main-footer .tweets .text a:hover {
    color: #222;
}

.footer-light .main-footer .tweets .text span {
    font-size: 14px;
    color: #ADADAD;
    margin: 5px 0 0 0;
    display: inline-block;
}

.footer-light .main-footer .newsletter {}

.footer-light .main-footer .newsletter .signup-text {}

.footer-light .main-footer .newsletter .signup-text i {
    color: #454545;
    font-size: 28px;
    float: left;
    margin: 6px 12px 0 0;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.footer-light .main-footer .newsletter .signup-text span {
    color: #222;
}

.footer-light .main-footer .newsletter .form {
    margin: 20px 0 0 0;
}

.footer-light .main-footer .newsletter .form input[type=text] {
    background: #fff;
    border: solid 1px #ADADAD;
    border-radius: 5px;
    width: 100%;
    color: #626262;
    padding: 10px 14px;
    font-size: 14px;
    margin: 0 0 9px 0;
}

.footer-light .main-footer .newsletter .form input[type=submit] {
    background: #454545;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 5px;
}

.footer-light .main-footer .newsletter .form input[type=submit]:hover {
    color: #fff;
}

.footer-light::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #222;
    font-weight: 300;
    margin: -1px 0 0 15px;
}

.footer-light:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #222;
    opacity: 1;
    font-weight: 300;
    margin: -1px 0 0 15px;
}

.footer-light::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #222;
    opacity: 1;
    font-weight: 300;
    margin: -1px 0 0 15px;
}

.footer-light ent-form:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #222;
    font-weight: 300;
    margin: -1px 0 0 15px;
}

.footer-light .main-footer .get-touch .text {
    color: #222;
}

.footer-light .main-footer .get-touch ul {
    margin: 20px 0 0 0;
}

.footer-light .main-footer .get-touch ul li {
    margin: 0 0 20px 0;
}

.footer-light .main-footer .get-touch ul li i {
    color: #454545;
    float: left;
    font-size: 26px;
    margin: 0 9px 0 0;
}

.footer-light .main-footer .get-touch ul li span {
    color: #222;
    font-size: 18px;
}

.footer-light .main-footer .get-touch ul li a {
    color: #fff;
    font-size: 18px;
    display: block;
}

.footer-light .footer-bottom {
    background: #F2F2F2;
    padding: 24px 0;
    border-top: solid 3px #F2F2F2;
}

.footer-light .footer-bottom .copyrights {
    float: left;
    color: #222;
    margin: 3px 0 0 0;
    font-size: 15px;
}

.footer-light .footer-bottom .social-icons {
    float: right;
}

.footer-light .footer-bottom .social-icons a {
    color: #222;
    border: solid 1px #222;
    padding: 7px 9px;
    border-radius: 100%;
    font-size: 16px;
}

.footer-light .footer-bottom .social-icons a:hover {
    background: #02adc6;
    border: solid 1px #02adc6;
    color: #fff;
}

.footer-light .social-icons a.fb:hover {
    background: #5c85ce;
    border: solid 1px #5c85ce;
}

.footer-light .social-icons a.tw:hover {
    background: #02c0f2;
    border: solid 1px #02c0f2;
}

.footer-light .social-icons a.gp:hover {
    background: #eb6850;
    border: solid 1px #eb6850;
}

.footer-light .social-icons a.vimeo:hover {
    background: #68d4ee;
    border: solid 1px #68d4ee;
}


/*..... PARTNERS ......*/

.partners {
    padding: 80px 0;
}

.partners #about-us-our-partners {
    margin-top: 30px;
}

.partners .image {
    border: 1px solid #cacaca;
    width: 239px;
    /*height: 110px;*/
    padding: 10px;
    margin: 0 auto;
}


/*..... QUOTE REQUEST ......*/

.quote-request {
    padding: 40px 0;
    background: #e9c500;
}

.quote-request h4 {
    text-align: left;
    margin-top: 10px;
    font-size: 20px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}

.quote-request a.btn {
    padding: 12px 29px;
    background: #222628;
    color: #FFFFFF;
    border: none;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-left: 15px;
    border: 1px solid #FFFFFF;
}


/*..... BACK TO TOP ......*/

.cd-top {
    display: inline-block;
    height: 44px;
    width: 44px;
    position: fixed;
    bottom: 20px;
    right: 16px;
    overflow: hidden;
    white-space: nowrap;
    background: #c21310 url(../images/back-top.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 10000;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 0.4;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

.cd-top:hover {
    opacity: .8;
}


/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/

@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion {
        display: block;
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display: none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
    .verticalTab.normal-tabs-vertical .resp-tabs-container {
        width: 100% !important;
    }
}

.resp-vtabs li {
    font-size: 20px;
    font-weight: normal
}

.simple-tabs .resp-tabs-list li a {
    padding: 16px 45px 15px;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    background: #222222;
    color: #fff
}

.bordered-tabs .resp-tabs-list li {
    line-height: 25px;
}

.bordered-tabs .resp-tabs-list li a {
    background: #fff;
    border: 1px solid #e7e7e7;
    color: #575757;
    font-size: 18px;
    font-weight: 600;
}

.bordered-tabs .resp-tabs-list li a:hover,
.bordered-tabs li.resp-tab-active a {
    color: #fff;
}

.bordered-tabs .resp-tab-content {
    border: 1px solid #e7e7e7;
    margin: 12px 0 0;
}

.verticalTab.normal-tabs-vertical .resp-tabs-list {
    width: 14%;
    border: 0;
}

.verticalTab.normal-tabs-vertical .resp-tabs-container {
    width: 86%;
}

.resp-vtabs.normal-tabs-vertical .resp-tabs-list li {
    padding: 11px 40px !important;
    margin-bottom: 4px !important;
    border: 1px solid #d2d2d2;
    border-right: 0;
    float: right
}

.resp-vtabs.normal-tabs-vertical .resp-tabs-list li.resp-tab-active,
.resp-vtabs.normal-tabs .resp-tabs-list li:hover {
    padding: 11px 40px !important;
    margin-bottom: 4px !important;
    border-left: 4px solid transparent !important;
}

.resp-vtabs.normal-tabs-vertical .resp-tabs-container {
    margin: 0;
}

.normal-tabs-bordered-btns {
    padding: 50px 0 0
}

.normal-tabs-bordered-btns .resp-tabs-list {
    padding-bottom: 10px;
}

.normal-tabs-bordered-btns .resp-tabs-list .resp-tab-item a {
    border: 1px solid #c4c4c4;
    font-size: 20px;
    color: #222;
    padding: 12px 20px 10px;
}

.normal-tabs-bordered-btns .resp-tabs-list .resp-tab-item.resp-tab-active a,
.normal-tabs-bordered-btns .resp-tabs-list .resp-tab-item a:hover {
    color: #fff;
}


/************************************ RESPONSIVE SLIDES *************************************/

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    max-width: 533px;
    border: 0;
    padding: 5px;
    border: 1px solid #dadada;
    border-radius: 2px;
    margin-bottom: 7px;
}

.rslides_tabs li {
    float: left;
    list-style: none;
}

.rslides_tabs img {
    padding: 5px;
    border: 1px solid #dadada;
    border-radius: 2px;
    margin: 0 7px 7px 0;
}


/***************************************
* about us page styles styles 
****************************************/

.header-title {
    padding-top: 127px;
    height: 280px;
    background: url(../images/background/bg-inner-header.jpg) no-repeat center top;
}

.header-title-product-1 {
    background: url(../images/background/bg-inner-header-product-1.jpg) no-repeat center top;
}

.header-title h2 {
    text-align: center;
    margin: 0;
    font-size: 34px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0px 3px 6px rgba(000, 000, 000, .5)
}

.page-nav {
    padding: 25px;
    border-bottom: 1px solid #535353;
}

.page-nav ul {
    list-style-type: none;
    text-align: center;
    margin-bottom: 0;
}

.page-nav ul li {
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
}

.page-nav ul li span {
    color: #c21512;
}

.overview .images {
    margin-top: 10px;
    margin-right: -15px;
}

.overview .images img {
    margin-top: 10px;
    margin-right: 3px;
}

.overview {
    padding: 80px 0;
}

.overview .title {
    margin-bottom: 20px;
}

.overview h2 {
    text-align: left;
    margin: 0;
    font-size: 28px;
    color: #252525;
    /*font-family: 'Poppins', sans-serif;*/
    font-family: Raleway;
    font-weight: 400;
    text-transform: uppercase;
}

.overview p {
    text-align: left;
    font-size: 14px;
    color: #252525;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 27px;
    margin-top: 10px;
}

.overview p.para {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-size: 15px;
    font-style: italic;
}

.overview p.bold {
    text-align: left;
    font-size: 13px;
    color: #252525;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 27px;
    margin-top: 10px;
}

.overview ul {
    list-style-type: none;
    padding: 0;
}

.overview ul li {
    font-weight: 300;
    margin-bottom: 5px;
}

.overview ul li i {
    margin-right: 5px;
}

.overview .big-image {
    overflow: hidden;
}

.overview .small-images {
    margin-top: 18px;
}

.overview .small-images .one {
    float: left;
    width: 49%;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.overview .small-images .two {
    float: right;
    width: 49%;
    overflow: hidden;
}


/*..... NUMBERS ......*/

.numbers {
    padding: 80px 0;
    background: url(../images/background/about-bg.jpg) no-repeat center top;
}

.numbers .number-box {
    text-align: center;
    margin: 0;
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
    color: #000;
}

.numbers .text-box p {
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 40px;
    text-transform: capitalize;
    color: #595959;
}

.numbers .box {
    display: block;
    background: #FFFFFF;
    width: 100%;
    padding: 25px 20px 15px;
}

.numbers .statistic {
    margin-top: 20px;
}


/*..... WHY CHOOSE US......*/

.why-choose-us-third {
    padding: 80px 0;
}

.why-choose-us-third .box {
    text-align: center;
    padding: 15px;
    position: relative;
}

.why-choose-us-third .box h4 {
    font-size: 19px;
    font-weight: 400;
}

.why-choose-us-third .box p {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}

.why-choose-us-third .box i {
    font-size: 62px;
    color: #c21512;
    margin-bottom: 15px;
}

.why-choose-us-third .box::before {
    width: 100%;
    height: 4px;
    position: absolute;
    content: "";
    background: #eaeaea;
    left: 0;
    bottom: 0;
}

.why-choose-us-third .box::after {
    width: 100%;
    height: 4px;
    position: absolute;
    content: "";
    background: #c21512;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: .5s ease;
}

.why-choose-us-third .box:hover:after {
    transform: scaleX(1);
    transition: .5s ease;
}

.our-team {
    padding: 80px 0;
    background: #f5f5f5;
}

.our-team .title {
    margin-bottom: 70px;
}

.our-team .title h2 {
    text-align: left;
    margin: 0;
    font-size: 28px;
    color: #252525;
    font-weight: 800;
}

.our-team .author-info h4 {
    font-size: 22px;
    margin-bottom: 0;
}

.our-team .author-info p {
    color: #c21512;
}

.our-team .author-info ul li {
    color: #222;
    font-size: 17px;
}

.our-team .members .member figure {
    width: 229px;
    height: 225px;
    overflow: hidden;
    position: relative;
}

.our-team .members .member figure .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(194, 021, 018, .8);
    transform: scale(0.7, 0);
    transition: .5s ease-in-out;
}

.our-team .members .member:hover figure .overlay {
    transform: scale(1, 1);
    transition: .5s ease-in-out;
}

.our-team .members .member figure .overlay .inner-box {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.our-team .members .member figure .overlay .inner-box .social {
    list-style-type: none;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    transition: .2s cubic-bezier(0.4, 0, 1, 1);
}

.our-team .members .member figure .overlay .inner-box .social li {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 14px;
    padding: 0;
}

.our-team .members .member figure .overlay .inner-box .social li a {
    height: 40px;
    width: 40px;
    color: #FFFFFF;
    display: block;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 40px;
}


/***************************************
testimonials page styles styles 
****************************************/

.testimonials-page {
    padding: 80px 0;
}

.testimonials-page .box {
    text-align: center;
    padding: 30px 12px;
    border: 1px solid #d4d4d4;
    margin-bottom: 40px;
    transition: .3s ease-out;
}

.testimonials-page .box:hover {
    -webkit-box-shadow: 0px 0px 40px -21px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 0px 40px -21px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 0px 40px -21px rgba(0, 0, 0, 0.39);
}

.testimonials-page .box .header {
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d4d4;
}

.testimonials-page figure {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 80px;
}

.testimonials-page p {
    font-size: 15px;
    line-height: 24px;
    color: #6f6f6f;
    margin-top: 15px;
    font-weight: 300;
}

.testimonials-page h4 {
    margin-bottom: 5px;
}

.testimonials-page span {
    font-size: 14px;
    color: #e9c500;
}


/***************************************
* 20. our team page styles styles 
****************************************/

.our-team-page {
    padding: 80px 0;
}

.our-team-page .title {
    margin-bottom: 30px;
}

.our-team-page h2 {
    text-align: left;
    margin: 0;
    font-size: 28px;
    color: #252525;
    font-weight: 800;
}

.our-team-page .team-text p {
    text-align: left;
    margin: 0;
    font-size: 14px;
    margin-top: 40px;
    font-family: 'Poppins', sans-serif;
    color: #3d3d3d;
    font-weight: 300;
    line-height: 25px;
}

.our-team-page .team-text a.btn {
    padding: 10px 29px;
    color: #e9c500;
    border: 1px solid #cdcdcd;
    margin-top: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.our-team-page .members .member {
    width: 229px;
    display: inline-block;
    margin-right: 21px;
}

.our-team-page .members .member figure {
    width: 229px;
    height: 225px;
    overflow: hidden;
    position: relative;
}

.our-team-page .members .member figure .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(233, 197, 0, .8);
    transform: scale(0.7, 0);
    transition: .5s ease-in-out;
}

.our-team-page .members .member:hover figure .overlay {
    transform: scale(1, 1);
    transition: .5s ease-in-out;
}

.our-team-page .members .member figure .overlay .inner-box {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.our-team-page .members .member figure .overlay .inner-box .social {
    list-style-type: none;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    transition: .2s cubic-bezier(0.4, 0, 1, 1);
}

.our-team-page .members .member figure .overlay .inner-box .social li {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 14px;
    padding: 0;
}

.our-team-page .members .member figure .overlay .inner-box .social li a {
    height: 40px;
    width: 40px;
    color: #FFFFFF;
    display: block;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 40px;
}

.our-team-page .members .member + .member + .member {
    margin-right: 0px;
}

.our-team-page .members .member .author-info {
    position: relative;
    border: 1px solid #f4f4f4;
    padding: 15px 15px;
}

.our-team-page .members .member .author-info h4 {
    text-align: left;
    margin: 0;
    font-size: 17px;
    color: #363636;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.our-team-page .members .member .author-info p {
    text-align: left;
    margin-top: 5px;
    font-size: 13px;
    color: #e9c500;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.our-team-page .members .member .author-info ul {
    list-style-type: none;
    padding-left: 0;
    font-weight: 300;
    margin-bottom: 0;
    padding-top: 10px;
    border-top: 1px solid #f4f4f4;
    color: #707070;
}

.our-team-page .members .member {
    margin-top: 40px;
}


/***************************************
             OUR FAQ
****************************************/

.our-faq {
    padding: 80px 0;
}

#accordion {
    margin-top: 10px;
}

.toggle {
    margin-bottom: 20px;
}

.toggle .toggle-heading a {
    display: block;
    padding: 15px 13px 15px 55px;
    background: #FFFFFF;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    color: #414141;
    position: relative;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-decoration: none;
    -webkit-box-shadow: 1px 3px 6px -6px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 1px 3px 6px -6px rgba(0, 0, 0, 0.62);
    box-shadow: 1px 3px 6px -6px rgba(0, 0, 0, 0.62);
}

#accordion .toggle i {
    width: 23px;
    height: 23px;
    border: 2px solid transparent;
    border-radius: 100%;
    font-size: 14px;
    line-height: 21px;
    margin-right: 10px;
    text-align: center;
    position: absolute;
    left: 17px;
    top: 50%;
    margin-top: -11.5px;
    color: #c11e19;
    border: 2px solid #c0c0c0;
}

.toggle .toggle-body {
    padding: 20px 0 4px;
    font-size: 16px;
    line-height: 25px;
}


/***************************************
* 23. Mechanical Engineering page styles styles 
****************************************/

.Mechanical-engineering {
    padding: 80px 0;
}

.Mechanical-engineering .special-links {
    margin-bottom: 45px;
}

.Mechanical-engineering .special-links ul {
    list-style-type: none;
    padding-left: 0;
}

.Mechanical-engineering .special-links ul li {
    background: #eeeeee;
    margin-bottom: 7px;
}

.Mechanical-engineering .special-links ul li.active a {
    background: #222628;
    color: #FFFFFF;
    border-color: #c11e19;
}

.Mechanical-engineering .special-links ul li a {
    display: block;
    font-size: 17px;
    color: #252525;
    font-weight: 600;
    padding: 17px 22px;
    line-height: 22px;
    border-left: 4px solid transparent;
    transition: all 0.5s ease;
}

.Mechanical-engineering .special-links ul li a:hover {
    background: #222628;
    color: #FFFFFF;
    border-color: #c11e19;
}

.Mechanical-engineering .download h4 a {
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    padding: 17px 22px;
    background: #001a75;
}

.Mechanical-engineering .contact {
    margin-top: 45px;
    padding: 17px 22px;
    border: 1px solid #404040;
}

.Mechanical-engineering .contact p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
}

.Mechanical-engineering .contact a {
    font-size: 14px;
    line-height: 45px;
    color: #c11e19;
}

.Mechanical-engineering .img-box {
    margin-bottom: 30px;
    overflow: hidden;
}

.Mechanical-engineering .img-box .first {
    float: left;
    width: 500px;
    height: 334px;
    overflow: hidden;
}

.Mechanical-engineering .img-box .second {
    float: right;
    width: 330px;
    height: 334px;
    overflow: hidden;
}

.Mechanical-engineering .energy-wraper {
    margin: 40px 0 20px auto;
}

.Mechanical-engineering .energy-wraper .img-box {
    width: 295px;
    overflow: hidden;
    float: left;
    margin-right: 30px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.Mechanical-engineering .energy-wraper .text-box p {
    font-weight: 300;
    line-height: 25px;
}

.Mechanical-engineering .energy-wraper .text-box p b {
    text-transform: uppercase;
}

.Mechanical-engineering .features ul {
    margin: 0 auto 30px auto;
}

.Mechanical-engineering .features ul li {
    margin-bottom: 10px;
}

.Mechanical-engineering .features ul i {
    color: #c11e19;
    font-size: 12px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    margin-top: 5px;
}

.Mechanical-engineering .icon-box-wraper .box {
    background: #f2f2f2;
    padding: 15px;
    text-align: center;
    height: 210px;
}

.Mechanical-engineering .icon-box-wraper h3 {
    font-size: 17px;
    font-weight: 600;
    color: #3c3c3c;
}

.Mechanical-engineering .icon-box-wraper p {
    font-weight: 300;
    color: #3c3c3c;
}


/***************************************
*  Chemical Research
****************************************/

.chemical-research {
    padding: 80px 0;
}

.chemical-research .img-box {
    margin-bottom: 30px;
    overflow: hidden;
}

.chemical-research .img-box .first {
    float: left;
    width: 100%;
    height: 334px;
    overflow: hidden;
}

.chemical-research .special-links {
    margin-bottom: 45px;
}

.chemical-research .special-links ul {
    list-style-type: none;
    padding-left: 0;
}

.chemical-research .special-links ul li {
    background: #eeeeee;
    margin-bottom: 7px;
}

.chemical-research .special-links ul li.active a {
    background: #222628;
    color: #FFFFFF;
    border-color: #fbad1a;
}

.chemical-research .special-links ul li a {
    display: block;
    font-size: 17px;
    color: #252525;
    font-weight: 600;
    padding: 17px 22px;
    line-height: 22px;
    border-left: 4px solid transparent;
    transition: all 0.5s ease;
}

.chemical-research .special-links ul li a:hover {
    background: #222628;
    color: #FFFFFF;
    border-color: #fbad1a;
}

.chemical-research .download h4 a {
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    padding: 17px 22px;
    background: #072d4d;
}

.chemical-research .contact {
    margin-top: 45px;
    padding: 17px 22px;
    border: 1px solid #404040;
}

.chemical-research .contact p {
    line-height: 24px;
    margin-top: 5px;
}

.chemical-research .contact a {
    font-size: 14px;
    line-height: 45px;
    color: #fbad1a;
}

.chemical-research .energy-wraper {
    margin: 50px 0;
}

.chemical-research .energy-wraper .img-box {
    width: 400px;
    height: 250px;
    overflow: hidden;
    float: right;
    margin-right: 15px;
}

.chemical-research .energy-wraper .text-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
}

.chemical-research .icon-box-wraper {
    margin-top: 50px;
}

.chemical-research .icon-box-wraper .box {
    background: #f2f2f2;
    padding: 15px;
    text-align: center;
    height: 210px;
}

.chemical-research .icon-box-wraper h3 {
    font-size: 17px;
    font-weight: 600;
    color: #3c3c3c;
}

.chemical-research .icon-box-wraper p {
    font-weight: 300;
    color: #3c3c3c;
}


/***************************************
 power and energy page styles styles 
****************************************/

.power-and-energy {
    padding: 80px 0;
}

.power-and-energy .special-links {
    margin-bottom: 45px;
}

.power-and-energy .special-links ul {
    list-style-type: none;
    padding-left: 0;
}

.power-and-energy .special-links ul li {
    background: #eeeeee;
    margin-bottom: 7px;
}

.power-and-energy .special-links ul li.active a {
    background: #222628;
    color: #FFFFFF;
    border-color: #fbad1a;
}

.power-and-energy .special-links ul li a {
    display: block;
    font-size: 17px;
    color: #252525;
    font-weight: 600;
    padding: 17px 22px;
    line-height: 22px;
    border-left: 4px solid transparent;
    transition: all 0.5s ease;
}

.power-and-energy .special-links ul li a:hover {
    background: #222628;
    color: #FFFFFF;
    border-color: #fbad1a;
}

.power-and-energy .download h4 a {
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    padding: 17px 22px;
    background: #072d4d;
}

.power-and-energy .contact {
    margin-top: 45px;
    padding: 17px 22px;
    border: 1px solid #404040;
}

.power-and-energy .contact p {
    line-height: 24px;
    margin-top: 5px;
}

.power-and-energy .contact a {
    font-size: 14px;
    line-height: 45px;
    color: #fbad1a;
}

.power-and-energy .img-box {
    margin-bottom: 30px;
    overflow: hidden;
}

.power-and-energy .img-box .first {
    float: left;
    width: 330px;
    height: 334px;
    overflow: hidden;
}

.power-and-energy .img-box .second {
    float: right;
    width: 500px;
    height: 334px;
    overflow: hidden;
}

.power-and-energy .icon-box-wraper {
    margin: 40px 0;
}

.power-and-energy .icon-box-wraper .box {
    background: #f2f2f2;
    padding: 15px;
    text-align: center;
    height: 210px;
}

.power-and-energy .icon-box-wraper h3 {
    font-size: 17px;
    font-weight: 600;
    color: #3c3c3c;
}

.power-and-energy .icon-box-wraper p {
    font-size: 14px;
    font-weight: 300;
    color: #3c3c3c;
}


/***************************************
* 26.petroleum and gas page styles styles 
****************************************/

.petroleum-and-gas {
    padding: 80px 0;
}

.petroleum-and-gas .special-links {
    margin-bottom: 45px;
}

.petroleum-and-gas .special-links ul {
    list-style-type: none;
    padding-left: 0;
}

.petroleum-and-gas .special-links ul li {
    background: #eeeeee;
    margin-bottom: 7px;
}

.petroleum-and-gas .special-links ul li.active a {
    background: #222628;
    color: #FFFFFF;
    border-color: #fbad1a;
}

.petroleum-and-gas .special-links ul li a {
    display: block;
    font-size: 17px;
    color: #252525;
    font-weight: 600;
    padding: 17px 22px;
    line-height: 22px;
    border-left: 4px solid transparent;
    transition: all 0.5s ease;
}

.petroleum-and-gas .special-links ul li a:hover {
    background: #222628;
    color: #FFFFFF;
    border-color: #fbad1a;
}

.petroleum-and-gas .download h4 a {
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    padding: 17px 22px;
    background: #072d4d;
}

.petroleum-and-gas .contact {
    margin-top: 45px;
    padding: 17px 22px;
    border: 1px solid #404040;
}

.petroleum-and-gas .contact p {
    line-height: 24px;
    margin-top: 5px;
}

.petroleum-and-gas .contact a {
    font-size: 14px;
    line-height: 45px;
    color: #fbad1a;
}

.petroleum-and-gas .sec-wraper {
    margin: 40px 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
}

.petroleum-and-gas .sec-wraper .first .text-box {
    width: 350px;
    float: left;
}

.petroleum-and-gas .sec-wraper .first .img-box {
    overflow: hidden;
    width: 450px;
    height: 260px;
    float: right;
}

.petroleum-and-gas .sec-wraper .first {
    overflow: hidden;
}

.petroleum-and-gas .sec-wraper .second {
    clear: both;
    margin-top: 40px;
}

.petroleum-and-gas .sec-wraper .second .img-box {
    overflow: hidden;
    width: 410px;
    height: 260px;
    float: left;
    margin-right: 15px;
}

.petroleum-and-gas .sec-wraper .second .text-box {
    width: 415px;
    float: left;
}

.petroleum-and-gas .icon-box-wraper {
    margin: 40px 0;
}

.petroleum-and-gas .icon-box-wraper .box {
    background: #f2f2f2;
    padding: 15px;
    text-align: center;
    height: 210px;
}

.petroleum-and-gas .icon-box-wraper h3 {
    font-size: 17px;
    font-weight: 600;
    color: #3c3c3c;
}

.petroleum-and-gas .icon-box-wraper p {
    font-size: 14px;
    font-weight: 300;
    color: #3c3c3c;
}


/***************************************
* 27.facture process page styles styles 
****************************************/

.facture-process {
    padding: 80px 0;
}

.facture-process .special-links {
    margin-bottom: 45px;
}

.facture-process .special-links ul {
    list-style-type: none;
    padding-left: 0;
}

.facture-process .special-links ul li {
    background: #eeeeee;
    margin-bottom: 7px;
}

.facture-process .special-links ul li.active a {
    background: #222628;
    color: #FFFFFF;
    border-color: #fbad1a;
}

.facture-process .special-links ul li a {
    display: block;
    font-size: 17px;
    color: #252525;
    font-weight: 600;
    padding: 17px 22px;
    line-height: 22px;
    border-left: 4px solid transparent;
    transition: all 0.5s ease;
}

.facture-process .special-links ul li a:hover {
    background: #222628;
    color: #FFFFFF;
    border-color: #fbad1a;
}

.facture-process .download h4 a {
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    padding: 17px 22px;
    background: #072d4d;
}

.facture-process .contact {
    margin-top: 45px;
    padding: 17px 22px;
    border: 1px solid #404040;
}

.facture-process .contact p {
    line-height: 24px;
    margin-top: 5px;
}

.facture-process .contact a {
    font-size: 14px;
    line-height: 45px;
    color: #fbad1a;
}

.facture-process .sec-wraper {
    margin: 0px 0px 40px 0px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
}

.facture-process .sec-wraper .first .text-box {
    width: 430px;
    float: left;
}

.facture-process .sec-wraper .first .img-box {
    overflow: hidden;
    width: 380px;
    height: 260px;
    float: left;
    margin-right: 15px;
}

.facture-process .sec-wraper .first {
    overflow: hidden;
}

.facture-process .sec-wraper .second {
    clear: both;
    margin-top: 40px;
}

.facture-process .sec-wraper .second .img-box {
    overflow: hidden;
    width: 380px;
    height: 260px;
    float: left;
    margin-right: 15px;
}

.facture-process .sec-wraper .second .text-box {
    width: 430px;
    float: left;
}

.facture-process .icon-box-wraper {
    margin: 40px 0;
}

.facture-process .icon-box-wraper .box {
    background: #f2f2f2;
    padding: 15px;
    text-align: center;
    height: 210px;
}

.facture-process .icon-box-wraper h3 {
    font-size: 17px;
    font-weight: 600;
    color: #3c3c3c;
}

.facture-process .icon-box-wraper p {
    font-weight: 300;
    color: #3c3c3c;
}


/***************************************
* projects page styles styles 
****************************************/

.projects-section {
    padding: 80px 0;
}

.projects-section .controls ul {
    text-align: center;
}

.projects-section .controls li span {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    color: #676767;
    text-transform: capitalize;
    font-weight: 400;
    padding: 14px 15px;
    transition: all 0.3s ease;
}

.projects-section .thm-container .item {
    overflow: hidden;
    margin-top: 35px;
    /*height: 230px;*/
    height: auto;
}

.projects-section .overlay {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 000, 000, 0.8);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .3s ease;
}

.item:hover .overlay {
    width: 100%;
}

.projects-section .blue .overlay {
    left: 0px;
    right: 0px;
}

.projects-section .green .overlay {
    right: 0px;
    left: 0px;
}

.projects-section .overlay .text {
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 42%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.projects-section .overlay .text2 {
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.projects-section .overlay i {
    width: 40px;
    height: 40px;
    color: white;
    font-size: 17px;
    line-height: 38px;
    border-radius: 50%;
    background: #333333;
    color: #FFFFFF;
}

.portfolioFilter a.current {
    font-weight: bold;
}


/***************************************
* 29.single project page styles styles 
****************************************/

.single-project {
    padding: 80px 0;
}

.single-project .left-wraper .client-info {
    padding: 25px 45px;
    background: #f2f2f2;
    border-left: 6px solid #072d4d;
}

.single-project .left-wraper .client-info h3 {
    margin-bottom: 20px;
    color: #292929;
    font-size: 22px;
    font-weight: 400;
}

.single-project .left-wraper .client-info table td {
    line-height: 35px;
    font-size: 16px;
    color: #292929;
    font-weight: bold;
}

.single-project .left-wraper .client-info table td:first-child {
    padding-right: 14px;
    color: #292929;
    font-weight: 400;
}

.single-project .left-wraper .client-info table td:last-child {
    padding-left: 14px;
    font-weight: 300;
    color: #292929;
}

.single-project .left-wraper .first-block {
    margin-top: 40px;
}

.single-project .left-wraper h2 {
    text-align: left;
    margin: 0;
    font-size: 28px;
    color: #252525;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}

.single-project .left-wraper p {
    color: #292929;
    margin-top: 15px;
}

.single-project .left-wraper ul {
    list-style-type: none;
    padding-left: 0;
    font-weight: 300;
    font-size: 16px;
}

.single-project .left-wraper ul i {
    margin-right: 5px;
    font-size: 15px;
    color: #fbad1a;
}

.single-project .img-box {
    margin-bottom: 22px;
}


/***************************************
* 30.news page styles styles 
****************************************/

.news-section {
    padding: 80px 0;
}

.news-section .blog-info .title {
    margin-bottom: 20px;
}

.news-section .blog-info h4 {
    font-size: 19px;
    font-weight: 700;
    color: #3e3e3e;
}

.news-section .blog-info .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 26px;
    padding: 10px 30px 10px 15px;
    border: 1px solid #e0e0e0;
    height: 48px;
    background: #f3f3f3;
    color: #3a3a3a;
    display: block;
    width: 100%;
    border-radius: 0px;
    font-weight: 300;
    transition: all 500ms ease;
}

.news-section .blog-info .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 48px;
    width: 50px;
    line-height: 48px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #ffffff;
    background: #e9c500;
    border: none;
}

.news-section .blog-info .category-widget {
    margin-top: 50px;
}

.news-section .blog-info .category-widget ul {
    list-style-type: none;
    padding-left: 0;
}

.news-section .blog-info .category-widget ul li a {
    font-weight: 300;
    text-decoration: none;
    font-size: 17px;
    color: #575757;
    display: block;
    line-height: 42px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}

.news-section .blog-info .category-widget ul li a:hover {
    color: #e9c500;
}

.news-section .blog-info .category-widget ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #C8C8C8;
    font-size: 14px;
    position: absolute;
    right: 10px;
}

.news-section .blog-info .news-widget {
    margin-top: 50px;
}

.news-section .blog-info .news-widget .news-item {
    margin-bottom: 13px;
    min-height: 50px;
    padding: 8px 0px 8px 0px;
    color: #cccccc;
    border-bottom: 1px solid #f1f1f1;
}

.news-section .blog-info .news-widget .news-item p {
    font-size: 16px;
    color: #e9c500;
    font-weight: 300;
}

.news-section .blog-info .instigram-widget p {
    font-size: 15px;
    font-weight: 300;
    color: #292929;
}

.news-section .blog-info .news-widget .news-item figure {
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}

.news-section .blog-info .news-widget h5 {
    margin-bottom: 2px;
    line-height: 17px;
    margin-top: 0;
}

.news-section .blog-info .news-widget h5 a {
    color: #3e3e3e;
    text-decoration: none;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
    font-weight: 700;
}

.news-section .blog-info .news-widget h5 a:hover {
    color: #e9c500;
}

.news-section .blog-info .tags-widget {
    margin-top: 50px;
}

.news-section .blog-info .tags-widget ul {
    list-style-type: none;
    padding-left: 0;
}

.news-section .blog-info .tags-widget ul li {
    display: inline-block;
    margin: 0 3px 5px;
}

.news-section .blog-info .tags-widget ul li a {
    text-decoration: none;
    display: block;
    font-weight: 300;
    font-size: 15px;
    color: #9e9e9e;
    line-height: 32px;
    border: 1px solid #f1f1f1;
    background: #fff;
    border-radius: 2px;
    text-align: center;
    padding: 0 14px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.news-section .blog-info .tags-widget ul li a:hover {
    color: #FFFFFF;
    background: #e9c500;
}

.news-section .blog-info .instigram-widget {
    margin-top: 50px;
}

.news-section .blog-info .instigram-widget ul {
    list-style-type: none;
}

.news-section .blog-info .instigram-widget ul li {
    display: inline-block;
    margin: 0 2px 5px;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.news-section .pagination {
    text-align: center;
}

.news-section .news-wraper .news-box {
    margin-bottom: 30px;
}

.news-section .news-wraper .news-box .img-box {
    overflow: hidden;
    height: 244px;
}

.news-section .news-wraper .news-box .header {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 8px;
    padding-top: 0;
}

.news-section .news-wraper .news-box .header h4 {
    font-size: 20px;
    line-height: 28px;
    color: #353535;
    font-weight: 700;
    margin-bottom: 2px;
}

.news-section .news-wraper .news-box .header p {
    font-size: 14px;
    line-height: 18px;
    color: #353535;
    font-weight: 300;
}

.news-section .news-wraper .news-box .text-box {
    border: 1px solid #d4d4d4;
    padding: 15px;
    border-top: none;
}

.news-section .news-wraper .news-box .text {
    padding-top: 13px;
}

.news-section .news-wraper .news-box .text p {
    font-size: 16px;
    line-height: 24px;
    color: #353535;
    font-weight: 300;
}

.news-section .news-wraper .news-box a {
    color: #e9c500;
}


/***************************************
* 31.news-big page styles styles 
****************************************/

.news-section .news-wraper-big .news-box {
    margin-bottom: 45px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 30px -9px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 30px -9px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 30px -9px rgba(0, 0, 0, 0.34);
}

.news-section .news-wraper-big .news-box .img-box {
    overflow: hidden;
    height: 380px;
}

.news-section .news-wraper-big .news-box .header {
    border-bottom: 1px solid #999999;
    padding-bottom: 8px;
}

.news-section .news-wraper-big .news-box .header h4 {
    font-size: 20px;
    line-height: 28px;
    color: #353535;
    font-weight: 700;
    margin-bottom: 2px;
}

.news-section .news-wraper-big .news-box .header p {
    font-size: 16px;
    line-height: 18px;
    color: #fbad1a;
    font-weight: 300;
}

.news-section .news-wraper-big .news-box .text-box {
    padding-top: 10px;
    padding-bottom: 10px;
}

.news-section .news-wraper-big .news-box .text-box a {
    color: #e9c500;
    font-size: 16px;
}

.news-section .news-wraper-big .news-box .text-box i {
    margin-right: 5px;
}

.news-section .news-wraper-big .news-box .text {
    padding-top: 13px;
}

.news-section .news-wraper-big .news-box .text p {
    font-size: 16px;
    line-height: 24px;
    color: #353535;
    font-weight: 300;
}

.news-section .news-wraper-big .news-box .text a {
    padding: 10px 29px;
    background: #e9c500;
    color: #FFFFFF;
    border: none;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-left: 0px;
}


/***************************************
* 32.news-single page styles styles 
****************************************/

.news-section .left-wraper .news_one-single .img-box {
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
    margin-bottom: 20px;
}

.news-section .left-wraper .news_one-single h4 {
    font-size: 23px;
    line-height: 28px;
    color: #353535;
    font-weight: 700;
    margin-bottom: 10px;
}

.news-section .news_one-single ul {
    list-style-type: none;
}

.news-section .news_one-single ul li {
    display: inline-block;
    margin: 0 2px 5px;
    overflow: hidden;
}

.news-section .news_one-single ul li a {
    margin-right: 10px;
    text-decoration: none;
    display: inline-block;
    color: #8a8a8a;
    font-style: italic;
}

.news-section .news_one-single ul li i {
    color: #48c7ec;
    margin-right: 5px;
}

.news-section .news_one-single .text-box {
    border-bottom: none;
}

.news-section .news_one-single .text-box a.path {
    color: #e9c500;
    font-size: 17px;
}

.news-section .news_one-single .text-box i {
    margin-right: 5px;
}

.news-section .news_one-single p {
    font-size: 16px;
    line-height: 24px;
    color: #353535;
    font-weight: 300;
}

.news-section .related-posts {
    overflow: hidden;
    margin-top: 30px;
}

.news-section .related-posts .image {
    position: relative;
}

.news-section .related-posts .header {
    margin-bottom: 30px;
}

.news_one-single .owl-carousel .image {
    height: 200px;
    overflow: hidden;
}

.news_one-single .owl-carousel .text p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.news_one-single .owl-carousel .text span {
    font-size: 12px;
}

.news-section .share-box {
    background: #f3f5fa;
    padding: 20px 20px;
    position: relative;
    height: 60px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.news-section .share-box ul {
    list-style-type: none;
    margin-top: -8px;
}

.news-section .share-box ul li {
    display: inline-block;
    margin-left: 7px;
}

.news-section .share-box ul li a {
    display: block;
    height: 34px;
    width: 34px;
    background: transparent;
    text-align: center;
    line-height: 34px;
    color: #222628;
    border: 1px solid #222628;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.news-section .share-box ul li a:hover {
    background: #e9c500;
}

.news-section .left-wraper .comments .first-comment {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.news-section .left-wraper .comments .first-comment .img-box {
    overflow: hidden;
    width: 60px;
    height: 60px;
    padding-right: 15px;
}

.news-section .left-wraper .comments .first-comment .text-box p {
    font-size: 15px;
    line-height: 24px;
    color: #353535;
    font-weight: 300;
}

.news-section .left-wraper .comments .first-comment .text-box {
    border: 1px solid #f5f5f5;
    padding: 15px 20px;
}

.news-section .left-wraper .comments .first-comment .text-box h5 {
    font-size: 17px;
    line-height: 24px;
    color: #353535;
    font-weight: 700;
    margin: 0;
}

.news-section .left-wraper .comments .first-comment + .first-comment + .first-comment {
    border-bottom: none;
}

.news-section .left-wraper .post-author {
    margin-bottom: 60px;
}

.news-section .left-wraper .post-author h4 {
    font-size: 18px;
    line-height: 24px;
    color: #353535;
    font-weight: 400;
    margin: 0;
}

.news-section .left-wraper .post-author p {
    font-size: 15px;
    line-height: 26px;
    color: #353535;
    font-weight: 300;
}

.news-section .left-wraper .post-author .img-box {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.news-section .left-wraper .post-author .inner {
    position: relative;
    background: #f5f5f5;
    padding: 20px 10px;
}

.news-section .left-wraper .post-author .text-box {
    position: absolute;
    left: 125px;
    top: 15px;
    border-bottom: none;
    font-size: 16px;
    line-height: 24px;
    color: #8a8a8a;
}

.news-section .left-wraper .post-author .text-box h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

.news-section h3 {
    margin: 0;
    color: #202020;
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 22px;
}

.news-section .contact-wraper-last {
    margin-top: 50px;
}

.news-section .contact-wraper-last .inner {
    margin-top: 20px;
}

.news-section .contact-wraper-last form input[type="text"] {
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    border: 1px solid #c7c7c7;
    border-radius: 0px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #b6b6b6;
}

.news-section .contact-wraper-last .select {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 0px;
    background: rgba(0, 0, 0, .4);
}

.news-section .contact-wraper-last form textarea {
    width: 100%;
    height: 220px;
    padding: 12px 12px;
    border: 1px solid #c7c7c7;
    border-radius: 0px;
    color: #b6b6b6;
    font-weight: 300;
}

.news-section .contact-wraper-last .btn {
    padding: 10px 35px;
    color: #fbad1a;
    border: 1px solid #cdcdcd;
    margin-top: 15px;
    margin-left: 15px;
    font-size: 16px;
    border-radius: 0px;
}

.news-section .btn:hover {
    color: #FFFFFF;
}

.contact-us .leave-msg .form input[type=text],
.contact-us .leave-msg .form select {
    width: 100%;
    padding: 0 12px;
    border: solid 1px #b1b1b1;
    height: 48px;
}

.contact-wraper-last .form input[type=submit] {
    border: none;
    background-color: #434A5A;
    color: #fff;
    padding: 14px 45px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    margin: 10px 0 0 0;
}

.contact-us .leave-msg .form textarea {
    width: 100%;
    height: 220px;
    padding: 12px 12px;
}

.contact-us::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #767676 !important;
}

.contact-us:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #767676 !important;
}

.contact-us::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #767676 !important;
}

.contact-us:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #767676 !important;
}


/***************************************
* 33.shop page styles styles 
****************************************/

.shop-section {
    padding: 80px 0;
}

.shop-section .blog-info .title {
    margin-bottom: 20px;
}

.shop-section .blog-info h4 {
    font-size: 19px;
    font-weight: 700;
    color: #3e3e3e;
}

.shop-section .blog-info .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 26px;
    padding: 10px 30px 10px 15px;
    border: 1px solid #e0e0e0;
    height: 48px;
    background: #f3f3f3;
    color: #3a3a3a;
    display: block;
    width: 100%;
    border-radius: 0px;
    font-weight: 300;
    transition: all 500ms ease;
}

.shop-section .blog-info .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 48px;
    width: 50px;
    line-height: 48px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #ffffff;
    background: #e9c500;
    border: none;
}

.shop-section .blog-info .category-widget {
    margin-top: 50px;
}

.shop-section .blog-info .category-widget ul {
    list-style-type: none;
    padding-left: 0;
}

.shop-section .blog-info .category-widget ul li a {
    font-weight: 300;
    text-decoration: none;
    font-size: 17px;
    color: #575757;
    display: block;
    line-height: 42px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}

.shop-section .blog-info .category-widget ul li a:hover {
    color: #fbad1a;
}

.shop-section .blog-info .category-widget ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #C8C8C8;
    font-size: 14px;
    position: absolute;
    right: 10px;
}

.shop-section .blog-info .news-widget {
    margin-top: 50px;
}

.shop-section .blog-info .news-widget .news-item {
    margin-bottom: 3px;
    min-height: 50px;
    padding: 8px 0px 8px 0px;
    color: #cccccc;
}

.shop-section .blog-info .news-widget .news-item p {
    color: #fbad1a;
    font-weight: 300;
}

.shop-section .blog-info .news-widget .news-item ul {
    margin-bottom: 5px;
    list-style-type: none;
}

.shop-section .blog-info .news-widget .news-item ul li {
    display: inline-block;
    color: #e9c500;
}

.shop-section .blog-info .instigram-widget p {
    font-size: 14px;
    font-weight: 300;
    color: #292929;
}

.shop-section .blog-info .news-widget .news-item figure {
    width: 73px;
    height: 73px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}

.shop-section .blog-info .news-widget h5 {
    margin-bottom: 2px;
    margin-top: 0;
}

.shop-section .blog-info .news-widget h5 a {
    color: #3e3e3e;
    text-decoration: none;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}

.shop-section .blog-info .news-widget h5 a:hover {
    color: #fbad1a;
}

.shop-section .blog-info .tags-widget {
    margin-top: 50px;
}

.shop-section .blog-info .tags-widget ul {
    list-style-type: none;
    padding-left: 0;
}

.shop-section .blog-info .tags-widget ul li {
    display: inline-block;
    margin: 0 3px 5px;
}

.shop-section .blog-info .tags-widget ul li a {
    text-decoration: none;
    display: block;
    font-weight: 300;
    font-size: 15px;
    color: #9e9e9e;
    line-height: 32px;
    border: 1px solid #f1f1f1;
    background: #fff;
    border-radius: 2px;
    text-align: center;
    padding: 0 14px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.shop-section .blog-info .tags-widget ul li a:hover {
    color: #FFFFFF;
    background: #fbad1a;
}

.shop-section .blog-info .price-widget {
    margin-top: 50px;
}

.shop-section .blog-info .instigram-widget ul {
    list-style-type: none;
}

.shop-section .blog-info .instigram-widget ul li {
    display: inline-block;
    margin: 0 2px 5px;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.shop-section .product-wraper .product {
    margin-bottom: 40px;
    height: 395px;
}

.shop-section .product-wraper .product h4 {
    font-weight: 400;
    margin-bottom: 5px;
    color: #333333;
    font-size: 16px;
}

.shop-section .product-wraper .img-box {
    width: 232px;
    height: 232px;
    overflow: hidden;
    position: relative;
}

.shop-section .product-wraper .product p {
    font-weight: 400;
    margin-bottom: 5px;
    color: #333333;
    font-size: 16px;
}

.shop-section .product-wraper .product ul {
    list-style-type: none;
    padding: 0;
}

.shop-section .product-wraper .product ul li {
    display: inline-block;
    color: #e9c500;
}

.shop-section .product-wraper .product .btn {
    padding: 9px 21px;
    background: #e9c500;
    color: #FFFFFF;
    border: none;
    border-radius: 0px;
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
}

.shop-section .navigation ul {
    list-style-type: none;
    text-align: center;
}

.shop-section .navigation ul li {
    display: inline-block;
}

.shop-section .navigation ul li a {
    color: #626262;
    width: 45px;
    height: 45px;
    display: block;
    border: 1px solid #E2E2E2;
    line-height: 45px;
    transition: .3s ease;
}

.shop-section .navigation ul li a:hover {
    background: #fbad1a;
}

.shop-section .product-wraper .img-box .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 33, 36, .8);
    transform: scale(0.7, 0);
    transition: .5s ease-in-out;
}

.shop-section .product-wraper .img-box:hover .overlay {
    transform: scale(1, 1);
    transition: .5s ease-in-out;
}

.shop-section .product-wraper .img-box .overlay .inner-box {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.shop-section .product-wraper .img-box .overlay .inner-box .social {
    list-style-type: none;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    transition: .2s cubic-bezier(0.4, 0, 1, 1);
}

.shop-section .product-wraper .img-box .overlay .inner-box .social li {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 14px;
    padding: 0;
}

.shop-section .product-wraper .img-box .overlay .inner-box .social li a {
    height: 45px;
    width: 45px;
    color: #222;
    font-size: 18px;
    display: block;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    text-align: center;
    background: #e9c500;
    line-height: 45px;
}


/***************************************
* 34.shop details page styles styles 
****************************************/

.shop-section .detailed-product .text-box ul {
    list-style-type: none;
    padding: 0;
}

.shop-section .detailed-product .text-box ul li {
    display: inline-block;
    color: #e9c500;
}

.shop-section .detailed-product .text-box h3 {
    font-weight: 700;
    margin-bottom: 5px;
    color: #333333;
    font-size: 22px;
}

.shop-section .detailed-product .text-box p {
    font-weight: 600;
    margin-bottom: 5px;
    color: #333333;
    font-size: 18px;
}

.shop-section .detailed-product .text-box p.description {
    font-weight: 300;
    margin-bottom: 5px;
    color: #333333;
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.shop-section .detailed-product .text-box input {
    width: 55px;
    height: 38px;
    border: 1px solid #D9D9D9;
    text-align: center;
    line-height: 33px;
    padding-left: 10px;
    margin-right: 20px;
}

.shop-section .detailed-product .text-box a.btn {
    padding: 10px 21px;
    background: #e9c500;
    color: #FFFFFF;
    border: none;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.shop-section .detailed-product .text-box .tag {
    margin-top: 25px;
}

.shop-section .detailed-product .text-box .tag p,
a {
    font-weight: 300;
    margin-bottom: 5px;
    color: #333333;
    font-size: 13px;
    transition: .3s ease;
}

.shop-section .detailed-product .text-box .tag a:hover {
    color: #fbad1a;
}

.product-tab-box {
    margin-bottom: 80px;
    margin-top: 80px;
}

.product-tab-box .tab-title-box ul {
    margin: 0;
    padding: 0;
}

.product-tab-box .tab-title-box ul li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
}

.product-tab-box .tab-title-box ul li.active a {
    background: #FFFFFF;
    border-bottom-color: #fff;
    border-top: 3px solid #FAB90A;
    line-height: 44px;
}

.product-tab-box .tab-title-box ul li a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 46px;
    border: 1px solid #E2E2E2;
    text-transform: uppercase;
    background: #F7F7F7;
    color: #242424;
    padding: 0 29px;
    margin: 0;
}

.product-tab-box .tab-content {
    margin-top: -1px;
    border: 1px solid #E2E2E2;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 65px;
}

.product-tab-box .tab-content .tab-pane .review-box {
    position: relative;
    margin-bottom: 30px;
}

.product-tab-box .tab-content .tab-pane .review-box .img-box {
    position: absolute;
    top: 0px;
    left: 0px;
}

.product-tab-box .tab-content .tab-pane .review-box .text-box {
    margin-left: 85px;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
}

.product-tab-box .tab-content h3 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 12px;
}

.product-tab-box .tab-content p {
    color: #898989;
    font-size: 16px;
    font-weight: 300;
}

.product-tab-box .tab-content p:first-child {
    margin-top: 0;
}

.shop-section .product-wraper .title {
    margin-bottom: 38px;
}

.shop-section .product-wraper .title h3 {
    font-weight: 400;
}


/***************************************
* 35.shop cart page styles styles 
****************************************/

.cart-page {
    padding: 80px 0;
}

.cart-page table thead {
    background: #eeeeee;
}

.cart-page .table {
    margin-bottom: 0;
}

.cart-page .table > thead > tr > th {
    color: #373737;
    font-weight: 300;
    text-transform: uppercase;
    border: 1px solid #d9d9d9;
    text-align: center;
    padding: 0 20px;
    line-height: 60px;
}

.cart-page .table > tbody > tr > td.preview {
    padding: 15px 20px;
}

.cart-page .table > tbody > tr > td > a {
    color: red;
    font-size: 18px;
}

.cart-page .table > tbody > tr > td {
    color: #898989;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    font-weight: 400;
    line-height: 150px;
    text-align: center;
    height: 140px;
}

.cart-page .last-row {
    padding: 30px 25px;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
}

.cart-page .last-row a.first {
    padding: 12px 24px;
    border: 1px solid #d9d9d9;
    color: #9e9e9e;
    display: inline-block;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 0;
}

.cart-page .last-row a.second {
    padding: 12px 24px;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #222222;
    display: inline-block;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 0;
}

.cart-page .last-row a.btn {
    padding: 12px 27px;
    background: #e9c500;
    color: #FFFFFF;
    border: none;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.cart-page .cart-total {
    margin-top: 80px;
}

.cart-page .cart-total ul {
    border: 1px solid #f4f4f4;
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    margin-top: 30px;
}

.cart-page .cart-total li {
    border-bottom: 1px solid #f4f4f4;
    overflow: hidden;
}

.cart-page .cart-total li span.first {
    border-right: 1px solid #f7f7f7;
    color: #222222;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    padding: 10px 18px;
    position: relative;
    width: 50%;
    background: #fcfcfc;
}

.cart-page .cart-total li span.second {
    color: #999;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
    padding: 10px 18px;
    position: relative;
    width: 50%;
}

.cart-page .cart-total li span.second .radio input {
    margin-top: 10px;
}

.cart-page .cart-total li.radio-row span.first {
    height: 140px;
}

.cart-page .cart-total li.radio-row span.second .radio {
    margin: 0;
    font-weight: 300;
}

.cart-page .cart-total li.radio-row span.second .radio label {
    font-weight: 300;
}

.cart-page .cart-total .title h3 {
    text-align: left;
    margin: 0;
    font-size: 28px;
    color: #363636;
    font-weight: 700;
}

.cart-page .cart-total a.check {
    padding: 12px 27px;
    background: #e9c500;
    color: #FFFFFF;
    border: none;
    display: block;
    text-align: center;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    border: 3px solid transparent;
    transition: .4s ease;
}

.cart-page .cart-total a.check:hover {
    border: 3px solid #fbad1a;
    background: #FFFFFF;
    color: #fbad1a;
}


/***************************************
* 37.check-out page styles styles 
****************************************/

.checkout {
    padding: 80px 0;
}

.checkout h2 {
    font-size: 25px;
}

.checkout .title {
    margin-bottom: 20px;
}

.checkout .costumer {
    background: #eeeeee;
    padding: 20px 30px;
    margin-bottom: 70px;
}

.checkout .costumer p {
    margin: 0;
    font-weight: 300;
    font-size: 15px;
}

.checkout .costumer a {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    color: #fbad1a;
}

.checkout form label {
    font-weight: 400;
    color: #464646;
}

.checkout form label span {
    color: red;
}

.checkout form input[type="text"] {
    width: 100%;
    height: 44px;
    padding: 8px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 0px;
    background: #FFFFFF;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #b8b8b8;
}

.checkout .billing .form-grp {
    margin-bottom: 10px;
}

.checkout .billing .checkbox span {
    font-weight: normal;
}

.checkout .billing .diff-add {
    margin-top: 50px;
}

.checkout .billing .diff-add h2 {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 28px;
    color: #252525;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    float: left;
}

.checkout .billing .diff-add input {
    margin-top: 8px;
    margin-right: 8px;
    float: left;
}

.checkout .order .details {
    border: 1px solid #D9D9D9;
    padding: 30px;
}

.checkout .order .details ul {
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

.checkout .order .details ul li {
    clear: both;
    overflow: hidden;
}

.checkout .order .details ul li .first {
    color: #222222;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 18px;
    position: relative;
    width: 60%;
}

.checkout .order .details ul li .first-pad {
    color: #222222;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    padding: 10px 18px;
    position: relative;
    width: 60%;
}

.checkout .order .details ul li .second {
    color: #3b3b3b;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 0px 0px 18px;
    position: relative;
    width: 40%;
}

.checkout .order .details ul li .second-shp {
    color: #999;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    padding: 0px 0px 0px 18px;
    position: relative;
    width: 40%;
}

.checkout .order .details ul li.bordered {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 14px;
}

.checkout .order .details ul li .first-pad input {
    margin-right: 5px;
}

.checkout .order .details ul li .first-pad img {
    margin-left: 8px;
}

.checkout .order .details ul li.gray {
    background: #eeeeee;
    padding: 15px;
    font-weight: 300;
    line-height: 26px;
    font-size: 14px;
}

.checkout .order .details ul li .second-right {
    color: #fbad1a;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 0px 0px 18px;
    position: relative;
    width: 40%;
    text-align: right;
}

.checkout .order .details ul li a {
    padding: 10px 29px;
    background: #e9c500;
    color: #FFFFFF;
    border: none;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-left: 15px;
    margin-top: 20px;
}


/***************************************
* contact us page styles styles 
****************************************/

.contact-us .our-location {
    padding: 0px 0;
    border: 5px solid rgba(000, 000, 000, .05);
    margin: 15px auto 0 auto;
}

.contact-us .our-location .map {
    height: 270px;
}

.contact-us .our-location .map iframe {
    border: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.get-directions {
    text-align: center;
    margin: 40px 0 0 0;
}

.get-directions input[type="submit"] {
    background: url(../images/directions-btn.jpg) no-repeat;
    width: 60px;
    height: 61px;
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
    position: relative;
    top: -6px;
}

.get-directions input[type="text"] {
    padding: 15px 2% 17px;
    width: 86%;
    max-width: 556px;
    font-size: 22px;
    color: #747474;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    border: solid 1px #BEBEBE;
    border-radius: 10px;
    margin: 0 10px 0 0;
}


/*..... CONTACT US 2 ......*/

.contact-us .give-msg input[type=text] {
    width: 49%;
    padding: 0 12px;
    border: solid 1px #b1b1b1;
    height: 48px;
    margin: 0 4px 10px 0;
}

.contact-us .leave-msg .main-title {
    margin-bottom: 40px;
}

.contact-us .give-msg textarea {
    width: 100%;
    height: 220px;
    padding: 12px 12px;
}

.contact-us .get-in-touch span {
    font-size: 20px;
    display: block;
    line-height: 34px;
}

.contact-us .get-in-touch .social-icons a {
    color: #222;
    border: solid 1px #222;
    padding: 7px 9px;
    border-radius: 100%;
    font-size: 16px;
    margin: 0 5px 0 0px;
}

.contact-us .get-in-touch .social-icons a:hover {
    color: #fff;
}

.contact-us .get-in-touch span a {
    color: #222;
    font-size: 18px;
}

.contact-us .get-in-touch span a:hover {
    color: #02adc6;
}

.contact-us .get-in-touch .social-icons {
    margin: 25px 0 0 0;
}

.contact-us .get-in-touch .social-icons a.fb:hover {
    background: #5c85ce;
    border: solid 1px #5c85ce;
}

.contact-us .get-in-touch .social-icons a.tw:hover {
    background: #02c0f2;
    border: solid 1px #02c0f2;
}

.contact-us .get-in-touch .social-icons a.gp:hover {
    background: #eb6850;
    border: solid 1px #eb6850;
}

.contact-us .get-in-touch .social-icons a.vimeo:hover {
    background: #68d4ee;
    border: solid 1px #68d4ee;
}

.contact-us .give-msg input[type=submit] {
    width: 100%;
    border: none;
    background-color: #434A5A;
    color: #fff;
    padding: 14px 0;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    margin: 10px 0 0 0;
}

.contact-us .leave-msg {
    padding: 55px 0 70px 0;
}

.contact-us .leave-msg .form input[type=submit] {
    width: 100%;
    border: none;
    background-color: #434A5A;
    color: #fff;
    padding: 14px 0;
    text-transform: uppercase;
    margin-top: 30px;
}


/************************************ FORM ERROR SUCCESS *************************************/

p#error {
    color: #FFFFFF;
    background-color: #606675;
    padding: 6px 18px;
    font-size: 16px;
    border: solid 1px #D48186;
    margin: 0 0 14px 0;
}

p#success {
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin: 25px 0 0 0;
}

.appointment-form p#error {
    color: #FFFFFF;
    background-color: #FF747D;
    padding: 6px 0;
    font-size: 16px;
    border: solid 1px #D25259;
    margin: 0 13px 10px 13px;
}

p#subscribe_success {
    color: #fff;
    text-align: center;
    margin: 65px 0 0 0;
}

input.input.error {
    border: solid 1px #FF7676 !important;
}

.contact-us .leave-msg p#error {
    color: #FFFFFF;
    background-color: #FF747D;
    padding: 6px 18px;
    font-size: 16px;
    border: solid 1px #D25259;
    margin: 0 15px 14px 15px;
}

.contact-us .leave-msg p#success {
    text-align: center;
    color: #2F2E2E;
    font-size: 26px;
    margin: 25px 0 0 0;
    font-weight: 700;
}

.make-appointment-two p#error {
    color: #FFFFFF;
    background-color: #FF747D;
    padding: 6px 15px;
    font-size: 16px;
    border: solid 1px #D25259;
    margin: 0 13px 10px 0;
}

.make-appointment-two p#success {
    text-align: center;
    color: #000;
    font-size: 28px;
    margin: 25px 0 0 0;
    font-weight: 500;
    padding: 90px 0 0 0;
}


/************************************ 404 Error *************************************/

.error-404 {
    padding: 90px 0;
    text-align: center;
}

.error-404 img {
    width: auto;
}

.error-404 a {
    margin: 35px 0 0 0;
    background-color: #525866;
    padding: 12px 30px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
}

.error-404 a:hover {
    background-color: #02adc6;
}

.tp-caption.grey_regular_189 a:hover {
    color: black;
    background: #e9c500;
}

.services-two .main-title h2 {
    margin: 0 auto 35px auto;
}

.services-two .detail h5 {
    font-size: 19px;
}

.appointment-form p {
    margin: 0 auto;
}

.main-footer,
.footer-bottom .detail {
    color: #fff;
}

.design_by {
    text-align: right;
    color: #fff;
}

.design_by a {
    font-size: 16px;
    color: #fff;
}

.design_by a:hover {
    color: #c21310;
}

#latest-news {
    margin-top: 15px;
}

.top-line .social-icons ul li a {
    padding-left: 0;
    padding-right: 0;
}

.welcome h6 {
    font-size: 18px;
    line-height: 1.5;
}

.welcome ul {
    margin-top: 30px;
}

.welcome ul li {
    margin-bottom: 15px;
}

.welcome ul li i {
    background: #c11e19;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    margin-right: 15px;
}

.Mechanical-engineering .latest-news {
    padding: 0;
}

.Mechanical-engineering .latest-news h3 {
    margin-top: 40px;
}

.Mechanical-engineering .latest-news .post .detail {
    padding: 10px 0;
}

.Mechanical-engineering .latest-news .post .detail h4 {
    text-align: center;
}

.Mechanical-engineering .owl-theme .owl-controls .owl-buttons .owl-prev,
.Mechanical-engineering .owl-theme .owl-controls .owl-buttons .owl-next {
    top: 30%;
}

.Mechanical-engineering .contact-us .leave-msg {
    padding-top: 0;
}

.welcome img {
    margin-top: 30px;
}

.Mechanical-engineering .contact-us .leave-msg {
    padding-bottom: 0;
}

.Mechanical-engineering h3 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px;
}

.z-tabs.horizontal > ul > li {
    float: left !important;
    margin: 0;
    width: 33.33% !important;
    text-align: center;
}

.Mechanical-engineering .latest-news h3 {
    text-align: center;
}

.Mechanical-engineering .latest-news .post .detail h4 a {
    font-size: 15px;
}

.Mechanical-engineering ul.z-tabs-nav.z-tabs-desktop {
    margin-bottom: 0 !important;
}

.z-content-inner .Mechanical-engineering .energy-wraper {
    margin: 0px 0px 20px auto;
}

.z-content-inner .projects-section,
.z-content-inner .energy-wraper {
    padding: 0 !important;
    margin: 0 !important;
}

.item article {
    overflow: hidden;
    position: relative;
    border: 2px solid rgba(000, 000, 000, .05);
}

.brochure {
    margin-top: 30px;
}

.brochure figure {
    margin-bottom: 30px;
    border: 5px solid rgba(000, 000, 000, .05);
}

div#tabbed-nav {
    min-height: auto;
}

.text-box .table {
    margin-top: 35px;
}

.features h3,
.z-container .features {
    margin: 30px auto;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b1b1b1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #b1b1b1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #b1b1b1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #b1b1b1;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.news-box {
    margin-bottom: 30px;
}

.projects-section .overlay .text2 a {
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
}

.our-faq .main-title h2 {
    margin-top: 5px;
}

.icon-box-wraper .box .icon-box {
    padding: 10px 0;
}

.icon-box-wraper h3 {
    margin-top: 15px;
    margin-bottom: 13px;
}

.Mechanical-engineering .icon-box-wraper .box {
    height: auto;
    min-height: 320px;
}

.Mechanical-engineering .icon-box-wraper {
    margin: 30px auto;
}

.energy-wraper h3 {
    margin-bottom: 15px;
}

.toggle-body ul {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.toggle-body ul li {
    display: block;
    margin: 10px auto;
}

.acrd {
    position: relative;
}

.acrd li:before {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 14px;
    color: #c11e19;
    margin-right: 10px;
}

.toggle-body h3 {
    margin: 20px auto 15px auto;
}

.toggle-body figure {
    float: left;
    margin: 0 20px 20px 0;
}

.toggle-body figure img {
    border: 2px solid rgba(000, 000, 000, .05);
    border-radius: 10px;
}

.our-faq .title h4 {
    font-weight: 300;
    margin-top: 0;
    text-transform: uppercase;
}

.our-faq .title2 {
    margin: 30px auto;
}

a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
}

.toggle-body p a {
    font-size: 16px;
}

.features_2 li {
    padding: 0 0 0 20px;
    position: relative;
}

.features_2 li:before {
    content: "\f192";
    font-family: 'FontAwesome';
    color: #c11e19;
    font-size: 12px;
    /*margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 5px;*/
    position: absolute;
    left: 0;
    top: 3px;
}

.dropdown-submenu {
    z-index: 1000;
}

.services article {
    border: 1px solid #ddd;
    margin: 25px auto;
    padding: 20px 30px;
    text-align: center;
}

.services article h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
}

.services article p {
    text-align: center;
}

.services article figure {
    width: 89px;
    height: 89px;
    line-height: 89px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 0 0 3px #c11e19;
    background: #c11e19;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    transition: background 0.2s, color 0.2s;
    padding-top: 0.1px;
}

.services article figure:hover {
    background: rgba(255, 255, 255, 0);
}

.services article figure:hover:before {
    animation: spinAround 2s linear infinite;
}

@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}

.services article figure span {
    background: #c11e19;
    display: block;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin: 2px auto 0 auto;
}

.clients_logo .owl-wrapper-outer {
    width: 100% !important;
}

.about_img {
    padding-bottom: 40px;
}