/*
  Project Name : AttorneyLaw
  Author Company : Ewebcraft
  Project Date: 18 january, 2016
  Author Website : http://www.ewebcraft.com
  Author Email : ewebcraft@gmail.com
*/

/* main color before: #CABE82 */
/* secondary color before: #cabc78 */

/* main color: #63b4f4  */
/* secondary color: #cabc78 */
/*#4d6ed0*/
/*
    #63b4f4

    #9ae6ff
    
    #2085c1

 */

@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;*/
/*}*/

.kyivstar-logo {
    padding-bottom: 2px;
    height: 23px;
}

.icon-svg {
    height: 21px;
    display: inline-block;
    vertical-align: middle;
}

.about_block .row:first-of-type {
    margin-bottom: 20px;
}

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

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

/* form-submision-preloader*/

.formOverlay:before {
    content: '\f110';
    font-family: fontawesome;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    color: #4d6ed0 ;
    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: #4d6ed0 ;
    border: medium none;
    border-radius: 24px;
    color: #fff;
    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 #4d6ed0 ;
    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: #4d6ed0 ;
    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/wide_background.jpg');
    /*background-image: url('../images/banner_cherkasy.jpeg');*/
    /*background-image: url('../images/AtorLaw-banner.jpg');*/
    background-position: center bottom;
    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: #4d6ed0 ;
    margin-bottom: 28px;
    margin-top: 10px;
    width: 21%;
}

.about_block hr::before {
    background-color: #4d6ed0 ;
    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: #4d6ed0 ;
    font-size: 50px;
}

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

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

.about_bottom p {
    color: #2c2c33;
}

/*Newsletter*/
#newsletter {
    background-color: #63b3f42e ;
    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;*/
    color: #4d6ed0 ;
    font-size: 19px;
    margin-right: 18px;
    margin-top: 8px;
}

/*Footer social*/
#footer_social {
    /*background-color: #cabc78;*/
    background-color: #4d6ed0 ;
    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: #4267b2;
}

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

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

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

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

.icon.telegram {
    background-color: #0088cc;
}

.icon.viber {
    background-color: #665CAC;
}

.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;
    }
}
