/*
***************************************************** /

* Theme Name: Lauria

* Theme URI: http://lauria0.eb2a.com/index_en.html

* Author: Bouthaina

* Author URI: https://themeforest.net/user/bouthaina09

* Description:  Lauria - One Page Responsive Template

* Version: 1.0.0

* Tags: html5, css3, jquery, bootstrap, theme, template, modern, responsive, personal, cv, team, corporate, business

*****************************************************/

/*
|------------------------------------------------------
| CSS INDEX
|------------------------------------------------------

1. GLOBAL STYLESHEET

2. NAVBAR & HEADER

3. ABOUT SECTION

4. SERIVES SECTION

5. TEAM SECTION 

6. SUBSCRIBE SECTION

7. WROK SECTION

8. CLIENTS SECTION

9. CONTACT SECTION

10. FOOTER


/*==========================================================

                    1. START GLOBAL STYLESHEET

===========================================================*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow: hidden;
    overflow-x: hidden!important;
    background-color: #ededf5;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

.quote {
    font-size: 19px;
    margin-top: 0px;
    padding-bottom: 10px;
    text-align: center;
    display: block;
    font-style: italic;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

/*==========================================================

                    2. START NAVBAR & HEADER

===========================================================*/

/**************** Start NAVBAR **************/

.nav {
    height: 60px;
    width: 100%;
    position: fixed;
    background-color: rgba(237,237,245,0.9);
    z-index: 99;
}

.nav .logo{
    position: absolute;
    top: 5px;
    left: 48vw;
    height: 50px;
}

.nav .left-nav {
    position: absolute;
    right: 7%;
    top: 0;
}

.nav .left-nav a {
    cursor: pointer;
    padding-right: 10px;
    color: #40454a;
    text-decoration: none;
}

.nav .left-nav a:hover {
    text-decoration: underline;
}

.nav .navcontact {
    display: inline-block;
    margin: 20px;
}

.nav .navcontact a{
    text-decoration: none!important;
    width: 50px;
    height: 20px;
    background-color: #283a82;
    padding: 8px 20px;
    text-align: center;
    letter-spacing: 5px;
    color: #ededf5;
    cursor: pointer;
}

.nav .menu {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    background-color: #FFF;
    transform: translate3d(-300px, 0, 0);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.active-nav .menu {
    transform: translate3d(0,0,0);
} 

.nav .menu ul {
    padding-top: 20px;
    text-align: center;
    margin-bottom: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.nav .menu ul li {
    margin: 30px auto 10px;
    transition: all .6s ease-in-out;
}

.nav .menu ul li a {
    text-decoration: none;
    color: #40454a;
}

.nav .menu ul li.active {
    border-bottom: 1px solid rgba(64,69,74,0.7);
}

.nav .menu ul li.active,
.nav .menu ul li a:hover {
    opacity: 0.7;
    width: 40%;
    padding-bottom: 6px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.nav .menu input[type="search"] {
    border: 1px solid #40454a;
    background-color: transparent;
    padding: 6px;
    width: 160px;
    display: block;
    text-align: center;
    margin: 33px auto;
}

.nav .menu a {
    text-decoration: none;
    color: #40454a;
    opacity: 0.7
}
.nav .menu a:hover {
    opacity: 1;
}

.nav .menu a i {
    margin: 30px 15px;
    cursor: pointer;
}

.nav .nav-toggle-btn {
    display: block;
    position: absolute;
    left: 200px;
    text-decoration: none;
}
.nav h3 {
    cursor: pointer;
    font-size: 18px;
    color: #333;
}

/**************** End NAVBAR **************/

/**************** Start HEADER **************/

.header {
    min-height: 100vh;
    width: 100%;
    background-image: url("../images/background/no-to-war-in-ukraine_darker.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
    padding: 120px 0;
    text-align: center;
    position: relative;
    z-index: 0;
    color: #ededf5;
}

.header .title h2 {
    font-size: 35px;
}

.header .title h3 {
    margin-bottom: 25px;
}

.header .title p {
    margin: 18px 33% 50px;
    font-size: 16px;
    line-height: 1.6;
}

.header p {
    font-size: 16px;
}

.header a {
    text-decoration: none;
    color: #283a82;
}


@keyframes translate {
    0% {
      opacity: .9
    }
    50% {
     -webkit-transform: translateY(12px)  scale(1);
      opacity: 0.3;
    }
    100% {
    -webkit-transform:  scale(1);
      opacity: .6;

    }
    100% {
    -webkit-transform:  scale(1);
      opacity: .9;

    }
}

/**************** End HEADER **************/


/*==========================================================

                    3. START SUPPORT SECTION

===========================================================*/

.support {
    padding: 70px 0;
    text-align: center;
    position: relative;
    z-index: 0;
}

.support .title h2 {
    font-size: 35px;
}

.support .title h3 {
    margin-bottom: 25px;
}

.support .title p {
    margin: 18px 33% 50px;
    font-size: 16px;
    line-height: 1.6;
}

.support p {
    font-size: 16px;
}

.support a {
    text-decoration: none;
    color: #283a82;
}


/*==========================================================

                    4. START USE SECTION

===========================================================*/

.use {
    position: relative;
    background-color: #002e44;
    color: #ededf5;
    text-align: center;
    padding: 70px 0;
    z-index: 1;
}

.use .title h2 {
    font-size: 35px;
}

.use .title h3 {
    margin-bottom: 25px;
}

.use .title p {
    margin: 18px 33% 50px;
    font-size: 13px;
    line-height: 1.6;
}

.use p {
    font-size: 16px;
}

.use a {
    text-decoration: none;
    color: #a5b6f3;
}


/*==========================================================

                    5. START FIFF SECTION

===========================================================*/


.fiff {
    padding: 70px 0;
    text-align: center;
    position: relative;
    z-index: 0;
}

.fiff .title h2 {
    font-size: 35px;
}

.fiff .title h3 {
    margin-bottom: 25px;
}

.fiff .title p {
    margin: 18px 33% 50px;
    font-size: 16px;
    line-height: 1.6;
}

.fiff p {
    font-size: 16px;
}

.fiff a {
    text-decoration: none;
    color: #283a82;
}



/*==========================================================

                   6. START IMPRINT SECTION

===========================================================*/

.imprint {
    position: relative;
    background-color: rgba(0,46,68,0.8);
    color: #ededf5;
    text-align: center;
    padding: 70px 0;
    z-index: 1;
}

.imprint .title h2 {
    font-size: 35px;
}

.imprint .title h3 {
    margin-bottom: 25px;
}

.imprint .title p {
    margin: 18px 33% 50px;
    font-size: 16px;
    line-height: 1.6;
}

.imprint p {
    font-size: 16px;
}

.imprint a {
    text-decoration: none;
    color: #a5b6f3;
}

/*==========================================================

                    7. START LIGHT SECTION

===========================================================*/


.light {
    padding: 70px 0;
    text-align: center;
    position: relative;
    z-index: 0;
}

.light .title h2 {
    font-size: 35px;
}

.light .title h3 {
    margin-bottom: 25px;
}

.light .title p {
    margin: 18px 33% 50px;
    font-size: 16px;
    line-height: 1.6;
}

.light p {
    font-size: 16px;
}

.light a {
    text-decoration: none;
    color: #283a82;
}

/*==========================================================

                    8. START DARK SECTION

===========================================================*/

.dark {
    position: relative;
    background-color: #002e44;
    color: #ededf5;
    text-align: center;
    padding: 70px 0;
    z-index: 1;
}

.dark .title h2 {
    font-size: 35px;
}

.dark .title h3 {
    margin-bottom: 25px;
}

.dark .title p {
    margin: 18px 33% 50px;
    font-size: 13px;
    line-height: 1.6;
}

.dark p {
    font-size: 16px;
}

.dark a {
    text-decoration: none;
    color: #a5b6f3;
}


/*==========================================================

                    10. START FOOTER

===========================================================*/

footer {
    position: relative;
    background-color: rgba(0,46,68,0.6);
    color: #ededf5;
    text-align: center;
    padding: 20px 0;
    z-index: 1;
}

footer .title p {
    margin: 18px 33% 50px;
    font-size: 16px;
    line-height: 1.6;
}

/* Start ScrollTop */

.scrolltop {
    position: relative;
    display: none;
}

.scrolltop i {
    z-index: 999;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #333;
    background-color: rgba(0,0,0,.3);
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 2px;
}

/* End ScrollTop */

/* Start Loading */

.loading-overlay {
    background: #FFF;
    color: #444;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    padding-top: calc((100vh / 2) - 20px);
}

.cssload-loader {
	position: relative;
	left: calc(50% - 31px);
	width: 62px;
	height: 62px;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	perspective: 780px;
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;	
}

.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
		-o-animation: cssload-rotate-one 1.15s linear infinite;
		-ms-animation: cssload-rotate-one 1.15s linear infinite;
		-webkit-animation: cssload-rotate-one 1.15s linear infinite;
		-moz-animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
		-o-animation: cssload-rotate-two 1.15s linear infinite;
		-ms-animation: cssload-rotate-two 1.15s linear infinite;
		-webkit-animation: cssload-rotate-two 1.15s linear infinite;
		-moz-animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
		-o-animation: cssload-rotate-three 1.15s linear infinite;
		-ms-animation: cssload-rotate-three 1.15s linear infinite;
		-webkit-animation: cssload-rotate-three 1.15s linear infinite;
		-moz-animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 3px solid rgb(0,0,0);
}

@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-one {
	0% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-one {
	0% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-one {
	0% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-two {
	0% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-two {
	0% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-two {
	0% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-three {
	0% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-three {
	0% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-three {
	0% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

/* End Loading */
