*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: myFirstFont;
    src: url(sansation_light.woff);
}

a{
    text-decoration: none !important;
}

/*---navbar----*/
.navbar {
    background: linear-gradient(135deg, #ff0505, #FFFFFF, #ffb005);
}
.nav-link {
    color: #313131;
    line-height: 36px;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
  .btn-btn{
background-color: red;
color: white;
  }
  .card-icon{
    background-color: red;
  }
  .box-shadow{
    box-shadow: 5px;
  }
/*  
.card {
    background: linear-gradient(135deg,#ff0505,#FFFFFF,#ffb005);
}
.card_1bg {
background-color: #062057 !important;
}
         .card_2bg {
         background-color: #800070 !important;
         }
         .card_3bg {
         background-color: red !important;
         }
         .card_4bg {
         background-color: #f39c12 !important;
         }
         .header_banner{
         width: 100%;
         height: 331px;
         }
         .border_1{
         border:1px solid #062057;
         }
         .border_2{
         border:1px solid #800070;
         }
         .border_3{
         border:1px solid red;
         }
         .border_4{
         border:1px solid #f39c12;
         }
         .cust_span{
         font-weight: 600;    
         }
          
         .box_size{
         display: flex;
         justify-content: center;
         align-items: center;
         height: 115px;
         }
         .box_footer_height{
         height:43px;
         align-items: center;
         display: flex;
         justify-content: center;
         background: white;
         }
         .text-danger {
         color: red !important;
         font-weight: 700;
         font-weight: 800;
         font-size: 18px;
         }
         @media (min-width: 576px) {
         .cust_span {
         font-size: 22px;
         }
         }
         @media (max-width: 348px) {
         .cust_span {
         font-size: 14px;
         }
         }
         @media (max-width: 425px) {
         .header_banner{
         width: 100%;
         height: 190px;
         }
         .box_size{
         display: flex;
         justify-content: center;
         align-items: center;
         height: 115px;
         }
         }*/
    /* ---contact------ */
   
    .bg-image{
    background:#ffb005;
    background-blend-mode: darken;
    background-size: cover;
    background-repeat: no-repeat;
    height:auto;
    width: 100%;
    }
    @media all and (min-width: 0px) and (max-width: 990px) {
    .bg-image{  
    background: #ffb005; 
    background-size:100% 100%;
    width: 100%;
    background-position: center; 
    } }
    input[type=text]:focus {
    border: 2px solid red;
    box-shadow:none;
    }
    textarea[type=text]:focus{
    border: 2px solid red;
    box-shadow:none;
    }
    .btn-send{
    background-color:#57544d;
    border:none; 
    border-radius: 0px;
    color: white;
    font-size: 15px
    }
    input{
    color: white;
    }
    .danger{
    background: rgba(245,12,37,1);  
    }
    .detail{
    background-color: white;
    }
    summary{
    background-color: red;
    color: white;
    }
    .details{
    background-color: white;
    }
    .summarys{
    background-color:white;
    color:black;
    }
    .summarys:hover{
    background-color:red;
    color:white;
    }
    a{
    text-decoration: none;
    }
    
/* ---latest-news---- */
.headline h2 {
    font-size: 30px;
    font-weight: 700;
}
.headline h3 {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #777;
}

        .card-body{
         background: #f5f5f5;
        }  
        .card-body h3 a{
         font-size: 20px;
         color: #337ab7;
         font-weight: 700;
        } 

         .button{
         border: none;
         background-color: red;
         padding: 14px 20px;
         } 
         button.owl-prev  {
            display: none;
        }
        button.owl-next {
            display: none;
        }

section {
    padding: 60px 0;
}

.footer-start {
    background: linear-gradient(135deg, #ff0505, #FFFFFF, #ffb005);
    padding-top: 80px;
    padding-bottom: 40px;
}

@media only screen and (max-width:768px) {
    .single_footer {
        margin-bottom: 30px;
    }
}

.single_footer h3 {
    color: #313131;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}

.single_footer h3::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #FA0005;
    margin-top: 20px;
}

.single_footer p {
    color: #313131;
}

.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single_footer ul li a {
    color: #313131;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: 12px;
    text-transform: capitalize;
}

.single_footer ul li a:hover {
    color: #ff3666;
}

.single_footer_address ul li {
    color: #313131;
}

.single_footer_address ul li span {
    font-weight: 400;
    color: #313131;
    line-height: 28px;
}

.contact_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.subscribe {
    display: block;
    position: relative;
    margin-top: 15px;
    width: 100%;
}

.subscribe__input {
    background-color: #fff;
    border-color: #FA0005 !important;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: 500;
    height: 60px;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 0 150px 0 20px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}

@media only screen and (max-width:768px) {
    .subscribe__input {
        padding: 0 50px 0 20px;
    }
}

.subscribe__btn {
    background-color: #FA0005 !important;
    border-radius: 0 0px 0px 0;
    color: #01c7e9;
    cursor: pointer;
    display: block;
    font-size: 15px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

.subscribe__btn i {
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width:768px) {
    .subscribe__btn {
        right: 0px;
    }
}

.subscribe__btn:hover i {
    color: #ff3666;
}

button {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*START SOCIAL PROFILE CSS*/
.social_profile {
    margin-top: 40px;
}

.social_profile ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.social_profile ul li {
    float: left;
}

.social_profile ul li a {
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0px 5px;
    font-size: 12px;
    color: #fff;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #FA0005 !important;
}

@media only screen and (max-width:768px) {
    .social_profile ul li a {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:480px) {
    .social_profile ul li a {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
}

.social_profile ul li a:hover {
    background: #313131;
    border: 1px solid #ff3666;
    color: #fff;
    border: 0px;
}

.end_image {
    background: rgba(255, 0, 0,0.8) url(image/about-end.jpg); 
    background-blend-mode:darken;
    height:250px;
    background-size: cover;
    background-attachment: fixed;
    }
/*---end-footer----*/