/*
*******************************************
*******************************************

@File: Summit Theme Styles

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below>>>>>

*******************************************
*******************************************

==== INDEX PAGE CSS

** - Base CSS
** - is-sticky css
** - header-area css
** - mainmenu css
** - slider-area css
** - what-we-do-area css
** - section-title css
** - creative-area css
** - stats-area css
** - project-area css
** - author-area css
** - contact-area css
** - subscribe-area css
** - footer-top-area css
** - footer-area css
** - summit-cta-area css
** - benefits-area css
** - testimoneal-area css
** - we-are-area css
** - background css
** - preloder css





/* Base CSS */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

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

.fix {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

h1 {
	color: white;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Rubik', sans-serif;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #c29e16;
}

a:hover {
    text-decoration: none
}


/*=============================is-sticky css=========================*/

.is-sticky .header-area {
    background-color: #f7d87f;
    padding: 11px 0;
    z-index: 2 !important;
    height: 65px;
}

.is-sticky .header-area-2 {
    background: #4800e0 none repeat scroll 0 0;
    padding: 11px 0px;
    z-index: 2 !important;
}

.is-sticky .header-area-3 {
    background: #2097C0 none repeat scroll 0 0;
    padding: 11px 0;
    z-index: 2 !important;
}

.is-sticky .header-area-4 {
    background: #F98100 none repeat scroll 0 0;
    padding: 11px 0;
    z-index: 2 !important;
}

.is-sticky .header-area-5 {
    background: #62B600 none repeat scroll 0 0;
    padding: 11px 0;
    z-index: 2 !important;
}

.is-sticky .header-area-4 .mainmenu ul li a:hover {
    color: #a59055;
}

.is-sticky .header-area-5 .mainmenu ul li a:hover {
    color: #fff
}

.homepage-3-top-area .sticky-wrapper,
.homepage-2-top-area .sticky-wrapper {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}


/*===================header-area css==========*/

.header-area {
    padding-top: 0;
    position: fixed;
    width: 100%;
    height: 200px;
}

.sticky-wrapper{
    height: 200px !important;
}

.top_menu{
    padding-top: 45px;
    float: right;
}

.header-area-3 {
    padding-top: 45px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 9999;
    width: 100%;
}

.is-sticky .logo{
    /*width: 30%;*/
}

.is-sticky .top_menu{
    padding-top: 0
}

.logo {
    position: relative;
    width: 200px;
}

.logo img{
    position: absolute;
    left: 0;
    top: 0;
}

.logo img.logo_m {
    opacity: 0;
}


/*==============mainmenu css================*/

.mainmenu {}

.mainmenu ul {
    margin: 0;
    padding: 0;
}

.mainmenu ul li {
    list-style: none;
    display: inline-block;
    position: relative
}

.mainmenu ul li a {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 13px 20px
}

.mainmenu ul li:last-child a{
}

.mainmenu ul li a:hover {
    color: #b8c210;
}

.mainmenu ul li ul {
    left: 0px;
    margin: 0;
    padding: 13px 0;
    position: absolute;
    text-align: left;
    top: 0px;
    width: 200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: 0px;
    background-color: #3087F3
}

.mainmenu-2 ul li ul {
    background-color: #4800E0
}

.mainmenu-3 ul li ul {
    background-color: #329ac1
}

.mainmenu-4 ul li ul {
    background-color: #F98100
}

.mainmenu-4 ul li ul li a:hover {
    color: #fff
}

.mainmenu-5 ul li ul {
    background-color: #62B600;
}

.mainmenu-5 ul li ul li a:hover {
    color: #fff
}

.mainmenu ul ul li:hover:after {
    display: none
}

.mainmenu ul li:hover ul {
    top: 32px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 9999
}

.mainmenu ul ul li a {
    display: block;
    padding: 12px 20px;
}

.mainmenu-page-4 ul li a:hover {
    color: #F98100
}

.slicknav_menu {
    display: none;
}


/*===============slider-area css==========*/

.slider-area {}

.home-page-slider-items {}

.home-page-single-item {}

.home-page-single-item h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 300;
    line-height: 60px;
    padding-bottom: 30px;
    margin: 0
}

.home-page-single-item-4 h2 {
    padding-bottom: 10px
}

.home-page-single-item p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin: 0
}

.home-page-single-item-table {
    display: table;
    width: 100%;
    height: 670px
}

.home-page-single-item-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.home-page-single-item-3,
.home-page-single-item-4 {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-position: center
}

.home-page-single-item-3:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    content: "";
    z-index: -1
}

.home-page-3-single-slide-1 {
    background-image: url(img/slider-bg-1.jpg);
}

.home-page-3-single-slide-2 {
    background-image: url(img/slider-bg-1.jpg);
}

.home-page-3-single-slide-3 {
    background-image: url(img/slider-bg-1.jpg);
}

.homepage-4-img {
    float: right
}

.homepage-4-img img {
    max-height: 343px;
    max-width: 276px;
}

.homepage-4-img:after {
    background: #d36f00 none repeat scroll 0 0;
    content: "";
    height: 10px;
    position: absolute;
    right: -60px;
    top: 90px;
    width: 75px;
    z-index: -1;
}

.home-page-single-item-4 h2 {
    color: #222222;
}

.site-button {
    background: #b8c210 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    padding: 20px 30px;
    text-transform: uppercase;
    margin-top: 40px;
    display: inline-block;
}

.site-button i.fa-long-arrow-right {
    margin-left: 5px;
    color: #fff;
    font-size: 13px
}

.site-button:hover i.fa {
    color: #fff
}

.site-button-4 i.fa {
    color: #fff
}

.site-button:hover {
    background: #8d9714;
    color: #fff;
}

.site-button:hover i.fa-long-arrow-righ {
    color: #fff
}

.site-button-2 {
    display: inline-block;
}

.site-button-2 i.fa {
    color: #610be3
}

.site-button-2:hover i.fa {
    color: #fff
}

.site-button-4 {
    background-color: #F98100;
    color: #fff;
    padding: 20px 30px;
    display: inline-block
}

.video-play {
    position: relative;
}

.play-btn {
    background: #fff;
    border-radius: 50px;
    color: #b8c210;
    font-size: 20px;
    height: 40px;
    left: 42%;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 1;
    margin-left: -20px;
    margin-top: -20px
}

.video-play:after {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
}

.play-btn:after {
    border: 2px solid #fff;
    border-radius: 50px;
    content: "";
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    opacity: .50;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.play-btn-2 {
    background: none;
    color: #fff;
}

.home-page-2-slider-items .owl-dots div {
    background: #9E94C7;
    display: inline-block;
    height: 2px;
    margin: 3px;
    width: 25px;
}

.home-page-2-slider-items .owl-dots {
    bottom: 60px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.home-page-2-slider-items .owl-dots div.active {
    background: #fff;
}

.home-page-2-slider-items .owl-nav div {
    color: #afa6d0;
    display: inline-block;
    font-size: 30px;
    left: 11%;
    position: absolute;
    top: 50%;
    font-size: 25px
}

.home-page-2-slider-items .owl-nav div:hover {
    color: #3087F3
}

.home-page-2-slider-items .owl-nav .owl-next {
    left: auto;
    right: 11%;
}

.home-page-4-slider-items .owl-dots div {
    background: #222;
    display: inline-block;
    height: 2px;
    margin: 3px;
    width: 25px;
}

.home-page-4-slider-items .owl-dots {
    bottom: 0;
    margin-left: -525px;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
}

.home-page-4-slider-items .owl-dots div.active {
    background: #D36F00
}

.home-page-5-slider-items .owl-dots div.active {
    background: #62B600;
}

.home-page-5-slider-items .owl-dots div {
    background: #222;
    display: inline-block;
    height: 2px;
    margin: 3px;
    width: 25px;
}

.home-page-5-slider-items .owl-dots {
    bottom: 60px;
    position: absolute;
    right: 39%;
    text-align: right;
    width: 100%;
}

.home-page-2-slider-items .owl-dots div.active {
    background: #fff;
}

.home-page-3-slider-items .owl-dots div {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    height: 10px;
    margin: 10px;
    width: 10px;
}

.home-page-3-slider-items .owl-dots {
    margin: -5px 3px 3px;
    position: absolute;
    right: 14%;
    top: 50%;
}

.home-page-3-slider-items .owl-dot.active {
    background: #222
}


/*============what-we-do-area css===========*/

.what-we-do-area {
    padding-bottom: 40px;
    padding-top: 110px;
}

.what-we-do-area-2 {
    padding-bottom: 60px
}

.what-do-left {
    position: relative;
    /*padding-top: 80px*/
}

.what-do-left:after {
    position: absolute;
    right: -50px;
    top: 0;
    width: 1px;
    height: 475px;
    background: #fefaf1;
    content: ""
}

.we-do-text-3 {
    padding-top: 40px;
}

.what-we-do-text {
    padding-bottom: 20px
}

.single-we-do-item {
    margin-left: 44px;
    margin-top: 50px;
    position: relative;
}

.single-we-do-item h2,
.we-do-item-text h2 {
    color: #222222;
    font-size: 16px;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400
}

.single-we-do-item h2:hover {
    color: #610be3
}

.single-we-do-item h2:hover .single-we-do-item:after {
    color: #610be3
}

.single-we-do-item:after {
    background: #222 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -55px;
    position: absolute;
    top: 9px;
    width: 35px;
}

.single-we-do-item p,
.we-do-item-text p {
    font-size: 15px;
    color: #838a8b
}


/*===============================section-title css=================*/

.section-title {}

.section-title h2 {
    font-size: 38px;
    font-weight: 300;
    line-height: 50px
}

.section-title p {
    font-size: 15px;
    line-height: 22px;
}

.single-work-item {
    margin-bottom: 60px
}

.single-work-item > h2 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.single-work-item > h2 a {
    color: #3088f4;
    float: right
}

.single-work-item > p {
    font-size: 15px;
}


/*===============================creative-area css=========================*/

.creative-area {
    padding-bottom: 120px
}

.creativity-text {
    margin-top: 95px
}

.creativity-img {
    margin-top: 20px
}


/*==============================================stats-area css===============*/

.stats-area {
    padding: 45px 0;
    color: #fff;
}

.single-stat {
    text-align: center;
}

.single-stat h2 {
    font-size: 35px;
    font-weight: 300
}

.single-stat h2 span {
    padding-right: 5px;
}

.single-stat > p {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}


/*=====================project-area css===========================*/

.project-area {
    padding-bottom: 100px;
    padding-top: 113px;
	background-color: #fefaf1;
}

.project-area-2 {
    padding-bottom: 150px;
    padding-top: 113px;
}

.project-area-5 {
    padding-top: 120px
}

.project-text {
    margin-bottom: 80px
}

.project-hover h2 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 8px;
    color: #75663c;
}

.project-hover p {
    font-size: 11px;
    color: #222222;
    font-weight: 300
}

.single-project-item {
    background-repeat: no-repeat;
    background-size: cover;
    height: 257px;
    position: relative;
    background-position: center;
    margin-bottom: 20px;
}

.single-project-item-1 {
    background-image: url(img/avant-pop-up-01.jpg);
}

.single-project-item-2 {
    background-image: url(img/avant-pop-up-02.jpg);
}

.single-project-item-3 {
    background-image: url(img/avant-pop-up-03.jpg);
}



.single-project-item-5 {
    background-image: url(img/avant-pop-up-04.jpg);
}

.single-project-item-6 {
    background-image: url(img/avant-pop-up-05.jpg);
}

.project-hover {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    padding: 20px 10px;
    z-index: 1;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    transition: .5s;
    text-align: left
}

.single-project-item:hover .project-hover {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s;
}

.project-hover:after {
    background: #fefaf1; none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    transition: .5s;
}

.single-project-item:hover .project-hover:after {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s;
}

.project-hover > a {
    font-size: 18px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
}

.project-right {
    margin-top: 50px
}

.project-right p {
    font-size: 15px;
    color: #8f869d;
    line-height: 28px
}

.project-text-border {
    margin-left: 20px;
    margin-top: 25px;
    position: relative;
}

.project-text-border:after {
    background: #222 none repeat scroll 0 0;
    content: "";
    height: 40px;
    left: -20px;
    position: absolute;
    top: 8px;
    width: 2px;
}

.project-hover-2 {
    bottom: 0;
    left: 0;
    padding: 20px 10px;
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}

.project-hover-2-table {
    display: table;
    width: 100%;
    height: 257px
}

.project-hover-2-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.single-project-item:hover .project-hover-2 {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s;
}

.project-hover-2:after {
    background: #222 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    transition: .5s;
}

.single-project-item:hover .project-hover-2:after {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s;
}

.project-hover-2 h2 {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    margin-bottom: 10px
}

.project-hover-2 p {
    font-size: 11px;
    color: #969696;
    font-weight: 300;
    margin: 0
}

.project-lists-2 .owl-dots div {
    background: #838383 none repeat scroll 0 0;
    display: inline-block;
    height: 2px;
    margin: 3px;
    width: 25px;
}

.project-lists-2 .owl-dots {
    bottom: -38px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.project-lists-2 .owl-dot.active {
    background: #4800E0
}

.project-option {}

.project-option ul {
    margin: 0;
    padding: 0;
}

.project-option ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 15px;
    color: #8a989b;
    font-size: 15px
}

.homepage-3-project-area {
    cursor: pointer;
    padding-bottom: 95px;
    padding-top: 113px;
}

.project-option {
    margin-bottom: 70px
}

.single-project-isotope-item {
    border-bottom: 2px solid #fff;
}

.single-project-isotope-item:hover {
    border-bottom: 2px solid #2097C0
}

.happy-customer-text h2 {
    margin-top: 65px;
}

.single-happy-customer-item h3 {
    margin-top: 25px
}

.happy-customer-area-4 {
    padding-bottom: 109px
}

.happy-customer-text-page-4 {
    margin-bottom: 60px
}

.project-hover-4 {
    text-align: center
}


/*=====================author-area css=================================*/

.author-area {
    padding-top: 112px;
    text-align: center;
    padding-bottom: 107px;
}

.author-text h2 {
    margin-bottom: 25px;
}

.single-author h3 {
    font-weight: 500;
    padding-top: 35px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 10px;
}

.single-author h4 {
    font-weight: 300;
}

.author-lists .owl-nav div {
    color: #222;
    display: inline-block;
    font-size: 30px;
    left: -15%;
    position: absolute;
    top: 50%;
}

.author-lists .owl-nav div:hover {
    color: #3087F3
}

.author-lists .owl-nav .owl-next {
    left: auto;
    right: -15%;
}

.single-author {
    padding-top: 20px;
}


/*====================contact-area css================*/

.contact-area input[type="text"] {
    height: 50px;
    width: 100%;
    border: none;
    padding: 0px 18px;
    margin-bottom: 10px;
    color: #a59055;
    font-weight: 300;
    margin-bottom: 20px;
}

.subscribe-area input::-webkit-input-placeholder {
    color: #fff;
}

input[type="text"] {
    box-shadow: none;
}

input[type="submit"] {
    box-shadow: none;
}

textarea {
    box-shadow: none
}

input:focus {
    outline: none
}

textarea:focus {
    outline: none
}

.contact-area textarea {
    width: 100%;
    height: 188px;
    border: none;
    padding: 18px;
    margin-bottom: 10px;
    color: #ccb269;
    font-weight: 300;
    margin-bottom: 20px;
}

.contact-area button[type="submit"] {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 20px 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 5px;
    border: none;
    margin-top: 10px
}

.contact-area-page-4 button[type="submit"] {
    background-color: #F98100;
}

.contact-area {
    padding-bottom: 120px;
    padding-top: 120px;
}

.contact-area-2 {
    padding-top: 100px
}

.contact-area-5 {
    padding-bottom: 120px;
    padding-top: 112px;
}

.contact-text {
    margin-bottom: 70px
}

.contact-info-bottom {
    margin-top: 55px;
    padding-left: 30px
}

.contact-info-bottom-icon {
    margin-left: 25px;
    position: relative;
}

.contact-info-bottom-icon i.fa {
    left: -25px;
    position: absolute;
    top: 7px;
}

.contact-info-bottom p,
.contact-info-bottom a {
    font-size: 16px;
    color: #a59055;
    font-weight: 300
}

.contact-info-bottom i.fa {
    ;
    color: #2097C0;
    font-size: 15px;
}


/*====================================subscribe-area css=====================*/

.subscribe-area {
    background-color: #3088f4;
    padding: 55px 0;
    color: #fff;
}

.subscribe-form {
    padding-top: 20px;
}

.subscribe-area h2 {
    font-weight: 300;
    font-size: 40px
}

.subscribe-area input[type="text"] {
    border: 1px solid #155ad9;
    border-radius: 50px;
    color: #8dbbf3;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 0;
    padding: 0px 40px;
    width: 472px;
    height: 56px;
}

.subscribe-area [type="submit"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    height: 55px;
    letter-spacing: 3px;
    margin-left: -50px;
    margin-top: -1px;
    padding: 0 40px;
    text-transform: uppercase;
    display: inline-block;
}

.subscribe-4-area {
    margin-top: 70px;
    background-color: #F98100
}

.subscribe-4-area input[type="text"] {
    background: #d36f00 none repeat scroll 0 0;
    border: 1px solid #D36F00;
    color: #fff
}

.subscribe-4-area input[type="submit"] {
    color: #222
}

.input-padding {
    padding-top: 20px;
}

.subscribe-form input[type="text"] {
    width: 570px;
}

.subscribe-form form {
    margin: 0;
}


/*===================================footer-top-area css=================================*/

.footer-top-area {
    padding-bottom: 110px;
    padding-top: 120px;
}

.footer-top-area h2 {
    margin: 0;
    margin-bottom: 30px;
    color: #415b7a;
    font-size: 18px;
    font-weight: 500;
}

.footer-top-area p {
    color: #8698af;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
    padding-bottom: 3px;
}

.footer-top-area p span {
    color: #222222;
}

.footer-top-area ul {
    margin: 0;
    padding: 0
}

.footer-top-area ul li {
    list-style: none;
}

.footer-top-area ul li a,
.footer-top-area a {
    color: #8698af;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}

.footer-top-area ul li a:hover {}


/*==============================footer-area css================================*/

.footer-area {
    padding: 25px 0;
    font-size: 16px;
    font-weight: 300;
}

.footer-area p {
    margin: 0;
}

.footer-area p span {
    color: #2B75F4
}


/*======================================summit-cta-area css===========================*/

.summit-cta-area {
    background: #4800E0;
    padding: 50px 0;
    color: #fff
}

.summit-cta-area h2 {
    font-size: 37px;
    font-weight: 300;
    margin: 0;
    padding-top: 2px;
}

.sumit-cta-btn {
    text-align: right
}

.summit-cta-area a {
    display: inline-block;
}

.summit-cta-area-2 {
    background-color: #2973F4
}

.summit-cta-area-4 {
    background-color: #F98100
}

.summit-cta-btn {
    text-align: right;
}

.cta-button {
    background: #b8c210 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    padding: 20px 30px;
    text-transform: uppercase;
    display: inline-block;
}

.cta-button:hover {
    background: #8d9714;
    color: #fff;
}


/*====================================benefits-area css====================================*/

.benefits-area {
    padding: 120px 0;
    background-color: #F9F6FF;
}

.benefits-video:after {
    background: #222 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
}

.benefits-video a img {
    width: 100%
}

.benefits-video {
    position: relative;
}

.benefits-text > h2 {
    font-size: 40px;
    font-weight: 300;
}

.benefits-text > p {
    color: #8f869d;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}

.benefits-text h4 {
    color: #222;
    font-size: 16px;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 35px;
    text-transform: uppercase;
    font-weight: 400
}

.benefits-text h2 {
    margin: 0 0 25px;
}


/*===========================testimoneal-area css===========================*/

.single-testimoneal-item .fa-quote-left,
.single-happy-customer-item .fa-quote-left {
    background: #222 none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    height: 30px;
    left: -60px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 30px;
}

.single-testimoneal-item,
.single-happy-customer-item {
    margin-left: 60px;
    position: relative;
}

.testimoneal-text {
    margin-bottom: 76px
}

.testimoneal-area {
    padding-top: 120px
}

.single-testimoneal-item > p,
.single-happy-customer-item p,
.happy-customer-text-page-4 p {
    color: #8f869d;
    font-size: 15px;
    font-style: italic;
    line-height: 28px;
    margin: 0
}

.single-testimoneal-item h3,
.single-testimoneal-item-5 h3 {
    color: #222;
    font-size: 18px;
    margin: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
    margin-top: 30px;
    position: relative
}

.testimoneal-border {
    position: relative;
    padding-top: 25px
}

.testimoneal-border:after {
    position: absolute;
    left: 0;
    top: 0;
    background: #4800E0;
    content: "";
    width: 40px;
    height: 2px
}

.single-testimoneal-item h4,
.single-testimoneal-item-5 h4 {
    color: #717171;
    font-size: 16px;
    font-weight: 300;
}

.testimoneal-lists-5 .owl-nav div {
    color: #222;
    display: inline-block;
    font-size: 30px;
    left: -7%;
    position: absolute;
    top: 50%;
}

.testimoneal-lists-5 .owl-nav div:hover {
    color: #62B600
}

.testimoneal-lists-5 .owl-nav .owl-next {
    left: auto;
    right: -7%;
}


/*====================================we-are-area css====================================*/

.we-are-area {
    padding-bottom: 98px;
    padding-top: 115px;
}

.we-are-area-4 {
    padding-bottom: 114px
}

.we-are-area-5 {
    padding-bottom: 60px;
    padding-top: 120px;
}

.we-are-item,
.we-do-item {
    position: relative;
    padding-left: -10px
}

.we-are-item .fa-check,
.we-do-item .fa-check {
    border: 2px solid #2097c0;
    border-radius: 50px;
    color: #2097c0;
    height: 25px;
    left: -55px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 25px;
    line-height: 19px;
}

.we-are-text-top {
    margin-bottom: 50px
}

.we-are-text h2,
.we-do-item h2,
.happy-customer-text h2,
.contact-info-text h2,
.happy-customer-text-page-4 h2 {
    color: #222;
    font-size: 40px;
    font-weight: 300;
}

.we-are-text h3,
.we-do-item h3,
.we-are-item-4 h3,
.page-5-single-we-are-text h2,
.single-we-do-text-item h2 {
    font-size: 16px;
    color: #222;
    text-transform: uppercase;
    font-weight: 400
}

.we-are-text p,
.we-do-item p,
.contact-info-text p,
.we-are-item-4 p,
.page-5-single-we-are-text p,
.we-do-text-5,
.single-we-do-text-item p,
.testimoneal-area-5 p,
.we-do-item-text p {
    color: #a59055;
    font-size: 15px;
    line-height: 28px;
    margin: 0
}

.we-are-text-4-page {
    margin-bottom: 68px
}

.we-are-item-4 {
    margin-left: -44px;
}

.we-are-item-4 .fa-check {
    border: 2px solid #F98100;
    border-radius: 50px;
    color: #F98100;
}

.page-5-single-we-are-text {
    margin-bottom: 45px;
}

.we-are-img {
    position: relative
}

.we-are-img:after {
    position: absolute;
    left: -20px;
    top: 50px;
    width: 60px;
    height: 2px;
    background: #2097C0;
    content: ""
}

.we-do-area {
    padding-bottom: 100px
}

.we-do-area-4-page {
    background-color: #F7F7F6;
    padding: 114px 0
}

.we-do-area-5 {
    padding-bottom: 120px;
}

.we-do-img,
.customer-img {
    position: relative
}

.we-do-img:after,
.customer-img:after {
    background: #2097c0 none repeat scroll 0 0;
    content: "";
    height: 2px;
    position: absolute;
    right: -10px;
    top: 30px;
    width: 60px;
}

.we-do-item {
    margin-top: 40px
}


/*==========================background css=========================*/

.single-work-item > h2 a,
.project-hover i.fa,
.footer-top-area ul li a:hover,
.footer-top-area a:hover {
    color: #8d9714;
}

.author-area,
.contact-area input[type="text"],
.contact-area textarea,
.footer-area {
    background-color: #fefaf1;
}

.top-area {
    /*background-color: #3088f4*/
    background: url(img/Fond-header.jpg) no-repeat center 0 #3088f4;
    background-size: cover;
}

.stats-area {
    background-color: #3088f4
}

.subscribe-area {
    background-color: #3088f4
}

.contact-area button[type="submit"] {
    background-color: #b8c210;
}

.subscribe-area input[type="text"] {
    background-color: #155AD9
}

.video-play:after {
   /* background-color: #3088f4; */
}

.play-btn i.fa {
    font-size: 16px;
}

.subscribe-area input[type="text"] {
    border-color: #155ad9;
}

.section-title h2,
.single-work-item h2,
.single-author h3,
.subscribe-area [type="submit"],
project-hover h2 {
    color: #75663c;
}

.what-do-left p,
.single-work-item p,
.single-author,
.single-author h4,
.project-area p {
    color: #a59055;
}

.single-testimoneal-item:hover i.fa {
    background-color: #4800E0;
}

.single-testimoneal-item-3:hover i.fa {
    background-color: #2097C0;
}

.single-testimoneal-item-4:hover i.fa {
    background-color: #F98100
}

.page-2-top-area,
.subscribe-area-page-2,
.summit-cta-area-page-2,
.contact-area-2 button[type="submit"],
.single-testimoneal-item h3:after {
    background-color: #4800E0;
}

.footer-area-page-2 p span,
.footer-top-area-2 ul li a:hover,
.footer-top-area-2 a:hover {
    color: #4800E0
}

.subscribe-area-page-2 input[type="text"] {
    background-color: #3600AA;
}

.subscribe-area-page-2 input[type="text"] {
    border-color: #3600AA;
    color: #8a59d3
}

.footer-area-page-2 {
    background-color: #F4EEFF
}

.contact-area-2 textarea {
    background: #F6F3FB none repeat scroll 0 0;
}

.contact-area-2 input[type="text"] {
    background: #F6F3FB none repeat scroll 0 0;
}

.mainmenu-2 ul li a {
    color: #afa6d0
}

.mainmenu-2 ul li a:hover {
    color: #fff
}

.what-we-do-area,
.project-area,
.benefits-text p,
.project-area-2,
.testimoneal-area-2,
.testimoneal-area-2 p,
.testimoneal-area-2 h4,
.footer-top-area ul li a,
.footer-top-area p,
.footer-top-area a {
    color: #a59055;
}

.footer-area-page-2 {
    background-color: #F4EEFF;
    color: #617083
}

.mainmenu-3 ul li a,
.we-are-item-3 i.fa,
.footer-top-area-3 ul li a:hover,
.footer-top-area-3 a:hover {
    color: #8ee7fa
}

.mainmenu-3 ul li a:hover {
    color: #fff
}

.we-are-area-3 p,
.we-do-area-3 p,
.homepage-3-project-area p,
.homepage-3-project-area .project-option ul li,
.happy-customer-text-3 p,
.happy-customer-text-3 h4 {
    color: #84898a;
    margin: 0
}

.summit-cta-area-3,
.subscribe-area-3,
.contact-area-3 button[type="submit"] {
    background-color: #f7d87f;
}

.subscribe-area-3 input[type="text"] {
    border-color: #1B7795;
    background-color: #1B7795;
    color: #bfe4ec
}

.happy-customer-area-3 {
    padding-bottom: 100px
}

.contact-info-bottom-3 i.fa {
    color: #2097C0
}

.footer-top-area-3 ul li a {
    color: #687173
}

.footer-top-area-3 {
    background-color: #EFFCFF
}

.footer-area-3 {
    background-color: #E3F0F2;
    color: #617083
}

.contact-area-3 textarea {
    background: #EFFCFF none repeat scroll 0 0;
}

.contact-area-3 input[type="text"] {
    background: #EFFCFF none repeat scroll 0 0;
}

.we-are-item-3 i.fa {
    border-color: #8ee7fa
}

.home-page-single-item-3:after {
    background-color: #329AC1
}

.contact-area-3 input[type="text"],
.contact-area-3 textarea {
    background: #F8FEFF;
    border: 1px solid #CFDADC
}

.contact-info-bottom-page-4 i.fa {
    ;
    color: #F98100;
    font-size: 15px;
}

.footer-top-area-4 {
    background-color: #FFFAF3
}

.footer-area-4 {
    background-color: #F8E9D7;
    color: #988973;
}

.footer-area-4 p span,
.footer-top-area-4 ul li a:hover,
.footer-top-area-4 a:hover {
    color: #F98100
}

.contact-area-page-4 input[type="text"],
.contact-area-page-4 textarea {
    background-color: #FFFCFA;
    border: 1px solid #E5D5BD
}

.contact-area-page-4 button[type="submit"] {
    background-color: #F98100;
}

.subscribe-4-area {
    background-color: #F98100
}

.subscribe-4-area input[type="text"] {
    border-color: #D36F00;
    background-color: #D36F00;
    color: #fae2bf
}

.mainmenu-4 ul li a {
    color: #222
}

.mainmenu-4 ul li a:hover {
    color: #F98100
}

.mainmenu-5 ul li a {
    color: #222
}

.home-page-single-item-5 {
    position: relative
}

.home-page-single-item-5 {
    padding-top: 90px;
}

.home-page-single-item-5:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(img/home-page-5-slider-img-1.jpg);
    content: "";
}

.home-page-single-item-5:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #62B600;
    content: "";
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: 1
}

.home-page-single-item-5 h2 {
    color: #222;
    margin-bottom: 60px
}

.home-page-single-item-5 {
    padding-left: 100px
}

.site-button-3 {
    background-color: #62B600;
    color: #fff
}

.we-do-text-5 {
    margin-bottom: 80px
}

.single-we-do-text-item {
    text-align: center;
    background-color: #F7F7F7;
    padding: 70px 30px;
    border-radius: 5px;
}

.single-we-do-text-item h2 {}

.single-we-do-text-item p {}

.single-we-do-text-item:hover {
    background-color: #62B600;
}

.single-we-do-text-item:hover h2,
.single-we-do-text-item:hover p {
    color: #fff
}

.subscribe-area-5,
.summit-cta-area-5 {
    background-color: #62B600
}

.subscribe-area-5 input[type="text"] {
    border-color: #589C00;
    background-color: #589C00;
    color: #bee58b
}

.testimoneal-area-5 {
    background: #f5f7f1 none repeat scroll 0 0;
    padding-bottom: 110px;
    padding-top: 120px;
}

.single-testimoneal-item-5 i.fa.fa-quote-left {
    background: #62B600;
    color: #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 35px
}

.testimoneal-area-5 h2 {}

.testimoneal-area-5 p {}

.footer-area-5 {
    background-color: #E8F2DB
}

.mainmenu-5 ul li a:hover {
    color: #62B600
}

.contact-area-5 button[type="submit"] {
    background-color: #62B600
}

.contact-area button:hover[type="submit"] {
    background-color: #8d9714;
    color: #fff;
}


/*==============preloder css==============*/

.preloder-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: 999
}

.preloder-inner {}

.preloder-inner ul {
    text-align: center;
    font-size: 0;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -22px;
    padding: 0;
}

.preloder-inner ul li {
    display: inline-block;
    width: 8px;
    height: 45px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: colorbars 333ms alternate infinite cubic-bezier(0.2, 0, 0.5, 1);
    animation: colorbars 333ms alternate infinite cubic-bezier(0.2, 0, 0.5, 1);
}

.preloder-inner .one {
    background: #f7d87f;
    border-radius: 3px 0 0 3px;
}

.preloder-inner .two {
    background: #a59055;
}

.preloder-inner .three {
    background: #75663c;
}

.preloder-inner .four {
    background: #b8c210;
}

.preloder-inner .five {
    background: #8d9714;
    border-radius: 0 3px 3px 0;
}

.preloder-inner li:nth-of-type(1) {
    -webkit-animation-delay: 111ms;
    animation-delay: 111ms;
}

.preloder-inner li:nth-of-type(2) {
    -webkit-animation-delay: 222ms;
    animation-delay: 222ms;
}

.preloder-inner li:nth-of-type(3) {
    -webkit-animation-delay: 333ms;
    animation-delay: 333ms;
}

.preloder-inner li:nth-of-type(4) {
    -webkit-animation-delay: 444ms;
    animation-delay: 444ms;
}

.preloder-inner li:nth-of-type(5) {
    -webkit-animation-delay: 555ms;
    animation-delay: 555ms;
}

@-webkit-keyframes colorbars {
    to {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
}

@keyframes colorbars {
    to {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
}

.grecaptcha-badge {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.formul p.reponse{
    width: 100%;
    font-size: 18px;
    margin: 10px 0 0;
    text-align: center;
}

.formul p.rouge{
    color: #f00;
}

.formul p.vert{
    color: #216b21;
}



@media screen and (max-width: 768px){
    .top_menu {
        padding: 45px 0 0;
    }

    .logo img {
        max-width: 150px;
    }

    .mainmenu ul li a {
        padding: 13px 15px;
    }
}