
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Heavy.woff2') format('woff2'),
        url('Gilroy-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Regular.woff2') format('woff2'),
        url('Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html { }
body {/* height: 100vh; */}
* {color: #000;}
h1 {font-family: 'Gilroy';font-weight: 700;font-style: normal;font-size: 4rem;}
h2 { font-weight: 700;}
.con { height: 100vh; }
p {font-family: 'Gilroy';font-weight: 500;font-style: normal;font-size: 20px;}
p span { margin: .75rem 0px;}
img {
    max-width: 100%;
}

h3 {
    font-weight: 700;
}

h4, h5 {
    font-weight: 700;
    margin-bottom: 0px!Important;
}

a.btn.btn-primary:hover {
    background-color: #070707;
    border-color: #070707;
}
.heading {
    min-height: 70vh!important;
    position: relative;
    display: flex;
}

.bg {
    background-image: url(bg.jpg);
    background-size: cover;
    background-position: top;
}
a.btn.btn-secondary {
    color: #000;
    padding: 17px 50px;
    border-radius: 0px;
    font-size: 20px;
    background-color: unset;
    border: 2px solid #000;
    font-weight: 700;
     font-family: 'Gilroy';
    margin-right: 23px;
}

a.btn.btn-primary {
    color: #fff;
    padding: 17px 30px;
    border-radius: 0px;
    font-size: 20px;
    background-color: #299bff;
    border: 2px solid #299bff;
    font-weight: 700;
    font-family: 'Gilroy';
    border-radius: 5px;
}
.text ul {
    display: flex;
    list-style: none;
    padding-left: 0px;
    position: relative;
}

.text ul li {padding-right: 23px;position: relative;font-size: 20px;font-weight: 700;}

.text ul li:after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #000;
    position: absolute;
    right: 11px;
    top: 11px;
}

.text ul li:last-child:after {
    display: none;
}
a.btn.btn-call {
    color: #fff;
    padding: 8px 30px;
    border-radius: 0px;
    font-size: 20px;
    background-color: #299bff;
    border: 2px solid #299bff;
    font-weight: 700;
    font-family: 'Gilroy';
    padding-left: 80px;
    background-image: url(phoneicon.png);
    background-repeat: no-repeat;
    background-position: 18px center;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 0px;
}
.btn-call span {
    color: #fff;
    font-weight: 100;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}

.contentbox {
    padding: 100px 0px;
    /* background-color: #f6f7f8; */
    width: 100%;
}
.list span { display: block;}
.contentbox * {
    color: #fff;
}

.contactbox1 {
    background-color: #fff;
    padding: 30px;
}

.logo {width: 100%;max-width: 276px;}

.radness {
    width: 100%;
max-width: 400px;
}
span {
    /* display: block; */
    /* font-size: 18px; */
}

a {
    font-weight: 700;
    color: #ffffff;
}
.text {
    /* background-color: rgb(31 48 100 / 0.8); */
    /* padding: 23px; */
    width: 100%;
}


@media (max-width: 1740px) {  
a.btn {
   
    margin-bottom: 13px;
}

}

@media (max-width: 1440px) {  

h1 {
    /* font-size: 2rem; */
    /* line-height: 1.4; */
}
.text ul li {
    font-size: 16px;
}
.text ul li:after {
    content: "";
    top: 8px;
}
.logo {/* width: 112px; */}


.contentbox {
    /* padding: 60px; */
}
a.btn {
    /* font-size: 16px!important; */
}

}

@media (max-width: 1024px) { 
.text ul li {
    font-size: 15px;
}

}


@media (max-width: 991px) { 

.bg {
    /* display: none!important; */
    text-align: center;
}
.heading {
    min-height: 50vh!important;
}

.logo {
    width: 112px;
}
    

.mainbox .contentbox {
justify-content: center!important;
}

.text {
    padding: 60px 0px;

}


a.btn.btn-call {
    background-image: unset;
    font-size: 16px;
}
 .btn-call span {
     display: none;
 }   
}


@media (max-width: 575.98px) {  
.logo {max-width: 100px;}


.mainbox .contentbox {
   padding: 23px;
}
.text {
    padding: 30px 0px;
}

a.btn {
   padding: 13px 23px!important;
}
h1 {
    font-size: 3rem;
}

}

@media (min-width: 1400px) {

 .container:first-child{
    max-width: 1600px;
}   
    
}
