


html{ scroll-padding-top: 200px;scroll-behavior: smooth;}
body {
      font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    color: #050505;
    font-size: 24px;
    line-height: 40px;
    background: #fff;
}

p {
    font-size: 24px;
    line-height: 40px;
    color: #1F1F1F;
    font-weight: 500;
    margin-bottom: 30px;
}
.text-gray{

    color: #eee;
}

h1,
h2,
h3,
h4,.h1,.h2,.h3,.h4 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #0B4276;
    font-weight: 600;
    /*background: linear-gradient(90deg, #862A82 31.1%, #D71081 39.25%, #E48125 48.08%);*/
    background: linear-gradient(119deg, #862A82 30%, #D71081 44%, #E48125 46%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

a {
    color: #030303;
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}




/*Fi events*/

/*whatsapp animation*/

.aniimg a {
    position: relative;
}
.quick-alo-ph-circle-fill.active {
    width: 80px;
    height: 80px;
    position: absolute;
    background-color: #a0a0a0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #ffffff8a;
    opacity: 1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.quick-alo-ph-circle.active {
    width: 130px;
    height: 130px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    opacity: 1;
    -webkit-animation: quick-alo-circle-anim 3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 3s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 3s infinite ease-in-out;
    animation: quick-alo-circle-anim 3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.aniimg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: 45px;
    z-index: 1000;
}
@-moz-keyframes quick-alo-circle-anim {

    0% {

        -moz-transform: rotate(0) scale(.5) skew(1deg);

        opacity: .1;

        -moz-opacity: .1;

        -webkit-opacity: .1;

        -o-opacity: .1

    }

    30% {

        -moz-transform: rotate(0) scale(.7) skew(1deg);

        opacity: .5;

        -moz-opacity: .5;

        -webkit-opacity: .5;

        -o-opacity: .5

    }

    100% {

        -moz-transform: rotate(0) scale(1) skew(1deg);

        opacity: .6;

        -moz-opacity: .6;

        -webkit-opacity: .6;

        -o-opacity: .1

    }

}



@-webkit-keyframes quick-alo-circle-anim {

    0% {

        -webkit-transform: rotate(0) scale(.5) skew(1deg);

        -webkit-opacity: .1

    }

    30% {

        -webkit-transform: rotate(0) scale(.7) skew(1deg);

        -webkit-opacity: .5

    }

    100% {

        -webkit-transform: rotate(0) scale(1) skew(1deg);

        -webkit-opacity: .1

    }

}



@-o-keyframes quick-alo-circle-anim {

    0% {

        -o-transform: rotate(0) kscale(.5) skew(1deg);

        -o-opacity: .1

    }

    30% {

        -o-transform: rotate(0) scale(.7) skew(1deg);

        -o-opacity: .5

    }

    100% {

        -o-transform: rotate(0) scale(1) skew(1deg);

        -o-opacity: .1

    }

}



@-moz-keyframes quick-alo-circle-fill-anim {

    0% {

        -moz-transform: rotate(0) scale(.7) skew(1deg);

        opacity: .2

    }

    50% {

        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);

        opacity: .2

    }

    100% {

        -moz-transform: rotate(0) scale(.7) skew(1deg);

        opacity: .2

    }

}



@-webkit-keyframes quick-alo-circle-fill-anim {

    0% {

        -webkit-transform: rotate(0) scale(.7) skew(1deg);

        opacity: .2

    }

    50% {

        -webkit-transform: rotate(0) scale(1) skew(1deg);

        opacity: .2

    }

    100% {

        -webkit-transform: rotate(0) scale(.7) skew(1deg);

        opacity: .2

    }

}



@-o-keyframes quick-alo-circle-fill-anim {

    0% {

        -o-transform: rotate(0) scale(.7) skew(1deg);

        opacity: .2

    }

    50% {

        -o-transform: rotate(0) scale(1) skew(1deg);

        opacity: .2

    }

    100% {

        -o-transform: rotate(0) scale(.7) skew(1deg);

        opacity: .2

    }

}



@-moz-keyframes quick-alo-circle-img-anim {

    10% {

        transform: rotate(0) scale(1) skew(1deg)

    }

    10% {

        -moz-transform: rotate(-25deg) scale(1) skew(1deg)

    }

    20% {

        -moz-transform: rotate(25deg) scale(1) skew(1deg)

    }

    30% {

        -moz-transform: rotate(-25deg) scale(1) skew(1deg)

    }

    40% {

        -moz-transform: rotate(25deg) scale(1) skew(1deg)

    }

    50% {

        -moz-transform: rotate(0) scale(1) skew(1deg)

    }

    100% {

        -moz-transform: rotate(0) scale(1) skew(1deg)

    }

}



@-webkit-keyframes quick-alo-circle-img-anim {

    0% {

        -webkit-transform: rotate(0) scale(1) skew(1deg)

    }

    10% {

        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)

    }

    20% {

        -webkit-transform: rotate(25deg) scale(1) skew(1deg)

    }

    30% {

        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)

    }

    40% {

        -webkit-transform: rotate(25deg) scale(1) skew(1deg)

    }

    50% {

        -webkit-transform: rotate(0) scale(1) skew(1deg)

    }

    100% {

        -webkit-transform: rotate(0) scale(1) skew(1deg)

    }

}



@-o-keyframes quick-alo-circle-img-anim {

    0% {

        -o-transform: rotate(0) scale(1) skew(1deg)

    }

    10% {

        -o-transform: rotate(-25deg) scale(1) skew(1deg)

    }

    20% {

        -o-transform: rotate(25deg) scale(1) skew(1deg)

    }

    30% {

        -o-transform: rotate(-25deg) scale(1) skew(1deg)

    }

    40% {

        -o-transform: rotate(25deg) scale(1) skew(1deg)

    }

    50% {

        -o-transform: rotate(0) scale(1) skew(1deg)

    }

    100% {

        -o-transform: rotate(0) scale(1) skew(1deg)

    }

}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    color: #000 !important;
    font-size: 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}

.dflx {
    display: flex;
    align-items: center;
    justify-content: right;
}

.dflx-right {
    display: flex;
    align-items: center;
    justify-content: right;
}


::-webkit-input-placeholder { /* Edge */
    color: #000;font-size: 16px;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;font-size: 16px;font-size: 16px;
  }
  
  ::placeholder {
    color: #000; font-size: 16px;
  }
 
/*======================================================================*/
header {
    position: fixed;
    z-index: 1111111;
    width: 270px;
    left: 0px;
    top: 0px; ;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; 
    background: #fff;
    padding: 30px 50px;
        height: 100vh;
            border-right: 1px solid #E48125;
            overflow-y: scroll;
    scrollbar-width: none;
     
}

.header-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0;
}

.logo img {
    max-width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.btn-secondary {
    
    color: #862A82;
    background-color: #fff;
    border-color: #fff;
}
.btn-secondary:after{

    filter: none !important;
}
.btn-secondary:hover:after{

    filter: brightness(0) invert(1) !important;
}
.btn-secondary:hover{

    background-color: #862A82;
    border-color: #862A82;
    color: #fff;
    
}
img {
    max-width: 100%;
}






@media (min-width: 1400px){
.container{
    max-width: 1240px;
}
}
@media (min-width: 1800px){
.container{
    max-width: 1550px;
}
}


.logo {
    text-align: center;
    padding-bottom: 65px;

}
ul.social {
    display: flex;
    align-items: center;
    justify-content: left;
    border-top: 1px solid #E48125;
    margin-top: 20px;
    padding-top: 20px;
}
ul.social li {
    margin-right: 25px;
}
.bannerimg {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 980px;
    width: 100%;
}

.bannerHead {
    font-size: 80px;
    line-height: 96px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    max-width: 55%;
    margin: 0px auto;
    text-align: center;
}
section.bannersec {
    position: relative;
}


.bannerVideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
}
.bannerVideo iframe {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.bodypart {
    margin-left: -40px;
}
.banrCall a:first-child {
    margin-right: 35px;
}
.banrCall {
    position: fixed;
    top: 65px;
    right: 70px;
}
section.countersec {
    text-align: center;
    padding: 55px 0;
    background: #862A82;
}
.counHead {
    color: #fff;
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
    padding-bottom: 15px;
}
.couCont {
    color: #fff;
}
.counterItm {
    border-right: 1px solid #E48125;
}
section.countersec .col-6.col-lg-3:last-child .counterItm{

border: 0;
}
section.aboutsec {
    text-align: center;
    padding: 160px 0 115px;
    background: url(../images/a1.svg) no-repeat left top;
    background-size: 25%;
}
.aboutCont {
    max-width: 62%;
    margin: 0px auto;
}
.abtTxt p{
    font-size: 40px;
    line-height: 56px;
    padding-bottom: 35px;
    color: #050505;
    margin-bottom: 0;
}
.abtTxt span {
    background: linear-gradient(90deg, #862A82 31.1%, #D71081 39.25%, #E48125 48.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
}
.btn {
    border-radius: 16px;
    font-size: 20px;
    line-height: 40px;
    padding: 10px 50px 10px 25px;
        text-transform: uppercase;
    position: relative;
    outline: 0 !important;
    box-shadow: none !important;
}
.btn:after{
content: "";
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
    filter: brightness(0) invert(1);
}
.btn-primary {
    color: #fff;
    background-color: #862A82;
    border-color: #862A82;
}
.btn-primary:hover {
    color: #862A82;
    background-color: #fff;
    border-color: #862A82;
}
.btn-primary:hover:after{

    filter: inherit;
}
.aboutImg {
    padding-top: 50px;

    position: relative;
}
.aboutImg:before {
    content: "";
    position: absolute;
    top: -117px;
    right: 0;
    width: 424px;
    height: 230px;
    background: url(../images/a2.svg) no-repeat right bottom;
    background-size: 100%;
    z-index: -1;
}
section.services {
    text-align: center;
}
.title {
    max-width: 1010px;
    margin: 0px auto;
}
section.services ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.services ul li {
    max-width: 25%;
    transition: all 0.5s;
}
section.services ul li.hover {
    max-width: 50%;
}
.hoverArrow {
    display: none;
    width: 30%;
    text-align: right;
}
section.services ul li.hover .hoverArrow{

    display: block;
} 
.serCvr img {
    width: 100%;
    border-radius: 12px;
    height: 535px;
    object-fit: cover;
}
.serCvr{

    position: relative;
}
.hoverArrow img{

    width: auto;
    height: auto;
    border-radius: 0;
}
.servHeadsec {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -45%;
    width: 90%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: left;
}
.serHead {
    color: #fff;
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    width: 70%;
}
.hoverArrow img {
    width: auto;
    height: auto;
    border-radius: 0;
    visibility: visible;
}
.viewAll{
    margin-top: 32px;
}
section.services {
    padding: 0 0 156px;
}
section.portfolio {
    text-align: center;
    padding: 66px 0;
    background: #FFF1E4;
}
.portCvr {
    margin-bottom: 40px;
}
.porImg{

    overflow: hidden;
}
.portCvr img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
    transition: all 0.5s;
}
.portCvr img:hover{

    transform: scale(1.1);
}
.portTit {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    color: #1f1f1f;
    text-align: left;
    padding: 10px 0 0;
}
section.partners {
    text-align: center;
    padding: 148px 0;
}
.partCvr:after {
    content: "";
    background: #E48125;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 96px;
    margin-top: -48px;
}
.partCvr {
    position: relative;
    overflow: hidden;
}
.partCvr img{

    transition: all 0.5s;
}
.partCvr img:hover{

    transform: scale(1.07);
}
section.testimonials {
    text-align: center;
    padding: 60px 0 0;
    background: url(../images/testimonial-bg.svg) no-repeat top center;
    background-size: cover;
    position: relative;
}
section.testimonials:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 360px;
    height: 216px;
    background: url(../images/test-bg1.svg) no-repeat left top;
    background-size: 100%;
}
section.testimonials:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 360px;
    height: 216px;
    background: url(../images/test-bg2.svg) no-repeat right bottom;
    background-size: 100%;
}
.testDes p {
    color: #862A82;
    font-weight: 600;
}
.testCvr {
    max-width: 1190px;
    margin: 33px auto 0;
}
.testDes {
    padding: 0px 100px 10px 100px;
}
.testAut {
    font-weight: 500;
}
.testSlider{
    padding-bottom: 140px;
}
section.careerStrip {
    padding: 160px 0;
}
.castHead {
    font-size: 55px;
    line-height: 80px;
    color: #fff;
    font-weight: 600;
        padding-bottom: 18px;
}
.careerStrRow {
    background: url(../images/career-bg.svg) no-repeat left center, #E48125;
    border-radius: 24px;
    padding: 60px 55px 35px;
    background-size: cover;
}
.carStrBut {
    text-align: right;
        padding-top: 10px;
}
section.newssec {
    text-align: center;
}
.newsCvr {
    position: relative;
}
.newsImg img {
    border-radius: 12px;
    width: 100%;
    height: 480px;
    object-fit: cover;
}
.dateTop {
    position: absolute;
    top: 20px;
    left: 15px;
    color: #862A82;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    border-radius: 16px;
    padding: 2px 23px;
    text-transform: uppercase;
    background: #fff;
}
.dateTop span {
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    display: block;
}
.newsTit {
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    left: 25px;
    bottom: 30px;
    font-weight: 600;
    text-align: left;
    max-width: 360px;
        z-index: 1;
}
.newsCvr:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.25%, rgba(0, 0, 0, 0.8) 100%);
    border-radius: 12px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
section.contactsec {
    padding: 165px 0 120px;
}
.head {
    color: #fff;
    font-size: 56px;
    line-height: 80px;
    font-weight: 600;
    padding-bottom: 30px;
}
.contactArea {
    border-radius: 24px;
    padding: 45px 56px;
    background: url(../images/contact-bg.svg) no-repeat center, #862A82;
}
.adr {
   background-image: url(../images/location.svg);
}
.eml {
   background-image: url(../images/email.svg);
}
.phnbr {
   background-image: url(../images/phone.svg);
}
.conItm a {
    color: #fff;
    display: block;
    margin-bottom: 15px;
}
.conItm {
    color: #fff;
    padding-left: 70px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 15px;
}
.conItm b {
    display: block;
    border-bottom: 1px solid #ffffff61;
    font-weight: 600;
    margin-bottom: 8px;
    padding-bottom: 5px;
}
.cnitm {
    padding-bottom: 15px;
}
.formHead {
    color: #862A82;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    padding-bottom: 12px;
}
.contRight p {
    font-size: 20px;
    line-height: 32px;
        margin-bottom: 25px;

}
.contRight {
    padding: 48px 40px 0;
    border-radius: 16px;
    background: #fff;
    border: 1px solid transparent;
}
.cnForm p br {
    display: none;
}
.form-control {
    height: 62px;
    margin-bottom: 25px;
    display: block;
    width: 100%;
    padding: 0;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #1f1f1f;
    background-color: transparent;
    border: 1px solid #939393;
    border-radius: 16px;
    outline: 0 !important;
    box-shadow: none !important;
}
.form-control:focus {
   
    border-color: #862A82;
}
::placeholder{

    font-size: 20px;
    font-weight: 400;
    color: #1f1f1f;

}
textarea.form-control {
    min-height: 130px;
        padding-top: 15px;
}
.form-submit {
    background-image: url(../images/arrow-white.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 18px center;
    margin: 15px 0 0;
}
.form-submit:hover {
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 18px center;
}
.cnForm .wpcf7-spinner{

    display: block;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    display: none;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #939393;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 20px;
}
.conItm a:hover,.footMenu ul li a:hover {
    color: #E48125;
}
.footlogo img {
    width: 29%;
}
footer {
    padding: 45px 0 0;
    background: url(../images/footer-bg.svg) no-repeat right bottom, #2B0129;
    background-size: 24%;
}
ul.ftrmnu.\34 col {
    columns: 4;
}
.footMenu {
    padding: 32px 0;
}
.footMenu ul li {
    margin-bottom: 10px;
}
.footMenu ul li a {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
}
.copywrite {
    background: #1B0119;
    margin-top: 40px;
    text-align: center;
    padding: 7px 0;
}
.copy {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}
ul.social li img {
    transition: all 0.5s;
}
ul.social li img:hover {
    transform: scale(1.2);
}

section.innerbannerMain {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 396px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.innerbanner h1 {
    color: red;
    text-transform: uppercase;
    font-size: 80px;
    line-height: 96px;
    font-weight: 800;
    -webkit-text-fill-color: #fff;
    background-clip: inherit;
    background: none;
    margin: 0;
}
section.aboutBanBottm {
    text-align: center;
    padding: 80px 0 45px;
    background: url(../images/p1.svg) no-repeat right bottom;
    background-size: 116px;
}
.abtMax{
max-width: 65%;
    margin: 0px auto;

}
section.countersecinner {
    padding: 40px 0;
        background: #FFF1E4;
}
section.countersecinner .counterItm {
    border-right: 0;
    border-radius: 12px;
    text-align: center;
    padding: 45px;
    border-bottom: 5px solid #E48125;
        background: #862A82;
}
section.whtwEdO {
    padding: 158px 0;
}
.whtWeCvr {
    border-radius: 12px;
    padding: 55px 55px 25px;
    background: url(../images/p3.svg) no-repeat center;
    background-size: cover;
}
h2.text-white,h3.text-white,h4.text-white {
    background: none;
    -webkit-text-fill-color: #fff;
}
section.whtwEdO .col-lg-6:nth-child(2) .whtWeCvr{

background: url(../images/p4.svg) no-repeat center;
    background-size: cover;
}
section.team {
    text-align: center;
    padding: 0 0 155px;
    background: url(../images/p2.svg) no-repeat right bottom;
    background-size: 10%;
}
.teamSlider{

    padding-top: 15px;
    padding-bottom: 85px;
}
.teamImg{

    position: relative;
}
.teamImg img {
    width: 100%;
    border-radius: 12px;
}
.teamCvr {
    margin: 0px 10px;
}
.tmDes {
    position: absolute;
    bottom: 23px;
    left: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #862A82;
    background: #FFEEFE;
    border-radius: 52px;
    padding: 4px 15px;
}
.tmName {
    color: #862A82;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    text-align: left;
    padding: 7px 0 0;
}
section.recordssec {
    padding: 100px 0 65px;
    background: url(../images/record-bg.svg) no-repeat center;
    background-size: cover;
}
.recrdRight {
    text-align: right;
}
.recrdLeft {
    padding: 76px 0;
}
section.serviceTabsec {
    padding: 124px 0 100px;
    background: url(../images/p5.svg) no-repeat right top 10%;
    position: relative;
}
section.serviceTabsec:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/p2.svg) no-repeat right bottom;
    width: 198px;
    height: 243px;
    z-index: -1;
}
.nav-tabs {
    border: 0;
    justify-content: center;
        margin-bottom: 80px;
}
.nav-link {
    padding: 12px 115px;
    color: #862A82;
    border: 1px solid #862A82 !important;
    margin: 0px 10px;
    border-radius: 32px !important;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #862A82;
    border-color: #862A82;
}
.eventTopsec {
    text-align: center;
}
.evntCont {
    margin: 53px 0 0;
    border-radius: 24px;
    background: url(../images/service-bg.svg) no-repeat center;
    background-size: cover;
}
.evntCallto {
    text-align: left;
        padding: 140px 0;
}

.evntCallto p{

    color: #fff;
}
.evntserImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 24px;
}
.evntserImg {
    position: relative;
    height: 100%;
}
.btn-primary.bg-white {
    border-color: #fff;
    color: #E48125;
}
.btn-primary.bg-white:hover {
    background-color: #862A82 !important;
    color: #fff;
}
.btn.btn-primary.bg-white:hover:after {
    filter: brightness(0) invert(1);
}
.btn.btn-primary.bg-white:after {
    background-image: url(../images/arrow-orange.svg);
    filter: none;
}
.btn-primary.bd-white {
    background-color: transparent;
    border-color: #fff;
}
.btn-primary.bd-white:hover {
    background-color: #862A82;
    color: #fff;
}
.btn.btn-primary.bd-white:after {
    filter: brightness(0) invert(1);
}
.servInclude {
    padding: 160px 0 0;
    text-align: center;
}
.servInclude .row{

    padding-top: 15px;
}
.inrSerCvr {
    text-align: left;
    padding: 22px 25px;
    border-radius: 12px;
    border: 1px solid #E48125;
    margin-bottom: 35px;
    transition: all 0.5s;
    background: transparent;
}
.inrSerCvr:hover{

    background: #862A82;
    border: 1px solid transparent;
}
.inrSerCvr:hover .inrSerHd,.inrSerCvr:hover p{

    color: #fff;
}
.inrSercvrHdr img {
    border-radius: 8px;
}
.inrSercvrHdr {
    display: flex;
    align-items: center;
    justify-content: left;
        padding-bottom: 7px;
}
.inrSerHd {
    padding-left: 20px;
    color: #862A82;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    max-width: 265px;
}
.inrSerCvr p {
    font-size: 19px;
    line-height: 33px;
    margin-bottom: 0;
}

.enqur {
    color: #862A82;
    font-size: 16px;
    line-height: normal;
    background: url(../images/arrow.svg) no-repeat right top 3px;
    padding-right: 30px;
    background-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #862A82;
}
.inrSerCvr:hover .enqur{

    filter: brightness(0) invert(1);
}
#enquire-popup {
    padding: 40px;
    border-radius: 12px;
    max-width: 500px;
}
#enquire-popup p{

    font-size: 16px;
    line-height: 26px;
}
section.portfolio.portfInnr {
    background: transparent;
    padding: 80px 0;
    position: relative;
        z-index: 1;
}
section.portfolio.portfInnr .nav-link {
    padding: 12px 45px;
    border-radius: 16px !important;
}
section.portfolio.portfInnr .nav-tabs {
    margin-bottom: 55px;
}
section.portfolio.portfInnr:before {
    content: "";
    position: absolute;
    left: 0;
    top: 225px;
    width: 100%;
    height: 330px;
    background: url(../images/portfolio-before.svg) no-repeat left top;
    background-size: 100%;
    z-index: -1;
}
section.portfolio.portfInnr:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 500px;
    background: url(../images/portfolio-after.svg) no-repeat right bottom;
    background-size: 100%;
    z-index: -1;
}
.galItem {
    margin-bottom: 30px;
    position: relative;
}
.play-button img {
    width: 80px !important;
    height: auto !important;
}
.galItem img,.galItem iframe{
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
}
section.joinTeam {
    padding: 80px 0;
}
section.joinTeam .row{

padding-top: 25px;
}

.joinCvr {
    border-radius: 12px;
    padding: 23px;
    border: 1px solid #E48125;
        margin-bottom: 25px;
        transition: all 0.5s;
        background: #fff;
}
.joinCvr:hover{

    background: #862A82;
}
.joinCvr:hover .jnHead,.joinCvr:hover p{

    color: #fff;
}
.jnHead {
    font-weight: 600;
    color: #862A82;
    border-bottom: 1px solid #E48125;
    padding-bottom: 10px;
    margin-bottom: 18px;
}
.jbDet {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-bottom: 15px;
}
.jbItm {
    font-size: 16px;
    line-height: 24px;
    border-radius: 52px;
    background: #FFEEFE;
    border: 1px solid;
    color: #862A82;
    margin-right: 10px;
    padding: 2px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jbDesc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 23px;
}
.jbDesc p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0;
}
.joinCvr:hover .btn{

    color: #862A82;
    background-color: #fff;
    border-color: #862A82;
}
.joinCvr:hover .btn-primary:after {
    filter: inherit;
}
.bg-before,.bg-after{

    position: relative;
    z-index: 1;
}
.bg-before:before {
    content: "";
    position: absolute;
    left: 0;
    top: 185px;
    width: 100%;
    height: 475px;
    background: url(../images/before.svg) no-repeat left top;
    background-size: 97%;
    z-index: -1;
}
.bg-after:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 198px;
    height: 243px;
    background: url(../images/p2.svg) no-repeat right bottom;
    background-size: 100%;
    z-index: -1;
}
section.careerStrip.carerStrInnr{
    padding: 30px 0 120px;
}
.fncyPopup{
    max-width: 70%;
    padding: 0;
    border-radius: 15px;
}
.popTit {
    color: #862A82;
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    border-bottom: 1px solid #E48125;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.popContArea {
    padding: 40px;
    border-bottom: 16px solid #E48125;
}
.jobdescriptn h2,.jobdescriptn h3,.jobdescriptn h4,.jobdescriptn h5,.jobdescriptn h6 {
    color: #1f1f1f;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    -webkit-text-fill-color: #1f1f1f;
}
ul.listing {
    margin-bottom: 25px;
}
ul.listing li {
    font-size: 20px;
    line-height: 36px;
    color: #1f1f1f;
    padding-left: 25px;
    position: relative;
}
ul.listing li:before {
    background: #D71081;
    position: absolute;
    left: 0;
    top: 12px;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    content: "";
}
ul.listing li strong,ul.listing li b{

    font-weight: 600;
}
.popContArea p {
    font-size: 20px;
    line-height: 36px;
}
.popContArea p a {
    color: #862A82;
    font-weight: 600;
    text-decoration: underline;
}
.popRight {
    background: url(../images/form-bg.svg) no-repeat right top, #862A82;
    border-radius: 16px;
    padding: 30px 15px;
    background-size: 40%;
}
.crh2 p {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
.popRight p{

    color: #fff;
}
.popRight form p br {
    display: none;
}
.popRight .form-control {
    background: #fff;
}
.popRight .form-submit {
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: right 20px center;
    float: right;
    margin: 0;
}
.popRight .form-submit:hover {
    background-color: #862A82;
    border-color: #fff;
    color: #fff;
    background-image: url(../images/arrow-white.svg);

}
.fncyPopup .fancybox-close-small{
    opacity: 1;
    font-weight: 700;

}
.fncyPopup .fancybox-button svg {
    
    background: #862A82;
    border-radius: 100px;
    color: #fff;
}
section.newssec.innrNews {
    padding: 80px 0;
}
section.newssec.innrNews .title{

    margin-bottom: 55px;
}
section.newssec.innrNews .newsCvr {
    margin-bottom: 25px;
}
section.innerNews {
    padding: 80px 0 45px;
    background: url(../images/waves.svg) no-repeat right 45px top 123px;
    background-size: 200px;
}
.innrnEwsLeft {
    max-width: 93%;
}
.nDate {
    font-size: 20px;
    line-height: 32px;
    color: #E48125;
    padding-bottom: 30px;
}
.shr {
    font-size: 16px;
    line-height: normal;
    color: #939393;
    padding-right: 20px;
}
.sharesC {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 38px 0;
    border-bottom: 1px solid #E48125;
    margin-bottom: 30px;
}
div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    
    margin: 0px 12px !important;
}
.innrnEwsLeft h2 {
    font-size: 55px;
    line-height: 62px;
    -webkit-text-fill-color: #862A82;
}
.innrnEwsRight img {
    width: 100%;
    height: 603px;
    object-fit: cover;
    border-radius: 12px;
}
.newsBottom {
    padding-top: 35px;
}
.newsBottom img {
    width: 82%;
    border-radius: 12px;
    margin: 48px 128px;
    height: 475px;
    object-fit: cover;
}
h2.bd-bottom {
    text-align: left;
    font-size: 32px;
    line-height: 48px;
    border-bottom: 1px solid #E48125;
    padding-bottom: 17px;
    margin-bottom: 30px;
}
header.aniPos .banrCall {
    display: none;
}
body{

    overflow-x: hidden !important;
}
section.register {
    text-align: center;
    padding: 80px 0;
    background: url(../images/waves.svg) no-repeat right 0 top 50px;
    background-size: 185px;
}
.evntsLogo {
    margin: 55px auto 42px;
    max-width: 50%;
}
.evLgCvr {
    border: 1px solid #862A82;
    border-radius: 100px;
    width: 155px;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.regsForm {
    border-radius: 24px;
    background: url(../images/register-bg.svg) no-repeat top center, #862A82;
    background-size: cover;
        padding: 50px;
}
.rgForm {
    border-radius: 16px;
    background: #fff;
        padding: 45px;

}
.rgForm .crh2 p {
    color: #862A82;
}
/*.rgForm form p {
    margin: 0;
}*/
.rgForm form label {
    font-weight: 600;
}
.rgForm form .rgItm {
    margin-bottom: 40px;
}
.dflx2 p {
    display: flex;
    align-items: center;
    justify-content: left;
}

.rgForm form textarea.form-control {
    min-height: 220px;
}
.rgForm form .form-submit {
    
    float: right;
        margin: 0;
}
.rgForm form .rgItm p br{

    display: none;
}
.rgItm p {
    margin-bottom: 25px;
}
.rgForm form .form-rdobx label {
    font-weight: 400 !important;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block;
}
.custom-file-input-wrapper {
  position: relative;
}

.custom-file-input {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.custom-file-label {
  height: 62px;
    margin-bottom: 25px;
    display: block;
    width: 100%;
    padding: 0;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
    line-height: 32px;
    color: #1f1f1f;
    background-color: transparent;
    border: 1px solid #939393;
    border-radius: 16px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.custom-file-label::after {
    content: url(../images/attach-icon.svg);
    margin-left: 10px;
    position: absolute;
    right: 20px;
    width: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
}

.custom-file-input:focus + .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input-wrapper .wpcf7-not-valid-tip{

   border: 0;
    top: 72px;
    padding: 0; 
}
.popRight .custom-file-label {
        background: #fff;
    }
    .popRight ::placeholder{

        color: #1f1f1f;
    }
    section.contactsec .contRight .cnForm .col-lg-6,.fancybox-content .cnForm .col-lg-6{
    width: 100%;
}

section.contactsec1 {
    text-align: center;
    padding: 80px 0;
    background: url(../images/waves.svg) no-repeat right top 50px;
    background-size: 160px;
}
.contItem {
    margin: 25px 0;
    border-radius: 12px;
    background: url(../images/bg1.svg) no-repeat center;
    background-size: cover;
    padding: 30px;
        min-height: 218px;
}
.contItemHead {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 23px;

}
.contItem a{

    color: #fff;
    display: block;
    padding-bottom: 15px;
}
.contItem a:last-child{

    padding-bottom: 0;
}
.contItem ul.social {
    justify-content: center;
    margin-top: 0;
    padding-top: 0;
}
.contItem ul.social li img {
    width: 40px;
}
.locCvr {
    padding: 0px 25px;
}
.locnHead img {
    margin-right: 15px;
}
.locnHead {
    font-weight: 600;
    color: #862A82;
        padding-bottom: 20px;
}
.locnMap iframe {
    border-radius: 12px;
    width: 100%;
    height: 395px;
    border: 1px solid #E48125 !important;
}
.locnMap {
    padding: 40px 0 0;
}
section.location .col-lg-6:first-child .locCvr {
    border-right: 1px solid #E48125;
}
section.contactsecInner{
    padding: 95px 0;
}
section.location {
    padding: 0 0 80px;
    
}
.contactsecInner textarea.form-control {
    min-height: 235px;
}
.contactsec1 ul.social li:last-child {
    margin-right: 0;
}
section.contentArea {
    padding: 100px 0;
    text-align: center;
}
.play-button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.partners.innrPartner .partCvr {
    margin-bottom: 20px;
}
section.partners.innrPartner .partCvr:after{

    display: none;
}
.evntBtns a {
    margin: 0px 8px;
}
.btn-primary:active,.btn-primary:focus{
    color: #fff;
    background-color: #862A82;
    border-color: #862A82;
}
.btn-secondary:active,.btn-secondary:focus{
    color: #862a82;
    background-color: #fff;
    border-color: #fff;
}
label.fileLbl {
    text-align: left;
    font-weight: 400 !important;
    display: block !important;
    font-size: 16px;
}
select.form-control {
    background: url(../images/arrow-down.svg) no-repeat right 20px center;
    background-size: 20px;
}
.form-control[type=file] {
    height: 40px;
    padding-left: 14px;
}
.lnktxt {
    color: #862A82;
    text-decoration: underline;
    font-weight: 500;
}


/*end fi events*/



/*=================================inner==================================*/
@media all and (max-width:1799px) {


.btn {
   font-size: 16px;
        line-height: 28px;
        padding: 10px 40px 10px 20px;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    font-size: 38px;
    margin-bottom: 15px;
    line-height: 48px;
}

p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 27px;
}
body {
   
    font-size: 19px;
    line-height: 32px;
}
header {
   
    padding: 30px 42px;
    width: 250px;
}
.logo {
    padding-bottom: 50px;
}
.bodypart {
    margin-left: 0;
}
.bannerimg {
    
    height: 785px;
}
.bannerHead {
    font-size: 62px;
    line-height: 72px;
}
.banrCall a img {
    width: 48px;
}
.banrCall {
    top: 53px;
    right: 53px;
}
section.countersec {
    padding: 40px 0;
}
.counHead {
    font-size: 45px;
    line-height: 58px;
    padding-bottom: 10px;
}
.aboutCont {
    max-width: 65%;
}
.abtTxt p {
    font-size: 34px;
    line-height: 45px;
    padding-bottom: 32px;
}
.aboutImg {
    padding-top: 38px;
}
section.aboutsec {
    padding: 122px 0 90px;
}
.title {
    max-width: 765px;
}

.serCvr img {
    height: 422px;
}
.serHead {
    font-size: 32px;
    line-height: 42px;
    width: 70%;
}
.hoverArrow img {
    width: 40px;
    height: auto;
}
.servHeadsec {
    bottom: 35px;
}
.btn:after {
    
    background-size: 85%;
    
    right: 15px;
}
section.services {
    padding: 0 0 120px;
}
section.portfolio {
    padding: 50px 0;
}
.portCvr img {
    height: 252px;
}
.portTit {
    font-size: 19px;
    line-height: 34px;
    padding: 10px 0 0;
}
.portCvr {
    margin-bottom: 30px;
}
section.partners {
    padding: 120px 0;
}
.partCvr img {
    width: 85%;
    margin: 0px auto;
}
section.testimonials {
    padding: 48px 0 0;
}
.testCvr {
    max-width: 950px;
    margin: 27px auto 0;
}
.testSlider {
    padding-bottom: 112px;
}
section.careerStrip {
    padding: 116px 0;
}

.castHead {
    font-size: 44px;
    line-height: 70px;
    padding-bottom: 10px;
}
.careerStrRow {
    padding: 47px 42px 22px;
}
section.newssec {
    padding: 12px 0;
}
.newsImg img {
    height: 380px;
}
.newsTit {
    font-size: 18px;
    line-height: 28px;
    left: 20px;
    max-width: 290px;
}
.dateTop {
    top: 13px;
    left: 12px;
    font-size: 18px;
    line-height: 30px;
    padding: 3px 20px;
}
.dateTop span {
    font-size: 30px;
    line-height: 42px;
}
section.contactsec {
    padding: 110px 0 90px;
}
.contactArea {
    padding: 34px 42px;
}
.head {
    font-size: 45px;
    line-height: 65px;
    padding-bottom: 25px;
}
.conItm {
    padding-left: 60px;
    background-size: 30px;
    margin-bottom: 15px;
}
.conItm b {
    margin-bottom: 5px;
    padding-bottom: 3px;
}
.cnitm {
    padding-bottom: 12px;
}
.contRight {
    padding: 40px 30px 0;
}
.formHead {
    font-size: 25px;
    line-height: 36px;
    padding-bottom: 5px;
}
.contRight p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
::placeholder {
    font-size: 16px;
}
.form-control {
    height: 50px;
    margin-bottom: 18px;
    width: 100%;
    padding: 0;
    padding-left: 17px;
    font-size: 16px;
    line-height: 28px;
}
textarea.form-control {
    min-height: 108px;
}
footer {
    padding: 36px 0 0;
}
.footMenu ul li a {
    font-size: 16px;
    line-height: 28px;
}
.footMenu {
    padding: 25px 0;
}
.copywrite {
    margin-top: 30px;
}
.copy {
    font-size: 16px;
    line-height: 24px;
}
section.testimonials:before,section.testimonials:after {
    
    background-size: 80%;
}
section.innerbannerMain {
    
    height: 317px;
}
.innerbanner h1 {
    
    font-size: 63px;
    line-height: 73px;
}
section.aboutBanBottm {
    padding: 62px 0 32px;
       background-size: 93px;
}
.abtMax {
    max-width: 60%;
}
section.countersecinner {
    padding: 32px 0;
}
section.countersecinner .counterItm {
    padding: 35px;
}
section.whtwEdO {
    padding: 125px 0;
}
.whtWeCvr {
    padding: 45px 45px 40px;
}
.tmDes {
    bottom: 15px;
    left: 10px;
    font-size: 14px;
    line-height: 22px;
    padding: 4px 12px;
}
.tmName {
    font-size: 20px;
    line-height: 30px;
}
.teamSlider {
    padding-bottom: 76px;
}
section.team {
    padding: 0 0 118px;
}
section.recordssec {
    padding: 74px 0 50px;
}
.recrdRight img {
    width: 82%;
}
.recrdLeft {
    padding: 62px 0;
}
section.serviceTabsec {
    padding: 98px 0 73px;
    background-size: 130px;
}
.nav-link {
    padding: 10px 100px;
    margin: 0px 5px;
    font-size: 20px;
    line-height: 30px;
}
.nav-tabs {
    margin-bottom: 62px;
}
.evntCont {
    margin: 45px 0 0;
}
.evntCallto {
    padding: 110px 0;
}
.servInclude {
    padding: 125px 0 0;
}
.servInclude .row {
    padding-top: 10px;
}
.inrSerCvr {
    padding: 17px 17px;
    margin-bottom: 28px;
}
.inrSercvrHdr img {
    width: 95px;
}
.inrSerHd {
    font-size: 19px;
    line-height: 35px;
}
.inrSerCvr p {
    font-size: 16px;
    line-height: 27px;
}
.enqur {
    font-size: 13px;
    padding-right: 22px;
    background-size: 15px;
    padding-bottom: 6px;
}
section.serviceTabsec:after {
    
    background-size: 170px;
}
section.portfolio.portfInnr {
    padding: 62px 0;
}
section.portfolio.portfInnr .nav-link {
    padding: 10px 30px;
}
section.portfolio.portfInnr .nav-tabs {
    margin-bottom: 45px;
}

section.portfolio.portfInnr:before {
    top: 177px;
}
.galItem {
    margin-bottom: 25px;
}
.galItem img, .galItem iframe {
    height: 250px;
}
section.joinTeam {
    padding: 62px 0;
}
section.joinTeam .row {
    padding-top: 18px;
}
.joinCvr {
    padding: 17px;
    margin-bottom: 25px;
}
.jnHead {
    margin-bottom: 12px;
}
.jbDet {
    padding-bottom: 10px;
}
.jbItm {
    font-size: 13px;
    line-height: 22px;
    padding: 2px 12px;
}
.jbDesc p {
    font-size: 16px;
    line-height: 26px;
}
.bg-before:before {
    top: 145px;
}
section.careerStrip.carerStrInnr {
    padding: 37px 0 95px;
}
.bg-after:after {
    
    background-size: 85%;
}
.popTit {
    font-size: 24px;
    line-height: 32px;
}
.popContArea p,ul.listing li {
    font-size: 16px;
    line-height: 28px;
}
.jobdescriptn h2, .jobdescriptn h3, .jobdescriptn h4, .jobdescriptn h5, .jobdescriptn h6{

    font-size: 20px;
    line-height: 32px;
}
ul.listing li:before {
    
    width: 8px;
    height: 8px;
}
.popRight .form-submit {
    background-size: 20px;
    background-position: right 16px center;
}
.crh2 p {
    font-size: 26px;
    line-height: 32px;
}
section.newssec.innrNews {
    padding: 62px 0;
}
section.newssec.innrNews .title {
    margin-bottom: 45px;
}
section.newssec.innrNews .newsCvr {
    margin-bottom: 20px;
}

section.innerNews {
    padding: 62px 0 35px;
}
.nDate {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 15px;
}
.innrnEwsLeft h2 {
    font-size: 43px;
    line-height: 56px;
}
.sharesC {
    padding: 24px 0;
    margin-bottom: 28px;
}
.innrnEwsRight img {
    height: 480px;
}
.newsBottom {
    padding-top: 22px;
}
.newsBottom img {
    width: 83%;
    margin: 37px 103px;
    height: 380px;
}
h2.bd-bottom {
    font-size: 25px;
    line-height: 42px;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
section.register {
    padding: 62px 0;
    background-size: 130px;
}
.evntsLogo {
    margin: 42px auto 32px;
    max-width: 52%;
}
.evLgCvr {
    width: 125px;
    height: 125px;
}
.evLgCvr img {
    width: 70px;
}
.regsForm {
    padding: 40px;
}
.rgForm {
    padding: 37px;
}
.rgForm form .rgItm {
    margin-bottom: 25px;
}
.rgForm form textarea.form-control {
    min-height: 190px;
}
.custom-file-label {
        height: 50px;
        margin-bottom: 18px;
        width: 100%;
        padding: 0;
        padding-left: 17px;
        font-size: 16px;
        line-height: 28px;
    }
    section.contactsec1 {
    padding: 62px 0;
    background-size: 127px;
}
.contItem {
    margin: 15px 0;
    padding: 20px;
    min-height: 174px;
}
.contItemHead {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 20px;
}
.contItem ul.social li img {
    width: 30px;
}
.locnHead img {
    margin-right: 10px;
    width: 32px;
}
.locCvr {
    padding: 0px 20px;
}
.locnMap iframe {
    height: 310px;
}
section.location {
    padding: 0 0 62px;
}
section.contactsecInner {
    padding: 78px 0;
}
.contactsecInner textarea.form-control {
    min-height: 186px;
}
.form-control[type=file] {
    height: 35px;
    padding-left: 12px;
}


/*end 1799*/

    

}
@media all and (max-width:1490px) {

        .aboutCont {
        max-width: 70%;
    }
    header{

        width: 230px;
    }
    section.services ul li {
    max-width: 24%;
}

}

@media all and (max-width:1390px) {

   header {
    width: 15%;
    } 
    .aboutCont {
        max-width: 75%;
    }
    section.services ul li {
    margin: 0px 8px;
}
.servImg img {
        height: 395px;
    }
    .bodypart {
    margin-left: -8px;
}
    .castHead {
        font-size: 38px;
        line-height: 62px;
        }
        body {
        font-size: 18px;
        line-height: 30px;
    }
        .abtMax {
        max-width: 65%;
    }
    .whtWeCvr {
        padding: 45px 28px 40px;
    }
    .inrSerCvr p {
        font-size: 14px;
        line-height: 24px;
    }
    .inrSerCvr {
        padding: 15px 15px;
    }
    .inrSerHd {
        font-size: 18px;
        line-height: 30px;
    }
        .jbDesc p {
        font-size: 14px;
        line-height: 24px;
    }
    .fncyPopup {
        max-width: 80%;
    }
    
    
    
}



@media all and (max-width:991px) {

.logo img {
    width: 10%;
    filter: brightness(0) invert(1);
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    font-size: 35px;
    line-height: normal;
}
header {
    
    width: 100%;
    background: transparent;
    padding: 20px 15px;
    height: auto;
    border-right: 0;
}
.logo {
        padding-bottom: 0;
        text-align: left;
}


    .banrCall {
        top: 20px;
        right: 50%;
        width: 200px;
        margin-right: -100px;
        text-align: center;
    }
    .banrCall a img {
        width: 35px;
    }
    .banrCall a:first-child {
    margin-right: 10px;
}
.bannerimg {
        height: 600px;
    }
    .bannerHead {
        font-size: 45px;
        line-height: 55px;
    }
    header.aniPos {
    background: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #E48125;
}
    header.aniPos .logo img {
        filter: none;
    }
    header.aniPos .banrCall{

        display: none;
    }
    header.aniPos .mobilemenuBtn span {
        background: #862A82;
    }
    .counHead {
        font-size: 35px;
        line-height: 45px;
    }
    body {
        font-size: 16px;
        line-height: 30px;
    }
    .counterItm {
    margin-bottom: 20px;
}
section.countersec .col-6.col-lg-3:nth-child(even) .counterItm {
    border: 0;
}
section.aboutsec {
        padding: 50px 0;
    }
    .aboutCont {
        max-width: 80%;
    }
        .abtTxt p {
        font-size: 25px;
        line-height: 35px;
        padding-bottom: 20px;
    }
    section.services {
        padding: 0 0 50px;
    }
    section.services ul li {
    max-width: 50%;
    margin: 0px 5px;
}
section.services ul li.hover {
    max-width: 100%;
}
    .serCvr img {
        height: 300px;
    }
    .serHead {
        font-size: 20px;
        line-height: 30px;
    }
    .hoverArrow img {
        width: 30px;
        height: auto;
    }
    .servHeadsec {
        bottom: 20px;
    }
    .portTit {
        font-size: 16px;
        line-height: 32px;
        text-align: center;
    }
    section.partners {
        padding: 50px 0;
    }
    section.testimonials {
    background: url(../images/testimonial-bg.svg) no-repeat top center;
    background-size: cover;
}
.testDes {
    padding: 0;
}
p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }
    .careerStrRow {
        padding: 40px;
        text-align: center;
    }
        .castHead {
        font-size: 35px;
        line-height: normal;
    }
    .carStrBut {
    text-align: center;
}
    section.careerStrip {
        padding: 50px 0;
    }
    .newsCvr {
    margin-bottom: 20px;
}
section.contactsec {
        padding: 50px 0;
    }
    .contactArea {
        padding: 30px;
        text-align: center;
    }
    .head {
        font-size: 35px;
        line-height: normal;
        padding-bottom: 20px;
    }
    .conItm {
        background-size: 25px;
        margin-bottom: 15px;
        padding: 30px 0 0;
        background-position: top center;
    }
    .conItm a {
    margin-bottom: 5px;
}
.form-submit {
    background-size: 22px;
    background-position: right 15px center;
    margin: 10px auto 0;
}
.text-end {
    text-align: center !important;
}
.bodypart {
    margin-left: 0;
}
.footlogo img {
    width: 15%;
}
.footlogo{

    text-align: center;
}
.footMenu ul li {
    text-align: center;
}
.copywrite {
        margin-top: 0;
        padding: 15px 0;
}
section.testimonials:before, section.testimonials:after {
        background-size: 50%;
    
}
.innerbanner h1 {
    font-size: 45px;
    line-height: normal;
}
section.aboutBanBottm {
    padding: 50px 0;
    background-size: 50px;
}
.abtMax {
    max-width: 100%;
}
section.countersecinner .counterItm {
    padding: 20px;
}
section.whtwEdO {
    padding: 50px 0;
    text-align: center;
}
.whtWeCvr {
    padding: 30px;
    margin-bottom: 20px;
}
section.team {
        padding: 0 0 50px;
    }
    .tmName {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }
    section.recordssec {
        padding: 50px 0;
        text-align: center;
    }
    .recrdLeft {
        padding: 0;
    }
    .recrdRight img {
        width: 100%;
    }
    .recrdRight {
    text-align: center;
}
.dflx{

    display: block;
}
section.serviceTabsec {
    padding: 50px 0;
    background-size: 60px;
}
.nav-link {
    padding: 10px 50px;
    margin: 0px 2px;
    font-size: 16px;
    line-height: 26px;
}
.nav-tabs {
    margin-bottom: 30px;
}
.evntCallto {
    padding: 30px;
    text-align: center;
}
.servInclude {
        padding: 50px 0 0;
}
.inrSerCvr {
    padding: 15px;
    margin-bottom: 20px;
            text-align: center;
}
.inrSerHd {
        font-size: 18px;
        line-height: 30px;
        max-width: 100%;
        padding: 10px 0 0;
        margin: 0;
    }
.inrSerCvr p {
    font-size: 14px;
    line-height: 24px;
}
.inrSercvrHdr {
    display: block;
}
section.portfolio.portfInnr:after, section.portfolio.portfInnr:before {
        background-size: 100%;
        width: 100%;
    }
    section.portfolio.portfInnr {
        padding: 50px 0;
    }
        section.joinTeam {
        padding: 50px 0;
        text-align: center;
    }
    .jbDet {
        justify-content: center;
    }
    .popLeft .jbDet {
        justify-content: left;
    }
        .fncyPopup {
        max-width: 90%;
    }
    .popImg img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
    section.newssec.innrNews {
        padding: 50px 0;
    }
    section.newssec.innrNews .title {
        margin-bottom: 25px;
    }
    section.innerNews {
        padding: 50px 0 0;
        text-align: center;
        background: url(../images/waves.svg) no-repeat right 12px top 35px;
        background-size: 100px;
    }
    .innrnEwsLeft h2 {
        font-size: 35px;
        line-height: normal;
    }
    .nDate {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 10px;
    }
    .sharesC {
        padding: 15px 0;
        margin-bottom: 20px;
        justify-content: center;
    }
    .innrnEwsLeft {
    max-width: 100%;
}
.newsBottom img {
        width: 83%;
        margin: 20px 0;
        height: 300px;
    }
    body,html{

    overflow-x: hidden !important;
}
    section.register {
        padding: 50px 0;
        background-size: 90px;
    }
    .evntsLogo {
        margin: 20px auto;
        max-width: 85%;
    }
    .regsForm {
        padding: 30px;
    }
        .rgForm form .rgItm {
        margin-bottom: 15px;
    }
    section.contactsec1 {
        padding: 50px 0;
        background-size: 100px;
    }
        .contItem {
        margin: 0 0 15px;
        padding: 20px;
        min-height: auto;
    }
    .contItemHead {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 15px;
    }
    .contItem a {
    padding-bottom: 0;
}
.locnMap {
    padding: 20px 0 0;
}
section.location .col-lg-6:first-child .locCvr {
    border-bottom: 1px solid #E48125;
    border-right: 0;
}
.locCvr {
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    section.location {
        padding: 0 0 0;
    }
    section.contactsecInner {
        padding: 50px 0;
    }
    .rwhdr{

        margin: 0;
    }


}

/*end ipad*/


@media all and (max-width:767px) {


.logo img {
    width: 15%;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    font-size: 30px;
    margin-bottom: 20px;
        word-break: break-word;
}
body {
    font-size: 16px;
    line-height: 26px;
}


ul.social {
    
    right: 15px;
}
ul.social li img {
    width: 20px;
}
ul.social li {
    margin-bottom: 10px;
}
.bannerHead {
    font-size: 40px;
    line-height: 50px;
    max-width: 75%;
}
.counHead {
        font-size: 30px;
        line-height: 40px;
}
.abtTxt p {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 15px;
}
.btn {
    font-size: 14px;
    line-height: 26px;
}
section.services ul li.hover {
    max-width: 100%;
}
section.services ul li {

    max-width: 100%;
    margin: 0px 0 15px 0;

}
section.services ul {
    display: block;
}
.partCvr img {
width: 100%;
}
.testCvr {
        margin: 0;
}
.careerStrRow{

    padding: 30px;
}
.castHead,.head {
    font-size: 30px;
}
.dateTop span {
    font-size: 25px;
    line-height: 32px;
}
.dateTop {
    font-size: 16px;
    line-height: 28px;
    padding: 3px 15px;
}
    .newsTit {
        font-size: 16px;
        text-align: center;
        line-height: 24px;
        left: 50%;
        max-width: 300px;
        width: 300px;

        margin-left: -150px;
    }
    .hoverArrow {
    display: block;
}
.contactArea {
        padding: 30px 15px;
        }
        .contRight {
        padding: 30px 15px;
    }
    .form-control {
        height: 40px;
        margin-bottom: 8px;
        border-radius: 10px;
        padding-left: 15px;
    }
    ul.ftrmnu.\34 col {
    columns: 2;
}
.footMenu ul li a {
        font-size: 14px;
        line-height: 24px;
    }
    .footMenu ul li {
    margin-bottom: 5px;
}
.copy {
        font-size: 14px;
        }
        .footlogo img {
        width: 20%;
    }
    .slick-prev:before, .slick-next:before {
        background-size: 25px;
    }
    section.testimonials:before, section.testimonials:after {
        background-size: 25%;
    }
    section.countersecinner .counterItm {
        padding: 15px;
                min-height: 136px;
    }
    .whtWeCvr {
        padding: 30px 15px;
    }
        .innerbanner h1 {
        font-size: 35px;
    }
        .nav-link {
        padding: 5px 15px;
        margin: 0px 2px;
        font-size: 14px;
        line-height: 24px;
    }
    section.serviceTabsec:after {
        background-size: 90px;
    }
    #enquire-popup {
    
    padding: 30px 15px 0;
    text-align: center;
}
.evntBtns {
    display: flex;
    justify-content: space-between;
}
    .joinCvr {
        padding: 15px;
        margin-bottom: 20px;
        text-align: center;
    }
    .jbDet {
        justify-content: center;
    }
    .popContArea {
    padding: 30px 15px;
}
.popTit {
        font-size: 20px;
        line-height: 28px;
    }
    .popContArea p, ul.listing li {
        font-size: 14px;
        line-height: 24px;
    }
    .jobdescriptn h2, .jobdescriptn h3, .jobdescriptn h4, .jobdescriptn h5, .jobdescriptn h6 {
        font-size: 18px;
        line-height: 28px;
    }
        ul.listing li:before {
        top: 8px;
    }
        .fncyPopup .form-control,.fncyPopup ::placeholder {
        font-size: 14px;
        line-height: 26px;
    }
    .crh2 p {
        font-size: 20px;
        line-height: 28px;
    }
    .innrnEwsLeft h2 {
        font-size: 30px;
    }
    div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    margin: 0px 5px !important;
}
h2.bd-bottom {
        font-size: 20px;
        line-height: 32px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        text-align: center;
    }
.evLgCvr {
        margin-bottom: 20px;
    }
    .regsForm {
        padding: 30px 15px;
    }
    .rgForm {
        padding: 30px 15px;
    }
    .rgItm p {
    margin-bottom: 15px;
}
.rgForm form textarea.form-control {
        min-height: 140px;
    }
    .wpcf7-spinner {
    
    display: block;
}
.rgForm form .form-submit {
    float: none;
    }
    .current_page_item a {
    color: #E48125 !important;
}
footer ul.social li {
    margin: 0px 5px;
}
footer ul.social {
    justify-content: center;
    padding: 20px 0;
}
footer ul.social li:last-child img {
    filter: brightness(0) invert(1);
}
.custom-file-label {
        height: 40px;
        margin-bottom: 8px;
        border-radius: 10px;
        padding-left: 15px;
    }
    .wpcf7-not-valid-tip {
    
    border-radius: 10px;
    
}
.evntBtns a {
    margin: 0px 0px 10px;
}
    .evntBtns {
        display: block;
        }
        .dflx2 p {
    display: block;
}
.popRight .form-submit {
        
        margin: 0px auto;
        display: block;
        float: none;
    }
        #enquire-popup .wpcf7-not-valid-tip {
        border-radius: 10px;
        position: relative;
        border: 0;
        width: auto;
        height: auto;
        padding: 0;
        display: block;
        text-align: left;
        top: -8px;
    }
    .wpcf7-not-valid-tip {
        font-size: 14px;
        line-height: normal;
    }



}