img {
    max-width: 100%;
    image-rendering: high-quality;
}
.bCover {
    background-attachment: fixed !important;
}
.bCover,
.bCover2 {
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}
.dFlex {
    display: flex;
    width: 100%;
}
.m-t-15 {
    margin-top: 15px !important;
}
.m-t-30 {
    margin-top: 30px;
}
.p-v-50 {
    padding: 50px 0;
}
.m-b-16 {
    margin-bottom: 16px;
}
.banner-left-text p,
strong {
    font-weight: 700;
}
.reverse {
    flex-direction: row-reverse;
}
.m-b-30 {
    margin-bottom: 30px;
}
.p-t-40 {
    padding-top: 40px;
}
.m-t-15 {
}
.p-v-15 {
    padding: 15px 0;
}
.p-v-30 {
    padding: 30px 0;
}
.m-t-60 {
    margin-top: 60px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-60 {
    margin-bottom: 60px;
}
.p-t-30 {
    padding-top: 30px;
}
.m-v-40 {
    margin: 40px 0;
}
.p-v-75 {
    padding: 75px 0;
}
.gap15,
.gap25 {
    width: 100%;
    float: left;
    height: 15px;
}
.gap25 {
    height: 25px;
}
.m-v-20 {
    margin: 20px 0;
}
.m-v-10 {
    margin: 10px 0;
}
.p30 {
    padding: 30px;
}
.p-b-20 {
    padding-bottom: 20px;
}
.p-v-8 {
    padding: 8px 0;
}
.m-v-30 {
    margin: 30px 0;
}
.m-t-5 {
    margin-top: 5px;
}
.p-l-30 {
    padding-left: 30px;
}
.btn,
.links a {
    position: relative;
}
.btn,
footer h5 {
    text-transform: capitalize;
}
.btn {
    border-radius: 30px;
    padding: 8px 20px;
    overflow: hidden;
    cursor: pointer;
    font-weight: 700;
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
}
.btn-primary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0 !important;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
    background: 0 0 !important;
    border: var(--secondary-color-five) 2px solid;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    background: var(--secondary-color) !important;
    width: 70px !important;
    border-radius: 10px !important;
    border-color: transparent !important;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
footer hr {
    background-color: var(--secondary-color-four) !important;
}
footer a {
    color: var(--secondary-text-color);
}
footer h5 {
    font-family: "Mulish SemiBold";
    margin-bottom: 5px;
}
.footr-quick-links ul li,
.footr-quick-links ul li + li,
.links li {
    margin-top: 8px;
}
.links a {
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
    padding-left: 25px;
}
.links a:hover,
.tab-content .swiper-slide small,
footer a:hover {
    color: var(--secondary-color);
}
.links a::before {
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 2px;
    background: var(--primary-color);
    content: "";
}
.designby {
    position: relative;
    top: -3px;
    margin-left: 5px;
    width: 43px;
}
.innerpage_top {
    padding: 20px 0 30px;
    transition: all 0.5s;
}
.tab-content {
    color: var(--heading-dark);
}
.tab-content .swiper-slide {
    padding-bottom: 20px;
}
.badge {
    border-radius: 15px;
    color: var(--secondary-text-color) !important;
    font-size: 13px;
    padding: 10px !important;
    margin-right: 5px;
    display: inline-block;
}
.form-label,
.more {
    font-family: "Mulish SemiBold";
}
.more {
    color: var(--secondary-color);
    text-transform: capitalize;
    font-weight: 600;
}
.form-label {
    display: block;
}
.text-left {
    text-align: left !important;
}
.form-control {
    background: var(--secondary-color-two);
    border-radius: 15px;
}
.footer_socials {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -33px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}
.footer_socials a:hover,
.page-link:hover {
    color: var(--secondary-text-color);
}
.breadcrumb {
    padding: 0;
    margin-bottom: 1rem;
    background-color: transparent;
}
.page-link {
    color: var(--heading-dark);
    background-color: #fff;
    border: 1px solid var(--secondary-color-four);
}
.page-link:hover {
    z-index: 2;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.button {
    float: left;
    margin: 0;
    min-width: 170px;
    height: 50px;
    position: relative;
    border: var(--secondary-color) 1px solid;
    border-radius: 30px;
    overflow: hidden;
}
.button:hover {
    background: var(--secondary-color-two);
}
.button input,
.button label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    line-height: 45px;
    margin: 0 !important;
}
.button input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}
.button input[type="radio"]:checked + label {
    background: #20b8be;
    border-radius: 4px;
}
.button label {
    cursor: pointer;
    z-index: 90;
}
.cat {
    display: inline-block;
}
.noScroll {
    overflow: hidden;
}
.link_head,
.side_head {
    display: none;
}
.link_head i,
.side_head i {
    float: right;
}
.side_head {
    padding: 12px 15px !important;
    background: var(--secondary-color-two);
    margin: 0 !important;
}
.fbtm {
    font-size: calc(11px + (13 - 11) * ((100vw - 300px) / (1920 - 300)));
}
footer .socials li:last-child a:hover {
    background-color: #1aa3f9;
}
.pagination li.active span {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: var(--secondary-color);
    border: var(--secondary-color) 1px solid;
    color: var(--secondary-text-color);
}
.swiper-btn a {
    padding: 5px 15px;
    border: 3px solid #986972;
    color: #986972;
    display: inline-block;
    border-radius: 10px;
}
.scroll-innerpage {
    padding: 170px 0 30px !important;
    transition: all 0.5s;
}
.dropdown-menu.level1 ul li:hover {
    background-color: var(--primary-color);
}
.dropdown-menu.level1 ul li:hover a {
    color: #fff !important;
}
.dropdown-menu {
    display: none;
}
.dropdown-menu-inner ul li a {
    padding: 5px 20px;
}
.dropdown > a i {
    margin-left: 0.5rem;
}
@media (min-width: 850px) {
    .dropdown:hover .dropdown-menu {
        display: block !important;
    }
}
.col-12.col-sm-11.m_accordian .row .col-12 ul {
    text-align: left;
    display: inline-block;
}
.col-12.col-sm-11.m_accordian .row .col-12,
.invited-faculty .swiper .swiper-slide a .sliderfaculty-item,
.sliderfaculty .swiper .swiper-slide a .sliderfaculty-item {
    text-align: center;
}
@media (max-width: 850px) {
    .about-page-outr {
        transition: all 0.5s;
    }
    .about-page-outr,
    .contact-page {
        padding: 30px 0 !important;
    }
    .menu-button-wrapper {
        width: 52px;
        height: 50px !important;
        top: 7px !important;
        z-index: 9999;
        right: 0;
    }
    .menu-button-wrapper span {
        top: 15px !important;
        right: 12px !important;
    }
    .menu-button-wrapper.open,
    header.sticky .menu-button-wrapper.open {
        right: 0 !important;
    }
    .navigation.left0 .menu-button-wrapper {
        right: 10px;
        top: 7px !important;
    }
    .menu-button-wrapper.open span {
        background: var(--secondary-color) !important;
    }
    header.sticky .menu-button-wrapper {
        right: 58px !important;
        top: 4px !important;
    }
}
.sitesidebar {
    z-index: 99 !important;
}
.about-page-media-outr.p-v-30 {
    padding-top: 0 !important;
}
.footr-quick-links .col-12.col-sm-6.col-md-4:nth-child(1) {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.footr-quick-links .col-12.col-sm-6.col-md-4:nth-child(2) {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.footr-quick-links .col-12.col-sm-6.col-md-4:nth-child(1) ul {
    display: block;
}
.footr-quick-links .col-12.col-sm-6.col-md-4:nth-child(1) ul + ul {
    margin-top: 30px;
}
.footr-quick-links .col-12.col-sm-6.col-md-4:nth-child(2) ul {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}
.footr-quick-links .col-12.col-sm-6.col-md-4:nth-child(2) ul li {
    width: 50%;
    flex: 0 0 auto;
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767.98px) {
    .box {
        margin-bottom: 0 !important;
    }
    .about-page-outr {
        padding-bottom: 10px !important;
    }
}
.dropdown-menu {
    margin-top: 0 !important;
}
header.sticky .dropdown-menu-inner ul {
    float: none !important;
    margin-right: 0 !important;
}
.content-section h1,
.content-section h4,
.testimony .swiper-slide a .testimonial-content-outr,
h2,
h3,
h4,
h5 {
    margin-bottom: 10px;
}
h1 {
    font-size: calc(26px + (62 - 28) * ((100vw - 300px) / (1920 - 300)));
}
.fbtm small {
    font-size: 12px;
}
.invited-faculty .sliderfaculty-item {
    height: 364px;
    line-height: 364px;
    overflow: hidden;
    border: 1px solid var(--secondary-color);
}
.achievements .d-flex span {
    width: 82px;
    display: inline-block;
    flex: 0 0 auto;
}
.achievements .row.m-t-30 .col-12.col-sm-12 + .col-12.col-sm-12 {
    margin-top: 16px;
}
.socials li:last-child a:hover {
    background: #0077b5 !important;
}
.content-section .accordion .card-header {
    padding: 0 !important;
    background-color: transparent;
    border-bottom: none;
}
.content-section .accordion .card-header h2 {
    margin-top: 0;
}
.content-section .card {
    background-color: transparent;
    border: 0;
    margin-bottom: 15px;
}
.content-section .accordion .card-header .btn {
    border-radius: 30px;
    background: #f5f5f5;
    font-family: "Mulish Light" !important;
}
.content-section .accordion .card-header .btn:focus,
.content-section .accordion .card-header .btn:hover {
    text-decoration: none;
}
.content-section .accordion button.btn.btn-link.btn-block.text-left.collapsed #plus {
    display: block;
    float: right;
    margin-top: 15px;
}
.content-section .accordion button.btn.btn-link.btn-block.text-left.collapsed #minus {
    float: right;
    margin-top: 15px;
    display: none;
}
.content-section .accordion button.btn.btn-link.btn-block.text-left #minus {
    float: right;
    margin-top: 15px;
    display: block;
}
.content-section .accordion button.btn.btn-link.btn-block.text-left #plus {
    display: none;
}
.content-section .accordion button.btn.btn-link.btn-block.text-left {
    background: var(--primary-color) !important;
    border: 0 !important;
    color: #fff;
}
.content-section .accordion button.btn.btn-link.btn-block.text-left.collapsed {
    background: #f5f5f5 !important;
    color: var(--secondary-color-four);
}
.content-section .card-body {
    background: #fff;
    border-radius: 10px;
    margin-top: 10px !important;
    box-shadow: 0 0 5px #999;
    margin: 5px;
}
.faq .card-header a,
.testimony .swiper-slide a,
.testmonial-modal .swiper-slide a {
    display: block;
}
.faq .card-header a i {
    display: none !important;
}
.socials li:nth-child(4) a.youtube:hover {
    background: #eb0a07;
}
.socials li:nth-child(5) a.whatsapp:hover {
    background: green !important;
}
.socials li:nth-child(2) a.twitter:hover {
    background: #000;
}
.sitesidebar .social li:nth-child(2) a:hover {
    color: #000;
}
.socials li:nth-child(3) a.linked:hover {
    background: #0a66c2;
}
@media (min-width: 850px) {
    #desktop-nav ul li:nth-child(3) {
        position: static;
    }
    #desktop-nav ul li:nth-child(3) .dropdown-menu-inner ul {
        display: flex;
        display: -ms-flex;
        flex-wrap: wrap;
    }
    #desktop-nav ul li:nth-child(3) .dropdown-menu-inner ul li {
        width: 50%;
        flex: 0 0 auto;
    }
    #desktop-nav ul li .dropdown-menu {
        right: auto;
        left: auto;
        min-width: 220px;
    }
    #desktop-nav ul li:nth-child(3) .dropdown-menu {
        max-width: 900px;
        margin: 0 auto;
        left: 100px !important;
        right: 0 !important;
    }
}
#desktop-nav ul li .dropdown-menu-inner ul li a {
    font-size: calc(12px + (20 - 12) * ((100vw - 300px) / (1920 - 300))) !important;
}
#desktop-nav ul li:nth-child(3) .dropdown-menu-inner ul li a {
    font-size: calc(12px + (20 - 12) * ((100vw - 300px) / (1920 - 300))) !important;
}
.headerpad {
    padding-top: 120px !important;
}
.what-heading {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}
.about .col-12.col-sm-6.col-md-5 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header .col-lg-11 {
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
}
.invited-faculty .swiper .swiper-slide a h4,
.sliderfaculty .swiper .swiper-slide a h4 {
    color: gray !important;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}
.invited-faculty .swiper .swiper-slide a:hover h4,
.sliderfaculty .swiper .swiper-slide a:hover h4,
.testimony .swiper .swiper-slide a:hover h5,
.testimony .swiper.mySwiper .swiper-button-next:hover,
.testimony .swiper.mySwiper .swiper-button-prev:hover {
    color: var(--primary-color) !important;
}
.invited-faculty .swiper .swiper-slide a:hover .sliderfaculty-item,
.sliderfaculty .swiper .swiper-slide a:hover .sliderfaculty-item {
    border-color: var(--primary-color) !important;
}
.invited-faculty .swiper .swiper-slide a .sliderfaculty-item img,
.sliderfaculty .swiper .swiper-slide a .sliderfaculty-item img {
    max-width: 100% !important;
    width: auto !important;
    transform: scale(1, 1);
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}
.invited-faculty .swiper .swiper-slide a:hover .sliderfaculty-item img,
.sliderfaculty .swiper .swiper-slide a:hover .sliderfaculty-item img {
    transform: scale(1.2, 1.2);
}
.invited-faculty .swiper .swiper-slide a .sliderfaculty-item,
.sliderfaculty .swiper .swiper-slide a .sliderfaculty-item,
.testimony .swiper .swiper-slide a .testimonial-content-outr {
    position: relative;
    overflow: hidden;
}
.invited-faculty .swiper .swiper-slide a .sliderfaculty-item:before,
.sliderfaculty .swiper .swiper-slide a .sliderfaculty-item:before,
.testimony .swiper .swiper-slide a .testimonial-content-outr:before {
    content: "";
    position: absolute;
    right: auto;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(152, 105, 114, 0.5);
    z-index: 9;
    opacity: 1;
    left: -100%;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}
.invited-faculty .swiper .swiper-slide a:hover .sliderfaculty-item:before,
.sliderfaculty .swiper .swiper-slide a:hover .sliderfaculty-item:before,
.testimony .swiper .swiper-slide a:hover .testimonial-content-outr:before {
    left: 0;
}
.testimony .swiper .swiper-slide.video-slide .testimonial-content-outr:before {
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}
.testimony .swiper .swiper-slide a h5 {
    color: #fff;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}
.testmonial-modal .close {
    position: absolute;
    background: var(--secondary-color);
    padding: 10px;
    z-index: 9;
    opacity: 1;
    right: 0;
    height: 44px;
    width: 44px;
    color: #fff !important;
}
.testmonial-modal .modal-header {
    padding: 0;
    border: 0;
}
.testmonial-modal .modal-dialog {
    max-width: 1000px;
}
.testmonial-modal .modal-dialog .modal-body {
    padding: 0 !important;
}
.testmonial-modal .modal-dialog .modal-content {
    background: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
}
.testmonial-modal .modal-dialog .testimonial-content-outr {
    text-align: center;
}
.testmonial-modal .modal-dialog h5 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px 0;
    font-weight: 700;
    font-family: "Poppins";
    font-size: calc(18px + (28 - 20) * ((100vw - 300px) / (1920 - 300)));
    color: #fff !important;
    text-align: center;
}
.testmonial-modal .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.testmonial-modal .testimonial-content-outr {
    height: calc(100vh - 59px);
}
.testmonial-modal .testimonial-content-outr iframe,
.testmonial-modal .testimonial-content-outr img {
    display: inline-block !important;
    width: auto !important;
    height: 100% !important;
    max-width: 100% !important;
}
.testmonial-modal .testimonial-content-outr iframe {
    width: 100% !important;
}
.testmonial-modal .modal-dialog .close:hover {
    background: #fff !important;
    color: var(--secondary-color) !important;
    opacity: 1 !important;
}
.topbtn {
    padding-top: 6px;
}
.innerpage_top.contact-page .side_head {
    display: block !important;
}
.socials li:last-child a {
    background: #25d366 !important;
}
.large-modal-dialog .carousel-item img,
.testmonial-modal .testimonial-content-outr img {
    object-fit: contain;
}
.translated-ltr header.sticky,
.translated-rtl header.sticky {
    top: 39px !important;
}
.testimony .swiper.mySwiper .swiper-button-next,
.testimony .swiper.mySwiper .swiper-button-prev {
    color: #fff !important;
}
.testimony .col-md-11 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.testimony .swiper.mySwiper {
    padding-left: 30px;
    padding-right: 30px;
}
.testimony .swiper.mySwiper .swiper-button-prev {
    left: 0;
    right: auto;
    padding: 5px;
}
.testimony .swiper.mySwiper .swiper-button-next {
    right: 0;
    left: auto;
    padding: 5px;
}
.swiper-slide.video-slide .testimonial-content-outr{
	position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.swiper-slide.video-slide .testimonial-content-outr iframe{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.testimonial-content-outr img{
	width: auto;
}
.lang_drop .button{
	text-align: left;
}
.testmonial-modal .testimonial-content-outr img{
	position: absolute;
  top: 0;
  left: 50%;
  max-height: 100%;
  transform: translateX(-50%);
}
 .testmonial-modal  .testimonial-content-outr .embed-responsive{
	 height: 100%;
 }
@media (min-width: 992px) {
    .testimonial-content-outr iframe {
        width: 100%;
    }
}
@media (min-width: 576px) {
    #testmonialmodal3 .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}
@media (max-width: 1279.98px) {
    .logo {
        width: 25%;
        display: block;
    }
    .call {
        width: auto;
    }
    header nav {
        margin-top: -45px;
    }
}
@media (max-width: 1199.98px) {
    .call {
        font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
    }
    .logo {
        width: 20%;
        display: block;
    }
}
@media (max-width: 991.98px) {
    .header .col-lg-11 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .testimony .container {
        max-width: 100%;
    }
    
    .testimony .swiper.mySwiper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .drSanyalFloat {
        left: 0;
        bottom: 8px !important;
        top: auto !important;
    }
}
@media (max-width: 850px) {
    header.sticky nav {
        margin-top: 0 !important;
    }
    .navigation ul li a i {
        display: block !important;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 9;
    }
    #desktop-nav.navigation ul li.dropdown .dropdown-menu {
        left: 0 !important;
        right: auto !important;
        width: 100%;
        top: 100%;
        position: relative !important;
    }
    #desktop-nav.navigation ul li:nth-child(2).dropdown .dropdown-menu {
        position: absolute !important;
    }
    .navigation ul li.dropdown .dropdown-menu .dropdown-menu-inner ul {
        display: block !important;
    }
    .navigation ul li.dropdown .dropdown-menu-inner ul li a {
        color: #000 !important;
    }
    .navigation ul li.dropdown .dropdown-menu-inner ul li a:hover {
        color: #fff !important;
    }
    .footr-quick-links .navigation {
        position: relative;
        right: 0;
        z-index: inherit;
        background: 0 0 !important;
    }
    .footr-quick-links .navigation ul li a {
        border-bottom: 0 none;
    }
    .navigation.left0 {
        overflow: visible !important;
        width: 100% !important;
        max-width: 280px;
    }
    .navigation ul li a {
        display: inline-block;
        border: 0 !important;
    }
    .navigation > ul > li {
        border-bottom: 1px solid rgba(238, 238, 238, 0.13);
    }
    .navigation ul li ul li a {
        padding: 0 10px !important;
        display: block !important;
    }
    .nav ul ul li + li {
        margin-top: 10px;
    }
    .header .navigation > ul {
        overflow: auto;
        height: 95vh;
    }
}
@media (max-width: 849.98px) {
    .call {
        float: none !important;
    }
	
    .translated-ltr .menu-button-wrapper,
    .translated-rtl .menu-button-wrapper {
        top: 49px !important;
    }
    .translated-ltr .header.sticky,
    .translated-rtl .header.sticky {
        top: 35px;
    }
    .translated-ltr .header.sticky .menu-button-wrapper,
    .translated-rtl .header.sticky .menu-button-wrapper {
        top: 40px !important;
    }
    .translated-ltr .header.sticky nav,
    .translated-ltr nav,
    .translated-rtl .header.sticky nav,
    .translated-rtl nav {
        margin-top: 39px !important;
    }
    .translated-ltr .navigation.left0 .menu-button-wrapper,
    .translated-rtl .navigation.left0 .menu-button-wrapper {
        right: 10px;
        top: 45px !important;
    }
    header.sticky .languages {
        margin-top: -39px;
    }
    .navigation > ul > li.dropdown:before {
        font-family: "FontAwesome";
        content: "";
        color: #fff;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .navigation > ul > li.dropdown > a > i {
        font-size: 0 !important;
    }
    nav .dropdown-menu-inner ul li {
        margin-bottom: 10px !important;
    }
}
@media (max-width: 767.98px) {
    .achievements .d-flex span {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: left !important;
    }
    .footr-quick-links .col-12.col-sm-6.col-md-4:nth-child(1) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        display: -ms-flexbox;
        flex-wrap: wrap;
    }
    .footr-quick-links .col-12.col-sm-6.col-md-4:nth-child(2) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footr-quick-links .col-12.col-sm-6.col-md-4:nth-child(1) ul {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footr-quick-links .col-12.col-sm-6.col-md-4:nth-child(1) ul + ul {
        margin-top: 0;
    }
}

@media (max-width: 625.98px) {
    .call span {
        margin: 0 0 0 4px;
    }
    .languages {
        margin-left: 5px !important;
    }
    .topbtn {
        padding: 3px 5px 6px;
    }
    .call span a {
        padding: 7px 5px 4px;
    }
}
@media (max-width: 601.98px) {
    header.sticky .languages {
        margin-top: -39px !important;
    }
}
@media (max-width: 600.98px) {
    .call .socials {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 10px;
    }
    footer .m_accordian.active i {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }
    .testimony .swiper-slide {
        padding: 0 !important;
    }
}
@media (max-width: 575.98px) {
    .footr-quick-links .col-12.col-sm-6.col-md-4:nth-child(2) ul li {
        width: 100%;
        flex: 0 0 auto;
    }
    .call span {
        display: block !important;
    }
    footer .col-sm-6 + .col-sm-6 {
        margin-top: 0;
    }
}
@media (max-width: 480.98px) {
    .fbtm small {
        float: none;
        width: 100%;
    }
    .fbtm small + small {
        margin-top: 10px;
    }
}
@media (max-width: 414.98px) {
    .languages {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
    .call span {
        display: inline-block !important;
        float: none !important;
    }
    .call,
    .footr-quick-links .navigation ul li a,
    .languages {
        text-align: center;
    }
    .footr-quick-links .col-12.col-sm-6.col-md-4:nth-child(1) ul {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footr-quick-links .col-12.col-sm-6.col-md-4:nth-child(1) ul + ul {
        margin-top: 30px;
    }
    h3 {
        font-size: calc(15px + (35 - 15) * ((100vw - 300px) / (1920 - 300)));
    }
    .header.sticky .languages {
        width: auto;
    }
}
