@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Poppins:wght@200;300;400;500;600;700&family=Raleway:wght@200;300;400;500&family=helvetica:ital,wght@0,300;0,400;0,500;0,700;1,900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap');


body, html {
    margin: 0 auto!important;
    padding: 0!important;
    height: 100%!important;
    width: 100%!important;
    background: #f6f6f6;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-family: "Poppins", sans-serif ;
   /* overflow: hidden;*/
   scroll-behavior: smooth;
/*   overflow-x: hidden;*/
   color: #1E1E1E;
   user-select: none;
}
.material_section, .client_section {
    cursor: move; /* fallback: no `url()` support or images disabled */
    cursor: grab; /* W3C standards syntax, all modern browser */
}


body{
    /*background-color: #fafafa;*/
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
   /* overflow: hidden;*/
    /*font-family: 'Lato', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Space Grotesk', sans-serif;
    font-family: 'Raleway', sans-serif;*/
    font-family: "Poppins", sans-serif;


}
img{
    object-fit: contain;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0F4FCA; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: gray; 
}
i{
    font-size: 20px!important;
}
p{
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    color: #000;
}
h6{
    font-weight: 400;
     font-size: 14px;
     line-height: 17px;
}
h5{
    font-weight: 400;
     font-size: 16px;
}
hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
    border: 0;
    border-top: 1px solid #ececec;
    height: 0;
}
a:hover {
   text-decoration: none!important;
}

.badge{
    font-weight: 400!important;
    padding: 0.4em 0.8em!important;
}
.bg-light2{
    background-color: #f6f6f6;
}
.card {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border: 0;
    padding: 20px;
    border-radius: 12px;
}



.bg-gray{
    background-color: #f1f1f1;
}
.text-gray {
    color:#646E76!important
}


.rounded {
    border-radius: 0.5rem !important;
}

.flex-align{
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.flex-align2{
   display: flex;
   align-items: center;
   justify-content: center;
}
.flex-align3{
   display: flex;
   align-items: center;
}
.flex-align4{
    display: flex;
    flex-direction: column;
}
.direction-column{
   flex-direction: column;
}
.direction-row{
   flex-direction: row;
}
.flex-wrap{
  flex-wrap: wrap;
}
.g1{
   gap: 5px;
}
.g2{
   gap: 10px;
}
.g3{
   gap: 15px;
}
.g4{
   gap: 20px;
}
.row{
   margin-left: -6px;
   margin-right: -6px;

}
.col-gap{
   padding: 6px;
}



.input{
   border: 1px solid lightgray;
   border-radius: 5px;
   padding: 9px 15px;
   position: relative;
   overflow: hidden;
   width: 100%;
   outline: none;
   height: 40px;
}


select {
   width: 100%;
    border: 1px solid lightgray;
   border-radius: 5px;
   padding: 9px 15px;
   position: relative;
   overflow: hidden;
   outline: none;
   height: 40px;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    background-position: calc(100% - 14px) center !important;
    background: url(../images/arrow-down.png) no-repeat;
    background-size: 14px;
    padding-right: 40px;
    background-color: #fff;
    line-height: 20px;
}

textarea{
   width: 100%;
    border: 1px solid lightgray;
   border-radius: 5px;
   padding: 9px 15px;
   position: relative;
   overflow: hidden;
   outline: none;
}
.ellipsis{
   white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.w-25{
    width: 25%;
}
.w-50{
    width: 50%;
}
.w-75{
    width: 75%;
}
.w-100{
    width: 100%;
}
.bg-white{
    background: white;
}
.shadow-none{
    box-shadow: none;
}
.font-weight-400{
    font-weight: 400;
}
.font-weight-500{
    font-weight: 500;
}
.font-weight-600{
    font-weight: 600;
}
.font-weight-700{
    font-weight: 700;
}
.font-weight-800{
    font-weight: 800;
}
.text-8{
    font-size: 8px;
}
.text-9{
    font-size: 9px;
}
.text-10{
    font-size: 10px;
}
.text-11{
    font-size: 11px;
}
.text-12{
    font-size: 12px;
}
.text-13{
    font-size: 13px;
}
.text-14{
    font-size: 14px;
}
.text-15{
    font-size: 15px;
}
.text-16{
    font-size: 16px;
}
.text-17{
    font-size: 17px;
}
.text-18{
    font-size: 18px;
}
.text-19{
    font-size: 19px;
}
.text-20{
    font-size: 20px;
}
.text-21{
    font-size: 21px;
}
.text-22{
    font-size: 22px;
}
.text-23{
    font-size: 23px;
}
.text-24{
    font-size: 24px;
}
.text-25{
    font-size: 25px;
}
.text-26{
    font-size: 26px;
}
.text-27{
    font-size: 27px;
}
.text-28{
    font-size: 28px;
}
.text-primary{
    color: #5364BE!important;
}
.badge-soft-success{
    color: #2BB219;
    background: #EAF7E8;
}
.badge-soft-danger{
    color: #F33543;
    background: #FEEAEB;
}
@media(min-width: 1366px){
.cr_space{
    max-width: 1526.4px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 54px;
    padding-right: 54px;
}
}
@media(max-width: 1366px){
.cr_space{
  padding-left:80px;
  padding-right:80px;
}
}
@media(max-width: 991px){
.cr_space{
  padding-left:40px;
  padding-right:40px;
}
}
@media(max-width: 767px){
.cr_space{
  padding-left:15px;
  padding-right:15px;
}

}