@media(max-width:1100px){
	.container{
		max-width: 940px;
	}
}
@media(min-width:991px){
    .site-header {
        position: sticky;
        -webkit-position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 9999;
        /* box-shadow: 0px 4px 15px 2px #33333329; */
    }
    .navicon {
        display: none;
    }
}
@media(min-width:1025px){
    .common-btn:hover{
        background-color: #db6505;
        color: #fff;
    }
    a.common-btn.white:hover{
        color: #fff;
        background-color: #db6505;
    }
    a.common-btn.white:hover path{
        stroke: #fff !important;
    }
    .recent-glosarry ul li a:hover{
        text-decoration: underline !important;
    }
}
@media(max-width:991px){
    .navicon {
        width: 45px;
        height: 45px;
        background: var(--primary-color);
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        z-index: 999999;
        position: absolute;
        top: 8px;
        left: 20px;
        border-width: 0px;
    }
    .navicon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        border-radius: 1px;
        opacity: 1;
        background: #000000;
        left: 10px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    .navicon span:nth-child(1) {
        top: 13px;
        width: 24px;
    }
    .navicon span:nth-child(2) {
        top: 22px;
        width: 24px;
    }
    .navicon span:nth-child(3) {
        top: 32px;
        width: 24px;
    }
    .navicon.open span:nth-child(1) {
        top: 23px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .navicon.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    .navicon.open span:nth-child(3) {
        top: 23px;
        width: 23px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .main-navigation {
        position: fixed;
        height: 100%;
        width: 100%;
        left: -100%;
        top: 0;
        background-color: #fff;
        z-index: 999;
        transition: all 0.3s ease-in-out 0s;
        flex-direction: column;
        justify-content: flex-start;
        padding-left: 0;
    }
    .main-navigation.open-menu{
        left: 0px;
    }
    .main-navigation  .header-translate{
        display: none !important;
    }

    ul#primary-menu {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin-top: 80px;
    }
    .main-navigation li {
        width: 100%;
        text-align: left;
    }
    .main-navigation a {
        text-transform: uppercase;
        font-size: 18px;
        margin-bottom: 0px;
        line-height: inherit;
        border-bottom: 1px solid #2b43333b;
        margin-left: 0;
        margin-top: 0;
        padding: 25px 20px;
    }
    .main-header .container .row{
       flex-direction: row-reverse;
    }
    .main-header {
        min-height: 55px;
    }
    .site-logo{
        padding-left: 65px;
    margin-top: 4px;
    }
    .main-header .container .row .col-2{
        display: flex;
    justify-content: space-between;
    }
    .main-header .container .row .col-2 .language-mobile{
        display: inline-block !important;
    }
    .gtranslate_wrapper a.glink.gt-current-lang{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .main-header .container .row .col-2{
        max-width: 100%;
    }
    section.glosarry-section{
        padding: 70px 0px;
    }
    section.glosarry-section .row .col-3{
        max-width: 33.33%;
    }
    ul#tabs-nav li {
        width: auto;
        max-width: max-content;
        text-wrap: nowrap;
    }
    ul#tabs-nav{
        justify-content: flex-start;
    flex-wrap: nowrap;
    }
    .site-footer-top-left h2
    , .cta-inner h2
    .articles-single h1
    , .join-team-inner h2{
        font-size: 42px;
        line-height: 52px;
    }
    #footer-menu > div{
        max-width: 33.33%;
    }
    #footer-menu > div:last-child, #footer-menu > div:nth-last-child(2){
        margin-top: 30px;
    }
    .cta-inner{
        max-width: 80%;
    }
    div#footer-copyright > div {
        max-width: 100%;
        text-align: center;
        justify-content: center;
        display: flex;
    }
    div#footer-copyright {
        justify-content: center;
    }
    #footer-copyright > div:last-child{
        margin-top: 12px;
    }
    .site-footer{
        padding-top: 70px;
    }
    
}

@media(max-width:767px){
    .row > .col-3
    , .row > .col-2
    , .row > .col-1
	, .row > .col-7
	, .row > .col-4
	, .row > .col-5
	, .row > .col-6
	, .row > .col-8
	, .row > .col-9
	, .row > .col-10
	, .row > .col-11
	{
		max-width: 100%;
	}
    .site-footer .container .row:first-child {
        flex-direction: column-reverse;
    }
    .footer-site-top-logo{
        text-align: center;
        margin-bottom: 30px;
    }
    .site-footer-top-left{
        text-align: center;
    }
    .post-share, .copy-link
    ,  .articles-single.common-single .row .recent-glosarry{
        display: none;
    }
    .center-content{
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 15px;
    }
    .articles-single h1{
        margin-top: -5px;
    }
    .common-single .row > .col-2{
        position: unset !important;
        top: auto !important;
    }
   .right-detail .post-share.mobile-show
   {
    display: inline-block !important;
    width: auto;
   }
   .right-detail .copy-link{
    display: block !important;
   }
   .share-icons a{
    margin-right: 15px;
   }
   .recent-glosarry {
    padding-top: 80px;
}
section.join-our-team{
    text-align: center;
}
}
@media(max-width:680px){
    div#tabs-content {
        padding-top: 50px;
    }
    .glosarry-inner .read-more span{
        bottom: 0px !important;
    }
    section.glosarry-section .row .col-3{
        max-width: 100%;
    }
    .section-title
    , .cta-inner{
        max-width: 100%;
    }
    .site-footer-top-left h2, .cta-inner h2
    , .articles-single h1
    , .join-team-inner h2{
        font-size: 30px;
        line-height: 40px;
    }
    .cta-inner p{
        font-size: 18px;
        line-height: 28px;
    }
    #footer-menu > div{
        max-width: 100% !important;
    }
    #footer-menu > div:not(:last-child){
        margin-bottom: 30px;
    }
    div#footer-copyright ul li a
    , .copyright-text p{
        font-size: 16px;
        padding-right: 12px;
    }
}

@media(max-width:618px){
    .search-results {
        width: 100%;
    }
}