@font-face {
font-family: 'Space Mono';
src: url(../css/fonts/SpaceMono-Regular.ttf) format("truetype");
font-weight: 400;
font-style: normal;
font-display: swap
}

@font-face {
font-family: 'Space Mono';
src: url(../css/fonts//fonts/SpaceMono-Bold.ttf) format("truetype");
font-weight: Bold;
font-style: normal;
font-display: swap
}

@font-face {
font-family: 'Inter';
src: url(../css/fonts/Inter-Medium.woff2) format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap
}

body,
html {
font-family: "Space Mono";
}


a:hover {
text-decoration: none;
}

.bg-black{
background-color: #000 !important;
}

.filter-testimonial{
display: flex;
border: 1px solid #c7c7c7;
align-items: center;
z-index: 000;
position: relative;
}

.filter-testimonial p{
margin-bottom: 0px;
font-size: 16px;
color: #000;
font-weight: 700;
margin-top: 0px;
padding: 15px 10px;
text-align: center;
}

.filter-testimonial a{
font-size: 16px;
color: #000;
font-weight: 500;
text-decoration: none !important;
}

/*.category-main-box{
margin-left: 40px;
}*/

/*--video testimonial css start here-------------------------------*/
.video-grid{
margin-bottom: 15px;
}

.video-grid .gen-video-contain{
position: relative;
}

.video-grid .gen-video-contain .gen-video-img{
position: relative;
overflow: hidden;
cursor: pointer;
}

.video-grid .gen-video-contain .gen-video-img:before{
content: "";
opacity: 0;
z-index: 9;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
display: inline-block;
transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
background: #0B101766;
background: -webkit-linear-gradient(top, #0B101766, #0b10172b);
background: -moz-linear-gradient(top, #0B101766, #0b10172b);
background: linear-gradient(to bottom, #0B101766, #0b10172b);
}

.video-grid .gen-video-contain:hover .gen-video-img:before{
opacity: 0.9;
}

.video-grid .gen-video-img img{
height:190px;
width: 100% !important; 
object-fit: cover;
}

.video-grid .gen-video-add{
position: absolute;
right:6px;
bottom:6px;
display: none;
z-index: 99;
}

.video-grid .gen-video-add .menu{
z-index: 9;
padding: 0;
margin: 0;
list-style-type: none;
}

.video-grid .gen-video-add .menu li{
position: relative;
cursor: pointer;
text-align: center;
color:#fff;
/*display:inline-block;*/
background: rgb(82, 82, 82, 0.4);
padding: 3px;    
}

.video-grid .gen-video-add .menu .share i.lni{
background: transparent;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
font-size: 16px;
color:#fff;
border-radius: 0;
}

.video-grid .gen-video-contain:hover .gen-video-action{
opacity: 1;
}

.video-grid .gen-video-contain .gen-video-action{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 9;
/*opacity: 0;*/
}

.video-grid .gen-video-contain .gen-button{
padding: 0;
width: 60px;
height: 60px;
opacity: 1;
display: inline-block;
line-height: 64px;
text-align: center;
-webkit-border-radius: 50px;
-moz-border-radius:50px;
border-radius: 8px;
}

.video-grid .gen-button{
text-transform: uppercase;
position: relative;
width: auto;
font-weight: 400;
background-color:#000;
color:#fff;
font-size: 16px;
padding: 12px 30px;
line-height: 2;
vertical-align: middle;
border: none;
display: inline-block;
overflow: hidden;
}

.video-grid .gen-button:hover{
color:#fff;    
}

.video-grid .gen-video-contain .gen-video-action .gen-button i{
margin: 0;
padding: 0;
font-size: 20px;
font-weight: 700;    
}

.video-grid .gen-video-contain .gen-video-action .gen-button i:hover{
color:#fff;    
}

.gen-video-img{
cursor: pointer;
}

.article-title{
font-size: 20px;
line-height: 1.3 !important;
color: #000;
font-weight: 700;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
margin: 15px 0 15px;
letter-spacing: -0.2px;
}

.article-content{
margin-top: 0px;
margin-bottom: 0px;
width: auto;
font-size: 15px;
line-height: 1.5;
}
/*--video testimonial css end here-------------------------------*/

/*--penned testimonils css start here------------------------------*/
.editor-box{
border-bottom: 1px solid #dee2e6;
margin-bottom: 20px;
padding-bottom: 20px;
}

.editor-box:last-child{
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}

.editor-img{
width: 100%;
height: 190px;
object-fit: cover;
display: block;
margin-left: auto;
margin-right: auto;
}

.penned-box{
border: 1px solid #fff;
background-color: #fff;
cursor: pointer;
transition: 0.3s;
padding: 0 25px;
}

.main-post-text{
font-size: 15px;
line-height: 1.5;
color: #000;
width: auto;
margin-bottom: 15px;
}

.show-more-description{
font-size: 15px;
line-height: 1.5;
color: #000;
width: auto;
margin-bottom: 15px;
}

.post-label{
font-size: 18px;
line-height: 1.0;
color: #000;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 4px;
}

.post-meta .author-by{
color: #000;
font-weight: 500;
font-size: 15px;
}

.post-meta .author-name{
color: #787272;
font-weight: 500;
font-size: 13px;
}

.show-more-btn{
border: 1px solid #000;
background-color: transparent;
font-size: 15px;
color: #000;
font-weight: 500;
padding: 4px 12px;
line-height: 1.8;
}
/*--penned testimonils css end here------------------------------*/

/*--news page css start here------------------------------*/
.news-box{
background-color: #fff;
box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}

.news-img img{
height: 200px;
width: 100%;
object-fit: cover;
}

.news-content-box{
padding: 25px;
}

.news-content-box h3{
font-size: 18px;
line-height: 1.3 !important;
color: #000;
font-weight: 700;
margin-top: 0px !important;
margin: 15px 0 15px;
text-transform: uppercase;
letter-spacing: -0.2px;
}

.news-content-box h3 a{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.news-content-box p{
font-size: 14px !important;
line-height: 1.5;
letter-spacing: -0.5px;
margin-top: 0px;
margin-bottom: 0px;
width: auto;
}

.news-box a{
color: #000;
text-decoration: none !important;
}
/*--news page css end here------------------------------*/

/*--pagination css start here------------------------------*/
.page-link{
position: relative;
display: block;
padding: 10px 15px;
margin-left: -2px;
line-height: 1.25;
color: #161616;
background-color: #fff;
border: 1px solid #000000;
font-size: 15px;
}

.page-link:hover{
z-index: 2;
color: #fff;
text-decoration: none;
background-color: #000000;
border-color: #000000;
}

.page-item.active .page-link{
z-index: 3;
color: #fff;
text-decoration: none;
background-color: #000000;
border-color: #000000;
}
/*--pagination css end here------------------------------*/

/*--blog page css start here-----------------------------*/
.video-grid-other .gen-video-contain{
position: relative;
}

.video-grid-other .gen-video-contain .gen-video-img{
position: relative;
overflow: hidden;
}

.video-grid-other .gen-video-contain .gen-video-img:before{
content: "";
opacity: 0;
z-index: 9;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
display: inline-block;
transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
background: #0B101766;
background: -webkit-linear-gradient(top, #0B101766, #0b10172b);
background: -moz-linear-gradient(top, #0B101766, #0b10172b);
background: linear-gradient(to bottom, #0B101766, #0b10172b);
}

.video-grid-other .gen-video-contain:hover .gen-video-img:before{
opacity: 0.9;
}

.video-grid-other .gen-video-img img{
height:380px;
width: 100% !important; 
object-fit: cover;
}

.read-more{
border: 0;
font-size: 16px;
color: #000;
letter-spacing: 0;
line-height: 1.2;
display: flex;
align-items: center;
margin-top: 0px;
margin-bottom: 0px;
}

.read-more span{
/* padding-left: 8px; */
font-size: 18px;
}

.read-more .lni{
color: #000 !important;
margin-left: 8px;
transition: all .3s;
}

.read-more:hover .lni{
-webkit-transform: translateX(12px);
-moz-transform: translateX(12px);
transform: translateX(12px);
}

.ri-meta{
font-weight: 500;
font-size: 14px;
color: #545454;
letter-spacing: 0;
line-height: 1.5;
margin-bottom: 0px;
margin-top: 15px;
}

.ri-date{
display: inline-block;
}

.ri-author{
display: inline-block;
}
/*--blog page css ennd here------------------------------*/

/*--blog and news details css start here-----------------*/
.blog-details-sec {
background-image: url("../img/news/news10.jpg");
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 480px;
}

.details-text-sec{
margin-top: -120px;
}

.details-title{
font-size: 44px;
font-weight: 700;
line-height: 1.3 !important;
letter-spacing: -2px;
}

.details-date{
font-size: 18px;
font-weight: 500;
margin-bottom: 40px;
}

.details-date::after{
content: '';
width: 135px;
height: 4px;
background-color: #000000;
display: block;
position: relative;
margin-top: 14px;
}

.details-link{
font-size: 22px;
color: #000;
}

.details-link a{
color: #000;
text-decoration: none;
}

.details-text{
font-size: 18px;
color: #000;
line-height: 1.5;
width: auto;
margin-top: 0px;
}

.topsy-text{
font-size: 32px;
margin-bottom: 10px;
width: auto;
}

.blog-details-form h2{
font-size: 36px;
font-weight: 700;
color: #000;
line-height: 1.3;
letter-spacing: -0.5px;
}

.author-title{
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
}

.author-text{
font-size: 14px;
line-height: 1.5;
width: auto;
margin-top: 0px;
}

.author-text a{
border-bottom: 1px solid #000;
font-weight: 500 !important;
}

.smart-text{
font-size: 18px;
line-height: 1.5;
margin-bottom: 0px;
margin-top: 0px;
width: auto;
}

.map-title{
font-size: 16px;
color: #fff;
width: auto;
line-height: 1.5;
}

.map-text{
font-size: 24px;
font-weight: 700;
line-height: 1.3;
color: #fff;
width: auto;
margin-top: 20px;
margin-bottom: 20px;
}

.cta-btn{
background-color: transparent;
color: #fff;
border-radius: 0px;
font-size: 16px;
font-weight: 600;
text-align: center;
padding: 10px 25px;
text-transform: capitalize;
border: 1px solid #fff;
line-height: 1.3;
}

.cta-btn:hover{
color: #fff;
}

.topic-link{
background-color: #000;
border: 1px solid #000;
color: #fff;
font-size:18px;
font-weight: 500;
border-radius: 0px;
padding: 10px 20px;
text-transform: capitalize;
}

.topic-link:hover{
background-color: #000;
border: 1px solid #000;
color: #fff;
}

.map-img{
margin-top: -60px;
}

.social-icon .fa{
font-size: 28px;
color: #000;
}

.social-icon a:hover .fa{
color: #657573;
}

.social-menu-icons{
z-index: 111;
position: absolute;
left: -9%;
top: 5.33%;
}

.social-menu-icons .fa{
font-size: 28px;
color: #000;
}

.social-menu-icons a:hover .fa{
color: #657573;
}

.btn-black{
background-color: #000;
border-color: #000;
color: #fff !important;
font-size: 18px;
font-weight: 500;
padding: 12px 26px;
text-transform: uppercase;
}

.blog-details-form .form-control{
border-top: 0;
border-left: 0;
border-right: 0;
background-color: transparent;
font-weight: 400;
font-size: 18px;
color: #000;
border-radius: 0px;
border-bottom: 1px solid #000;
}
/*--blog and news details css end here-------------------*/

/*--partners page css start here---------------------------*/
.partners-box{
margin-bottom: 40px;
}

.partners-box .card-fancy{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: transparent;
background-clip: border-box;
border: 0 solid rgba(0, 0, 0, 0.125);
width: 100%;
}

.partners-box .card .card-body{
position: relative;
background-color: #ffffff;
padding: 35px;
max-width: 90%;
box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}

.partners-box .card figure{
height: 100%;
}

.partners-box .card .card-img{
width: 100%;
height: auto;
border-radius: 0px;
}

.partners-box .card-fancy.card-fancy-rb .card-body{
margin-top: -20%;
-ms-flex-item-align: end;
align-self: flex-end;
}

.partners-box .card-fancy.card-fancy-rb figure{
padding-right: 8.35%;
transform: translateY(0rem);
}

.partners-box .card-fancy.card-fancy-lt{
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}

.partners-box .card-fancy.card-fancy-lt .card-body{
margin-bottom: -8.35%;
-ms-flex-item-align: start;
align-self: flex-start;
}

.partners-box .card-fancy.card-fancy-lt figure{
padding-left: 8.35%;
}

.main-content h2{
font-size: 24px;
font-weight: 700;
line-height: 1.1;
color: #000;
width: auto;
margin-bottom: 25px;
}

.main-content p{
font-size: 16px !important;
font-weight: 500 !important;
line-height: 1.5;
color: #000;
width: auto;
margin-top: 0px;
margin-bottom: 15px;
}

.inside-content{
display: none;
}

.inside-content p{
font-size: 16px;
font-weight: 500 !important;
line-height: 1.5;
color: #000;
width: auto;
margin-top: 0px;
margin-bottom: 15px;
}

.btn-outline-primary{
border-color: #161616;
background-color: transparent;
color: #161616;
font-size: 16px;
font-weight: 700;
padding: 10px 18px;
border-radius: 0px;
margin-top: 10px;
box-shadow: none;
}

.btn-outline-primary:hover{
border-color: #161616;
background-color: transparent;
color: #161616;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle{
border-color: #161616;
background-color: transparent;
color: #161616;
box-shadow: none !important;
}

.btn-outline-primary.focus, .btn-outline-primary:focus{
box-shadow: none;
}

/*--partners page css end here----------------------------*/

/*--team page css start here----------------------------------------*/
.team-box{
margin: 15px;
background-color: #fff;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.team-img{
position: relative;
overflow: hidden;
margin: 0 auto;
}

.team-img img{
width: 100%;
height: 400px;
object-fit: cover;
-webkit-transition: .4s ease;
transition: .4s ease;
}

.team-box a:hover img{
-webkit-transform: scale(1.08);
transform: scale(1.08);
}

.team-content{
padding: 25px;
transition: all 0.5s ease-in-out;
}

.team-content h2{
font-size: 20px;
line-height: 1.3;
color: #000;
font-weight: 700;
margin-bottom: 12px;
}

.team-content p{
font-size: 13px;
line-height: 1.7;
color: #4f4d4c;
font-weight: 300;
width: auto;
margin-top: 0px;
margin-bottom: 0px;
}

.team-box a:hover .team-content{
background-color: #000;
}

.team-box a:hover .team-content h2{
color: #ffff;
}

.team-box a:hover .team-content p{
color: #ffff;
}

.close-btn{
width: 35px;
height: 35px;
line-height: 7px;
position: absolute;
z-index: 222;
top: 20px;
right: 20px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
border-radius: 1000px;
background-color: #000;
border-color: #000;
}

.close-btn i{
font-size: 12px;
font-weight: 700;
color: #fff;
}

.call-close-btn{
width: 35px;
height: 35px;
line-height: 7px;
position: absolute;
z-index: 222;
top: 20px;
right: 30px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
border-radius: 1000px;
background-color: #000;
border-color: #000;
}

.call-close-btn i{
font-size: 12px;
font-weight: 700;
color: #fff;
}

.team-details{
padding: 25px 35px;
}

.team-details-title{
font-size: 38px;
font-weight: 700;
color: #000;
line-height: 1.3;
text-align: left;
}

.team-details p{
font-size: 15px !important;
line-height: 1.7;
color: #000;
width: auto;
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}

.team-position{
display: flex;
flex-wrap: wrap;
justify-content: start;
align-items: center;
text-align: left;
}

.team-position li{
margin-right: 5px;
color: #4f4d4c;
padding-right: 0px;
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 2px;
line-height: 2.0;
}

.team-position li span::after{
content: "";
z-index: 1;
border-right: 1px solid #000;
height: 8px;
padding-right: 5px;
}

.team-position li:last-child span::after{
content:none;
}

.fade-scale {
transform: scale(0);
opacity: 0;
-webkit-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear;
}

.fade-scale.in {
opacity: 1;
transform: scale(1);
}

.modal.fade .modal-dialog{
-webkit-transform: translate(0,0);
transform: translate(0,0);
}

.zoom-in{
transform: scale(0)!important;
opacity: 0;
-webkit-transition: 0.35s all 0s;
-moz-transition: 0.35s all 0s;
-ms-transition: 0.35s all 0s;
-o-transition: 0.35s all 0s;
transition: 0.35 all 0s;
display: block !important;
}

.zoom-in.show {
opacity: 1;
transform: scale(1)!important;
transform:none;
}
/*--team page css end here----------------------------------------*/

/*--static conent page css start here------------------------*/
.desc-content h2{
font-size: 26px;
line-height: 1.3;
color: #000;
font-weight: 700;
margin-bottom: 5px;
}

.desc-content p{
font-size: 16px;
line-height: 1.5;
color: #000;
width: auto;
margin-bottom: 12px;
margin-top: 0px;
}
/*--static conent page css end here-------------------------*/

/*--faq page css start here--------------------------------*/
.faq-box{
border-bottom: 1px solid #e5e5e5;
}

.faq-box .card-body p{
font-size: 16px;
color: #000;
font-weight: 500;
line-height: 1.5;
width: 100%;
margin-bottom: 0px;
margin-top: 0px;
}

.faq-title{
font-size: 24px;
line-height: 1.3;
font-weight: 700;
color: #000 !important;
margin-bottom: 0;
text-transform: capitalize;
text-align: left;
}

.faq-title:after{
font-family: FontAwesome;
content: "\f068";
float: right;
font-size: 20px;
color: #000;
font-weight: 300;
}

.faq-title.collapsed.collapsed:after{
content: "\f067"
}
/*--faq page css end here----------------------------------*/

/*--contact page css start here---------------------------*/
.contact-title h2{
font-size: 34px;
font-weight: 700;
line-height: 1.3;
color: #000;
}

.right-contact{
webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: right;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.right-contact p{
font-size: 16px;
margin-right: 30px;
text-align: right;
width: auto;
margin-top: 0px;
margin-bottom: 0px;
font-weight: 700;
}

.button.fill-blue{
background-color: #000;
border-color: #000;
color: #fff !important;
font-weight: 700;
border-radius: 10px;
font-size: 16px;
padding: 15px 25px;
line-height: 1.3;
}

.left-box h3{
font-size: 28px;
font-weight: 700;
line-height: 1.3;
color: #000;
margin-bottom: 25px;
letter-spacing: -0.5px;
}

.left-box p{
font-size: 14px;
font-weight: 500;
line-height: 1.7;
width: 100%;
margin-top: 0px;
margin-bottom: 25px;
color: #000;
letter-spacing: -0.5px;
}

.phone{
font-size: 20px;
color: #000 !important;
font-weight: 500;
line-height: 1.3;
}

.blog-details-form label{
color: #000;
font-size: 10px;
margin-bottom: 2px;
text-transform: uppercase
}

.blog-details-form .form-control{
border-top: 0;
border-left: 0;
border-right: 0;
background-color: transparent;
font-weight: 400;
font-size: 16px;
color: #000;
border-radius: 0px;
border-bottom: 1px solid #d6d6d6;
padding-left: 0px;
height: 50px;
line-height: 50px;
}

.blog-details-form .form-control::placeholder{
color: #7f7f7f;
opacity: 1;
font-size: 14px;
font-weight: 700;
}

.blog-details-form .form-control::-ms-input-placeholder{
color: #7f7f7f;
font-size: 14px;
font-weight: 700;
}

.blog-details-form textarea{
resize: none;
}

.locations{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
}

.locations .location .name{
font-size: 18px;
margin-bottom: 10px;
color: #000;
font-weight: 700;
}

.address{
font-size: 13px;
line-height: 1.6em;
margin-bottom: 0px;
color: #000;
}

.other-phone{
font-size: 14px;
color: #000 !important;
line-height: 1.3;
}
/*--contact page css end here-----------------------------*/

/*--footer css start here--------------------------------*/
footer{
background-color: #000;
height: auto !important;
margin-top: 70px;
padding: 40px;
}

.text-yellow{
color: #f3ff00 !important;
}

footer h5{
font-size: 18px;
color: #fff;
font-weight: 700;
margin-bottom: 10px;
text-transform: uppercase;
}

.footer .footer-discover-list li a{
font-size: 16px;
line-height: 1.4;
color: #fff;
text-transform: capitalize;
font-weight: 300;
text-decoration: none;
}

.social-icons li a{
font-size: 18px;
color: #fff;
padding: 5px;
}

.social-icons li a i{
font-size: 18px;
color: #fff;
}

.callback-box{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}

.callback-box p{
width: auto;
font-size: 16px;
color: #fff;
line-height: 1.4;
margin-bottom: 0px;
margin-top: 0px;
}

.btn-message{
border-color: #ffffff;
background-color: #ffffff;
color: #000;
border: 2px solid transparent;
padding: 10px 25px !important;
font-size: 16px;
line-height: 1.0;
font-weight: 700;
border-radius: 6px;
}

.btn-message:hover{
border-color: #fff !important;
background-color: #fff !important;
color: #161616 !important;
}

.privacy-list li{
line-height: 1.7 !important;
}

.wrap-Global li{
list-style: none;
}

.wrap-Global li a{
font-size: 18px;
color: #f3ff00 !important;
}

/*--footer css end here--------------------------------------*/

.vertical-tab{
	padding: 40px 20px;
}

.related-list ul li{
font-size: 20px;
color: #000;
line-height: 1.8;
}

.left-content h1{
font-size: 66px;
color: #000;
font-weight: 700;
line-height: 1.3;
}

.left-content h2{
font-size: 22px;
color: #000;
font-weight: 500;
letter-spacing: -0.5px;
}

.right-content p{
font-size: 18px;
color: #000;
font-weight: 500;
margin-top: 0px;
margin-bottom: 0px;
line-height: 1.5;
letter-spacing: -0.8px;
}

.testimonial-details iframe{
height:520px;
}

.mobile-footer-list{display: none;}

.career-title{
font-size: 34px !important;
font-family: "Space Mono" !important;
font-weight: 700 !important;
letter-spacing: -1px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
}

.career-title:after{
font-family: FontAwesome;
content: "\f068";
float: right;
font-size: 24px;
color: #000;
font-weight: 300;
position: relative;
top: 7px;
right: 10px;
}

.career-title.collapsed:after{
content: "\f067";
}
