body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4d4e56;
    font-family: Inter,Gordita,sans-serif;
    
}

ul li a
{
  color:black;
  font-size:14px;
  margin-left:8px;
  margin-right:8px;
}


.get_nord
{
    background-color: #e02f1f;
    border-color: #e02f1f;
    color:white;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius:20px;
}

.ltext
{
  padding:70px 40px;
}


.ltext h4
{
  font-size:22px;
  font-weight:600;
  color:black;
}

.ltext h3
{
    font-size:48px;
  font-weight:600;
  color:black;
}

.ltext  li
{
  font-size:16px;
  padding-top:10px;
  font-weight: 550;

}

.ltext  ul
{
list-style-type: none;
padding:0px;
  
}


.get_nord2
{
    background-color: #e02f1f;
    border-color: #e02f1f;
    color:white;
    padding: 14px 30px !important;
    border-radius:34px;
    display: inline;
}

.w h4
{
  font-size:36px;
  font-weight: 600;
  line-height:48px;
  color:black;
}

.w h5
{
  font-size:26px;
  font-weight: 600;
  color:black;
}

.av h3
{
  font-size:36px;
  font-weight: 600;
  line-height:48px;
  color:black;  
}

.av p
{
  font-size:19px;
  line-height:24px;
  color:black;  
}

.av .col p
{
  font-size:13px;
  line-height:24px;
  color:black;  
}

.card
{
  border-radius: 10px;
  padding:40px;
}

.card h4
{
  font-size:22px;
  margin-top:10px;
  margin-bottom:10px;
  font-weight:600;
  color:black;
}


.card-header .title {
    font-size: 20px;
    color: #000;
}
.card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}
.card-header{
  cursor: pointer;
  border-bottom: none;
  background:white;
    padding:24px;
    border-radius: 10px;
}
.card{
  border: 1px solid #ddd;
}
.card-body{
  border-top: 1px solid #ddd;

}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.accordion .card
{
background:none !important;
border:0px;
padding-bottom:5px !important;
padding-top:5px !important;
}


.faq h3
{
  text-align: center;
  font-size:36px ;
  font-weight: 600;
}




section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #151922 !important;
}
#footer h5{
  padding-left: 10px;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#b1b1b4;
    font-size:14px;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
  padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
  font-size:25px;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
#footer ul.social li:hover a i {
  font-size:30px;
  margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
  color:#ffffff;
}
#footer ul.social li a:hover{
  color:#eeeeee;
}
#footer ul.quick-links li{
  padding: 5px 0;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
#footer ul.quick-links li:hover{
  padding: 3px 0;
  margin-left:5px;
  font-weight:700;
}
#footer ul.quick-links li a i{
  margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
  #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}





.server_ltext h4
{

color:white;

}

.server_ltext h3
{

color:white;
font-size:88px;

}

.bthree
{
  text-align: left;
}

.bthree h5
{
  color:white;
  font-weight: 600;
  margin-top:10px;
  margin-bottom:15px;

}



.bthree p
{
  color:white;
 
}

.tbl th
{
  font-weight:400;
}

.tbl td
{
  text-align: center;
  color:black !important;
}

.sbox h3 ,p
{
color:white !important;
}

.sbox h3 
{

margin-top:10px;
margin-bottom:10px;

}

.sbox
{
  background: rgba(255,255,255,.05);
  padding:40px;
  border-radius:10px;
  margin-top:30px;
}

.sb h5
{
  text-align: center;
  margin-top:100px;
  font-size: 45px;
  color:white;
  font-weight: 600;
}


.sb p
{
  text-align: center;
  color:white;

}