body{
    margin: 0px;
    padding: 0px;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #353535;
}   

a{
    text-decoration: none;
    color: #353535;
}
a:hover {
    color: #e31d2a;
}

.text-blue{
    color: #3845e1;
}
.text-light{
    color: #d4d4d4 !important;
}
.text-light-hd{
    color: #efefef;
}
.text-light-blue{
    color: #949cb0;
}
.font-weight-300{
    font-weight: 300;
}
.font-weight-400{
    font-weight: 400;
}
.font-weight-600{
    font-weight: 600;
}
.font-12{font-size: 12px;}
.font-13{font-size: 13px;}
.font-14{font-size: 14px;}
.font-15{font-size: 15px;}
.font-17{font-size: 17px;}
.font-18{font-size: 18px;}
.font-19{font-size: 19px;}
.font-20{font-size: 20px;}
.font-21{font-size: 21px;}
.font-22{font-size: 22px;}

.line-height-14{
    line-height: 1.4;;
}
.line-height-18{
    line-height: 1.8;;
}
.flex-center{
    display: flex;
    align-items: center;
}
.bg-grey-1{
    background: #fbf8ff;
}
.bg-grey-2{
    background: #f5f1f9;
}
.btn{
    font-weight: 600;
    border-radius: 100px;
    padding: 12px 25px;
}
.btn-white{
    background-color: #fff;
    border: transparent !important;
    color: #424242;
}
.btn-white:hover{
    background-color: #C6C6C6;
    color: #424242;
}
.btn-black{
    background-color: #353535;
    border: transparent !important;
    color: #fff;
}
.btn-black:hover{
    background-color: #202020;
    color: #fff;
}
.btn-red{
    background-color: #e31d2a;
    border: transparent !important;
    color: #fff;
}
.btn-red:hover, .btn-red:focus, .btn-red:active{
    background-color: #c90512;
    color: #fff;
}


.btn-blue{
    background-color: #2c3590;
    border: transparent !important;
    color: #fff;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active{
    background-color: #121b7d;
    color: #fff;
}
.btn-yellow{
    background-color: #c5a128;
    border: transparent !important;
    color: #fff;
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active{
    background-color: #b58f0d;
    color: #fff;
}
.btn-orange{
    background-color: #e66506;
    border: transparent !important;
    color: #fff;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active{
    background-color: #b34d02;
    color: #fff;
}



.btn-outline-primary{
    border:2px solid #424242;
    color: #353535;
}
.btn-outline-primary:hover{
    border:2px solid #000;
    background: #000;
    color: #fff;
}
.clearfix{
    clear: both;
    overflow: hidden;
}


.correct-list li{
    display: flex;
    align-items: center;
    padding-bottom: 1.3rem;
    position: relative;
    padding-left: 40px;
}
.correct-list li:last-child{
    padding-bottom: 0px;
}
.correct-list li::before{
    content: "\f14a";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: -5px;
    left: 0px;
    color: #56bf3e;
    font-size: 28px;
}


footer{
    padding: 30px 0px 30px;
}

.specification-table th, .specification-table td{
    padding: 10px 7px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
}
.specification-table tr td:first-child{
    font-weight: 600;
}
.specification-table tr td p{
    margin-bottom: 8px;
}
.specification-table tr td p:last-child{
    margin-bottom: 0px;
}

#home-slider .carousel-caption{
    bottom: 0px;
    padding: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    background: #000;
    padding: 12px 10px;
    position: relative;
}
#home-slider .carousel-caption p{
	font-size:18px;
	font-weight: 500;
}
#home-slider {
	border: 1px solid #444;
    border-radius: 20px;
    overflow: hidden;
}

.banner-text .text1{
    background: -webkit-linear-gradient(45deg, #f24047, #2132ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 58px;
}
.banner-text .text2{
    font-size: 36px;
}
.banner-text .text3{
    background: -webkit-linear-gradient(45deg, #15eab0, #ff4d21);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 46px;
}
.banner-text .text4{
    background: -webkit-linear-gradient(45deg, #f24047, #2132ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 34px;
}
.banner-text .text5{
    font-size: 42px;
}
.banner-text{
    line-height: 1.4;
}
.banner-text span{
    display:block;
}

.contact-form .form-control{
	min-height: 52px !important;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 16px;
}

.banner-buttons{
	display: grid;
	grid-template-columns: auto auto auto;
	column-gap: 10px;
    row-gap: 10px;
}
.banner-buttons .btn {
	padding: 12px 0px;
}