/*------------------------------------------------------------------
    Master Stylesheet
    Project:        Med - Personal Portfolio
    Version:        1.0
    Author:         Uxign
    Primary use:    Personal, One Page
-------------------------------------------------------------------*/


/*------------------------------------------------------------------

=Table of contents
 1- GENERAL STYLING
 2- Page Loader
 3- Option Box
 4- BOTTON SCROLL TO TOP
 5- navbar menu 
 6- HEADER
 7- about me
 8- Services
 9- PORTFOLIO
 10- NEWSLETTER
 11- INSTAGRAME
 12- FOOTER

-------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/


/*  1-GENERAL STYLING
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/


/*  START SECTION ABOUTE ME SECTION STYLE 
/*-----------------------------------------------------------------------------------*/


/* ABOUT ME STYLE HOME PAGE 1 */

#aboutme .block-aboutme {
    display: inline-block;
    width: 100%;
}

#aboutme .block-aboutme .aboutme-right,
#aboutme .block-aboutme .aboutme-left {
    padding: 65px 30px;
}

#aboutme .block-aboutme .aboutme-right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 48px !important;
    padding-bottom: 48px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    width: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#aboutme .block-aboutme .aboutme-right img {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

#aboutme .block-aboutme .aboutme-right h4 {
    margin-bottom: 5px;
}

#aboutme .block-aboutme .aboutme-right span {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 100;
    margin-bottom: 25px;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 0;
}

.aboutme-right .button-info .read-more {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
    font-family: 'Josefin Sans', sans-serif;
}

#aboutme .block-aboutme .aboutme-left {
    padding-top: 98px;
    padding-bottom: 99px;
}


/* ABOUT ME STYLE 2 */

#aboutme-block .content-aboutme {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    width: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#aboutme-block .content-aboutme .carousel-info {
    display: inline-block;
    margin-bottom: 25px;
}

#aboutme-block .content-aboutme .carousel-info img {
    width: 79px;
    height: 79px;
    margin-bottom: 0;
    float: left;
    margin-right: 15px;
}

#aboutme-block .content-aboutme .carousel-info .author-info {
    margin-top: 23px;
}

#aboutme-block .content-aboutme .carousel-info .author-info h4 {
    margin-bottom: 5px;
    text-align: left;
}

#aboutme-block .content-aboutme .carousel-info .author-info span {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 0;
    text-align: left;
}

#aboutme-block .content-aboutme .info-text .separator {
    margin-bottom: 25px;
    padding-right: 40px;
    padding-left: 40px;
}

#aboutme-block .content-aboutme .info-text .social-media {
    display: inline-block;
}

#aboutme-block .content-aboutme .info-text .social-media ul li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

#aboutme-block .content-aboutme .info-text .social-media ul li .fa {
    color: #333;
    font-size: 12px;
    transition: all 0.5s ease-in-out 0s;
}

#aboutme-block .content-aboutme .info-text .social-media ul li .fa:hover {
    color: #ff3d4f;
    transition: all .5s ease-in-out;
}


/*-----------------------------------------------------------------------------------*/


/*  END SECTION ABOUTE ME SECTION STYLE 
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/


/*  START SECTION COUNTER STYLE 
/*-----------------------------------------------------------------------------------*/


/* COUNTER STYLE 1 */

.counter .info-me h3 {
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    color: #333;
}


/*-----------------------------------------------------------------------------------*/


/*  END SECTION COUNTER STYLE 
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/


/*  START SECTION SERVICES STYLE 
/*-----------------------------------------------------------------------------------*/


/* SERVICE STYLE 1 */

.services .item-services {
    margin-bottom: 30px;
}

.services .item-services i {
    margin-bottom: 25px;
    display: inherit;
    font-size: 40px;
    color: #ff3d4f;
}


/*-----------------------------------------------------------------------------------*/


/*  END SECTION SERVICES STYLE 
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/


/*  START SECTION PRICE STYLE
/*-----------------------------------------------------------------------------------*/


/* PRICE STYLE 1 */

#price .item-price {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
    padding-top: 48px;
    padding-bottom: 48px;
}

#price .item-price h4 {
    margin-bottom: 25px;
    font-weight: bold;
}

#price .item-price .btn-price {
    font-size: 12px;
    border-radius: 50px;
    border: 1px solid #333;
    color: #333;
    margin-top: 25px;
    margin-bottom: 25px;
    display: inline-block;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
}

#price .item-price .pricing .symbole-currency {
    font-size: 20px;
}

#price .item-price .pricing .pricing-currency {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    display: inline-block;
    color: #333;
    margin-bottom: 0;
}

#price .item-price .pricing .pricing-period {
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

#price .item-price .list-price {
    margin-top: 25px;
}

#price .item-price .list-price li {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    padding-bottom: 25px;
}

#price .item-price .list-price li:last-child {
    padding-bottom: 0px;
}

#price .item-price .list-price li i {
    padding-right: 10px;
}


/*-----------------------------------------------------------------------------------*/


/*  END SECTION PRICE STYLE
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/


/*  START SECTION BLOG STYLE
/*-----------------------------------------------------------------------------------*/


/* BLOG STYLE 1  */

#blog .blog-item .top-blog-item {
    height: 250px;
    width: 100%;
}

#blog .blog-item .top-blog-item a img {
    height: 100%;
    width: 100%;
}

#blog .blog-item .btm-blog-item {
    padding: 40px 20px;
}

#blog .blog-item .btm-blog-item a h4 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}

#blog .blog-item .btm-blog-item a h4 span {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 15px;
}

#blog .blog-item .btm-blog-item p {
    /*  font-size: 14px; */
}


/*-----------------------------------------------------------------------------------*/


/*  END SECTION BLOG STYLE
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/


/*  START SECTION MY SKILS STYLE */


/*-----------------------------------------------------------------------------------*/


/* MY SKILS STYLE 1 */

#skills {
    width: 100%;
    height: auto;
}

#skills .skills-menu {
    padding-left: 0;
}

#skills .bar_group {
    margin-bottom: 20px;
}


/* SKILLS STYLE 2 */

.skills-two .sonny_progressbar .bar-container,
.skills-thre .sonny_progressbar .bar-container {
    height: 6px !important;
}

.skills-thre .sonny_progressbar .progress-label {
    color: #fff;
}


/*-----------------------------------------------------------------------------------*/


/*  END SECTION MY SKILS STYLE */


/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/


/*  START SECTION OUR TEAM STYLE
/*-----------------------------------------------------------------------------------*/


/* OUR TEAM STYLE 1 */

#our-team .team-block {
    position: relative;
    width: 100%;
    height: 350px;
}

#our-team .team-block img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}

.team-block .team-content {
    width: 100%;
    height: 100%;
    background: rgba(42, 44, 48, 0.8) none repeat scroll 0 0;
    position: absolute;
    opacity: 0;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transform: translate(0px, 0%);
}

.team-block:hover .team-content {
    opacity: 1;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transform: translate(0px, 0%);
}

#our-team .team-block .team-content * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.team-block .team-content .overlaytop {
    top: 0;
    position: absolute;
    width: 100%;
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
}

.team-block .team-content h4,
.team-block .team-content p {
    margin: 0;
    opacity: 0;
    letter-spacing: 1px;
    color: #fff;
}

.team-block .team-content .overlaytop h4,
.team-block .team-content .overlaytop p {
    color: #fff;
}

.overlaybtm .separator {
    color: #fff;
    display: inline-block;
}

.team-block .team-content h4 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    text-transform: capitalize;
    margin-bottom: 5px;
}

.team-block .team-content p {
    font-style: italic;
    padding-left: 15px;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
    display: inherit;
}

.team-block .team-content:hover h4,
.team-block .team-content:hover p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.team-block .team-content .overlaybtm {
    bottom: 0;
    position: absolute;
    max-width: 80%;
    padding-bottom: 20px;
    padding-right: 20px;
    text-align: center;
    right: 0;
}

.team-content .overlaybtm .social-media {
    display: inline-block;
}

.overlaybtm .social-media .social-media-liste {
    display: flex;
}

.team-content .overlaybtm .social-media ul li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.overlaybtm .social-media ul li a .fa {
    color: #fff;
    font-size: 12px;
    transition: all 0.5s ease-in-out 0s;
}

.overlaybtm .social-media ul li .fa:hover {
    color: #ff3d4f;
    transition: all .5s ease-in-out;
}


/*-----------------------------------------------------------------------------------*/


/*  START SECTION OUR TEAM STYLE
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/


/*  START SECTION OUR CLIENT STYLE 1
/*-----------------------------------------------------------------------------------*/


/* OUR CLIENT STYLE 1 */

#our-client .block-client .item-logo img {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}

.item-logo {
    margin-bottom: 20px;
}


/*-----------------------------------------------------------------------------------*/


/*  END SECTION OUR CLIENT STYLE 1
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/


/*   /* COUNTER STYLE 1 */


/*-----------------------------------------------------------------------------------*/


/* Counter style 2 - 3 - 4 - 5 */


/* Counter Exemple 2 */

.counter-two .info-me .separator,
.counter-five .info-me .separator {
    margin-bottom: 25px;
}

.counter-two .info-me h3 {
    margin-bottom: 0;
}


/* Counter Exemple 3 */

.counter-thre .info-me .lnr,
.counter-four .info-me .lnr,
.counter-five .info-me .lnr {
    margin-bottom: 25px;
    font-size: 20px;
    display: inline-block;
}

.counter-thre .info-me h3,
.counter-four .info-me h3,
.counter-five .info-me h3 {
    color: #333;
}


/* service style */

.owl-carousel .owl-item {
    float: left;
    cursor: pointer !important;
}

.owl-theme .owl-controls .owl-page span {
    background: #ff3d4f;
}

.owl-pagination {
    display: none !important;
}


/* service style */

#services-2 {
    background: rgba(0, 0, 0, 0) url(../../images/5.jpeg) no-repeat fixed center center / cover;
    position: #ff3d4f;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-top: 0;
}

#services-2 .overlay {
    background: rgba(51, 51, 50, 0.8) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

#services-2 .item-services .separator {
    margin-bottom: 0px;
    display: inline-block;
    color: #fff;
}

#services-2 .item-services i {
    margin-bottom: 25px;
    display: inherit;
    font-size: 40px;
    color: #fff;
}

#services-2 .item-services {
    display: block;
    margin-bottom: 20px;
}


/*-----------------------------------------------------------------------------------*/


/*  /* PRICE STYLE 1 */


/*-----------------------------------------------------------------------------------*/


/* price style  */

.price-style-2 .item-price,
.price-style-4 .item-price {
    background: #fff;
}

.price-style-3 .item-price .btn-price {
    margin-bottom: 0
}

.price-style-3 .item-price .list-price,
.price-style-4 .item-price .list-price {
    margin-bottom: 25px;
}

.price-style-4 .item-price .pricing .pricing-period {
    font-size: 10px;
    margin-top: 0;
    display: inline;
    margin-bottom: 0;
}

.maps {
    padding-bottom: 0;
}


/* STYLE clinet */

.client-two .block-client .item-logo img,
.client-thre .block-client .item-logo img,
.client-for .block-client .item-logo img {
    width: 130px;
    margin-left: auto;
    margin-right: auto;
}

.client-two .block-client .item-logo {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
}

.client-thre {}

.client-thre .block-client .item-logo img {
    width: 130px;
    margin-left: auto;
    margin-right: auto;
}

#owl-demo .item {
    margin: 3px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.client-five {
    background: rgba(0, 0, 0, 0) url(../../images/5.jpeg) no-repeat fixed center center / cover;
    position: #ff3d4f;
    width: 100%;
    height: 100%;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.client-five .overlay {
    background: rgba(51, 51, 50, 0.8) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}


/*-----------------------------------------------------------------------------------*/


/*  /* NEWSlETTER STYLE */


/*-----------------------------------------------------------------------------------*/

label.subscription-label.valid {
    display: inherit;
}

.news-thre .form-group .form-control,
.news-foor .form-group .form-control {
    border: 1px solid #adadad;
}

.news-foor .form-group .form-control {
    border: 1px solid #adadad;
    border-radius: 50px;
}

.news-foor .btn {
    border-radius: 50px;
}

.hvr-shutter-in-horizontal::before {
    background: #333 none repeat scroll 0 0;
    border-radius: 50px;
}


/* style newsletter */

.news-thre .form-group .form-control,
.news-foor .form-group .form-control {
    border: 1px solid #adadad;
}

.news-foor .form-group .form-control {
    border: 1px solid #adadad;
    border-radius: 50px;
}

.news-foor .btn {
    border-radius: 50px;
}

.hvr-shutter-in-horizontal::before {
    background: #333 none repeat scroll 0 0;
    border-radius: 50px;
}


/*-----------------------------------------------------------------------------------*/


/*  /* MAP STYLE 1 */


/*-----------------------------------------------------------------------------------*/

.content-map {
    padding: 20px 20px;
}

.content-map span {
    font-size: 12px;
    font-weight: 400;
}

.content-map h4 {
    margin-bottom: 20px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: none;
    border: 1px solid #adadad;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.contact-form textarea {
    height: 150px;
    margin-bottom: 20px;
    border: 1px solid #858585;
    padding: 10px;
}

.contact-form .btn-send-contact .send-contact {
    min-width: 170px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.content-map ul li {
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 12px;
    color: #333;
}

.content-map ul li i {
    padding-right: 10px;
}

.content-md {
    display: flex;
    width: 100%;
    /* background: #e2e2e2; */
    padding-bottom: 50px;
}

::-webkit-input-placeholder {
    color: #818888;
    font-size: 14px;
    font-weight: 400;
}

 ::-moz-input-placeholder {
    color: #818888;
    font-size: 14px;
    font-weight: 400;
}

 ::-ms-input-placeholder {
    color: #818888;
    font-size: 14px;
    font-weight: 400;
}

#contact {
    position: relative;
    z-index: 15;
    background: #fff !important;
}

#contact .cnt-new:before {
    background: url(http://medo.uxign.com/demo/assets/images/Map.png);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
}

#contact .cnt-new h4 {
    font-size: 16px;
    font-weight: 600;
}

#contact .cnt-new:last-child h4 {
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
}

#contact .cnt-new .text {
    margin-bottom: 25px;
    font-size: 14px;
    color: #818888;
}

#contact .cnt-new .list-contact li {
    font-size: 14px;
    font-weight: 400;
    color: #818888;
    padding-bottom: 25px;
}

#contact .cnt-new .list-contact li i {
    padding-right: 20px;
}

#contact input.form-control,
#contact textarea.form-control {
    font-weight: 400;
    color: #929292;
}

#contact textarea.form-control {
    height: 138px;
}

.contact {
    background: #fbfafa!important;
}

#contact .contact-form {
    padding-left: 15px;
    padding-right: 15px;
}

#contact .cnt-new .list-contact li i {
    padding-right: 10px;
}


/* Maps */

.mainpage .contact {
    background: #fff !important;
}

#map {
    width: 100%;
    height: 100%;
    position: absolute !important;
    background-color: grey;
}

.contact-info {
    width: 100%;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contact-info {
    position: relative;
    z-index: 10 !important;
    background: #fff;
}


/*-----------------------------------------------------------------------------------*/


/*  11- instagrame
/*-----------------------------------------------------------------------------------*/

.instagram-footer {
    background: #252525 none repeat scroll 0 0;
    border-top: 1px solid #e7e7e7;
    padding-top: 50px;
}

.instagram-footer .instagram-images .title-wid {
    margin-bottom: 40px;
    text-decoration: none;
    text-transform: initial;
    font-size: 14px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
}

.instagram-footer .instagram-images .title-wid::after {
    border: 1px solid #ff3d4f;
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 20px;
}

.instagram-footer .instagram-images ul {
    display: block;
    margin-bottom: 0;
}

.instagram-footer .instagram-images ul li {
    float: left;
    height: 193px;
    width: 16.6667%;
    position: #ff3d4f;
    display: inline-block;
    overflow: hidden;
    background: rgba(101, 78, 163, 0.8) none repeat scroll 0 0;
}

.instagram-footer .instagram-images ul li:before {
    width: 300px;
    height: 2px;
}

.instagram-footer .instagram-images ul li:after {
    height: 300px;
    width: 2px;
}

.instagram-footer .instagram-images ul li *,
.instagram-footer .instagram-images ul li:before,
.instagram-footer .instagram-images ul li:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.instagram-footer .instagram-images ul li:before,
.instagram-footer .instagram-images ul li:after {
    content: '';
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.instagram-footer .instagram-images ul li:hover:before {
    width: 50px;
}

.instagram-footer .instagram-images ul li:hover:after {
    height: 50px;
}

.instagram-footer .instagram-images ul li:hover:before,
.instagram-footer .instagram-images ul li:hover:after {
    opacity: 1;
}

.instagram-footer .instagram-images ul li img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.instagram-footer .instagram-images ul li:hover img {
    zoom: 1;
    filter: alpha(opacity=25);
    -webkit-opacity: 0.25;
    opacity: 0.25;
}


/*-----------------------------------------------------------------------------------*/


/*  11-footer
/*-----------------------------------------------------------------------------------*/

.footer {
    background: #1e1e1e none repeat scroll 0 0;
    padding-bottom: 20px;
    padding-top: 20px;
}


/* copyright */

.footer .copyright span {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 10px;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 2px;
    padding-top: 2px;
}


/* logo */

.footer .logo {
    background: transparent none repeat scroll 0 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
    display: inline-block;
}

.footer .logo a {
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    height: 0;
}


/* social media */

.footer .social-media ul {
    display: inline-block;
    float: none;
    margin-top: 20px;
}

.footer .social-media ul li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.footer .social-media ul li .fa {
    color: #fff;
    font-size: 12px;
    transition: all 0.5s ease-in-out 0s;
}

.footer .social-media ul li .fa:hover {
    color: #ff3d4f;
    transition: all .5s ease-in-out;
}