*{
    font-family: 'Lexend Deca', sans-serif;
}

.header-row{
    align-items: center;
    padding: 8px 0px;
}

.logo img {
    width: 76%;
}

.logo a{
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
}

header nav li a{
    color: black !important;
    font-size: 19px;
    font-weight: 600;
    padding: 0px 30px !important;
}

header nav li a.active{
    color: #1e4ec4 !important;
}

.header-container nav {
    display: block;
    padding: 2px 0px;
}

.header-container .row{
    align-items: center;
}

.nav-container{
    justify-content: center !important; 
}

.header-container .navbar-collapse{
    justify-content: center;
}

.header-info p{
    margin-bottom: 0px;
    font-size: 12px;
    color: #1e4ec4;
    font-weight: 500;
}

.header-lastCol{
    display: flex;
    justify-content: end;
}

.header-info{
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-info img{
    margin-right: 10px;
    width: 35px;
}

.header-info a{
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 0px;
    text-decoration: none;
    color: #000;
}

.header-info a:hover{
    color: #1e4ec4;
}

.banner-block{
    position: relative;
}

.banner-block img{
    width: 100%;
}

.banner-block .banner-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner-content{
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}

.banner-content h2{
    font-size: 45px;
    line-height: 52px;
    font-weight: 600;
}

.banner-content p{
    font-size: 21px;
}

.sevices-block{
    background-image: url("./images/microsoft-dynamic-bg.jpg");
    background-repeat: no-repeat;
    padding: 50px 0px;
    background-size: cover;
}

.service-head{
    text-align: center;
    padding-bottom: 30px;
}

.service-head h2{
    color: #1e4ec4;
    font-weight: 700;
    font-size: 37px;
}

.service-head h5{
    color: #1d1a4d;
    font-weight: 700;
    font-size: 21px;
}

.service-box{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 38px 0px #9ba4bb73;
    padding: 25px 40px;
}

.service-box img{
    margin-bottom: 15px;
}

.service-box h6{
    color: #1d1a4d;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 23px;
}

.service-box p{
    color: #82878b;
    font-size: 13px;
}

.service-innerrow{
    padding-bottom: 25px;
}

.sevices-block p{
    font-size: 12px;
    font-weight: 600;
}

.sales-block{
    background-image: url('./images/salesforce-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

.sales-block h2{
    font-weight: 700;
    color: #fdfdfd;
    margin-bottom: 20px;
    font-size: 40px;
    letter-spacing: 1px;
    margin-top: 20px;
}

.sales-block p{
    color: #fdfdfd;
    font-weight: 300;
    font-size: 23px;
}

.sales-info{
    text-align: center;
    padding: 20px 0px;
}

.sales-info img{
    margin-bottom: 15px;
}

.sales-info h6{
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
}

.app-block{
    background-image: url('./images/app-bg.jpg');
    background-repeat: no-repeat;
    padding: 75px 0px;
    background-size: cover;
    background-position: center;
}

.app-block .carousel{
    background: #f0c000;
    padding: 50px;
    opacity: 0.9;
}

.app-block .carousel h2{
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 20px;
}

.app-block .carousel p{
    font-size: 16px;
}

.app-block .carousel img{
    width: 100%;
}

.carousel-indicators button.active{
    background-color: #1e4ec4 !important;
    border: 1px solid #1e4ec4 !important;
}

.carousel-indicators button{
    width: 20px !important;
    height: 20px !important;
    background-color: #fff !important;
    border-radius: 50% !important;
    margin: 5px !important;
    border: 0px solid #1e4ec4 !important;
}

.why-img img{
    width: 100%;
}

.why-block{
    background-image: url('./images/why-bg.png.png');
    background-repeat: no-repeat;
    padding: 60px 0px;
}

.why-content p{
    font-weight: 300;
    font-size: 21px;
    margin-bottom: 0px;
}

.why-content{
    padding-right: 90px;
}

.why-content h2{
    color: #1e4ec4;
    font-weight: 700;
    font-size: 37px;
    margin-bottom: 20px;
}

.why-inner{
    display: flex;
    align-items: center;
    margin: 10px 0px;
}

.icon-content{
    padding-left: 30px;
}

.icon-content h5{
    font-weight: 300;
    font-size: 21px;
    line-height: 32px;
}

.why-right{
    display: flex;
    align-items: flex-end;
}

.form-block{
    background-color: #1e4ec4;
    position: relative;
}

.form-img img{
    width: 100%;
}

.form-img{
    padding: 0px;
}

.form-col{
    align-items: center;
    display: flex;
    justify-content: end;
    padding-right: 165px;
}

.form-content{
    color: #fff;
    width: 76%;
}

.form-content h2{
    text-transform: uppercase;
    margin-bottom: 15px;
}

.form-content p{
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 20px;
}

.form-content input{
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    border: 0px;
    margin-bottom: 10px;
}

.form-content textarea{
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    border: 0px;
    margin-bottom: 10px;
}

.form-content button{
    border: 0px;
    background: #f0c000;
    border-radius: 5px;
    padding: 10px 50px;
    color: #000;
    font-weight: 700;
}

footer{
    text-align: center;
    padding: 50px 0px 20px;
}

.footer-first p{
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 0px;
}

.footer-secod{
    margin: 15px 0px;
}

.footer-secod p{
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 0px;
}

.footer-third a{
    text-decoration: none;
    background: #f0c000;
    font-size: 21px;
    color: #000;
    font-weight: 700;
    border-radius: 5px;
}

.footer-third .web-visit{
    padding: 15px 25px;
}

.footer-third .social-link{
    padding: 15px;
}

.footer-third{
    margin: 30px 0px;
}

.footer-copyright{
    margin-top: 45px;
}

.footer-copyright p{
    font-size: 18px;
    font-weight: 500;
}

.footer-copyright a{
    color: #000;
    text-decoration: none;
}

.footer-copyright span{
    padding: 0px 15px;
}

.service-box:hover{
    background: #1e4ec4;
    color: #fff;
    transition: 0.5s;
}
.service-box {
  transition: 0.3s;
}
.service-box:hover {
  transform: translate(0, -10px);
}
.service-box:hover h6, .service-box:hover p{
    color: #fff;
} 

.service-box:hover .icon-white{
    display: block;
    transform: translate(-20px, 0px);
}

.service-box:hover .icon-color{
    display: none;
}

.service-box .icon-white{
    display: none;
    transition: 0.9s;
}

.service-box a{
    text-decoration: none;
}
.sales-info a{
    text-decoration: none;
}

.sales-info:hover{
    background-color: #f0c000;
    color: #000;
    border-radius: 5px;
    transition: 0.5s;
}
.sales-info:hover h6{
    color: #000;
}
.sales-info .saleicon-black{
    display: none;
}

.sales-info:hover .saleicon-black{
    display: block;
    margin: auto;
}

.sales-info:hover .saleicon-white{
    display: none;
}

.sevices-block p.dot-content{
    position: relative;
    padding-left: 10px;
}

.sevices-block p.dot-content span{
    position: absolute;
    content: "";
    background: #000;
    width: 4px;
    height: 4px;
    border-radius: 10px;
    left: 0px;
    top: 4px;
}

header nav li a:hover{
    color: #1e4ec4 !important;
}

.footer-third a:hover{
    background-color: #1e4ec4;
    color: #fff;
}

.form-content button:hover{
    opacity: 0.6;
    transition: 0.3s;
}

.privacy-block{
   background: #f5f5f5;
    padding: 40px 0px; 
}

.privacy-block h2{
   color: #1e4ec4;
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.privacy-block p{
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 15px;
}

.privacy-block h4{
    color: #1e4ec4;
    font-weight: 600;
    margin-top: 25px;
    font-size: 21px;
}

.privacy-block ul{
    padding-left: 10px;
}

.privacy-block ul li{
    padding-left: 10px;
    font-size: 17px;
}

.privacy-block li::marker{
    color: #f0c000;
    content: ">";
}

.privacy-block a{
    color: #000;
    text-decoration: none;
}

.desktop-info{
    display: block;
}

.mobile-info{
    display: none;
}

.header-container {
    width: 74%;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 100%;
}

#myBtn:hover {
  background-color: #1e4ec4;
}

.header-container .navbar-collapse{
    justify-content: center;
    flex-grow: 0;
}

@media only screen and (max-width: 2560px){
    .form-col{
        padding-right: 214px;
    }
    .form-content{
        width: 37%;
    }
}

@media only screen and (max-width: 1920px){
    .form-col{
        padding-right: 256px;
    }
    .form-content{
        width: 53%;
    }
}

@media only screen and (max-width: 1680px){
    .form-col{
        padding-right: 236px;
    }
    .form-content{
        width: 65%;
    }
} 

@media only screen and (max-width: 1440px){
    .form-col{
        padding-right: 250px;
    }
    .form-content{
        width: 83%;
    }
}


@media only screen and (max-width: 1366px){
    .form-col{
        padding-right: 165px;
    }
    .form-content{
        width: 76%;
    }
    .form-content h2{
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1280px){
    .form-col {
        padding-right: 114px;
    }
}

@media only screen and (max-width: 1024px){
    .logo img {
        width: 68%;
    }
    .service-box{
        padding: 20px 20px;
    }
    .service-box h6{
        font-size: 13px;
    }
    .form-col{
        padding-right: 40px;
    }
    .form-content{
        width: 90%;
        padding: 20px 0px;
    }
    .form-content h2{
        font-size: 25px;
    }
    .form-content p{
        font-size: 19px;
    }
    .form-content input{
        padding: 10px 13px;
    }
    .form-content textarea{
        padding: 15px 20px;
    }
    .form-content button{
        padding: 10px 20px;
    }
    .why-content {
        padding-right: 37px;
    }
    .why-content h2{
        font-size: 35px;
    }
    .why-content p{
        font-size: 19px;
    }
    .why-icon img{
        width: 54px;
    }
    .icon-content {
        padding-left: 15px;
    }
    .icon-content h5{
        font-size: 19px;
        line-height: 27px;
    }
    .app-block .carousel h2{
        font-size: 35px;
    }
    .sales-info h6{
        font-size: 16px;
    }
    .service-head h2{
        font-size: 35px;
    }
    .header-container {
        width: 88%;
    }
    .logo a{
        justify-content: start;
    }
}

@media only screen and (max-width: 992px){
    .form-content h2 {
        font-size: 24px;
    }
}


@media only screen and (max-width: 991px){
    .desktop-info{
        display: none;
    }
    .mobile-info{
        display: block;
    }
    .header-container .navbar button{
        border: 0px !important;
    }
    .header-container .navbar button span{
        background: none;
    }
    .header-container .navbar button span{
        font-size: 30px;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-container .navbar-toggler:focus{
        box-shadow: none !important;
    }
    header nav li a{
        padding: 6px 30px !important;
        font-size: 17px;
    }
    .header-container .navbar-nav{
        padding: 12px 0px;
    }
    .header-container .navbar-collapse{
        background: #f8f9fa;
    }
}

@media only screen and (max-width: 912px){
    header nav li a {
        padding: 10px 30px !important;
        font-size: 16px;
    }
    .header-info img {
        width: 35px;
    }
    .header-info p{
        font-size: 12px;
        font-weight: normal;
    }
    .header-info a {
        font-weight: 600;
        font-size: 20px;
    }
    .banner-content h2 {
        font-size: 35px;
    }
    .banner-content p {
        font-size: 16px;
    }
    .service-head h2 {
        font-size: 30px;
    }
    .service-head h5{
        font-size: 19px;
    }
    .service-col {
        width: 50%;
        margin-bottom: 25px;
    }
    .service-box h6 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .sevices-block p {
        font-size: 14px;
        font-weight: 600;
    }
    .sales-col{
        width: 100%;
    }
    .sales-block h2{
        margin-bottom: 15px;
        font-size: 32px;
    }
    .sales-block p {
        font-size: 19px;
    }
    .app-rightcol{
        width: 100%;
    }
    .why-col{
        width: 100%;
    }
    .why-content h2 {
        font-size: 30px;
    }
    .why-content {
        padding-right: 0px;
    }
    .form-col{
        width: 100%;
        justify-content: center;
        padding-right: 0px;
    }
    .form-content h2 {
        font-size: 27px;
        margin-bottom: 30px;
    }
    .form-content {
        width: 80%;
        padding: 40px 0px;
    }
    .footer-first p {
        font-size: 19px;
    }
    .footer-secod p {
        font-size: 19px;
    }
    .footer-third .web-visit {
        padding: 15px 15px;
    }
    .footer-third a{
        font-size: 19px;
    }
    .footer-copyright p {
        font-size: 16px;
    }
    .form-img {
        width: 100%;
    }
    .service-innerrow {
        padding-bottom: 0px;
    }
    .privacy-block h2{
        font-size: 24px;
    }
    .privacy-block p{
        font-size: 16px;
    }
    .privacy-block h4{
        font-size: 19px;
    }
    .privacy-block ul li{
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px){
    .header-container{
        width: 90%;
        max-width: 90%;
    }
    .header-container .logo{
        width: 10%;
    }
    .logo img {
        width: 100%;
    }
    .header-menu .navbar-collapse{
        justify-content: end !important;
    }
    .header-lastCol{
        width: 34%;
    }
}

@media only screen and (max-width: 640px){
    header nav li a {
        padding: 0px 10px !important;
        font-size: 16px;
    }
    .header-lastCol{
        width: 34%;
    }
    .footer-copyright p {
        font-size: 14px;
    }
    .footer-copyright span {
        padding: 0px 10px;
    }
    .footer-first p {
        font-size: 17px;
        line-height: 32px;
    }
    .footer-secod p {
        font-size: 17px;
    }
    .footer-third .web-visit {
        padding: 12px 15px;
        font-size: 17px;
    }
    .footer-third .social-link {
        padding: 10px;
    }
    .app-block .carousel h2 {
        font-size: 30px;
    }
    .app-rightcol .carousel-inner .col-sm-7{
        width: 100%;
    }
    .app-rightcol .carousel-inner .col-sm-5{
        width: 100%;
    }
    .banner-content br{
        display: none;
    }
    .banner-content h2 {
        font-size: 30px;
    }
    .banner-content p {
        font-size: 14px;
    }
}


@media only screen and (max-width: 600px){
    .header-info a {
        font-size: 15px;
    }
    .header-info p {
        font-size: 9px;
    }
}

@media only screen and (max-width: 575px){
    .header-container .row {
        align-items: self-start;
    }
    
    
    .header-container nav {
        display: block;
    }
    .header-container .logo {
        width: 17%;
    }
    .mobile-info {
        width: 56%;
    }
    header nav li a{
        padding: 10px 17px 10px 0px!important;
    }
    .header-info img {
        width: 33px;
    }
    .header-info p {
        font-size: 12px;
        font-weight: 500;
    }
    .header-info a {
        font-size: 21px;
    }
    .why-block{
        padding: 40px 5px;
    }
    .sales-block{
        padding: 40px 5px;
    }
    .sales-innercol{
        width: 50%;
        float: left;
    }
    .sales-col .row{
        display: block;
    }
    .sevices-block{
        padding: 40px 5px;
    }
    .app-block{
        padding: 40px 25px;
    }
    .app-block .carousel {
        padding: 25px;
    }
    .form-content {
        width: 100%;
        padding: 35px 5px;
    }
    .social-link img{
        width: 20px;
    }
    .header-container{
        width: 100% !important;
        max-width: 100% !important;
        padding: 0px !important;
    }
    .header-container .container-fluid{
        width: 100%  !important;
        max-width: 100% !important;
        padding: 0px !important;
    }
    .header-container .navbar-brand{
        width: 59% !important;
        margin-left: 35px;
    }
    .header-container .navbar-brand img{
        width: 100% !important;
    }
    .header-container .navbar-toggler{
        margin-right: 20px;
    }
    
    .header-container .navbar-nav{
        padding: 20px 40px;
    }
    .privacy-block{
        padding: 30px 15px;
    }
}

@media only screen and (max-width: 425px){
    .header-container .navbar button span{
        font-size: 40px;
    }
    .header-info{
        padding-top: 5px;
    }
    footer {
        padding: 32px 0px 20px;
    }
    .footer-first p {
        font-size: 16px;
        line-height: 29px;
    }
    .footer-secod p {
        font-size: 16px;
    }
    .form-content h2 {
        font-size: 25px;
        margin-bottom: 19px;
    }
    .form-content p {
        font-size: 17px;
    }
    .form-content {
        width: 100%;
        padding: 35px 5px;
    }
    .why-content h2 {
        font-size: 27px;
        margin-bottom: 10px;
    }
    .why-content p {
        font-size: 17px;
    }
    .icon-content h5 {
        font-size: 17px;
    }
    .banner-block{
        background-image: url('./images/banner.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }
    .banner-block img{
        display: none;
    }
    .banner-block .banner-content{
        position: relative;
    }
    .banner-content{
        padding-bottom: 10px;
    padding-top: 20px;
    }
    .header-info a {
        font-size: 18px;
    }
    .header-info p {
        font-size: 10px;
    }
    .header-info img {
        width: 27px;
    }
    .header-container .navbar button span {
        font-size: 27px;
    }
    .navbar-toggler{
        padding: 0px;
    }
    header nav li a {
        padding: 10px 6px 10px 0px!important;
        font-size: 15px;
    }
    .service-box {
        padding: 30px 30px;
    }
    .service-col {
        width: 100%;
    }
    .banner-content h2 {
        font-size: 27px;
    }
    .service-head h2 {
        font-size: 27px;
    }
    .service-head h5 {
        font-size: 17px;
    }
    .app-block .carousel h2 {
        font-size: 27px;
    }
    .sales-innercol{
        min-height: 222px;
    }
}

@media only screen and (max-width: 414px){
    .header-info img {
        width: 27px;
    }
    .header-info p {
        font-size: 10px;
    }
    .header-info a {
        font-size: 18px;
    }
    .header-container .navbar button span{
        font-size: 27px;
    }
}

@media only screen and (max-width: 375px){
    .banner-content h2 {
        font-size: 27px;
    }
    .header-container .navbar button span{
        font-size: 23px;
    }
    .header-info{
        padding-top: 5px;
    }
    .header-info a {
        font-size: 15px;
    }
    .header-info p{
        font-size: 9px;
    }
    .header-info img {
        width: 21px;
    }
    .logo img {
        width: 100%;
        padding-top: 3px;
    }
    .footer-third .social-link {
        padding: 9px 11px;
    }
    .footer-third .web-visit {
        padding: 12px 12px;
        font-size: 15px;
    }
    .app-block{
        padding: 25px 15px;
    }
    .app-block .carousel h2 {
        font-size: 27px;
    }
    .app-block .carousel h2 {
        font-size: 27px;
    }
    .app-block .carousel p{
        text-align: left;
        font-size: 16px;
    }
    .sales-block {
        padding: 11px 25px;
    }
    .sales-innercol {
        width: 100%;
        float: left;
    }
    .service-box {
        padding: 30px 30px;
    }
    .service-col {
        width: 100%;
        margin-bottom: 25px;
    }
    .sales-innercol{
        min-height: auto;
    }
    .social-link img {
        width: 18px;
    }
    .footer-third{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    .header-container .navbar-nav {
        padding: 16px 35px;
        margin: 0px !important;
    }
}


@media only screen and (max-width: 320px){
    .mobile-info {
        width: 61%;
    }
    .header-container .logo {
        width: 20%;
    }
    .form-content {
        width: 100%;
        padding: 35px 20px 35px 10px;
    }
    .footer-third {
        margin: 30px 0px;
        display: flex;
        flex-direction: column;
    }
    .footer-third a {
        
        margin-bottom: 7px;
    }
    .footer-third .web-visit{
        font-size: 17px;
        width: 100%;
    }
    .why-content h2 {
        font-size: 24px;
    }
    .why-block {
        padding: 25px 5px;
    }
    .app-block .carousel h2 {
        font-size: 21px;
    }
    .service-box h6 {
        font-size: 15px;
    }
    .service-head h5 {
        font-size: 17px;
    }
    .service-head h2 {
        font-size: 27px;
    }
    .sales-block p {
        font-size: 17px;
    }
    .sales-block h2 {
        font-size: 27px;
    }
    .banner-content h2 {
        font-size: 27px;
    }
    
    .mobile-info {
        width: 56%;
    }
    .footer-third .social-link{
        width: 100%;
    }
    .header-container .navbar-brand{
        margin-left: 20px !important;
    }
    .header-container .navbar-nav {
        padding: 16px 24px;
    }
}

























@media only screen and (max-width: 575px){
    
}
