@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
body{
    color: #4e4e4e;
    font-family: 'Roboto', sans-serif;
}
a:hover{
    text-decoration: none;
}
/* bg colors */
.bg-yellow{
    background-color: #ffd142
}
.bg-gray{
    background: #f5f5f5;
}

a.text-dark {
    color: #4e4e4e;
}

/* spacing */
.p-6 {
    padding: 4rem;
}
.p-7 {
    padding: 5rem;
}

.pt-7 {
    padding-top: 5rem;
}
.pb-7 {
    padding-bottom: 5rem;
}

.border-bottom-yellow{
    border-bottom: 3px solid #ffd142;
}

.border-bottom-gray{
    border-bottom: 3px solid #fafafa;
}

/* fonts css */
.font-size-14{
    font-size: 14px;
}
.font-size-12{
    font-size: 12px;
}

/* global css */
.vertical-line{
    position: absolute;
    width: 5px;
    height: 46px;
    background: #ffd142;
    display: block;
    top: -25px;
    z-index: 0;
}
.product-vertical-line{
    height: 86px;
    top: -50px;
}

.line-h-35{
    line-height: 35px;
}

.arrow-top{
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

/* btns css */
.learn-btn{
    border-radius: 50px;
    padding: 12px 53px;
    font-size: 14px;
    color: #4e4e4e;
    border-width: 2px;
}
.btn-send-inquiry{
    background: #fff;
    border-radius: 50px;
    padding: 10px 40px;
    color: #4e4e4e;
    border: 2px solid #ffd142;
}
.btn-send-inquiry:hover{
    background:#ffd142;
    color: #fff;
}

/* topbar css */
.topbar{
    padding:1.5rem 3rem;
    position: fixed;
    z-index: 1;
    background: #fff;

}
/* menu css */
.menu{
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 100%;
    left: 0;
    display: none;
}
.menu ul{
    display: table;
    margin:5% auto;
    list-style: none;
    padding: 0px;
}

.menu ul a{
    font-size: 50px;
    font-weight: 300;
    color: #4e4e4e;
    text-align: center;
    display: block;
}
.menu .footer-section{
    display: table;
    margin: auto;
    position: relative;
    bottom: 0;
    width: 99%;
    margin-top: 7rem;

}
.menu .footer-section ul{
    margin: auto;
    margin-bottom: 12px;
    list-style: inherit;
}

.menu .footer-section li{
    float: left;
    margin: 10px 15px;
}
.menu .footer-section li:first-child{
    list-style: none
}
.menu .footer-section li, .footer-section li a{
font-size: 13px;
font-weight: 400;
color: #a6a6a6
}

#toggleIcon{
    margin-top: 10px;
}

#toggleIcon, #closeIcon{
    cursor: pointer;
}
#closeIcon{
display: none;
}

/* attract-content-box css */
.attract-content-box{
    background-color: #ffd142;
    border:1px solid #fff;
    border-left:none;
    padding: 5rem;
}
.attract-content-box h1{
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 25px;
}
.attract-content-box h5{
    padding-bottom: 1rem;
    font-size: 1.25rem;
}
/* product section css */
.product-service{
    padding: 4rem;
}

.product-service-title{
    font-size: 36px;
    font-weight: 300;
}
.product-section h2{
    font-size: 40px;
    font-weight: 300;
}

.ready-to-contact h2{
    font-size: 40px;
    font-weight: 300;
    padding: 5rem 0;
    margin-bottom: 3rem;
    text-align: center;
}

.visit-zippyApp{
    font-size: 30px;
    font-weight: 300;
    margin: 3rem 0;
}


/* blog-section section css */
.blog-heading{
    font-size: 50px;
    font-weight: 300;
    padding: 2.5rem;
}
.blog-section{
    margin-bottom: 25px;
}

.blog-section-img{
    border-top:5px solid #ffd142;
    margin-bottom: 25px;
}
.blog-section-title{
    color: #4e4e4e;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 15px;
}
.blog-section-description{
    font-size: 26px;
    font-weight: 300;
    color: #7a7a7a;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

/* about-section css */
.about-section{
    background: url(../images/about-bgImg.jpg) no-repeat;
    background-size: cover;
    padding:150px 0px;
}

.about-section h1{
    font-weight: 300;
    margin-bottom: 23px;
    font-size: 46px;
}
.about-section p{
    font-size: 20px;
    font-weight: 300;
}
.logo-icon-big{   
 position: absolute;
right: 0%;
}
.logo-icon-big img{  
    width: 80%;
    float: right;
}

/* social-icons css */

.social-icons {
    display: inline-block;
    margin-top: 15px;
}
.social-icons .icon{
    background: #fff;
    border: 2px solid #ffd142;
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
    margin-right:10px; 
}

/* contact-section css */
.contact-section{
    background: #f5f5f5;
    padding: 3rem;
}
.contact-section h2{
font-size: 46px;
font-weight: 300;
margin: 1.5rem 0;
}

.contact-form{
    margin-top: 70px;
}
.contact-form input[type='text'], .contact-form input[type='email'], .contact-form select, .contact-form textarea{
    border:1px solid #cccccc;
    border-radius:0px; 
}

.contact-form select {
background-image: url('../images/down-arrow.png');
background-repeat: no-repeat;
background-position: 98%;
padding-right: 60px;
-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}


.contact-form select::-ms-expand {
    display: none;
}

/* footer bottom-bar css */
.bottom-bar{
    display: table;
    margin: auto;
}
.bottom-bar li{
    margin: 25px 18px;
    font-size: 13px;
    float: left;
    text-transform: uppercase;
}
.bottom-bar li:first-child{
    list-style: none
}

.bottom-bar li a{color: #4e4e4e;font-size: 13px;}


/* blog article css */
.article-section{
    padding-top: 7rem;
   
}

.article-section .article-heading{
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}
.article-section .title{
font-size: 14px;
font-weight: 400;
margin-bottom: 15px;
padding-top: 3rem;
text-align: center;
border-top: 5px solid #ffd142
}
.article-content{
    margin: 3rem 0 4rem 0;
    line-height: 30px;
}
.article-content h1{
    font-size: 40px;
    font-weight: 300;
    margin: 2rem 0
}
.article-content ol li{
padding-bottom: 1.5rem;
}

.article-content .back-insights-btn{
    background-color: #fff;
    border: 2px solid #ffd142;
    padding: 10px 30px;
    border-radius:50px; 
    color: #4e4e4e;
    margin-top: 10rem
}
.article-content .back-insights-btn:hover{
    background-color: #ffd142;
    color: #fff;
}


@media(max-width:1400px){
    .attract-content-box{ 
        padding: 2rem;
    }
}
@media(max-width:1240px){
    .attract-content-box h1 {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .attract-content-box h5 {
        font-size: 1rem;
        padding-bottom: 0.5rem;
    }
    
    .blog-section-description {
        min-height: 160px;
        font-size: 24px;
    }
}
@media(max-width:992px){
.attract-content-box h1 {
    font-size: 25px;
    margin-bottom: 4px;
}

.logo-icon-big{
    display: none;
}
.visit-zippyApp{
    font-size: 20px;
}

.menu .footer-section{
    margin-top: 3rem;
}
.menu ul {
    margin: 4% auto;
}
}

@media(max-width:767px){
.topbar{
    padding: 1rem;
}
    .about-section{
        padding: 25px;
    }
  
    .about-section h1{
        text-align: center;
        font-size: 35px;
    }
    .product-service{
        padding: 3rem 1rem;
    }
    .product-service-title {
        font-size: 3px;
    }
    .product-section h2{
        font-size: 35px;
    }

    .center-xs{
        display: block;
        margin: auto;
    }
    .contact-section{
        padding: 1rem
    }

.blog-section{
    border: 1px solid #dcdcdc
}
.blog-section-img{
border: none
}
.blog-section-title, .blog-section-description, .blog-section-arrow{
padding: 0 10px;
}

#insights{
width: 990px;
max-width: 990px;
}

.auto-scroll-xs{
overflow:auto;
}

.menu {
    padding-bottom: 6rem;
}
.menu ul a {
    font-size: 30px;
}

.menu .footer-section {
    display: none
}


.bottom-bar{
    padding: 2rem 1rem
}
.bottom-bar li:nth-child(3) {
list-style: none
}
.bottom-bar li:first-child {
    margin-left: 60px;
}
.bottom-bar li {
    margin: 4px 10px 3px;
    float: left;
    text-transform: uppercase;
}
.attract-content-box {
    padding: 1rem 2rem;
}

.ready-to-contact h2 {
    padding: 2rem 0;
    font-size: 30px;
}

.visit-zippyApp {
    font-size: 18px;
    margin: 2rem 0;
    text-align: center;
}
.blog-section-description {
    font-size: 18px;
    min-height: auto;
}
}

@media(max-width:320px){
    .bottom-bar {
        padding: 2rem 0.3rem;
    }
    .bottom-bar li:first-child {
        margin-left: 55px;
    }
    .bottom-bar li {
        font-size: 12px;
    }
}