/*!
Theme Name: Numeriphi
Theme URI: http://underscores.me/
Author: Vishal Mirashe
Author URI: https://www.pitchteq.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: numeriphi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');

html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding:0;
  	font-family: "Manrope", sans-serif;
}
.topfixed {
    position: fixed !important;
    z-index: 999 !important;
    animation: smoothScroll 1s forwards;
    top: 0;
    width: 100%;
    padding: 10px 0 !important;
    background: #fff !important;
}
/*.topfixed .desktop-nav .left-menu, .topfixed .desktop-nav .right-menu{
    top: 30px !important;
}*/
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.container{
    width: 1240px;
}
/*--------------------------- Header ---------------------------*/
nav.numeriphi-navbar {
    border-radius: 0;
    margin: 0;
    border: 0;
    padding: 20px 0;
    background: transparent;
    border-bottom: 1px solid #ccc;
}
nav.numeriphi-navbar.fixed-navbar {
    position: absolute;
    width: 100%;
    z-index: 99;
    background: transparent;
}
nav.numeriphi-navbar .logo{
	height: 50px;
}
nav.numeriphi-navbar .logo img{
	max-height: 100%;
	max-width: 100%;
}
nav.numeriphi-navbar ul li a{
    color:#111125;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
}
nav.numeriphi-navbar.fixed-navbar ul li a{
    color:#111125;
}
nav.numeriphi-navbar ul li:hover a{
    background: unset;
    color:#F7931E;
}
nav.numeriphi-navbar.fixed-navbar ul li:hover a{
    color:#F7931E;
}
nav.numeriphi-navbar ul li a:focus{
    background: unset;
    outline:unset;
    outline-offset:unset;
}
nav.numeriphi-navbar ul li:last-child a{
    color: #fff;
    border-radius: 10px;
    background: #F7931E;
}
nav.numeriphi-navbar ul li:last-child:hover a{
    background: #F7931E;
    color: #fff;
}
nav.numeriphi-navbar .navbar-collapse{
    padding: 0;
    height: 50px !important;
    display: flex !important;
    align-items: center;
}
nav.numeriphi-navbar ul li.current-menu-item:not(:last-child) a {
    color: #F7931E;
}
nav.numeriphi-navbar.fixed-navbar ul li.current-menu-item:not(:last-child) a {
    color: #F7931E;
}
.nav .open>a:focus,.nav .open>a:hover,.nav .open>a{
    background: unset;
    border-color: unset;
}
nav.numeriphi-navbar ul.dropdown-menu {
    left: 0 !important;
    background: #79d149;
    border: unset;
    min-width: fit-content;
    top: 50px;
    border-radius: 0;
    padding: 0;
}
nav.numeriphi-navbar ul.dropdown-menu li a{
    padding: 15px 20px !important;
    font-size: 16px;
    color: #333 !important;
}
nav.numeriphi-navbar ul.dropdown-menu li:hover a{
    background: #5EFF00;
    color: #fff !important;
}
nav.numeriphi-navbar ul.dropdown-menu li a:focus{
    color: #5EFF00;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background: unset;
}
/*--------------------------- Footer ---------------------------*/
.numeriphi-footer{
    padding: 80px 0 20px 0;
}
.numeriphi-footer .footer-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*.numeriphi-footer .footer-box > * {
    flex: 1;  
}*/
.numeriphi-footer .footer-box .logo{
    height: 40px;
}
.numeriphi-footer .footer-box .logo img{
    max-height: 100%;
    max-width: 100%;
}
.numeriphi-footer ul.footer-social-list{
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    grid-gap: 15px;
    justify-content: end;
}
.numeriphi-footer ul.footer-social-list a{
    height: 40px;
    width: 40px;
    border: 1px solid #F7931E;
    text-decoration: none;
    color: #F7931E;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .5s ease;
    font-size: 18px;
}
.numeriphi-footer ul.footer-social-list a:hover{
    background: #F7931E;
    color: #fff;
    transform: translateY(-5px);
}
.numeriphi-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    grid-gap: 35px;
    justify-content: space-between;
}
.numeriphi-footer ul li a{
    color: #111125;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}
.numeriphi-footer ul li a:hover{
    color: #F7931E;
}
.numeriphi-footer hr{
    border-color: #999;
    margin: 50px 0;
}
/*--------------------------- Copyright ---------------------------*/
.numeriphi-footer .copyright-wrap {
    font-size: 16px;
    color:#111125;
    font-weight: 300;
}
.numeriphi-footer .copyright-wrap p{
    margin-bottom:0;
}
.numeriphi-footer .copyright-wrap a{
    text-decoration: none;
    color:#111125;
    font-weight: 600;
}
.numeriphi-footer .copyright-wrap a:hover{
    color: #F7931E;
}
/*--------------------------- Elementor ---------------------------*/
.numeriphi-home-hero-wrap,.numeriphi-home-impact-wrap,.numeriphi-inner-lro-section,
.numeriphi-inner-overlay-section,.numeriphi-home-service-wrap,.numeriphi-inner-hero-wrap{
    position: relative;
    z-index: 1;
}
.numeriphi-home-hero-wrap:after,.numeriphi-inner-lro-section:after{
    content: '';
    background: url(img/hero-up-right-img.webp), url(img/hero-bottom-left-img.webp);
    position: absolute;
    background-position: 100% 100%, 0 100%;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}
.numeriphi-home-impact-wrap:after{
    content: '';
    background: url(img/home-impact-top-left-img.webp), url(img/home-impact-right-img.png);
    position: absolute;
    background-position: 0 0,100% 10%;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    background-size: contain,300px;
    background-repeat: no-repeat;
}
.numeriphi-home-service-wrap .right.mySwiper {
    width: 100%;
    height: 100%;
}
.numeriphi-home-service-wrap .mySwiper .swiper-wrapper {
    height: 100%;
}
.numeriphi-home-service-wrap .mySwiper .swiper-slide {
    height: 100% !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.numeriphi-home-service-wrap .mySwiper {
    position: relative;
    padding-right: 40px;
    box-sizing: border-box;
}
.numeriphi-home-service-wrap .mySwiper .swiper-pagination {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
}
.numeriphi-home-service-wrap .mySwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #999;
    opacity: 1;
    margin: 15px 0 !important;
}
.numeriphi-home-service-wrap .mySwiper .swiper-pagination-bullet-active {
    background: #F7931E;
}
.numeriphi-inner-services-content .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title em,
.numeriphi-home-hero-outcome-title h2 em{
    color: #F7931E;
    font-style: normal;
    position: relative;
    padding: 5px 8px;
}
.numeriphi-inner-services-content .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title em:before,
.numeriphi-home-hero-outcome-title h2 em:before{
    content: '';
    position: absolute;
    border-top: 2px solid #F7931E;
    border-left: 2px solid #F7931E;
    border-right: 2px solid #F7931E;
    height: 5px;
    width: 100%;
    top: 0;
    left: 0;
}
.numeriphi-inner-services-content .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title em:after,
.numeriphi-home-hero-outcome-title h2 em:after{
    content: '';
    position: absolute;
    border-bottom: 2px solid #F7931E;
    border-left: 2px solid #F7931E;
    border-right: 2px solid #F7931E;
    height: 5px;
    width: 100%;
    bottom: 0;
    left: 0;
}
.numeriphi-inner-services-content .elementor-widget-text-editor ul {
    padding: 0;
    margin: 0;
}
.numeriphi-inner-services-content .elementor-widget-text-editor ul li {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.numeriphi-inner-services-content .elementor-widget-text-editor ul li:before {
    content: '\f147';
    font-family: 'dashicons';
}
#numeriphi-outcomes-box .e-con-inner {
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 20px;
    overflow: hidden;
}
.numeriphi-inner-services-content .number h2{
    position: absolute;
    top: -40px;
    right: 0;
}
.numeriphi-inner-overlay-section:after{
    content: '';
    background: url(img/home-impact-right-img.png);
    position: absolute;
    background-position: 100% 10%;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    background-size: 300px;
    background-repeat: no-repeat;
}
.numeriphi-bricks-box p.elementor-image-box-description{
    height: 81px;
}
.numeriphi-home-service-wrap:after{
    content: '';
    background: url(img/numeriphi-overlay-img-01.png);
    position: absolute;
    background-position: 5% 10%;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    background-size: 150px;
    background-repeat: no-repeat; 
}
.numeriphi-inner-hero-wrap:after{
    content: '';
    background: url(img/hero-up-right-img.webp), url(img/numeriphi-inner-page-hero-right-img.webp), url(img/hero-bottom-left-img.webp);
    position: absolute;
    background-position: 100% 100%, 100% 0, 0 100%;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    background-size: contain, 600px, contain;
    background-repeat: no-repeat;
    background-color: #F6F6F6;
}
.numeriphi-inner-hero-wrap h2 span{
    color: #F7931E;
    display: block;
}
/*--------------------------- Responsive ---------------------------*/

@media (min-height: 900px) and (max-height: 1080px) and (min-width: 1920px) and (max-width: 1920px) {
    .container{
        max-width: 1440px !important;
    }
}

@media (min-height: 900px) and (max-height: 1050px) and (min-width: 1600px) and (max-width: 1600px) {

}

@media (min-height: 657px) and (max-height: 1050px) and (min-width: 1500px) and (max-width: 1599px) {

}

@media (min-height: 657px) and (max-height: 1050px) and (min-width: 1440px) and (max-width: 1440px) {

}

@media (min-width: 1441px) and (max-width: 2560px){

}

@media (min-height: 800px) and (max-height: 940px) and (min-width: 768px) and (max-width: 1024px) {
    .container{
        width: unset;
    }
}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .container{
        width: unset;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .container{
        width: unset;
    } 
}

@media(min-width: 320px) and (max-width: 480px){
    .container,.numeriphi-footer .container{
        width: unset;
    }
    nav.numeriphi-navbar{
        padding:0;
    }
    nav.numeriphi-navbar .navbar-header{
        padding:15px;   
    }
    nav.numeriphi-navbar.topfixed #numeriphiNavbar {
	    height: unset !important;
	}
    nav.numeriphi-navbar.topfixed{
    	padding: 0 !important;
        width: -webkit-fill-available;
    }
    nav.numeriphi-navbar.topfixed .navbar-toggle {
        margin-top: 15px;
    }
    nav.numeriphi-navbar .navbar-collapse {
        position: absolute;
        width: 100%;
        z-index: 99;
        display: none !important;
    }
    nav.numeriphi-navbar .navbar-collapse.collapse.in{
        display: block !important;
        height: unset !important;
        background: #111125;
        padding: 0 20px 20px;
        left: 0;
        margin: 0;
    }
    nav.numeriphi-navbar .navbar-toggle{
        margin-top: 20px;
        margin-right: 0;
        border-radius: 5px;
        background: #fff;
        margin-bottom: 0;
        padding: 0;
    }
    nav.numeriphi-navbar ul li.current-menu-item a,nav.numeriphi-navbar ul li:hover a{
        color:#fff;
    }
    nav.numeriphi-navbar ul li.current-menu-item a:before, nav.numeriphi-navbar ul li:hover a:before{
        content: unset;
    }
    nav.numeriphi-navbar ul li a,nav.numeriphi-navbar ul li.current-menu-parent a{
	    color: #fff;
	    font-weight: 400;
	    line-height: 2;
	    font-size: 16px;
        padding: 5px 20px !important;
    }
    nav.numeriphi-navbar .navbar-toggle .icon-bar{
        background: #001235;
        width: 25px;
        height: 3px;
    }
	nav.numeriphi-navbar a {
	    font-size: 16px;
	}
    .numeriphi-footer{
    	padding: 50px 10px;
    }
    .numeriphi-footer ul.menu {
        padding: 0 30px;
    }
    .numeriphi-footer ul.menu li a:before {
        left: 20px;
    }
    .numeriphi-footer ul.footer-list-social {
        display: flex;
        width: unset;
        padding: 0;
    }
    .numeriphi-footer .footer-contact-list p,.numeriphi-footer ul li a{
    	font-size: 16px;
    }
    .numeriphi-footer ul.footer-list-social li i{
    	font-size: 18px;
    }
    .numeriphi-footer ul a:hover i{
        color: #fff !important;
    }
    .numeriphi-footer h2 span {
        display: unset;
        margin-left: 15px;
    }
    .numeriphi-footer .copyright-wrap {
        margin: 50px 0 0 0;
    }
    .copyright-wrap p{
        text-align: center;
        font-size: 15px;
    }
    .copyright-wrap p.text-left{
        margin-bottom: 15px;
    }
    .topnav-fixed{
        position: unset;
    }
	nav.topfixed ul li:hover a,nav.topfixed ul li.current-menu-item a{
	    color:#b73d00 !important;
	}
    nav.numeriphi-navbar ul.dropdown-menu{
        background: rgba(255,255,255,0.1) !important;
        margin: 0 15px;
        border-radius: 15px;
    }
    nav.numeriphi-navbar li.dropdown a.dropdown-toggle:after {
        content: '\f0dd';
        font-family: 'FontAwesome';
        top: -15px;
        right: 25px;
        position: absolute;
        font-size: 30px;
    }
    .numeriphi-footer .footer-box,.numeriphi-footer ul{
        display: block;
        text-align: center;
    }
    .numeriphi-footer ul{
        margin: 30px 0;
        line-height: 2;
    }
    .numeriphi-footer ul.footer-social-list{
        justify-content: center;
    }
    nav.numeriphi-navbar ul li:last-child a {
        background: #fff;
        margin: 10px 15px 0;
        color: #000;
        padding: 10px 15px !important;
    }
    .numeriphi-home-hero-wrap:after{
        background-position: 100% 0, 0 100%;
    }
    .numeriphi-inner-lro-section .e-child{
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    .numeriphi-inner-lro-section .elementor-widget-image {
        position: absolute;
        z-index: -1;
        top: 50px;
        right: -50px;
    }
    .numeriphi-inner-lro-section .elementor-widget-image img {
        height: 200px !important;
        width: 200px ! IMPORTANT;
    }
    .numeriphi-home-hero-wrap:after, .numeriphi-inner-lro-section:after {
        background-position: 0 0, 0 100%;
    }
    .numeriphi-inner-hero-wrap:after{
        background-position: 100% 0, 100% 0, 0 100%;
        background-size: contain, 250px, contain;
    }
}          