body {
    margin: 0;
    font-family:"Poppins", sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
  }
  html {
  scroll-behavior: smooth;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}
button:focus {
    outline: 0px dotted !important;
    outline: 0px auto -webkit-focus-ring-color !important;
}
 /*Animation Start*/
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
/*Animation end*/ 
.header-main{
position: absolute;
    z-index: 9;
    width: 100%;
}
.navbar-nav a {
color: #ffffff !important;
    text-decoration: none !important;
    font-family: "Oswald", sans-serif;
        font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.9px;
        text-transform: uppercase;
        padding-top: 0;
    
}
.navbar ul li{
    padding: 0 16px;
}
.logo img{
    width: 140px;
}
.header-but{
    border-radius: 50px;
    padding: 10px 30px;
    background: -moz-linear-gradient(left, #afca0b 0, #0097ac 100%);
    background: -webkit-linear-gradient(left, #afca0b 0, #0097ac 100%);
    background: linear-gradient(to right, #afca0b 0, #0097ac 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgb(175 0 87 / 20%);
    box-shadow: 0 10px 15px 0 rgb(175 0 87 / 20%);
    color: #fff;
    font-size: 14px;
    border: none;
}
.head-main{
 
}
.head-main h1{
color: #fff;
    font-size: 54px;
    font-weight: 700;
    text-shadow: #0000005e 2px 2px 2px;
}
.head-main h4{
    color: #0097ac;
    font-size: 18px;
}
.head-main p{
 color: #fff;     font-size: 18px;  
}
.head-main input{
width: 100%;
    transition: all 0.3s;
    border: none;
    padding: 12px 10px 12px 76px;
    font-size: 13px;
    border-radius: 2px;
}
.head-main select{
    width: 100%;
    transition: all 0.3s;
    border: none;
    padding: 14px 10px 13px 76px;
    font-size: 13px;
    border-radius: 2px;
    color: #7d7d7d;
}
.head-main textarea{
    width: 100%;
    transition: all 0.3s;
    border: none;
    padding: 12px 10px 15px 44px;
    font-size: 14px;
    border-radius: 2px;
}
.head-main .col-md-4 {
    margin-top: -20px;
}
.head-main .col-md-3 {
    margin-top: -20px;
}
.head-main .input-icon{
color: #fff;
    background-color: #018294;
    font-size: 17px;
    text-align: center;
    line-height: 45px;
    height: 44px;
    width: 55px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    top: 44px;
    left: 0px;
    border-radius: 2px;    border: 1px solid #fff;
}
.head-main .textarea-icon{
color: #018294;
    font-size: 17px;
    width: 55px;
    position: relative;
    top: 36px;
    left: 16px;
    border-radius: 2px;
}
.select-text p {
    color: #e8e8e8;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-top: 17px;
}
.select-text ul li {
display: inline-block;
    width: 19%;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
}
.select-text ul{
    padding-left: 8px;    margin-bottom: -10px;
}
.select-text .form-check-input {
    width: auto;
    height: auto;
    padding: 0 15px;    margin-top: 8px;
}
.select-text .form-check-label {
    top: -4px;
    left: 22px;
    color: #c7c7c7;
    font-size: 12px;
}
.head-main .form{
    background: #0000006b;
       padding: 10px 25px 40px 25px;
    margin-top: 15px;    border-radius: 6px;
}

.serviceBox{
    padding: 50px 35px;
    background: #fff;
    border: 1px solid #eee;
    border-bottom-color: #428ef8;
    text-align: center;
    position: relative;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover{ border: 1px solid #0598a6; }
.serviceBox:before,
.serviceBox:after{
    content: "";
    width: 70%;
    height: 5px;
    background: linear-gradient(to right, #51bceb 0, #036fae 100%);
    opacity: 0;
    position: absolute;
    top: -3px;
    left: 35%;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;
}
.serviceBox:hover:before,
.serviceBox:hover:after{
    opacity: 1;
    left: 50%;
}
.serviceBox:after{
    top: auto;
    bottom: -3px;
}
.serviceBox .service-icon{
    width: 65px;
    height: 65px;
    line-height: 62px;
    border-radius: 50%;
    background: #ff1e38;
    margin: 0 auto 20px;
    font-size: 24px;
    color: #fff;
    box-shadow: 0 20px 20px rgb(255 30 56 / 20%);
}
.serviceBox .title{
    font-size: 20px;
    font-weight: bold;
    color: #252525;
    margin: 0 0 10px 0;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .title{ opacity: 0; }
.serviceBox .description{
    font-size: 14px;
    color: #7a7a7a;
    line-height: 25px;
    margin: 0;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .description{
    margin-top: -20px;
    padding-bottom: 20px;
}
.section-heading{
    text-align: center;
        padding-bottom: 40px;
}
.section-heading h4{
    color: #1682bd;
    font-size: 16px;
    font-weight: 600;
}
.section-heading p{
    font-size: 16px;
    color: #5e5d5d;
    line-height: 25px;
    margin: 0;
    transition: all 0.5s ease 0s;
    padding-bottom: 18px
}
.sec-second{
    background: #f6faff;    padding: 80px 0;
}
.bg-electric-violet-3 {
    background-color: #6001d3 !important;
        box-shadow: 4px 4px 50px rgb(80 52 252 / 45%) !important;
}
.bg-java-2 {
    background-color: #1de2cf !important;
    box-shadow: 0 20px 20px #d1fffb !important;
}
.bg-orange {
    background-color: #ff5200 !important;
        box-shadow: 0 20px 20px #ffe8cd !important;
}
footer{    background:#1f2024;
    padding: 120px 0 0px 0;
}
footer p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    border-left: 1px solid #ffffff52;
    padding-left: 46px;  
}
footer img{
    width: 122px;
    padding-top: 0;
}
footer .media-icons {
    display: flex;
    margin-top: 20px;
}
footer .media-icons a {
height: 35px;
    width: 35px;
    margin: 10px 8px 0 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.4s ease;
    background: #ffffff;
}
.links h3{
    color: #fff;
    font-size: 22px;    padding-bottom: 15px;
}
.links ul{
    list-style: none;
    padding-left: 0;
}
.links ul li{
    padding-bottom: 15px;
}
.links ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.links{
     border-top: 1px solid #ffffff52;   
}
.line-bot {
    border-left: #ffffff57 solid 1px;
    height: 440px;
    width: 100%;
    padding-top: 24px;
    position: absolute;
    left: -15px;
}
.footer-bot{
    background: #17181b;
    padding: 15px 0;
    text-align: center;
    margin-top: 50px;
}
.footer-bot p{
    border: none;
    margin: 0;     padding: 0;     font-size: 13px;  
}
.contact-bg{
    background: #fff;
    margin: 0 5%;
    border-radius: 10px;
    margin-bottom: -5%;
    padding: 10px 20px 10px 20px;
    position: relative;box-shadow: #00000008 0px 0px 14px;
}
.contact-bg .inner-box {
    position: relative;
    padding: 40px 15px 20px 120px;
}
.contact-bg .inner-box .icon-box {
position: absolute;
    left: 30px;
    top: 32px;
    width: 60px;
    height: 60px;
    line-height: 59px;
    background: #1f2024;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    transition: all 500ms ease;
    color: #ffffff;
}
.contact-bg .inner-box h3 {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}
.contact-bg .inner-box p {
    font-size: 14px;
    line-height: 26px;
    color: #808080;
    margin-bottom: 0;
}
.head-main .carousel-caption{
    bottom: 0%;
    top: 28%;left: 11%
}
.slider-text{
    text-align: left;
}
.slider-text h3{
    font-weight: 600;
    font-size: 24px;
    color: #faa635;
    text-shadow: #0000005e 2px 2px 2px;
}
.slider-text h1{
    
}
.slider-text p{
    text-shadow: #0000005e 2px 2px 2px;text-shadow: #0000005e 2px 2px 2px;
    margin-bottom: 45px;
}
.readmore{
    background: #222;
    color: #fff;
    font-size: 14px;
    padding: 15px 30px;
    border-radius: 2px;  transition: all 0.5s ease 0s; 
}
.readmore:hover{
    background: #000;
    color: #fff;
    text-decoration: none;transition: all 0.5s ease 0s; 

}
.serviceBox .service-icon img{
  width: 38px;  
}
.post-slide{
    margin: 0 15px;
    padding: 15px 15px 40px 15px;
    background: #fff;
    box-shadow:0 2px 3px rgba(0, 0, 0, 0.07);
}
.post-slide .post-img{
    position: relative;
    margin-bottom: 20px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .post-icon{
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 25px;
    text-align: center;
    background: #333;
    opacity: 0;
    border-radius: 3px;
    transition: all 300ms ease-in-out 0s;
}
.post-slide:hover .post-icon{
    opacity: 1;
}
.post-slide .post-icon i{
    font-size: 20px;
    color: #fff;
    line-height: 60px;
}
.post-slide .post-bar{
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}
.post-slide .post-bar li{
    display: inline-block;
    font-size: 15px;
    color: #1d92c8;
    margin-right: 5px;font-weight: 600;
}
.post-slide .post-bar li:after{
    content: "/";
    margin-left: 5px;
}
.post-slide .post-bar li:last-child:after{
    content: "";
}
.post-slide .post-bar li a{
    color: #8e44ad;
    transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:hover{
    color: #333;
    text-decoration: none;
}
.post-slide .post-bar li a:after{
    content: ",";
    margin: 0 5px;
}
.post-slide .post-bar li a:last-child:after{
    content: "";
}
.post-slide .post-title{
    margin: 5px 0 15px 0;
    text-transform: capitalize;
        line-height: 24px;
}
.post-slide .post-title a{
    font-size: 20px;
    font-weight: 600;
    color: #3c3c3c;
    transition: all 300ms linear 0ms;
}
.post-slide .post-title a:hover{
    color: #8e44ad;
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 15px;
    color: #7a7a7a;
    line-height: 25px;
    margin: 0;
    transition: all 0.5s ease 0s;
    padding-bottom: 18px;
}
.post-slide .read-more{
    display: inline-block;    margin-top: 15px;
}
.post-slide .read-more:hover{
    text-decoration: none;
}
.post-slide .read-more i{
    font-size: 19px;
    color: #333;
    margin-right: 5px;
    transition: all 0.40s linear 0s;
}
.post-slide .read-more span{
    font-size: 14px;
    color: #fff;
    padding: 12px 28px;
    transition: all 0.40s linear 0s;
}
.post-slide .read-more:after{
    content: "";
    display: block;
    width: 40%;
    position: relative;
    bottom: -20px;
    opacity: 0;
    transition: all 0.40s linear 0s;
}
.post-slide:hover .read-more span,
.post-slide:hover .read-more:after{
    opacity: 1;
}
.post-slide .read-more:hover span,
.post-slide .read-more:hover i,
.post-slide .read-more:hover:after{
    color: #ffffff;
    border-bottom-color: #ffffff;
}
.servicesall{
    background-size: cover;
    padding: 45px 25px 50px 25px;    color: #fff;text-align: center;
    position: relative;min-height: 442px;
}
.servicesall span{
    width: 68px;
    background: #faa635;
    height: 3px;
    left: 41%;
    position: absolute;
}
.serviceerm{
background: url(../img/services-business.jpg);
background-size: cover;
}
.services-business{
 background: url(../img/services-crm.jpg);
background-size: cover;   
}
.managed-services{
 background: url(../img/managed-services.jpg);
background-size: cover;   
}
.services-kubernetes{
 background: url(../img/services-kubernetes.jpg);
background-size: cover;   
}
.servicesall h3{
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 22px;
}
.servicesall p{
 font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;   
}
.servicesall p:nth-child(3) {
      padding-top: 25px;
}
.servicesall .read{
color: #fff;
    text-decoration: none;
    font-size: 14px;
    border: 2px solid #fff;
    padding: 10px 20px;
    border-radius: 5px;
    background: #00000024;
    font-weight: 500;
}
.slider-bottom .col-md-3{
     padding: 2px;   
}
.job-open{
      background: #fff;
    box-shadow: 0 2px 3px rgb(0 0 0 / 7%);
    padding: 25px 30px;      border-radius: 20px;    margin-bottom: 30px;
}
.job-open h2{
    font-size: 24px;
    font-weight: 700;    
}
.job-open h5{
    color: #1682bd;
    font-size: 16px;
    font-weight: 600;
}
.job-open .main-logo{
    background: #f6f6f6;
    text-align: center;
    padding: 30px 10px;
    border-radius: 10px;
    margin-top: 12px;
}
.job-open .apply{
margin-top: 40px;
}
.job-open .main-logo img{

}
.job-open .text{
border-right: 1px solid #e6e6e6;
}
.job-open p{
 margin-bottom: 0;color: #5e5d5d;
   
}
.job-open a{
    
}
.job-open h6{
     margin-top: 26px;
    color: #40acde;   
}
.about-bg{
        background: url(../img/aboutapp-bg.jpg);
        background-size: cover;
}
.checklist {
    margin-top: 0px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}
.checklist li {
    background-image: url(../img/cloud_3-li.png);
    background-repeat: no-repeat;
    background-position: 0px -2px;
    padding-left: 60px;
    margin: 9px 0;
    padding-bottom: 15px;
    padding-top: 3px;
    background-size: 40px;
        font-size: 16px;
    color: #5e5d5d;
}
.about-text{
        padding: 10% 5% 0% 5%;
}
.main-img{
margin-bottom: 8%;
    margin-top: 8%;

}
.main-img img{
    width: 330px !important;    margin: auto;
}
.target{

}
.target .col-md-4{
        padding: 0px;
}
.serviceBox4{
        background: #fff;
    border: 1px solid #e8e8e8;
    padding: 20px 25px;
        display: flex;
    align-items: center;
        gap: 20px;
}
.serviceBox4 .service-icon4 a{
    display: inline-block;
    width: 100%;
    position: relative;
}
.serviceBox4 .service-icon4 a > span{
width: 65px;
    height: 65px;
    background: #eeeeee;
    border-radius: 5px;
    display: block;
    text-align: center;
    transform: rotate(60deg);
    position: relative;
    left: 0;
    top: 0;
    transition: all 300ms ease-in-out 0s;
    border-radius: 50%;
}
.serviceBox4:hover .service-icon4 a > span{
    background: #1f2024;
}
.serviceBox4 .service-icon4 a > span i{
        font-size: 22px;
    color: #000000;
    transform: rotate(-60deg);
    line-height: 66px;
}
.serviceBox4 .service-content4 h3{
     font-size: 15px;
     line-height: 18px;
    margin-bottom: 0px;
}
.serviceBox4 .service-content4 p{
    color:#212121;
    line-height: 25px;
}
.serviceBox4:hover .service-icon4 a > span i{
color: #fff;
}
.links ul li h4{
 color: #fff;
    font-size: 16px;
    font-weight: 700;   
}
.links ul li h6{
 color: #fff;
    font-size: 14px;
    font-weight: 400;   
}
.footer-office .img img{
width: 70px;
    filter: none;
    border-radius: 10px;
    padding: 0;
}
}
.footer-office .text{
    padding-left: 20px;
    padding-top: 6px;
}
.footer-office{
     display: inline-flex;      padding-bottom: 20px; 
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.banner-inner{
       background: url(../img/inner-banner.jpg);
    padding: 9% 0% 3% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-inner h1{
    color: #fff;text-shadow: #00000038 2px 2px 2px;
}
.banner-inner p{
    color: #fff;    text-shadow: #00000038 2px 2px 2px;
}
.branding-2019 h3{
     color: #1682bd;
    font-size: 24px;
    font-weight: 600;   
}
.branding-2019 .orange {
    color: #212529 !important;font-weight: 500;
}
.branding-2019{

}
.crm-bg {
    background: url(../img/crm-bg.jpg);
    background-size: cover;
}
.contact-bg{
    background: #fff;
    margin: 0 5%;
    border-radius: 10px;
    margin-bottom: -5%;
    padding: 10px 20px 10px 20px;
    position: relative;box-shadow: #00000008 0px 0px 14px;
}
.contact-bg .inner-box {
    position: relative;
    padding: 40px 15px 20px 120px;
}
.contact-bg .inner-box .icon-box {
position: absolute;
    left: 30px;
    top: 32px;
    width: 60px;
    height: 60px;
    line-height: 59px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    transition: all 500ms ease;
    color: #ffffff;
}
.contact-bg .inner-box h3 {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}
.contact-bg .inner-box p {
    font-size: 14px;
    line-height: 26px;
    color: #808080;
    margin-bottom: 0;
}
.contact-section {
    padding: 6% 0;
}
.content-box {
    padding-top: 12%;
}
.content_block_5 .content-box .sec-title {
    margin-bottom: 23px;
}
.sec-title {

}
.sec-title p {
color: #1682bd;
    font-size: 16px;
    font-weight: 600;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 44px;

}
.content_block_5 .content-box .text {
    position: relative;
    margin-bottom: 31px;
}
.content_block_5 .content-box .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.content_block_5 .content-box .social-links li:first-child a {
    background: #466ca9;
}
.content_block_5 .content-box .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}
.content_block_5 .content-box .social-links li:nth-child(2) a {
    background: #dd4b39;
}
.content_block_5 .content-box .social-links li:last-child a {
    background: #55acee;
}
.contact-section .form-inner {
    position: relative;
    display: block;
    background: #f5f6f6;
    padding: 50px 50px;
    border-radius: 10px;
}
.contact-section .form-inner .form-group {
    position: relative;
    margin-bottom: 30px;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.contact-section .form-inner .form-group input[type='text'], .contact-section .form-inner .form-group input[type='email'], .contact-section .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #ffffff;
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: 500;
    color: #848484;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 500ms ease;
}
.contact-section .form-inner .form-group textarea {
    resize: none;
    height: 130px;
}
.theme-btn {
}
.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    color: #fff !important;
    text-align: center;
    padding: 17.5px 41.5px;
    border-radius: 4px;
    z-index: 1;
    box-shadow: 0px 15px 25px 0px rgb(75 152 194 / 33%);
    transition: all 500ms ease;
    border: none;
}
.head-main .carousel-item{
    height: 560px;
}

.banner {
    width: 100%;
    height: 100vh;
    background: #000;
}

.banner .content, .banner .content figure {
    height: 100vh;
    width: 100%;
}
.banner .content figure {
    position: relative;
}
.banner .content figure video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
}
.banner figure figcaption {
        position: absolute;
    z-index: 9;
    top: 40%;
    left: 7%;
    width: 50%;
    color: #fff;
}
.banner figure figcaption h1{
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 3.8rem;
        margin-bottom: 30px;
}
.banner figure figcaption p{
        font-size: 16px;
    width: 70%;
}
.banner .content figure:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background-size: cover;
    opacity: 0.2;
}
.sec-second1 {
    background: #1f2024 url(../img/banners/second_banner.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    height: 100vh;
    text-align: center;
}
.sec-second1 h1{
        color: #fff;
    font-size: 70px;
    font-weight: 400;
    line-height: 70px;
}
.fixed_button {
    position: fixed;
    bottom: 20px;
    z-index: 99;
    left: 40%;
    right: 50%;
    width: 100%;
}
.fixed_button .button1{
    background: #000;
    border: none;
    color: #fff;
    width: 160px;
    padding: 15px;    font-size: 15px;
}
.fixed_button .button2{
         background: #ffffff;
    border: none;
    color: #000;
    width: 160px;
    padding: 15px;
    font-size: 15px;
    box-shadow: #0000001a 0px 0px 41px;
}
.steps {

  position: relative;

  top:22px;

}

 

input#resume{

        border: none;

    background: #fff;

}

.step {

  display: flex;

  align-items: flex-start;

  margin-bottom: 30px;

  position: relative;

}



.number {

    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #ded1c6;
    color: #000000;
    font-weight: 400;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    margin-top: 13px;

}

.how-sec{

    border-radius: 20px;

    height:350px;

    width:400px;

    object-fit: cover;

}

/* Dotted/dashed line */

.step:not(:last-child) .number::after {

  content: "";

  position: absolute;

  top: 45px;

  left: 50%;

  width: 2px;

  height: 63px;

  border-left: 2px dashed #ded1c6;

  transform: translateX(-50%);

}
.content h3{
  color: #fff;
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 18px;
}
.section-heading1 h2{
    color: #fff;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 3.2rem;
    margin-bottom: 20px;
}
.section-heading1 p{
    font-size: 15px;
 color: #fff;

}
.section-heading h2{
        font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 3.2rem;
    margin-bottom: 0px;
}

.app-store-btns {
  display: flex;
  width: 100%;
}
.app-store-btns a {
font-size: 15px;
    flex-grow: 1;
    flex-basis: 0;
    text-decoration: none;
    color: #ffffff;
    background: #1f2024;
    background-repeat: no-repeat;
    padding: 14px 12px 14px 48px;
    min-height: 40px;
    font-weight: bold;
    background-position: 16px;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    border-bottom: none;
    max-width: 165px;
    border: 1px solid #ffffff4d;
}
.app-store-btns a:nth-child(2) {
  margin-left: 8px;
}
.app-store-btns a.apple {
  background-image: url("https://psycatgames.com/images/supporting/app-store.svg");
  background-size: 21px 25px;
}
.app-store-btns a.google {
  background-image: url("https://psycatgames.com/images/supporting/google-play.svg");
  background-size: 22px 25px;
}
.modal-title{
    text-align: left;
    font-size: 24px;
    font-weight: 600;
}
.modal-header{
        border: none !important;
    padding-bottom: 0 !important;
}
.form-label{
    font-size: 15px;
}
.form-control{
        font-size: 14px !important;
    padding: 10px 15px !important;
}
.modalbutton1 {
    background: #000;
    border: none;
    color: #fff;
    width: 160px;
    padding: 15px;
    font-size: 15px;
}