@import url('https://smc.org.in/fonts/gayathri.css');
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*
{
    margin: 0;
    padding: 0;
    
}
body{
   /* font-family: sans-serif;*/
   font-family: "Poppins", sans-serif;
    color: #06071E;
}

#nav-bar
{
    position: sticky;
    top:0;
    z-index: 10;
}
.navbar{
    background-image: linear-gradient(to right,#ffffff,#ffffff);
    padding-left: 20px !important;
    padding-right: 20px !important;
    
}
.navbar-nav li{
    padding: 0 10px;
}
.navbar h2{
    color: #aa6705;
}
.navbar-nav li a{
    padding: 0 10px;
    color: #aa6705 !important;
    font-weight: 600;
    float: right;
    text-align: left;
    padding-bottom: 5px;
    padding-top: 5px;
    font-family:"Poppins";
}

.dropdown-menu{
    background-image: linear-gradient(to right,#ffffff,#ffffff);
   
}
.navbar-brand h2{
    color: #fff !important;
}
.fa-bars{
    color: #c99a46 !important;
    font-size: 30px !important;
}
.navbar-toggler{
    outline: none !important;
}
/*----------Banner Section-------------------*/

#banner{

    /* background-image: linear-gradient(to right,#FCC57B,#FCC57B);  */
    background-image: linear-gradient(to right,#d6b66b,#e4b564); 
    color: #fff;
     
   
}

#banner h1{
    color: #ffffff;
   
   
}
#banner p{
    color: #000000;;
    
   
}

.promo-title{
    font-size: 30px;
    font-weight: 600;
    margin-top: 100px;
    color: #c99a46;
}

.play-btn{
    width:45px;
    margin: 20px;

}

#banner a{
    color: #fff;
    text-decoration: none;
}
.bottom-img{
    width: 100%;
    height: 100px;
}

/*----------Service Section-------------------*/

#services{
    padding: 30px 0;
}
.service-img{
    width:80%;
   
}

.services{
    padding:20px;

}
.services h4{
    padding: 5px;
    margin-top: 25px;
    
}

.services h5{
    padding: 0px;
    margin-top: 0px;
    color:#aa6705;
    
}
.services p{
   color:#06071E;
   padding-right: 20px;
   padding-left: 20px;
}
.title::before
{
    content: '';
    background: #aa6705;
    height: 5px;
    width:200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform:translateY(50px);
}

.titlehistory::before
{
    content: '';
    background: #aa6705;
    height: 5px;
    width:200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform:translateY(65px);
}




#services .btn-primary{
    box-shadow: none;
    padding:8px 15px;
    border:none;
    border-radius: 10px;
    background-image: linear-gradient(to right,#c99a46,#c99a46); 
    color: #ffffff;
}

.btn-primary{
    box-shadow: none;
    padding:3px 35px;
    border:none;
    border-color: #aa6705;
    border-radius: 10px;
    background-image: linear-gradient(to right,#c99a46,#c99a46); 
    color: #ffffff;
}




/*----------about us section-------------------*/

#about-us{

    background: #ffffff;
    padding-bottom: 50px;
    padding-top: 30px;

}
.about-title{

    font-size: 20px;
    font-weight: 500px;
    margin-top: 8%;
    color: #aa6705;
}
.about-titlemass{

    font-size: 20px;
    font-weight: 500px;
    margin-top: 5px;
}

#about-us ul li{

    margin:10px 0;


}
#about-us ul{
    margin-left: 20px;
}

/*----------Testimonials section-------------------*/

#testimonials{
    margin: 100px,0px;
    background-color: #f3ecd8;
}

.testimonials{

    border-left: 4px solid #aa6705;
    margin-top: 50px;
    margin-bottom: 50px;
}

.testimonials img{
    height:60px;
    width:60px;
    border-radius: 50%;
    margin:0 10;
}

.user-details{

    display: inline-block;
    font-size: 12px;

}

/*----------Social Media section-------------------*/

#social-media{
    background: #ffffff;
    padding: 100px 0;
}

#social-media p{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.social-icons img{

    width: 60px;
    transition: 0.5s;

}

.social-icons a:hover img
{
transform: translateY(-10px);

}


/*----------Footer section-------------------*/

#footer{

    /* background-image: linear-gradient(to right,#0d0b18,#f3d153); */
    background-image: linear-gradient(to right,#06071E,#06071E);
    color: #fff;

}

.footer-img{

    width: 100%;
    height: 100px;
}

.footer-box{
    padding: 20px;
}
 
.footer-box img{
    width: 120px;
    margin-bottom: 20px;
}

.footer-box .fa{

    margin-right: 8px;
    font-size: 25px;
    height: 40px;
    width:40px;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
    background-image: linear-gradient(to right,#bca16b,#bca16b); 
    color: #ffffff;
}

.footer-box .form-control{
     box-shadow: none !important;
     border:none;
     border-radius: 0;
     margin-top: 25px;
     max-width: 250px;

   
}

.footer-box .btn-primary{

    box-shadow: none !important;
 border:none;
 border-radius: 0;
 margin-top: 30px;
 background-image: linear-gradient(to right,#bca16b,#bca16b); 
 color: #ffffff;

}

hr{
    background-color: #fff;
}
.copyright{
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
}

/*----------post detail section-------------------*/

#postdetail{

    background: #f8f9fa;
    padding: 0px 0;
}

#postdetail p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 30px;
}

#postdetail h5{
    font-size: 12px;

}

#postdetail a{
    color: black;
}

/*----------blog section-------------------*/

#blog-section{
    background: #fff;
    padding: 40px 0;
}

#blog-section h2{
   color: black;
}
.blogpostfeaturedimage{

    width: 75%;
}
.highlight{
   
    color: #bca16b;
    font-size: 30px;
   

}
@media only screen and (max-width: 500px) {

.highlight{
    
    font-size: 18px;
    font-weight: 800;
    color: #bca16b;
}
}
@media only screen and (max-width: 450px ) {

    .highlight{ 
        font-size: 12px;
        font-weight: 800;
        color: #ffffff;
    }
}
@media only screen and (max-width: 374px) {

    .highlight{     
            font-size: 12px;
            font-weight: 800;
            color: #ffffff;  
        }
}

.paddingleft{
    padding-left: 30px;
}
.paddingright{
    padding-right: 10px;
}

.olphheight{
    max-height: 700px;
    text-align: center;
}
.iconparts{
    text-align: center;
}
.iconheading{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color:#aa6705;
}
.iconpartswidth{
    width: 80%;
}
.malayalamfont{
    font-family: 'Gayathri', sans-serif;
    font-size: 18px;
   
     font-weight: 400;
}
.title{
    font-size: 25px;
    color: #aa6705;
}
.titlehistory{
    font-size: 20px;
    color: #aa6705;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
    background-color: #aa6705;
    margin-top: 100px;
    font-weight: bold;

}
   
   .carousel-control-next-icon {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23aa6' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
     background-color: #aa6705;
     margin-top: 100px;
     font-weight: bold;
    }

    .button-62 {
        background: linear-gradient(to bottom right, #EF4765, #FF9A5A);
        border: 0;
        border-radius: 12px;
        color: #FFFFFF;
        cursor: pointer;
        display: inline-block;
        font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
        font-size: 13px;
        font-weight: 500;
        line-height: 1;
        outline: transparent;
        padding: 6px;
        text-align: center;
        text-decoration: none;
        transition: box-shadow .2s ease-in-out;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        white-space: nowrap;
      }
      
      .button-62:not([disabled]):focus {
        box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
      }
      
      .button-62:not([disabled]):hover {
        box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
      }

      .navanal{
          background-color: #eee8e1;
      }
      .navanalslides{
         background-color: #aa6705;
      }




      
      .big-banner {
        background-color: #ea2022;
        width: 100%;
        float: left;
      }
      .big-banner .banner-text {
        padding: 0;
      }
      .big-banner .banner-text h2 {
          font-size: 25px;
          font-size: 2.5rem;
          font-weight: 900;
          color: #fff;
          margin-top: 39px;
          margin-bottom: 41px;
          display: inline-block;
          position: relative;
      }
      .big-banner .banner-text h2:before {
          content: "";
          display: block;
          width: 128px;
          height: 32px;
          background: url(https://raw.githubusercontent.com/solodev/cta-with-css/master/image-2.png) no-repeat center center;
          position: absolute;
          top: 0;
          left: -158px;
      }
      .big-banner .banner-text h2:after {
          content: "";
          display: block;
          width: 128px;
          height: 32px;
          background: url(https://raw.githubusercontent.com/solodev/cta-with-css/master/image-3.png) no-repeat center center;
          position: absolute;
          top: 0;
          right: -158px;
      }
      .big-banner .banner-text h2 a {
          color: #fff;
      }


      .lastname{
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
      }


   