.header{
    background-color: #6c757d;

}
.header .topbar{
    background-color: #181817;
    padding: 12px 0;
}
.header .content{
    float: left;
}
.header .content li{
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    font-weight: 500;
}
.header .content li:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.header .content li i{
    margin-right: 5px;
    color: #ff4a04;
}
.header .content li a{
    color: #ccc;
}
.header .social{
    margin-right: 30px;
}
.header .topbar-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.header .social li{
    display: inline-block;
    margin: 0;
    margin-right: 15px;
}
.header .social li:last-child{
    margin-right: 0;

}
.header .social li a{
    color: #fffdfd;
}
.header .social li a:hover{
    color: #ff4a04;
}
/*****************************************************************************/

.header .logo{
    float: left;
    margin-top: 26px;
}
.header .header-inner3 .logo{
    margin-top: 5px;
}



.header.logo {
    display: flex;
    align-items: center;

}

.header.text {
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.header .logo img {
    cursor: pointer;
    width: 100px;
}





























.header .header-widget{
    float: right;
    padding: 30px 0;
}
.header .single-widget{
    position: relative;
    display: inline-block;
    padding-left: 42px;
    margin-right: 1px;
}
.header .single-widget:last-child{
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
}
.header .single-widget i{
    position: absolute;
    text-align: center;
    font-size: 16px;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 27px;
    color: #7075b9;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid #0b18c5;
}
.header .single-widget:hover i{
    border-color: transparent;
}
.header .single-widget h4{
    font-weight: 500;
    font-size: 16px;
}
.header .single-widget h4 span{
    color: #666;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    font-size: 14px;
}
.header .single-widget h4 a{
    color: #000;
}

/*****************************************************************************************/

.header .header-menu{
    background: #7075b9;
    z-index: 10;
}
.header .navbar-collapse{
    padding: 0;
}
.header .navbar{
    background: 0 0;
    box-shadow: none;
    border: none;
    position: relative;
    padding: 0;
}
.navbar-nav{
    display: block;
}
.header .nav li{
float: left;
position: relative;
margin-right: 5px;
}
.header .nav li:last-child{
    margin-right: 0;
}
.header .nav li a{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px;
    margin: 10px 0;
    display: block;
    position: relative;
    text-shadow: none;
    border-radius: 10px;
}
.header .nav li:hover a,
.header .nav li.active a{
    color: #ffffdf;
    background: #0b0c44;
}
.header .nav li a{
    margin-left: 5px;
}
.header .nav li .dropdown{
    background: #252525;
    width: 220px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition:  all .3s ease;
    margin: 0;
}
.header .nav li:hover .dropdown{
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.header .nav li .dropdown li{
    float: none;
    margin: 0;

}
.header .nav li .dropdown li a{
    margin: 0;
    padding: 8px 22px;
    color: #fff;
    border-bottom: 1px solid #3a3939;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    background: 0 0;
}

.header .nav li .dropdown li i{
    float: right;
    margin-top: 5px;
}
.header .nav li .dropdown li:hover a{
    color: #ff4a04;
    padding-left: 30px;
}

/************************************************************************/


.home-slider .single-slider{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 434px;
    border: none;
}
.home-slider .single-slider:before{
    opacity: .7;
}
.home-slider .single-slider .slider-text{
    margin: 171px 0 0;
}
.home-slider .single-slider h1{
    font-size: 31px;
    line-height: 70px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 800;
    margin-bottom: 0;
    text-shadow: 0px 3px 10px #000;
}
.home-slider .owl-carousel .owl-nav button{
    height: 55px;
    width: 55px;
    line-height: 55px;
    top: 50%;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 25px;
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 100%;
    margin: -30px 0 0;
}
.home-slider .owl-carousel .owl-nav button:hover{
    background: #ff4a04;
}
.home-slider .owl-carousel .owl-nav .owl-prev{
    left: 15px;
}
.home-slider .owl-carousel .owl-nav.owl-prev:hover{
    left: 25px;
}
.home-slider .owl-carousel .owl-nav .owl-next{
    right: 15px;
}
.home-slider .owl-carousel .owl-nav .owl-next:hover{
    right: 25px;
}
.home-slider .owl-item.active .slider-text h1{
    animation: fadeInUp 1s both .8s;
}

/*************************************************************************************************/

.single-blog-inner-img.text-center p{
    text-align: center;
}
.single-blog-inner-img.text-center{
    padding: 20px 20px;
}
.img-thumbnail{
    max-width: 100%;
    height: 220px !important;
}
#color{
    background: linear-gradient(to bottom right, white -1%, white -1%,white 85%);
}

/**************************************************************************/

.testinomials .single-testimonial{
    text-align: left;
    background: white;
    border-radius: 10px;
    padding: 9px;
    position: relative;
    margin-top: 9px;
    box-shadow: inherit;
}
.testinomials .single-testimonial img{
    position: relative;
}
.testinomials .single-testimonial p{
    font-size: 15px;
    position: relative;
    z-index: 4;
    text-align: left;
}
.testinomials .main-content{
    position: relative;
    z-index: 4;
    margin: 29px 0;
}
.testinomials .main-content:before,
.testinomials .main-content:after{
    position: absolute;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 32px;
    z-index: -4;
    color: #00b06a;
}
.testinomials .single-testimonial .img-thumbnail{
    max-width: 100%;
    height: 120px !important;
}
/*************************************************************************/

.team{
    padding: 60px 0 90px;
}
.team .button .btn{
    color: white;
}
.team .button .btn:before{
    background: #252525;
}
.team .button .btn:hover{
    background: 0 0;
    color: #fff;
}
.team .single-team{
    height: 259px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    border: 10px solid #f7f7f7;
    background-color: #ededed;
}
.team .team-hover{
    position: relative;
    padding: 8px;
    text-align: center;
    background: #3b4458;
    border-radius: 2px;
    transition: all 0.1s ease; /* Adjust the duration value to control the speed */
    transform: scale(1);
    left: 0;
    bottom: 8px;
    right: 10px;
    height: 90px;
}
.team .single-team:hover .team-hover,
.team .single-team.active .team-hover{
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.team .team-hover h4{
    color: #fff;
    font-size: 17px;
}
.team .team-hover h4 span{
    display: block;
    color: #fff;
    font-weight: 390;
    font-size: 14px;
    margin-top: 5px;
}



/****************************************************************************/

.our-features{
    background-color: #fff;
}
.our-features .single-feature{
    background: #fff;
    margin-top: 30px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0, 0, 0/5%);
    height: 301px;
}
.our-features .feature-head{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.our-features .single-feature img{
    width: 100%;
    border-radius: 10px;
}
.our-features .single-feature img:hover{
    transform: scale(1.2) rotate(5deg);
}
.our-features .single-feature h2{
    font-size: 20px;
    margin: 15px 0;
    color: #fff;
}
/********************************************************************************************/

ul.link-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.link-list li{
    margin: 0;
    padding: 2px 0 2px 0;
    list-style: none;
}
footer{
    background:  #7075b9;
    
}
footer ul.link-list li a{
    color: white;
    font-size: 13px;
}
footer ul.link-list li a:hover{
    color: black;
}
.widgetheading{
    width: 100%;
    padding: 0;
    
}
#bottom .widgetheading{
    position: relative;
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 9px;
}
aside .widgetheading{
    position: relative;
    border-bottom: #e9e9e9 1px solid;
    padding-bottom: 9px;
}
footer .widgetheading{
    position: relative;
}

#bottom .widget .widgetheading span,
aside .widget .widgetheading span,
footer .widget .widgetheading span{
    position: absolute;
    width: 60px;
    height: 1px;
    bottom: -1px;
    right: 0;
}
footer address{
    line-height: 1.6em;
    color: white;
    font-size: 13px;
}
footer h5 a:hover,
footer a:hover{
    text-decoration: none;
  
    
}
#sub-footer{
    text-shadow: none;
    color: white;
    padding: 0;
    padding-top: 0px;
    margin: 20px 0 0 0;
    background:  #7075b9;
}
#sub-footer p{
    margin: 0;
    padding: 0;

}
#sub-footer span{
    color: white;
}
.copyright{
    text-align: left;
    font-size: 10px;
}
#page-header.gallery-header {

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    height: 50vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Your Beautiful Font', sans-serif; /* Replace 'Your Beautiful Font' with the desired font name */
}

#page-header.gallery-header h2 {
    font-size: 36px;
}

#page-header.gallery-header p {
    font-size: 18px;
    color: white;
}

