    /*------------------------------------------------------------------
[Master Stylesheet]

Project:	Palovit - Industrial, Construction, Corporate HTML5 Template
Version:	1.0
Date : 23/02/2017
Author : TavillaThemes
Copyright : 2017 

-------------------------------------------------------------------*/


/* Table of Content
==================================================
	
	1.  Body and Core Css
	2.  Main Objects 
	3.  Header
	4.  Navigations
	5.  Footer 
    6.  Pages 
    7.  Projects 
    8.  Blogs
    9.  Shop 
    10. Elements 
    11. Responsive



/*------------------------ 1 Body and Core Css ------------------------*/

html {
    direction: ltr;
    overflow-x: hidden;
    box-shadow: none !important;
}

body {
    background-color: #FFF;
    color: #777;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
}

label {
    font-weight: 400;
}

html.boxed body {
    background-image: url('../img/bg/brushed_alu.png');
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat;
}

html.boxed .body {
    background-color: #FFF;
    border-top: 2px solid #01AEE0;
    border-bottom: 2px solid #01AEE0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    position: relative;
    margin: 25px auto;
    max-width: 1200px;
    overflow: hidden;
    height: auto;
}

.palovit-title {
    text-align: center;
}

.palovit-title h2 {
    margin: 20px 0 10px 0;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
}

.palovit-title p {
	font-size:20px;
    margin: auto auto 10px;
    max-width: 700px;
}

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

.palovit-title ul li {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    font-size: 13px;
    color: #a2a2a2;
}

.palovit-title ul li.active {
    color: #01AEE0;
}

.pagetop {
    background-color: #01AEE0;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    display: none;
    padding: 8px;
    right: 15px;
    bottom: 15px;
    height: 40px;
    width: 40px;
}

.pagetop i {
    color: #fff;
}

.box,
.box2 {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    background-color: #FFF;
    border: solid 1px #e0e0e0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.box2 {
    border: none;
}

.box:hover .box-wrapper:after,
.box2:hover .box2-wrapper:after {
    opacity: 1;
}

.box:hover .box-wrapper .box-title,
.box2:hover .box2-wrapper .box2-title {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.box:hover .box-wrapper img,
.box2:hover .box2-wrapper img {
    -webkit-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    -o-transform: translateY(-18px);
    transform: translateY(-18px);
}

.box:hover .box-wrapper .box-action,
.box2:hover .box2-wrapper .box2-action {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.box .box-wrapper,
.box2 .box2-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    position: relative;
    margin: 3px;
}

.box2 .box2-wrapper {
    margin: 0;
}

.box .box-wrapper:after,
.box2 .box2-wrapper:after {
    content: '';
    background: rgba(23, 23, 23, 0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    bottom: -4px;
    color: #FFF;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    opacity: 0;
    z-index: 1;
}

.box .box-wrapper img,
.box2 .box2-wrapper img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
}

.box .box-wrapper .box-title,
.box2 .box2-wrapper .box2-title {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(0, 100px, 0);
    text-transform: uppercase;
    position: absolute;
    background: #FFF;
    font-size: 18px;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px;
}

.box2 .box2-wrapper .box2-title {
    background: #000;
    color: #fff;
}

.box .box-wrapper .box-title .box-detail,
.box2 .box2-wrapper .box2-title .box2-detail {
    text-transform: none;
    font-size: 12px;
}

.box .box-wrapper .box-action,
.box2 .box2-wrapper .box2-action {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(0, -10px, 0);
    top: 50%;
    left: 3px;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 40px;
    margin-top: -20px;
    text-align: center;
    position: absolute;
    opacity: 0;
    z-index: 2;
}

.box .box-wrapper .box-action .box-action-icon,
.box2 .box2-wrapper .box2-action .box2-action-icon {
    background: rgba(255, 167, 0, 0.70);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
    display: inline-block;
    font-size: 25px;
    position: relative;
    line-height: 37px;
    z-index: 2;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
    margin: 2px;
}

.box .box-wrapper .box-action .box-action-icon:hover,
.box2 .box2-wrapper .box2-action .box2-action-icon:hover {
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}

.box .box-wrapper .box-action .box-action-icon i,
.box2 .box2-wrapper .box2-action .box2-action-icon i {
    position: static;
    font-size: 18px;
    left: 3px;
    top: -4px;
    color: #FFF;
}

.box3-inner {
    position: relative;
}

.box3-inner .box3-overlay {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box3-inner .box3-overlay .box3-overlay-in {
    display: table;
    height: 100%;
    width: 100%;
}

.box3-inner .box3-overlay .box3-overlay-in .box3-info {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}

.box3-inner .box3-overlay .box3-overlay-in .box3-info p {
    color: #fff;
    opacity: 0;
    font-size: 13px;
    font-weight: bold;
    -webkit-transform: translate3d(0, 80px, 0);
    -moz-transform: translate3d(0, 80px, 0);
    -ms-transform: translate3d(0, 80px, 0);
    -o-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.box3-inner .box3-overlay .box3-overlay-in .box3-info .box3-links {
    opacity: 0;
    display: block;
    -webkit-transform: translate3d(0, 80px, 0);
    -moz-transform: translate3d(0, 80px, 0);
    -ms-transform: translate3d(0, 80px, 0);
    -o-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.box3-inner .box3-overlay .box3-overlay-in .box3-info .box3-links hr {
    margin: 10px auto;
    width: 50px;
}

.box3-inner .box3-overlay .box3-overlay-in .box3-info .box3-links a {
    font-size: 12px;
    color: #fff;
    margin: 0 5px;
    opacity: 0.7;
}

.box3-inner .box3-overlay .box3-overlay-in .box3-info .box3-links a:hover {
    opacity: 1;
}

.box3-inner:hover .box3-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.70);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box3-inner:hover .box3-overlay .box3-overlay-in p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
}

.box3-inner:hover .box3-overlay .box3-overlay-in .box3-links {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
}


/*Slider Elements*/

.slider1-t1 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}

.slider1-t2 {
    font-size: 55px;
    color: #fff;
    font-weight: bold;
    letter-spacing: -2px;
}

.slider1-t3 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}

.slider2-t1 {
    color: #01AEE0;
    font-weight: 600;
    font-size: 35px;
}

.slider2-t2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -2px;
}

.slider2-t3 {
    font-size: 14px;
    color: #fff;
    width: 54%;
    line-height: 29px;
    font-weight: 300;
    text-align: center;
    opacity: 0.9;
}

.slide-btn {
    background: #fff !important;
    color: #000 !important;
}

.slide-btn:hover {
    background: #dfdfdf !important;
    transform: all ease 0.3s;
}

.slider3-t1 {
    color: #fff;
    font-weight: 600;
    font-size: 35px;
}

.slider3-t2 {
    font-size: 14px;
    color: #fff;
    width: 47%;
    line-height: 29px;
    font-weight: 300;
    text-align: left;
    opacity: 0.9;
}

.slider4-t1 {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}

.slider4-t2 {
    font-size: 13px;
    color: #fff;
    width: 90%;
    line-height: 27px;
    font-weight: 300;
    text-align: center;
    opacity: 0.8;
}

.slider4-t3 {
    line-height: 24px !important;
    height: 24px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    margin: 5px 6px;
}


/*------------------------ 2 Main Object Css ------------------------*/

.main section.dotted-bg {
    background: url('../img/dotted-bg.png') repeat-x bottom center;
}


/*Main Border Top*/

.main section.border-top {
    border-top: solid 1px #eee;
}


/*Main Sevices*/

.main section.sevices hr {
    margin-left: 0;
}

.main section.sevices .button {
    text-align: center;
    padding: 60px 0 15px;
}


/*Main Projets*/

.main section.projets .item {
    margin-top: 30px;
}

.main section.projets .button {
    text-align: center;
    padding: 60px 0 30px;
}


/*Main Intro*/

.main section.intro {
    background: url('../img/parallax-bg.jpg') no-repeat center center fixed;
    padding: 100px 0 100px 0;
    background-size: cover;
    position: relative;
}

.main section.intro:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
}

.main section.intro p {
    line-height: 35px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.main section.intro hr {
    border-top: 1px solid #999;
    width: 50px;
}

.main section.intro a {
    text-transform: uppercase;
    font-size: 13px;
    color: #999;
}


/*Main Personnel*/

.main section.personnel .item {
    margin: 30px 15px 0 15px;
}

.main section.personnel .item div {
    border-top: solid 1px #e0e0e0;
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    border-bottom: solid 3px #01AEE0;
    background-color: #fff;
    text-align: center;
    padding: 30px;
}

.main section.personnel .item div img {
    margin-bottom: 30px;
    width: 80px;
    height: 80px;
}

.main section.personnel .item div hr {
    margin: 30px;
}

.main section.personnel .item div a {
    font-weight: 600;
    font-size: 15px;
    display: block;
    color: #282828;
}

.main section.personnel .item div span {
    color: #999999;
}

.main section.personnel .owl-controls {
    margin-top: 50px;
}

.main section.personnel .owl-controls .owl-pagination .active span {
    background-color: #272D67;
}


/*Main News*/

.main section.news .details {
    margin-bottom: 25px;
    position: relative;
}

.main section.news .details img {
    height: 400px;
    width: 100%;
}

.main section.news .details div {
    position: absolute;
    padding: 20px;
    left: 15px;
    right: 15px;
    bottom: 0;
}

.main section.news .details div:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.13) 13%, rgba(0, 0, 0, 0.49) 44%, rgba(0, 0, 0, 0.6) 58%, rgba(0, 0, 0, 0.64) 99%, rgba(0, 0, 0, 0.57) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.13) 13%, rgba(0, 0, 0, 0.49) 44%, rgba(0, 0, 0, 0.6) 58%, rgba(0, 0, 0, 0.64) 99%, rgba(0, 0, 0, 0.57) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.13) 13%, rgba(0, 0, 0, 0.49) 44%, rgba(0, 0, 0, 0.6) 58%, rgba(0, 0, 0, 0.64) 99%, rgba(0, 0, 0, 0.57) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#05000000', endColorstr='#91000000', GradientType=0);
}

.main section.news .details div p {
    position: relative;
    color: #fff;
}

.main section.news .details div a {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.main section.news .list {
    margin-bottom: 30px;
}

.main section.news .list .item {
    margin-bottom: 30px;
}

.main section.news .list .item:last-child {
    margin-bottom: 0;
}

.main section.news .list .item img {
    /*height: 113px;*/
}

.main section.news .list .item p {
    margin-top: 15px;
    margin-bottom: 0;
}

.main section.news .list .item a {
    font-weight: 600;
    color: #282828;
    font-size: 13px;
}

.main section.news .button {
    text-align: center;
    padding: 45px 0 30px;
}


/*Main Clients*/

.main section.clients img {
    width: 100%;
}


/*Main Archive*/

.main section.archive .container {
    border: solid 1px #eee;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    position: relative;
}

.main section.archive .container .row div {
    border-right: solid 1px #eee;
    text-align: center;
}

.main section.archive .container .row div:last-child {
    border-right: none;
}

.main section.archive .container .row div span {
    margin: auto auto 30px auto;
    border: solid 2px #01AEE0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: block;
    height: 90px;
    width: 90px;
    transition: all ease 0.3s;
	padding:15px;
}

.main section.archive .container .row div span i {
    font-size: 26px;
    margin: 23px;
    color: #000;
    display: inline-block;
}

.main section.archive .container .row div h4 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
}


/*Main Company*/

.main section.company .item div hr {
    margin-left: 0;
}

.main section.company .item div h4 {
    font-weight: 600;
    font-size: 18px;
}

.main section.company .item div ul {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
}

.main section.company .item div ul li:before {
    font-family: FontAwesome;
    position: absolute;
    content: '\f111';
    font-size: 5px;
    color: #01AEE0;
    left: 1px;
    top: 0;
}

.main section.company .item div ul li {
    position: relative;
    padding-left: 14px;
    color: #999999;
    font-size: 12px;
    margin: 8px 0;
}

.main section.company .owl-controls {
    margin-top: 50px;
}

.main section.company .owl-controls .owl-pagination .active span {
    background-color: #01AEE0;
}


/*Main Counter*/

.main section.counter {
    background: url('../img/parallax-bg.jpg') no-repeat center center fixed;
    padding: 75px 0 75px 0;
    background-size: cover;
    position: relative;
}

.main section.counter:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
}

.main section.counter strong {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 27px;
    display: block;
    color: #fff;
    line-height: 30px;
}

.main section.counter span {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}


/*Main Form*/

.main section .left hr,
.main section .right hr {
    margin-left: 0;
}

.main section.accordion .right .carousel hr {
    border-top: 1px solid #e0e0e0;
}

.main section .left h4,
.main section .right h4 {
    margin: 0 0 30px 0;
    font-size: 18px;
    font-weight: 600;
}

.main section.form .left p {
    margin: 0 0 20px;
}

.main section.form .right .form-box {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}


/*Main Plans*/

.main section.plans .pricing {
    text-align: center;
    border: solid 1px #e0e0e0;
    padding: 45px 0;
    margin: 45px 0 30px;
    background: #fff;
}

.main section.plans .pricing .price li {
    list-style: none;
}

.main section.plans .pricing .price li {
    list-style: none;
}

.main section.plans .pricing .price li.coin {
    font-size: 35px;
    letter-spacing: -1px;
    line-height: 36px;
    color: #000;
}

.main section.plans .pricing .price li.coin small {
    font-size: 22px;
    color: #ababab;
    font-weight: 300;
}

.main section.plans .pricing .price li.per-month {
    font-size: 13px;
    color: #bdbcbc;
    font-weight: 300;
}

.main section.plans .price {
    padding: 0 45px;
}

.main section.plans .price hr {
    margin-bottom: 0;
    margin-top: 35px;
}

.main section.plans .plan-features {
    color: #b2b2b2;
    padding-bottom: 20px;
    padding-left: 0;
}

.main section.plans .plan-features li {
    list-style: none;
    line-height: 26px;
    font-size: 13px;
}

.main section.plans .pricing h3 {
    padding: 26px;
    font-weight: 600;
    font-size: 17px;
    margin: 0;
}


/*Main News 2*/

.main section.news2 .item {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    border-bottom: solid 3px #01AEE0;
    margin: 15px;
}

.main section.news2 .item div {
    padding: 15px;
}

.main section.news2 .item div h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    padding: 8px 0;
    margin: 0;
}

.main section.news2 .item div a.read {
    font-size: 12px;
    color: #000;
    padding-top: 10px;
    display: block;
    font-weight: 600;
    width: 90px;
}

.main section.news2 .item div a.read:after {
    font-family: FontAwesome;
    margin-left: 10px;
    content: '\f054';
    font-size: 11px;
}

.main section.news2 .owl-controls {
    margin-top: 50px;
}

.main section.news2 .owl-controls .owl-pagination .active span {
    background-color: #01AEE0;
}


/*Main News 3*/

.main section.news3 .item {
    margin: 15px 0;
}

.main section.news3 .item div {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    border-bottom: solid 3px #01AEE0;
    padding: 15px;
}

.main section.news3 .item div h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    padding: 8px 0;
    margin: 0;
}

.main section.news3 .item div a.read {
    font-size: 12px;
    color: #000;
    padding-top: 10px;
    display: block;
    font-weight: 600;
    width: 90px;
}

.main section.news3 .item div a.read:after {
    font-family: FontAwesome;
    margin-left: 10px;
    content: '\f054';
    font-size: 11px;
}


/*Main Archive 2*/

.main section.archive2 .item div:first-child {
    float: left;
    width: 18%;
}

.main section.archive2 .item div:last-child {
    float: left;
    width: 82%;
}

.main section.archive2 .item div i {border:1px solid #fff !important; border-radius:50%; color:#272D67; font-size:28px; margin-top:4px; padding:8px;}

.main section.archive2 .item div h4 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 0px;
    display: block;
}


/*Main Form 2*/

.main section.form2 {
    background: url('../img/parallax-bg.jpg') no-repeat center center fixed;
    padding: 50px 0 20px 0;
    background-size: cover;
    position: relative;
}

.main section.form2:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
}

.main section.form2 h2 {
    color: #fff;
}

.main section.form2 .item > div {
    margin-bottom: 30px;
}


/*Main Accordion*/

.main section.accordion .left .panel,
.main section.accordion .left .panel .panel-body {
    box-shadow: none;
    border: none;
}

.main section.accordion .left .panel .panel-heading {
    border: solid 1px #ddd;
    border-radius: 3px;
    padding: 10px 15px;
}

.main section.accordion .left .panel .panel-heading a {
    font-size: 13px;
    line-height: 25px;
    display: block;
}

.main section.accordion .left .panel .panel-heading a i {
    color: #01AEE0;
    font-size: 12px;
    line-height: 25px;
    padding-right: 14px;
    margin-right: 12px;
    border-right: solid 1px #ddd;
}

.main section.accordion .right .carousel {
    background-color: #f5f5f5;
    border: solid 1px #ddd;
    border-radius: 3px;
    padding: 20px;
}

.main section.accordion .right .carousel .item img {
    border: solid 1px #ddd;
    width: 100%;
}

.main section.accordion .right .carousel .item strong {
    font-size: 16px;
    font-weight: 500;
    color: #282828;
}

.main section.accordion .right .carousel .carousel-control {
    color: black !important;
    text-shadow: none;
    opacity: 0.8;
}

.main section.accordion .right .carousel .item span {
    color: #01AEE0;
}

.main section.accordion .right .carousel .carousel-control {
    background: none;
    font-size: 15px;
    color: #282828;
    padding: 5px;
    height: 30px;
    width: 30px;
    top: 70px;
}

.main section.accordion .right .carousel .carousel-control.left {
    left: auto;
    right: 80px;
}

.main section.accordion .right .carousel .carousel-control.right {
    left: auto;
    right: 50px;
}


/*Main Projets 3*/

.main section.projets3 .item {
    padding: 0;
}

.main section.projets3 .button {
    text-align: center;
    padding-top: 50px;
}


/*Main News 4*/

.main section.news4 .item {
    margin: 15px 0;
}

.main section.news4 .item div {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    border-bottom: solid 3px #01AEE0;
    padding: 15px;
    background-color: #fff;
}

.main section.news4 .item div h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    padding: 8px 0;
    margin: 0;
}

.main section.news4 .item div a.read {
    font-size: 12px;
    color: #000;
    padding-top: 10px;
    display: block;
    font-weight: 600;
    width: 90px;
}

.main section.news4 .item div a.read:after {
    font-family: FontAwesome;
    margin-left: 10px;
    content: '\f054';
    font-size: 11px;
}

.main section.news4 .button {
    text-align: center;
    padding-top: 30px;
}


/*Main Company 3*/

.main section.company3 .item {
    margin: 15px 0;
}


/*Main Projets 4*/

.main section.projets4 .palovit-title {
    text-align: left;
}

.main section.projets4 .palovit-title hr {
    margin-left: 0;
}

.main section.projets4 .owl-controls {
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
}

.main section.projets4 .owl-controls .owl-buttons {
    text-align: right;
    padding: 0 15px;
    margin: 0 auto;
    width: 1170px;
}

.main section.projets4 .owl-controls .owl-buttons div {
    background-color: #f5f5f5;
    border: solid 1px #ddd;
    border-radius: 3px;
    color: #282828;
}

.main section.projets4 .owl-controls .owl-buttons div i {
    margin-top: 6px;
}


/*Main Tab*/

.main section.tab .details hr {
    margin-left: 0;
}

.main section.tab .details h4 {}

.main section.tab .details ul {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
}

.main section.tab .details ul li:before {
    font-family: FontAwesome;
    position: absolute;
    content: '\f111';
    font-size: 5px;
    color: #01AEE0;
    left: 1px;
    top: 0;
}

.main section.tab .details ul li {
    position: relative;
    padding-left: 14px;
    color: #999999;
    font-size: 12px;
    margin: 8px 0;
}

.main section.tab .tab-box {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.main section.tab .tab-box ul {
    border-bottom: 1px solid #eee;
}

.main section.tab .tab-box ul li a {
    color: #282828;
    padding: 25px 23px 19px 15px;
    font-size: 13px;
    border-right: 1px solid #efefef;
    display: inline-flex;
    line-height: 19px;
}

.main section.tab .tab-box ul li a:hover {
    background-color: #f8f8f8;
    border-radius: 0;
}

.main section.tab .tab-box ul li.active a {
    border-radius: 0px;
    border-top: solid 2px #01AEE0;
    border-bottom: 1px solid #eee;
    border-left: solid 1px #eee;
    border-right: 1px solid #eee;
    background-color: #f8f8f8;
}

.main section.tab .tab-box ul li:first-child.active a {
    border-left: none;
}

.main section.tab .tab-box ul li a i {
    font-weight: normal;
    margin-right: 6px;
    color: #01AEE0;
    font-size: 17px;
}


/*------------------------ 3 Header ------------------------*/

.header {
    width: 100%;
    z-index: 1;
}


/*Header Standart*/

.header.standart_nav {background-color:#f9f9f9;}

.header.standart_nav .top {
    background-color: #f4f4f4;
    height: 40px;
}

.header.standart_nav .center {}

.header.standart_nav .center .logo img {
    height: 80px;
}

.header.standart_nav .center .info {
    padding-right: 0px !important;
    padding-left: 10px !important;
    border-right: solid 1px #e9e9e9;
}

.header.standart_nav .center .info:nth-last-child(-n+2) {
    border-right: none;
}

.header.standart_nav .center .info:last-child {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin: 0;
}

.header.standart_nav .center .info div {
    float: left;
}

.header.standart_nav .center .info div i {
    font-size: 17px;
    color: #272D67;
    margin: 3px 13px;
    display: inline-block;
}

.header.standart_nav .center .info div strong {
    font-size: 14px;
    display: block;
    color: #282828;
}

.header.standart_nav .center .info div span {
    color: #888;
	font-size:14px;
	line-height:26px;
}

.header.standart_nav .center .info .btn {
    margin-top:14px;
	padding-right: 25px;
    padding-left: 25px;
    float: right;
}

.header.standart_nav .bottom {
    background-color: #272D67;
    height: 69px;
}

.header.standart_nav .bottom .search {
    background-color: #282828;
    height: 69px;
    padding: 15px;
}

.header.standart_nav .bottom .search input {
    background-color: transparent;
    font-size: 14px;
    border: none;
    height: 42px;
    width: 100%;
    color: #777;
}

.header.standart_nav .bottom .search input:focus {
    outline: none;
}

.header.standart_nav .bottom .search button {
    background-color: transparent;
    font-size: 14px;
    border: none;
    height: 42px;
    width: 42px;
    color: #777;
}

.header.standart_nav .bottom .search button:focus {
    outline: none;
}


/*Header Transparent*/

.header.transparent_nav {
    border-bottom: solid 1px rgba(255, 255, 255, 0.17);
    position: absolute;
    height: 75px;
}

.header.transparent_nav .logo img {
    margin-top: 17px;
    height: 40px;
}


/*Header Radius Topmenu*/

.header.radius_topmenu_nav {
    position: absolute;
}

.header.radius_topmenu_nav .top .slogan {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #fff;
}

.header.radius_topmenu_nav .top > div {
    padding: 10px 30px;
}

.header.standart_nav .top > div > div > div > div,
.header.radius_topmenu_nav .top > div > div {
    padding: 0 10px;
}

.header.standart_nav .top > div > div > div > div:first-child,
.header.radius_topmenu_nav .top > div > div:first-child {
    padding-right: 0;
}

.header.standart_nav .top > div > div > div > div .dropdown {
    color: #777 !important;
}

.header.radius_topmenu_nav .top > div > div .dropdown {
    color: #fff !important;
}

.header.standart_nav .top > div > div > div > div .dropdown span,
.header.radius_topmenu_nav .top > div > div .dropdown span {
    color: #01AEE0;
}

.header.standart_nav .top > div > div .social,
.header.radius_topmenu_nav .top > div > div .social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header.standart_nav .top > div > div .social li,
.header.radius_topmenu_nav .top > div > div .social li {
    display: inline-block;
}

.header.standart_nav .top > div > div .social li a {
    background-color: #c9c9c9;
    border-radius: 10px;
    text-align: center;
    font-size: 9px;
    display: block;
    height: 20px;
    width: 20px;
    color: #fff;
}

.header.standart_nav .top > div > div .social li.facebook a:hover {
    background-color: #3b5998;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.header.standart_nav .top > div > div .social li.twitter a:hover {
    background-color: #55acee;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.header.standart_nav .top > div > div .social li.instagram a:hover {
    background-color: #e1306c;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.header.standart_nav .top > div > div .social li.google a:hover {
    background-color: #dd4b39;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.header.standart_nav .top > div > div .social li.youtube a:hover {
    background-color: #cd201f;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.header.radius_topmenu_nav .top > div > div .social li a {
    padding: 5px;
    color: #fff;
}

.header.standart_nav .top > div > div .palovit-dropdown {
    border: solid 1px #e2e2e2;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}

.header.standart_nav .top > div > div .palovit-dropdown>li>a {
    font-size: 12px;
}

.header.radius_topmenu_nav .radius {
    background-color: #fff;
    border-radius: 37.5px;
    height: 75px;
}

.header.radius_topmenu_nav .top > div > div .palovit-dropdown>li>a {
    font-size: 12px;
}

.header.radius_topmenu_nav .radius .logo {
    padding: 18px 30px;
}

.header.radius_topmenu_nav .radius .logo img {
    height: 39px;
}


/*Header Right Menu*/

.header.transparent_nav .rmenu {
    float: right;
    width: 68px;
}

.header.standart_nav .rmenu,
.header.radius_topmenu_nav .rmenu {
    float: right;
}

.header.transparent_nav .rmenu > div {
    display: inline-block;
    text-align: center;
    width: 47%;
}

.header.transparent_nav .rmenu > div .dropdown {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    display: block;
    line-height: 74px;
    color: #ffffff;
    font-size: 14px;
}

.header.radius_topmenu_nav .rmenu > #search .dropdown {
    background-color: #01AEE0;
    -webkit-border-radius: 22.5px;
    -moz-border-radius: 22.5px;
    border-radius: 22.5px;
    text-align: center;
    display: block;
    color: #fff;
    width: 45px;
    height: 45px;
    margin: 15px 4px;
    padding: 11px 0;
}

.header.standart_nav .rmenu > div .dropdown-menu,
.header.transparent_nav .rmenu > div .dropdown-menu,
.header.radius_topmenu_nav .rmenu > div .dropdown-menu {
    width: 350px;
    right: 15px;
    left: auto;
}

.header.standart_nav .rmenu > div .dropdown-menu:hover,
.header.transparent_nav .rmenu > div .dropdown-menu:hover,
.header.radius_topmenu_nav .rmenu > div .dropdown-menu:hover {
    /*background-color: rgba(255, 255, 255, 0.80);*/
    background-color: #fff;
}

.header.standart_nav .rmenu > div .dropdown-menu .account,
.header.transparent_nav .rmenu > div .dropdown-menu .account,
.header.transparent_nav .rmenu > div .dropdown-menu .search,
.header.radius_topmenu_nav .rmenu > div .dropdown-menu .account,
.header.radius_topmenu_nav .rmenu > div .dropdown-menu .search {
    padding: 15px;
}

.remember-box {
    margin-top: 7px;
}

.remember-box label {
    padding-left: 25px;
}

.remember-box label input {
    margin-left: -25px !important;
}

.header.standart_nav .rmenu > div .dropdown-menu .account label,
.header.transparent_nav .rmenu > div .dropdown-menu .account label,
.header.radius_topmenu_nav .rmenu > div .dropdown-menu .account label {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

.header.standart_nav .rmenu > div .dropdown-menu .account .signup,
.header.standart_nav .rmenu > div .dropdown-menu .account .recover,
.header.transparent_nav .rmenu > div .dropdown-menu .account .signup,
.header.transparent_nav .rmenu > div .dropdown-menu .account .recover,
.header.radius_topmenu_nav .rmenu > div .dropdown-menu .account .signup,
.header.radius_topmenu_nav .rmenu > div .dropdown-menu .account .recover {
    display: none;
}


/*------------------------ 4 Navigations ------------------------*/


/*Header Menu*/

@media (min-width: 992px) {
    .header.standart_nav nav {
        display: block !important;
    }
    .header.transparent_nav nav,
    .header.radius_topmenu_nav nav {
        display: block !important;
        float: right;
    }
    .header.standart_nav nav > ul > li.active:after,
    .header.transparent_nav nav > ul > li.active:after,
    .header.radius_topmenu_nav nav > ul > li.active:after {
        content: '';
        display: block;
        margin: auto;
        height: 3px;
        width: 100%;
        background: #01AEE0;
    }
    .header.standart_nav nav > ul > li.active,
    .header.transparent_nav nav > ul > li.active,
    .header.radius_topmenu_nav nav > ul > li.active {
        color: #01AEE0;
    }
    .header.standart_nav nav > ul > li:after,
    .header.transparent_nav nav > ul > li:after,
    .header.radius_topmenu_nav nav > ul > li:after {
        content: '';
        display: block;
        margin: auto;
        height: 3px;
        width: 0;
        background: transparent;
        transition: width .5s ease, background-color .5s ease;
    }
    .header.standart_nav nav > ul > li:hover:after,
    .header.transparent_nav nav > ul > li:hover:after,
    .header.radius_topmenu_nav nav > ul > li:hover:after {
        background: #01AEE0;
        width: 100%;
    }
    .header.standart_nav nav > ul > li > a {
        margin: 0 20px !important;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        display: block;
        line-height: 60px;
        color: #ffffff;
        font-size: 13px;
        padding: 6px 0 0 0;
    }
    .header.transparent_nav nav > ul > li > a {
        margin: 0 10px 0 10px !important;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        display: block;
        line-height: 73px;
        color: #ffffff;
        font-size: 13px;
        padding: 0;
    }
    .header.radius_topmenu_nav nav > ul > li > a {
        margin: 0 10px 0 10px !important;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        display: block;
        line-height: 66px;
        color: #282828;
        font-size: 13px;
        padding: 6px 0 0 0;
    }
    .header.standart_nav nav > ul > li.active > a,
    .header.transparent_nav nav > ul > li.active > a,
    .header.radius_topmenu_nav nav > ul > li.active > a {
        background: transparent;
        color: #01AEE0;
    }
    .header.standart_nav nav > ul > li > a:focus,
    .header.standart_nav nav > ul > li > a:hover,
    .header.transparent_nav nav > ul > li > a:focus,
    .header.transparent_nav nav > ul > li > a:hover,
    .header.radius_topmenu_nav nav > ul > li > a:focus,
    .header.radius_topmenu_nav nav > ul > li > a:hover {
        padding-bottom: 0 !important;
        background: transparent;
    }
    .header.standart_nav nav > ul > li > a.dropdown-toggle,
    .header.transparent_nav nav > ul > li > a.dropdown-toggle,
    .header.radius_topmenu_nav nav > ul > li > a.dropdown-toggle {
        padding-right: 23px;
    }
    .header.standart_nav nav > ul > li > a.dropdown-toggle:after {
        font-family: FontAwesome;
        position: absolute;
        content: '\f0d7';
        font-size: 10px;
        right: 5px;
        top: 3px;
    }
    .header.transparent_nav nav > ul > li > a.dropdown-toggle:after {
        font-family: FontAwesome;
        position: absolute;
        content: '\f0d7';
        font-size: 10px;
        right: 8px;
        top: -2px;
    }
    .header.radius_topmenu_nav nav > ul > li > a.dropdown-toggle:after {
        font-family: FontAwesome;
        position: absolute;
        content: '\f0d7';
        font-size: 10px;
        right: 8px;
        top: 3px;
    }
    .header.standart_nav nav > ul > li.open,
    .header.standart_nav nav > ul > li:hover {
        background: #1d203a;
    }
    .header.standart_nav nav > ul > li.open > a,
    .header.standart_nav nav > ul > li:hover > a,
    .header.transparent_nav nav > ul > li.open > a,
    .header.transparent_nav nav > ul > li:hover > a,
    .header.radius_topmenu_nav nav > ul > li.open > a,
    .header.radius_topmenu_nav nav > ul > li:hover > a {
        background: transparent !important;
        color: #EEEEEE !important;
    }
    .header.standart_nav nav > ul > li.dropdown .dropdown-menu,
    .header.transparent_nav nav > ul > li.dropdown .dropdown-menu,
    .header.radius_topmenu_nav nav > ul > li.dropdown .dropdown-menu {
        font-family: 'Poppins', sans-serif;
        background-color: #fff;
        font-weight: 600;
        font-size: 13px;
        top: -10000px;
        display: block;
        opacity: 0;
        left: auto;
        border: 0;
        box-shadow: 0 3px 45px rgba(0, 0, 0, 0.09);
        -webkit-box-shadow: 0 3px 45px rgba(0, 0, 0, 0.09);
        -moz-box-shadow: 0 3px 45px rgba(0, 0, 0, 0.09);
        margin: -3px 0 0 0;
        min-width: 200px;
        padding: 3px;
        text-align: left;
        border-radius: 2px;
    }
    .header.standart_nav nav > ul > li.dropdown .dropdown-menu li a,
    .header.transparent_nav nav > ul > li.dropdown .dropdown-menu li a,
    .header.radius_topmenu_nav nav > ul > li.dropdown .dropdown-menu li a {
        border-bottom: 1px solid #e8e8e8;
        font-size: 0.9em;
        font-weight: 400;
        padding: 12px 20px 10px 8px;
        position: relative;
        text-transform: none;
        color: #484848;
    }
    .header.standart_nav nav > ul > li.dropdown .dropdown-menu li:last-child a,
    .header.transparent_nav nav > ul > li.dropdown .dropdown-menu li:last-child a,
    .header.radius_topmenu_nav nav > ul > li.dropdown .dropdown-menu li:last-child a {
        border-bottom: 0;
    }
    .header.standart_nav nav > ul > li.dropdown .dropdown-menu > li > a:focus,
    .header.standart_nav nav > ul > li.dropdown .dropdown-menu > li > a:hover,
    .header.standart_nav nav > ul > li.dropdown .dropdown-menu > li.active > a,
    .header.transparent_nav nav > ul > li.dropdown .dropdown-menu > li > a:focus,
    .header.transparent_nav nav > ul > li.dropdown .dropdown-menu > li > a:hover,
    .header.transparent_nav nav > ul > li.dropdown .dropdown-menu > li.active > a,
    .header.radius_topmenu_nav nav > ul > li.dropdown .dropdown-menu > li > a:focus,
    .header.radius_topmenu_nav nav > ul > li.dropdown .dropdown-menu > li > a:hover,
    .header.radius_topmenu_nav nav > ul > li.dropdown .dropdown-menu > li.active > a {
        background-color: #283A48;
        color: #ffffff;
    }
    .header.standart_nav nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu,
    .header.transparent_nav nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu,
    .header.radius_topmenu_nav nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
        position: relative;
    }
    .header.standart_nav nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after,
    .header.transparent_nav nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after,
    .header.radius_topmenu_nav nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
        border-color: transparent transparent transparent #989797;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        content: '';
        display: block;
        float: right;
        height: 0;
        margin-right: -10px;
        margin-top: 4px;
        position: absolute;
        right: 15px;
        top: 8px;
        width: 0;
    }
    .header.standart_nav nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu,
    .header.transparent_nav nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu,
    .header.radius_topmenu_nav nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        display: block;
        left: 100%;
        margin-top: -10px;
        margin-left: -1px;
        opacity: 0;
    }
    .header.standart_nav nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu,
    .header.transparent_nav nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu,
    .header.radius_topmenu_nav nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
        top: 7px;
        opacity: 1;
    }
    .header.standart_nav nav > ul > li.dropdown.open > a,
    .header.standart_nav nav > ul > li.dropdown:hover > a,
    .header.transparent_nav nav > ul > li.dropdown.open > a,
    .header.transparent_nav nav > ul > li.dropdown:hover > a,
    .header.radius_topmenu_nav nav > ul > li.dropdown.open > a,
    .header.radius_topmenu_nav nav > ul > li.dropdown:hover > a {
        padding-bottom: 0;
    }
    .header.standart_nav nav > ul > li.dropdown.open > .dropdown-menu,
    .header.standart_nav nav > ul > li.dropdown:hover > .dropdown-menu,
    .header.transparent_nav nav > ul > li.dropdown.open > .dropdown-menu,
    .header.transparent_nav nav > ul > li.dropdown:hover > .dropdown-menu,
    .header.radius_topmenu_nav nav > ul > li.dropdown.open > .dropdown-menu,
    .header.radius_topmenu_nav nav > ul > li.dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        top: auto;
    }
    .header.standart_nav nav > ul > li.dropdown-mega,
    .header.transparent_nav nav > ul > li.dropdown-mega,
    .header.radius_topmenu_nav nav > ul > li.dropdown-mega {
        position: static;
    }
    .header.standart_nav nav > ul > li.dropdown-mega > .dropdown-menu,
    .header.transparent_nav nav > ul > li.dropdown-mega > .dropdown-menu,
    .header.radius_topmenu_nav nav > ul > li.dropdown-mega > .dropdown-menu {
        left: 15px;
        right: 15px;
    }
    .header.standart_nav nav > ul > li.dropdown-mega .mega-content,
    .header.transparent_nav nav > ul > li.dropdown-mega .mega-content,
    .header.radius_topmenu_nav nav > ul > li.dropdown-mega .mega-content {
        padding: 20px;
    }
    .header.standart_nav nav > ul > li.dropdown-mega .mega-sub-title,
    .header.transparent_nav nav > ul > li.dropdown-mega .mega-sub-title,
    .header.radius_topmenu_nav nav > ul > li.dropdown-mega .mega-sub-title {
        color: #000;
        display: block;
        font-size: 1em;
        font-weight: 600;
        margin-top: 20px;
        padding-bottom: 5px;
        text-transform: uppercase;
    }
    .header.standart_nav nav > ul > li.dropdown-mega .mega-sub-title:first-child,
    .header.transparent_nav nav > ul > li.dropdown-mega .mega-sub-title:first-child,
    .header.radius_topmenu_nav nav > ul > li.dropdown-mega .mega-sub-title:first-child {
        margin-top: 0;
    }
    .header.standart_nav nav > ul > li.dropdown-mega .mega-sub-nav,
    .header.transparent_nav nav > ul > li.dropdown-mega .mega-sub-nav,
    .header.radius_topmenu_nav nav > ul > li.dropdown-mega .mega-sub-nav {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .header.standart_nav nav > ul > li.dropdown-mega .mega-sub-nav > li > a,
    .header.transparent_nav nav > ul > li.dropdown-mega .mega-sub-nav > li > a,
    .header.radius_topmenu_nav nav > ul > li.dropdown-mega .mega-sub-nav > li > a {
        border: 0 none;
        color: #777;
        display: block;
        font-size: 0.9em;
        font-weight: normal;
        margin: 0 0 0 -8px;
        padding: 3px 8px;
        text-shadow: none;
        text-transform: none;
        text-decoration: none;
    }
    .header.standart_nav nav > ul > li.dropdown-mega .mega-sub-nav > li:hover > a,
    .header.transparent_nav nav > ul > li.dropdown-mega .mega-sub-nav > li:hover > a,
    .header.radius_topmenu_nav nav > ul > li.dropdown-mega .mega-sub-nav > li:hover > a {
        background-color: #01AEE0;
        color: #ffffff;
    }
    /*Header Menu Main Animation*/
    .header.standart_nav nav > ul > li.dropdown .dropdown-menu li a,
    .header.standart_nav nav > ul > li.dropdown .mega-sub-nav li a,
    .header.transparent_nav nav > ul > li.dropdown .dropdown-menu li a,
    .header.transparent_nav nav > ul > li.dropdown .mega-sub-nav li a,
    .header.radius_topmenu_nav nav > ul > li.dropdown .dropdown-menu li a,
    .header.radius_topmenu_nav nav > ul > li.dropdown .mega-sub-nav li a {
        -webkit-transition: -webkit-transform 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
        transform: translate3d(0, 25px, 0);
    }
    .header.standart_nav nav > ul > li.dropdown:hover > .dropdown-menu li a,
    .header.standart_nav nav > ul > li.dropdown:hover .mega-sub-nav li a,
    .header.transparent_nav nav > ul > li.dropdown:hover > .dropdown-menu li a,
    .header.transparent_nav nav > ul > li.dropdown:hover .mega-sub-nav li a,
    .header.radius_topmenu_nav nav > ul > li.dropdown:hover > .dropdown-menu li a,
    .header.radius_topmenu_nav nav > ul > li.dropdown:hover .mega-sub-nav li a {
        transform: translate3d(0, 0, 0);
    }
    .header.standart_nav nav > ul > li.dropdown .dropdown-menu,
    .header.transparent_nav nav > ul > li.dropdown .dropdown-menu,
    .header.radius_topmenu_nav nav > ul > li.dropdown .dropdown-menu {
        -webkit-transition: -webkit-transform 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
        transform: translate3d(0, 25px, 0);
    }
    .header.standart_nav nav > ul > li.dropdown:hover > .dropdown-menu,
    .header.transparent_nav nav > ul > li.dropdown:hover > .dropdown-menu,
    .header.radius_topmenu_nav nav > ul > li.dropdown:hover > .dropdown-menu {
        transform: translate3d(0, 0, 0);
        margin-top: 3px;
    }
    /*Header Menu Sub Animation*/
    .header.standart_nav nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu,
    .header.transparent_nav nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu,
    .header.radius_topmenu_nav nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        transform: translate3d(25px, 0, 0);
        opacity: 0;
    }
    .header.standart_nav nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu,
    .header.transparent_nav nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu,
    .header.radius_topmenu_nav nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    .header.standart_nav nav > ul > li.dropdown.dropdown-reverse .dropdown-menu li.dropdown-submenu > .dropdown-menu,
    .header.transparent_nav nav > ul > li.dropdown.dropdown-reverse .dropdown-menu li.dropdown-submenu > .dropdown-menu,
    .header.radius_topmenu_nav nav > ul > li.dropdown.dropdown-reverse .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        transform: translate3d(20px, 0, 0);
        left: auto;
        right: 100%;
        opacity: 0;
    }
    
}
    /*------------------------ 5 Footer ------------------------*/
    footer.footer {
        background-color:#272D67;
        color: #fff;
    }
    footer.footer .ftop {
        padding: 45px 0;
    }
    footer.footer .ftop h4 {
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        margin-bottom: 15px;
        color: #fff;
        font-size: 16px;
    }
    footer.footer .ftop p {
        margin-bottom: 15px;
    }
    footer.footer .ftop .social,
    footer.footer .fbottom .social {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    footer.footer .ftop .social li,
    footer.footer .fbottom .social li {
        display: inline-block;
    }
    footer.footer .ftop .social li a,
    footer.footer .fbottom .social li a {
        text-align: center;
        display: block;
        padding: 3px;
        color: #fff;
        width: 30px;
        height: 30px;
        font-size: 10px;
        border: 1px solid #cecece;
    }
    footer.footer .ftop .social li a:hover,
    footer.footer .fbottom .social li a:hover {
        color: #fff;
    }
    footer.footer .ftop .social li.facebook a:hover,
    footer.footer .fbottom .social li.facebook a:hover {
        background-color: #3b5998;
        transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
    }
    footer.footer .ftop .social li.twitter a:hover,
    footer.footer .fbottom .social li.twitter a:hover {
        background-color: #55acee;
        transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
    }
    footer.footer .ftop .social li.instagram a:hover,
    footer.footer .fbottom .social li.instagram a:hover {
        background-color: #e1306c;
        transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
    }
    footer.footer .ftop .social li.google a:hover,
    footer.footer .fbottom .social li.google a:hover {
        background-color: #dd4b39;
        transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
    }
    footer.footer .ftop .social li.youtube a:hover,
    footer.footer .fbottom .social li.youtube a:hover {
        background-color: #cd201f;
        transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
    }
    footer.footer .ftop .adress {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    footer.footer .ftop .adress li {
        font-family: 'Poppins', sans-serif;
        margin-bottom: 10px;
        padding-left: 20px;
        position: relative;
        line-height: 20px;
        font-size: 12px;
        color: #999999;
    }
    footer.footer .ftop .adress li i {
        position: absolute;
        color: #01AEE0;
        top: 4px;
        left: 0;
    }
    footer.footer .ftop .footer-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    footer.footer .ftop .footer-menu li {
        font-family: 'Poppins', sans-serif;
        display: inline-block;
        line-height: 36px;
        padding: 0 8px;
        margin: 0;
    }
    footer.footer .ftop .footer-menu li.active a {
        color: #01AEE0;
    }
    footer.footer .ftop .footer-menu li a {
        color: #fff;
    }
    footer.footer .ftop .contact {
        text-align: right;
    }
    footer.footer .ftop .contact h3 {
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        color: #fff;
        padding: 0;
        margin: 0;
    }
    footer.footer .ftop .contact p {
        margin: 0;
    }
    footer.footer .ftop .center {
        text-align: center;
        margin: 0 auto;
        max-width: 700px;
    }
    footer.footer .ftop .center .social {
        margin-bottom: 30px;
    }
    footer.footer .ftop .center .social li a {
        margin: 0 5px;
    }
    footer.footer .ftop .center p {
        margin-bottom: 5px;
    }
    footer.footer .ftop .center hr {
        border-top: 1px solid #626262;
    }
    footer.footer .fbottom {
        background-color: #1d203a;
        padding: 15px 0;
    }
    footer.footer .fbottom .copyright {
        font-family: 'Poppins', sans-serif;
        padding-top: 8px;
        font-size: 12px;
        color: #999999;
    }
    footer.footer .fbottom .fmenu {
        font-family: 'Poppins', sans-serif;
        padding-top: 8px;
        font-size: 12px;
    }
    footer.footer .fbottom .fmenu ul {
        list-style: none;
        float: right;
        padding: 0;
        margin: 0;
    }
    footer.footer .fbottom .fmenu ul li {
        border-right: solid 1px #999999;
        display: inline-block;
        line-height: 12px;
        padding: 0 8px;
        margin: 0;
    }
    footer.footer .fbottom .fmenu ul li:last-child {
        border-right: none;
    }
    footer.footer .fbottom .fmenu ul li a {
        color: #fff;
    }
    footer.footer .fbottom .social {
        margin-top: 13px;
        float: right;
    }
    /*------------------------ 6 Pages ------------------------*/
    .main section.header-page {
        background: url('../img/construction_tr.jpg') no-repeat center center fixed;
        padding: 150px 0 100px 0;
        background-size: cover;
        position: relative;
    }
    .main section.header-page:before {
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.75);
    }
    .main section.header-page h1 {
        font-weight: 600;
        font-size: 20px;
        color: #fff;
    }
    .main section.header-page .breadcrumb {
        background: none;
        border-radius: 0;
        margin: 0;
        padding: 0;
    }
    .main section.header-page .breadcrumb > li + li:before {
        font-family: FontAwesome;
        font-size: 9px;
        content: '\f054';
        padding: 0 9px;
        color: #999999;
    }
    .main section.header-page .breadcrumb li a {
        color: #999999;
    }
    /*About Carousel*/
    .main section.about-carousel .item {
        margin: 15px;
    }
    .main section.about-carousel .owl-controls {
        margin-top: 15px;
    }
    .main section.about-carousel .owl-controls .owl-pagination .active span {
        background-color: #01AEE0;
    }
    /*About Progress*/
    .main section.about-progress div hr {
        margin-left: 0;
    }
    .main section.about-progress div h4 {
        font-weight: 600;
    }
    .main section.about-progress ul li {
        position: relative;
    }
    .main section.about-progress ul li h3 {
        font-weight: 500;
        font-size: 12px;
        margin: 10px 0 16px;
    }
    .main section.about-progress ul li span {
        position: absolute;
        color: #b5b5b5;
        top: 0;
        right: 0;
    }
    .main section.about-progress ul li .progress {
        height: 5px;
        box-shadow: none;
        background-color: #efefef;
    }
    .main section.about-progress ul li .progress .progress-bar {
        background-color: #01AEE0;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    /*Sidebar*/
    .main article hr {
        margin-left: 0;
        margin: 20px 0;
    }
    .main aside h4 {
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 10px;
    }
    .main article h3 {
        font-weight: 600;
        font-size: 17px;
    }
    ul.category {
        list-style: none;
        margin: 0 0 0 -9px;
        padding: 0;
    }
    ul.category ul {
        list-style: none;
        margin: 0 0 0 25px;
        padding: 0;
    }
    ul.category li {
        position: relative;
        margin: 0;
        padding: 0;
    }
    ul.category li.active > a {
        color: #272D67;
    }
    ul.category li a {
        -webkit-transition: background 0.15s;
        -moz-transition: background 0.15s;
        transition: background 0.15s;
        border-bottom: 1px solid #eee;
        line-height: 20px;
        font-size: 12px;
        display: block;
        padding: 9px;
        color: #797979;
    }
    ul.category li a:after {
        font-family: FontAwesome;
        position: absolute;
        content: '\f054';
        font-size: 8px;
        right: 9px;
    }
    ul.category li a:hover {
        background-color: #eee;
    }
    ul.download {
        list-style: none;
        margin: 0 0 0 -5px;
        padding: 0;
    }
    ul.download li {
        position: relative;
        margin: 0;
        padding: 0;
    }
    ul.download li a {
        line-height: 20px;
        font-size: 12px;
        display: block;
        padding: 5px;
        color: #999;
    }
    ul.download li a i {
        margin-right: 3px;
    }
    ul.contact {
        list-style: none;
        margin: 0 0 0 -9px;
        padding: 0;
    }
    ul.contact li {
        position: relative;
        padding: 9px;
        margin: 0;
    }
    ul.contact li a {
        line-height: 20px;
        font-size: 12px;
        display: block;
        color: #999;
    }
    ul.contact li a i {
        margin-left: 5px;
        font-size: 10px;
    }
    /*Recent Posts*/
    ul.recent-posts {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    ul.recent-posts li {
        border-bottom: solid 1px #eee;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    ul.recent-posts li label {
        color: #01AEE0;
        margin-bottom: 0;
    }
    ul.recent-posts li a {
        color: #282828;
        display: block;
    }
    ul.recent-posts li span {
        font-size: 11px;
        color: #bbbbbb;
    }
    /*Filter By Price*/
    .irs-from,
    .irs-to,
    .irs-single {
        color: #282828;
        background: none;
    }
    .irs-min,
    .irs-max {
        background: none;
    }
    div.rance-filter form div {
        font-size: 13px;
        color: #a3a3a3;
    }
    div.rance-filter form .RangeText {
        font-weight: 500;
        color: #282828;
    }
    div.rance-filter form button {
        background-color: #282828;
        border-radius: 15px;
        padding: 6px 20px;
        margin-top: -5px;
        color: #ffffff;
        border: 0;
    }
    div.rance-filter form button:focus,
    div.rance-filter form button:active {
        outline: 0;
    }
    /*Best Product*/
    ul.best-product {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    ul.best-product li {
        border-bottom: solid 1px #eee;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    ul.best-product li a {
        display: block;
        position: relative;
        padding-left: 60px;
        min-height: 50px;
    }
    ul.best-product li a img {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 0;
        left: 0;
    }
    ul.best-product li a span {
        display: block;
    }
    ul.best-product li a span.product {
        font-weight: 500;
        font-size: 12px;
        color: #282828;
        padding-top: 5px;
    }
    ul.best-product li a span.price {
        color: #01AEE0;
        font-size: 11px;
        line-height: 12px;
    }
    /*Tags*/
    ul.tags {
        list-style: none;
        margin: 0 0 0 -4px;
        padding: 0;
    }
    ul.tags li {
        border: solid 1px #eee;
        border-radius: 16px;
        margin: 4px;
        float: left;
    }
    ul.tags li a {
        padding: 4px 20px;
        display: block;
        color: #999;
    }
    /*Article*/
    .main article.career span {
        color: #01AEE0;
    }
    .main article.career h5 {
        font-weight: 600;
        font-size: 16px;
        margin-top: 4px;
    }
    .main article.career ul {
        list-style: none;
        margin: 15px 0 0 0;
        padding: 0;
    }
    .main article.career ul li:before {
        font-family: FontAwesome;
        position: absolute;
        content: '\f111';
        font-size: 5px;
        color: #01AEE0;
        left: 1px;
        top: 0;
    }
    .main article.career ul li {
        position: relative;
        padding-left: 14px;
        color: #999999;
        font-size: 12px;
        margin: 5px 0;
    }
    /*Company*/
    .main article.company > ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .main article.company > ul > li {
        border-left: solid 2px #eee;
        padding: 0 0 45px 30px;
        margin: 0 0 0 20px;
        position: relative;
    }
    .main article.company > ul > li:last-child {
        margin: 0 0 0 22px;
        border-left: none;
    }
    .main article.company > ul > li:before {
        font-family: FontAwesome;
        position: absolute;
        content: '\f111';
        font-size: 10px;
        color: #01AEE0;
        left: -5px;
        top: -6px;
    }
    .main article.company > ul > li h5 {
        margin: 0 0 12px 0;
        font-weight: 500;
        font-size: 15px;
    }
    .main article.company > ul > li p {
        margin: 0;
    }
    .main article.company > ul > li ul {
        list-style: none;
        margin: 15px 0 0 0;
        padding: 0;
    }
    .main article.company > ul > li ul li:before {
        font-family: FontAwesome;
        position: absolute;
        content: '\f111';
        font-size: 5px;
        color: #01AEE0;
        left: 1px;
        top: 0;
    }
    .main article.company > ul > li ul li {
        position: relative;
        padding-left: 14px;
        color: #999999;
        font-size: 12px;
        margin: 8px 0;
    }
    /*Services*/
    .main article.services .item {
        margin: 15px 0;
    }
    .main article.services .item div {
        border-left: solid 1px #eee;
        border-right: solid 1px #eee;
        border-bottom: solid 3px #01AEE0;
        padding: 15px;
    }
    .main article.services .item div h4 {
        font-size: 15px;
        font-weight: 600;
        line-height: 22px;
        padding: 8px 0;
        margin: 0;
    }
    .main article.services .item div a.read {
        font-size: 12px;
        color: #000;
        padding-top: 10px;
        display: block;
        font-weight: 600;
        width: 90px;
    }
    .main article.services .item div a.read:after {
        font-family: FontAwesome;
        margin-left: 10px;
        content: '\f054';
        font-size: 11px;
    }
    /*Services Detail*/
    .main article.services-detail p b {
        color: #282828;
    }
    .main article.services-detail .item div:first-child {
        float: left;
        width: 12%;
    }
    .main article.services-detail .item div:last-child {
        float: left;
        width: 88%;
    }
    .main article.services-detail .item div i {
        margin-top: 10px;
        font-size: 20px;
        color: #01AEE0;
    }
    .main article.services-detail .item div h4 {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 10px;
        margin-top: 2px;
        display: block;
    }
    /*Services 404 Page*/
    .main article.page-404 div {
        text-align: center;
        margin: 0 auto;
        max-width: 600px;
    }
    .main article.page-404 div h1 {
        font-weight: bold;
        font-size: 250px;
        color: #bab8b9;
    }
    .main article.page-404 div h2 {
        font-weight: bold;
        margin-bottom: 20px;
    }
    .main article.page-404 div button {
        margin-top: 50px;
    }
    /*Main Contact*/
    .main article.page-contact h4 {
        font-size: 16px;
        font-weight: 500;
    }
    .main article.page-contact .form-control {
        border-radius: 0;
        color: #949494;
    }
    .main article.page-contact .adress {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .main article.page-contact .adress li {
        font-family: 'Poppins', sans-serif;
        margin-bottom: 15px;
        padding-left: 20px;
        position: relative;
        line-height: 20px;
        font-size: 12px;
        color: #999999;
    }
    .main article.page-contact .adress li a {
        color: #282828;
    }
    .main article.page-contact .adress li i {
        position: absolute;
        color: #01AEE0;
        top: 3px;
        left: 0;
        font-size: 13px;
    }
    /*------------------------ 7 Projects ------------------------*/
    /*Main Project Grid Columns*/
    .main article.project-grid .item {
        margin-bottom: 30px;
    }
    .grid-box {
        max-width: 100%;
        overflow: hidden;
        position: relative;
        text-decoration: none;
    }
    .grid-box:hover .grid-box-wrapper:after, .grid-box.active .grid-box-wrapper:after {
        opacity: 1;
    }
    .grid-box .grid-box-wrapper img {
        width: 100%;
    }
    .grid-box:hover .grid-box-wrapper .grid-box-title, .grid-box.active .grid-box-wrapper .grid-box-title {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    .grid-box:hover .grid-box-wrapper .grid-box-action, .grid-box.active .grid-box-wrapper .grid-box-action {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    .grid-box .grid-box-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        overflow: hidden;
        position: relative;
    }
    .grid-box .grid-box-wrapper:after {
        content: '';
        background: rgba(0, 0, 0, 0.75);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        bottom: -4px;
        color: #FFF;
        left: -4px;
        position: absolute;
        right: -4px;
        top: -4px;
        opacity: 0;
        z-index: 1;
    }
    .grid-box .grid-box-wrapper .grid-box-title {
        -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        transform: translate3d(0, 100px, 0);
        text-transform: uppercase;
        position: absolute;
        padding: 28px;
        z-index: 2;
        width: 100%;
        left: 0;
        bottom: 0;
    }
    .grid-box .grid-box-wrapper .grid-box-title .grid-box-category {
        text-transform: none;
        font-size: 12px;
        color: #01AEE0;
    }
    .grid-box .grid-box-wrapper .grid-box-title .grid-box-detail {
        text-transform: none;
        font-size: 17px;
        font-weight: 400;
        color: #fff;
    }
    .grid-box .grid-box-wrapper .grid-box-action {
        -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        transform: translate3d(0, -10px, 0);
        top: 6%;
        left: 3px;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 40px;
        margin-top: 10px;
        position: absolute;
        opacity: 0;
        z-index: 2;
    }
    .grid-box .grid-box-wrapper .grid-box-action .box-action-icon {
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        transition: all 0.1s ease;
        display: inline-block;
        font-size: 25px;
        position: relative;
        z-index: 2;
        left: 25px;
        right: auto;
        top: auto;
        bottom: auto;
        margin: 2px;
    }
    .grid-box .grid-box-wrapper .grid-box-action .box-action-icon:hover {
        -webkit-transform: scale(1.15, 1.15);
        -moz-transform: scale(1.15, 1.15);
        -ms-transform: scale(1.15, 1.15);
        -o-transform: scale(1.15, 1.15);
        transform: scale(1.15, 1.15);
    }
    .grid-box .grid-box-wrapper .grid-box-action .box-action-icon i {
        position: static;
        font-size: 18px;
        left: 3px;
        top: -4px;
        color: #FFF;
    }
    /*Single Project*/
    .main article.project-single table tr td {
        border-top: none;
        border-bottom: 1px solid #eee;
        padding: 11px 0px;
    }
    .main article.project-single table tr td i {
        font-size: 14px;
        color: #01AEE0;
        top: 8px;
        left: 0;
        margin-right: 10px;
        width: 12px;
        text-align: center;
    }
    .main article.project-single table tr td span {
        color: #282828;
    }
    .main article.project-single ul.list {
        list-style: none;
        margin: 30px 0;
        padding: 0;
    }
    .main article.project-single ul.list li:before {
        font-family: FontAwesome;
        position: absolute;
        content: '\f111';
        font-size: 5px;
        color: #01AEE0;
        left: 1px;
        top: 0;
    }
    .main article.project-single ul.list li {
        position: relative;
        padding-left: 14px;
        color: #3f3f3f;
        font-size: 11px;
        margin: 5px 0;
    }
    /*------------------------ 8 Blogs ------------------------*/
    .main article.blog-grid .item {
        margin: 15px 0;
    }
    .main article.blog-grid .item div {
        border-left: solid 1px #eee;
        border-right: solid 1px #eee;
        border-bottom: solid 3px #01AEE0;
        padding: 15px;
    }
    .main article.blog-grid .item div h4 {
        font-size: 15px;
        font-weight: 600;
        line-height: 22px;
        padding: 8px 0;
        margin: 0;
    }
    .main article.blog-grid .item div a.read {
        font-size: 12px;
        color: #000;
        padding-top: 10px;
        display: block;
        font-weight: 600;
        width: 90px;
    }
    .main article.blog-grid .item div a.read:after {
        font-family: FontAwesome;
        margin-left: 10px;
        content: '\f054';
        font-size: 11px;
    }
    /*Main Blog List*/
    .main article.blog-list .item {
        -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
        border: solid 1px #e0e0e0;
        margin-bottom: 30px;
    }
    .main article.blog-list .item div div:last-child {
        padding: 10px 25px 10px 10px;
    }
    .main article.blog-list .item div div:last-child h4 {
        font-size: 15px;
        font-weight: 600;
        line-height: 22px;
        padding: 8px 0;
        margin: 0;
    }
    .main article.blog-list .item div div:last-child a.read {
        font-size: 12px;
        color: #000;
        padding-top: 10px;
        display: block;
        font-weight: 600;
        width: 90px;
    }
    .main article.blog-list .item div div:last-child span {
        margin-bottom: 5px;
        display: block;
        color: #01AEE0;
    }
    .main article.blog-list .item div div:last-child a.read:after {
        font-family: FontAwesome;
        margin-left: 10px;
        content: '\f054';
        font-size: 11px;
    }
    /*Main Blog Post*/
    .blog-content .blog-image img {
        width: 100%;
    }
    .blog-content h1 {
        font-size: 28px;
        color: #000;
        font-weight: 600;
        letter-spacing: -1px;
        line-height: 36px;
        text-transform: capitalize;
    }
    .blog-content .blog-data {
        font-size: 14px;
        padding: 0 0 15px;
        display: block;
    }
    .blog-content p {
        line-height: 26px;
        font-size: 14px;
        color: #6d6d6d;
    }
    .post-list li {
        position: relative;
        padding-left: 14px;
        color: #000000;
        font-size: 13px;
        margin: 12px 0;
        list-style: none;
    }
    .post-list li:before {
        font-family: FontAwesome;
        position: absolute;
        content: '\f111';
        font-size: 5px;
        color: #01AEE0;
        left: 1px;
        top: 0;
    }
    blockquote {
        padding: 15px 18px;
        margin: 25px 0;
        font-weight: 500;
        letter-spacing: -1px;
        font-size: 18px;
        line-height: 30px;
        border-left: solid 3px #01AEE0;
        color: #000;
    }
    /*Main Blog Post Comments*/
    .main article.blog-post ul.comments {
        list-style: none;
        margin: 15px 0;
        padding: 0;
    }
    .main article.blog-post ul.comments li {
        position: relative;
    }
    .main article.blog-post ul.comments li img {
        height: 90px;
        width: 90px;
        float: left;
    }
    .main article.blog-post ul.comments li div {
        border-bottom: solid 1px #eee;
        padding: 0 0 25px 105px;
        margin-bottom: 25px;
    }
    .main article.blog-post ul.comments li div span {
        font-size: 14px;
        color: #282828;
    }
    .main article.blog-post ul.comments li div a {
        float: right;
        font-size: 11px;
        font-weight: 500;
        color: #7b7b7b;
    }
    .main article.blog-post ul.comments li div p {
        display: inline-block;
        margin: 8px 0 3px;
        line-height: 20px;
        color: #6d6d6d;
    }
    .main article.blog-post ul.comments li div time {
        font-size: 11px;
        color: #bbbbbb;
        margin: 0;
    }
    .main article.blog-post ul.comments li ul {
        margin: 0 0 0 30px;
        list-style: none;
        padding: 0;
    }
    /*------------------------ 9 Shop ------------------------*/
    /*Main Shop Grid Columns*/
    .main article.shop-grid .item {
        margin-bottom: 30px;
    }
    .main article.shop-grid .item .grid-box,
    .main article.shop-single .item .grid-box,
    .main article.shop-cart .item .grid-box {
        max-width: 100%;
        overflow: hidden;
        position: relative;
        text-decoration: none;
    }
    .main article.shop-grid .item .grid-box:hover .grid-box-wrapper:after,
    .main article.shop-single .item .grid-box:hover .grid-box-wrapper:after,
    .main article.shop-cart .item .grid-box:hover .grid-box-wrapper:after {
        opacity: 1;
    }
    .main article.shop-grid .item .grid-box:hover .grid-box-wrapper .grid-box-action,
    .main article.shop-single .item .grid-box:hover .grid-box-wrapper .grid-box-action,
    .main article.shop-cart .item .grid-box:hover .grid-box-wrapper .grid-box-action {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    .main article.shop-grid .item .grid-box .grid-box-wrapper,
    .main article.shop-single .item .grid-box .grid-box-wrapper,
    .main article.shop-cart .item .grid-box .grid-box-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        overflow: hidden;
        position: relative;
    }
    .main article.shop-grid .item .grid-box .grid-box-wrapper:after,
    .main article.shop-single .item .grid-box .grid-box-wrapper:after,
    .main article.shop-cart .item .grid-box .grid-box-wrapper:after {
        content: '';
        background: rgba(255, 167, 0, 0.75);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        bottom: -4px;
        color: #FFF;
        left: -4px;
        position: absolute;
        right: -4px;
        top: -4px;
        opacity: 0;
        z-index: 1;
    }
    .main article.shop-grid .item .grid-box .grid-box-wrapper .grid-box-new,
    .main article.shop-single .item .grid-box .grid-box-wrapper .grid-box-new,
    .main article.shop-cart .item .grid-box .grid-box-wrapper .grid-box-new {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #e91d52;
        position: absolute;
        text-align: center;
        font-weight: bold;
        color: #ffffff;
        padding: 5px;
        width: 100px;
        right: -26px;
        top: 8px;
    }
    .main article.shop-grid .item .grid-box .grid-box-wrapper .grid-box-action,
    .main article.shop-single .item .grid-box .grid-box-wrapper .grid-box-action,
    .main article.shop-cart .item .grid-box .grid-box-wrapper .grid-box-action {
        -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        transform: translate3d(0, -10px, 0);
        top: 50%;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 36px;
        margin-top: -18px;
        text-align: center;
        position: absolute;
        opacity: 0;
        z-index: 2;
    }
    .main article.shop-grid .item .grid-box .grid-box-wrapper .grid-box-action a,
    .main article.shop-single .item .grid-box .grid-box-wrapper .grid-box-action a,
    .main article.shop-cart .item .grid-box .grid-box-wrapper .grid-box-action a {
        display: inline-block;
        border: solid 1px #eee;
        background-color: #fff;
        font-weight: bold;
        padding: 6px 25px;
        color: #282828;
    }
    .main article.shop-grid .item .grid-box .grid-box-title,
    .main article.shop-single .item .grid-box .grid-box-title,
    .main article.shop-cart .item .grid-box .grid-box-title {
        text-align: center;
    }
    .main article.shop-grid .item .grid-box .grid-box-title .grid-box-product,
    .main article.shop-single .item .grid-box .grid-box-title .grid-box-product,
    .main article.shop-cart .item .grid-box .grid-box-title .grid-box-product {
        font-weight: 500;
        padding-top: 15px;
        font-size: 15px;
        color: #282828;
    }
    .main article.shop-grid .item .grid-box .grid-box-title .grid-box-price,
    .main article.shop-single .item .grid-box .grid-box-title .grid-box-price,
    .main article.shop-cart .item .grid-box .grid-box-title .grid-box-price {
        font-weight: 500;
        color: #01AEE0;
        font-size: 14px;
    }
    /*Main Shop Single*/
    .main article.shop-single .price {
        display: inline-block;
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 20px;
        color: #01AEE0;
    }
    .main article.shop-single ul.list {
        list-style: none;
        margin: 30px 0;
        padding: 0;
    }
    .main article.shop-single ul.list li {
        padding: 10px 0;
    }
    .main article.shop-single ul.list li input {
        margin-right: 20px;
        width: 60px;
        float: left;
    }
    .main article.shop-single ul.list li button {
        float: left;
    }
    .main article.shop-single ul.shop-tags {
        padding: 0;
    }
    .main article.shop-single ul.shop-tags li span {
        color: #282828;
    }
    .main article.shop-single ul.shop-tags li {
        list-style: none;
        font-size: 11px;
        line-height: 26px;
    }
    /*Main Shop Tab*/
    .main article.shop-single .tab-box ul.nav {
        border-bottom: none;
    }
    .main article.shop-single .tab-box ul.nav li a {
        border-right: solid 1px #eee;
        border-left: solid 1px #eee;
        border-top: 1px solid #eee;
        margin: 0 -1px 0 0;
        padding: 15px 25px;
        font-weight: bold;
        border-radius: 0;
        color: #282828;
    }
    .main article.shop-single .tab-box ul.nav li a:hover {
        border-bottom: transparent;
        background-color: #f8f8f8;
    }
    .main article.shop-single .tab-box ul.nav li.active a {
        border-bottom: 1px solid #eee;
        border-top: solid 2px #01AEE0;
        padding: 14px 25px 15px 25px;
        background-color: #f8f8f8;
    }
    .main article.shop-single .tab-box .tab-content {
        border: 1px solid #eee;
    }
    /*Main Shop Single Comments*/
    .main article.shop-single ul.comments {
        list-style: none;
        margin: 15px 0;
        padding: 0;
    }
    .main article.shop-single ul.comments li {
        position: relative;
    }
    .main article.shop-single ul.comments li img {
        position: absolute;
        top: 0;
        left: 0;
        height: 75px;
        width: 75px;
    }
    .main article.shop-single ul.comments li > div {
        border-bottom: solid 1px #eee;
        padding: 0 0 15px 90px;
        margin-bottom: 15px;
        min-height: 90px;
    }
    .main article.shop-single ul.comments li > div span {
        font-size: 14px;
        color: #282828;
    }
    .main article.shop-single ul.comments li > div p {
        display: inline-block;
        line-height: 20px;
        color: #6d6d6d;
    }
    .main article.shop-single ul.comments li > div time {
        font-size: 11px;
        color: #bbbbbb;
        margin: 0;
    }
    .main article.shop-single ul.comments li ul {
        margin: 0 0 0 30px;
        list-style: none;
        padding: 0;
    }
    /*Main Shop Cart*/
    .main article.shop-cart table.table,
    .main article.shop-checkout table.table {
        border: 1px solid #e8e8e8;
    }
    .main article.shop-cart table.table thead tr th,
    .main article.shop-checkout table.table thead tr th {
        background-color: #f0f0f0;
        border-bottom: none;
        padding: 15px 10px;
        color: #282828;
    }
    .main article.shop-cart table.table thead tr th:last-child,
    .main article.shop-checkout table.table thead tr th:last-child {
        text-align: center;
    }
    .main article.shop-cart table.table tbody tr td,
    .main article.shop-checkout table.table tbody tr td {
        border-top: 1px solid #e8e8e8;
        position: relative;
        padding: 22px 10px;
    }
    .main article.shop-cart table.table tbody tr td:first-child,
    .main article.shop-checkout table.table tbody tr td:first-child {
        padding-left: 65px
    }
    .main article.shop-cart table.table tbody tr td:first-child img,
    .main article.shop-checkout table.table tbody tr td:first-child img {
        top: 10px;
        left: 10px;
        position: absolute;
        height: 45px;
        width: 45px;
    }
    .main article.shop-cart table.table tbody tr td:nth-last-child(-n+2),
    .main article.shop-checkout table.table tbody tr td:nth-last-child(-n+2) {
        color: #282828;
    }
    .main article.shop-cart table.table tbody tr td:last-child,
    .main article.shop-checkout table.table tbody tr td:last-child {
        text-align: center;
        font-size: 15px;
    }
    .main article.shop-cart table.table tbody tr td:last-child a,
    .main article.shop-checkout table.table tbody tr td:last-child a {
        color: #282828;
    }
    .main article.shop-cart table.table tbody tr td .quantity,
    .main article.shop-checkout table.table tbody tr td .quantity {
        top: 10px;
        left: 10px;
        position: absolute;
        height: 45px;
    }
    .main article.shop-cart table.table tbody tr td .quantity .qty,
    .main article.shop-checkout table.table tbody tr td .quantity .qty {
        border: 1px solid #e8e8e8;
        height: 42px;
        width: 60px;
        padding: 5px 0 5px 15px;
        text-align: left;
        display: block;
        clear: both;
    }
    .main article.shop-cart table.table tbody tr td .quantity .qty:focus,
    .main article.shop-checkout table.table tbody tr td .quantity .qty:focus {
        outline: 0;
    }
    .main article.shop-cart table.table tbody tr td .quantity .quantity-plus,
    .main article.shop-checkout table.table tbody tr td .quantity .quantity-plus {
        display: block;
        position: relative;
        top: -41px;
        right: -38px;
        height: 21px;
        width: 21px;
        border-left: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        background-color: #ffffff;
        line-height: 22px;
        text-align: center;
        cursor: pointer;
        color: #949494;
    }
    .main article.shop-cart table.table tbody tr td .quantity .quantity-minus,
    .main article.shop-checkout table.table tbody tr td .quantity .quantity-minus {
        display: block;
        position: relative;
        top: -41px;
        right: -38px;
        height: 19px;
        width: 21px;
        border-left: 1px solid #e8e8e8;
        background-color: #ffffff;
        line-height: 21px;
        text-align: center;
        cursor: pointer;
        color: #949494;
    }
    .main article.shop-cart button.code {
        background-color: #e1e1e1;
        color: #949494;
    }
    .main article.shop-cart button.update {
        background-color: #282828;
    }
    .main article.shop-cart button.checkout {
        padding: 9px 19px;
    }
    .main article.shop-cart ul.cart-total {
        font-weight: bold;
    }
    .main article.shop-cart ul.cart-total li {
        border: 1px solid #e8e8e8;
        border-radius: 0;
        font-weight: 600;
    }
    .main article.shop-cart ul.cart-total li:first-child {
        background-color: #282828;
        color: #ffffff;
    }
    .main article.shop-cart ul.cart-total li span {
        color: #282828;
        float: right;
    }
    /*Main Shop Checkout*/
    .main article.shop-checkout h4,
    .main article.shop-login h4 {
        font-weight: 500;
        font-size: 16px;
    }
    .main article.shop-checkout .form-control,
    .main article.shop-login .form-control {
        border-radius: 0;
        color: #949494;
    }
    .main article.shop-login .checkbox label,
    .main article.shop-checkout .checkbox label,
    .main article.shop-checkout .radio label {
        padding-left: 29px;
        font-weight: 600;
        color: #282828;
    }
    .main article.shop-login .checkbox label input,
    .main article.shop-checkout .checkbox label input,
    .main article.shop-checkout .radio label input {
        margin-top: 6px;
        margin-left: -29px;
    }
    .main article.shop-checkout .panel-group .panel-default {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }
    .main article.shop-checkout .panel-group .panel-default .panel-heading {
        background-color: #f0f0f0;
        padding: 20px 15px;
        border-radius: 0;
    }
    .main article.shop-checkout .panel-group .panel-default .panel-heading h4 {
        font-size: 12px;
        color: #949494;
    }
    .main article.shop-checkout .panel-group .panel-default .panel-heading h4 a {
        color: #282828;
    }
    .main article.shop-checkout .panel-group .panel-default .panel-body {
        border-top: none;
    }
    /*Main Shop Login*/
    .main article.shop-login .login {
        border: solid 1px #eee;
        margin-top: 30px;
        padding: 30px;
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    }
    .main article.shop-login .login a {
        color: #282828;
    }
    /*------------------------ 10 Elements ------------------------*/
    a {
        outline: none !important;
    }
    a:link {
        text-decoration: none;
    }
    a:visited {
        text-decoration: none;
    }
    a:hover {
        text-decoration: none;
    }
    a:active {
        text-decoration: none;
    }
    .hr {
        border-top: 2px solid #272D67;
        font-weight: bold;
        width: 50px;
    }
    h2,
    h3,
    h4,
    h5 {
        font-weight: 600;
        color: #282828;
    }
    p {
        font-size: 12.5px;
        color: #6b6b6b;
        line-height: 24px;
        font-family: 'Poppins', sans-serif;
    }
    .main section.news2 .item div span,
    .main section.news3 .item div span {
        font-size: 12px;
        color: #929292;
        display: block;
    }
    .btn.btn-palovit {
        transition: all ease 0.3s;
        background-color: #28D368;
        text-transform: uppercase;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        padding: 13px 40px 11px;
        font-size: 13px;
        font-weight: 600;
        color: #EEEEEE;
    }
    .btn.btn-palovit i {font-size: 22px;}
    .account a,
    .account a:hover {
        color: #01AEE0;
    }
    .account a,
    .account p {
        font-size: 12px;
    }
    .btn.btn-palovit:hover,
    .btn.btn-palovit:focus,
    .btn.btn-palovit:active,
    .btn.btn-palovit:focus:active {
        transition: all ease 0.3s;
        background-color: #272D67;
        color: #ffffff;
        outline: 0;
    }
    .btn.btn-palovit-black {
        transition: all ease 0.3s;
        background-color: #282828;
        text-transform: uppercase;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        padding: 13px 40px 11px;
        font-size: 13px;
        font-weight: 600;
        color: #ffffff;
    }
    .btn.btn-palovit-black:hover,
    .btn.btn-palovit-black:focus,
    .btn.btn-palovit-black:active,
    .btn.btn-palovit-black:focus:active {
        transition: all ease 0.3s;
        background-color: #090909;
        color: #ffffff;
        outline: 0;
    }
    .btn.btn-slider {
        border: solid 2px #01AEE0;
        text-transform: uppercase;
        background: transparent;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        font-weight: 600;
        color: #282828;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        overflow: hidden;
        padding: 10px 45px;
    }
    .btn.btn-slider:before {
        content: '';
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background: #272D67;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .btn.btn-slider i {
        margin-right: -5px;
        margin-left: 35px;
        font-size: 13px;
    }
    .btn.btn-slider:hover,
    .btn.btn-slider:focus,
    .btn.btn-slider:active,
    .btn.btn-slider:focus:active {
        color: #ffffff;
        outline: 0;
    }
    .btn.btn-slider:hover:before,
    .btn.btn-slider:focus:before,
    .btn.btn-slider:active:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    .btn.btn-arrow {
        border: solid 2px #01AEE0;
        text-transform: uppercase;
        background: transparent;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        font-weight: 600;
        color: #282828;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        overflow: hidden;
        padding: 13px 27px 11px;
        font-size: 13px;
    }
    .btn.btn-arrow:before {
        content: '';
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background: #01AEE0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .btn.btn-arrow i {
        margin-right: -5px;
        margin-left: 30px;
        font-size: 13px;
    }
    .btn.btn-arrow:hover,
    .btn.btn-arrow:focus,
    .btn.btn-arrow:active,
    .btn.btn-arrow:focus:active {
        color: #ffffff;
        outline: 0;
    }
    .btn.btn-arrow:hover:before,
    .btn.btn-arrow:focus:before,
    .btn.btn-arrow:active:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    .btn.btn-slider-black {
        border: none;
        text-transform: uppercase;
        background-color: #28D368;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        font-weight: 600;
        color: #ffffff;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        overflow: hidden;
        padding: 10px 40px;
    }
    .btn.btn-slider-black:before {
        content: '';
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background: #272D67;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .btn.btn-slider-black i {
        margin-right: -5px;
        margin-left: 35px;
        font-size: 13px;
    }
    .btn.btn-slider-black:hover,
    .btn.btn-slider-black:focus,
    .btn.btn-slider-black:active,
    .btn.btn-slider-black:focus:active {
        color: #ffffff;
        outline: 0;
    }
    .btn.btn-slider-black:hover:before,
    .btn.btn-slider-black:focus:before,
    .btn.btn-slider-black:active:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    .btn.palovitarrow {
        padding: 10px 27px;
    }
    .btn.palovit35,
    .btn.slider35 {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        padding-top: 9px;
        padding-bottom: 7px;
    }
    .btn.palovit30,
    .btn.slider30 {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        padding:15px 30px 14px !important;
        font-size: 18px;
    }
    .btn.slider30 i {
        margin-left: 20px;
        font-size: 10px;
    }
    .btn.palovit20,
    .btn.slider20 {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding-top: 6px;
        padding-bottom: 4px;
        font-size: 9px;
    }
    .btn.slider20 i {
        margin-left: 10px;
        font-size: 8px;
    }
    input[type=checkbox],
    input[type=radio] {
        visibility: hidden;
        margin-right: 14px;
    }
    input[type=checkbox]:after {
        content: " ";
        display: block;
        width: 20px;
        height: 20px;
        visibility: visible;
        border: 1px solid #d9d9d9;
        margin-top: -5px;
    }
    input[type=checkbox]:checked:before {
        content: " ";
        display: block;
        visibility: visible;
        width: 12px;
        height: 8px;
        position: absolute;
        border-bottom: 3px solid #000;
        border-left: 3px solid #000;
        transform: rotate(-45deg);
        margin: 0px 4px;
    }
    input[type=radio]:after {
        content: " ";
        display: block;
        width: 17px;
        height: 17px;
        border-radius: 8px;
        visibility: visible;
        border: 1px solid #d9d9d9;
        margin-top: -5px;
    }
    input[type=radio]:checked:before {
        content: " ";
        display: block;
        visibility: visible;
        width: 15px;
        height: 15px;
        position: absolute;
        background-color: #000;
        border-radius: 8px;
        margin: -4px 1px;
        border: 3px solid #fff;
    }
    .form-control {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #e0e0e0;
        height: 45px;
        font-size: 12px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        -webkit-border-radius: 2px;
    }
    textarea.form-control {
        padding-top: 12px;
    }
    .form-control:focus {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        border-color: #CCC;
    }
    .form-group label {
        color: #999999;
        font-size: 12px;
    }
    .input-group .form-control {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        padding-right: 20px;
        padding-left: 20px;
        height: 44px;
    }
    .input-group .input-group-btn .btn {
        padding-right: 26px;
        padding-left: 20px;
    }
    .append-icon {
        position: relative;
    }
    .append-icon input,
    .append-icon select {
        padding-right: 40px;
    }
    .append-icon select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: #999999;
    }
    .append-icon i {
        width: 40px;
        height: 40px;
        font-size: 12px;
        line-height: 40px;
        position: absolute;
        text-align: center;
        color: #01AEE0;
        left: auto;
        right: 0;
        top: 0;
    }
    .pagination {
        margin: 0 auto;
    }
    .pagination li a,
    .pagination li span {
        border-radius: 50px !important;
        border: 1px solid #dadada;
        color: #282828;
        padding: 8px 13px;
        margin: 2px;
        min-width: 35px;
    }
    .pagination li a:hover {
        color: #fff;
    }
    .pagination li.active a:hover {
        color: #fff;
    }
    .pagination li.active span {
        background-color: #01AEE0;
        border: 1px solid #01AEE0;
        color: #ffffff;
    }
    .pagination li.active span:hover {
        border: 1px solid #eaeaea;
        background-color: #eaeaea;
        color: #000;
    }
    .pagination li:hover a {
        border: 1px solid #eaeaea;
        background-color: #eaeaea;
        transition: all ease 0.3s;
    }
    .m-0 {
        margin: 0 !important;
    }
    .m-t-0 {
        margin-top: 0px !important;
    }
    .m-b-0 {
        margin-bottom: 0px !important;
    }
    .m-l-0 {
        margin-left: 0 !important;
    }
    .m-r-0 {
        margin-right: 0 !important;
    }
    .m-5 {
        margin: 5px !important;
    }
    .m-t-5 {
        margin-top: 5px !important;
    }
    .m-t-m5 {
        margin-top: -5px !important;
    }
    .m-b-5 {
        margin-bottom: 5px !important;
    }
    .m-l-5 {
        margin-left: 5px !important;
    }
    .m-r-5 {
        margin-right: 5px !important;
    }
    .m-10 {
        margin: 10px !important;
    }
    .m-t-10 {
        margin-top: 10px !important;
    }
    .m-t-m10 {
        margin-top: -10px !important;
    }
    .m-b-10 {
        margin-bottom: 10px !important;
    }
    .m-l-10 {
        margin-left: 10px !important;
    }
    .m-r-10 {
        margin-right: 10px !important;
    }
    .m-15 {
        margin: 15px !important;
    }
    .m-t-15 {
        margin-top: 15px !important;
    }
    .m-t-m15 {
        margin-top: -15px !important;
    }
    .m-b-15 {
        margin-bottom: 15px !important;
    }
    .m-l-15 {
        margin-left: 15px !important;
    }
    .m-r-15 {
        margin-right: 15px !important;
    }
    .m-20 {
        margin: 20px !important;
    }
    .m-t-20 {
        margin-top: 20px !important;
    }
    .m-t-m20 {
        margin-top: -20px !important;
    }
    .m-b-20 {
        margin-bottom: 20px !important;
    }
    .m-l-20 {
        margin-left: 20px !important;
    }
    .m-r-20 {
        margin-right: 20px !important;
    }
    .m-30 {
        margin: 30px !important;
    }
    .m-t-30 {
        margin-top: 30px !important;
    }
    .m-t-m30 {
        margin-top: -30px !important;
    }
    .m-b-30 {
        margin-bottom: 30px !important;
    }
    .m-l-30 {
        margin-left: 30px !important;
    }
    .m-r-30 {
        margin-right: 30px !important;
    }
    .m-40 {
        margin: 40px !important;
    }
    .m-t-40 {
        margin-top: 40px !important;
    }
    .m-t-m40 {
        margin-top: -40px !important;
    }
    .m-b-40 {
        margin-bottom: 40px !important;
    }
    .m-l-40 {
        margin-left: 40px !important;
    }
    .m-r-40 {
        margin-right: 40px !important;
    }
    .m-50 {
        margin: 50px !important;
    }
    .m-t-50 {
        margin-top: 50px !important;
    }
    .m-t-m50 {
        margin-top: -50px !important;
    }
    .m-b-50 {
        margin-bottom: 50px !important;
    }
    .m-l-50 {
        margin-left: 50px !important;
    }
    .m-r-50 {
        margin-right: 50px !important;
    }
    .m-60 {
        margin: 60px !important;
    }
    .m-t-60 {
        margin-top: 60px !important;
    }
    .m-t-m60 {
        margin-top: -60px !important;
    }
    .m-b-60 {
        margin-bottom: 60px !important;
    }
    .m-l-60 {
        margin-left: 60px !important;
    }
    .m-r-60 {
        margin-right: 60px !important;
    }
    .p-0 {
        padding: 0 !important;
    }
    .p-t-0 {
        padding-top: 0 !important;
    }
    .p-b-0 {
        padding-bottom: 0 !important;
    }
    .p-l-0 {
        padding-left: 0 !important;
    }
    .p-r-0 {
        padding-right: 0 !important;
    }
    .p-5 {
        padding: 5px !important;
    }
    .p-t-5 {
        padding-top: 5px !important;
    }
    .p-b-5 {
        padding-bottom: 5px !important;
    }
    .p-l-5 {
        padding-left: 5px !important;
    }
    .p-r-5 {
        padding-right: 5px !important;
    }
    .p-10 {
        padding: 10px !important;
    }
    .p-t-10 {
        padding-top: 10px !important;
    }
    .p-b-10 {
        padding-bottom: 10px !important;
    }
    .p-l-10 {
        padding-left: 10px !important;
    }
    .p-r-10 {
        padding-right: 10px !important;
    }
    .p-15 {
        padding: 15px !important;
    }
    .p-t-15 {
        padding-top: 15px !important;
    }
    .p-b-15 {
        padding-bottom: 15px !important;
    }
    .p-l-15 {
        padding-left: 15px !important;
    }
    .p-r-15 {
        padding-right: 15px !important;
    }
    .p-20 {
        padding: 20px !important;
    }
    .p-t-20 {
        padding-top: 20px !important;
    }
    .p-b-20 {
        padding-bottom: 20px !important;
    }
    .p-l-20 {
        padding-left: 20px !important;
    }
    .p-r-20 {
        padding-right: 20px !important;
    }
    .p-30 {
        padding: 30px !important;
    }
    .p-t-30 {
        padding-top: 30px !important;
    }
    .p-b-30 {
        padding-bottom: 30px !important;
    }
    .p-l-30 {
        padding-left: 30px !important;
    }
    .p-r-30 {
        padding-right: 30px !important;
    }
    .p-40 {
        padding: 40px !important;
    }
    .p-t-40 {
        padding-top: 40px !important;
    }
    .p-b-40 {
        padding-bottom: 40px !important;
    }
    .p-l-40 {
        padding-left: 40px !important;
    }
    .p-r-40 {
        padding-right: 40px !important;
    }
    .p-50 {
        padding: 50px !important;
    }
    .p-t-50 {
        padding-top: 50px !important;
    }
    .p-b-50 {
        padding-bottom: 50px !important;
    }
    .p-l-50 {
        padding-left: 50px !important;
    }
    .p-r-50 {
        padding-right: 50px !important;
    }
    .p-60 {
        padding: 60px !important;
    }
    .p-t-60 {
        padding-top: 60px !important;
    }
    .p-b-60 {
        padding-bottom: 60px !important;
    }
    .p-l-60 {
        padding-left: 60px !important;
    }
    .p-r-60 {
        padding-right: 60px !important;
    }
    .p-t-90 {
        padding-top: 90px !important;
    }
    .p-b-90 {
        padding-bottom: 90px !important;
    }
    .palovit-accordion .panel,
    .palovit-accordion .panel .panel-body {
        box-shadow: none !important;
        border: none !important;
    }
    .palovit-accordion .panel .panel-heading {
        border: solid 1px #ddd;
        border-radius: 3px;
        padding: 10px 15px;
    }
    .palovit-accordion .panel .panel-heading a {
        font-size: 12px;
        line-height: 25px;
        display: block;
    }
    .palovit-accordion .panel .panel-heading a i {
        color: #01AEE0;
        font-size: 12px;
        line-height: 25px;
        padding-right: 14px;
        margin-right: 12px;
        border-right: solid 1px #ddd;
    }
    .palovit-tab ul.nav {
        border-bottom: none;
    }
    .palovit-tab ul.nav li a {
        border-right: solid 1px #eee;
        border-left: solid 1px #eee;
        border-top: 1px solid #eee;
        margin: 0 -1px 0 0;
        padding: 15px 25px;
        border-radius: 0;
        color: #282828;
    }
    .palovit-tab ul.nav li a:hover {
        border-bottom: transparent;
        background-color: #f8f8f8;
    }
    .palovit-tab ul.nav li.active a {
        border-bottom: 1px solid #eee;
        border-top: solid 2px #01AEE0;
        padding: 14px 25px 15px 25px;
        background-color: #f8f8f8;
    }
    .palovit-tab .tab-content {
        border: 1px solid #eee;
    }
    /*------------------------ 11 Responsive ------------------------*/
    @media (max-width: 991px) {
        html.boxed .body {
            margin: 15px;
        }
        .header.transparent_nav .container,
        .header.radius_topmenu_nav .container {
            position: relative;
        }
        .header.standart_nav .rspnav {
            min-height: 0;
        }
        .header.transparent_nav .rspnav,
        .header.radius_topmenu_nav .rspnav {
            position: absolute;
            min-height: 0;
        }
        .header.standart_nav .rspbtn button {
            background-color: transparent;
            font-size: 25px;
            border: none;
            margin: 19px 0;
            color: #fff;
        }
        .header.transparent_nav .rspbtn button {
            background-color: transparent;
            font-size: 20px;
            border: none;
            margin: 25px 0;
            color: #fea600;
        }
        .ms-fullscreen-template {
            min-height: inherit;
        }
        .m-t-m60 {
            margin-top: 60px !important;
        }
        .header.radius_topmenu_nav .rspbtn button {
            background-color: transparent;
            font-size: 23px;
            border: none;
            margin: 23px 0;
            color: #000;
        }
        .header.standart_nav .rspbtn button:focus,
        .header.transparent_nav .rspbtn button:focus,
        .header.radius_topmenu_nav .rspbtn button:focus {
            outline: none;
        }
        .header.standart_nav nav {
            top: 69px;
            left: 15px;
            right: 15px;
            z-index: 10;
            position: absolute;
            background-color: #1D203A;
            box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
        }
        .header.transparent_nav nav {
            top: 75px;
            left: 15px;
            right: 15px;
            z-index: 10;
            position: absolute;
            background-color: #2f2c2c;
            box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
        }
        .header.radius_topmenu_nav nav {
            top: 75px;
            left: 30px;
            right: 30px;
            z-index: 10;
            position: absolute;
            background-color: #2f2c2c;
            box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
        }
        .header.standart_nav nav > ul,
        .header.transparent_nav nav > ul,
        .header.radius_topmenu_nav nav > ul {
            padding: 0;
            margin: 0;
        }
        .header.standart_nav nav > ul li,
        .header.transparent_nav nav > ul li,
        .header.radius_topmenu_nav nav > ul li {
            border-bottom:1px solid  rgba(255,255,255,0.35);
            padding: 0 0 0 15px;
            display: block;
            float: none;
            clear: both;
            margin: 0;
        }
        .header.standart_nav nav > ul li:hover > ul,
        .header.transparent_nav nav > ul li:hover > ul,
        .header.radius_topmenu_nav nav > ul li:hover > ul {
            display: block;
        }
        .header.standart_nav nav > ul li.active a,
        .header.transparent_nav nav > ul li.active a,
        .header.radius_topmenu_nav nav > ul li.active a {
            background: none;
        }
        .header.standart_nav nav > ul li a.dropdown-toggle:after,
        .header.transparent_nav nav > ul li a.dropdown-toggle:after,
        .header.radius_topmenu_nav nav > ul li a.dropdown-toggle:after {
            font-family: FontAwesome;
            position: absolute;
            content: '\f0d7';
            font-size: 10px;
            right: 10px;
        }
        .header.standart_nav nav > ul li a,
        .header.transparent_nav nav > ul li a,
        .header.radius_topmenu_nav nav > ul li a {
            font-family: 'Poppins', sans-serif;
            border-radius: 0;
            display: block;
            line-height: 48px;
			letter-spacing:1px;
            color: #dbdbdb;
            font-size: 13px;
            padding: 0;
            margin: 0;
        }
        .header.standart_nav nav > ul li a:focus,
        .header.standart_nav nav > ul li a:hover,
        .header.transparent_nav nav > ul li a:focus,
        .header.transparent_nav nav > ul li a:hover,
        .header.radius_topmenu_nav nav > ul li a:focus,
        .header.radius_topmenu_nav nav > ul li a:hover {
            background: none;
        }
        .header.standart_nav nav > ul li ul,
        .header.transparent_nav nav > ul li ul,
        .header.radius_topmenu_nav nav > ul li ul {
            background-color: transparent;
            -webkit-box-shadow: none;
            position: relative;
            box-shadow: none;
            border: none;
            width: 100%;
            padding: 0;
            margin: 0;
        }
        .header.standart_nav nav > ul li ul li.dropdown-submenu > a:after,
        .header.transparent_nav nav > ul li ul li.dropdown-submenu > a:after,
        .header.radius_topmenu_nav nav > ul li ul li.dropdown-submenu > a:after {
            font-family: FontAwesome;
            position: absolute;
            content: '\f0d7';
            font-size: 10px;
            right: 10px;
        }
        .header.standart_nav nav > ul li .mega-content div div:first-child,
        .header.transparent_nav nav > ul li .mega-content div div:first-child,
        .header.radius_topmenu_nav nav > ul li .mega-content div div:first-child {
            margin-top: 15px;
        }
        .header.standart_nav nav > ul li .mega-content .mega-sub-title,
        .header.transparent_nav nav > ul li .mega-content .mega-sub-title,
        .header.radius_topmenu_nav nav > ul li .mega-content .mega-sub-title {
            display: block;
            color: #fff;
        }
        .header.standart_nav nav > ul li .mega-content .mega-sub-nav li:first-child,
        .header.transparent_nav nav > ul li .mega-content .mega-sub-nav li:first-child,
        .header.radius_topmenu_nav nav > ul li .mega-content .mega-sub-nav li:first-child {
            border: none;
        }
        footer.footer .ftop .container div div {
            margin-bottom: 50px;
        }
        footer.footer .ftop .container div div:last-child {
            margin-bottom: 0;
        }
        footer.footer .fbottom {
            text-align: center;
        }
        footer.footer .fbottom .logo {
            display: block;
        }
        footer.footer .fbottom .logo img {
            margin: auto;
        }
        footer.footer .fbottom .fmenu ul {
            float: none;
        }
        footer.footer .ftop .footer-menu {
            text-align: center;
        }
        footer.footer .ftop .contact {
            text-align: center;
        }
        footer.footer .fbottom .social {
            margin-left: auto;
            margin-right: auto;
            float: none;
        }
        .main section.archive .container .row div {
            border-right: none;
        }
        .main section.projets4 .owl-controls .owl-buttons {
            width: 100%;
        }
        .main article.page-404 div h1 {
            font-size: 100px;
        }
        .main article.page-404 div h2 {
            font-size: 18px;
        }
    }
    @media (max-width: 767px) {
        .header.radius_topmenu_nav {
            position: relative;
        }
        .header.radius_topmenu_nav .top > div > div .dropdown {
            color: #000 !important;
        }
        .slider3-t1,
        .slider3-t2 {
            margin-left: 30px;
        }
        .header.standart_nav .center .logo img {
            margin: 0 auto;
        }
        .header.standart_nav .rmenu {
            float: left;
        }
        .header.standart_nav .rmenu > div .dropdown-menu,
        .header.radius_topmenu_nav .rmenu > div .dropdown-menu {
            width: 94%;
        }
        .header.radius_topmenu_nav .radius {
            margin: 11px 0 !important;
        }
        .nav-tabs>li {
            float: left;
            margin-bottom: -1px;
            width: 100%;
            border-bottom: 1px solid #efefef;
        }
        .nav-tabs>li a {
            width: 100%;
        }
    }