@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);

/* base font */


/* colors */


/* font families */


/* Mixins */


/* example ==>  @include add-border(1px , #aaa , 'right-left') */


/* line 1, E:/Esraa-Elbestawy-Task/lawyer website/scss/base/_base.scss */

body {
    font-family: "Droid Arabic Kufi", "Lato", serif;
    color: #666666;
    font-size: 15px;
    background-color: #fff;
}


/* line 8, E:/Esraa-Elbestawy-Task/lawyer website/scss/base/_base.scss */

a {
    color: #b89b5e;
    text-decoration: none;
}


/* line 14, E:/Esraa-Elbestawy-Task/lawyer website/scss/base/_base.scss */

.right_lawyer_img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}


/* line 22, E:/Esraa-Elbestawy-Task/lawyer website/scss/base/_base.scss */

input,
textarea,
button {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}


/* basic website classes */


/* line 32, E:/Esraa-Elbestawy-Task/lawyer website/scss/base/_base.scss */

.heading-section {
    margin: 0 0 50px;
    color: #223555;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
}


/* line 40, E:/Esraa-Elbestawy-Task/lawyer website/scss/base/_base.scss */

.heading-section:after {
    content: '';
    position: absolute;
    background: #b89b5e;
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -30px;
    -webkit-transition: margin-top 0.2s;
    -moz-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
    color: #223555;
}


/* line 55, E:/Esraa-Elbestawy-Task/lawyer website/scss/base/_base.scss */

.subheading-section {
    font: 400 20px/50px "Droid Arabic Naskh", "Lato", serif;
}


/* line 59, E:/Esraa-Elbestawy-Task/lawyer website/scss/base/_base.scss */

.background-cover,
.page-title {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* line 1, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_header.scss */

header {
    padding: 10px 0;
}


/* line 5, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_header.scss */

.site-header {
    background-color: #fff;
}


/* line 9, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_header.scss */

.header-info {
    background-color: #b89b5e;
    padding: 7px 0;
}


/* line 12, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_header.scss */

.header-info ul {
    list-style: none;
    padding: 0;
    margin: 3px 0 0;
    display: inline-block;
}


/* line 17, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_header.scss */

.header-info ul li {
    display: inline-block;
    margin-right: 10px;
    color: #DED1B4;
    font-size: 13px;
}


/* line 22, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_header.scss */

.header-info ul li span  , .header-info ul li a {
    color: #fff;
    font-family: "Droid Arabic Naskh", "Lato", serif;
    font-size: 12px;
    margin-right: 2px;
    margin-left: 2px;
}



/* line 29, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_header.scss */

.header-info ul li i {
    margin-right: 3px;
    color: #223555;
}


/* line 35, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_header.scss */

.header-info .social {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}


/* line 40, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_header.scss */

.header-info .social li {
    display: inline-block;
}


/* line 42, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_header.scss */

.header-info .social li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 2px;
    background: #a58b54;
    color: #fff;
    border: none;
    font-size: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    margin: 0;
    text-align: center;
}


/* line 57, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_header.scss */

.header-info .social li a:hover i {
    background-color: #fff;
    color: #b89b5e;
}


/* line 65, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_header.scss */

.page-title {
    background-image: url(../images/4.jpg);
}


/* line 68, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_header.scss */

.page-title .page-title-back {
    background-color: rgba(34, 53, 85, 0.7);
    padding: 140px 0 110px;
}


/* line 71, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_header.scss */

.page-title .page-title-back .heading-section {
    margin: 0;
    color: #fff;
    font-weight: bold;
}


/* line 1, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_nav.scss */

.navbar-default {
    background-color: #223555;
    margin-bottom: 0;
    border: none;
    border-radius: 4px;
    z-index: 99;
}

@media (min-width: 768px) {
    /* line 8, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_nav.scss */
    .navbar-default .navbar-nav {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
    /* line 14, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_nav.scss */
    .navbar-default .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


/* line 19, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_nav.scss */

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: "Droid Arabic Kufi", "Lato", serif;
    font-weight: bold;
    padding-right: 30px;
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 14px;
}


/* line 28, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_nav.scss */

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    border-bottom: 4px solid #b89b5e;
    padding-bottom: 26px;
    background-color: transparent;
    color: #fff;
}


/* line 38, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_nav.scss */

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    border-bottom: 4px solid #b89b5e;
    padding-bottom: 26px;
    background-color: transparent;
    color: #fff;
}


/* line 46, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_nav.scss */

.navbar-default .navbar-toggle {
    border: none;
    border-radius: 0;
}


/* line 51, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_nav.scss */

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #294067;
}


/* line 56, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_nav.scss */

.navbar-default .navbar-collapse {
    border-color: #223555;
}


/* line 60, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_nav.scss */

.navbar-fixed-top {
    border-radius: 0;
}


/* line 1, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_slider.scss */

.mrg-top {
    margin-top: -40px;
}


/* line 5, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_slider.scss */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    height: 500px;
}


/* line 10, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_slider.scss */

.carousel-control {
    opacity: 1;
}


/* line 14, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_slider.scss */

.carousel-control.left,
.carousel-control.right {
    background: transparent;
}


/* line 19, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_slider.scss */

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 10%;
    background-color: #223555;
    border-radius: 5px;
}


/* line 25, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_slider.scss */

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 17%;
    background-color: #223555;
    border-radius: 5px;
}


/* line 31, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_slider.scss */

.carousel-caption {
    bottom: 80px;
    text-shadow: none;
}


/* line 35, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_slider.scss */

.carousel-caption h4 {
    font-size: 23px;
    font-weight: bold;
    font-family: "Droid Arabic Kufi", "Lato", serif;
    color: #b89b5e;
    margin-bottom: 30px;
}


/* line 43, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_slider.scss */

.carousel-caption h3 {
    color: #303030;
    font-size: 35px;
    font-weight: bold;
    font-family: "Droid Arabic Naskh", "Lato", serif;
}


.carousel-caption .lawyer-logo {
    max-width: 100%;
}


/* line 53, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_slider.scss */

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    border: 2px solid #fff;
    background-color: #223555;
}


/* line 61, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_slider.scss */

.carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: #223555;
    border: 0px solid #223555;
}

@media screen and (min-width: 768px) {
    /* line 69, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_slider.scss */
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 70px;
        height: 70px;
        margin-top: -10px;
        font-size: 22px;
        line-height: 70px;
    }
}

@media (min-width: 768px) {
    /* line 79, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_slider.scss */
    .navbar-nav > li > a {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}


/* start contact us page */


/* line 3, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_signup.scss */

.contact-section {
    padding: 70px 0 100px;
}


/* line 5, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_signup.scss */

.contact-section .gmap {
    border: 10px solid #f7f7f7;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}


/* line 11, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_signup.scss */

.contact-section .gmap iframe {
    height: 280px;
    width: 100%;
}


/* line 15, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_signup.scss */

.contact-section ul {
    padding: 0;
}


/* line 18, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_signup.scss */

.contact-section .infocontact ul.social-share li i {
    display: inline-block;
    color: #fff;
    background-color: #b89b5e;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 17px;
    float: left;
    margin-right: 10px;
}


/* line 28, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_signup.scss */

.contact-section .infocontact .social-share li {
    display: block;
    margin-bottom: 10px;
    font-family: "Droid Arabic Naskh", "Lato", serif;
    color: #303030;
    line-height: 30px;
}


/* line 36, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_signup.scss */

.contact-section .infocontact ul.social-share li a:hover {
    background-color: #223555;
}


/* end contact us page */


/* start footer */


/* line 5, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_footer.scss */

footer {
    background-color: #223555;
    padding: 40px 0 20px;
}


/* line 8, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_footer.scss */

footer p {
    margin: 8px 0;
    color: #fff;
    font-size: 12px;
}


/* line 14, E:/Esraa-Elbestawy-Task/lawyer website/scss/layouts/_footer.scss */

footer a {
    color: #45608e;
}


/* end footer */


/* start skills */


/* line 3, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.skills {
    padding: 70px 0 50px;
}


/* line 7, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.skill-icon {
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    height: 50%;
    border: 1px solid #dfe5ec;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


/* line 16, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.skill-icon i {
    font-size: 72px;
    padding: 20px 0 0;
    display: block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -moz-transform 0.2s;
    transition: transform 0.2s;
    color: #b89b5e;
}


/* line 25, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.skill-icon h5:before {
    content: '';
    position: absolute;
    background: #b89b5e;
    width: 60px;
    height: 2px;
    top: 0;
    left: 50%;
    margin: 0 0 0 -30px;
    -webkit-transition: margin-top 0.2s;
    -moz-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
    color: #223555;
}


/* line 39, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.skill-icon h5 {
    position: relative;
    font-family: "Droid Arabic Kufi", "Lato", serif;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 10px;
    padding: 20px 0 0;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
    color: #223555;
    text-transform: uppercase;
}


/* line 53, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.skill-icon:hover {
    background-color: #223555;
    border-color: #223555;
}


/* line 56, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.skill-icon:hover i {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}


/* line 62, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.skill-icon:hover h5 {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    color: #fff;
}


/* line 69, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.skill-icon:hover h5:before {
    margin-top: 50px;
}


/* end skills */


/* start about me */


/* line 80, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.aboutme-section,
.activity-section {
    background-color: #fff;
}


/* line 84, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.aboutme-section p,
.activity-section p {
    color: #303030;
    font-family: "Droid Arabic Naskh", "Lato", serif;
    line-height: 2;
}


/* line 89, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.aboutme-section ul,
.activity-section ul {
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}


/* line 92, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.aboutme-section ul li,
.activity-section ul li {
    font-family: "Droid Arabic Naskh", "Lato", serif;
    margin-bottom: 7px;
    color: #303030;
    line-height: 30px;
}


/* line 102, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.aboutme-section {
    padding: 60px 0 100px;
}


/* line 104, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.aboutme-section h3 {
    font-weight: bold;
    margin: 0 0 30px;
    font-family: "Droid Arabic Naskh", "Lato", serif;
    color: #3a3a3a;
}


/* line 112, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.aboutme-section ul li ol li {
    list-style: initial;
}


/* line 119, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.activity-section {
    padding: 80px 0 100px;
}


/* line 122, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.activity-section ul li {
    line-height: inherit;
    list-style: disc;
}


/* end about me */


/* start contact */


/* line 135, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.contact-info {
    padding: 50px 0;
    background-color: #ececec;
}


/* line 139, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.contact-info .contact-block i {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #b89b5e;
    font-size: 100px;
    text-align: center;
}


/* line 148, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.contact-info .contact-block h3 {
    color: #223555;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 18px;
}


/* line 154, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.contact-info .contact-block h3:after {
    content: '';
    position: relative;
    display: block;
    width: 70px;
    height: 1px;
    margin: 20px auto;
    background: #b89b5e;
}


/* line 163, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.contact-info .contact-block p {
    color: #223555;
    font-family: "Droid Arabic Naskh", "Lato", serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 31px;
}


/* end contact us */


/* start message us */


/* line 179, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.message-us {
    padding: 70px 0 100px;
}


/* line 181, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.message-us .heading-section {
    color: #fff;
}


/* line 185, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.message-us form .form-control {
    background: #ffffff;
    line-height: 30px;
    padding: 10px 20px;
    height: 52px;
    border: 2px solid #e0e0e0;
    border-radius: 3px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    margin-bottom: 20px;
    color: #3a3a3a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
}


/* line 202, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.message-us form .form-control:focus {
    border: 2px solid #b89b5e;
}


/* line 205, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.message-us form textarea {
    height: 200px !important;
    color: #ccc;
    font-weight: bold;
}


/* line 211, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.message-us form::-webkit-input-placeholder {
    color: #ccc !important;
    font-weight: bold;
}


/* line 215, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.message-us form:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc !important;
    font-weight: bold;
}


/* line 220, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.message-us form::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc !important;
    font-weight: bold;
}


/* line 225, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.message-us form:-ms-input-placeholder {
    color: #ccc !important;
    font-weight: bold;
}


/* line 229, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.message-us form .btn-default {
    background-color: #b89b5e;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    border: none;
    padding: 8px 30px;
    outline: none;
}


/* line 238, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_blocks.scss */

.message-us form .btn-default:hover,
.message-us form .btn-default:focus,
.message-us form .btn-default:active {
    background-color: #223555;
}


/* end message us */


/* line 1, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_sections.scss */

.about-section {
    padding: 50px 0 100px;
}


/* line 4, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_sections.scss */

.about-section .media {
    background-color: #f7f7f7;
    padding: 15px;
}


/* line 9, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_sections.scss */

.about-section .media .media-left i {
    height: 100px;
    width: 100px;
    background-color: #fff;
    color: #b89b5e;
    line-height: 100px;
    font-size: 50px;
    text-align: center;
}


/* line 22, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_sections.scss */

.about-section .media .media-body .media-heading {
    color: #2f2f31;
    font-family: "Droid Arabic Kufi", "Lato", serif;
    font-weight: bold;
    margin: 15px 0;
}


/* line 29, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_sections.scss */

.about-section .media .media-body p {
    font-family: "Droid Arabic Naskh", "Lato", serif;
    font-size: 14px;
    line-height: 31px;
}


/* line 36, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_sections.scss */

.about-section .media .media-body .about-list {
    margin-right: -40px;
}


/* line 40, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_sections.scss */

.about-section .media .media-body .about-list ul {
    margin-right: 23px;
    list-style: circle;
}

.activity-section ul {
    margin-top: 30px;
}


/* for mobile and tablets */

@media (max-width: 768px) {
    /* line 4, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_media.scss */
    body {
        font-size: 13px;
    }
    /* line 7, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_media.scss */
    .contact-info {
        padding-bottom: 0;
    }
    /* line 10, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_media.scss */
    .contact-info .contact-block p {
        margin-bottom: 60px;
    }
    /* line 13, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_media.scss */
    .navbar-default .navbar-nav > li > a {
        text-align: center;
    }
    /* line 16, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_media.scss */
    .aboutme-section ul li,
    .activity-section ul li,
    .aboutme-section p,
    .activity-section p,
    .about-section .media .media-body p,
    .contact-info .contact-block p {
        font-size: 13px;
    }
    /* line 24, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_media.scss */
    .aboutme-section h3 {
        font-size: 18px;
    }
    /* line 27, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_media.scss */
    .page-title .page-title-back .heading-section {
        font-size: 23px;
    }
    /* line 30, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_media.scss */
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        border-bottom: 0px solid #b89b5e;
        padding-bottom: 10px;
        background-color: #b89b5e;
        color: #fff;
    }
    /* line 38, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_media.scss */
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        border-bottom: 0px solid #b89b5e;
        padding-bottom: 10px;
        background-color: #b89b5e;
        color: #fff;
    }
    /* line 45, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_media.scss */
    .header-info ul li {
        line-height: 20px;
        font-size: 12px;
    }
    /* line 49, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_media.scss */
    .mrg-top {
        margin-top: -25px;
    }
    /* line 53, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_media.scss */
    .about-section .media .media-body p {
        font-size: 12px;
        line-height: 24px;
    }
    /* line 58, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_media.scss */
    .about-section .media .media-left i {
        height: 60px;
        width: 60px;
        line-height: 60px;
        font-size: 31px;
    }
    .activity-section ul {
        margin-top: 0px;
    }
    
    .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        height: 400px;
    }
    
    .header-info ul {
        margin-bottom: 10px;
    }
    
    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
    }
}


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


/* for small screen */

@media (min-width: 769px) and (max-width: 991px) {
    /* line 76, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_media.scss */
    .contact-info {
        padding-bottom: 0;
    }
    /* line 79, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_media.scss */
    .contact-info .contact-block p {
        margin-bottom: 60px;
    }
    /* line 82, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_media.scss */
    .navbar-default .navbar-nav > li > a {
        text-align: center;
    }
    /* line 85, E:/Esraa-Elbestawy-Task/lawyer website/scss/modules/_media.scss */
    body {
        font-size: 13px;
    }
    .activity-section ul {
        margin-top: 0px;
    }
}


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


/* for medium screen */


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


/* for large screen */


/*# sourceMappingURL=../css/style.map */