/*------------------------------------------------------------------
    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 HEADER FIXED STYLE
/*-----------------------------------------------------------------------------------*/


/* HEADER STYLE 1 */

.header {
    background: #f8f8f8;
    background-size: cover;
    color: #cfcfcf;
    position: relative;
}

.header-1 {
    background: url(../../images/slider/4.jpg) no-repeat center center / cover;
    background-size: cover;
    color: #cfcfcf;
    position: relative;
}

#header .content-header {
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#header .content-header h2 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-top: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

#header .content-header h1 {
    font-weight: 700;
    color: #333;
    margin-top: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

#header .content-header .btn {
    color: #fff;
    text-transform: capitalize;
    background: #ff3d4f;
}

#header .social-media {
    position: absolute;
    display: inline-block;
    right: 20px;
    bottom: 20px;
}

#header .social-media .social-list li {
    margin-bottom: 10px;
}

#header .social-media .social-list li a {
    color: #333;
    -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;
    transition: all 0.5s ease-in-out 0s;
}

#header .social-media .social-list li a:hover {
    color: #ff3d4f;
    -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;
    transition: all 0.5s ease-in-out 0s;
}

#header .social-media .social-list li:last-child {
    margin-bottom: 0px
}


/* HEADER STYLE 1 */


/*-----------------------------------------------------------------------------------*/


/*  HEADER FIXED STYLE
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/


/*  START SECTION SLIDER STYLE
/*-----------------------------------------------------------------------------------*/


/* SLIDER STYLE 1 */

#slider-style-1 .carousel .carousel-indicators {
    width: auto;
    bottom: 6%;
    right: 5%;
    margin-left: 0;
    left: auto;
}

#slider-style-1 .carousel .carousel-indicators .active,
#slider-style-2 .carousel .carousel-indicators .active {
    width: 25px;
    height: 2px;
    margin: 0;
    border: 1px solid #ff3d4f;
    margin-left: 5px;
    margin-right: 5px;
}

#slider-style-1 .carousel .carousel-indicators li,
#slider-style-2 .carousel .carousel-indicators li {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    width: 25px;
    height: 2px;
    margin: 0;
    border: 1px solid #333;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

#slider-style-1 .carousel .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}

.carousel .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    height: 100% !important;
    width: 100%;
    background: #333;
}

.carousel .carousel-inner .item img {
    height: 100% !important;
    width: 100%;
}

.carousel .carousel-inner .item,
.carousel .carousel-inner .active.left,
.carousel .carousel-inner .active.right {
    opacity: 0;
}

.carousel .carousel-inner .active,
.carousel .carousel-inner .next.left,
.carousel .carousel-inner .prev.right {
    opacity: 1;
}

.carousel .carousel-inner .next,
.carousel .carousel-inner .prev,
.carousel .carousel-inner .active.left,
.carousel .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel .carousel-control {
    z-index: 2;
    background-image: none;
}

.carousel .carousel-inner .item .carousel-caption {
    bottom: 37%;
    left: 5%;
    padding-bottom: 30px;
    right: auto;
    text-align: left;
    min-width: 500px;
    text-shadow: none;
}

.carousel .carousel-inner .item .carousel-caption h2 {
    color: #333;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

#slider-style-1 .carousel .carousel-inner .item .carousel-caption h2,
#slider-style-1 .carousel .carousel-inner .item .carousel-caption h1,
#slider-style-1 .carousel .carousel-inner .item .carousel-caption a,
#slider-style-1 .carousel-control .lnr-chevron-left,
#slider-style-1 .carousel-control .lnr-chevron-right {
    color: #333;
}

.carousel .carousel-inner .item .carousel-caption h1 {
    color: #333;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.carousel .carousel-inner .item .carousel-caption a {
    font-size: 10px;
    color: #333;
    text-transform: uppercase;
    font-weight: 400;
    -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;
    transition: all 0.5s ease-in-out 0s;
}

.carousel .carousel-inner .item .carousel-caption a:hover {
    color: #ff3d4f;
    -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;
    transition: all 0.5s ease-in-out 0s;
}

#slider-style-1 .carousel .btn-btm {
    position: absolute;
    z-index: 15;
    width: auto;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
    bottom: 5%;
    left: 5%;
}

#slider-style-1 .carousel .btn-btm a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    padding: 10px;
    border: 1px solid #333;
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

#slider-style-1 .carousel .btn-btm i {
    font-size: 12px;
    color: #333;
}


/* SLIDER STYLE 2 */

#slider-style-2 .carousel .carousel-indicators {
    bottom: 5%;
    width: 100%;
    margin-right: 0;
    right: 0;
    margin-left: 0;
    left: 46%;
}

#slider-style-2 .carousel .carousel-indicators .active {
    border: 1px solid #ff3d4f !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

#slider-style-2 .carousel .carousel-indicators li {
    display: inline-block !important;
    width: 25px !important;
    height: 2px !important;
    margin: 1px !important;
    text-indent: -999px !important;
    cursor: pointer !important;
    border: 1px solid #fff !important;
    border-radius: 10px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

#slider-style-2 .carousel .carousel-inner {
    position: relative;
    width: 100%;
    height: 637px;
}

.carousel .carousel-inner .item .overlay-img {
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.carousel .carousel-inner .item .carousel-caption {
    text-align: center !important;
    left: 0;
    right: 0;
}

.carousel .carousel-inner .item .carousel-caption h2,
.carousel .carousel-inner .item .carousel-caption h1,
.carousel .carousel-inner .item .carousel-caption a,
.carousel-control .lnr-chevron-left,
.carousel-control .lnr-chevron-right {
    color: #fff;
}

#slider-style-2 .carousel .carousel-control.left,
#slider .carousel .carousel-control.right,
#slider-style-2 .carousel .carousel-control.left,
#slider .carousel .carousel-control.left {
    background-image: none;
    width: 0;
}

.carousel-control {
    text-shadow: none;
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: 1;
    filter: none;
    width: 5% !important;
}

#slider-style-2 .carousel .carousel-control .lnr-chevron-left,
#slider-style-2 .carousel .carousel-control .lnr-chevron-right {
    position: absolute;
    top: 48%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    font-size: 50px;
}

#slider-style-2 .carousel .carousel-control .lnr-chevron-left {
    left: 50%;
    margin-left: -10px;
}

#slider-style-2 .carousel .carousel-control .lnr-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 1;
}

.carousel-control.left:hover {
    background-image: none;
    filter: none;
    opacity: 1;
}

.carousel-control.right:hover {
    background-image: none;
    filter: none;
    opacity: 1;
}


/*-----------------------------------------------------------------------------------*/


/*  END SECTION SLIDER STYLE
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/


/*  START PAGE HEADER  SECTION TOP STYLE
/*-----------------------------------------------------------------------------------*/


/* SECTION TOP STYLE 1 */

#p-s-top {
    background: rgba(0, 0, 0, 0) url(../../images/1.jpeg) no-repeat fixed center center / cover;
    padding: 166px 0 0px 0px;
}

#p-s-top .title-p-s-top {
    margin: 0;
    padding: 50px 60px;
    background: #fff;
    display: inline-block;
    bottom: 0;
}


/*-----------------------------------------------------------------------------------*/


/*  END PAGE HEADER  SECTION TOP STYLE
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/


/*  START SECTION BREADCRUMB STYLE
/*-----------------------------------------------------------------------------------*/


/* BREADCRUMB PAGE TOP STYLE 1 */

#p-breadcrumb {
    background: #f8f8f8;
}

#p-breadcrumb .breadcrumb {
    margin-bottom: 0px;
    background: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
}

#p-breadcrumb .breadcrumb>li {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

#p-breadcrumb .breadcrumb li a {
    color: #333;
}

#p-breadcrumb .breadcrumb .active a {
    color: #adadad;
}


/*-----------------------------------------------------------------------------------*/


/*  END SECTION BREADCRUMB STYLE
/*-----------------------------------------------------------------------------------*/