/* Commom CSS */

section.inner-banner {
    background-position: center right;
    height: 575px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.inner-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.inner-wrapper h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 1.5;
    color: #FFFFFF;
}
.sec-title {
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 50px;
    position: relative;
}

.sec-title h2 {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    display: inline-block;
    margin-bottom: 20px;
}
.sec-title h2:after {
    content: '';
    background: #fc6909;
    height: 1px;
    width: 215px;
    display: block;
    position: absolute;
    bottom: -1px;
}
/* .get-btn{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #FFFFFF;
    max-width: 199px;
    height: 54px;
    background: #FC6909;
    padding: 14px 49px;
} */
.get-btn {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #FFFFFF;
    max-width: 199px;
    height: 54px;
    background: #FC6909;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
a.get-btn:hover {
    border: 2px solid #fc6909;
    background: transparent;
    color: #fc6909;
    transition: 500ms;
}
p.pera{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 30px;
}
/* Commom CSS END */

section.about_us {
    padding: 65px 0 230px 0;
}
.abt_img {
    max-width: 590px;
}
.about_us .content-wrapper {
    max-width: 809px;
    margin-top: auto;
    margin-left: auto;
    margin-bottom: auto;
}
.stratagy-wrapper {
    box-shadow: 0 3px 70px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    padding: 100px 42px 65px 42px;
    border: 1px solid transparent;
    min-height: 562px;
}
.stratagy-wrapper:hover {
    border: 1px solid #FC6909;
    box-shadow: unset;
    transition: 500ms;
}
.straImg-wrapper {
    background: #fc6909;
    border-radius: 50%;
    height: 122px;
    width: 122px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.stratagy-wrapper img {
    height: 80px;
    width: 80px;
    object-fit: contain;
    margin: auto;
}
.stratagy-wrapper h6 {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    text-align: center;
    margin-bottom: 5px;
}
.stratagy-wrapper p{text-align: center;margin-bottom: 0;}
section.our-strategy { padding-bottom: 170px;}













/***** RESPONSIVE CSS *****/

@media (max-width: 1499px) {

.stratagy-wrapper {
    padding: 100px 25px 45px 25px;
    min-height: 632px;
}

}

@media (max-width: 1199px) {

    /* common css */
    section.inner-banner { height: 400px;}
    .inner-wrapper h1{font-size: 50px;}
    .get-btn{font-size: 16px;max-width: 160px;}
    p.pera{font-size: 16px;line-height: 1.5;margin-bottom: 15px;}
    .sec-title h2{font-size: 24px;}
    /* common css end */
    section.about_us {
        padding: 50px 0 150px 0;
    }
    .straImg-wrapper{width: 90px;height: 90px;}
    .stratagy-wrapper img {  width: 50px;height: 50;}
    .stratagy-wrapper {padding: 60px 25px 40px 25px; }
    section.our-strategy { padding-bottom: 100px;}
}

/* END 1199 */

@media (max-width: 991px) {

    .stratagy-wrapper {  margin-bottom: 80px;}
    section.our-strategy .col-lg-4.col-md-12:last-child .stratagy-wrapper { margin-bottom: 0;}

.stratagy-wrapper {
    padding: 67px 25px 45px 25px;
    min-height: auto;
}
}


/* END 991 */

@media (max-width: 767px) {

/* common css */

    .img-wrapper { text-align: center;margin-bottom: 25px;}
    .inner-wrapper {left: 50%;transform: translate(-50%, -50%);}
    .inner-wrapper h1 { font-size: 34px;}

/* common css end */

    .about_us .content-wrapper {max-width: 100%; margin: auto;}
    section.about_us { padding-bottom: 100px;}
    section.our-strategy { padding-bottom: 60px;}
}

/* END 767 */

@media (max-width: 575px) {

/* common css */
section.inner-banner { height: 300px;}
p.pera { font-size: 14px;}
.get-btn { font-size: 14px;max-width: 132px; height: 42px;}
.sec-title{margin-bottom: 30px;}
.sec-title h2 { font-size: 20px;margin-bottom: 10px;}
.sec-title h2:after{width: 160px;}
/* common css end */
.straImg-wrapper{top: -30px;height:60px ;  width: 60px;}
.stratagy-wrapper img {
  height:40px ;  width: 40px;
}
section.about_us {
    padding-bottom: 70px;
}
.stratagy-wrapper {
    padding: 45px 15px 20px 15px;margin-bottom: 55px;
}
.stratagy-wrapper h6{font-size: 16px;}

}