a{
    text-decoration: none;
}
.scroll_top{
    position: fixed;
    bottom:25px;
    right: 25px;
    z-index: 9999;
    color: black;
    font-size: 35px;
}
.main-header {
    display: flex;
    padding-top: 10px;
}
.main{
    width: 100%;
    height: 150px;
    background-color: #000;
}
.lang {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.logo-content {
    color: #fff;
    font-weight: 600;
}
.lang h4 {
    display: block;
    color: #fff;
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 800;
    transition: .3s;
}
.log {
    width: 50%;
    text-align: left;
}
.log a{
    width: 50%;
}
.log a div {
    display: inline-block;
    width: 230px;
    margin-bottom: 10px;
    z-index: 999;
}
.log2{
    position: absolute;
    width: 200px;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.side{
    width: 0px;
    height: 100%;
    background-color: white;
    position: fixed;
    overflow-x:hidden;
    transition: 0.8s; 
    z-index: 999;
    top: 0px;
}
.close{
    width: 50px;
    height: 50px;
    float: right;
    text-align: center;
}
.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    cursor: pointer;
    color: #818181;
}
.side a{
    padding:9px 15px;
    font-size: 16px;
    color: #000!important;
    display: block;
    transition: 0.3s;
    text-align: left;
    font-weight: 600;
}
.side ul{
    padding: 0;
    margin: 0;
    margin-top: 30px;
    list-style: none;
}
.side ul li{
    list-style: none;
}
.side .a{
    margin-right: 15px;
}
 .btnn{
    position: absolute;
    z-index: 2;
    font-size: 20px;
    color: white;
    cursor: pointer;
    right: 30px;
    top: 50%;
    display: none;
    transform: translate(0px,-50%);
}

/*tabing*/
.tabing-sec{
    background-color: #FFEDED;
    padding: 100px 0px;
    background-image: url("../img/tabingbanner.png");
    background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
section.tabing-sec:before {
    position: absolute;
    content: '';
    background-image: url("../img/Group96.png");
    bottom: 0px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 150px;
    left: 0;
    z-index: 99;
}
.tabs-nav {
    display: flex;
    justify-content: space-between;
    list-style: none;
    max-width: 100%;
    padding: 10px;
}
.img-tab img {
    width: 100px;
    margin-bottom: 14px;
}
.tabs-nav a{
    text-align: center;
    padding: 20px 35px 20px 35px;
    color: #000000;
    width: 100%;
    
}
.tab-title span {
    font-size: 16px;
    font-weight: 700;
}
.tabs-nav li {
    width: 260px;
    max-width: 100%;
    box-shadow: 0px 3px 12px 0px rgba(175.5, 175.5, 175.5, 0.5);
    border-radius: 5px;
}
.tabs-stage {
  padding: 40px 30px;
  position: relative;
  top: -1px;
}
.main-tabb-content {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.left-content {
    width: 50%;
    text-align: center;
}
.right-content {
    width: 50%;
}
.left-content img {
    width: 50%;
    max-width: 100%;
    height: auto;
}
.right-content h5{
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}
.tab-dis p{
    font-size: 16px;
    color: #63666A;
    font-weight: 700;
}
.tab-dis p a{
    color: #ed1d24;
    text-decoration: underline;
}
.tab-active {
    color: #000000;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ec1c24;
}
.tab-active{
    position: relative;
}
.tab-active:before{
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0%;
    height: 3px;
    background-color: transparent;
    background-image: linear-gradient(190deg, #000000 23%, #ec1c24 50%);
    z-index: 1;
    transform: scaleX(1);
    transition: transform 350ms ease 0s;
    transition: transform 350ms ease 0s,-webkit-transform 350ms ease 0s;
}
.tab-active:after{
    position: absolute;
    content: "";
    z-index: 1;
    background-color: transparent;
    background-image: linear-gradient(180deg, #ec1c24 0%, #ec1c24 100%);
    width: 20px;
    height: 20px;
    border: 5px solid #fff;
    bottom: -8px;
    left: 45%;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: opacity 350ms ease 350ms;
    transition: opacity 350ms ease 350ms;
}
/*contact form section*/
.contact-form{
    padding: 30px 0px;
}
.contact-form .container{
    padding: 30px !important;
}
.contact-title{
    text-align: center;
    margin-bottom: 20px;
}
.contact-form-main {
    box-shadow: 0px 0px 10px 0px rgb(196 196 196 / 50%);
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.contact-left {
    width: 30%;
    padding: 90px 20px;
    z-index: 2;
    position: relative;
}
.contact-left:before {
    left: 0;
    content: '';
    position: absolute;
    background-image: url("../img/form.png");
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px 0px 0px 10px;
    width: 100%;
    z-index: -1;
    bottom: 0;
}
.contact-left h5 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}
.contact-left p{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}
.contact-left ul {
    list-style: none;
    padding-left: 0;
}
.contact-left ul li {
    padding-bottom: 15px;
    display: flex;
}
.contact-left ul li a{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.contact-info ul li i{
    color: #fb939c;
    margin-right: 10px;
    font-size: 20px;
}
.contact-right {
    width: 70%;
    background: #fff;
    padding: 34px;
    border-radius: 0px 10px 10px 0px;
}
.contact-right form .form-group input, .contact-right form .form-group textarea{
    border-bottom: 1.5px solid black !important;
    border: 1px solid #ced4da00;
    border-radius: 0 !important;
    margin-bottom:20px;
}
.submit0btn{
    padding: 12px 72px;
    font-size: .9375rem;
    background-color: #313636;
    transition: all .4s ease;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #ffffff;
    border-radius: 5px;
}
.submit0btn:hover{
    background-color: #EC1C24;
}

/*blog section-cls*/
.blog-sec {
    background-color: #FDEDED;
    background-image: url("../img/ezgif.com-gif-maker.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 200px 0px 70px;
}
.blog-sec:before {
    position: absolute;
    content: '';
    background-image: url("../img/blog.png");
    top: -1px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 170px;
    left: 0;
    z-index: 99;
}
.inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.card {
  flex-basis: 33.33333%;
  padding: 15px;
  background-color: transparent;

}
.inner-card {
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
    PADDING: 0px 0px 20px 0px;
    background-color: transparent;
    border-radius: 10px;
}
.img-wrapper {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
}
.img-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
    object-fit: unset;
    object-position: center;
}
.content {
    margin-bottom: 20px;
    padding: 0px 15px;
}
.content h5 {
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 15px;
    color: #000;
    margin-top: 30px;
}
.content p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 15px;
  color: #656565;
}
.btn-wrapper {
  display: block;
  text-align: center;
}
.view-btn {   
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer !important;
    padding: 8px 20px 8px 20px;
    font-size: 12px;
    background-color: #EC1C24;
}
span.top-txt {
    background: #ec1c24;
    color: #fff;
    padding: 2px 10px;
}
.date-time-blog {
    color: #ec1c24;
}
.date-time-blog i{
    margin-right: 10px;
}
/*footer*/
section.footer .bg-b{
    background-color: #000;
    padding: 15px;
}
section.footer .bottom-footer{
    padding: 10px;
}
.social-footer {
    text-align: center;
}
.social-footer span i{
    color: #fff;
    font-size: 20px;
}

.blog-img:hover{
    opacity: 70%;
}

/*responsive start*/
@media(max-width:1199.98px){
.tabs-nav li {
    width: 220px;
}
.contact-form .container,
.tabing-sec .container,
.blog-sec .container{
    padding: 0px !important;
}
.card {
    padding: 5px;
}
.content h5, .logo-content {
    font-size: 15px;
}
.main-tabb-content {
    align-items: center;
}
}
@media(max-width:991.98px){
.contact-form .container,
.tabing-sec .container,
.blog-sec .container{
    padding: 0px !important;
}
.tabs-nav li {
    width: 170px;
}
.img-tab img {
    width: 90px;
}
.contact-left {
    width: 40%;
    padding: 80px 20px;
}
.contact-right {
    width: 60%;
    padding: 20px;
}
.card {
    flex-basis: 50%;
}
}
@media(max-width:767.98px){
.btnn {
    display: block;
    font-size: 26px !important;
    top: 60px;
}
.main {
    height: 190px;
}
.main .container{
    padding: 0;
}
.main-header {
    display: unset;
}
.log {
    width: 100%;
    text-align: center;
    padding-top: 15px;
}
.lang {
    width: 100%;
}
.tabs-nav li {
    width: 47%;
    margin: 7px 5px;
}
.tabs-nav {
    flex-wrap: wrap;
}
.main-tabb-content {
    flex-direction: column;
}
.left-content {
    width: 100%;
    margin-bottom: 20px;
}
.right-content {
    width: 100%;
}
.contact-form-main {
    flex-wrap: wrap;
}
.contact-left {
    width: 100%;
    padding: 50px 20px;
}
.contact-left:before {
    border-radius: 10px 10px 0px 0px;
}
.contact-right {
    border-radius: 0px 0px 10px 10px;
}
.contact-right {
    width: 100%;
}
.card {
    flex-basis: 100%;
}
}
@media(max-width:320px){
.logo-content {
    font-size: 12px;
}
.content h5, .lang h4 {
    font-size: 15px;
}
.main {
    height: 165px;
}
.btnn {
    top: 50px;
}
.log {
    width: 100%;
}
.log img{
    width: 150px;
}
.tabing-sec {
    padding: 40px 0px;
}
.tabs-nav li {
    width: 46%;
}
.img-tab img {
    width: 80px;
}
.bottom-footer .social-footer span{
    font-size: 15px;
}
}