/* ----------------------------------

Name: main.css
Version: 1.0

-------------------------------------

Table of contents
        
    01. Navbar
    02. Slider
    03. Welcome
    04. Skills
    05. About
    06. Video
    07. Services
    08. Some Facts
    09. Portfolio
    10. More Details
    11. Team
    12. Testimonials
    13. Price
    14. Want Work
    15. Blog
    16. Clients
    17. Contact
    18. Footer
    19. Page Loading
    20. Media Query
*/

body {
    font-family: 'Raleway', sans-serif;
}

#navMobile{
    display: none;
}

.mobile_version{
    margin-top: 140px;
    height: 300px;
    width: 100%;
    background-image: url("../img/bg/slider.jpg");
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    display: none;
    visibility: hidden;
}
.mobile_content{
    background-color: rgba(11, 11, 11, 0.57);
    color: white;
    text-align: center;
}

.carousel {
    padding-top: 110px;
}

.carousel2 {
    padding-top: 20px;
}

.navbar-brand{
    padding-left: 15px;
}

.btn-block{
    background-color: red !important; /* Farbe des Buttons */
    color: #ffffff !important; /* Textfarbe des Buttons */
}

.btn-block:hover{
    background-color: grey !important; /* Farbe des Buttons */
}


.back-to-top {
background:red;
position: fixed;
bottom:20px;
right:20px;
padding:1em;
}

.cc_container .cc_btn {
background-color: red !important; /* Farbe des Buttons */
color: #ffffff !important; /* Textfarbe des Buttons */
}

.cc_container .cc_btn:hover {
background-color: grey !important; /* Farbe des Buttons */
}
 
.cc_container {
background: #ffffff!important; /* Hintergrundfarbe des gesamten Bereichs */
color: #000000 !important; /* Schriftfarbe des gesamten Bereichs */
border-top: 1px solid;
border-color: grey;
}
 
.cc_container a {
color: red !important; /* Textlink-Farbe "Mehr Infos" */
}

/*--------------------------------------------------
[1. Start Navbar]
--------------------------------------------------*/
.navbar {
    background: #ffffff !important;
    padding: 10px 0 !important;
}

.navbar .nav-item {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-left: 30px;
}

.navbar .nav-item .nav-link {
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #000000 !important;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.navbar .nav-item .nav-link:active {
    color: red !important;
}

.navbar .nav-item .nav-link:hover {
    color: #F24259 !important;
}

.navbar .btn {
    text-decoration: none;
    background: #ec1c1c;
    color: #ffffff;
    padding: 8px 30px;
    border-radius: 3px;
    margin-left: 40px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.btn_custom .btn {
    text-decoration: none;
    background: #ec1c1c;
    color: #ffffff;
    padding: 8px 30px;
    border-radius: 3px;
    margin-left: 40px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.navbar .btn:hover {
    background: #989898;
    color: #ffffff;
}

/*--------------------------------------------------
[2. Start Slider]
--------------------------------------------------*/


.slider2 {
    background: url("../img/bg/slider.jpg") center center no-repeat;
    background-size: auto;
    height: 30vh;
    position: relative;
}

.slider3 {
    background: url("../img/team/team_slider.jpg") center center no-repeat;
    background-size: auto;
    height: 60.5vh;
    position: relative;
}

.nav_slider .carousel-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    margin-top: 20px;
}

.nav_slider .carousel-content h1 {
    font-family: 'Rajdhani', sans-serif;
    background-color: rgba(19, 19, 19, 0.5);
    margin: 0;
    padding: 10px 30px 10px 30px;
    font-size: 70px;
    font-weight: 600;
    text-transform: uppercase;
}

.nav_slider .carousel-content h2 {
    font-family: 'Rajdhani', sans-serif;
    background-color: rgba(19, 19, 19, 0.5);
    margin: 0;
    padding: 0px 0px 20px 30px;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.nav_slider .carousel-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    font-family: 'Muli', sans-serif;
    color: #d1e5e7;
    margin: 0 0 25px;
}

.slider .btn {
    text-decoration: none;
    background: #F24259;
    color: #ffffff;
    padding: 10px 35px;
    border-radius: 35px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.slider .btn:hover {
    background: #ffffff;
    color: #212332;
}

.slider .btn-2 {
    background: transparent;
    border: 1px solid #ffffff;
    margin-left: 15px;
}

/*--------------------------------------------------
[3. Start Welcome]
--------------------------------------------------*/
.welcome {
    padding-bottom: 100px;
    padding-top:50px;
}

.welcome h2 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: red;
}

.welcome h2 span {
    color: #F24259;
    text-align: center;
}

.welcome p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.welcome .box {
    padding: 40px 20px !important;
    border-radius: 10px;
    background: #f5f5f5;
    transition: all 0.5s ease-in-out;
}

.welcome .box{
    stroke: white !important;
}

.welcome .box:hover {
    background: #ec1c1c;
    color: #ffffff;
    box-shadow: 1px 1px 14px 0 rgba(0,0,0,0.15);
    transform: translateY(-10px)
}

.svg path{
    fill: #ec1c1c;
}


.hover{
    display: none;
    transition: all 0.5s ease-in-out;
}

.initial{
    display: inline-block;
    transition: all 0.5s ease-in-out;
}

.welcome .box:hover .initial{
    display: none;
}

.welcome .box:hover .hover{
    display: inline-block;
}

.welcome .box:hover .line {
    width: 100px;
}

.welcome .box .line {
    background: #F24259;
    width: 40px;
    height: 1px;
    transition: all 0.5s ease-in-out;
}

.welcome .box .icon {
    color: #ffffff;
}

.welcome .box .icon {
    padding: 0;
    margin: 0;
    font-size: 40px;
    color: #F24259;
}

.button {
    background-color: red;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.welcome .box h3 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin: 15px 0 10px;
    text-decoration: none;
    color: black;
}

.welcome .box h3 a {
    color: white;
}

.welcome .box h3:hover {
    color: #ffffff;
}

.welcome .box p {
    margin: 0;
}

.welcome a{
    text-decoration: none;
}

/*--------------------------------------------------
[4. Start skills]
--------------------------------------------------*/
.skills {
    padding: 60px;
    background-color: #f2f2f2;
    color: #ffffff;
}

.skills .content {
    padding-right: 30px;
}

.skills .content span {
    color: #F24259;
    font-size: 18px;
    font-weight: 400;
}

.skills .content h2 {
    font-size: 30px;
    color: black;
    font-weight: 800;
    margin: 0;
    padding: 0;
}

.skills h2 {
    font-family: 'Rajdhani', sans-serif;
    color: red;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 48px;
}

.skills .content p {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 40px;
    padding-right: 30px;
}

.skills .box-2 .icon {
    font-size: 30px;
    color: #F24259;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.skills .box-2 .line {
    background: #F24259;
    width: 30px;
    height: 2px;
    transition: all 0.5s ease-in-out;
    margin-bottom: 15px;
}

.skills .box-2 h3 {
    font-size: 18px;
    color: black;
    margin: 0;
    padding: 0;
}

.skills .box-2 p {
    font-size: 15px;
    font-weight: 400;
    color: #757575;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    margin-top: 8px;
}

.skills .mb {
    margin-bottom: 40px;
}

.skills .skills-bar {
    margin-bottom: 25px;
}

.skills .skills-bar h5 {
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
}

.skills .skills-bar .skills-progress{
	height: 10px;
    width: 90%;
    background: #ffffff;
    border-radius: 35px;
    position: relative;
}

.skills .skills-bar .skills-progress span {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    background: #F24259;
    color: #ffffff;
    border-radius: 35px;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}

.skills .skills-bar .skills-progress span.span-2 {
    width: 70%;
}

.skills .skills-bar .skills-progress span.span-3 {
    width: 80%;
}

.skills .skills-bar .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    right: -15px;
    top: -25px;
    font-weight: 400;
    font-size: 14px;
	text-align: center;
}

/*--------------------------------------------------
[5. Start About]
--------------------------------------------------*/
.about {
    padding-top: 70px;
}

.about .heading h2 {
    font-family: 'Rajdhani', sans-serif;
    color: red;
    font-size: 30px;
    font-weight: 400;
}

.about .heading h2 span {
    color: #F24259;
}

.about .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.about h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.about p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 15px;
    padding: 0;
}

.about h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 8px 0;
}

.about h4 .icon {
    color: #F24259;
    margin-right: 10px;
}

/*--------------------------------------------------
[6. Start Video]
--------------------------------------------------*/
.video-area {
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
}

.video-area h1 {
    font-family: 'Rajdhani', sans-serif;
    color: red;
    font-size: 33px;
    font-weight: 400;
    margin-top: 0px;
}

.video-area h2 {
    font-family: 'Rajdhani', sans-serif;
    color: red;
    font-size: 30px;
    font-weight: 400;
}

.video-area h2 span {
    color: #F24259;
}

.video-area img {
    width: 100%;
}

.video-area p {
    font-size: 15px;
    font-weight: 400;
    color: grey;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-right: 30px;
}

.video-area .btn {
    text-decoration: none;
    background: #F24259;
    color: #ffffff;
    padding: 10px 35px;
    border-radius: 35px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.video-area .btn:hover {
    background: #ffffff;
    color: #212332;
}

.video-area .video-icon {
    position: relative;
}

.video-icon .icon-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* Icon */
.video-icon .icon {
    background: #F24259;
    color: #fff;
    display: inline;
    font-size: 16px;
    padding: 22px 25px;
    border-radius: 200px;
    position: relative;
}

/* Pulse Animation */
.pulse {
    animation: pulse 1s infinite;
    animation-duration: 2s;
}

/* Keyframes */
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/*--------------------------------------------------
[7. Start Services]
--------------------------------------------------*/
.services {
    padding: 130px 0 100px;
}

.services h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.services h2 span {
    color: #F24259;
}

.services p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.services .box {
    padding: 40px 0;
    box-shadow: 1px 1px 14px 0 rgba(0,0,0,0.1);
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.5s ease-in-out;
    margin-bottom: 30px;

}

.services .box:hover {
    box-shadow: 1px 1px 14px 0 rgba(0,0,0,0.15);
    transform: translateY(-10px);
}

.services .box:hover .line {
    width: 100px;
}

.services .box .line {
    background: #F24259;
    width: 40px;
    height: 1px;
    transition: all 0.5s ease-in-out;
}

.services .box .icon {
    padding: 0;
    margin: 0;
    font-size: 40px;
    color: #F24259;
}

.services .box h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 10px;
}

.services .box p {
    margin: 0;
}

.services .mb-30 {
    margin-bottom: 30px;
}

/*--------------------------------------------------
[8. Start Some Facts]
--------------------------------------------------*/
.some-facts {
    background: url("../img/bg/some-facts.png") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 130px 0;
    color: #ffffff;
}

.some-facts .items .icon {
    font-size: 30px;
    color: #ffffff;
}

.some-facts .items .line {
    width: 60px;
    height: 1px;
    background: #F24259;
    margin-bottom: 10px;
}

.some-facts .items span {
    font-family: 'Muli', sans-serif;
    font-size: 40px;
    font-weight: 900;
}

.some-facts .items h4 {
    font-size: 16px;
    font-weight: 500;
}

/*--------------------------------------------------
[9. Start Portfolio]
--------------------------------------------------*/
.portfolio {
    padding: 130px 0 0;
}

.portfolio h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.portfolio h2 span {
    color: #F24259;
}

.portfolio p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.portfolio .button-group {
    margin-bottom: 40px !important;
    background: #ffffff;
    border-radius: 35px;
    padding: 5px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: inline-block;

}

.portfolio .button-group button {
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    color: #666;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 35px;
    transition: all 0.2s ease-in-out;
}

.portfolio .button-group button:hover {
    color: #ffffff;
    background: #F24259;
}

.portfolio .button-group button:focus {
    color: #ffffff;
    background: #F24259;
    border: 0;
    outline: 0;
}

.portfolio .single-portfolio-item {
    position: relative;
    padding: 0;
}

.portfolio .single-portfolio-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    color: #333333;
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

.portfolio .single-portfolio-item .overlay .content {
    font-size: 20px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    transition: all 0.3s ease-in-out;

}

.portfolio .single-portfolio-item .overlay .content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #444444;
    padding: 0;
    margin: 0;
}

.portfolio .single-portfolio-item .overlay .content p {
    font-size: 14px;
    font-weight: 400;
    color: #F24259;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

.portfolio .single-portfolio-item .overlay .content a {
    color: #555555;
    text-decoration: none;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.portfolio .single-portfolio-item:hover .overlay {
    opacity: 0.95;
}

.portfolio .grid-item {
    padding: 0;
}

/*--------------------------------------------------
[10. Start More Details]
--------------------------------------------------*/
.more-details {
    padding: 130px 0;
    background: #f9f9f9;
}

.more-details .item {
    margin-bottom: 35px;
}

.more-details .item .icon {
    font-size: 35px;
    color: #F24259;
}

.more-details .item .cont {
    margin-left: 30px;
}

.more-details .item .cont h3 {
    font-size: 16px;
    font-weight: 600;
}

.more-details .item .cont p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 10px 0 0;
    padding: 0;
}

/*--------------------------------------------------
[11. Start Our Team]
--------------------------------------------------*/
.team {
    padding: 20px 0;
}

.team h2 {
    font-family: 'Rajdhani', sans-serif;
    color: red;
    font-size: 30px;
    font-weight: 400;

}

.team h2 span {
    color: #F24259;
}

.team p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.team .box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all .5s ease-in-out;
}

.team .box .image {
    position: relative;
    height: 100%;
}

.team .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #da2b2b 1%,#862428 100%);
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 15;
}

.team .box .image .social-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    min-height: 90px;
    height: 100%;
    max-height: 120px;
    transform: translate(-50%,-50%);
    color: #ffffff;
    z-index: 20;
    text-decoration: none;
    opacity: 0;
    margin-top: 100px;
    padding: 0px 15px;
    background: #ffffff;
    transition: all 0.5s ease-in-out;
}

.team .box .image .social-icons i {
    font-size: 18px;
    padding: 0 7px;
    color: #F24259;
}

.social-icons h4{
    color: black;
    font-size: 13px;
    font-family: 'Rajdhani', sans-serif;
}





.team .box h3 {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 600;
}

.team .box h4 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #999999;
    font-weight: 400;
    margin-top: 5px;
    padding-bottom: 25px;
}

.team .box:hover {
    transform: translateY(-15px);
}

/*--------------------------------------------------
[12. Start Testimonials]
--------------------------------------------------*/
.testimonials {
    background-color: #f2f2f2;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0 100px;
    color: #ffffff;
}

.testimonials .heading h2 {
    font-family: 'Rajdhani', sans-serif;
    color: red;
    font-size: 30px;
    font-weight: 400;
}

.testimonials .heading h2 span {
    color: #F24259;
}

.testimonials p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #000000;
    margin: 20px 0;
    padding: 0;
}

/* Image */
.testimonials .carousel-inner .carousel-item .team {
    width: 100px;
    height: 100px;
    border: 2px solid #F24259;
    border-radius: 100%;
    padding: 5px;
    margin: 50px 0 15px;
}

.testimonials .carousel-inner .carousel-item h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin-top: 20px;
}

.fa-star {
    color: red;
}

.testimonials .carousel-inner .carousel-item h4 {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 20px;
}

.testimonials .carousel-indicators {
    bottom: -30px;
}

.testimonials .carousel-indicators li {
    background-color: #b8b7b7;
    border-radius: 30px;
    height: 4px;
    width: 40px;
}

.testimonials .carousel-indicators .active {
    background-color: #F24259;
}

.testimonials .control span {
    cursor: pointer;
}

.testimonials .icon {
    height: 40px;
    width: 40px;
    background-size: 100%, 100%;
    border-radius: 50%;
    font-size: 30px;
    background-image: none;
    color: #ffffff;
}

welcome .a {
    text-decoration: none;
    color: black;
}

welcome .a:hover {
    text-decoration: none;
    color: white;
}

/*--------------------------------------------------
[13. Start Pricing]
--------------------------------------------------*/
.price {
    padding: 130px 0;
}

.price .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.price .heading h2 span {
    color: #F24259;
}

.price .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.price .box {
    padding: 40px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all .5s ease-in-out;
}

.price .box .head {
    border-left: 2px solid #F24259;
    padding-left: 25px;
    margin-bottom: 20px;
}

.price .box .head h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: #757575;
    margin-bottom: 5px;
}

.price .box .head h4 {
    font-family: 'Muli', sans-serif;
    font-size: 35px;
    font-weight: 900;
    margin: 0;
    padding: 0;
}

.price .box .head h4 span {
    font-size: 12px;
    font-weight: 400;
}

.price .box ul {
    list-style: none;
    padding: 0 20px;
    margin: 0;
}

.price .box ul li {
    font-size: 14px;
    color: #959595;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

.price .box .btn {
    background: linear-gradient(135deg, #F24259 1%,#e2395e 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 8px 60px;
    border-radius: 35px;
    margin-top: 30px;
    border: 1px solid #ffffff;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.price .box .btn:hover {
    background: linear-gradient(135deg, #e71e49 1%,#e2395e 100%);
}

.price .box:hover {
    transform: translateY(-15px);
}




.price .box-red {
    padding: 40px 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background: linear-gradient(135deg, #F24259 1%,#e2395e 100%);
    transition: all .5s ease-in-out;
}

.price .box-red:hover {
    transform: translateY(-5px);
}

.price .box-red .head {
    border-left: 2px solid #ffffff6e;
    padding-left: 25px;
    margin-bottom: 20px;
}

.price .box-red .head h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: #ffffff;
    margin-bottom: 5px;
}

.price .box-red .head h4 {
    font-family: 'Muli', sans-serif;
    font-size: 35px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    color: #fcf9f9;
}

.price .box-red .head h4 span {
    font-size: 12px;
    font-weight: 400;
}

.price .box-red ul {
    list-style: none;
    padding: 0 20px;
    margin: 0;
}

.price .box-red ul li {
    font-size: 14px;
    color: #ffffff;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f149;
}


.price .box-red .btn {
    background: #ffffff;
    color: #444444;
    text-decoration: none;
    padding: 8px 60px;
    border-radius: 35px;
    margin-top: 30px;
    border: 1px solid #ffffff;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.price .box-red .btn:hover {
    background:transparent;
    color: #ffffff;
}

/*--------------------------------------------------
[14. Start Want Work]
--------------------------------------------------*/
.want-work {
    background: url("../img/bg/want-work.png") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 130px 0;
    color: #ffffff;
}

.want-work .box h2 {
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.want-work .box h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 30px;
}

.want-work .box .btn {
    background: #F24259;
    border-radius: 35px;
    padding: 8px 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    transition: all .5s ease-in-out;
}

.want-work .box .btn:hover {
    background: #ffffff;
    color: #555555;
}


.icon-bar{
    color: red;
}
/*--------------------------------------------------
[15. Start Blog]
--------------------------------------------------*/
.blog {
    padding: 130px 0;
}

.blog .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.blog .heading h2 span {
    color: #F24259;
}

.blog .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}
#slider_mobile{
    margin-top: 120px;
    display: none;
    height: 200px;
}

.blog .box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #F24259;
    transition: all .5s ease-in-out;
}

.blog .box:hover {
    transform: translateY(-15px);
}

.blog .box img {
    width: 100%;
}

.blog .box .info {
    padding: 20px;
}

.blog .box .info .title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-top: 5px;
    text-decoration: none;
    color: #444;
    transition: all 0.5s ease-in-out;
}

.blog .box .info .title:hover {
    color: #F24259;
}

.blog .box .info p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 7px 0 0;
}

/*--------------------------------------------------
[16. Start Clients]
--------------------------------------------------*/
.clients {
    background: url("../img/bg/some-facts.png") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 130px 0;
}

/*--------------------------------------------------
[17. Start Contact]
--------------------------------------------------*/
.contact {
    padding-bottom: 70px;
}

.contact .heading h2 {
    font-family: 'Rajdhani', sans-serif;
    color: red;
    font-size: 30px;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 40px;
}

.contact .heading h2 span {
    color: #F24259;
}

.contact .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 0;
    border-radius: 10px;
}

.contact input.btn {
    padding: 10px;
    border-radius: 3px;
    font-size: 15px;
    background: #ff1836;
    color: #ffffff;
}

.contact input.btn:hover {
    background: #5d5d5d;
}


.contact .title h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
}

.contact .title p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 1.6;
    margin: 0 0 40px;
}

.contact .content .info {
    margin-top: 30px;
}

.contact .content .info .icon {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #02434b;
    margin-right: 20px;
}

.contact .content .info h4 {
    font-size: 13px;
    line-height: 1.4;
}

.contact .content .info h4 span {
    font-size: 13px;
    font-weight: 300;
    color: #999999;
}

/*--------------------------------------------------
[18. Start Footer]
--------------------------------------------------*/
.footer {
    padding: 80px 0;
    background-color: #494948;
    background-size: cover;
}

.footer a:link {
    color: white;
    text-decoration: none;
}

.footer a:visited {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    color: darkgrey;
    text-decoration: none;
}

.footer .social-icons {
    margin: 30px 0;
    padding: 0;
}

.footer .social-icons a {
    text-decoration: none;
}

.footer .social-icons i {
    font-size: 15px;
    line-height: 42px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0.5px solid #ffffff;
    border-radius: 50%;
    margin: 0 3px;
    transition: all 0.5s ease-in-out;
}

.footer .social-icons i:hover {
    background: #ff0324;
    color: #ffffff;
    border: 0.5px solid #ff0324;
}

.footer p {
    font-size: 14px;
    font-weight: 300;
    color: #cacaca;
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------
[19. Start Page Loading]
--------------------------------------------------*/
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../img/loader/Preloader_3.gif") center no-repeat #fff;
}

.a link h3{
    text-decoration: none;
    
}

.nav_hamburger{
    fill: #F24259 !important;
    width: 25px;
}

.navbar-collapse{
    background-color: white !important;
}

.navbar-brand img{
    width: 230px;
}

/*--------------------------------------------------
[20. Start Media Query]
--------------------------------------------------*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .carousel {
        padding-top: 0px !important;
    }

    .nav_hamburger{
        fill: #F24259 !important;
        width: 25px;
    }

    .navbar {
        padding: 2px;
        background: #ffffff !important;
    }

    .navbar .nav-item {
        margin: 30px 0 0 30px;
    }

    .navbar .nav-item .nav-link {
        color: #555555;
    }

    .navbar-dark .navbar-toggler {
        color: #F24259 !important;
        border-radius: 5px;
        opacity: 1;
    }

    .navbar .btn {
        margin-left: 30px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .nav_slider .content {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-45%,-50%);
        color: #ffffff;
        margin-top: 20px;
    }

    .welcome .box {
        margin-bottom: 30px;
    }

    .welcome {
        padding: 50px 0 100px;
    }

    .skills .box-2 {
        margin-top: 30px;
    }

    .about img {
        margin-bottom: 30px;
    }

    .video-area img {
        margin-top: 30px;
        width: 100%;
    }

    .some-facts {
        padding: 115px;
    }

    .some-facts .items {
        margin: 15px 0;
    }

    .portfolio .button-group {
        padding: 5px;
    }

    .more-details img {
        margin-bottom: 30px;
    }

    .team {
        padding: 130px 0 100px;
    }

    .team .box {
        margin-bottom: 30px;
    }

    .price {
        padding: 130px 0 100px;
    }

    .price .box {
        margin-bottom: 30px;
    }

    .blog {
        padding: 130px 0 100px;
    }

    .blog .box {
        margin-bottom: 30px;
    }

    .clients {
        padding: 130px 0 100px;
    }

    .clients img {
        margin: 15px 0;
    }

    .contact .content .info {
        margin-bottom: 30px;
    }

    .mobile_version{
        display:flex;
    }
    .not_mobile{
        display:none;
    }
    #slider_mobile{
        display: block;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    #slider_mobile{
        display: block;
    }
    #navMobile{
        display: block;
    }
    .carousel {
        padding-top: 100px !important;
    }

    .nav_hamburger{
        fill: #F24259 !important;
        width: 25px;
    }

    .navbar li a,
    .navbar .navbar-brand {
        color: red !important;
    }
    .carousel-content{
    }
    .navbar {
        padding: 2px;
        background: #ffffff !important;
    }

    .navbar .nav-item {
        margin: 30px 0 0 30px;
    }

    .navbar .nav-item .nav-link {
        color: #555555;
    }

    .navbar-dark .navbar-toggler {
        color: #F24259 !important;
        border-color: transparent;
        opacity: 1;
    }

    .nav_slider{
        margin-top: 120px;
    }

    .navbar .btn {
        margin-left: 30px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .nav_slider .content {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-45%,-50%);
        color: #ffffff;
        margin-top: 20px;
    }

    .nav_slider .content h1 {
        margin: 0;
        padding: 0;
        font-size: 60px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .welcome .box {
        margin-bottom: 30px;
    }

    .welcome {
        padding: 50px 0 100px;
    }

    .skills .box-2 {
        margin-top: 30px;
    }

    .about img {
        margin-bottom: 30px;
    }

    .video-area img {
        margin-top: 30px;
        width: 100%;
    }
        
    .some-facts {
        padding: 115px;
    }

    .some-facts .items {
        margin: 15px 0;
    }

    .more-details img {
        margin-bottom: 30px;
    }

    .team {
        padding: 130px 0 100px;
    }

    .team .box {
        margin-bottom: 30px;
    }

    .price {
        padding: 130px 0 100px;
    }

    .price .box {
        margin-bottom: 30px;
    }

    .blog {
        padding: 130px 0 100px;
    }

    .blog .box {
        margin-bottom: 30px;
    }

    .clients img {
        margin: 15px 0;
    }

    .contact .content .info {
        margin-bottom: 30px;
    }

    .nav_slider .carousel-content {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #ffffff;
    }

    .nav_slider .carousel-content h1 {
        font-family: 'Rajdhani', sans-serif;
        background-color: rgba(19, 19, 19, 0.5);
        margin: 0;
        padding: 10px 30px 10px 30px;
        font-size: larger;
        text-transform: uppercase;
    }

    .nav_slider .carousel-content h2 {
        font-family: 'Rajdhani', sans-serif;
        background-color: rgba(19, 19, 19, 0.5);
        margin: 0;
        padding: 0px 0px 20px 0px;
        font-size: large;
        font-weight: 400;
        text-transform: uppercase;
    }

    .nav_slider .carousel-content p {
        font-weight: 300;
        line-height: 1.6;
        font-family: 'Muli', sans-serif;
        color: #d1e5e7;
        margin: 0 0 25px;
    }

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .not_mobile{
        display: none;
    }
    .mobile_version{
        display: flex;
        visibility: visible;
    }

    .carousel {
        padding-top: 0px;
    }

    .nav_hamburger{
        fill: #F24259 !important;
        width: 25px;
    }

    .navbar {
        padding: 2px;
        background: #ffffff !important;
        height: 140px;
    }

    .navbar .nav-item {
        margin: 30px 0 0 30px;
    }

    .navbar .nav-item .nav-link {
        color: #555555;
    }

    .navbar-dark .navbar-toggler {
        color: #F24259 !important;
        border-radius: 5px;
        opacity: 1;
    }

    .navbar li a,
    .navbar .navbar-brand {
        color: red !important;
    }

    .navbar .btn {
        margin-left: 30px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .nav_slider .content {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-45%,-50%);
        color: #ffffff;
        margin-top: 20px;
    }

    .skills .box-2 {
        margin-top: 30px;
    }

    .about img {
        margin-bottom: 30px;
    }

    .video-area img {
        margin-top: 30px;
    }

    .some-facts {
        padding: 115px;
    }

    .some-facts .items {
        margin: 15px 0;
    }

    .more-details img {
        margin-bottom: 30px;
    }

    .team {
        padding: 130px 0 10px;
    }

    .team .box {
        margin-bottom: 30px;
    }

    .price {
        padding: 130px 0 100px;
    }

    .price .box {
        margin-bottom: 30px;
    }
    .carousel-content{

    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .navbar li a,
    .navbar .navbar-brand {
        color: red !important;
    }
	
	.carousel-indicators {
		bottom: 40px;
	}
	
}
	
	
	
@media (min-height: 767px) {
    .team .box:hover .social-icons {
        margin-top: 0;
        opacity: 1;
    }

    .team .box:hover .overlay {
        opacity: 0.85;
    }
    #navMobile{
        display:none;
    }
}
