/**/
*{
    font-family: 'Roboto', sans-serif;
}
html {
    scroll-behavior: smooth;
}

body{
    color: #002450;
}
h1, h2, h3, h4, h5, h6{
    padding: 0 !important;
    margin: 0 !important
}
.container{
    width:80% !important;
    max-width:80% !important;
    margin: 0 auto;
    display: table;
}
/*menu*/
.navbar-nav{
    list-style: none;
    -ms-box-orient: horizontal;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 100%;
}



/*header*/
#banner-bg{
    padding-top:15px
}

.img-responsive{
    max-width: 100%
}
.phone{
background: #fddd3f;
    border-radius: 5px;
    padding: 10px 15px;
    width: 80%;
    float: right;
}
.phone h3{
    font-size: 26px;
    font-weight:500;
}
.phone h3 a{
    color: #32323c
}
.phone p{
    color: #32323c;
    font-size:21px;
    margin: 0;
    font-weight: 300;
    padding: 0;
    line-height: 22px;
}
.phone .col-sm-9{
    padding-right: 0;
}
.phone a{
    color: #32323c;
    text-decoration:none;
}
.phone a:hover{
    text-decoration:none;
}
.banner-content{
    margin-top: 4%;
    padding-bottom: 9%;
}
.banner-img{
    float: right;
}
.right-content{
    display: flex;
    align-items: center;
}
.right-content h1{
    color: #000;
    font-size:48px;
    font-weight: bold;
    line-height: 61px;
    margin-bottom: 15px !important;
    font-family: 'Poppins', sans-serif;
}
.banner-content strong{
    font-size:42px;
    color: #000;
    display: block;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}
.banner-content p{
    color: #002450;
    font-size:24px;
    font-weight:normal;
}

/*services-sec*/
#services-sec{
    background: #f4f7fc;
    padding: 0% 0 3%;
}
.subtitle{
    background-color: #cbedfa;
    display: table;
    padding: 6px 20px 5px;
    border-radius: 4px;
    margin-bottom: 20px;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 24px;
    color: #006aa7;
    margin: 0 auto;
    text-align: center;
}

#services-sec h1{
    color: #1d2124;
    font-weight: bold;
    font-size: 39px;
    text-align: center;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    font-family: 'Poppins', sans-serif;
}
#services-sec p{
    width: 82%;
    margin:0 auto;
    display: table;
    color: #1d2124;
    font-weight:normal;
    font-size:24px; 
    text-align: center;
    margin-bottom:25px;
}

.center-aln{
    display: flex;
    align-items: center;
}
.services ul{
    padding: 0;
}
.services li{
    width: 16.666%;
    float: left;
    list-style: none;
    margin-bottom: 20px;
}
.services h3{
    font-weight: bold;
    font-size:20px;
    color: #1d2124;
    text-align: center;
}
.services li h3:hover{
    text-decoration: none !important;
}


.sales-box,
.service-box,
.market-box,
.community-box,
.commerce-box,
.pardot-box,
.lightning-box,
.app-box,
.support-box,
.analytics-box,
.integration-box,
.heroku-box{
    padding:13% 3%;
    border-radius:5px;
    border:2px transparent solid;
}
.sales img,
.service img,
.market img,
.community img,
.commerce img,
.pardot img,
.lightning img,
.app img,
.support img,
.analytics img,
.integration img,
.heroku img{
    margin: 0 auto;
    display: table;
    padding: 13px 10px;
    position: absolute;
    left: 0;
    right: 0;
}

/*sales*/ 
.sales-box:hover{
    background: #fff;
    border:2px #5a49f8 solid;
    transition: 0.3s;
}
.sales{
    color: #fff;
    font-size: 2.25rem;
    background: #5a49f8;
    border-radius: 50%;
    line-height: 1;
    height: 5rem;
    width: 5rem;
    line-height: 80px;
    display:table;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
    margin: 0 auto 15px auto
}
.sales:before{
    background-color: rgba(90,79,248,.2);
    position: absolute;
    content: "";
    height: 5rem;
    width: 5rem;
    right: 0;
    left: -17px;
    top: 0; 
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: right_to_left 0.7s linear forwards;
    animation: right_to_left 0.7s linear forwards;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/*Service*/
.service-box:hover{
    background: #fff;
    border:2px #ff930e solid;
    transition: 0.3s;
}
.service{
    color: #fff;
    font-size: 2.25rem;
    background: #ff930e;
    border-radius: 50%;
    line-height: 1;
    height: 5rem;
    width: 5rem;
    line-height: 80px;
    display:table;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
    margin: 0 auto 15px auto
}
.service:before{
    background-color: rgba(255,147,14,.2);
    position: absolute;
    content: "";
    height: 5rem;
    width: 5rem;
    right: 0;
    left: -17px;
    top: 0; 
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: right_to_left 0.7s linear forwards;
    animation: right_to_left 0.7s linear forwards;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*marketing*/
.market-box:hover{
    background: #fff;
    border:2px #4a88da solid;
    transition: 0.3s;
}
.market{
    color: #fff;
    font-size: 2.25rem;
    background: #4a88da;
    border-radius: 50%;
    line-height: 1;
    height: 5rem;
    width: 5rem;
    line-height: 80px;
    display:table;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
    margin: 0 auto 15px auto
}
.market:before{
    background-color: rgba(74,136,218,.2);
    position: absolute;
    content: "";
    height: 5rem;
    width: 5rem;
    right: 0;
    left: -17px;
    top: 0; 
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: right_to_left 0.7s linear forwards;
    animation: right_to_left 0.7s linear forwards;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*community*/
.community-box:hover{
    background: #fff;
    border:2px #36bafe solid;
    transition: 0.3s;
}
.community{
    color: #fff;
    font-size: 2.25rem;
    background: #36bafe;
    border-radius: 50%;
    line-height: 1;
    height: 5rem;
    width: 5rem;
    line-height: 80px;
    display:table;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
    margin: 0 auto 15px auto
}
.community:before{
    background-color: rgba(54,186,254,.2);
    position: absolute;
    content: "";
    height: 5rem;
    width: 5rem;
    right: 0;
    left: -17px;
    top: 0; 
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: right_to_left 0.7s linear forwards;
    animation: right_to_left 0.7s linear forwards;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/*community*/
.commerce-box:hover{
    background: #fff;
    border:2px #9579da solid;
    transition: 0.3s;
}
.commerce{
    color: #fff;
    font-size: 2.25rem;
    background: #9579da;
    border-radius: 50%;
    line-height: 1;
    height: 5rem;
    width: 5rem;
    line-height: 80px;
    display:table;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
    margin: 0 auto 15px auto
}
.commerce:before{
    background-color: rgba(149,121,218,.2);
    position: absolute;
    content: "";
    height: 5rem;
    width: 5rem;
    right: 0;
    left: -17px;
    top: 0; 
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: right_to_left 0.7s linear forwards;
    animation: right_to_left 0.7s linear forwards;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*pardot*/
.pardot-box:hover{
    background: #fff;
    border:2px #f5b945 solid;
    transition: 0.3s;
}
.pardot{
    color: #fff;
    font-size: 2.25rem;
    background: #f5b945;
    border-radius: 50%;
    line-height: 1;
    height: 5rem;
    width: 5rem;
    line-height: 80px;
    display:table;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
    margin: 0 auto 15px auto
}
.pardot:before{
    background-color: rgba(245,185,69,.2);
    position: absolute;
    content: "";
    height: 5rem;
    width: 5rem;
    right: 0;
    left: -17px;
    top: 0; 
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: right_to_left 0.7s linear forwards;
    animation: right_to_left 0.7s linear forwards;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/*pardot*/
.lightning-box:hover{
    background: #fff;
    border:2px #fa6fd1 solid;
    transition: 0.3s;
}
.lightning{
    color: #fff;
    font-size: 2.25rem;
    background: #fa6fd1;
    border-radius: 50%;
    line-height: 1;
    height: 5rem;
    width: 5rem;
    line-height: 80px;
    display:table;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
    margin: 0 auto 15px auto
}
.lightning:before{
    background-color: rgba(250,111,209,.2);
    position: absolute;
    content: "";
    height: 5rem;
    width: 5rem;
    right: 0;
    left: -17px;
    top: 0; 
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: right_to_left 0.7s linear forwards;
    animation: right_to_left 0.7s linear forwards;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*app*/
.app-box:hover{
    background: #fff;
    border:2px #18dc59 solid;
    transition: 0.3s;
}
.app{
    color: #fff;
    font-size: 2.25rem;
    background: #18dc59;
    border-radius: 50%;
    line-height: 1;
    height: 5rem;
    width: 5rem;
    line-height: 80px;
    display:table;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
    margin: 0 auto 15px auto
}
.app:before{
    background-color: rgba(24,220,89,.2);
    position: absolute;
    content: "";
    height: 5rem;
    width: 5rem;
    right: 0;
    left: -17px;
    top: 0; 
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: right_to_left 0.7s linear forwards;
    animation: right_to_left 0.7s linear forwards;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*support*/
.support-box:hover{
    background: #fff;
    border:2px #d94452 solid;
    transition: 0.3s;
}
.support{
    color: #fff;
    font-size: 2.25rem;
    background: #d94452;
    border-radius: 50%;
    line-height: 1;
    height: 5rem;
    width: 5rem;
    line-height: 80px;
    display:table;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
    margin: 0 auto 15px auto
}
.support:before{
    background-color: rgba(217,68,82,.2);
    position: absolute;
    content: "";
    height: 5rem;
    width: 5rem;
    right: 0;
    left: -17px;
    top: 0; 
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: right_to_left 0.7s linear forwards;
    animation: right_to_left 0.7s linear forwards;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*Analytics*/
.analytics-box:hover{
    background: #fff;
    border:2px #89c053 solid;
    transition: 0.3s;
}
.analytics{
    color: #fff;
    font-size: 2.25rem;
    background: #89c053;
    border-radius: 50%;
    line-height: 1;
    height: 5rem;
    width: 5rem;
    line-height: 80px;
    display:table;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
    margin: 0 auto 15px auto
}
.analytics:before{
    background-color: rgba(51,198,83,.2);
    position: absolute;
    content: "";
    height: 5rem;
    width: 5rem;
    right: 0;
    left: -17px;
    top: 0; 
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: right_to_left 0.7s linear forwards;
    animation: right_to_left 0.7s linear forwards;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/*Integration*/
.integration-box:hover{
    background: #fff;
    border:2px #ff3838 solid;
    transition: 0.3s;
}
.integration{
    color: #fff;
    font-size: 2.25rem;
    background: #ff3838;
    border-radius: 50%;
    line-height: 1;
    height: 5rem;
    width: 5rem;
    line-height: 80px;
    display:table;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
    margin: 0 auto 15px auto
}
.integration:before{
    background-color: rgba(255,56,56,.2);
    position: absolute;
    content: "";
    height: 5rem;
    width: 5rem;
    right: 0;
    left: -17px;
    top: 0; 
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: right_to_left 0.7s linear forwards;
    animation: right_to_left 0.7s linear forwards;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*Heroku*/
.heroku-box:hover{
    background: #fff;
    border:2px #01daba solid;
    transition: 0.3s;
}
.heroku{
    color: #fff;
    font-size: 2.25rem;
    background: #01daba;
    border-radius: 50%;
    line-height: 1;
    height: 5rem;
    width: 5rem;
    line-height: 80px;
    display:table;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
    margin: 0 auto 15px auto
}
.heroku:before{
    background-color: rgba(1,218,186,.2);
    position: absolute;
    content: "";
    height: 5rem;
    width: 5rem;
    right: 0;
    left: -17px;
    top: 0; 
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: right_to_left 0.7s linear forwards;
    animation: right_to_left 0.7s linear forwards;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/*mobile app*/
.why{
    padding: 5% 0
}
.why h1{
    color: #1d2124;
    font-size:39px;
    font-weight: bold;
    line-height:55px;
    margin-bottom:10px !important;
    font-family: 'Poppins', sans-serif;
}
.why p{
    color: #1d2124;
    font-size: 24px;
    font-weight:500;
}
 .why ul{
    padding: 0;
    margin: 0
 }
 .why li{
    color: #1d2124;
    font-size: 22px;
    font-weight: normal;
    background: url(../images/dots.png) no-repeat 0px 17px;
    list-style: none;
    padding-left: 25px;
    line-height: 44px;
}
.why img{
    float:right;
}

/*form*/

.form-error-name, .form-error-mail, .form-error-mail-1{
	display:none;
}
#form-error{
	color: red;
    font-size: 14px;
    margin-top: 6px;
    font-weight: 500;
}
 

/*form and footer*/
a.main-webpage {
    margin: 0 auto 15px auto;
    display: table;
    background: #fcd93a;
    text-decoration: none;
    color: #32323c;
    padding: 4px 18px;
    border: #fcd93a solid 1px;
    border-radius: 3px;
    font-size: 20px;
}
a.main-webpage:hover{
    background: #0063c1;
    color: #f4f7fc;
    text-decoration: none;
    border: #0063c1 solid 1px;
}
.captcha canvas {
    padding: 7px;
}
.captcha img {
    margin-top: -45px;
    margin-left: 5px;
    float: none !important;
}
.form-bg{
    padding: 4% 0
}
.form-bg .container{
        width:50% !important;
    margin: 0 auto !important;
} 
 
.form-bg h1{
    text-align: center;
    font-size: 39px;
    color: #fff;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-bottom:5px !important;
}
.form-bg p{
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    margin-bottom:35px;
}
.form-bg button{
    margin-top:10px !important;
    float:right;
    color: #32323c;
    font-size: 24px;
    background: #fcd93a;
    padding: 10px 50px;
    border-radius: 5px;
    letter-spacing:2px;
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight:bold;
     font-family: 'Poppins', sans-serif;
}
.form-bg button:hover{
    background: #000;
    text-decoration: none;
    color: #fff
}
.form-bg .form-control{
padding: 15px;
    height: auto;
    background: transparent;
    border: #ffffffa6 solid 1px;
    border-radius: 2px;
    color:#fff;
}

.footer{
    background: #103154;
    padding: 2% 0
}
 
.footer p{
    text-align:center;
    color: #fff;
    font-size: 17px;
    padding: 0;
    margin: 0;
    margin-bottom:1rem;
}
.footer .footer-new p{
    margin: 0;
}
.social-media{ 
    margin: 0 auto 15px auto;
    display: table;
    padding: 0;
}
.social-media li{
    float: left;
    margin-left: 5px;
    list-style: none;
}
.social-media li a{
    background: #fcd93a;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    color: #32323c;
    padding: 5px 12px;
    font-size: 20px;
    display: inline-block;
}
.social-media li a:hover{
    background: #0063c1;
    color: #f4f7fc;
}
.social-media li a svg{     
    fill:#32323c;
}
.social-media li a:hover svg{     
    fill: #fff;
}







/*Responsive Begin*/
@media screen and (max-width: 1680px){
    .container {
        width:90% !important;
        max-width:90% !important;
    }
    #footer {
        padding-bottom:34%;
    }
    #footer .form-bg{
        top: -13%;
    }
    .phone{
        width: 80%
    }
}


@media screen and (max-width:1440px){
    .phone {
        width: 100%;
    }
    .container {
        width:90% !important;
        max-width: 90% !important;
    }
    .navbar {
        width: 100%;
        margin: 0 auto;
    }
    .phone h3 {
        font-size: 25px;
    }
    .nav-link {
        font-size: 20px;
    }
    .right-content h1 {
        font-size:39px;
        line-height: 52px;
    }
    .banner-content strong{
        font-size:39px;
    }
    .services h3,
    .why li{
        font-size: 20px
    }
 .why p{
     font-size: 20px
 }
 .form-bg .container {
    width: 60% !important;
}
.banner-img img{
        width: 85%;
    float: right;
}
 .banner-content {
    margin-top: 4%;
    padding-bottom: 11%;
}
}


@media screen and (max-width:1366px){
    .container {
        width:90% !important;
        max-width:90% !important;
    }
    .phone h3 {
    font-size: 23px;
}
.right-content h1 {
    font-size: 35px;
}
.banner-content strong{
    font-size: 35px;
}
    #services-sec h3{
        font-size: 20px;
    }
    .nav-link {
        font-size: 20px;
    }
 .banner-content {
    margin-top: 6%;
    padding-bottom: 10%;
}
 #services-sec{
        margin-top: -25px;
}
#services-sec h3 {
    font-size: 18px;
}
.form-bg .container {
    width: 65% !important;
}
}

@media screen and (max-width:1280px){
    .phone h3 {
        font-size: 23px;
    }
    .right-content h1 {
        font-size: 37px;
    }
    #services-sec p {
        width: 85%;
    }
    #services-sec h3 {
        font-size: 18px;
    }
    .right-content h1 {
        font-size: 38px;
        line-height: 44px;
    }
 
}

@media screen and (max-width:1024px){
    .banner-content strong {
    font-size: 25px;
}
}


@media screen and (max-width:980px){
.logo {
    margin: 0 auto 20px auto;
    display: table;
}

.phone {
    width: 70%;
    margin: 10px auto 0 auto;
    display: table;
    text-align: center;
    float: none;
     padding: 15px 15px;
}
.phone h3 {
    font-size: 36px;
}
.phone p {
    font-size: 26px;
}
 
.banner-img img {
    width: 100%;
    float: none;
}
#banner-bg{
   background:#66d4f5 !important; 
}
#services-sec {
    margin-top: 0;
}
#services-sec {
    background: #f4f7fc;
    padding: 7% 0;
}
.services li {
    width: 33.333%;
}
.form-bg .container {
    width: 100% !important;
}
.form-bg {
    padding: 7% 0;
}
.footer .right-content {
    display: block;
    align-items: center;
}
.footer {
    padding: 4% 0 3%;
}
.footer p{    
    margin: 0 0 25px;
    text-align: center;
}
.right-content h1{
     text-align: center;  
}
.banner-content strong{
    text-align: center;
}
.banner-content p {
    color: #002450;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}
.banner-content {
    margin-top: 5%;
}
}

@media screen and (min-width: 767px){
    .mobile-navigation{
        display:none;
    }
}

@media screen and (max-width: 767px){

   .captcha canvas {
    margin-top: 10px;
}
    .phone {
    width: 90%;
    margin-top: 25px;
    padding: 10px 15px
}

.phone h3 {
    font-size: 34px;
    margin-bottom: 9px !important;
}
.navbar-light .navbar-toggler-icon {
    background-image: none !important;
}
    .phone p{
        margin: 0;
        font-size: 30px;
    }
 .navbar-toggler {
    padding: 0.55rem .75rem !important;
}
 
    .navbar-toggler{
        margin: 0 auto;
        display: table;
    }
    .navbar-light .navbar-toggler {
color: #fff !important;
    border-color: #0063c1 !important;
    background: #0063c1 !important;
    border: 2px solid;
    }
    button:focus{
        outline: inherit !important;
        outline: inherit !important;
    }
.navbar-nav {
    background: #0063c1;
    border-radius: 5px;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffff !important;
}
    .nav-link{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right:1rem !important;
        padding-left:1rem !important;
    }
    .container {
        width: 100% !important;
        max-width: 100% !important;
    }
#services-sec h1 {
    text-align: center;
}
    #services-sec p {
        width: 100%;
        text-align:center;
    }
    #services-sec img{
        margin-bottom: 15px;
    }
    #services-sec h3 {
        font-size: 22px;
    }
    .right-content h1{
        margin-top:0px !important;
        font-size: 36px;
            text-align: center;
    }
 .banner-content p{
    text-align: center;
 }
 .banner-img img {
    width: 100%;
    float: none;
}
.services li {
    width: 50%;
}
#services-sec h3 {
    font-size: 21px;
}
 
.form-bg h1{
        font-size: 35px;
}
.form-bg .form-control, .g-recaptcha{
      margin-top: 10px;  
}

.form-group {
    margin-bottom: 0 !important;
}
.form-bg button{
    margin-top: 20px !important;
}
.footer p {
    text-align: center;
    margin: 0 0 15px;
}
.footer {
    padding: 5% 0;
}
.navbar-nav{
    padding:35px !important;
}
.mobile-navigation{
    display:block;
}
.mobile-logo{
		    width:80%;
		    display:inline-block;
		}
		.nav-list{
		    float:right;
		}
		.mobile-navigation .nav-list-link ul{
		    list-style-type:none;
		    padding-left:0;
		}
		.mobile-navigation .nav-list-link ul li{
		    border-bottom: 1px solid rgba(242, 244, 248, 0.7);
		}
		.mobile-navigation .nav-list-link ul li a.nav-link{
		    padding:8px 25px !important;
		    font-size: 16px;
            text-transform: capitalize;
            font-weight: 400;
		}
		.mobile-navigation .nav-list-link ul li.active a.nav-link{
		    color:#fddd3f !important;
		}
		.mobile-navigation .nav-list-link ul li.active a.nav-link:hover{
		    color:#fddd3f !important;
		}
		.mobile-navigation .nav-list-link{
		    list-style-type: none;
		    position:fixed;
		    width:80%;
		    height:100vh;
		    background:#fff;
		    top: 0;
		    left:-100%;
		    transition:all .5s;
		    z-index: 9999;
		}
		.mobile-navigation .nav-list-link.show{
		    left:0;
		}
		.mobile-icon{
		    width:20px;
		    float: right;
            margin-right: 0;
            cursor: pointer;
            margin-top: 30px;
		}
		.mobile-icon.show{
		    display:none;
		}
		.mobile-icon span{
		    background: #000;
            height: 2px;
            display: block;
            margin-bottom: 5px;
		}
		.nav-close{
		    padding-left: 25px;
            margin: 25px 0 15px;
		}
		.nav-close img{
		    background: #8888881a;
            border-radius: 50%;
            padding: 14px;
            width:44px;
		}
.desktop-logo, nav.navbar{
    display:none !important;
}
}


@media screen and (max-width:575px){
    .form-bg button{
        float:none;
    }
}


@media screen and (max-width:480px){
    .mobile-icon{
        margin-top: 18px;
    }
    .banner-content strong{
        font-size: 28px;
    }
}


@media screen and (max-width:414px){
.phone h3 {
    font-size: 28px;
}
    .phone p {
        font-size: 25px;
    }
.right-content h1 {
    font-size: 31px;
    line-height: 35px;
}
.banner-content strong{
        font-size: 22px;
    }
.why h1{
.font-size: 31px;
    line-height: 35px;
    text-align: left;
    margin-top: 20px !important;
}
    .banner-content p,
    #services-sec p,
    #footer .form-bg p{
        font-size: 20px;
        line-height: 31px;	
    }
    #services-sec p{
        margin-bottom: 20px;
    }
    .white-bg h1, .gray-bg h1{
        margin-bottom: 15px !important;
    }
    .white-bg a, .gray-bg a {
        margin-top: 0px;
        font-size: 15px;
        padding: 11px 20px;
    }
    #footer {
        padding-bottom: 56%;
    }	
    #footer .form-bg h1{
        font-size: 34px;
    }
    #services-sec h3 {
        font-size: 20px;
    }
    .mobile-icon{
        margin-top: 18px;
    }
}


@media screen and (max-width:375px){
    .phone {
    width: 100%;
}
.phone h3 {
    font-size: 28px;
}
.right-content h1 {
    font-size: 28px;
}
.banner-content p, #services-sec p, #footer .form-bg p {
    font-size: 20px;
    line-height: 27px;
}
#services-sec h3 {
    font-size: 19px;
}
#services-sec h3 {
    font-size: 17px;
}

.sales-box, 
.service-box, 
.market-box, 
.community-box, 
.commerce-box, 
.pardot-box, 
.lightning-box, 
.app-box, 
.support-box, 
.analytics-box, 
.integration-box, 
.heroku-box {
    padding: 13% 0%;
    }
    #footer .form-bg button {
        font-size: 20px;
    }
    #footer {
        padding-bottom: 63%;
    }
.why p {
    font-size: 18px;
    line-height: 28px;
}
.form-bg h1 {
    font-size: 25px;
}
.form-bg p {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 26px;
}
.footer {
    padding: 5% 0 1%;
}
.mobile-icon{
    margin-top: 12px;
}
}


@media screen and (max-width:360px){
    .phone h3 {
        font-size:26px;
    }
    .right-content h1 {
        font-size:27px;
    }
    #footer .form-bg button {
        font-size: 20px;
    }
    #footer {
        padding-bottom: 65%;
    }
    .mobile-icon{
        margin-top: 11px;
    }
}


@media screen and (max-width:320px){
.phone h3 {
    font-size: 24px;
}
.right-content h1 {
    font-size: 23px;
}
.banner-content strong{
        font-size: 22px;
    }
.why li{
background: url(../images/dots.png) no-repeat 0px 11px;
  font-size: 18px;
    line-height: 32px;
}
.mobile-icon {
    margin-right: 5px;
    margin-top: 10px;
}
}


@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}