.top-actions {
    display: inline-block;
    width: 1200px;
    max-width: 100%;
    height: 55px;
    line-height: 55px;
    vertical-align: middle;
    font-size: 20px;
    margin: 0 200px;
}

.top-actions .top-action-elem {
    float: left;
    position: relative;
    margin-right: 36px;
}

.top-actions .top-action-elem .nav-elem {
    float: left;
    color: #768692;
    font-size: 14px;
    margin-right: 15px;
    position: relative;
}

.px-4 h6 a:hover {
    color: #fc6401;
}

.top-actions .top-action-elem .nav-elem.dropdown {
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
}

.top-actions .top-action-elem .nav-elem.dropdown .dropdown-content {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 15px 20px;
    width: 320px;
    display: none;
    box-sizing: border-box;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
    border-top-right-radius: 0;
    color: #333;
    line-height: normal;
}

.top-actions .top-action-elem .nav-elem.dropdown.active {
    background: #fff;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
}

.top-actions .top-action-elem .nav-elem.dropdown.active .dropdown-content {
    display: block;
}

.top-actions .top-action-elem .action-i {
    float: left;
}














.spinner {
    position: fixed;
    z-index: 99999;
    background: #000;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}

.inner-logo1 {
    /* position:absolute;
    top:20px; */
}

.shar_e {
    display: none !important;
}

.cube1,
.cube2 {
    background-color: #fff;
    width: 15px;
    height: 15px;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s;
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5);
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5);
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

.inner-mail-number li a {

    padding-top: 8px !important;

    margin: 0px;

    font-size: 16px;

    color: #fff;

    width: auto;

}

.inner-logo-contactinfo {

    padding: 20px 0px 10px;

    margin: auto;

    display: table;

    width: 95%;

    /* border-bottom:  1px solid #9e9e9e;
     */
}

.inner-header {

    /* position:  absolute;
     */
    /* top:  20px;
     */
    width: 100%;

    z-index: 9999;

    padding: 0px;

    margin: 0px auto;

    display: table;

    left: 0px;

    right: 0px;


}

.container-fluid {

    padding-right: 15px;

    padding-left: 15px;

    margin-right: auto;

    margin-left: auto;

}

.inner-mail-number {

    padding-left: 0px !important;

    padding-left: 0px;

    margin: 0px;

    display: table;

    float: right;

}

.inner-mail-number li {

    padding-right: 5px;

    margin: 0px 0px 0px 5px;

    list-style: none;

    float: left;

}

.inner-mail-number li a {

    /* padding-top:  8px !important; */
    padding: 5px 14px !important;

    margin: 0px;

    font-size: 16px;

    color: #fff;

    width: auto;

}

.inner-mail-number li a span {

    padding-right: 0px;

}

li a .fa {

    /* padding-right:  11px; */

}

.inner-logo-contactinfo .inner-logo {

    padding: 0px;

    margin: 0px;

    display: block;

    width: 145px;

    float: left;

}

.inner-logo-contactinfo .inner-logo img {

    padding: 0;

    margin: 0;

    width: 155px;

    height: 68px;

}

.tab-content ul li {

    /* padding:  0 0 8px 20px;
     */
    /* padding:  0px;
     */
    margin: 0;

    position: relative;

    font-size: inherit;

}

.flex {
    display: flex;
    margin: 0px;
}

body {

    margin: 0px;
    /* font-family: 'Roboto', sans-serif !important; */
    /* font-family: 'Open Sans', Verdana, Helvetica, sans-serif !important; */
    font-family: Arial !important;

}

.header-bg {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 #e0e0e0dd;
}

#search,
#search:focus-visible {
    border: none !important;
    height: 15px;
    position: absolute;
    top: 14px;
    left: 30px;
    padding: 10px;
    width: 93%;
    outline: none;
}

.inner-header-fixed {
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px 10px 20px;
    background: #4f4f4f;
    position: fixed;
    z-index: 9999;
}

.inner-logo-contactinfo {
    padding: 0 0 0;
    margin: auto !important;
    display: table;
    width: 95% !important;
}

.inner-logo-contactinfo .inner-logo {
    padding: 0;
    margin: 0;
    display: block;
    width: 180px;
    float: left;
}

.inner-logo-contactinfo .inner-logo img {
    padding: 0;
    margin: 0;
    width: 100%
}

.inner-mail-number {
    padding: 10px 0 0 0;
    padding-left: 0;
    margin: 0;
    display: table;
    float: right;
}

.inner-mail-number li {
    padding: 0;
    margin: 0 0 0 15px;
    list-style: none;
    float: left;
}

.inner-mail-number li a {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #fff;
    width: auto;
    text-decoration: none;
}

.inner-mail-number li a span {
    padding-right: 10px;
}

.inner-header {
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    margin: 0 auto;
    padding: 10px 0px 0px 0px !important;
    display: table;
    left: 0;
    right: 0;
    position: sticky;
}

.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.hvr-grow-shadow:active,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-header-button {
    padding: 6px 15px !important;
    margin: 0 !important;
    border-radius: 50px;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 1px;
}

.transparent_bg {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 99.6%;
    position: absolute;
    top: 0;
    background: #000;
    left: 0;
    opacity: .5;
}

.sf-menu a {
    padding: 0;
    margin: 0;
    display: block;
    text-decoration: none;
    font-weight: 400;
}

@media (min-width:992px) {
    .mainmenu_wrapper {
        position: relative;
    }

    .header_darkgrey.with_menu_icon .mainmenu_wrapper:after {
        color: #fff;
    }

    .sf-menu,
    .sf-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sf-menu li {
        position: relative;
    }

    .sf-menu li>ul {
        position: absolute;
        display: none;
        top: 105%;
        z-index: 99;
        border-radius: 4px;
    }

    .sf-menu li>ul>li>a {
        color: #000;
        position: relative;
        font-size: 15px;
    }

    .sf-menu li>ul>li>a:hover:before {
        font-family: FontAwesome;
        content: "\f101";
        font-size: 16px;
        font-weight: 300;
        position: absolute;
        left: 15px;
        top: 8px;
    }

    .sf-menu li.sfHover>ul,
    .sf-menu li:hover>ul {
        display: block;
    }

    .sf-menu a {
        display: block;
        position: relative;
    }

    .sf-menu li>ul>li>ul {
        top: -20px;
        left: 100%
    }

    .sf-menu a {
        padding: 5px 10px;
        text-decoration: none;
        zoom: 1;
        transition-property: color, background-color, border-color, padding-top, padding-bottom;
        width: max-content;
    }

    .sf-menu a {
        color: #fff;
    }

    .sf-menu li {
        transition: background .2s;
    }

    .sf-menu>li {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        padding: 0;
        margin: 0;
        z-index: 9;
    }

    .sf-menu>li:first-child {
        margin-left: 0;
    }

    .sf-menu>li:last-child {
        margin-right: 0;
    }

    .sf-menu>li>a {
        padding: 0 10px 0 0;
    }

    .header_transparent .sf-menu>li>a:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 2px;
    }

    .thin_header .sf-menu>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .item_with_border .sf-menu>li.active>a {
        border-top: 5px solid #4ebbe3;
    }

    .bordered_items .sf-menu>li {
        padding: 0;
    }

    .bordered_items .sf-menu>li+li:before {
        content: '';
        width: 1px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        background-color: rgba(255, 255, 255, .23);
    }

    .header_white .sf-menu>li>a {
        color: #323232;
    }

    .header_white .sf-menu>li.active>a {
        color: #4ebbe3;
    }

    .header_white .sf-menu>li.active>a:before {
        background-color: #323232;
    }

    .header_white .sf-menu>li>a:hover {
        color: #4ebbe3;
    }

    .header_white .sf-menu>li+li:before {
        background-color: #f2f2f2;
    }

    .header_darkgrey .sf-menu>li>a {
        color: #fff;
    }

    .header_darkgrey .sf-menu>li.active>a {
        color: #fff;
    }

    .header_darkgrey .sf-menu>li.active>a:before {
        background-color: #fff;
    }

    .header_darkgrey .sf-menu>li>a:hover {
        color: #4ebbe3;
    }

    .header_color ul a {
        color: #fff;
    }

    .header_color ul a:hover,
    .header_color ul li.active>a {
        color: #323232;
    }

    .header_color .sf-menu ul a {
        color: #323232;
    }

    .sf-menu li.sfHover,
    .sf-menu li:hover {
        transition: none;
    }

    .sf-menu li>ul,
    .sf-menu>li .mega-menu {
        margin-top: 5px;
        text-align: left;
        list-style: none;
        padding: 0 0;
        background-color: #fff;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
        min-width: 15em;
    }

    .sf-menu li>ul>li>ul,
    .sf-menu>li .mega-menu>li>ul {
        z-index: -1;
    }

    .sf-menu ul a {
        padding-left: 30px;
        padding-right: 50px;
    }
}

@media (min-width:992px) and (min-width:1600px) {
    .sf-menu ul a {
        padding: 10px 10px 10px 30px;
    }
}

@media (min-width:992px) {
    .sf-menu .mega-menu ul {
        box-shadow: none;
        padding: 0;
    }

    .sf-menu .mega-menu ul a {
        padding-left: 0;
        padding-right: 0;
    }

    .sf-menu ul a:hover:after,
    .sf-menu ul li.active>a:after {
        display: none;
    }

    .sf-menu ul ul {
        margin-top: 0;
    }

    .divided_items .sf-menu>li+li {
        position: relative;
    }

    .divided_items .sf-menu>li+li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -5px;
        width: 1px;
        height: 10px;
        background-color: rgba(255, 255, 255, .23);
    }

    .header_white .divided_items .sf-menu>li+li:before {
        background-color: #323232;
    }

    ul .dropdown-menu a:not(.theme_button) {
        padding: 0;
    }

    ul .dropdown-menu .theme_button {
        padding: 13px 30px 13px;
    }
}

@media (min-width:992px) {
    .sf-menu>li>a {
        margin-left: 2px;
        margin-right: 2px;
    }

    [class*=container] .sf-menu>li:first-child>a {
        margin-left: 0;
    }

    [class*=container] .sf-menu>li:last-child>a {
        margin-right: 0;
    }

    .mainmenu.nav.sf-menu.right>li:last-child>ul,
    .mainmenu.nav.sf-menu.right>li:nth-last-child(2)>ul {
        right: 0;
    }

    .bordered_items .sf-menu>li>a {
        margin: 0;
        padding: 15px 30px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .sf-menu>li>a {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width:1200px) {
    .hvr-underline-from-center {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
    }

    .hvr-underline-from-center:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        top: 37px;
        bottom: 0;
        background: #fc6402;
        height: 4px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-underline-from-center:active:before,
    .hvr-underline-from-center:focus:before,
    .hvr-underline-from-center:hover:before {
        left: 0;
        right: 0;
    }

    .sf-menu>li>a {
        margin-left: 15px !important;
        margin-right: 15px !important;
        font-size: 17px;
        padding: 5px;
    }

    .boxed .col-md-6 .sf-menu>li>a {
        margin-left: 14px;
        margin-right: 14px;
    }

    .bordered_items .sf-menu>li>a {
        padding: 15px 40px;
    }
}

.sf-menu i[class] {
    margin-right: 7px;
}

.sf-menu .header-button {
    font-size: 14px;
}

.sf-menu .header-button i[class] {
    margin-right: 0;
}

@media (min-width:992px) {
    .sf-menu .sf-md-hidden {
        display: none !important;
    }
}

@media (max-width:991px) {
    .sf-more-li {
        display: none;
    }
}

.sf-menu>.sf-logo-li {
    visibility: hidden;
}

@media (max-width:991px) {
    .toggle_menu {
        position: absolute;
        top: 5px;
        margin-left: 0;
        margin-top: 0;
        width: 38px;
        height: 35px;
        border-radius: 3px;
        cursor: pointer;
        z-index: 1001;
        visibility: visible;
        background-color: #fff;
    }

    .toggler_right .toggle_menu {
        right: 0;
        left: auto;
    }

    .toggler_left .toggle_menu {
        right: 5px;
        margin-left: 0;
    }

    #inner-slider .owl-item img {
        height: 100vh;
        object-fit: cover;
    }

    #inner-slider .owl-controls {
        display: none !important;
    }

    .inner-header-button {
        display: none;
    }

    .inner-header {
        top: 0;
        width: 100%
    }

    .inner-header {
        padding: 0 !important;
    }

    .inner-mail-number {
        margin: 0 0 0;
        display: table;
        float: none;
        width: 100%;
        /* background: #fff; */
        padding: 10px 0;
        padding-left: 0;
    }

    .inner-logo-contactinfo {
        border-bottom: none;
        margin: 0;
        padding: 0;
    }

    .inner-logo-contactinfo .inner-logo {
        padding: 0;
        float: none;
        margin: 0 auto 10px;
    }

    .inner-mail-number li a {
        font-size: 13px;
    }

    .inner-header-fixed {
        position: relative;
    }
}

@media (max-width:991px) and (max-width:767px) {
    .toggler_xs_right .toggle_menu {
        right: 0;
        left: auto;
    }
}

@media (max-width:991px) and (max-width:499px) {
    .toggler_xxs_right .toggle_menu {
        right: 0;
        left: auto;
    }
}

@media (max-width:991px) {
    .inner-header-fixed {
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        background: 0 0;
        position: fixed;
        z-index: 9999;
    }

    .relative_toggler .toggle_menu {
        position: relative;
        display: block;
        top: auto;
        left: auto;
        margin: 0;
    }

    .page_toplogo .toggle_menu {
        position: fixed;
        top: 0;
        left: auto;
        right: 0;
        margin: 0;
        z-index: 10;
        background-color: #fff;
    }

    .header_logo_center .toggle_menu {
        right: 0;
        left: auto;
    }

    .toggle_menu:hover span:before {
        top: -9px;
    }

    .toggle_menu:hover span:after {
        top: 9px;
    }

    .toggle_menu span,
    .toggle_menu span:after,
    .toggle_menu span:before,
    .toggle_menu:before {
        display: block;
        width: 20px;
        position: absolute;
        background-color: #000;
        content: '';
        left: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transition: .25s ease-in-out;
        height: 2px;
    }

    .page_toplogo .toggle_menu span,
    .page_toplogo .toggle_menu span:after,
    .page_toplogo .toggle_menu span:before,
    .page_toplogo .toggle_menu:before {
        background-color: #323232;
    }

    .toggle_menu span,
    .toggle_menu:before {
        left: 9px;
        top: 45%
    }

    .toggle_menu span:before {
        opacity: 1;
        top: -8px;
    }

    .toggle_menu span:after {
        opacity: 1;
        top: 8px;
    }

    .toggle_menu.mobile-active {
        background-color: #f7f7f7;
        border: none;
        left: auto;
        top: 0;
        right: 0;
        position: fixed;
        margin: 0;
        z-index: 3000;
    }

    .toggle_menu.mobile-active:before {
        background-color: #0a0a0a;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .toggle_menu.mobile-active span {
        background-color: #0a0a0a;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .toggle_menu.mobile-active span:after,
    .toggle_menu.mobile-active span:before {
        opacity: 0;
    }
}

@media (max-width:991px) {
    .mainmenu_wrapper {
        position: fixed;
        visibility: hidden;
        z-index: 10;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: transparent;
        opacity: 0;
        transition: all .3s ease 0s;
    }

    .mobile-active .mainmenu_wrapper {
        visibility: visible;
        opacity: 1;
        background-color: #111;
        background-color: #f3f3f3;
    }

    .nav-justified>li>a {
        text-align: left;
    }

    .sf-menu {
        position: fixed;
        overflow: auto;
        background-color: #f3f3f3;
        padding: 20px 30px 20px 10px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 100%;
        font-size: 1.1em;
        font-weight: 400;
        word-wrap: break-word;
        text-align: left;
        transition: all .4s ease-out 0s;
        opacity: 0;
        margin: 0;
    }

    .sf-menu li {
        list-style: none;
    }

    .mobile-active .sf-menu {
        opacity: 1;
        right: 30px;
    }

    .sf-menu a,
    .sf-menu>li>a {
        color: #000 !important;
        padding: 10px;
    }

    .sf-menu ul {
        list-style: none;
        padding-left: 10px;
    }

    .sf-menu ul li a {
        display: block;
        padding: 10px;
        font-weight: 300;
        font-size: 16px;
        text-transform: none;
    }

    .sf-menu ul li a:before {
        content: '-';
        padding-right: 5px;
    }

    .sf-menu ul ul li a:before {
        content: '--';
        padding-right: 5px;
    }

    .sf-arrows .sf-with-ul {
        padding-right: 3.5em;
    }

    .sf-arrows .sf-with-ul:after {
        font-family: FontAwesome;
        content: '\f107';
        position: absolute;
        right: 30px;
        height: 0;
        width: 0;
        font-size: 20px;
    }

    .full-search form {
        width: 65%;
    }
}

.inner-slider-content {
    position: absolute;
}

.inner-content-top-left {
    left: 8%;
    top: 15%
}

.inner-content-top-center {
    left: 0;
    top: 15%;
    right: 0;
    margin: 0 auto;
    display: table;
    width: 35%
}

.inner-content-top-right {
    right: 8%;
    top: 15%
}

.inner-content-center-left {
    left: 8%;
    top: 45%
}

.inner-content-center-center {
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
    top: 45%;
    width: 35%
}

.inner-content-center-right {
    right: 8%;
    top: 45%
}

.inner-content-bottom-left {
    left: 10%;
    bottom: 10%
}

.inner-content-bottom-center {
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
    bottom: 10%;
    width: 35%
}

.inner-content-bottom-right {
    right: 8%;
    bottom: 10%
}

@media only screen and (min-width: 240px) and (max-width: 992px) {
    body span {
        /* font-family: none !important; */
        /* font-size:14px !important;
           font-weight:700 !important; */
    }
}

@media only screen and (min-width: 300px) and (max-width: 992px) {

    .inner-logo-mob {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 120px;
    }

    /* .inner-logo{
            display:none !important;
        } */
    .head-mail {
        display: none;
    }

    .inner-slider-content.left-align {
        width: 100%;
        top: 40%;
        left: 2.5%;
        right: auto;
    }

    .inner-slider-content.right-align {
        width: 100%;
        top: 40%;
        left: -2.5%;
        right: auto;
    }

    .inner-slider-content.center {
        width: 100%;
        top: 40%;
        left: 0;
        right: auto;
    }

    .mobile-full-search {
        float: right !important;
        margin-right: 50px !important;
    }
}


@media (max-width:993px) and (min-width:280px) {

    /* .desktop-header-logo{
                display: none;
            } */
    .inner-logo-mob {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 120px;
    }

    /* .inner-logo{
        display:none !important;
    } */
    .head-mail {
        display: none;
    }

    .inner-slider-content.left-align {
        width: 100%;
        top: 40%;
        left: 2.5%;
        right: auto;
    }

    .inner-slider-content.right-align {
        width: 100%;
        top: 40%;
        left: -2.5%;
        right: auto;
    }

    .inner-slider-content.center {
        width: 100%;
        top: 40%;
        left: 0;
        right: auto;
    }

    .mobile-full-search {
        float: right !important;
        margin-right: 50px !important;
    }
}

@media (max-width:1023px) and (min-width:768px) {
    .inner-logo-mob {
        display: none;
    }

    .inner-slider-content.right-align {
        right: 3.5%;
        top: 40%
    }

    .inner-slider-content.left-align {
        left: 3.5%;
        top: 40%
    }

    .inner-slider-content.center {
        left: 0;
        top: 40%;
        right: 0;
    }

    .mobile-full-search {
        float: right !important;
        margin-right: 50px !important;
    }
}

@media (min-width:1200px) and (max-width:4000px) {
    .inner-logo-mob {
        display: none;
    }

    .position-top-left {
        top: 17% !important;
    }

    .position-center-center {
        right: 0;
        left: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header+section {
        padding-top: 0 !important;
    }

    header+footer {
        padding-top: 7% !important;
    }
}

@media (min-width:280px) and (max-width:399px) {
    header+section {
        padding-top: 0 !important;
    }

    header+footer {
        padding-top: 22% !important;
    }
}

@media (min-width:400px) and (max-width:767px) {
    header+section {
        padding-top: 0 !important;
    }

    header+footer {
        padding-top: 12% !important;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    header+section {
        padding-top: 0 !important;
    }

    header+footer {
        padding-top: 12% !important;
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    header+section {
        padding-top: 0 !important;
    }

    header+footer {
        padding-top: 11% !important;
    }
}

.full-search {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 16% 0 !important;
    margin: 0;
    opacity: 0;
    transform: translate(0, -100%) scale(0, 0);
    z-index: 99999;
}

.full-search.searching {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    -o-transform: translate(0, 0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
}

.full-search form {
    padding: 6px !important;
    margin: 0 auto !important;
    position: relative !important;
    border: 1px solid #ccc;
    border-radius: 25px;
    height: 49px;
    box-shadow: 0px 2px 2px 2px #ccc;
    width: 45%;
}

.full-search form button {
    padding: 12px !important;
    margin: 0;
    left: 0px;
    position: absolute;
    top: 0px !important;
    border: none;
    outline: 0;
    color: #b1aeae !important;
    background: 0 0;
}

.head-fixed .open-search {
    color: #000;
}

.open-search {
    color: #000;
    font-size: 16px;
    padding: 9px;
    margin: -4px 0 0 0;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ccc;
}

.close-search {
    position: absolute !important;
    font-size: 29px !important;
    color: #f70606;
    top: 100px;
    right: 200px;
}

.full-search form button:focus {
    background: 0 0;
}

.full-search form button i {
    padding: 0;
    margin: 0;
    font-size: 22px !important;
}

.career_search_result {
    padding: 20px;
    margin: 0;
}

.career_search_result .serch_head_img {
    padding: 0;
    margin: 0 0 30px;
    position: relative;
}

.career_search_result .serch_head_img img {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%
}

.career_search_result .serch_head_img h3 {
    padding: 10px 15px;
    margin: 0;
    position: absolute;
    bottom: 20%;
    font-size: 25px;
    left: 0;
    background: rgba(255, 255, 255, .8);
    font-weight: 300;
    letter-spacing: 2px;
    border-radius: 0 5px 5px 0;
}

.career_result_list {
    padding: 0;
    margin: 0;
}

.career_result_list li {
    padding: 15px;
    margin: 15px 0 0;
    list-style: none !important;
}

.career_result_list li:nth-of-type(1) {
    margin: 0;
}

.career_result_list li .result_list {
    padding: 10px 0;
    margin: 0;
    width: 5%
}

.career_result_list li .result_list h4 {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.career_result_list li .result_list_details {
    padding: 0 15px;
    margin: 0;
    width: 95%;
    border-left: 2px dashed #ccc;
}

.career_result_list li .result_list_details span {
    padding: 0;
    margin: 0 0 10px;
    font-size: 14px;
    letter-spacing: 3px;
    display: table;
    width: 100%
}

.career_result_list li .result_list_details a {
    padding: 0;
    margin: 0;
    display: block;
}

.result_list_details a h3 {
    padding: 0 0 10px;
    margin: 0;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 400;
}

.result_list_details a p {
    padding: 0;
    margin: 0;
    line-height: 24px;
    font-size: 14px;
}

@media (min-width:280px) and (max-width:767px) {
    .career_search_result {
        padding: 10px;
    }

    .career_search_result .serch_head_img {
        margin: 0 0 15px;
    }

    .career_search_result .serch_head_img h3 {
        letter-spacing: 1px;
        font-size: 14px;
        bottom: 6%;
        line-height: 20px;
        border-radius: 0;
    }

    .career_result_list li .result_list {
        width: 15%
    }

    .career_result_list li .result_list h4 {
        font-size: 20px;
    }

    .career_result_list li .result_list_details {
        width: 85%
    }

    .career_result_list li .result_list_details span {
        font-size: 12px;
    }

    .result_list_details a h3 {
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 600;
        line-height: 24px;
    }

    .result_list_details a p {
        font-size: 13px;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .career_result_list li .result_list {
        width: 10%
    }

    .career_result_list li .result_list_details {
        width: 90%
    }

    .career_search_result .serch_head_img h3 {
        font-size: 17px;
    }

    .result_list_details a h3 {
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: 400;
        line-height: 24px;
    }
}

header+section.contact-us-top {
    padding-top: 5% !important;
}

@media (min-width:280px) and (max-width:399px) {
    header+section.contact-us-top {
        padding-top: 10% !important;
    }
}

@media (min-width:400px) and (max-width:767px) {
    header+section.contact-us-top {
        padding-top: 5% !important;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    header+section.contact-us-top {
        padding-top: 5% !important;
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    header+section.contact-us-top {
        padding-top: 5% !important;
    }
}

@media (max-width: 339px) {
    .inner-mail-number li a {
        font-size: 8px;
    }
}

@media (max-width: 991px) {
    .full-search form {
        width: 100%;
    }

    .close-search {
        top: 25px !important;
        right: 25px !important;
    }

    .inner-mail-number li {
        margin: 0 0 0 0px !important;
    }

    .inner-mail-number li a {
        padding: 5px 5px !important;
    }
}

.search-logo {
    text-align: center;
    padding-bottom: 20px;
}

.search-logo img {
    width: 150px;
}

.mic-search {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 13px;
    padding-right: 20px;
    font-size: 20px !important;
    cursor: pointer;
}

@media (min-width: 299px) and (max-width: 767px) {
    .inner-mail-number {
        margin: 75px 0 10px 0;
        display: flex;
        padding: 0px;
    }
}

@media (min-width: 299px) and (max-width: 767px) {
    .inner-logo-contactinfo .inner-logo {
        padding: 0;
        float: none;
        margin: 0 auto 0px 10px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 120px;
    }
}

@media (min-width: 299px) and (max-width: 767px) {
    i.fa.fa-search.open-search.white.black-text {
        position: absolute;
        top: 25px;
        right: 14px;
    }
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.mainmenu {
    padding: 10px;
}

.white {
    background-color: #fff !important;
}



/* @media (min-width: 280px) and (max-width: 1190px){
    .desktop-header-logo img {
        display: none;
    }
    .mobile-header-logo {
        display: block !important;
        width: 100%;
    }
}
@media (min-width: 1200px) and (max-width: 4000px){
    .mobile-header-logo {
        display: none !important;
    }
    .desktop-header-logo img {
        display: block;
        width: 100%;
    }
} */

@media only screen and (min-width: 993px) {
    /* .inner-logo {
        display: none !important;
    } */
}

@media only screen and (max-width: 991px) {
    /* .inner-logo1 {
        display: none!important;
    } */
    /* .inner-logo {
        display: block!important;
    } */
    /* h6 span {
        font-size: 18px !important;
        color: #ff53d7 !important;
        line-height: 32px !important;
    } */
}

.inner-logo1 img {
    width: 280px;
    height: 100%;
}

.inner-logo img {
    width: 100%;
    height: 100%;
}