@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot');
    src: url('fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2') format('woff2'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.font-icn,
.fb-icn,
.Insta-icn,
.Twet-icn {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
}

.fb-icn:before {
    content: "\f09a";
}

.Insta-icn:before {
    content: "\f16d";
}

.Twet-icn:before {
    content: "\f099";
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

main {
    margin-top: 67px;
    float: left;
    width: 100%;
    display: block;
}

/* Fullscreen overlay */
#loaderOverlay {
    display: none;
    /* hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* grey transparent background */
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

/* Box container */
.loaderBox {
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
}

/* Spinner circle */
.spinner {
    margin: 0 auto 15px;
    width: 60px;
    height: 60px;
    border: 6px solid #fff;
    border-top-color: #00b3ff;
    /* primary color */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Spin animation */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Text */
.loaderText {
    font-size: 18px;
    font-weight: 600;
}

.alert-message {
    position: fixed;
    bottom: 20px;
    right: 20px;
    min-width: 200px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    z-index: 99999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Alert types */
.alert-success {
    background: #28a745;
}

.alert-danger {
    background: #dc3545;
}

.alert-warning {
    background: #ffc107;
    color: #000;
}

.alert-info {
    background: #17a2b8;
}

/* Close button */
.close-alert {
    cursor: pointer;
    margin-left: 15px;
    font-size: 22px;
    font-weight: bold;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    outline: none !important;
}

*::-moz-selection {
    background: #555;
    color: #fff;
}

*::selection {
    background: #555;
    color: #fff
}

.animt {
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

img {
    border: 0;
}

.rsp-img {
    float: left;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #ef4123;
}

a:hover {
    color: #fb6c54;
}

.FlxIn {
    float: left;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-weight: normal;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

p {
    margin: 0 0 10px;
    line-height: 24px;
    font-size: 15px;
    font-weight: normal;
}

.pullLft {
    float: left;
}

.pullRit {
    float: right;
}

.pullNon {
    float: none;
    display: inline-block;
}

.row {
    width: 100%;
    overflow: hidden;
}

.col-3 {
    width: 33.33%
}

.col-2 {
    width: 50%;
}

.col-4 {
    width: 25%;
}

.col-1 {
    width: 100%;
}

.sctn {
    float: left;
    width: 100%;
    padding: 70px 0;
}

.Ldwper {
    width: 1280px;
    margin: 0 auto;
    display: block;
}

.Ldwper::after {
    content: "";
    display: table;
    clear: both;
}

hr {
    height: 2px;
    background: #f04124;
    width: 150px;
    border: none;
    display: inline-block;
    float: none;
    margin: 10px 0;
}

.btns {
    display: inline-block;
    padding: 12px 25px;
    min-width: 100px;
    background: #000;
    color: #fff;
    letter-spacing: 1px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

.btns:hover {
    opacity: 0.8;
}

.hdear {
    float: left;
    width: 100%;
    background: #fff;
    position: fixed;
    padding: 15px 0;
    z-index: 9;
}

.hdear .hdrLgo {
    float: left;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
}

.hdear .hdrRit {
    float: right;
    margin: 5px 0 0;
}

.hdear .hdrMnu {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hdear .hdrMnu li {
    display: inline-block;
    vertical-align: top;
}

.hdear .hdrMnu li a {
    float: left;
    color: #000;
    padding: 0 20px;
}

.hdear .hdrMnu li:hover a {
    opacity: 0.6;
}

.hdear .hdrMnu li a.btns {
    background: #ef4123;
    color: #fff;
    border-radius: 15px;
    text-transform: none;
}

.hdear .hdrMnu li a.btns:hover {
    opacity: 1;
    background: #000;
}

.Ldmob-mnu {
    float: right;
    margin: 0;
    position: relative;
    width: 20px;
    height: 30px;
    background: none;
    cursor: pointer;
    z-index: 99999;
    display: none;
}

.Ldmnu-btn,
.Ldmnu-btn::before,
.Ldmnu-btn::after {
    background-color: #ee4326;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -o-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -o-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    width: 100%;
}

.Ldmnu-btn {
    margin: 15px 0 0;
}

.Ldmnu-btn::before {
    top: -7px;
}

.Ldmnu-btn::after {
    bottom: -7px;
}

.actv .Ldmnu-btn {
    background-color: transparent;
}

.actv .Ldmnu-btn::before,
.actv .Ldmnu-btn::after {
    bottom: 0;
    top: 0;
}

.actv .Ldmnu-btn::before {
    transform: rotate(45deg);
}

.actv .Ldmnu-btn::after {
    transform: rotate(-45deg);
}

.Top-Bnr {
    float: left;
    width: 100%;
    background: #f3dcd980;
    padding: 25px 0 0;
}

.Top-Bnr .imbgbx {
    float: right;
    margin: 50px 0 0;
}

.Top-Bnr .imbgbx img {
    display: inline-block;
    vertical-align: top;
}

.Top-Bnr .cbtbx {
    float: left;
    width: 550px;
    height: 490px;
    align-content: center;
}

.Top-Bnr .hdn1 {
    float: left;
    width: 100%;
    font-size: 36px;
    font-weight: 600;
}

.Top-Bnr p {
    float: left;
    width: 100%;
}

.sinpfrm,
.frmbxe,
.grupfrm {
    float: left;
    width: 100%;
}

.grupfrm .inbxs {
    float: left;
    width: 33.33%;
    padding: 2px;
}

.grupfrm .ints {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #f37059;
}

.grupfrm .btnHld {
    float: left;
    margin: 10px 0;
}

.grupfrm .btnHld .btns {
    background: #ef4123;
    padding: 10px 20px;
}

.TrdStgl {
    float: left;
    width: 100%;
    padding: 70px 0;
}

.TrdStgl .hdn2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
}

.TrdStgl .hdn2 small {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 24px;
}

.TrdStgl .TrdLst {
    float: left;
    width: 100%;
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.TrdStgl .TrdLst li {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 15px 25px;
}

.TrdStgl .TrdLst li:first-child {
    padding: 0;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}

.TrdStgl .TrdLst li img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.TrdStgl .hdn3 {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
}

.TrdStgl p {
    float: left;
    width: 100%;
    margin: 0;
    color: #444;
}

.MtrClss {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: url(../images/MstrClsBk.jpg) center center no-repeat;
    background-size: cover;
}

.MtrClss .hdn2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

.MtrClss .MstrLst {
    float: left;
    width: 100%;
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.MtrClss .MstrLst li {
    padding: 15px 25px;
    background: rgba(0, 0, 0, 0.4);
}

.MtrClss .hdn3 {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.MtrClss p {
    float: left;
    width: 100%;
    margin: 5px 0 0;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}

.GprtNr {
    float: left;
    width: 100%;
    padding: 70px 0;
}

.GprtNr .imgbx {
    float: left;
    width: 500px;
    background: #000;
    position: relative;
    border-radius: 0 50px 0 50px;
}

.GprtNr .hdn2 {
    position: absolute;
    left: 220px;
    right: 30px;
    top: 30px;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
}

.GprtNr .hdn3 {
    position: absolute;
    left: 150px;
    bottom: 40px;
    background: rgba(239, 65, 35, 0.8);
    padding: 20px;
    width: 330px;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    border-radius: 0 25px 0 0;
}

.GprtNr .hdn3 small {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 18px;
}

.GprtNr .imgbx img {
    float: left;
    height: 500px;
}

.GprtNr .cntbx {
    float: right;
    width: calc(100% - 570px);
    height: 500px;
    align-content: center;
}

.GprtNr p {
    float: left;
    width: 100%;
    text-align: justify;
}

.GprtNr .GptLst {
    float: left;
    width: 100%;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    font-size: 13px;
}

.GprtNr .GptLst li {
    padding: 0 0 0 20px;
}

.GprtNr .GptLst li:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #ef4123;
    float: left;
    margin: 7px 0 0 -20px;
}

.SRE-FrmWk {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: #ffeeeb;
    text-align: center;
}

.SRE-FrmWk .hdn2 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 36px;
}

.SRE-FrmWk .hdn2 small {
    float: left;
    width: 100%;
    font-size: 20px;
}

.SRE-FrmWk .sreLst {
    float: left;
    width: 100%;
    list-style: none;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
}

.SRE-FrmWk .sreLst li {
    display: inline-block;
    vertical-align: top;
    width: 450px;
    margin: 0 -20px;
    position: relative;
}

.SRE-FrmWk .sreLst li.snd img {
    margin: -15px 0 0;
}

.SRE-FrmWk .sreLst img {
    float: left;
    width: 100%;
}

.SRE-FrmWk .sreLst li.thrd img {
    margin: -30px 0 0;
}

.SRE-FrmWk .hdn2-2 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 50px 0 15px;
    font-size: 28px;
}

.SRE-FrmWk .qute {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: 800px;
    background: #fff;
    padding: 20px 35px;
    border-radius: 40px 0;
}

.SRE-FrmWk .qute strong {
    float: left;
    width: 100%;
    font-weight: 500;
    margin: 10px 0 0;
    color: #ef4123;
}

.SRE-FrmWk .hdn3 {
    color: #fff;
    position: absolute;
    top: 70px;
    left: 45px;
    width: 200px;
    text-align: left;
    font-weight: 600;
}

.SRE-FrmWk .hdn3 small {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
}

.SRE-FrmWk .hdn4 {
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 75px;
    font-size: 88px;
    font-weight: bold;
}

.AbutMdil {
    float: left;
    width: 100%;
    padding: 70px 0 0;
}

.AbutMdil .imgbx {
    float: right;
    background: #f2f2f3;
    padding: 35px 35px 0;
}

.AbutMdil .imgbx img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.AbutMdil .cntbx {
    float: left;
    width: calc(100% - 680px);
}

.AbutMdil .hdn2 {
    float: left;
    width: 100%;
    font-size: 36px;
}

.AbutMdil .hdn2 small {
    float: left;
    width: 100%;
    font-size: 24px;
}

.AbutMdil .AchLst {
    float: left;
    width: 100%;
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.AbutMdil .AchLst li {
    background: #f2f2f3;
    padding: 15px 25px;
    border-radius: 25px 0;
}

.AbutMdil .hdn3 {
    font-weight: 600;
    font-size: 24px;
}

.AbutMdil .hdn3 small {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
}

.whoShd {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: #f2f2f3;
}

.whoShd .imgbx {
    float: right;
}

.whoShd .imgbx img {
    display: inline-block;
    vertical-align: top;
    width: 350px;
}

.whoShd .cntbx {
    float: left;
    width: calc(100% - 400px);
}

.whoShd .hdn2 {
    float: left;
    width: 100%;
    font-size: 48px;
    text-transform: uppercase;
}

.whoShd .hdn2 small {
    float: left;
    width: 100%;
    text-transform: none;
}

.whoShd .whoLst {
    float: left;
    width: 100%;
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.whoShd .whoLst .hdn3 {
    float: left;
    width: 100%;
    font-weight: 500;
    color: #ef4123;
}

.whoShd .whoLst li:nth-child(even) {
    border-left: 1px solid #ef4123;
    padding-left: 30px;
}

.Sucs-Stry {
    float: left;
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.Sucs-Stry .hdn2 {
    float: left;
    width: 100%;
    font-size: 28px;
    text-align: center;
    margin: 0 0 30px;
}

.Sucs-Stry .stryLst {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0 0 0 75px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
}

.Sucs-Stry li {
    width: 100%;
    border-left: 10px solid #ef4123;
    border-radius: 25px;
    padding: 25px 75px 25px 0;
}

.Sucs-Stry .imgbx {
    float: left;
    margin-left: -75px;
    height: 100%;
    align-content: center;
}

.Sucs-Stry img {
    display: inline-block;
    vertical-align: top;
    width: 150px;
}

.Sucs-Stry .cntbx {
    float: right;
    width: 210px;
    height: 100%;
    align-content: center;
}

.Sucs-Stry .hdn3 {
    float: left;
    width: 100%;
    font-weight: 600;
}

.Sucs-Stry p {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
}

.lp-footer {
    background: #000;
    padding: 10px;
    float: left;
    width: 100%;
    text-align: center;
}

.lp-footer .ftrMnu {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: top;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.lp-footer .ftrMnu li {
    float: left;
    margin: 0 25px 0 0;
}

.lp-footer .ftrMnu li a {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}

.lp-footer .ftrMnu li a:hover {
    opacity: 0.6;
}

.lp-footer .sociLink {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: top;
}

.lp-footer .sociLink li {
    float: left;
    margin: 0 0 0 25px;
}

.lp-footer .sociLink li a {
    font-weight: normal;
    font-size: 16px;
    height: 24px;
    width: 24px;
    float: left;
    align-content: center;
    background: #fff;
    color: #000;
    border-radius: 35px;
}

@media only screen and (max-width:1280px) {
    .Ldwper {
        width: 940px;
    }

    .Top-Bnr .imbgbx {
        width: 100%;
        text-align: center;
    }

    .Top-Bnr .imbgbx img {
        width: 450px;
    }

    .Top-Bnr .cbtbx {
        height: auto;
        width: 100%;
        text-align: center;
    }

    .grupfrm .btnHld {
        width: 100%;
    }

    .Top-Bnr .cbtbx {
        background: #fff;
        padding: 25px;
        margin: -40px 0 40px;
    }

    .TrdStgl .hdn3,
    .MtrClss .hdn3 {
        font-size: 16px;
    }

    .GprtNr .cntbx {
        height: auto;
        width: 100%;
    }

    .GprtNr .imgbx {
        width: 100%;
        margin: 0 0 25px;
    }

    .GprtNr .hdn2 {
        font-size: 55px;
        line-height: 65px;
    }

    .SRE-FrmWk .sreLst li {
        width: 350px;
    }

    .SRE-FrmWk .hdn3 {
        top: 40px;
    }

    .SRE-FrmWk .hdn4 {
        bottom: 5px;
        right: 59px;
        font-size: 65px;
    }

    .AbutMdil .imgbx {
        width: 100%;
        text-align: center;
        border-radius: 40px 40px 0 0;
        margin: 0 0 35px;
    }

    .AbutMdil .cntbx {
        width: 100%;
        margin: 0 0 70px;
    }

    .AbutMdil .hdn2 {
        text-align: center;
    }

    .Sucs-Stry .stryLst {
        margin: 0;
    }

    .Sucs-Stry li {
        padding: 30px 0 30px 30px;
    }

    .Sucs-Stry .imgbx {
        width: 100%;
        height: auto;
        text-align: center;
        margin: 0;
    }

    .Sucs-Stry .cntbx {
        height: auto;
        width: 100%;
    }

}

@media only screen and (max-width:940px) {
    .Ldwper {
        width: 768px;
    }

    .Ldmob-mnu {
        display: block;
    }

    .hdear .hdrMnu {
        display: none;
        position: fixed;
        left: 0;
        top: 60px;
        width: 250px;
        background: rgba(255, 255, 255, 0.8);
        bottom: 0;
    }

    .hdear .hdrMnu li {
        float: left;
        width: 100%;
    }

    .hdear .hdrMnu li a {
        float: left;
        width: 100%;
        border-radius: 0;
        padding: 7px 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .hdear .hdrMnu li a.btns {
        background: transparent;
        color: #ef4123;
        font-weight: 600;
    }

    .hdear .hdrMnu li a.btns:hover {
        background: transparent;
        opacity: 0.8;
    }

    .SRE-FrmWk .sreLst {
        width: 370px;
        float: none;
        display: inline-block;
        margin: 30px 0 0;
    }

    .SRE-FrmWk .sreLst li {
        width: 100%;
    }

    .SRE-FrmWk .hdn2 {
        text-align: center;
    }

    .whoShd .imgbx {
        width: 100%;
        text-align: center;
        background: #fff;
        margin: 0;
        padding: 25px;
    }

    .whoShd .cntbx {
        width: 100%;
        margin: 25px 0 0;
    }

    .SRE-FrmWk .qute {
        width: 100%;
    }
}

@media only screen and (max-width:768px) {
    .Ldwper {
        width: 536px;
    }

    .grupfrm .inbxs {
        width: 100%;
        padding: 3px 0;
    }

    .TrdStgl .TrdLst,
    .MtrClss .MstrLst {
        grid-template-columns: 1fr;
    }

    .GprtNr .hdn2 {
        font-size: 32px;
        line-height: 40px;
    }

    .Sucs-Stry .stryLst {
        grid-template-columns: 1fr;
    }

    .whoShd .imgbx img {
        max-width: 100%;
    }
}

@media only screen and (max-width:540px) {
    .Ldwper {
        width: 95%;
    }

    .Top-Bnr .imbgbx img {
        width: auto;
        max-width: 100%;
    }

    .Top-Bnr .hdn1,
    .TrdStgl .hdn2 {
        font-size: 24px;
    }

    .Top-Bnr .imbgbx {
        margin: 20px 0 0;
    }

    .TrdStgl .hdn2 small {
        font-size: 18px;
    }

    .TrdStgl,
    .MtrClss,
    .GprtNr,
    .SRE-FrmWk,
    .whoShd,
    .AbutMdil,
    .Sucs-Stry {
        padding: 40px 0;
    }

    .SRE-FrmWk .hdn2-2 {
        margin: 30px 0 25px;
    }

    .GprtNr .hdn2,
    .GprtNr .hdn3 {
        position: inherit;
        left: inherit;
        right: inherit;
        top: inherit;
        width: 100%;
        padding: 10px 25px;
        bottom: inherit;
        float: left;
        font-size: 20px;
        line-height: inherit;
        background: #eee;
        color: #000;
        border-radius: 0;
    }

    .GprtNr .imgbx {
        background: #fff;
    }

    .GprtNr .hdn3 {
        color: #ef4123;
    }

    .GprtNr .GptLst,
    .AbutMdil .AchLst,
    .whoShd .whoLst {
        grid-template-columns: 1fr;
    }

    .SRE-FrmWk .sreLst {
        width: 320px;
    }

    .SRE-FrmWk .sreLst li.snd img,
    .SRE-FrmWk .sreLst li.thrd img {
        margin: 0;
    }

    .SRE-FrmWk .hdn4 {
        bottom: 15px;
        right: 50px;
        font-size: 45px;
    }

    .SRE-FrmWk .hdn3 small {
        font-size: 11px;
        line-height: 14px;
    }

    .SRE-FrmWk .hdn3 {
        top: 55px;
        font-size: 16px;
    }

    .AbutMdil .AchLst {
        text-align: center;
    }

    .whoShd .hdn2 {
        font-size: 32px;
    }

    .AbutMdil .cntbx {
        margin: 0;
    }

    .Sucs-Stry li {
        padding: 30px 0 30px 20px;
    }

    .AbutMdil .imgbx {
        margin: 0 0 20px;
    }

    .AbutMdil .hdn2 {
        font-size: 28px;
    }

    .lp-footer .ftrMnu {
        width: 100%;
        border: none;
        text-align: center;
    }

    .lp-footer .ftrMnu li {
        margin: 0 10px 10px;
        float: none;
        display: inline-block;
    }

    .lp-footer .sociLink li {
        margin: 0 10px;
    }
}

@media only screen and (max-width:480px) {
    .hdear .hdrLgo {
        font-size: 20px;
    }

    .hdear .hdrRit {
        margin: 0;
    }
}