/********************************************* layout css start here ********************************************/
@charset "UTF-8";
body.no-scroll {
    position: fixed;
    width: 100%;
    overflow: hidden;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: Mulish, sans-serif !important;
    font-size: 62.5%;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    margin: 0;
    overflow: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #282828;
    text-decoration: none
}

a:focus,
a:hover {
    color: #282828;
    text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}


.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}
.clearfix{
    clear: both;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width:768px) {
    .container {
        width: 758px
    }
}

@media (min-width:992px) {
    .container {
        width: 1014px
    }
}

@media (min-width:1360px) {
    .container {
        width: 1330px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

/*.row {
    margin-left: -10px;
    margin-right: -10px
}*/

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}


@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

/********************************************* layout css End here ********************************************/

.sectionSpace{
    margin: 7rem 0;
}
/*.marginleft70{
    margin-left: 7rem;
}*/

.padding70{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
}

.primary-btn {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    padding: 1.4rem 2.4rem;
    font-size: 1.6rem;
    background: #EC6625;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    /*border: 3px solid transparent;*/
    font-weight: 700;
    text-align: center;
    display: inline-block;
}
.primary-btn:hover{
    background: #FD7B20;
    color: #fff;
}
.primary-btn:focus{
    background: #E26123;
    color: #fff;
    /*box-shadow: 0 0 0px 3px #e26123;*/
    outline: none;
    /*border: 3px solid #e26123;*/
}

.headingTxt h2{
    font-size: 7rem;
    color: #EC6625;
    font-weight: 900;
    
}

.headingTxt h2 span{
    
    color: #282828;
    font-size: 5rem;
    font-weight: 500;
    line-height: normal;
    display: block;
    position: relative;
    top: 15px;
}

.headingTxt{
    text-align: center;
}

.headingTxt p{
    color: #282828;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    
}

.il-container {
    width: 100%;
    height: 100%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

/***Common Changes Start***/
.align-left {
    text-align: left;
}

.sub-txt {
    font-size: 2.2rem;
    line-height: 40px;
    font-weight: 400;
}

.img-cont-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.img-block, .content-block {
    width: 48%;
}

.full-width {
    width: 100%;
}

.block-title {
    font-size: 6rem;
    line-height: inherit;
    font-weight: 300;
    margin-bottom: 14px;
}

.content-block p, .text {
    font-size: 1.8rem;
    line-height: 35px;
    font-weight: 400;
}

.text {
    margin-top: 32px;
}

.awards-block {
    margin: 5rem auto;
}

.awards-row {
    display: flex;
    margin-bottom: 30px;
}

.awards-row:last-child {
    margin-bottom: 0;
}

.awards-item {
    width: 32%;
    margin-right: 2%;
    border-radius: 20px;
    border: 1px solid #DDD;
    background: #F4F4F4;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.award-name {
    font-size: 1.7rem;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
}

.awards-row .awards-item:last-child {
    margin-right: 0;
}

.partner-name {
    font-size: 2rem;
    line-height: normal;
    font-weight: 700;
    text-align: center;
}

.img-cont-block {
    margin-top: 60px;
}

.img-wrap {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.secondary-btn {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    padding: 13px 24px;
    font-size: 1.6rem;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    border: 1px solid #EC6625;
    font-weight: 700;
    text-align: center;
    background: #fff;
    color: #EC6625;
    display: inline-block;
}

.secondary-btn:hover {
    position: relative;
    background: #FFF2EB;
    border: 1px solid #EC6625;
    color: #EC6625;
}

.secondary-btn:focus-visible {
    position: relative;
    background: #FFF9F6;
    border: 1px solid #EC6625;
    color: #EC6625;
}

.secondary-btn:active {
    position: relative;
    background: #FFF9F6;
    border: 1px solid #BB5106;
    color: #BB5106;
}

.btn-wrap {
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 40px;
}

.load-more-btn {
    padding: 10px 30px;
}

/***Common Changes End***/


.pageLoader {
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100000;
    background: #ffffff;
    transition: all 0.1s ease;
}

.loaderInner {
    width: 300px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    /* flex-direction: column; */
    grid-row-gap: 15px;
    row-gap: 15px;
}

.loaderDot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 3px;
    background: #303131;
    animation: wave 1s linear infinite;
}

.loaderDot:nth-child(1) {
    background: #ec6625;
}

.loaderDot:nth-child(2) {
    animation-delay: 0.15s;
    background: #004a80;
}
.loaderDot:nth-child(3) {
    animation-delay: 0.3s;
    background: #ec6625;
}

@keyframes wave {
    0%,
    30%,
    60%,
    to {
        transform: initial;
        -webkit-transform: initial;
        opacity: 0.25;
    }
    30% {
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        opacity: 1;
    }
}

@media screen and (max-width: 1199px){

    .il-container {
        width: 100%;
        max-width: 1014px;
    }
}


@media screen and (max-width: 991px){

    .headingTxt h2 span{
        font-size: 2rem;
    }

    .headingTxt h2 {
        font-size: 3rem;
    }

    .headingTxt p{
        max-width: 100%;
    }
    .padding70 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    
     .sectionSpace{
        margin: 3.3rem 0 4.8rem;
    }

    .il-container {
        width: 100%;
        max-width: 100%;
    }

    .headingTxt h2 span{
        top: 0;
    }

}

@media screen and (max-width:768px){
    .sub-txt {
        font-size: 1.7rem;
        line-height: 25px;
        margin-top: 5px;
    } 

    .img-cont-block {
        flex-direction: column;
        margin-top: 25px;
    }

    .img-block, .content-block {
        width: 100%;
    }

    .content-block {
        margin-top: 2.5rem;
        text-align: center;
    }

    .block-title {
        font-size: 3.5rem;
        text-align: center;
        margin-bottom: 10px;
    }

    .content-block p, .text {
        font-size: 1.6rem;
        line-height: 30px;
        padding: 0 1rem;
    }

    .text {
        margin-top: 0;
        text-align: center;
    }

    .awards-block {
        margin-top: 0;
    }

    .awards-row {
        margin-bottom: 0;
        flex-direction: column;
    }

    .awards-item {
        width: 100%;
        margin: 0;
        padding: 28px 28px 10px 28px;
        margin-bottom: 30px;
    }

    .awrads-list {
        margin-top: 10px;
    }

    .awards-block {
        margin-top: 4rem;
    }

    .award-name {
        font-size: 1.5rem;
        line-height: 23px;
        margin-top: 1.7rem;
    }

    .awards-row:last-child .awards-item:last-child {
        margin-bottom: 0;
    }

    .il-container {
        width: 100%;
        max-width: 100%;
    }
}