*{
    box-sizing: border-box;
}
@media (min-width: 576px){
    .container {
        max-width: 540px !important;
    }
}
@media (min-width: 768px){
    .container {
        max-width: 760px !important;
    }
}
@media (min-width: 992px){
    .container {
        max-width: 990px !important;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1140px !important;
    }
}

.p-b-60-px{
    padding-bottom: 60px !important;
}



#intro #particles-js {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/* Services Section
--------------------------------*/
#services {
    background-color: #f7fbff;
    padding: 60px 0;
}
#services .services-card{
    transition: .2s;
    position: relative;
    height: 100%;
    /*margin-bottom: 60px;*/
    max-width: 400px;
    /*height: 80%;*/
}


#services .services-card .card-wrapper{
    
    transition: .5s all;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    display: block;
    height: 100%;
    box-shadow: 0 4px 3px 0 rgba(34,90,182,.25);
    border-radius: 10px;
    background-color: #fff;
    
}
#services .services-card .card-wrapper:hover{
    box-shadow: 0px 4px 10px 0px rgba(34,90,182,0.25);
-webkit-box-shadow: 0px 4px 10px 0px rgba(34,90,182,0.25);
-moz-box-shadow: 0px 4px 10px 0px rgba(34,90,182,0.25);
}
@media(min-width:1200px){
    #services .services-card .card-wrapper{
        padding: 50px;
    }
}
@media(max-width:1199px){
    #services .services-card .card-wrapper{
        padding: 40px;
    }
}
@media(max-width:576px){
    #services .services-card .card-wrapper{
        padding: 30px;
    }
}
#services .section-header > p {
    color: #45536b;
    font-size: 18px;
    line-height: 1.56;
    text-align: center;
}



#services .services-card header .card-icon-wrapper{
    width: 50px;
    height: 50px;
}
#services .services-card header .card-icon-wrapper img{
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
#services .services-card header h3{
    font-size: 20px;
    line-height: 1.6;
    color: #273245;
    font-weight: 600;
}
#services .services-card .desc{
    font-size: 16px;
    line-height: 1.56;
    color: #45536b;
    font-family: 'Source Sans Pro', sans-serif;
}
@media(min-width:768px){
    #services .services-card .desc{
        font-size: 18px;
    }
}
@media(max-width:767.5px){
   
}
#services .services-card .arrow-circle{
    display: flex;
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 4px 3px 0 rgba(34,90,182,.12), 0 0 1px 0 rgba(41,92,176,.25);
    background-color: #3d84fe;
    transition: .2s all;
    color: inherit;
    cursor: pointer;
}



/*   Services Ends   */


/* Projects Section
--------------------------------*/
#projects{
    padding: 60px 0;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#projects .why-image-wrapper img{
    margin-left: 0px;
    width: 100%;
    height: auto;
}
@media(min-width:991px){
    #projects .why-image-wrapper img{
        margin-left: -450px;
        width: 1000px;
    } 
}
@media(min-width:1200px){
    #projects .why-image-wrapper img{
        margin-left: -420px;
        width: 1000px;
    } 
}


#projects .why-heading{
    font-size: 36px;
    color: #111111;
    font-weight: 600;
    line-height: 49px;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
}
@media (max-width: 767px){
    .why-heading{
        font-size: 28px;
        text-align: center;
    }
}
#projects .why-para{
    color: #797979;
    padding-top: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
}

#projects .get-quote-btn1{
    font-family: 'Arvo', serif;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 1rem;
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #e81a3f;
    border: 1px solid #e81a3f;
    color: #fff;
    border-radius: 50px;
    position: relative;
    margin-top: 40px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


#projects .our-afford-image-wrapper img{
    margin-right: 0px;
    width: 100%;
    height: auto;
}
@media(min-width:991px){
    #projects .our-afford-image-wrapper img{
        margin-right: 0px;
        width: 700px;
    } 
}
@media(min-width:1200px){
    #projects .our-afford-image-wrapper img{
        margin-right: 0px;
        width: 700px;
    } 
}




/*   Projects Ends   */




  /*  Section
--------------------------------*/
/*








/*    Ends   */