
body {
    font-family: 'Roboto', sans-serif !important;
    padding-top: 4.5rem;
    background-color: #fcfcfc !important;
    color: black;
    font-family: Red Hat Text,sans-serif !important;
    font-weight: 500;
}


/* header */
.navbar-nav .nav-link {
  color: black !important;
}
header .nav-link{
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    font-family: Red Hat Text,sans-serif !important;
}

header .nav-item{
    margin: 0px 15px;
}

header .nav-link:hover{
  color: #2d7ff9 !important;
}

header .nav-login .signup-btn{
    /* background: rgba(51,152,229,1); */
    background-color: #1f78e5;
    border-radius: 20px;
    color: #fff !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding: 5px 20px;
    margin: 5px 0px;
    width: fit-content;
    /* margin: auto; */
}

header .dropdown-item {
  margin: 2px auto;
  border-radius: 5px;
  font-weight: 500;
  color: black;
  /* color: #fff;
  text-decoration: none; */
 
  /* margin: auto 5px;
  width: inherit;
  border-radius: 5px; */
}

header .featureUL{
  margin-left: -40px;
}

header .featureLI{
  list-style-type: none;
}

header .dropdown-item:hover {
  color: #10649f !important;
  text-decoration: none;
  /* background-color: #ADD8E6; */
  background-color: rgba(0, 0, 0, 0.05);
  
 /* width: inherit;*/
 
}
header .productDropdown-menu .intgDropdown-toogle {
  background-color: transparent !important;
}

.user-bx{
  border-radius: 50px;
  border: 1px solid;
  padding: 2px 10px !important;
  display: flex !important;
  justify-content: center;
}

.user-bx img{
  margin-right: 5px;;
}

.user-bx p{
  margin: auto;
}

.signup-btn:hover{
    /* box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2) !important; */
    /* background-color: rgba(5,202,182,1) !important; */
    background-color: #2d7ff9 !important;
}

.sign-btn{
    border-radius: 20px;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding: 5px 20px !important;
    margin: 5px 0px;
    width: fit-content;
    /* margin: auto; */
    border: 1px solid rgba(0,0,0,.5);
}



/* footer */
footer{
    background: #004780;
    color: #FFFFFF;
    border-radius: 100px 0px 0px 0px;
    font-family: 'Montserrat', sans-serif;
}

footer .col{
  padding-right: 0px;
  padding-left: 0px;
}

footer .nav-link:hover{
    color: #afafaf;
}

footer a{
    color: #FFFFFF;
}


footer .social-icons img {
    width: 36px;
    padding: 4px;
    filter: brightness(0) invert(1);
}

footer .subscribe{
    display: flex;
    flex-direction: column;
    max-width: 300px;
}

footer .subscribe input{
    border-radius: 5px;
    border: none;
    padding: 5px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

footer .subscribe button{
    margin-top: 6px;
    border-radius: 5px;
    background: #D65041;
    color: #fff;
    border: none;
    width: fit-content;
    width: max-content;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}





/* int-card */

.int-card {
    border: 1px solid #ccc;
    transition: 0.2s all ease;
    border-radius: 10px;
    width: -webkit-fill-available;
    width: -moz-available;
    /* height: 300px; */
    height: 100%;
 }

 .int-card-root a{
   color: #414141; 
   
 }

 .int-card-root{
  padding: 0px 6px !important;
 }

 .int-card-root a:hover{
   color: #414141; 
   text-decoration: none;
 }

 .int-card img{
   margin-top: 23px;
   margin: auto;
   /* margin-top: 5; */
   height: 90px;
   padding: 15px;
 }

 .int-card p {
   padding: 10px;
   color: #929292;
   padding-bottom: 14px;
 
 }

 .int-card h3 {
   padding-top: 10px;
   /* font-weight: bold; */
   font-size: 20px;
  
 }

 .int-card h4 {
   /* padding-bottom: 10px; */
   color: #929292;
   font-size: 16px;
 }

 .int-card:hover {
   transform: scale(1.05);
   transition: 0.2s all ease;
 }

 /* template -card */

 .tem-card {
    margin: auto;
    max-width: 280px;
    width: 100%;
    /* box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2); */
    border-radius: 6px;
    cursor: pointer;
    align-items: center;
    width: auto;
    /* border: 2px solid lightgrey; */
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.24), 0px 0px 2px 0px rgba(0, 0, 0, 0.08), 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    transition: 0.2s all ease;
  }

  .tem-card img{
    border-radius: 8px 8px 0px 0px;
    width: 100%;
    height: 150px;
  }

  .tem-card .item-sec{
    padding: 16px;
  }

  .tem-card .item-title{
    font-size: 18px;
    color: #212121;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tem-card .item-caption{
    margin-top: 10px;
    color: #909090;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    height: 70px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .tem-card:hover {
    /* box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2); */
    /* transform: scale(1.05);
    transition: 0.2s all ease; */
    opacity: 0.85;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.48),0 0 2px 0 rgba(0, 0, 0, 0.08),0 2px 4px 0 rgba(0, 0, 0, 0.12),0 2px 8px 0 rgba(0, 0, 0, 0.08);
  }

  
/* themes */

.h1, h1 {
    /* font-size: 2.5rem; */
    font-weight: 700 !important;
}

.h2, h2 {
    /* font-size: 2rem; */
    font-weight: 600 !important;
}

.all-link{
  color: #4183C4 ;
}

.headerNavbar, .headerNavigation-container{
    /* background: #EEF5FA; */
    /* background: #edf8ff; */
    /* padding: 0rem; */
    /* font-family: 'Red Hat Text',Tahoma, Geneva, Verdana, sans-serif; */
    font-family: "DM Sans", sans-serif;
}

/* .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.71) !important;
} */


.jumbotron{

}

@media (min-width: 1200px){
  .container {
      max-width: 74rem !important;
  }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    /* height: 32rem; */
  }
  .carousel-item > img {
    /* position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem; */
  }

  /* media */

@media (max-width: 768px) { 

  header .dropdown-item   {
    text-align: left;
  }
  header .dropdown-item:hover {
    color: rgba(51,152,229,1) !important;
    text-decoration: none;
  
    background-color: #e8f4f8;
    
   /* width: inherit;*/
   
  }

    .navbar-collapse{
        text-align: left !important;
        height: 100vh;
    }

    footer{
        text-align: center !important;
    }

    footer .subscribe{
      margin: auto;
    }

    footer .subscribe button{
      margin: auto;
      margin-top: 10px;
    }

    .sign-btn , .signup-btn{
      margin: 5px auto !important;
    }

    footer .subscribe-img{
      /* display: none; */
    }

    footer .footer-end .col-md-4{
      justify-content: center;
    }

    footer .text-right{
      text-align: center !important;
    }
    footer .row{
      margin-right: 0px;
      margin-left: 0px;
    }

}