@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway.woff') format('woff'), url('../fonts/Raleway.ttf') format('truetype'), url('../fonts/Raleway.svg#Raleway') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Bold.woff') format('woff'), url('../fonts/Raleway-Bold.ttf') format('truetype'), url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.formOverlay:before {
    content: "\f110";
    font-family: fontawesome;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    color: #CABE82;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5%;
    font-size: 56px;
    margin-top: -34px;
}

.formOverlay {
    /*background:rgba(0,0,0,0.7) url('../images/loading.gif') no-repeat center center;*/
    background: rgba(0, 0, 0, 0.2);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.alert .message-icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #9F9F9F;
    border-radius: 50%;
    line-height: 30px;
}

p {
    font-family: 'OpenSans';
    font-size: 14px;
    line-height: 24px;
    color: #7b837c;
}

.btn {
    background-color: #cabe82;
    border: medium none;
    border-radius: 24px;
    color: #161a23;
    font-family: 'OpenSans';
    font-size: 16px;
    font-weight: bold;
    padding: 11px 35px;
    text-transform: capitalize;
}

.btn:hover {
    background-color: #6a6a6a;
    color: #fff;
}

h3 {
    color: #161a23;
    font-family: 'Raleway';
    font-size: 27px;
    font-weight: bold;
}

hr {
    border: 2px solid #cabe82;
    margin-bottom: 61px;
    width: 46px;
}

h2 {
    font-family: 'Raleway-Bold';
    font-size: 46px;
    text-transform: uppercase;
}


/*Header*/

#header {
    background-color: #161a23;
    padding: 17px 0;
}

#header i {
    color: #cabe82;
    font-size: 23px;
    margin-right: 3px;
}

#header .header-block p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

#header a {
    color: #fff;
    font-family: 'OpenSans';
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}


/*top-banner*/

#top-banner {
    background-image: url("../images/AtorLaw-banner.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 0;
}

.banner-text {
    padding: 9% 0 0;
}

.banner-text h3 {
    color: #fff;
    font-family: 'Raleway';
    font-size: 20px;
    text-transform: uppercase;
}

#top-banner hr {
    border: 2px solid #fff;
    margin: 23px 0 15px;
    width: 17%;
}

.banner-text h2 {
    color: #fff;
    font-family: 'Raleway';
    font-size: 50px;
    margin-top: 0;
}

.banner-text p {
    color: #fff;
}

#top-banner .btn {
    margin-top: 38px;
}


/*About us*/

#about_us {
    padding: 3% 0;
}

.about_block hr {
    border-color: #cabe82;
    margin-bottom: 28px;
    margin-top: 10px;
    width: 21%;
}

.about_block hr::before {
    background-color: #cabe82;
    content: "";
    height: 8px;
    left: 0;
    margin: -4px auto;
    position: absolute;
    right: 0;
    width: 8px;
}

.about_block h3 {
    font-size: 18px;
    text-transform: uppercase;
}

#about_us i {
    color: #cabe82;
    font-size: 50px;
}

#about_us .data {
    color: #cabe82;
    font-size: 37px;
    margin-top: 18px;
}

.about_bottom {
    margin-top: 44px;
    text-align: center;
}

.about_bottom p {
    color: #2c2c33;
}


/*Newsletter*/

#newsletter {
    background-color: #cabe82;
    padding: 3% 0;
}

#newsletter .image {
    float: left;
    margin-right: 22px;
}

.ns_base_block {
    margin-bottom: 41px;
}

.ns_base_block p {
    color: #2c2c33;
}

.newsletter_block p {
    color: #2c2c33;
}

#newsletter hr {
    border: 1px solid #fff;
    margin: 18px 0 22px;
    width: 41px;
}

.newsletter_form input {
    box-shadow: 0 3px 4px 0 #cdcdcd inset;
    margin-bottom: 12px;
}

.newsletter_form {
    background-color: #161a23;
    border-radius: 7px;
    padding: 22px 15px;
}

.newsletter_form textarea {
    margin-bottom: 15px;
    resize: none;
    padding-top: 10px;
    padding-bottom: 35px;
}

.newsletter_form .btn {
    padding: 9px 33%;
}

.newsletter_form h4 {
    color: #fff;
    font-family: 'Raleway';
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 24px;
    text-align: center;
}


/*Testimonial*/

#testimonial {
    background-image: url("../images/AtorLaw-testimonial_06.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6% 0;
}

.testi_base {
    padding: 0 9%;
}

.testi_text i {
    border-right: 2px solid #a1a1b0;
    color: #fff;
    float: left;
    font-size: 24px;
    padding: 4px 18px 67px 15px;
}

.testi_text {
    background-color: #7a7a85;
    padding: 35px 7px;
}

.testi_text>p {
    color: #fff;
    margin-left: 77px;
}

.testimonial_block img {
    float: left;
    margin-right: 19px;
    margin-top: 0;
}

.testimonial_block .bottom {
    margin-top: 41px;
    padding-left: 45px;
}

.margin h4 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.testimonial_block .margin {
    display: block;
    float: left;
    margin-top: 4px;
}

.testi_text::before {
    border-color: #7a7a85 #7a7a85 transparent transparent;
    border-style: solid;
    border-width: 19px 19px 20px;
    bottom: 73px;
    content: "";
    left: 49px;
    position: absolute;
}


/*partner logo*/

#Partner_logo {
    padding: 4% 0;
}

.logo_block hr {
    margin-bottom: 17px;
}

#Partner_logo .slider {
    padding: 0 9%;
}


/*prefooter*/

#prefooter {
    background-image: url("../images/AtorLaw-prefooter_02.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6% 0;
}

.prefooter_block h3 {
    color: #fff;
    font-size: 26px;
}

.prefooter_block hr {
    border-color: #fff;
    margin: 15px 0 23px;
}

.prefooter_block ul {
    padding-left: 0;
}

.prefooter_block ul li {
    color: #fff;
    font-family: 'OpenSans';
    font-size: 16px;
    line-height: 30px;
    list-style: outside none none;
    margin-bottom: 7px;
}

.prefooter_block i {
    color: #cabc78;
    float: left;
    font-size: 19px;
    margin-right: 18px;
    margin-top: 8px;
}

.prefooter_block i:first-child {
    margin-bottom: 25px;
}


/*Footer social*/

#footer_social {
    background-color: #cabc78;
    padding: 2% 0;
}

#footer_social .icon {
    display: inline-block;
    height: 54px;
    line-height: 67px;
    margin-right: 9px;
    width: 54px;
    transition: all 0.5s ease;
}

#footer_social .icon:hover {
    animation-name: example;
    animation-duration: 4s;
}

.icon.fb {
    background-color: #e84c3d;
}

.icon.tw {
    background-color: #2daae1;
}

.icon.google {
    background-color: #f63f29;
}

.icon.lk {
    background-color: #435e94;
}

.icon.circul {
    background-color: #f46899;
}

.icon.cm {
    background-color: #517fa4;
}

.icon.yt {
    background-color: #e41c24;
}

.icon i {
    color: #fff;
    font-size: 31px;
}

@keyframes example {
    0% {
        background-color: #973a11;
    }
    25% {
        background-color: #84b305;
    }
    50% {
        background-color: #e86220;
    }
    100% {
        background-color: #e820ad;
    }
}


/*Footer*/

#footer {
    background-color: #fff;
    padding: 2% 0;
}

#footer a {
    color: #656565;
}

@media (max-width: 1280px) {
    .testi_base {
        padding: 0 0%;
    }
    .newsletter_form .btn {
        padding: 9px 30%;
    }
    #newsletter .image {
        margin-bottom: 5px;
    }
}

@media (max-width: 1024px) {
    #top-banner img {
        width: 100%;
    }
    .newsletter_form .btn {
        padding: 9px 24%;
    }
    .testi_base {
        padding: 0 0%;
    }
    .prefooter_block ul li {
        font-size: 13px;
    }
    .prefooter_block i:first-child {
        margin-bottom: 10px;
    }
}

@media (max-width: 640px) {
    .logo {
        margin-bottom: 12px;
        text-align: center;
    }
    .testi_base {
        padding: 0 0%;
    }
    .banner-text {
        padding: 9% 15px 0;
    }
    #top-banner img {
        margin-top: 18px;
        width: 100%;
    }
    .about_block div {
        margin-bottom: 31px;
    }
    .testimonial_block {
        margin-bottom: 150px;
    }
    .testi_text::before {
        bottom: -38px;
    }
    .social_block {
        padding: 0 18px;
    }
    #footer_social .icon {
        margin-top: 9px;
    }
    #footer_social {
        padding: 4% 0;
    }
}

#top-banner {
    /* background-image: url(../images/bg.png); */
    background-image: url(../images/bg2.png);
}

#header {
    background-color: #1f1f1f !important;
    border-bottom: 2px solid #bda973;
}

.btn {
    transition: all 1s !important;
}

.btn {
    background-color: #bda973;
}

.btn:hover {
    background-color: #A2903E !important;
}

.newsletter_form {
    background-color: #1f1f1f !important;
    box-shadow: 0 15px 12px -6px black;
}

.ul-lista li,
p {
    font-size: 17px !important;
}

.logo_block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    ;
}

#about_us {
    background-color: #e2e2e238;
}

#pref {
    background-color: #3f3d56;
    color: #FFF !important;
    padding-bottom: 5em;
}

#pref h3,
#pref h4 {
    color: #FFF !important;
}

body,
html {
    overflow-x: hidden !important;
}

.flex-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    width: 100%;
}

.logo-fonte {
    font-family: 'Francois One', sans-serif !important;
    color: #cabe82;
    font-size: 2.5rem;
}


/* width */

::-webkit-scrollbar {
    width: 7px;
}


/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #cabe82;
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #bda973;
    border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #ada36f;
}

#newsletter {
    background: linear-gradient(45deg, #937E2B, #DAD789) !important;
}

.testi_text::before {
    border-color: #9d8a38 #95802d transparent transparent !important;
}

#testimonial {
    background-image: url(../images/bg-section.png);
}

#prefooter {
    filter: sepia(50%) !important;
}

@media only screen and (max-width: 768px) {
    .flex-logo {
        margin-left: 4%;
    }
    #top-banner h2 {
        font-size: 3.25rem !important;
    }
    .newsletter_form .btn {
        padding: 25px 7% !important;
        font-size: 12px;
    }
    
    .logo-fonte-topo {
        width: 200px !important;
    }

    * {
        text-align: justify !important;
    }

    .testi_text p {
        text-align: left !important;
    }

    .h3-normal, .center-image, .sobre-saranda {
        text-align: center !important;
    }

    .img-w{
        width: 50%;
        margin-left: 20%;;
    }
}