body{
    font-family: 'Source Sans Pro', sans-serif !important;
    background: #fff;
}

.pagetops{
    padding-top: 70px;
    text-align: center;
}

.pagetops h2{
    font-weight: bold;
    color: #010101,
}

.pagetops p{
    padding-bottom: 70px;
    font-size: 1.2rem;
    margin-left: 22%;
    margin-right: 22%;
    color: #898989;
}


/*Header*/

header{
    padding-top: 20px;
    height: 80px;
    color: #222;
    background-image: url(background_section1.png);
}

header .row {
    align-items: baseline;
}

header .col-xl-4 i{
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
}

header .col-xl-4 i:hover{
    color:#717171;
}

header .col-xl-4 img{
    margin-right: 10px;
}

header .col-xl-4 p{
    text-transform: lowercase;
    font-size: 20px;
    font-weight: bold;
}

header .col-xl-4 p:hover{
    color: #717171;
}

#header_col1{
    text-align: left;
}

#header_col2{
    text-align: center;
}

#header_col3{
    text-align: right;
}


/*Section 1 Inspire your inspiration*/

#inspire_your_inspiration{
    text-align: center;
    color: #222;
    background-image: url(background_section1_2.png);
}

#section1_div h1{
    padding-top: 160px;
    font-size: 45px;
    font-weight: bold;
}

#section1_div p{
    margin: 20px 450px 20px 450px;
    font-size: 17px;
}

#section1_getstart{
    margin: auto auto;
    width: 220px;
    height: 55px;
    background-color: #717171;
    padding-top: 5px;
}

#section1_getstart:hover{
    background-color: #222;
}

#section1_getstart p{
    text-transform: uppercase;
    margin-top: 8px;
    font-weight: bold;
    font-size: 20px;
    color: #010101;
}

#inspire_your_inspiration i{
    margin-top: 140px;
    margin-bottom: 50px;
    font-size: 25px;
}


/*Section 2 Tinyone features*/

#tinyone_features{
    padding-bottom: 100px;
}

/* /!\ 3 petites .row dans 2 grandes .row*/
#tinyone_features .col-3 i{
    font-size: 2.2rem;
    margin-left: 2rem;
}

#tinyone_features .col-9 h3{
    font-weight: bold;
    color: #010101;
    font-size: 1.2rem;
    text-transform: capitalize;
}

#tinyone_features .col-9 p{
    color: #898989;
    margin-bottom: 50px;
    font-size: 1.1rem;
}


/*Section 3 Pricing and free trial*/

#pricing_and_free_trial{
    padding-bottom: 150px;
}

#pricing_and_free_trial .row{
    margin-left: 15%;
    margin-right: 15%;
}

#pricing_and_free_trial .col-xl-4{
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

#pricing_and_free_trial .col-xl-4 i{
    font-size: 2.5rem;
}

#pricing_and_free_trial .fa-tablet-alt_div{
    background-color: #ebebeb;
    width: 7rem;
    height: 7rem;
    display: inline-block;
    border-radius: 90px;
}

#pricing_and_free_trial .fa-tablet-alt{
    color: #010101;
    margin-top: 2.3rem;
}

#pricing_and_free_trial .fa-laptop_div{
    background-color: #010101;
    width: 7rem;
    height: 7rem;
    display: inline-block;
    border-radius: 90px;
}

#pricing_and_free_trial .fa-laptop{
    color: #fff;
    margin-top: 2.3rem;
}

#pricing_and_free_trial .fa-desktop_div{
    background-color: #ebebeb;
    width: 7rem;
    height: 7rem;
    display: inline-block;
    border-radius: 90px;
}

#pricing_and_free_trial .fa-desktop{
    margin-top: 2.3rem;
    color: #010101;
}

#pricing_and_free_trial .col-xl-4 h3{
    font-weight: bold;
    padding-top: 30px;
    color: #010101;
}

#pricing_and_free_trial .col-xl-4 p{
    color: #898989;
    margin-bottom: 45px;
}

#pricing_and_free_trial .col-xl-4 .section3_price{
    text-transform: uppercase;
    font-weight: bold;
    color: #010101;
    font-size: 2.1rem;
    margin-bottom: 0;
}

#pricing_and_free_trial .col-xl-4 .section3_trial{
    text-transform: uppercase;
    padding: 10px;
    margin: 0 30px 0 30px;
    border: 1px solid #010101;
    color: #010101;
    font-weight: bold;
}

#pricing_and_free_trial .col-xl-4 .section3_trial:hover{
    background-color: #ebebeb;
}

#pricing_and_free_trial .col-xl-4 .dark_divider{
    background: #010101;
    height: 2px;
    width: 50px;
    display: inline-block;
    vertical-align: top;
    
}

#pricing_and_free_trial .col-xl-4 .section3_time{
    margin-top: -1.2rem;
    text-transform: lowercase;
}


/*Section 4 Our works*/

#our_works{
    padding-bottom: 100px;
    text-align: center;
}

#our_works .col-xl-3{
    padding-bottom: 30px;
}

#our_works .col-xl-3 h3{
    font-size: 1.2rem;
    font-weight: bold;
}

#our_works .col-xl-3 .design_branding{
    font-size: 1rem;
    color: #898989;
    margin-top: -5px;
}

#our_works .col-xl-3 .col-6{
    color: #fff;
}

#our_works_img1{
    background-image: url(our_works_img1.png);
    height: 220px;
    width: 220px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#our_works_img1:hover{
    background-image: url(our_works_img1-2.png);
}

#our_works_img2{
    background-image: url(our_works_img2.png);
    height: 220px;
    width: 220px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#our_works_img2:hover{
    background-image: url(our_works_img2-2.png);
}

#our_works_img3{
    background-image: url(our_works_img3.png);
    height: 220px;
    width: 220px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#our_works_img3:hover{
    background-image: url(our_works_img3-2.png);
}

#our_works_img4{
    background-image: url(our_works_img4.png);
    height: 220px;
    width: 220px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#our_works_img4:hover{
    background-image: url(our_works_img4-2.png);
}

#our_works_img5{
    background-image: url(our_works_img5.png);
    height: 220px;
    width: 220px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#our_works_img5:hover{
    background-image: url(our_works_img5-2.png);
}

#our_works_img6{
    background-image: url(our_works_img6.png);
    height: 220px;
    width: 220px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#our_works_img6:hover{
    background-image: url(our_works_img6-2.png);
}

#our_works_img7{
    background-image: url(our_works_img7.png);
    height: 220px;
    width: 220px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#our_works_img7:hover{
    background-image: url(our_works_img7-2.png);
}

#our_works_img8{
    background-image: url(our_works_img8.png);
    height: 220px;
    width: 220px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#our_works_img8:hover{
    background-image: url(our_works_img8-2.png);
}

#our_works_eye1, #our_works_eye2, #our_works_eye3, #our_works_eye4, #our_works_eye5, #our_works_eye6, #our_works_eye7, #our_works_eye8{
    text-align: left;
    padding-top: 190px;
}

#our_works_clock1, #our_works_clock2, #our_works_clock3, #our_works_clock4, #our_works_clock5, #our_works_clock6, #our_works_clock7, #our_works_clock8{
    text-align: right;
    padding-top: 190px;
}

#our_works .container.row .col-xl-3 .row .col-6{
    color: #fff;
}


/*Section 5 Our team*/

#our_team{
    padding-bottom: 100px;
    text-align: center;
}

#our_team .col-xl-3 h4{
    color: #010101;
    padding: 40px 0 5px 0;
}

#our_team .col-xl-3 h5{
    color: #898989;
    font-size: 1.1rem;
    padding-bottom: 10px;
}

#our_team .col-xl-3 p{
    color: #010101;
}

#our_team .col-xl-3 i{
    padding: 0 10px 0 10px;
}

#our_team .col-xl-3 i:hover{
    color: #898989;
}


/*Section 6 Stats & Testimonial*/

#stats_and_testimonial{
    padding-bottom: 80px;
    text-align: center;
}

/* div1*/
#stats_and_testimonial_div1 h2{
    color: #010101;
}

#stats_and_testimonial_div1 p{
    color: #898989;
}

/* div2*/
#stats_and_testimonial_div2 h4{
    color: #010101;
    padding-top: 20px;
}

#stats_and_testimonial_div2 p{
    color: #898989;
}

/* les deux rows*/
#stats_and_testimonial .container{
    padding-bottom: 70px;
}

#stats_and_testimonial .col-xl-2{
    color: #010101;
    padding: 15px;
    margin-top: -30px;
}

#stats_and_testimonial .col-xl-2:hover{
    padding: 0;
}

#stats_and_testimonial .col-xl-2 h3{
    color: #010101;
    font-weight: bold;
    padding-top: 20px;
}

#stats_and_testimonial .col-xl-2 p{
    color: #898989;
    margin-top: -15px;
    text-transform: capitalize;
}

#stats_and_testimonial .col-xl-2 i{
    font-size: 3rem;
    color: #2d2d2d;
}

#stats_and_testimonial .col-xl-3{
    color: #898989;
}

#stats_and_testimonial .col-xl-3 .fa-quote-left{
    margin-left: 80%;
    padding-top: 20px;
}

#stats_and_testimonial .col-xl-3 .fa-quote-right{
    margin-right: 80%;
    margin-top: 27%;
    padding-top: 10px;
}

#stats_and_testimonial .col-xl-6 p{
    color: #898989;
    font-size: 1.3rem;
    padding-top: 10px;
}


/*Section 7 Keep in touch*/

#keep_in_touch{
    text-align: center;
    padding-bottom: 100px;
}

#keep_in_touch .container{
    margin-top: -30px;
}

#keep_in_touch .col-xl-2{
    padding-bottom: 50px;
}

#keep_in_touch .col-xl-2 p{
    color: #898989;
    margin-bottom: -5px;
}

#keep_in_touch .col-xl-2 i{
    color: #2d2d2d;
    padding-bottom: 20px;
    font-size: 1.3rem;
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
    unicode-bidi:bidi-override;
    direction:rtl;
}

#keep_in_touch .col-xl-6 input{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-transform: capitalize;
    padding: 20px;
    border: 1px solid #010101;
}

#keep_in_touch .col-xl-6 input::placeholder{
    color: #898989;
}

#keep_in_touch .col-xl-6 textarea{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-transform: capitalize;
    padding: 20px;
    border: 1px solid #010101;
}

#keep_in_touch .col-xl-6 input::placeholder{
    color: #898989;
}

#keep_in_touch .col-xl-6 p{
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 20px;
    background-color: #000;
    margin: 0 25% 0 25%;
}

#keep_in_touch .col-xl-6 p:hover{
    background-color: #898989;
}


/*Footer*/

footer{
    background-color: #232527;
    padding-bottom: 150px;
}

#footer_div{
    padding-bottom: 100px;
}

#footer_div h2{
    color: #fff;
}

#footer_div .footer_sub{
    display: inline-block;
    margin: 0 20% 0 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    padding: 15px 50px 15px 50px;
    background-color: #fff;
    border: 1px solid #898989;
}

#footer_div .footer_sub:hover{
    background-color: #898989;
}

#footer_div input{
    margin: 0 5px 0 20%;
    padding: 17px;
    width: 600px;
    border: 1px solid #898989;
}

#footer_div input::placeholder{
    text-align: left;
}

footer .col-xl-4 p{
    color: #fff;
    margin-bottom: 0;
}

footer .col-xl-2 p{
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
}

footer .col-xl-2 p:hover{
    color: #898989;
}