/*!
Theme Name: Smile Foundation
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: smilefoundation
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

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

@font-face {
    font-family:'FontAwesome';
    src: url('assets/fonts/fontawesome-webfont.eot');
}

html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding:0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}
.topfixed {
    position: fixed !important;
    z-index: 999 !important;
    animation: smoothScroll 1s forwards;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 5px 1px 8px #000;
    padding: 7px 0 !important;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.container{
    width: 1240px;
}
/*.topnav-fixed{
    position: absolute;
    width: 100%;
    z-index: 1;
    top:0;
}
.topnav-fixed ul li a{
    color: #fff !important;
    padding: 10px 18px !important;
}
nav.topfixed.topnav-fixed .container-fluid{
    width: 1240px;
}
nav.topfixed.topnav-fixed ul li a{
    color: #5252c8 !important;
    padding: 10px 20px !important;
}*/
input:focus,textarea:focus{
    box-shadow: unset !important;
}
/*--------------------------- Header ---------------------------*/
nav.smilefoundation-navbar {
    border-radius: 0;
    margin: 0;
    border: 0;
    padding: 15px 0;
}
nav.smilefoundation-navbar .logo {
    height: 60px;
    width: 336px;
}
nav.smilefoundation-navbar .logo img {
    max-width: 100%;
    max-height: 100%;
}
nav.smilefoundation-navbar ul li a{
    color:#004533;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}
nav.smilefoundation-navbar ul li:hover a{
    background: unset;
    color:#f37313;
}
nav.smilefoundation-navbar ul li a:focus{
    background: unset;
    outline:unset;
    outline-offset:unset;
}
nav.smilefoundation-navbar .navbar-collapse{
    padding: 0;
    height: 60px !important;
    display: flex !important;
    align-items: center;
}
nav.smilefoundation-navbar ul li.current-menu-item a,nav.smilefoundation-navbar ul li.current-menu-parent a{
    color: #f37313;
}
nav.smilefoundation-navbar ul.dropdown-menu {
    left: 0 !important;
    background: #02674e;
    border: unset;
    min-width: 200px;
    top: 50px;
    border-radius: 15px;
    padding: 0;
}
.nav .open>a:focus,.nav .open>a:hover,.nav .open>a{
    background: unset;
    border-color: unset;
}
nav.smilefoundation-navbar ul.dropdown-menu li a{
    padding: 15px 20px !important;
    font-size: 17px;
    color: #fff !important;
    font-weight: 600;
}
nav.smilefoundation-navbar ul.dropdown-menu li:hover a{
    background: #004533;
}
nav.smilefoundation-navbar ul.dropdown-menu li:first-child:hover a{
    border-radius: 15px 15px 0 0;
}
nav.smilefoundation-navbar ul.dropdown-menu li:last-child:hover a{
    border-radius: 0 0 15px 15px;
}
nav.smilefoundation-navbar ul.dropdown-menu li a:focus{
    color: #17479f;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background: unset;
}
.topbar{
    background: #004533;
}
.topbar .inline-div{
    display: flex;
    justify-content: space-between;
}
.topbar .inline-div ul{
    padding: 15px 10px;
    list-style: none;
    display: flex;
    margin: 0;
    grid-gap: 15px;
}
.topbar .inline-div ul a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.topbar .inline-div ul.header-contact-list li i{
    color: #f37313;
    font-size: 18px;
    margin-right: 10px;
}
.topbar .inline-div .right-div{
    display: flex;
}
.topbar .inline-div .right-menu li a {
    border: 1px solid #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 500;
}
.topbar .inline-div .right-menu li:last-child a {
    background: #f37313;
    border-color: #f37313;
}
.topbar .inline-div ul.header-list-social li i{
    font-size: 18px;
}
/*--------------------------- Footer ---------------------------*/
.smilefoundation-footer{
	background: #004533;
    padding: 50px 0;
    position: relative;
}
.smilefoundation-footer .col-md-2{
    width: 17.5%;
}
.smilefoundation-footer .col-md-4:first-child{
    width: 37%;
}
.smilefoundation-footer .col-md-4:last-child{
    width: 28%;
}
.smilefoundation-footer .widget_nav_menu h2.widget-title,.smilefoundation-footer h2{
    font-size: 22px;
    color: #fff;
    font-weight: 800;
    margin: 0 0 15px 0;
    text-transform: capitalize;
}
.smilefoundation-footer .widget_nav_menu br{
    display: none;
}
.smilefoundation-footer .widget_nav_menu ul{
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}
.smilefoundation-footer .widget_nav_menu ul li:not(:last-child){
    margin-bottom: 15px;
}
.smilefoundation-footer .widget_nav_menu ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    position: relative;
}
.smilefoundation-footer .widget_nav_menu ul li a:before{
    content: '\f1e9';
    position: absolute;
    font-family: 'FontAwesome';
    left: -20px;
    font-size: 14px;
    top: 2px;
}
.smilefoundation-footer .widget_nav_menu ul li:hover a,.smilefoundation-footer .footer-contact-list p a:hover{
    color:#f37313 !important;
}
.smilefoundation-footer .widget_nav_menu ul li:hover a:before{
    color:#f37313;
}
.smilefoundation-footer #nav_menu-4{
    margin-top: 20px;
}
.smilefoundation-footer .widget_text p {
    margin: 30px 30px 0 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
    text-align: justify;
}
.smilefoundation-footer .contact-info-footer-wrap {
    padding: 50px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 50px 0;
}
.smilefoundation-footer .widget_block h2{
    font-size: 26px;
    color: #f37313;
    font-weight: 800;
    margin: 0 0 15px 0;
}
.smilefoundation-footer #block-10{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.smilefoundation-footer #block-10 .footer-contact-list{
    flex-basis: 50%;
}
.smilefoundation-footer .footer-contact-list p {
    margin-bottom: 20px;
    font-size: 17px;
    color:#fff;
    display: flex;
    align-items: baseline;
    line-height: 1.8;
    font-weight: 400;
}
.smilefoundation-footer .footer-contact-list p:first-child{
    text-transform: capitalize;
}
.smilefoundation-footer .footer-contact-list p:last-child {
    margin: 0;
}
.smilefoundation-footer .footer-contact-list p a{
    color: #fff;
    text-decoration: none;
    font-size: 17px;
}
.smilefoundation-footer .footer-contact-list p i{
    margin-right: 10px;
    font-size: 20px;
}
.smilefoundation-footer ul.footer-list-social{
    display: flex;
    list-style: none;
}
.smilefoundation-footer ul.footer-list-social li {
    height: 40px;
    width: 40px;
    background: #fff;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
}
.smilefoundation-footer ul.footer-list-social a:not(:last-child) li {
    margin-right: 20px;  
}
.smilefoundation-footer ul.footer-list-social li:hover{
    background: #f37313;
} 
.smilefoundation-footer ul.footer-list-social li i{
    color: #004534;
    font-size: 20px;
}
.smilefoundation-footer ul.footer-list-social li:hover i{
    color: #fff;
}
.smilefoundation-footer .wpforms-container{
    margin: 0
}
.smilefoundation-footer .wpforms-container .wpforms-field {
    padding: 10px 0;
}
.smilefoundation-footer .wpforms-container form label{
    color: #fff;
    font-weight: 500;
}
.smilefoundation-footer .wpforms-container form input{
    border-radius: 5px !important;
    border: unset !important;
    padding: 12px 15px !important;
    font-weight: 500;
    height: unset;
}
.smilefoundation-footer .wpforms-container form button.wpforms-submit {
    background: #f37313 !important;
    border-radius: 50px;
    padding: 13px 40px;
    text-transform: uppercase;
    font-weight: 600;
    height: unset;
    font-size: 18px;
    margin-top: 10px;
}
/*--------------------------- Copyright ---------------------------*/
.copyright-wrap {
    font-size: 17px;
    color:#ccc;
    font-weight: 500;
}
.copyright-wrap p{
    margin-bottom:0;
}
.copyright-wrap a{
    text-decoration: none;
    color:#fff;
    font-weight: 600;
}
.copyright-wrap a:hover{
    color: #f37313;
}
/*--------------------------- Elementor ---------------------------*/
.smile-home-wwd-section{
    overflow: hidden;
}
.smile-home-wwd-section:before{
    content: '';
    background: rgba(255,204,51,0.2);
    height: 350px;
    width: 350px;
    position: absolute;
    left: -10%;
    border-radius: 50%;
    top: 25%;
}
.smile-home-wwd-section:after{
    content: '';
    background: rgba(255,204,51,0.2);
    height: 350px;
    width: 350px;
    position: absolute;
    right: -10%;
    border-radius: 50%;
    top: 0;
}
.smile-head-text-left span{
    color: #F37313;
    display: block;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.smile-home-wwd-section .right-box img,.smile-ws-wwd-section .right-box img{
    animation: runup 5s -1s infinite;
}
.smile-home-wwd-section .right-box img:hover,.smile-ws-wwd-section .right-box img:hover{
    filter: grayscale(100%) !important;
    -webkit-filter: grayscale(100%) !important
}
@keyframes runup {
    0%,100% {
        -webkit-transform: translateY(-3%);
        transform: translateY(-3%)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.smile-home-ws-section .elementor-container {
    z-index: 1;
}
.smile-home-ws-section:before{
    content: '';
    position: absolute;
    background: url(img/sf-sector-left-bg-img.png),url(img/sf-sector-right-bg-img.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    background-position: 0 75%,100% 5%;
}
.smile-home-ws-section .sector-box .elementor-widget-image{
    background: #fff;
    width: 130px;
    height: 130px;
    line-height: 120px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -20%;
    box-shadow: 2px 2px 15px #34343421;
}
.smile-home-ws-section .sector-box .elementor-widget-image img{
    height: 70px;
    object-fit: contain;
}
.home-main-slider{
    overflow: hidden;
}
.home-main-slider .slider-box{
    height: 600px;
    position: relative;
}
.home-main-slider .slider-box:before{
    content: '';
    position: absolute;
    background: url(img/sf-home-hero-top-img.png),url(img/sf-home-hero-right-top-img.png),
    url(img/sf-home-hero-right-bottom-img.png),url(img/sf-home-hero-bottom-img.png);
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    background-position: 70% 0,100% 15%,100% 95%,60% 100%;
    background-size: auto, 90px, auto , 70px;
}
/*.home-main-slider .slider-box:before {
    content: '';
    background: linear-gradient(90deg, rgba(4,175,132,1) 7%, rgba(2,75,57,1) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .1;
}*/
.home-main-slider .slider-box .content{
    position: absolute;
    width: 50%;
    top: 30%;
    right: 2%;
    text-align: center;
}
.home-main-slider .slider-box .content .head-text{
    color: #333;
    font-family: "Righteous", sans-serif;
    font-size: 58px;
}
.home-main-slider .slider-box .content .head-text span{
    color: #f37313;
    font-weight: 900;
}
.home-main-slider .slider-box .content a{
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 50px;
    font-weight: 500;
    background: #02674e;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin: 15px auto 0;
    width: fit-content;
}
.home-main-slider .slider-box .content a i{
    margin-right: 10px;
}
.home-main-slider .slider-box .content a:hover {
    background: #004533;
}
.smile-home-number-box .elementor-icon {
    background: #fde2ce;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.smile-home-number-box .elementor-icon svg{
    background: #fde2ce;
}
.smile-home-number-box .elementor-icon svg path{
    fill: #F47414;
}
.smile-home-number-box .elementor-icon-box-description b{
    display: block;
    font-size: 20px;
}
.smile-home-number-box .elementor-counter-title{
    text-align: center;
}
.smile-home-number-box:hover .elementor-icon,
.smile-home-number-box:hover .elementor-icon svg{
    background: #cdfef2;
}
.smile-home-number-box:hover svg path{
    fill: #05B287;
}
.smile-home-eb-wrap:before{
    content: '';
    position: absolute;
    background: url(img/sf-home-event-left-img.png),url(img/sf-home-event-right-img.png),
    url(img/sf-home-blog-left-img.png),url(img/sf-home-blog-right-img.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    left: 0;
    background-position: 0 35%,100% 0,0 90%,100% 50%;   
}
.home-event-slider .event-box {
    width: 90%;
    background: #fff;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    font-family: 'Outfit';
}
.home-event-slider .event-box .date {
    background: #F47414;
    text-align: center;
    padding: 10px;
    margin-right: 15px;
    flex-basis: 35%;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase;
}
.home-event-slider .event-box .date span {
    font-size: 36px;
    font-family: 'Righteous';
}
.home-event-slider .event-box .date b {
    display: block;
    font-weight: 300;
    font-size: 18px;
}
.home-event-slider .event-box .content {
    font-family: 'Quicksand';
    font-size: 15px;
}
.home-event-slider .event-box .content span {
    font-weight: 800;
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
}
.home-event-slider button.slick-prev {
    bottom: -100px;
    right: 125px;
    left: unset;
    top: unset;
    background: rgba(0, 0, 0, .2);
    height: 40px;
    width: 40px;
}
.home-event-slider .slick-prev:before {
    content: '\f340';
    font-family: 'dashicons';
    opacity: 1;
    color: #fff;
}
.home-event-slider button.slick-next {
    bottom: -100px;
    right: 35px;
    left: unset;
    top: unset;
    background: rgba(0, 0, 0, .2);
    height: 40px;
    width: 40px;
}
.home-event-slider .slick-next:before {
    content: '\f344';
    font-family: 'dashicons';
    opacity: 1;
    color: #fff;
}
.home-event-slider button.slick-next:hover,.home-event-slider button.slick-prev:hover {
    background: #F47414;
}
.homeblog-wrap .blog-box {
    box-shadow: 2px 2px 15px #ddd;
    background: #fff;
    border-radius: 20px;
}
.homeblog-wrap .blog-box a{
    text-decoration: none;
    color: #3C3C3C;
}
.homeblog-wrap .blog-box .img {
    margin-bottom: 20px;
}
.homeblog-wrap .blog-box .img img{
    height: 250px;
    width: 100%;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
}
.homeblog-wrap .blog-box .content {
    padding: 0 20px 20px;
    font-size: 16px;
    text-align: justify;
}
.homeblog-wrap .blog-box .content p{
    margin: 15px 0 30px 0;
}
.homeblog-wrap .blog-box .content span{
    display: block;
    font-size: 18px;
    font-weight: 800;
}
.homeblog-wrap .blog-box .content a.btn{
    border: 2px solid #F37313;
    background: transparent;
    color: #F37313;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
}
.homeblog-wrap .blog-box .content a.btn:hover{
    background: #F37313;
    color: #fff;
}
.homeblog-wrap .blog-box .content a.btn i{
    margin-left: 10px;
}
.smile-inner-hero-wrap{
    overflow: hidden;
    z-index: 1;
}
.smile-inner-hero-wrap:before{
    content: '';
    position: absolute;
    background: url(img/sf-home-event-left-img.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-position: 0 20%;
    mix-blend-mode: overlay;
    opacity: .5;
}
.smile-inner-hero-wrap .img:before{
    content: '';
    position: absolute;
    background: #fff;
    height: 100%;
    width: 90%;
    top: -10px;
    left: -10px;
    transform: rotate(-1deg);
    z-index: -1;
}
.smile-inner-hero-wrap .img:after{
    content: '';
    position: absolute;
    background: #F37313;
    height: 100%;
    width: 90%;
    top: 15px;
    left: -10px;
    transform: rotate(-1deg);
    z-index: -1;
}
.smile-inner-hero-wrap .img img {
    height: 280px;
    object-fit: cover;
    transform: skewY(-1deg);
}
.smile-contact-left-box .smile-home-number-box .elementor-icon-box-description b {
    display: block;
    font-size: 20px;
    margin: 10px 0;
}
.smile-contact-left-box .smile-home-number-box .elementor-icon {
    height: 70px;
    width: 70px;
}
.smile-contact-form .wpforms-container {
    margin: 0 !important;
}
.smile-contact-form .wpforms-container form{
    font-family: 'Outfit';
}
.smile-contact-form .wpforms-container form input,.smile-contact-form .wpforms-container form textarea{
    border-radius: 5px !important;
    border: unset !important;
    padding: 15px !important;
    font-weight: 500;
    height: unset;
}
.smile-contact-form .wpforms-container form button.wpforms-submit{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #F37313 !important;
    border-radius: 50px;
    padding: 15px 40px;
    height: unset;
    float: right;
}
.smile-contact-form .wpforms-container form button.wpforms-submit:focus:after{
    content: unset;
}
.smile-about-vm-box .img img {
    height: 500px !important;
    object-fit: cover;
    border-radius: 30px;
}
.smile-about-vm-box .img:before {
    content: '';
    position: absolute;
    background: linear-gradient(10deg, rgba(0, 0, 0, .8) 20%, transparent 80%);
    height: 100%;
    width: 100%;
    left: 0;
    border-radius: 30px;
}
.smile-about-vm-box .elementor-widget-text-editor {
    position: absolute;
    bottom: 0;
    padding: 0 30px 50px;
}
.smile-about-vm-box .elementor-widget-text-editor p span{
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
}
.smile-about-cv-wrap:before{
    content: '';
    position: absolute;
    background: url(img/sf-home-event-left-img.png),url(img/sf-home-event-right-img.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    left: 0;
    background-position: 0 100%,100% 15%;   
}
/*.smile-ws-why-what-section:before{
    content: '';
    position: absolute;
    background: url(img/sf-sector-left-bg-img.png),url(img/sf-sector-right-bg-img.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: .3;
    background-position: 0 75%,100% 0;
}*/
.smile-ws-why-what-section .smile-work-area-left-title h2{
    z-index: 1;
    background: #02674E;
    width: fit-content;
    padding: 10px 20px;
}
.smile-ws-why-what-section .smile-work-area-left-title h2:before{
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #02674E;
}
/*--------------------------- Responsive ---------------------------*/

@media (min-height: 900px) and (max-height: 1080px) and (min-width: 1920px) and (max-width: 1920px) {
    .container-fluid,.smilefoundation-inner-hero-banner .elementor-container{
        max-width: 1440px !important;
    }
    .hs-home-hero-section-wrap{
    	background-position: 0 115% !important;
    }
    .hs-inner-top-section-wrap{
        background-position: 0 125% !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;
    }
    nav.smilefoundation-navbar .logo {
        height: 70px;
        width: 130px;
    }
    nav.smilefoundation-navbar .navbar-header {
        width: 100%;
        padding: 10px 0;
    }
    nav.smilefoundation-navbar .navbar-toggle{
        margin-top: 15px;
        margin-right: 15px;
        border-radius: 5px;
        background: #00757f;
        margin-bottom: 0;
        position: relative;
        float: right;
        display: block;
    }
    nav.smilefoundation-navbar .navbar-toggle .icon-bar{
        background: #fff;
        width: 25px;
        height: 3px;
    }
    nav.smilefoundation-navbar .navbar-collapse {
        position: absolute;
        width: 100%;
        z-index: 99;
        display: none !important;
    }
    nav.smilefoundation-navbar .navbar-collapse.collapse.in{
        display: block !important;
        height: unset !important;
        background: #39948e;
        padding: 10px 15px;
        left: 0;
        top: 100%;
    }
    nav.smilefoundation-navbar ul,nav.smilefoundation-navbar ul li{
        float: unset;
    }
    nav.smilefoundation-navbar ul li.current-menu-item a,nav.smilefoundation-navbar ul li:hover a{
        color:#FFD175;
    }
    nav.smilefoundation-navbar ul li.current-menu-item a:before, nav.smilefoundation-navbar ul li:hover a:before{
        content: unset;
    }
    nav.smilefoundation-navbar ul li a,nav.smilefoundation-navbar ul li.current-menu-parent a{
        color: #fff;
        font-weight: 500;
        line-height: 1.8;
    }
    nav.smilefoundation-navbar li.dropdown a.dropdown-toggle:after {
        content: '\f0dd';
        font-family: 'FontAwesome';
        top: 20%;
        right: 5%;
        position: absolute;
        font-size: 18px;
    }
    nav.smilefoundation-navbar ul.dropdown-menu {
        background: rgba(255,255,255,0.1) !important;
        margin: 0 15px;
        border-radius: 15px;
        position: static;
        box-shadow: unset;
    }
    .smilefoundation-footer .widget_block h2, .smilefoundation-footer #nav_menu-2 h2.widget-title {
        font-size: 22px;
        margin: 0 0 15px 0;
    }
    .smilefoundation-footer ul{
        line-height: 2;
    }
    .smilefoundation-footer ul li a,.smilefoundation-footer .footer-contact-list p {
        font-size: 16px;
    }
    .smilefoundation-footer .footer-contact-list p {
        margin-bottom: 10px;
    }
    .smilefoundation-footer ul.footer-list-social {
        margin-top: 15px;
    }
    .copyright-wrap {
        font-size: 15px;
    }
        .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    -webkit-animation-duration: 0s!important;
    animation-duration:0s!important;
            -webkit-animation-delay: 0s!important;
    animation-delay:0s!important;
    }
    .animated.animated-slow {
    -webkit-animation-duration: 0s!important;
    animation-duration:0s!important;
            -webkit-animation-delay: 0s!important;
    animation-delay:0s!important;
}
}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .container{
        width: unset;
    }
    nav.smilefoundation-navbar #logo {
        height: 50px;
        width: 100px;
    }
    nav.smilefoundation-navbar ul li a {
        padding: 0 8px;
        font-size: 12px;
    }
    .smilefoundation-footer .col-sm-4:nth-child(4),.smilefoundation-footer .col-sm-4:nth-child(5),.smilefoundation-footer .col-sm-4:nth-child(6){
        margin: 50px 0 0 0;
    }
    nav.smilefoundation-navbar .header-contact ul li h6 {
        font-size: 12px;
    }
    nav.smilefoundation-navbar .header-contact ul li:first-child {
        margin: 0 15px;
    }
    nav.smilefoundation-navbar .header-contact ul li a{
        font-size: 12px;
    }
    nav.smilefoundation-navbar .navbar-collapse {
        height: 50px !important;
    }
    nav.smilefoundation-navbar .navbar-toggle{
        margin-top: 15px;
        margin-right: 15px;
        border-radius: 5px;
        background: #00757f;
        margin-bottom: 0;
        display: block;
    }
}

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

@media(min-width: 320px) and (max-width: 480px){
    .container,.smilefoundation-footer .container{
        width: unset;
    }
    nav.smilefoundation-navbar{
        padding:0;
    }
    nav.smilefoundation-navbar .navbar-header {
        padding: 15px;
    }
    nav.smilefoundation-navbar.topfixed{
    	padding: 10px 0 !important;
    }
    nav.smilefoundation-navbar.topfixed .logo,nav.smilefoundation-navbar .logo {
        height: 45px;
        width: 252px;
	}
	nav.smilefoundation-navbar.topfixed .navbar-header {
	    padding: 0 15px;
	}
    nav.smilefoundation-navbar .navbar-collapse {
        position: absolute;
        width: 100%;
        z-index: 99;
        display: none !important;
    }
    nav.smilefoundation-navbar .navbar-collapse.collapse.in{
        display: block !important;
        height: unset !important;
        background: #f37313;
        padding: 10px 15px;
        top: 100%;
    }
    nav.smilefoundation-navbar .navbar-toggle{
        margin-top: 5px;
        margin-right: 0;
        border-radius: 5px;
        background: #02674e;
        margin-bottom: 0;
    }
    nav.smilefoundation-navbar ul li.current-menu-item a,nav.smilefoundation-navbar ul li:hover a{
        color:#fff;
    }
    nav.smilefoundation-navbar ul li.current-menu-item a:before, nav.smilefoundation-navbar ul li:hover a:before{
        content: unset;
    }
    nav.smilefoundation-navbar ul li a,nav.smilefoundation-navbar ul li.current-menu-parent a{
        color: #fff;
        font-weight: 500;
        line-height: 1.8;
    }
    nav.smilefoundation-navbar .navbar-toggle .icon-bar{
        background: #fff;
        width: 25px;
        height: 3px;
    }
    .smilefoundation-footer .col-md-4:first-child,.smilefoundation-footer .col-md-2 {
        margin-bottom: 50px;
    }
    .smilefoundation-footer .col-md-4:first-child .widget_media_image img{
        width: 252px;
    }
    .smilefoundation-footer .col-md-2,.smilefoundation-footer .col-md-4:first-child,.smilefoundation-footer .col-md-4:last-child {
        width: 100%;
    }
    .smilefoundation-footer #block-10,.smilefoundation-footer .footer-contact-list p {
        display: block;
    }
    .smilefoundation-footer .widget_block h2 {
        font-size: 22px;
    }
    .smilefoundation-footer .widget_text p {
        margin: 30px 0 0 0;
    }
    .smilefoundation-footer ul.footer-list-social{
        padding: 0;
        margin: 30px 0 0 0;
    }
    .copyright-wrap .text-left{
        margin-bottom: 15px;
    }
    .copyright-wrap .text-left,.copyright-wrap .text-right{
        text-align: center;
    }
}