/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/


/* Parent stylesheet should be loaded from functions.php not using @import */


/*Core*/
body{overflow-x: hidden;}
.content-area{ border: unset;} /*Sidebar Border*/
.widget-title{
    border: unset;
    padding: 0px;
    border-bottom: 2pt solid #eeeeee !important;
    padding-bottom: 20px;
    margin-bottom: 24px;
}
.widget-title:after{
    content: '';
    border-bottom: 2px solid #468cd0 !important;
    position: relative;
    display: block;
    width: 50px;
    top: 22px;
}
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1200px !important;
}

/* .modal-button-hide {
    border: 2px solid red;
    position: fixed;
    top: -100px;
    left: -10000px;
} */

#site-header{z-index:100 !important;}
@media (max-width: 768px) {#site-header{z-index:90 !important;}}
@media (max-width: 1024px) {#top-bar-content{display:none}}


/*Header*/
#site-header-inner{
    max-width: 100% !important;
    padding-right:10px;
}
#site-logo #site-logo-inner a img{
    margin-left: 10px;
}
@media (max-width: 1024px){
    #site-header-inner{
        padding-right:50px;
        padding-left:35px;
    }
}

@media (max-width: 768px){
    #site-header-inner{
        padding-right:25px;
        padding-left:15px;
    }
}

a:active, a:focus, li:focus, li:active {
    outline: none !important;
}

/*Header Navigation*/

/* .effect-one #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
    bottom: -120%;
    transform-origin: bottom center;
}

.site-search-toggle span {
    border: 2px solid #468cd0;
    border-radius: 50%;
    width: 47px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
} */


/*Header Get In Touch Button*/

#site-header #site-header-inner #site-navigation-wrap #site-navigation #menu-main-menu {
    display: flex;
    align-items: center;
}
#menu-item-432{
    margin-right: 15px;
}
#site-logo #site-logo-inner a img{
    margin-left: 15px;
}
#menu-item-432 a {
    line-height: 42px !important;
    border-radius: 3px;
    border: 2px solid #468cd0;
    color: #468cd0 !important;
    background: #fff;
}

#menu-item-432 a:hover {
    background: #468cd0;
    color: #fff !important;
}

#menu-item-432 a span::after {
    content: unset !important;
}


/*Service Box*/
.service-box2 > div > .elementor-widget-wrap{
    border: 1px solid #dadada;
    background: #fff;
    padding: 30px;
    border-radius: 3px;
    -webkit-transition: all 320ms;
    -moz-transition: all 320ms;
    -o-transition: all 320ms;
    transition: all 320ms;
}
.service-box2  > div > .elementor-widget-wrap:hover{
    box-shadow: 0 5px 40px rgba(0,0,0,.05);
    z-index:10
}
.services-box-read-more {
    display: block;
    width: max-content;
    margin: 0 auto;
    color: #468cd0;
    font-weight: 500;
    font-size: 12px;
    margin-top: 8px;
}

.services-box-read-more:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    padding-right: 8px;
    -webkit-transition: all 320ms;
    -moz-transition: all 320ms;
    -o-transition: all 320ms;
    transition: all 320ms;
}

.service-box:hover>.elementor-widget-container {
    border-bottom: 3px solid #468cd0 !important;
}

.service-box:hover .elementor-icon {
    transform: scale(0.9);
}

.service-box:hover .services-box-read-more:before {
    padding-right: 12px;
}


/*Technology*/
.carousel-img img{
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.2s ease;
}

.carousel-img img:hover{
    filter: grayscale(0%);
    opacity: 1;
}

/*Team Box*/
.team-box2 .elementor-widget-wrap{
    background: #fff;
    border: 1px dashed #d4d4d4;
    padding: 10px 10px !important;
    border-radius: 3px;
    margin: 0px 5px 10px 5px;
}
/* .team-box2:first-child .elementor-widget-wrap{margin-left: 0px;} */
@media (max-width: 767px) {
    .team-box2 .elementor-widget-wrap{
        margin-left: 0px;
        margin-right: 0px;
    }
}
.team-box .elementor-image {
    transition: all 0.2s ease;
    padding-right: 3px;
    filter: grayscale(100%);
}

.team-box .elementor-image:hover {
    filter: grayscale(0%);
}

.team-box .name {
    font-weight: 600;
    color: #202020;
    font-size: 16px;
    margin-bottom: -3px;
    display: block;
}

.team-box .designation {
    font-size: 15px;
    color: #477ae2;
    display: block;
}

.team-box .view-profile,
.view-profile-link {
    display: inline-block;
    font-size: 11px;
    color: #2f2f2f;
    transition: all 0.4s ease;
}

.team-box .view-profile:after,
.view-profile-link:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d9";
    position: absolute;
    right: -15px;
    opacity: 0;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: all 0.6s ease;
    top: 0px;
}

.team-box .view-profile:hover::after,
.view-profile-link:hover::after {
    opacity: 1;
    right: -10px;
    transition: all 0.3s ease;
}

.team-box .view-profile:before,
.view-profile-link:before {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    margin: 0 auto;
    background: #468cd0;
    transition: all 0.3s ease;
    top: 17px;
    position: relative;
    left: 1px;
}

.team-box .view-profile:hover::before,
.view-profile-link:hover::before {
    width: 100%;
    transition: all 0.3s ease;
}

.team-box .ha-social-icons-wrapper i {
    font-size: 12px !important;
    text-align: center;
}

.team-box .elementor-element:not(:first-child) {
    margin-bottom: 5px;
}

.team-box .elementor-element:last-child {
    margin-bottom: 20px;
}

@media (min-width: 1025px) {
    .team-box:hover{
        z-index:10
    }
    .team-box:hover .elementor-image {
        transform: scale(1.3);
        position: relative;
        z-index: 99999;
        box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
        transition: all 0.1s ease;
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        border: 2px solid #fff;
        padding: 0px
    }
    .team-box .elementor-element:not(:first-child) {
        /* transform: scale(1.3); */
        margin-left: -25px;
        margin-right: -25px;
        position: relative;
        bottom: -80px;
        opacity: 0 !important;
        transition: all 0.4s ease;
        width: 220px;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }
    .team-box .elementor-element:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .team-box:hover .elementor-element:not(:first-child) {
        opacity: 1 !important;
        bottom: -35px;
    }
}


/*End 1025 Team*/


/*Portfolio*/

#body-portfolio-iframe-container {
    position: fixed;
    z-index: 9999999999999;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    display: none;
}

.body-portfolio-iframe {
    position: fixed;
    top: 0;
    bottom: 80px;
    width: 100%;
    /* height: 85vh; */
    display: flex;
    /* align-items: center; */
    justify-content: center;
    overflow: auto;
}

.body-portfolio-iframe iframe {
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.body-portfolio-iframe .loading {
    position: absolute;
    text-align: center;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.body-portfolio-iframe .loader-image{
    width: 70px;
    padding-right: 10px;
    margin-top: -5px;
}

.body-portfolio-iframe .loading h2 {
    font-size: 32px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 28px;
    text-align: left;
}

.body-portfolio-iframe .loading p {
    margin: 0px;
    text-align:left;
    text-transform: uppercase;
    font-size: 14px;
}

.res-button {
    padding: 20px;
    opacity: 0.5;
    transition: all ease-in-out 0.2s;
	background: unset;
    border: unset;
}

.res-button:hover {
    opacity: 1;
}

.res-button::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.res-button-active {
    opacity: 1;
}

#portfolio-desktop-iframe::before {
    content: "\f108";
}

#portfolio-tablet-iframe::before {
    content: "\f3fa";
}

#portfolio-mobile-iframe::before {
    content: "\f3cd";
}

#portfolio-close-iframe::before {
    content: "\f00d"
}

@media (max-width: 1024px) {
    #portfolio-desktop-iframe::before {
        content: "\f31e";
    }
    #portfolio-tablet-iframe{display:none}
}
@media (max-width: 767px) {
    #portfolio-desktop-iframe,
    #portfolio-mobile-iframe{display:none}
}
/* @media (max-width: 360px) {
    #portfolio-desktop-iframe,
    #portfolio-tablet-iframe,
    #portfolio-mobile-iframe{display:none}
} */

.portfolio-tablet-iframe {
    width: 788px!important;
    height: 1024px!important;
    background: #111;
    padding: 40px 10px 70px;
    border-radius: 30px;
}

.portfolio-mobile-iframe {
    width: 380px!important;
    height: 640px!important;
    background: #111;
    padding: 40px 10px 70px;
    border-radius: 30px;
}

.portfolio-iframe-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: #222;
    /* justify-content: space-between; */
    align-items: center;
    display: flex;
    color: #fff;
    padding: 0px 10px 0px 30px;
}

.portfolio-iframe-footer>div {
    width: 33.3%;
}

.portfolio-iframe-footer>div:nth-child(2) {
    text-align: center;
    font-weight: 600;
    line-height: 16px;
}

.portfolio-iframe-footer>div:last-child {
    text-align: right;
}

.wp-portfolio-asp .elemenfoliocategory-websites .portfolio-item,
.wp-portfolio-asp .elemenfoliocategory-e-commerce .portfolio-item,
.wp-portfolio-asp .elemenfoliocategory-web-applications .portfolio-item,
.wp-portfolio-asp .elemenfoliocategory-mobile-applications .portfolio-item {
    transition: all ease-in-out 4s;
    background-position: center top;
    /* box-shadow: 1px 2px 16px 1px #0000001c; */
    height: 350px;
    border: 1px solid #ededed;
}

.wp-portfolio-asp .elemenfoliocategory-websites .portfolio-item:hover,
.wp-portfolio-asp .elemenfoliocategory-e-commerce .portfolio-item:hover,
.wp-portfolio-asp .elemenfoliocategory-web-applications .portfolio-item:hover,
.wp-portfolio-asp .elemenfoliocategory-mobile-applications .portfolio-item:hover {
    background-position: center bottom;
}

.wp-portfolio-asp .elpt-portfolio-content .portfolio-item-infos-wrapper {
    background: rgb(0 0 0 / 0.5);
}

/* .wp-portfolio-asp .elpt-portfolio-filter {
    text-align: left;
    margin-top: -20px;
    margin-bottom: 20px;
} */

.wp-portfolio-asp .elpt-portfolio-filter .portfolio-filter-item {
    background: unset;
    /* font-family: 'Raleway', sans-serif; */
    font-weight: 600;
    font-size: 15px;
    color: #2f2f2f;
    /* text-decoration: none;
    transition: all 0.3s ease; */
    text-transform: uppercase;
}

.wp-portfolio-asp .elpt-portfolio-filter .portfolio-filter-item::after {
    content: '';
    width: 0;
    opacity: 0;
    margin: 2px auto 0 auto;
    display: block;
    height: 3px;
    background-color: #468cd0;
    transition: all 0.5s ease;
}

.wp-portfolio-asp .elpt-portfolio-filter .item-active::after,
.wp-portfolio-asp .elpt-portfolio-filter .portfolio-filter-item:hover::after {
    width: 100%;
    opacity: 1;
    transition: all 0.5s ease;
}

.wp-portfolio-asp .elpt-portfolio-filter .item-active {
    opacity: 1;
}
.wp-portfolio-asp .elpt-portfolio-margin .portfolio-item-wrapper{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}


.portfolio-page-container .elpt-portfolio-filter{
    text-align: left;
}

.portfolio-page-container .wp-portfolio-asp .elemenfoliocategory-websites .portfolio-item,
.portfolio-page-container .wp-portfolio-asp .elemenfoliocategory-e-commerce .portfolio-item,
.portfolio-page-container .wp-portfolio-asp .elemenfoliocategory-web-applications .portfolio-item,
.portfolio-page-container .wp-portfolio-asp .elemenfoliocategory-mobile-applications .portfolio-item{
    border: 1px solid #e1e1e1;
    height: 275px;
    box-shadow: 0px 0px 7px 0px #dfdfdf;
    /* transition: unset; */
}
.portfolio-page-container .recent-posts-date .sep,
.portfolio-page-container .recent-posts-comments{display:none !important;}
.portfolio-page-container .wp-portfolio-asp .oceanwp-recent-posts{
    margin:0px;
    padding:0px;
}
.portfolio-page-container .wp-portfolio-asp .oceanwp-recent-posts li{
    border-style: dashed;
    margin-top: 10px;
    padding-top: 10px;
}
.portfolio-page-container .wp-portfolio-asp .portfolio-item-infos-wrapper{
    opacity: 1;
/*     padding: 28.5px 18px; */
	padding: 38.5px 18px 28.5px 18px;
    height: unset;
    top: 176px !important;
    background: #fff;
    color: #1e1e1e;
    border-top: 1px solid #eeeeee;
}

.portfolio-page-container .wp-portfolio-asp .portfolio-item-infos{
    opacity: 1;
    position: unset !important;
    text-align: left;
}

.portfolio-page-container .portfolio-item-title{
    font-size:16px;
    line-height: 0.8;
}

.portfolio-page-container .portfolio-item-category{
    font-size: 12px;
    font-style: unset;
    opacity: 0.8;
}

.portfolio-page-container .wp-portfolio-asp .portfolio-item:hover{
    background-position: center calc(100% - 78px);
}
.portfolio-page-container .wp-portfolio-asp .portfolio-item:hover .portfolio-item-infos-wrapper{
    opacity: 1;
}
.portfolio-page-container .wp-portfolio-asp .portfolio-item:hover .portfolio-item-infos{
/*     transform:translateY(12px) !important; */
	transform:translateY(3px) !important;
}



/*Testimonial*/

.testimonial-custom .ha-testimonial__content::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    position: absolute;
    top: 26px;
    font-size: 18px;
    color: #468cd0;
}

.testimonial-custom .ha-testimonial__reviewer {
    display: block;
}

.testimonial-custom .ha-testimonial__reviewer-thumb {
    background: linear-gradient(170deg, #3252aa, #407bdb);
    max-width: 124px;
    position: relative;
    left: -50px;
    text-align: right;
    height: auto;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 4px;
    display: flex;
    justify-content: flex-end;
}

.testimonial-custom .ha-testimonial__reviewer-thumb img {
    width: 70px;
    height: 70px;
}

.testimonial-custom .ha-testimonial__reviewer-meta {
    padding: 0px;
    max-width: 100% !important;
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .testimonial-custom .ha-testimonial__reviewer-thumb{
        left: -30px;
    }
}

@media (max-width: 767px) {
    .testimonial-custom .ha-testimonial__reviewer-thumb{
        left: -20px;
    }
}

/*Footer*/

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-menu a {
    color: #828282;
    display: inline-block;
    padding: 2px 0px
}

.footer-menu a:hover {
    /* color: #fff; */
}

.footer-menu a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    position: absolute;
    left: -15px;
    opacity: 0;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: all 0.6s ease;
}

.footer-menu a:hover::before {
    opacity: 1;
    left: -10px;
    transition: all 0.3s ease;
    /* color: #fff; */
}

.footer-menu a:after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    margin: 0 auto;
    background: #468cd0;
    transition: all 0.3s ease;
}

.footer-menu a:hover::after {
    width: 100%;
    transition: all 0.3s ease;
}


/*Contact Form 7*/

.wpcf7-not-valid-tip {display: none;}
.wpcf7-not-valid {
    border: 1px solid red !important;
    background: #ff000030 !important;
}

.wpcf7-response-output {
    margin: 0;
    padding: 5px 10px;
    font-size: 12px;
    border: 1px solid red;
    border-radius: 5px;
    background: #ffffffbf;
}




/*Contact Form 7 - Side by Site field classes*/
.one-full{width:100%;margin-bottom: 20px;}
.one-half, .one-third {position: relative;margin-right: 4%;float: left;margin-bottom: 20px;}
.one-half { width: 48%; }
.one-third { width: 30.66%; }
.last {margin-right: 0 !important;clear: right;}
@media only screen and (max-width: 767px) {.one-half, .one-third {width: 100%;margin-right: 0;}}
.text-area-cus{min-height: unset;height: 127px !important;}
.wpcf7-form label span{color:red}
/* 
.wpcf7-not-valid-tip{display:none}
.wpcf7-not-valid{
    border:1px solid red !important;
    background:#ff000030 !important;
}
*/

/*File upload Field*/
.dnd-upload-details .name,
.dnd-upload-details .name span{
    color: black !important;
    font-size: 12px;
}
.codedropz-upload-inner span,
.dnd-upload-counter,
.dnd-upload-counter span{
    color: black !important;
}
.codedropz-upload-handler{
    border: 1px dashed #c5c5c5;
    background:#fff;
}
.codedropz-upload-inner h3{
    margin: 5px 0;
    font-size: 18px;
    line-height: 20px;
}



/*WP Form*/
.wpforms-field-label{
    margin-bottom:5px !important;
}
em.wpforms-error{
    position: absolute !important;
    width: 100% !important;
    bottom: -6px;
    font-size: 12px !important;
    padding: 0px !important;
}
em.wpforms-error::before{
    content: unset !important;
}
.wpforms-field .choices{
    margin:0px !important;
}

.wp-form-btn .wpforms-submit,
.wp-form-btn-tm .wpforms-submit{
    width: 100%;
}
.wp-form-btn .wpforms-submit-container{
    margin-top: 0px !important;
}

.choices__item--selectable, .choices__list--dropdown{
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .wpforms-one-half{
        width:100% !important;
        margin: 0px !important;
    }
}


/*Inquiry Modal*/

.inquiry-modal-main-trigger-container{
    margin-top: -10px !important;
}
.inquiry-modal-main-trigger{
    position: absolute !important;
    top: -100px !important;
}
.elementor-widget-premium-addon-modal-box{
    transform: unset !important;
    z-index:99999999999999999999999 !important
}


.inquiry-modal  .premium-modal-box-modal .premium-modal-box-modal-dialog{
    max-height: -webkit-calc(100vh - 25px);
    max-height: calc(100vh - 25px);
}

.inquiry-modal .premium-modal-box-modal-title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: unset;
    color: #000;
    text-align: center;
    display: block !important;
    width: 100%;
}

.inquiry-modal .premium-modal-box-modal-header {
    padding: 30px 15px 15px 15px;
    border: unset;
    display: block;
}

.inquiry-modal .premium-modal-box-modal-close {
    position: absolute;
    right: 1px;
    top: 3px;
    border-radius: 0px 6px 0px 0px;
    padding: 14px;
    background: #dedede;
}

.inquiry-modal .premium-modal-box-modal-title div span {
    display: block;
    font-size: 15px;
    font-weight: 500;
}

.inquiry-modal .premium-modal-box-modal-body{
    padding: 15px 30px;
}

/*Language Dropdown*/

#gtranslate_selector {
    border: 1px solid #ff000000;
    width: 47px;
    margin-left: 18px;
    background: unset;
    color: #ff000000;
    outline: unset;
    height: 50px;
}

.menu-item-gtranslate::before {
    font-family: 'Happy Icons'!important;
    font-weight: 400;
    content: "\e99c";
    position: absolute;
    color: #fff;
    right: -3px;
    font-size: 24px;
    top: 0.4px;
    pointer-events: none;
    border: 1px solid #767d9c;
    border-radius: 50px;
    width: 46px;
    line-height: 45px;
    text-align: center;
}

#gtranslate_selector option:first-child {
    color: orange;
}

#gtranslate_selector option {
    color: green;
}

/*Plugins*/
.premium-prefix-text{
    padding-right: 10px;
}











.price-tab .elementor-tab-content{
    padding: 0px !important;
}
.price-tab .elementor-tabs-wrapper .elementor-tab-title{
    border: 2px solid #3252AA !important;
    color: #000;
    background-color: #fff;
    font-size: 17px;
    padding: 15px 35px 15px 35px;
    line-height: 22px;
}

.price-tab .elementor-tabs-wrapper .elementor-tab-title:first-child{
    /* background:red; */
    border-radius: 100px 0px 0px 100px;
    border-right: unset !important;
}
.price-tab .elementor-tabs-wrapper .elementor-tab-title:last-child{
    /* background:red; */
    border-radius: 0px 100px 100px 0px;
    border-left: unset !important;
}

.price-tab .elementor-tabs-wrapper .elementor-active{
    color: #FFFFFF;
    background-image: linear-gradient(180deg, #468CD0 0%, #3252AA 100%);
}


.price-table .premium-pricing-table-title{
    /* margin-bottom: -12px; */
    text-align: center;
    padding: 8px;
    border-radius: 33px;
    /* background: #4488cd; */
    border: 1px solid #4488cd;
}
.price-table .premium-pricing-price-container
/* .price-table .ha-pricing-table-period */
{
    text-align: center;
    position: relative;
}
.price-table .premium-pricing-price-currency{
    position: absolute;
    top: 16px;
    left: 10px;
}
.price-table .premium-pricing-price-duration{
    display: block;
    margin-top: -10px;
}
.price-table .premium-pricing-list{
    margin-bottom: 25px;
}
.price-table .premium-pricing-list li{
    border-bottom: 1px dashed #cbcbcb;
    padding: 8px 0px;
    justify-content: start !important;
    align-items: start;
}
.price-table .premium-pricing-list li .premium-pricing-list-span{
    text-align: left;
}
.price-table .premium-pricing-list li:last-child{
    border:unset;
}
.price-table .premium-pricing-list li .premium-pricing-feature-icon{
    position: relative;
    top: 7px;
}


/*Menu Custom CSS*/


.menu-tagline{display: block;}
.icon-1:before,
.icon-2:before,
.icon-3:before,
.icon-4:before,
.icon-5:before,
.icon-6:before,
.icon-7:before,
.icon-8:before,
.icon-9:before,
.icon-10:before{
/*   background-image: url('http://localhost/myProjects/WP/innotech-cloud/site2/wp-content/uploads/2022/05/menu-sprite-2-mod-2.png'); */
  background-image: url('https://innotechcloud.com/wp-content/uploads/2022/05/menu-sprite-2-mod-2.png');
  background-repeat: no-repeat;
  content: "";
  width: 38px;
  height: 35px;
  float: left;
  margin-right: 15px;
  margin-top: -2px;
}
.icon-1:before{background-position: -37px 0;}
.icon-2:before{background-position: -239px 0;}
.icon-3:before{background-position: -161px 0;}
.icon-4:before{background-position: -118px 0;}
.icon-5:before{background-position: -322px 0;}
.icon-6:before{background-position: -371px 0;}
/* .icon-7:before{background-position: -161px 0;}
.icon-8:before{background-position: 105px 0;}
.icon-9:before{background-position: -239px 0;}
.icon-10:before{background-position: 34px 0;} */

.menu-tagline span:nth-child(2){
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding-top: 5px;
  color:#0c9eda;
}
@media only screen and (max-width: 767px) {
  .menu-tagline:before{margin-top:6px}
  .menu-tagline span:nth-child(1){margin-top: -2px;display: block;}
  .menu-tagline span:nth-child(2){margin-top: -10px;}
}

.fs-11{
    font-size: 11px;
}