/*****Common Styles*****/

body, div, a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    color: #000000;
}

h1 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 700;
}

h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 500;
}

h3 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 500;
}

h4 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 500;
}

h5 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 500;
}

h6 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 500;
}

a {
    text-decoration: none;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

p {
    margin: 0 0 10px 0;
    font-size: 12px;
}

.container {
    max-width: 1200px;
    width: 100%;
}

.text_red {
    color: #ff0024;
}

.text_blue {
    color: #1975d0;
}

.text_orange {
    color: #fb7000;
}

.text_grey {
    color: #777777;
}

section {
    padding: 60px 0px;
}

:root {
    --orange__back: #fb7000;
    --blue__back: #1975d0;
    --green__back: #46a109;
    --red__back: #ff0024;
    --darkgreen__back: #0bba45;
    --gray__back: #e8e8e8;
    --darkgray__back: #747474;
    --lightblue__back: #eaf0f9;
}

.lightblue__back {
    background-color: var(--lightblue__back);
}

.orange__back {
    background-color: var(--orange__back);
}

.blue__back {
    background-color: var(--blue__back);
}

.green__back {
    background-color: var(--green__back);
}

.red__back {
    background-color: var(--red__back);
}

.darkgreen__back {
    background-color: var(--darkgreen__back);
}

.gray__back {
    background-color: var(--gray__back);
}

.darkgray__back {
    background-color: var(--darkgray__back);
}


/**Business cards section css starts**/
.business_cards_section{
    padding: 4rem 0rem;
}
.business_cards_section_heading h3{
    font-size: 28px;
    font-weight: 700;
    line-height: 31px;

}
.business_cards_section .main_business_cards_box{
    margin: 0px -10px;
    position: relative;
    padding: 15px 10px;
    
}
.business_cards_section .main_business_cards_box::before{
    content: "";
    position: absolute;
    background-image: url(../images/orange-big-pattern.png);
    top: 0px;
    left: 0px;
    width: 134px;
    height: 154px;
    z-index: -1;
}
.business_cards_section .main_business_cards_box::after{
    content: "";
    position: absolute;
    background-image: url(../images/blue-big-pattern.png);
    bottom: 0px;
    right: 0px;
    width: 134px;
    height: 154px;
    z-index: -1;
}
.business_cards_section .business_cards_box{
    width: 33.3333%;
    padding: 10px;
}
.business_cards_section .cards_box{
    background: #fff;
    border: 1px solid #fde2d6;
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.09);
}
.business_cards_section .cards_box:hover{
    background: #ff530d;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.45);
    border-color: #ff530d;
}
.business_cards_section .cards_box:hover .circle_radius{
    background: #fff !important;
} 
.business_cards_section .cards_box:hover .cards_box_title h5{
    color: #fff;
}
.business_cards_section .cards_box:hover .cards_box_para p{
    color: #fff;
}

.business_cards_section .cards_box .circle_radius{
    width: 57px;
    height: 57px;
    border-radius: 12px;
    background: #ffeee7;
}
.main_business_cards_box .business_cards_box:nth-child(2) .circle_radius{
    background: #e6f1f7;
}
.main_business_cards_box .business_cards_box:nth-child(3) .circle_radius{
    background: #e6f7f5;
}
.main_business_cards_box .business_cards_box:nth-child(4) .circle_radius{
    background: #ffeee7;
}
.main_business_cards_box .business_cards_box:nth-child(5) .circle_radius{
    background: #e6f1f7;
}
.main_business_cards_box .business_cards_box:nth-child(6) .circle_radius{
    background: #e6f7f5;
}


.business_cards_section .cards_box_title h5{
    font-size: 16px;
    line-height: 35px;
    font-weight: 600;
}

.business_cards_section .cards_box_para p{
    font-size: 14px;
    color: #474646;
    line-height: 24px;
}

.cards_box {
    padding: 15px;
    width: 100% !important;
    display:  unset !important;
}

/**Business cards section css ends**/













/******************************************************RESPONSIVE CSS*******************************************************/

/*

 * Table of Contents:

 * 	   - Media Queries

 *   0 - media screen and (max-width: 1170px)

 *   1 - media screen and (max-width: 1152px) 

 *   2 - media screen and (max-width: 1024px)

 *   3 - media screen and (max-width: 992px)

 *   4 - media screen and (max-width: 800px)

 *   5 - media screen and (max-width: 768px)

 *   6 - media screen and (max-width: 728px)

 *   7 - media screen and (max-width: 640px)

 *   8 - media screen and (max-width: 500px)

 *   9 - media screen and (max-width: 480px)

 *  10 - media screen and (max-width: 414px)

 *  11 - media screen and (max-width: 375px)

 *  12 - media screen and (max-width: 360px)

 *  13 - media screen and (max-width: 320px)

---------------------------------------------------------------------- */

@media screen and (max-width: 1200px){

    .container{
        padding: 0px 15px;
    }
}
@media screen and (max-width: 991px){

    .business_cards_section .business_cards_box {
        width: 50%;
      
    }
}
@media screen and (max-width: 600px){

    .business_cards_section .business_cards_box {
        width: 100%;
      
    }
}



